/* =========================
   VARIABLES GLOBALES
========================= */

:root{
    /* Fuentes */
    --font-title:'Space Grotesk', sans-serif;
    --font-text:'Inter', sans-serif;
    /* Pesos */
    --weight-regular:400;
    --weight-medium:500;
    --weight-bold:700;
    /*colores */
    --primary-color: #a855f7;
    --background-dark: #0d0d0d;
    --background-light-dark: #151515;
    --background-grey:#f5f5f5;
    --text-white: #ffffff;
    --text-gray: #b3b3b3;
}
html{
    scroll-behavior: smooth;
}
/* =========================
   BODY GENERAL
========================= */
body{

    font-family: var(--font-text);
    font-weight: var(--weight-regular);
    font-size:16px;
    line-height:1.6;
    margin: 0;
    padding: 0;
    background-color: var(--background-grey);
    overflow-x:hidden;
}
/* =========================
   TITULOS
========================= */
h1,h2,h3,h4,h5,h6{

    font-family: var(--font-title);
    font-weight: var(--weight-bold);
    letter-spacing:-0.03em;
}
/* =========================
   SUBTITULOS
========================= */
.subtitle{
    font-family: var(--font-title);
    font-weight: var(--weight-medium);
}
/* =========================
   TEXTO GENERAL
========================= */
p,label,span,input{
    font-family: var(--font-text);
    font-weight: var(--weight-regular);
}
/* =========================
   BOTONES
========================= */
button,
.btn{
    font-family: var(--font-text);
    font-weight: var(--weight-medium);
}
.destacar{/*DESTACA TEXTO EN LILA*/
    color: var(--primary-color);
}
/*viñetas*/
.viñeta-lila{
    color:var(--primary-color);
    font-size:1.1rem;
    margin-right: 10px;
}
/*****************SECCION HERO***************/
.hero-section{
    padding:100px 0 40px;
    overflow:hidden;
    background:
    radial-gradient(
        circle at top left,
        rgba(124,58,237,.25),
        transparent 35%
    ),
    radial-gradient(
        circle at bottom right,
        rgba(168,85,247,.15),
        transparent 35%
    ),
    var(--background-dark);
    height: 620px;
}
/**************************
ROW HERO
**************************/
.hero-section .row{
    align-items:center;
    min-height:480px;
}
/**************************
COLUMNA LOGO
**************************/
.hero-section .col-lg-6:first-child{
    display:flex;
    justify-content:center;
    align-items:center;
}
/**************************
LOGO
**************************/
.hero-logo{
    width:100%;
    max-width:480px;
    filter: drop-shadow(0px 0px 45px var(--primary-color));
    animation: respirarLogo 4s ease-in-out infinite;
}
/**************************
COLUMNA IMAGEN
**************************/
.hero-section .col-lg-6:last-child{
    display:flex;
    justify-content:center;
    align-items:center;
}
/**************************
IMAGEN
**************************/
.hero-img{
    width:100%;
    max-width:580px;
    object-fit:contain;
}
/************************** CONTENIDO IZQUIERDA **************************/ 
.hero-content{ 
    height:100%; 
    min-height:480px; 
    display:flex; 
    flex-direction:column; 
    justify-content:center; 
    align-items:center; 
    text-align:center; 
    gap:22px; 
}
/************************** TITULO **************************/ 
.hero-title{ 
    font-size:clamp(2.4rem,5vw,4rem); 
    font-weight:700; 
    line-height:1.1; 
    color:#fff; 
    margin:0; 
}
/************************** REDES **************************/ 
.hero-social{ 
    display:flex; 
    justify-content:center; 
    gap:18px; 
} 
.hero-social a{ 
    width:52px; 
    height:52px; 
    border-radius:50%; 
    display:flex; 
    align-items:center; 
    justify-content:center; 
    background: rgba(255,255,255,.05); 
    border: 1px solid rgba(255,255,255,.08); 
    color:#fff; 
    font-size:1.3rem; 
    text-decoration:none; 
    transition:.3s; 
} 
.hero-social a:hover{ 
    transform:translateY(-3px); 
    background:var(--primary-color); 
}

/***********************FIN SECCION HERO*******************/
/***********************CARD GENERAL**********************/
.card{
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow:hidden;
}
/*********************PRODUCTOS DEL INDEX*****************/
.products-section-main{
    background-color: #f5f5f5;
}
.card-img-top{
    height:250px;
    border-style: none;
    object-fit:cover;
}
.product-card-main{
    overflow:hidden;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
    min-height: 4.5rem;
    text-align: center;
}
.product-card-main .card-text{
    min-height:80px;
}

.products-section-page .product-card-page .card-text{
    min-height:auto;
}
.product-card-main:hover{
    transform:
        translateY(-5px)
        scale(1.05);
    box-shadow:
        0 15px 30px rgba(0,0,0,0.15);
}
.card-link{
    display:block;
    text-decoration:none;
    color:inherit;    
}
.card-link:hover{
    color:inherit;   
}
/*********************FIN PRODUCTOS DEL INDEX*****************/

/*********************SECCION BENEFICIOS********************/
.card-beneficios{
    /*background-color:#000000;*/
    border:none;
    border-radius:10px;
    overflow:hidden;
}
.item-beneficios{
    color:#ffffff;
    border: none;
    text-align:center;
    /*padding:20px;*/
    /*padding-top: 40px;*/
    display:flex;
    flex-direction:column;
    min-height: 30px;
    background:linear-gradient(
        180deg,
        var(--primary-color),
        #1b1b1b);
}
/* Títulos */
.item-beneficio h6{
    color:#ffffff;
    margin-bottom:10px;
    margin-top:10px;
}
/* Texto */
.item-beneficio p{
    color:rgba(255,255,255,0.75);
    margin-bottom:0;
}
/* Íconos */
.icono-lila{
    width:60px;
    height:60px;
    filter:
    invert(45%)
    sepia(94%)
    saturate(749%)
    hue-rotate(231deg)
    brightness(101%)
    contrast(95%);
    margin-bottom:10px;
}
.icon-beneficio-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top: 15px;
}
/*******************FIN SECCION BENEFICIOS*****************/

/*********************SECCION SERVICIOS*****************/   
.card-horizontal-img{
    height:100%;
    width:100%;
    min-height:350px;
    object-fit:cover;
}
.boton-action{
    transition:0.3s ease;
    border:2px solid var(--primary-color);
    color:var(--primary-color);
    background-color:transparent;
    transition:0.3s ease;
}
.boton-action:hover{
    transform:scale(1.1);
    background-color:var(--primary-color);
    color:white;
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(168,85,247,0.25);
}
.bi-wp{
    font-size:1.5rem;
    color:#25D366;
}
.card-efx{
    opacity:0;
    transform:translateY(40px);

    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.card-efx.active{
    opacity:1;
    transform:translateY(0);
}
/*********************FIN SECCION SERVICIOS**************/
/*********************PREGUNTAS FRECUENTES*****************/
/**PREGUNTA ABIERTA**/
.accordion-button:not(.collapsed){
    background-color:var(--background-grey);
    color: var(--background-light-dark);
    /*box-shadow: none;*/
}
.accordion-button:not(.collapsed)::after{
    filter: brightness(0) invert(1);
}
/**COLOR DEL BOTON ACTIVO**/
.accordion-button:focus{
    box-shadow: none;
    border-color: transparent;
}
/**PREGUNTA CERRADA COLOR DE LOS BOTONES INACTIVO**/
.accordion-button{
    background-color:white;
    color: var(--background-light-dark);
}
/**PREGUNTA ABIERTA FONDO Y TEXTO**/
.accordion-body{
    background-color:var(--primary-color);
    color: var(--text-white);
}
/**CUERPO TOTAL DEL ACORDEON**/
.accordion{
    border-radius:10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
/*********************FIN PREGUNTAS FRENCUENTES*************/
/********************SECCION FOOTER***********************/
.boton-action-sub{
    transition:0.3s ease;
    border:2px solid var(--primary-color);
    color:var(--primary-color);
    background-color:var(--background-dark);
    transition:0.3s ease;
}
.boton-action-sub:hover{
    transform:scale(1.1) translateY(-2px);
    background-color:var(--primary-color);
    box-shadow:0 10px 20px rgba(168,85,247,0.25);
}
.qr-lila{
    width: 180px;
    height: 180px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 2px solid #a855f7;
    display:block;
    margin:0 auto;
}
.footer{
    background-color:var(--background-dark);
    color:#ffffff;
    padding:40px 30px;
}
.footer-label{
    font-family: var(--font-title);
    font-weight: var(--weight-bold);
    color:#ffffff;
    text-align:center;
    margin-bottom:5px;
}
#logo-footer{
    filter: drop-shadow(0px 0px 45px var(--primary-color));
    animation: respirarLogo 4s ease-in-out infinite;
}
@keyframes respirarLogo{
    0%{ transform:scale(1); 
        filter: drop-shadow( 0px 0px 30px var(--primary-color) ); 
        opacity:0.95;
    }
    50%{ transform:scale(1.05); 
        filter: drop-shadow( 0px 0px 60px var(--primary-color) ); 
        opacity:1;
    }
    100%{ 
        transform:scale(1); filter: drop-shadow( 0px 0px 30px var(--primary-color) ); 
    }        
}
#descripcion-logo{
    text-align: center;
    line-height: 1.6;
    max-width: 350px;
}
#newsletter-form input{
    max-width:300px;
    height:46px;
    margin:auto;
    border-radius:10px;
}
#newsletter-form button{
    max-width:300px;
    height:46px;
    margin:auto;
    border-radius:10px;
}
/********************FIN SECCION FOOTER********************/
/* =========================
   NAVBAR
========================= */
.navbar-bytewin{
    background:rgba(13,13,13,0.92);
    backdrop-filter:blur(10px);
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,0.05);
    z-index:999;
}

/* LOGO */
.navbar-logo{
    width:auto;
    height:44px;
    object-fit:contain;
}

.navbar-title{
    font-family:'Space Grotesk', sans-serif;
    font-size:1.2rem;
    font-weight:700;
    color:#ffffff;
}

/* LINKS */
.navbar-bytewin .nav-link{
    color:rgba(255,255,255,0.75);
    font-weight:500;
    transition:all 0.3s ease;
    position:relative;
}

.navbar-bytewin .nav-link:hover{
    color:#ffffff;
}

.navbar-bytewin .nav-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-4px;
    width:0;
    height:2px;
    background:var(--primary-color);
    transition:width 0.3s ease;
}

.navbar-bytewin .nav-link:hover::after,
.navbar-bytewin .nav-link.active::after{
    width:100%;
}

.navbar-bytewin .nav-link.active{
    color:#ffffff;
}
/**********************SUBMENU*****************/
.dropdown-menu{
    background:#111111;
    border:1px solid rgba(168,85,247,0.2);
    border-radius:16px;
    padding:10px;
    backdrop-filter:blur(12px);
    margin-top:10px;
}
.dropdown-item{
    color:#ffffff;
    border-radius:10px;
    transition:0.3s ease;
}

.dropdown-item:hover{
    background:rgba(168,85,247,0.15);
    color:var(--primary-color);
}
.dropdown-menu::before{
    content:"";
    position:absolute;
    top:-10px;
    left:0;
    width:100%;
    height:10px;
}
/* SOLO DESKTOP DROPDOWN*/
@media(min-width:992px){
    .navbar .dropdown{
        position:relative;
    }

    .navbar .dropdown-menu{
        display:block;
        opacity:0;
        visibility:hidden;
        transform:translateY(5px);
        transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s;
        pointer-events:none;
        margin-top:0;
    }

    .navbar .dropdown:hover .dropdown-menu{
        opacity:1;
        visibility:visible;
        transform:translateY(0);
        pointer-events:auto;
    }

}
/**************************FIN SUBMENU***********************/
/******************BADGE DE PRODUCTOS************************/
/*ETIQUETAS EN PRODUCTOS*/
.badge-nuevo{
    background:#2de263;
    color:white;
}

.badge-destacado{
    background:#ffc107;
    color:#000;
}

.badge-personalizable{
    background:var(--primary-color);
    color:white;
}

.badge-pack-x20{
    background:#a855f7;
    color:white;
}

.badge-pack-x25{
    background:#a855f7;
    color:white;
}

.badge-pack-x50{
    background:#a855f7;
    color:white;
}

.badge-pack-x100{
    background:#a855f7;
    color:white;
}

.badge-pack-x200{
    background:#a855f7;
    color:white;
}

.product-badge{ 
    position:absolute; 
    top:12px; 
    left:12px; 
    z-index:5; 
    padding:6px 12px; 
    border-radius:50px; 
    font-size:.75rem; 
    font-weight:700;
    text-align:center;
    backdrop-filter:blur(6px); 
}
/*******************CARD PRODUCTOS DE SECCIONES************/
.ver-producto-galeria{
    cursor:pointer;
    transition:0.3s ease;
}

.ver-producto-galeria:hover{
    opacity:.92;
}
/*******************FIN BADGE PRODUCTOS**********************/

/**********************SECCION TEXTIL********************/
.product-card-page .form-select-sm{
    font-size:0.85rem;
    text-align: center;
    width:150px;
    flex-grow:0;
}
/*****************BOTON SUBIR A FILTROS**********************/
.btn-up-filtros{
    position:fixed;
    right:20px;
    bottom:20px;
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--primary-color);
    color:#ffffff;
    text-decoration:none;
    box-shadow:
        0 4px 15px rgba(0,0,0,.30);
    z-index:1000;
    opacity:0;
    visibility:hidden;
    transition:
        opacity .3s ease,
        visibility .3s ease,
        transform .3s ease;
    transform:translateY(10px);
}

.btn-up-filtros.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.btn-up-filtros:hover{
    color:#ffffff;
    transform:
        translateY(-3px);
}
/********************FIN SECCION TEXTIL*****************/
/******************INFO DE SECCIONES********************/
.info-page{
    padding-top: 50px;
}
.info-page p{
    text-align: justify;
}

/*******************ANCHO PARA INPUT CANTIDAD EN TEXTIL/STICKERS****************/
.cantidad-input{
    max-width:80px;
}
/******************************FIN*****************************/
/**********************SECCION STICKERS***********************/




/*********************BOTON FLOTANTE WHATSAPP**************/
.btn-whatsapp{
    position:fixed;
    right:20px;
    bottom:20px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:2rem;
    text-decoration:none;
    z-index:9999;
    box-shadow:
        0 10px 25px rgba(0,0,0,0.25);
    transition:
        transform .3s ease,
        box-shadow .3s ease;
    animation:
        pulseWhatsapp 3s infinite;
}

.btn-whatsapp:hover{
    transform:
        scale(1.1);
    box-shadow:
        0 15px 35px rgba(0,0,0,0.35);
    color:#fff;
}

@keyframes pulseWhatsapp{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.05);
    }
    100%{
        transform:scale(1);
    }
}
/*********************FIN BOTON FLOTANTE********************/
/**********************MENSAJE WEB PARA SECCION VACIA*****************/
.bw-alert-proximamente{
    background:#2b2b2b;
    border:1px solid #444;
    border-radius:18px;
    color:#f5f5f5;
    max-width:850px;
    margin:60px auto;
    box-shadow:0 8px 24px rgba(0,0,0,.25);
}

.bw-alert-proximamente h2{
    color:#a855f7;
    font-family:'Space Grotesk',sans-serif;
    font-weight:700;
}

.bw-alert-proximamente p{
    font-size:1.05rem;
}

.bw-alert-proximamente .text-muted{
    color:#bdbdbd !important;
}





/********************VERSION MOBILE***********************/
/*************************NAVBAR**************************/
@media(max-width:991px){
    .navbar-collapse{
        background:#111111;
        margin-top:15px;
        padding:20px;
        border-radius:14px;
    }
    .navbar-nav{
        gap:10px;
    }
    .navbar-bytewin .nav-link::after{
        display:none;
    }
    .btn-up-filtros{
        display:none;
    }
}
/************************HERO****************************/
@media(max-width:991px){
    .hero-section{
        position:relative;
        padding:80px 0 25px;
        min-height:320px;
        height:500px;
    }
    /**************************
    CONTENIDO
    **************************/
    .hero-content{
        min-height:auto;
        margin-bottom:0;
        position:relative;
        z-index:2;
    }
    /**************************
    LOGO
    **************************/
    .hero-logo{
        max-width:320px;
    }
    /**************************
    TITULO
    **************************/
    .hero-title{
        font-size:2.5rem;
    }
    /**************************
    IMAGEN HERO
    **************************/
    .hero-section .col-lg-6:last-child{
        position:absolute;
        inset:0;
        display:flex;
        align-items:center;
        justify-content:center;
        pointer-events:none;
        z-index:1;
    }
    .hero-img{
        max-width:420px;
        width:110%;
        opacity:.50;
        filter:blur(0.5px);
        transform:translateY(10px);
    }
}
/******************PRODUCTOS INDEX****************/
@media(max-width:991px){
    .card-link{
        margin-bottom:2rem;
    }
}
/*******************SERVICIOS*********************/
@media(max-width:767px){
    /**************************
    CARD
    **************************/
    .card-efx{
        position:relative;
        overflow:hidden;
    }
    /**************************
    IMAGEN COMO FONDO
    **************************/
    .card-efx .col-md-5{
        position:absolute;
        inset:0;
        z-index:1;
    }
    .card-horizontal-img{
        width:100%;
        height:100%;
        min-height:100%;
        object-fit:cover;
        opacity:.25;
    }

    /**************************
    CONTENIDO
    **************************/
    .card-efx .col-md-7{
        position:relative;
        z-index:2;
        width:100%;
    }
    .card-efx .card-body{
        text-align:center;
        padding:2rem 1.5rem;
    }
    /**************************
    TITULO
    **************************/
    .card-efx .card-body h3{
        margin-bottom:18px;
        font-size:35px;
    }
    /**************************
    PARRAFOS
    **************************/
    .card-efx .card-body p{
        text-align:center;
        margin-bottom:20px;
    }
    /**************************
    LISTAS
    **************************/
    .card-efx .card-body ul{
        text-align:left;
        display:inline-block;
        margin:auto auto 30px;
    }
    /**************************
    BOTON
    **************************/
    .boton-action{
        width:100%;
    }
}
/*************FOOTER VERSION MOBILE***************/
@media(max-width:991px){
    .footer .col-12{
        text-align:center;
    }
    .footer ul{
        padding-left:0;
    }
    .footer-contacto{ 
        width:100%;
        justify-content:center; 
    } 
    .footer-contacto ul{
         text-align:left;
         margin:auto;
         display:inline-block;
    }
}
/********************** PRODUCTOS DE SECCIONES **********************/
/* Estructura compartida por Textil, Stickers, Productos 3D y Deco */
.product-card-page .product-option-row{
    display:flex;
    align-items:center;
    min-height:32px;
    margin-bottom:.5rem;
}

.product-card-page .product-option-label{
    width:90px;
    flex:0 0 90px;
    margin-right:.5rem;
}

.product-card-page .product-option-control{
    width:120px;
    flex:0 0 120px;
    text-align:center;
}

.product-card-page .product-fixed-value{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:31px;
    min-width:120px;
    padding:.25rem .5rem;
    border:1px solid var(--bs-border-color);
    border-radius:var(--bs-border-radius-sm);
    background:var(--bs-tertiary-bg);
    font-size:.875rem;
}


/* Código secundario y bloque inferior estable en las cards de producto */
.product-card-page .product-code{
    font-size:.82rem;
    color:var(--bs-secondary-color);
}

.product-card-page .product-card-footer{
    width:100%;
}

/**************************
CARDS PRODUCTOS MOBILE
**************************/
@media(max-width:767px){
    .product-card-page{
        padding:12px;
    }

    .product-card-page .card-img-top{
        height:180px;
        object-fit:cover;
    }

    .product-card-page .card-body{
        padding:14px;
        text-align:left;
    }

    /* En mobile se centra únicamente el nombre del producto */
    .product-card-page .card-title{
        font-size:2rem;
        margin-bottom:.25rem;
        text-align:center;
    }

    .product-card-page .product-code{
        text-align:left;
        margin-bottom:.75rem;
    }

    .product-card-page .card-text{
        font-size:.92rem;
        min-height:auto;
        margin-bottom:1rem;
        text-align:left;
    }

    .product-card-page .product-option-row{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        justify-content:flex-start;
        align-items:flex-start;
        margin-bottom:.75rem;
    }

    .product-card-page .product-option-label{
        width:100%;
        flex:0 0 100%;
        margin-right:0 !important;
        margin-bottom:.25rem;
        text-align:left;
    }

    .product-card-page .product-option-control,
    .product-card-page .form-select-sm,
    .product-card-page .cantidad-input{
        width:100%;
        max-width:100%;
        flex:0 0 100%;
        text-align:left;
    }

    .product-card-page .product-fixed-value{
        width:100%;
        min-width:0;
        justify-content:flex-start;
    }

    .product-card-page select,
    .product-card-page input{
        font-size:.9rem;
    }

    .product-card-page .color-swatches{
        width:100%;
        flex:0 0 100%;
        justify-content:flex-start;
    }

    .product-card-page .card-precio{
        text-align:left;
        font-size:1.05rem;
        margin-top:.25rem;
    }

    .product-card-page .boton-action{
        width:100%;
    }
}
/******************** FIN PRODUCTOS DE SECCIONES ********************/

/************************** BADGE DE CARD EN PRODUCTOS **************************/
@media(max-width:767px){
    .product-badge{
        top:10px;
        left:10px;
        font-size:.70rem;
        padding:5px 10px;
    }
}

/* Selectores textiles modernos */
.color-swatches{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    flex:1;
}

.color-swatch-btn{
    width:30px;
    height:30px;
    border-radius:50%;
    border:2px solid transparent;
    background:#fff;
    padding:3px;
    box-shadow:0 0 0 1px rgba(0,0,0,.22);
    transition:.18s ease;
}

.color-swatch-btn span{
    display:block;
    width:100%;
    height:100%;
    border-radius:50%;
    border:1px solid rgba(0,0,0,.15);
}

.color-swatch-btn:hover{
    transform:translateY(-1px);
}

.color-swatch-btn.active{
    border-color:var(--primary-color);
    box-shadow:0 0 0 2px rgba(168,85,247,.2);
}


/********************** GUIA DE TALLES **********************/
.guia-talles-card{
    background:linear-gradient(135deg, #111111, #1b1b1b);
    color:var(--text-white);
    border:1px solid rgba(168,85,247,.28);
    border-radius:16px;
    padding:1.5rem;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.guia-talles-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1.5rem;
}

.guia-talles-eyebrow{
    display:block;
    color:var(--primary-color);
    font-size:.78rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:.35rem;
}

.guia-talles-btn{
    flex:0 0 auto;
    white-space:nowrap;
}

.guia-talles-modal .modal-content{
    border:1px solid rgba(168,85,247,.22);
    border-radius:18px;
    overflow:hidden;
}

.guia-talles-img{
    width:100%;
    max-width:300px;
    max-height:330px;
    object-fit:contain;
}

.guia-talles-nota{
    padding:.8rem 1rem;
    border-left:4px solid var(--primary-color);
    background:rgba(168,85,247,.08);
    border-radius:0 10px 10px 0;
    font-size:.9rem;
}

.guia-talles-tabs{
    gap:.5rem;
}

.guia-talles-tabs .nav-link{
    color:#333;
    background:#eeeeee;
    border-radius:999px;
    font-weight:600;
}

.guia-talles-tabs .nav-link.active{
    color:#fff;
    background:var(--primary-color);
}

.guia-talles-table{
    overflow:hidden;
    border:1px solid #dee2e6;
    border-radius:12px;
}

.guia-talles-table thead th{
    background:var(--background-dark);
    color:#fff;
    border-color:#2b2b2b;
}

.guia-talles-table tbody th{
    color:var(--primary-color);
}

@media(max-width:767px){
    .guia-talles-header{
        flex-direction:column;
        align-items:stretch;
        text-align:center;
    }

    .guia-talles-btn{
        width:100%;
    }

    .guia-talles-tabs{
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .guia-talles-tabs .nav-link{
        width:100%;
        padding:.65rem .5rem;
        font-size:.88rem;
    }
}
/******************** FIN GUIA DE TALLES ********************/

/******************** CHECKOUT ********************/
.checkout-page{max-width:1180px;padding-top:8rem!important}.checkout-eyebrow{color:var(--primary-color);font-weight:800;letter-spacing:.08em;font-size:.82rem}.checkout-card{background:#fff;border:1px solid #e7e1eb;border-radius:18px;padding:1.5rem;box-shadow:0 10px 30px rgba(39,24,49,.06)}.checkout-section-title{display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #eee6f1;padding-bottom:1rem;margin-bottom:1.25rem}.checkout-section-title>span{display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:var(--primary-color);color:#fff;font-weight:800}.payment-choice{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;border:1px solid #ded7e2;border-radius:14px;padding:1rem;margin-bottom:.75rem;cursor:pointer;transition:.2s ease}.payment-choice:hover,.payment-choice.active{border-color:var(--primary-color);background:rgba(168,85,247,.06)}.payment-choice small{display:block;color:#6c6570;margin-top:.2rem}.payment-choice input{accent-color:var(--primary-color);width:1.15rem;height:1.15rem}.transfer-extra{background:#f7f2fa;border-left:4px solid var(--primary-color);border-radius:0 12px 12px 0;padding:1rem;margin-top:.75rem}.checkout-summary{z-index:1}.bank-details>div{display:grid;grid-template-columns:140px 1fr;gap:1rem;border-bottom:1px solid #eee;padding:.8rem 0}.bank-details>div:last-child{border-bottom:0}.bank-details dt{color:#6c6570;font-weight:600}.bank-details dd{margin:0;font-weight:700;overflow-wrap:anywhere}.copy-data{border:0;background:transparent;color:var(--primary-color);padding:.15rem .4rem;margin-left:.35rem}.order-number{display:flex;align-items:center;justify-content:space-between;background:#17131a;color:#fff;border-radius:12px;padding:1rem;font-size:1.1rem;overflow-wrap:anywhere}.order-number .copy-data{color:#fff}@media(max-width:575px){.checkout-page{padding-top:7rem!important}.checkout-card{padding:1rem}.payment-choice{grid-template-columns:auto 1fr}.payment-choice>span:last-child,.payment-choice>strong:last-child{grid-column:2}.bank-details>div{grid-template-columns:1fr;gap:.2rem}}
/******************** FIN CHECKOUT ********************/
/* CARRITO DE COMPRAS */
.cart-navbar-button{
    display:inline-flex;
    align-items:center;
    gap:.45rem;
    color:#fff;
    border:1px solid rgba(255,255,255,.25);
    border-radius:999px;
    padding:.4rem .7rem;
}
.cart-navbar-button:hover{color:#fff;border-color:var(--primary-color);background:rgba(168,85,247,.16);}
.cart-count{
    display:inline-flex;
    min-width:1.35rem;
    height:1.35rem;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:var(--primary-color);
    color:#fff;
    font-size:.72rem;
    font-weight:700;
    padding:0 .25rem;
}
.cart-offcanvas{width:min(430px,100vw);}
.cart-eyebrow{color:var(--primary-color);font-size:.72rem;font-weight:700;letter-spacing:.12em;}
.cart-items{overflow-y:auto;}
.cart-empty{padding:4rem 1rem;}
.cart-empty>i{font-size:2.5rem;color:var(--primary-color);}
.cart-item-image{width:78px;height:78px;object-fit:cover;border-radius:.75rem;background:#f2f2f2;}
.min-w-0{min-width:0;}
.cart-quantity{display:inline-flex;align-items:center;border:1px solid #dee2e6;border-radius:.6rem;overflow:hidden;}
.cart-quantity button{width:2rem;height:1.9rem;border:0;background:transparent;font-size:1.1rem;line-height:1;}
.cart-quantity button:hover{background:rgba(168,85,247,.1);}
.cart-quantity span{min-width:2rem;text-align:center;font-weight:600;}
.cart-footer{background:var(--bs-body-bg);}
.checkout-line-item:last-child{border-bottom:0!important;}
