/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xirr62546e],
.components-reconnect-repeated-attempt-visible[b-xirr62546e],
.components-reconnect-failed-visible[b-xirr62546e],
.components-pause-visible[b-xirr62546e],
.components-resume-failed-visible[b-xirr62546e],
.components-rejoining-animation[b-xirr62546e] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xirr62546e],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xirr62546e],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xirr62546e],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xirr62546e],
#components-reconnect-modal.components-reconnect-retrying[b-xirr62546e],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xirr62546e],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xirr62546e],
#components-reconnect-modal.components-reconnect-failed[b-xirr62546e],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xirr62546e] {
    display: block;
}


#components-reconnect-modal[b-xirr62546e] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-xirr62546e 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xirr62546e 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xirr62546e 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xirr62546e]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xirr62546e 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xirr62546e {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xirr62546e {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xirr62546e {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xirr62546e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xirr62546e] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xirr62546e] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xirr62546e] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xirr62546e] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xirr62546e] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xirr62546e] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xirr62546e 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xirr62546e] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xirr62546e {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Carrito.razor.rz.scp.css */

/* ====== CONTENEDOR PRINCIPAL DEL CARRITO ====== */
.carrito-breadcrumb[b-shu5iza0pa] {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 6px;
}

    .carrito-breadcrumb a:hover[b-shu5iza0pa] {
        color: var(--primary-color);
    }

.carrito-titulo[b-shu5iza0pa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 4px;
}

    .carrito-titulo h1[b-shu5iza0pa] {
        font-size: 20px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .carrito-titulo .cantidad-items[b-shu5iza0pa] {
        font-size: 13.5px;
        color: var(--text-muted);
        font-weight: 400;
        margin-top: 4px;
    }

.carrito-layout[b-shu5iza0pa] {
    display: grid;
    grid-template-columns: 1fr 270px;
    gap: 12px;
    align-items: start;
}


/* ====== RESUMEN DEL PEDIDO ====== */
.resumen-pedido[b-shu5iza0pa] {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 20px;
    position: sticky;
    top: 90px;
}
    .resumen-pedido h3[b-shu5iza0pa] {
        font-size: 15px;
        margin-bottom: 16px;
    }

.resumen-nro-pedido[b-shu5iza0pa] {
    color: #0a94ff !important;
}

.resumen-fila[b-shu5iza0pa] {
    display: flex;
    justify-content: space-between;
    font-size: 13.5px;
    color: var(--text-muted);
    margin-bottom: 10px;
}

    .resumen-fila span:last-child[b-shu5iza0pa] {
        color: var(--text-main);
        font-weight: 500;
    }

.resumen-divisor[b-shu5iza0pa] {
    border-top: 1px solid var(--border-color);
    margin: 12px 0;
}

.resumen-total[b-shu5iza0pa] {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
}
    .resumen-total span:last-child[b-shu5iza0pa] {
        color: var(--primary-color);
    }

.resumen-nota[b-shu5iza0pa] {
    font-size: 11.5px;
    color: var(--text-muted);
    text-align: center;
    margin-top: 12px;
}

.btn-seguir-comprando[b-shu5iza0pa] {
    display: block;
    text-align: center;
    font-size: 13px;
    color: var(--primary-color);
    margin-top: 14px;
    font-weight: 500;
}

    .btn-seguir-comprando:hover[b-shu5iza0pa] {
        text-decoration: underline;
    }


/* ====== CARRITO VACÍO ====== */
.carrito-vacio[b-shu5iza0pa] {
    background: var(--white);
    border: 1px dashed var(--border-color);
    border-radius: 10px;
    padding: 60px 20px;
    text-align: center;
    color: var(--text-muted);
}
    .carrito-vacio h3[b-shu5iza0pa] {
        color: var(--text-main);
        margin-bottom: 6px;
        font-size: 16px;
    }

    .carrito-vacio p[b-shu5iza0pa] {
        margin-bottom: 12px;
    }

/* ====== RESPONSIVE ====== */
@media (max-width: 970px) {
    .carrito-layout[b-shu5iza0pa] {
        grid-template-columns: 1fr;
    }

    .resumen-pedido[b-shu5iza0pa] {
        position: static;
    }
}

/* /Components/Pages/MisPedidos.razor.rz.scp.css */
/* CSS for MisPedidos component */

.mispedidos-campo-titulo[b-3v14ak38ir] {
    font-size: 0.6rem;
    font-weight: 400;
    margin-bottom: 4px;
}
.mispedidos-campo-dato[b-3v14ak38ir] {
    font-size: 0.85rem;
    font-weight: 600;
    min-height: 14px;
}

.mispedidos-campo-nro-pedido[b-3v14ak38ir] {
    color: var(--mud-palette-text-primary);
}

.mispedidos-breadcrumb[b-3v14ak38ir] {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 6px;
}

    .mispedidos-breadcrumb a:hover[b-3v14ak38ir] {
        color: var(--primary-color);
    }

.mispedidos-titulo[b-3v14ak38ir] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 4px;
}

    .mispedidos-titulo h1[b-3v14ak38ir] {
        font-size: 20px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mispedidos-titulo .cantidad-items[b-3v14ak38ir] {
        font-size: 13.5px;
        color: var(--text-muted);
        font-weight: 400;
        margin-top: 4px;
    }

.mispedidos-layout[b-3v14ak38ir] {
    display: grid;
    grid-template-columns: 1fr 270px;
    gap: 12px;
    align-items: start;
}

[b-3v14ak38ir] .mispedidos-grilla-detalle-tabla {
    border-radius: 4px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}

[b-3v14ak38ir] .mispedidos-grilla-detalle-header {
    background-color: #e8e8e8 !important;
}

.producto-categoria[b-3v14ak38ir] {
    display: inline-block; 
    background-color: var(--mud-palette-primary-hover);
    border: 1px solid var(--mud-palette-primary);
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 11px;
    margin-left: 1px;
    margin-right: 2px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--mud-palette-primary);
    flex-grow: 0;
    flex-wrap: wrap; /* permite que los hijos bajen de línea si no entran */
}
/* /Components/Pages/PoliticaDePrivacidad.razor.rz.scp.css */
/* --- CONTENEDOR PRINCIPAL CON DISTRIBUCIÓN DE DOS COLUMNAS --- */
.main-container[b-cw0rz0zf6k] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 4%;
    display: grid;
    gap: 40px;
}

/* CUERPO DEL TEXTO LEGAL */
.privacy-content[b-cw0rz0zf6k] {
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.01);

}


.privacy-section[b-cw0rz0zf6k] {
    margin-bottom: 35px;
}

    .privacy-section:last-child[b-cw0rz0zf6k] {
        margin-bottom: 0;
    }

    .privacy-section h2[b-cw0rz0zf6k] {
        font-size: 20px;
        font-weight: 700;
        color: #1E293B;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
        /* Línea decorativa roja al lado de cada título */
        .privacy-section h2[b-cw0rz0zf6k]::before {
            content: '';
            display: inline-block;
            width: 4px;
            height: 20px;
            background-color: var(--primary-color);
            border-radius: 2px;
        }

    .privacy-section p[b-cw0rz0zf6k] {
        color: #475569;
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .privacy-section ul[b-cw0rz0zf6k] {
        list-style-type: none;
        padding-left: 5px;
        margin-bottom: 14px;
    }

        .privacy-section ul li[b-cw0rz0zf6k] {
            position: relative;
            font-size: 14.5px;
            color: #475569;
            margin-bottom: 8px;
            padding-left: 20px;
        }

            .privacy-section ul li[b-cw0rz0zf6k]::before {
                content: '•';
                color: var(--primary-color);
                font-weight: bold;
                position: absolute;
                left: 5px;
                top: 0;
            }

/* --- RESPONSIVIDAD --- */
@media (max-width: 992px) {
    .main-container[b-cw0rz0zf6k] {
        gap: 30px;
    }
    /* Oculta índice lateral en tablets/móviles para priorizar lectura */
    .privacy-content[b-cw0rz0zf6k] {
        padding: 30px;
    }
}

/* /Components/Pages/QuienesSomos.razor.rz.scp.css */
/* --- CONTENEDOR PRINCIPAL --- */
.main-container[b-aohe8k8q01] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 4%;
}

/* --- DISEÑO DE BLOQUES --- */
.intro-block[b-aohe8k8q01] {
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 35px;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    display: flex;
    gap: 30px;
    align-items: center;
}

.intro-icon-wrapper[b-aohe8k8q01] {
    background-color: #FFF5F5;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .intro-icon-wrapper .material-icons-outlined[b-aohe8k8q01] {
        color: var(--primary-color);
        font-size: 40px;
    }

.intro-text h2[b-aohe8k8q01] {
    font-size: 19px;
    color: #3e3e3e;
    margin-bottom: 10px;
    font-weight: 700;
}


/* GRILLA DE VALORES / HISTORIA */
.about-grid[b-aohe8k8q01] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.about-card[b-aohe8k8q01] {
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    /*transition: var(--transition);*/
}

    .card-header-icon[b-aohe8k8q01] {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 16px;
    }

        .card-header-icon .material-icons-outlined[b-aohe8k8q01] {
            color: var(--primary-color);
            font-size: 28px;
        }

        .card-header-icon h3[b-aohe8k8q01] {
            font-size: 18px;
            font-weight: 700;
            color: #3e3e3e;
        }

    .about-card p[b-aohe8k8q01] {
        color: #3e3e3e;
        line-height: 1.5;
    }

    /* BANNER DE CIERRE */
    .closure-banner[b-aohe8k8q01] {
        background-color: var(--bg-featured);
        border: 1px solid var(--border-color);
        border-radius: 12px;
        padding: 40px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

        .closure-banner[b-aohe8k8q01]::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background-color: var(--primary-color);
        }

        .closure-banner p[b-aohe8k8q01] {
            font-size: 15px;
            font-weight: 500;
            color: #3e3e3e;
            max-width: 800px;
            margin: 0 auto;
        }

    /* --- RESPONSIVIDAD --- */
    @media (max-width: 768px) {

        .intro-block[b-aohe8k8q01] {
            flex-direction: column;
            text-align: center;
            padding: 25px;
        }

        .about-grid[b-aohe8k8q01] {
            grid-template-columns: 1fr;
            gap: 20px;
            /*flex-direction: column;*/ /* cambia de fila a columna */
        }
    }
/* /Components/Pages/TerminosYCondiciones.razor.rz.scp.css */
/* --- CONTENEDOR PRINCIPAL CON DISTRIBUCIÓN DE DOS COLUMNAS --- */
.main-container[b-geeizdwn3m] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 4%;
    display: grid;
    gap: 40px;
}

/* CUERPO DEL TEXTO LEGAL */
.terms-content[b-geeizdwn3m] {
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.01);
}

.terms-section[b-geeizdwn3m] {
    margin-bottom: 35px;
    scroll-margin-top: 140px; /* Evita que el header fijo tape el título al clickear el índice */
}

    .terms-section:last-child[b-geeizdwn3m] {
        margin-bottom: 0;
    }

    .terms-section h2[b-geeizdwn3m] {
        font-size: 20px;
        font-weight: 700;
        color: #1E293B;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
        /* Línea decorativa roja al lado de cada título */
        .terms-section h2[b-geeizdwn3m]::before {
            content: '';
            display: inline-block;
            width: 4px;
            height: 20px;
            background-color: var(--primary-color);
            border-radius: 2px;
        }

    .terms-section p[b-geeizdwn3m] {
        color: #475569;
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .terms-section ul[b-geeizdwn3m] {
        list-style-type: none;
        padding-left: 15px;
        margin-bottom: 14px;
    }

        .terms-section ul li[b-geeizdwn3m] {
            position: relative;
            font-size: 14.5px;
            color: #475569;
            margin-bottom: 8px;
            padding-left: 15px;
        }

            .terms-section ul li[b-geeizdwn3m]::before {
                content: '•';
                color: var(--primary-color);
                font-weight: bold;
                position: absolute;
                left: 0;
                top: 0;
            }

/* --- RESPONSIVIDAD --- */
@media (max-width: 992px) {
    .main-container[b-geeizdwn3m] {
        gap: 30px;
    }
    /* Oculta índice lateral en tablets/móviles para priorizar lectura */
    .terms-content[b-geeizdwn3m] {
        padding: 30px;
    }
}



