html, body{
    overflow-x:hidden;
    width:100%;
}

*{
    box-sizing:border-box;
}

.container-relative{
    overflow:hidden;
}

.container-relative .row{
    overflow:hidden;
}

.row{
    margin-left:0 !important;
    margin-right:0 !important;
}

/* =========================
   LOGO PRINCIPAL
========================= */

.logo-navbar{

    height:75px;

    width:auto;

    display:block;

    filter:drop-shadow(
        0 4px 10px rgba(0,0,0,.25)
    );

    transition:.3s ease;

}

.logo-navbar:hover{

    transform:scale(1.04);

}

@media(max-width:768px){

    .logo-navbar{

        height:50px;

    }

}

body{
    margin:0;
    padding:0;
    overflow-x:hidden;
}

.bg-primary {
  background: linear-gradient(
    180deg,
    #000000 0%,
    #171622 50%,
    #5b5b64 100%
    );
  box-shadow: 
    inset 0 1px 2px rgba(255,255,255,0.1), /* brillo interno */
    0 2px 6px rgba(0,0,0,0.6); /* profundidad */
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.bg-dark {
   background: linear-gradient(
    180deg,
    #302e2e 0%,
    #504e62 50%,
    #050506 100%
    );
  box-shadow: 
    inset 0 1px 2px rgba(255,255,255,0.1), /* brillo interno */
    0 2px 6px rgba(0,0,0,0.6); /* profundidad */
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
body{
 background: linear-gradient(180deg,#1a1a1a ,#2b2b2b );
}
.bg-light {
   background: linear-gradient(
    180deg,
    #6a6a6b 0%,
    #271f1f 50%,
    #0a0a0a 100%
    );
  box-shadow: 
    inset 0 1px 2px rgba(255,255,255,0.1), /* brillo interno */
    0 2px 6px rgba(0,0,0,0.6); /* profundidad */
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
body{
 background: linear-gradient(180deg,#1a1a1a ,#2b2b2b );
}

/* 🔥 RESET FORZADO DEL CONTENEDOR */
/* CONTENEDOR SCROLL (SIN FLEX) */
.scroll-ofertas {
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px;
}

/* TARJETAS EN LÍNEA */
.item-scroll {
    display: inline-block;
    width: 280px;
    margin-right: 20px;
    vertical-align: top;
}

/* TARJETA NORMAL */
.item-scroll .card {
    width: 100%;
}

/* 🔥 IMAGEN CONTROLADA */
.card-img-top {
    width: 100% !important;
    height: 200px !important;
    object-fit: contain !important;
}

.main-content {
    width: 100%;
    overflow-x: hidden; /* evita bugs de layout */
}

/* TABS */
/* 🔥 MATAR EL FONDO BLANCO DE BOOTSTRAP */
.nav-tabs {
    --bs-nav-tabs-link-active-bg: transparent !important;
    --bs-nav-tabs-link-active-border-color: transparent !important;
}

/* ACTIVO */

.tab-content {
    background: #1c1c1c;
    border: 1px solid #333;
}

.nav-tabs .nav-link.active {
    --bs-nav-tabs-link-active-bg: transparent;
    --bs-nav-tabs-link-active-border-color: transparent;
    --bs-nav-tabs-link-active-color: #fff;

    background-color: transparent !important;
    color: #fff !important;
    border-bottom: 3px solid #0d6efd !important;
}

/* NORMAL */
.nav-tabs .nav-link {
    --bs-nav-tabs-link-active-bg: transparent !important;
    --bs-nav-tabs-link-active-border-color: transparent !important;
    --bs-nav-tabs-link-active-color: #fff !important;
}

/* HOVER */
.nav-tabs .nav-link:hover {
    color: #fff !important;
}

.bi-star-fill{
    font-size: 1.2rem;
}

/* CONTENEDOR */
.tabs-wrapper{
    position: relative;
}

/* TABS */
.product-tabs{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    scroll-behavior: smooth;
}

.product-tabs::-webkit-scrollbar{
    display: none;
}

/* BOTONES */
.product-tabs .nav-link{
    min-width: max-content;
    padding: 14px 20px;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    transition: all .25s ease;
}

.product-tabs .nav-link.active{
    background: transparent;
    border-bottom: 3px solid #0d6efd;
}

.product-tabs .nav-link:hover{
    background: rgba(255,255,255,0.05);
}

/* FLECHAS */
.tabs-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(5px);

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-size: 18px;

    pointer-events: none;

    opacity: .9;
}

/* izquierda */
.tabs-arrow.left{
    left: 5px;
}

/* derecha */
.tabs-arrow.right{
    right: 5px;
}

/* SOLO CELULAR */
@media (min-width: 992px){

    .tabs-arrow{
        display: none;
    }

}

.precio-original{
    text-decoration: line-through;
    color: #aaa;
}

.precio-oferta{
    color: #00ff88;
    font-size: 1.8rem;
    font-weight: bold;
}

/* CONTENEDOR GENERAL */
.custom-accordion{
    border-radius: 10px;
    overflow: hidden;
    background: #1c1c1c;
    border: 1px solid #333;
}

/* BOTÓN HEADER */
.accordion-btn{
    width: 100%;
    background: linear-gradient(90deg, #0d6efd, #0dcaf0);
    color: #fff;
    padding: 15px 20px;
    border: none;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* HOVER */
.accordion-btn:hover{
    opacity: 0.9;
}

/* CONTENIDO */
.accordion-content{
    display: none;
    padding: 0;
    background: #1c1c1c;
}

/* TABLA */
.table{
    margin: 0 !important;
}

/* FILA DE GRUPO */
.fila-grupo th{
    background: #2a2a2a !important;
    color: #0dcaf0;
    font-size: 0.95rem;
}

/* CELDAS */
.table th, .table td{
    padding: 12px 15px;
}

.table-dark tbody tr:nth-child(even) {
    background-color: #222;
}

.table-dark tbody tr:nth-child(odd) {
    background-color: #1a1a1a;
}

.table-dark th,
.table-dark td {
    padding: 14px 18px;
}

.table-dark tr {
    border-bottom: 1px solid #333;
}

.table-dark th {
    font-weight: 600;
}

.fila-grupo th {
    background: #2a2a2a !important;
    font-size: 1rem;
}

.video-wrapper {
    width: 100%;
    max-width: 1080px; /* 🔥 controla el tamaño máximo */
    margin: 0 auto;   /* centra el video */
    aspect-ratio: 16 / 9; /* moderno y más limpio */
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.toast {
    z-index: 99999 !important;
}

.card-img-container{
    position: relative;
}

/* IZQUIERDA (estado producto) */
.badge-left{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

/* DERECHA (acciones) */
.badge-right{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    z-index: 20;
}

.buscador-wrapper{
    position: relative;
    width: 280px; /* 🔥 tamaño fijo elegante */
    max-width: 280px;
}

.sugerencias-box{
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    z-index: 9999;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    overflow: hidden;
}

.sugerencia-item{
    display: flex;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    transition: 0.2s;
}

.sugerencia-item:hover,
.sugerencia-item.active{
    background: #f1f5ff;
    cursor: pointer;
}

.sugerencia-img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.sugerencia-img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.sugerencia-precio{
    font-weight: bold;
    color: green;
}

.sugerencia-old{
    text-decoration: line-through;
    font-size: 12px;
    color: gray;
}

.sugerencias-header{
    font-size: 12px;
    padding: 6px 10px;
    background: #f8f9fa;
    color: #666;
}

@keyframes fadeIn{
    from{
        opacity: 0;
        transform: translateY(-5px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px){
    .buscador-wrapper{
        width: 100%;
        max-width: 100%;
    }
}

/* 🔥 arreglar la X del buscador */
.buscadorInput::-webkit-search-cancel-button{
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    cursor: pointer;

    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'><path d='M18 6L6 18M6 6l12 12' stroke='black' stroke-width='2' stroke-linecap='round'/></svg>") no-repeat center;
    background-size: contain;
}

.buscadorInput::-webkit-search-cancel-button:hover{
    opacity: 0.6;
}

.map-container{
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 350px; /* tamaño escritorio */
    overflow: hidden;
    border-radius: 10px;
}

.map-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px){
    .map-container{
        height: 250px;
    }
}

@media (min-width: 1200px){
    .map-container{
        height: 400px;
    }
}

.rating-stars{
    display:flex;
    flex-direction:row-reverse;
    justify-content:flex-end;
    gap:5px;
}

.rating-stars input{
    display:none;
}

.rating-stars label{
    font-size:2rem;
    color:#555;
    cursor:pointer;
    transition:.2s;
}

.rating-stars input:checked ~ label{
    color:#ffc107;
}

.rating-stars label:hover,
.rating-stars label:hover ~ label{
    color:#ffca2c;
    transform:scale(1.1);
}

.review-card{
    background:#1f1f1f;
    border:1px solid rgba(255,255,255,.08);
    transition:.3s;
}

.review-card:hover{
    transform:translateY(-2px);
    border-color:#0dcaf0;
}

.review-img{
    max-width:200px;
    border-radius:12px;
    transition:.3s;
    cursor:pointer;
}

.review-img:hover{
    transform:scale(1.03);
}

.estrella{
    font-size:30px;
    color:#666;
    cursor:pointer;
    transition:.2s;
}

.estrella:hover{
    transform:scale(1.15);
}

.estrella.active{
    color:#ffc107;
}

.footer-links{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:18px;
    margin-top:10px;
}

.footer-links a{
    font-size:15px;
    transition:.3s;
}

.footer-links a:hover{
    color:#ffffff !important;
    transform:translateY(-2px);
}

/* ===== REDES FOOTER ===== */

.footer-social{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
    margin-top:15px;
}

.footer-social-icon{
    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    font-size:20px;

    color:white;
    text-decoration:none;

    transition:.35s ease;

    position:relative;

    overflow:hidden;
}

/* FACEBOOK */
.footer-social-icon.fb{
    background:#1877f2;
}

/* INSTAGRAM */
.footer-social-icon.ig{
    background:linear-gradient(
        45deg,
        #f09433,
        #e6683c,
        #dc2743,
        #cc2366,
        #bc1888
    );
}

/* WHATSAPP */
.footer-social-icon.wa{
    background:#25d366;
}

/* TIKTOK */
.footer-social-icon.tk{
    background:#000;
}

/* YOUTUBE */
.footer-social-icon.yt{
    background:#ff0000;
}

/* HOVER */
.footer-social-icon:hover{
    transform:translateY(-5px) scale(1.12);

    box-shadow:
    0 0 15px rgba(255,255,255,.25),
    0 0 25px currentColor;
}

/* EFECTO BRILLO */
.footer-social-icon::before{
    content:'';

    position:absolute;

    width:120%;
    height:120%;

    background:rgba(255,255,255,.2);

    transform:rotate(45deg) translateX(-140%);

    transition:.5s;
}

.footer-social-icon:hover::before{
    transform:rotate(45deg) translateX(140%);
}

/* ⭐ REVIEWS EMPRESA */

.empresa-rating-box{
    background: rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    padding:20px;
    backdrop-filter: blur(10px);
}

.empresa-stars{
    font-size:1.5rem;
    color:#ffc107;
}

.empresa-review-card{
    background: rgba(255,255,255,.04);
    border-radius:14px;
    padding:15px;
    border:1px solid rgba(255,255,255,.06);
}

.empresa-review-img{
    max-height:120px;
    object-fit:cover;
    border-radius:10px;
}

@media(max-width:768px){

    .empresa-rating-box{
        padding:15px;
    }

}

/* CHECKOUT */

.checkout-resumen{
    background:#111;
    border-radius:16px;
    padding:20px;
    margin-bottom:20px;
    border:1px solid rgba(255,255,255,.08);
}

.payment-options{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.payment-card{
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    padding:18px;
    cursor:pointer;
    transition:.3s;
    display:flex;
    align-items:center;
    gap:15px;
}

.payment-card:hover{
    border-color:#0dcaf0;
    transform:translateY(-2px);
}

.shipping-options{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* TARJETAS CONSUMIBLES */

#descripcion .card{
    max-width:320px;
    margin:auto;
}

#descripcion .card-img-top{
    height:220px;
    object-fit:contain;
    padding:15px;
}

/* TÍTULO */
#descripcion .card-title{
    font-size:1.3rem;
    min-height:70px;
}

/* MODELO */
#descripcion .card-text{
    font-size:1rem;
    min-height:45px;
}

/* BOTONES */
#descripcion .btn{
    width:100%;
    font-size:.95rem;
    padding:10px;
}

/* CELULAR */
@media(max-width:768px){

    #descripcion .card{
        max-width:100%;
    }

    #descripcion .card-title{
        font-size:1.1rem;
        min-height:auto;
    }

    #descripcion .card-img-top{
        height:180px;
    }

}

/* =========================
   GALERÍA PRODUCTO PRO
========================= */

/* WRAPPER */
.miniaturas-wrapper{
    position:relative;
    display:flex;
    align-items:center;
    margin-top:20px;
    width:100%;
}

/* SLIDER */
.miniaturas-slider{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-behavior:smooth;
    width:100%;

    padding:10px 55px; /* espacio para flechas */

    scrollbar-width:none;
}

.miniaturas-slider::-webkit-scrollbar{
    display:none;
}

/* MINIATURAS */
.thumb-img{
    width:90px;
    height:90px;
    object-fit:contain;
    background:#fff;
    border:2px solid transparent;
    border-radius:10px;
    cursor:pointer;
    transition:.3s;
    flex-shrink:0;
    padding:5px;
}

.thumb-img:hover{
    transform:scale(1.05);
    border-color:#0d6efd;
}

.thumb-img.active{
    border-color:#0d6efd;
}

/* BOTONES */
.mini-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    
    z-index:9999; /* 🔥 MUY IMPORTANTE */

    width:38px;
    height:38px;

    border:none;
    border-radius:50%;

    background:rgba(0,0,0,.85);
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;
    transition:.3s;
}

.mini-btn:hover{
    background:#0d6efd;
}

/* izquierda */
.mini-btn.left{
    left:5px;
}

/* derecha */
.mini-btn.right{
    right:5px;
}

/* RESPONSIVE */
@media(max-width:768px){

    .thumb-img{
        width:70px;
        height:70px;
    }

    .miniaturas-slider{
        padding:10px 45px;
    }

}

/* =========================
   CARRUSEL PRO
========================= */

#carouselExampleDark{
    margin-top:20px;
}

/* SLIDE */

#carouselExampleDark .carousel-item{
    height:clamp(280px, 50vw, 700px);
    border-radius:20px;
    overflow:hidden;
    position:relative;
    background:#1f1f1f;
   
 /* =========================
       EFECTO FADE + ZOOM
   ========================= */
   
    opacity:0;
    transition:opacity 1.5s ease-in-out;
}

#carouselExampleDark .carousel-item.active{
    opacity:1;
}


/* IMAGEN */

#carouselExampleDark .carousel-item img{

    width:100%;
    height:100%;

    object-fit:contain;

    border-radius:20px;

    /* Zoom lento */

    transition: transform .6s ease;

    transform:scale(1);

}

/* Imagen activa 

#carouselExampleDark .carousel-item.active img{

    transform:scale(1.08);
}*/

/* ZOOM SUAVE */

#carouselExampleDark .carousel-item:hover img{
    transform:scale(1.03);
}

/* CONTROLES */

.carousel-control-prev,
.carousel-control-next{
    width:8%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:rgba(0,0,0,.45);
    border-radius:50%;
    padding:25px;
    backdrop-filter:blur(4px);
}

/* INDICADORES */

.carousel-indicators button{
    width:10px !important;
    height:10px !important;
    border-radius:50%;
}

/* MOBILE */

@media(max-width:768px){

    #carouselExampleDark{
        margin-top:10px;
    }

    #carouselExampleDark .carousel-item{
        
        height:180px;
        border-radius:14px;
    }

    #carouselExampleDark .carousel-item img{
        
        object-fit: contain;
        border-radius:14px;
    }

    .carousel-control-prev,
    .carousel-control-next{
        width:10%;
    }

    @media(max-width:768px){

    .carousel-control-prev-icon,
    .carousel-control-next-icon{

        padding:15px;
    }

}

}

.carousel-item img{
    width:100%;
    border-radius:20px;
    display:block;
}

/* DESKTOP */
#carouselExampleDark{
    max-width: 95%;
    margin:auto;
    margin-top:20px;
}

/* CELULAR */
@media(max-width:768px){

    .carousel-item img{
        border-radius:12px;
    }

}

/* =========================
   CONTADOR PROMOCIONES
========================= */

.promo-countdown{

    position:absolute;

    left:50%;
    bottom:45px;

    transform:translateX(-50%);

    z-index:50;

    background:none;

    border:none;

    backdrop-filter:none;

    padding:0;
}

.promo-title{

    text-align:center;

    color:white;

    font-size:.7rem;

    font-weight:600;

    margin-bottom:6px;

    text-shadow:
    0 2px 6px rgba(0,0,0,.8);
}

.countdown-boxes{

    display:flex;

    gap:8px;
}

.count-box{

    background:rgba(0,0,0,.70);

    border-radius:10px;

    min-width:50px;

    padding:8px 6px;

    text-align:center;

    box-shadow:
    0 3px 10px rgba(0,0,0,.35);
}

.count-box .valor{

    color:#00ff88;

    font-size:1.1rem;

    font-weight:700;

    line-height:1;
}

.count-box small{

    color:#fff;

    font-size:.55rem;

    opacity:.8;
}

/* MOBILE */

@media(max-width:768px){

    .promo-countdown{

        left:10px;
        right:auto;

        bottom:15px;

        transform:scale(.65);

        transform-origin:left bottom;
    }

    .promo-title{

        font-size:.55rem;

        margin-bottom:3px;
    }

    .countdown-boxes{

        gap:4px;
    }

    .count-box{

        min-width:32px;

        padding:4px;
        border-radius:6px;
    }

    .count-box .valor{

        font-size:.75rem;
    }

    .count-box small{

        font-size:.40rem;
    }

}


/* =========================
   BENEFICIOS PRO
========================= */

.beneficios-section{

    overflow:hidden;

    width:100%;

    padding:18px 0;

    background:
    linear-gradient(
        180deg,
        #1f1f1f 0%,
        #2a2a2a 100%
    );
}

/* TRACK */

.beneficios-track{

    display:flex;

    align-items:center;

    gap:22px;
}

/* =========================
   TARJETAS BENEFICIOS ARRIBA
========================= */

.beneficios-top .beneficio-card{

    width:235px;
    height:82px;

    padding:12px 22px;
}

/* =========================
   TARJETAS LOGOS / MARCAS
========================= */

.beneficio-card{

    width:260px;
    height:96px;

    padding:16px 26px;

    flex-shrink:0;

    background:#fff;

    border:1px solid rgba(255,255,255,0);

    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:center;

    backdrop-filter:blur(10px);

    transition:.35s ease;

    box-shadow:
        0 8px 22px rgba(0,0,0,.22);
}

/* IMG GENERAL */

.beneficio-card img{

    display:block;

    max-width:100%;
    max-height:100%;

    width:auto;
    height:auto;

    object-fit:contain;
}

/* BENEFICIOS DE ARRIBA: PAGO / ENTREGA / GARANTÍA */

.beneficios-top .beneficio-card img{

    max-width:94%;
    max-height:58px;
}

/* LOGOS DE MARCAS */

.beneficios-section:not(.beneficios-top) .beneficio-card img{

    max-width:88%;
    max-height:70px;
}

/* HOVER */

.beneficio-card:hover{

    transform:translateY(-5px);

    box-shadow:
        0 12px 30px rgba(0,0,0,.35),
        0 0 18px rgba(13,110,253,.15);
}

/* =========================
   DESKTOP
========================= */

@media(min-width:769px){

    .beneficios-top .beneficios-track{

        justify-content:center;

        gap:170px;
    }

    .beneficios-track{

        justify-content:center;

        gap:48px;

        width:100%;

        animation:none !important;
    }

    .duplicate{
        display:none;
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .beneficios-section{

        padding:12px 0;
    }

    .beneficios-top .beneficio-card{

        width:185px;
        height:68px;

        padding:10px 16px;
    }

    .beneficio-card{

        width:210px;
        height:82px;

        padding:12px 20px;
    }

    .beneficios-top .beneficio-card img{

        max-height:48px;
    }

    .beneficios-section:not(.beneficios-top) .beneficio-card img{

        max-height:54px;
        max-width:86%;
    }

    .beneficios-track{

        width:max-content;

        animation:scrollInfinite 20s linear infinite;

        animation-delay:2s;
    }

}

/* LOOP INFINITO */

@keyframes scrollInfinite{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

@keyframes scrollInfiniteRight{

    from{
        transform:translateX(-50%);
    }

    to{
        transform:translateX(0);
    }

}

/* =========================
   MARCAS (DIRECCIÓN OPUESTA)
========================= */

@media(max-width:768px){

    .auto-right{

        width:max-content;

        animation:
        scrollInfiniteRight 20s linear infinite;

        animation-delay:2s;
    }

}

@media(max-width:768px){

    .card-title{
        font-size:1rem;
    }

    .card-text{
        font-size:.9rem;
    }

    .card .btn{
        font-size:.85rem;
        padding:8px;
    }

    .card-img-top{
        height:160px !important;
    }

}

/* =========================
   TARJETAS MOBILE COMPACTAS
========================= */

@media(max-width:768px){

    /* COLUMNA */

    .col-6{
        padding-left:6px;
        padding-right:6px;
    }

    /* TARJETA */

    .card{
        border-width:2px !important;
        border-radius:14px;
        overflow:hidden;
    }

    /* IMAGEN */

    .card-img-top{
        height:120px !important;
        object-fit:contain;
        padding:6px;
    }

    /* BODY */

    .card-body{
        padding:10px;
    }

    /* TITULO */

    .card-title{
        font-size:.88rem;
        line-height:1.2;
        min-height:40px;
        margin-bottom:6px;
    }

    /* MODELO */

    .card-text{
        font-size:.76rem;
        margin-bottom:6px;
    }

    /* PRECIOS */

    .card .fw-bold{
        font-size:.95rem !important;
        margin-bottom:8px;
    }

    /* BOTONES */

    .card .btn{
        font-size:.72rem;
        padding:7px 5px;
        width:100%;
        border-radius:10px;
    }

    /* BADGES */

    .badge{
        font-size:.6rem;
        padding:5px 6px !important;
    }

    /* WISHLIST */

    .btn-wishlist{
        transform:scale(.78);
    }

}

/* =========================
   BOTÓN VOLVER ARRIBA
========================= */

#btnTop{

    position:fixed;

    bottom:25px;
    left:25px;

    width:52px;
    height:52px;

    border:none;
    border-radius:50%;

    background:
    linear-gradient(
        135deg,
        #0d6efd,
        #0dcaf0
    );

    color:#fff;

    font-size:24px;

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;

    z-index:9999;

    opacity:0;
    visibility:hidden;

    transform:translateY(20px);

    transition:.35s ease;

    box-shadow:
    0 8px 25px rgba(0,0,0,.35);
}

/* MOSTRAR */

#btnTop.show{

    opacity:1;
    visibility:visible;

    transform:translateY(0);
}

/* HOVER */

#btnTop:hover{

    transform:translateY(-4px);

    box-shadow:
    0 12px 30px rgba(0,0,0,.45);
}

/* MOBILE */

@media(max-width:768px){

    #btnTop{

        width:46px;
        height:46px;

        font-size:20px;

        bottom:18px;
        right:18px;
    }

}

/* =========================
   FLOATING BREADCRUMBS
========================= */

.floating-breadcrumbs{

    position:fixed;

    top:12px;
    left:12px;
    right:12px;

    z-index:9998;

    display:flex;
    flex-direction:row;
    align-items:center;

    gap:10px;

    max-width:calc(100vw - 24px);

    overflow-x:auto;
    overflow-y:hidden;

    white-space:nowrap;

    scrollbar-width:none;
    -ms-overflow-style:none;

    transition:
        opacity .35s ease,
        transform .35s ease,
        top .35s ease;

    opacity:0;

    pointer-events:none;

    transform:translateY(-12px);
}

.floating-breadcrumbs::-webkit-scrollbar{
    display:none;
}

/* AL HACER SCROLL */

.floating-breadcrumbs.scrolled{

    top:12px;

    flex-direction:row;
    align-items:center;

    opacity:1;

    pointer-events:auto;

    transform:translateY(0);
}

/* BOTONES */

.bc-btn{

    display:flex;
    align-items:center;
    justify-content:center;

    gap:8px;

    padding:10px 16px;

    color:#fff !important;

    text-decoration:none;

    border-radius:14px;

    font-size:.9rem;
    font-weight:700;

    letter-spacing:.3px;

    flex-shrink:0;

    border:1px solid rgba(255,255,255,.12);

    background:
    linear-gradient(
        135deg,
        #00b894,
        #00cec9
    );

    box-shadow:
        0 8px 22px rgba(0,0,0,.35),
        0 0 12px rgba(0,206,201,.18);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease,
        border-color .25s ease;
}

/* CATEGORÍA ACTIVA */

.bc-btn.active{

    background:
    linear-gradient(
        135deg,
        #0d6efd,
        #0dcaf0
    );

    border-color:rgba(13,202,240,.55);

    box-shadow:
        0 8px 24px rgba(0,0,0,.38),
        0 0 15px rgba(13,110,253,.35);
}

/* PRODUCTO / PÁGINA ACTUAL */

.bc-btn.current{

    background:
    linear-gradient(
        135deg,
        #111,
        #2b2b3d
    );

    border-color:rgba(255,255,255,.20);

    box-shadow:
        0 8px 22px rgba(0,0,0,.45),
        inset 0 0 0 1px rgba(255,255,255,.04);
}

/* HOVER GENERAL */

.bc-btn:hover{

    transform:translateY(-3px) scale(1.03);

    color:#fff !important;

    border-color:rgba(255,255,255,.45);

    box-shadow:
        0 12px 28px rgba(0,0,0,.45),
        0 0 20px rgba(13,202,240,.35);
}

/* HOVER INICIO */

.bc-btn:not(.active):not(.current):hover{

    background:
    linear-gradient(
        135deg,
        #00d084,
        #00bfff
    );
}

/* HOVER CATEGORÍA */

.bc-btn.active:hover{

    background:
    linear-gradient(
        135deg,
        #006aff,
        #00d4ff
    );
}

/* HOVER PRODUCTO ACTUAL */

.bc-btn.current:hover{

    background:
    linear-gradient(
        135deg,
        #25253a,
        #000
    );
}

/* ICONOS */

.bc-btn i{

    font-size:1rem;

    transition:.25s ease;
}

.bc-btn:hover i{

    transform:scale(1.15);
}

/* TEXTO LARGO */

.bc-btn span{

    max-width:220px;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

/* MOBILE */

@media(max-width:768px){

    .floating-breadcrumbs{

        top:10px;
        left:8px;
        right:8px;

        gap:8px;

        max-width:calc(100vw - 16px);
    }

    .floating-breadcrumbs.scrolled{

        top:10px;

        flex-direction:row;
        align-items:center;
    }

    .bc-btn{

    padding:8px 12px;

    font-size:.76rem;

    border-radius:12px;
}

    .bc-btn span{

        max-width:125px;

        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }

}

/* =========================
   AVISO PRIVACIDAD
========================= */

.privacy-container{

    max-width: 1000px;

    margin: auto;

    background: rgba(255,255,255,.04);

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 20px;

    padding: 50px;

    backdrop-filter: blur(8px);

    box-shadow:
        0 10px 30px rgba(0,0,0,.35);

}

/* TÍTULO */

.privacy-title{

    color: #fff;

    font-size: 2.4rem;

    font-weight: 700;

    margin-bottom: 30px;

    text-align: center;

}

/* SUBTÍTULO */

.privacy-subtitle{

    color: #0dcaf0;

    margin-bottom: 25px;

    font-size: 1.3rem;

}

/* TEXTO */

.privacy-text{

    color: rgba(255,255,255,.88);

    line-height: 2;

    font-size: 1.05rem;

    text-align: justify;

}

/* MOBILE */

@media(max-width:768px){

    .privacy-container{

        padding: 25px;

        border-radius: 14px;

    }

    .privacy-title{

        font-size: 1.8rem;

    }

    .privacy-text{

        font-size: .97rem;

        line-height: 1.8;

    }


}

/* =========================
   HEADER SECCIONES
========================= */

.section-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:15px;

    margin-top:35px;

    margin-bottom:20px;

    padding:0 15px;


}

/* TÍTULO */

.section-title{

    color:#fff;

    font-size:2rem;

    margin:0;

    font-weight:700;

    letter-spacing:1px;


}

/* BOTÓN */

.btn-vermas{

    display:flex;

    align-items:center;

    gap:8px;

    text-decoration:none;

    padding:10px 18px;

    border-radius:12px;

    background:linear-gradient(
        135deg,
        #0d6efd,
        #0dcaf0
    );

    color:#fff;

    font-weight:600;

    transition:.3s ease;

    box-shadow:
        0 5px 15px rgba(13,110,253,.25);

}

/* HOVER */

.btn-vermas:hover{

    transform:translateY(-2px);

    color:#fff;

    box-shadow:
        0 10px 25px rgba(13,110,253,.35);

}

/* ICONO */

.btn-vermas i{

    transition:.3s;

}

.btn-vermas:hover i{

    transform:translateX(3px);

}

/* MOBILE */

@media(max-width:768px){

    .section-header{

        flex-direction:column;

        align-items:flex-start;

    }

    .section-title{

        font-size:1.4rem;

    }

    .btn-vermas{

        width:100%;

        justify-content:center;

    }

}

/* CONTENEDOR PASSWORD */

.password-wrapper{
    position:relative;
}

/* BOTON OJITO */

.toggle-password{
    position:absolute;
    top:50%;
    right: 45px;

    transform:translateY(-50%);

    border:none;
    background:none;

    color:#888;

    cursor:pointer;

    z-index:5;
}

.toggle-password:hover{
    color:#0dcaf0;
}

.required{
    color:#dc3545;
    font-weight:bold;
}

/* =========================
   BOTON MI CUENTA
========================= */

.cuenta-btn{

    display: flex !important;
    flex-direction: column;

    line-height: 1.1;

    padding: 8px 14px !important;

    border-radius: 14px;

    transition: 0.3s ease;

}

.cuenta-btn:hover{

    background: rgba(255,255,255,0.08);

}

.cuenta-small{

    font-size: 11px;

    opacity: .8;

    color: #dfe6e9;

}

.cuenta-nombre{

    font-size: 15px;

    font-weight: 700;

    color: white;

}

/* =========================
   DROPDOWN
========================= */

.cuenta-dropdown{

    min-width: 240px;

    border: none;

    border-radius: 18px;

    overflow: hidden;

    box-shadow: 0 10px 35px rgba(0,0,0,.25);

    padding: 10px 0;

}

.cuenta-dropdown .dropdown-header{

    font-size: 15px;

    font-weight: 700;

    color: #2d3436;

    padding: 12px 18px;

}

.cuenta-dropdown .dropdown-item{

    padding: 12px 18px;

    font-size: 15px;

    transition: .2s ease;

}

.cuenta-dropdown .dropdown-item:hover{

    background: #324967;

    padding-left: 24px;

}

.cuenta-dropdown .dropdown-divider{

    margin: 8px 0;

}



/* MOBILE */

@media(max-width:991px){

    .cuenta-btn{

        margin-top: 10px;

        width: fit-content;

    }

}

/* =========================
   MI CUENTA PAGE
========================= */

.mi-cuenta-wrapper{

    background: rgba(255,255,255,0.06);

    backdrop-filter: blur(14px);

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 30px;

    padding: 40px;

    box-shadow: 0 10px 40px rgba(0,0,0,.35);

}

/* HEADER */

.cuenta-header{

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 20px;

    margin-bottom: 30px;

}

.cuenta-avatar{

    width: 90px;

    height: 90px;

    border-radius: 50%;

    background: linear-gradient(135deg,#00c6ff,#0072ff);

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 42px;

    color: white;

    box-shadow: 0 8px 25px rgba(0,114,255,.35);

}

.cuenta-titulo{

    color: white;

    font-size: 34px;

    margin-bottom: 5px;

}

.cuenta-subtitulo{

    color: rgba(255,255,255,.7);

    margin: 0;

    font-size: 16px;

}

/* CARDS */

.cuenta-card{

    background: rgba(0,0,0,.35);

    border-radius: 24px;

    padding: 30px;

    border: 1px solid rgba(255,255,255,.06);

    box-shadow: 0 8px 30px rgba(0,0,0,.25);

    height: 100%;

}

.cuenta-card-title{

    font-size: 24px;

    margin-bottom: 30px;

    letter-spacing: 1px;

}

/* INFO */

.cuenta-info-item{

    margin-bottom: 24px;

}

.cuenta-info-item span{

    display: block;

    color: rgba(255,255,255,.6);

    font-size: 14px;

    margin-bottom: 6px;

}

.cuenta-info-item strong{

    color: white;

    font-size: 18px;

    font-weight: 600;

}

/* LINKS */

.cuenta-link{

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 16px;

    border-radius: 16px;

    text-decoration: none;

    font-weight: 600;

    transition: .25s ease;

    border: 1px solid;

}

.cuenta-link:hover{

    transform: translateY(-3px);

}

/* COLORES */

.cuenta-link-info{
    color: #00bfff;
    border-color: #00bfff;
}

.cuenta-link-info:hover{
    background: rgba(0,191,255,.12);
}

.cuenta-link-danger{
    color: #ff4d6d;
    border-color: #ff4d6d;
}

.cuenta-link-danger:hover{
    background: rgba(255,77,109,.12);
}

.cuenta-link-primary{
    color: #4dabff;
    border-color: #4dabff;
}

.cuenta-link-primary:hover{
    background: rgba(77,171,255,.12);
}

.cuenta-link-warning{
    color: #ffc857;
    border-color: #ffc857;
}

.cuenta-link-warning:hover{
    background: rgba(255,200,87,.12);
}

.cuenta-link-secondary{
    color: #ced4da;
    border-color: #ced4da;
}

.cuenta-link-secondary:hover{
    background: rgba(206,212,218,.12);
}

/* =========================
   FOTO PERFIL
========================= */
.cuenta-avatar{

    width: 140px;

    height: 140px;

    border-radius: 50%;

    overflow: hidden;

    border: 4px solid rgba(255,255,255,.15);

    box-shadow: 0 10px 30px rgba(0,0,0,.35);

    margin-bottom: 20px;

    background: rgba(255,255,255,.05);

    display: flex;

    align-items: center;

    justify-content: center;

}

/* IMAGEN */

.avatar-img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

}

/* ICONO DEFAULT */

.cuenta-avatar i{

    font-size: 110px;

    color: rgba(255,255,255,.7);

}

.cuenta-cover{
    position: relative;
    overflow: hidden;
}

.cuenta-cover::before{

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(0,0,0,.25),
        rgba(0,0,0,.55)
    );

    z-index: 1;

}

/* MOBILE */

@media(max-width:768px){

    .mi-cuenta-wrapper{

        padding: 22px;

        border-radius: 22px;

    }

    .cuenta-header{

        flex-direction: column;

        text-align: center;

    }

    .cuenta-titulo{

        font-size: 28px;

    }

}

/* =========================
   CHECKOUT
========================= */

.checkout-direcciones{

    display: flex;

    flex-direction: column;

    gap: 16px;

}

.direccion-card{

    background: rgba(255,255,255,.05);

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 20px;

    padding: 18px;

    cursor: pointer;

    transition: .25s ease;

    display: flex;

    align-items: flex-start;

    gap: 15px;

}

.direccion-card:hover{

    border-color: #00bfff;

    transform: translateY(-2px);

}

.direccion-card input{

    margin-top: 5px;

    transform: scale(1.2);

}

.payment-options{

    display: flex;

    flex-direction: column;

    gap: 14px;

}

.payment-card{

    background: rgba(255,255,255,.05);

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 18px;

    padding: 18px;

    display: flex;

    align-items: center;

    gap: 14px;

    cursor: pointer;

    transition: .25s ease;

}

.payment-card:hover{

    border-color: #00d084;

    transform: translateY(-2px);

}

.payment-card input{

    transform: scale(1.2);

}

.checkout-resumen{

    background: rgba(255,255,255,.04);

    border-radius: 20px;

    padding: 24px;

    border: 1px solid rgba(255,255,255,.05);

}

/* =========================
   CHECKOUT PREMIUM
========================= */

.checkout-wrapper{

    max-width: 900px;

    margin: auto;

    background: rgba(255,255,255,0.05);

    backdrop-filter: blur(14px);

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 30px;

    padding: 40px;

    box-shadow: 0 10px 40px rgba(0,0,0,.35);

}

.checkout-title{

    text-align: center;

    color: #47d16c;

    font-size: 42px;

    font-weight: 700;

    letter-spacing: 3px;

    margin-bottom: 40px;

}

/* INPUTS */

.checkout-wrapper .form-control{

    background: rgb(248, 248, 248);

    border: 1px solid rgba(255,255,255,.08);

    color: rgb(0, 0, 0);

}

.checkout-wrapper .form-control:focus{

    background: rgb(255, 255, 255);

    color: rgb(0, 0, 0);

    border-color: #00bfff;

    box-shadow: none;

}

.checkout-wrapper .form-floating label{

    color: rgba(0, 0, 0, 0.65);

}

/* RESUMEN */

.checkout-resumen{

    background: rgba(0,0,0,.30);

    border-radius: 24px;

    padding: 28px;

    border: 1px solid rgba(255,255,255,.05);

}

/* DIRECCIONES */

.checkout-direccion{

    background: rgba(255,255,255,.04);

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 18px;

    padding: 18px;

    transition: .25s ease;

}

.checkout-direccion:hover{

    border-color: #00bfff;

    transform: translateY(-2px);

}

.checkout-direccion strong{

    color: white;

}

.checkout-direccion p{

    color: rgba(255,255,255,.7);

    margin-bottom: 0;

}

/* BOTON */

.checkout-btn{

    background: linear-gradient(135deg,#00c853,#00b894);

    border: none;

    border-radius: 16px;

    padding: 16px;

    font-size: 18px;

    font-weight: 700;

    width: 100%;

    color: white;

    transition: .25s ease;

}

.checkout-btn:hover{

    transform: translateY(-2px);

    box-shadow: 0 8px 25px rgba(0,200,83,.35);

}

/* MOBILE */

@media(max-width:768px){

    .checkout-wrapper{

        padding: 24px;

        border-radius: 22px;

    }

    .checkout-title{

        font-size: 30px;

    }

}

.pedido-card{

    background:#1a1a1a;
    border:1px solid #303030;

    transition:.25s;
}

.pedido-card:hover{

    border-color:#00bfff;

    transform:translateY(-2px);
}

.pedido-card .card-body{

    background:#1a1a1a;
}

@media (max-width:768px){

    .pedido-card img{

        margin-bottom:20px;
    }

    .pedido-card .pedido-info{

        text-align:center;
    }

}

.pedido-card{
    background:#1a1a1a;
    border:1px solid #333;
    border-radius:15px;
}

.pedido-detalle-header{
    background:#1a1a1a;
    border:1px solid #333;
    border-radius:15px;
}

.detalle-ticket{
    min-width:260px;
}

@media(max-width:768px){

    .detalle-ticket{
        margin-top:20px;
    }

}

.transfer-card{

    background: rgba(255,255,255,0.03);

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 14px;

    padding: 20px;

    transition: all .25s ease;

}

.transfer-card:hover{

    border-color: rgba(0,174,255,.35);

    box-shadow:
    0 0 20px rgba(0,174,255,.08);

}

.transfer-title{

    color: #00aaff;

    font-weight: 600;

    letter-spacing: 2px;

    text-transform: uppercase;

    margin-bottom: 20px;

}

.transfer-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:10px 0;

    border-bottom:1px solid rgba(255,255,255,.05);

}

.transfer-row:last-child{

    border-bottom:none;

}

.transfer-label{

    color:#9aa0a6;

}

.transfer-value{

    color:#fff;

    font-weight:600;

}

/* ======================================
   ADMIN PEDIDOS
====================================== */

.admin-title{
    color:#fff;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:30px;
}

.admin-pedido-card{
    background:rgba(20,20,20,.95);
    border:1px solid rgba(255,255,255,.1);
    border-radius:16px;
    transition:.3s;
}

.admin-pedido-card:hover{
    border-color:#00aaff;
    transform:translateY(-2px);
}

.admin-pedido-id{
    color:#fff;
    font-size:1.3rem;
    font-weight:700;
    letter-spacing:2px;
}

.admin-pedido-fecha{
    color:#aaa;
    font-size:.9rem;
}

.admin-cliente{
    color:#fff;
    font-weight:600;
}

.admin-correo{
    color:#8ecfff;
    font-size:.9rem;
}

.admin-total{
    color:#4cd37b;
    font-size:1.5rem;
    font-weight:700;
}

.admin-badge{
    padding:8px 14px;
    border-radius:50px;
    font-size:.8rem;
    font-weight:600;
}

.badge-pendiente{
    background:#ffc107;
    color:#000;
}

.badge-procesando{
    background:#0dcaf0;
    color:#000;
}

.badge-enviado{
    background:#0d6efd;
    color:#fff;
}

.badge-entregado{
    background:#198754;
    color:#fff;
}

.badge-devolucion{
    background:#6c757d;
    color:#fff;
}

.badge-cancelado{
    background:#dc3545;
    color:#fff;
}

.badge-pago-pendiente{
    background:#ffc107;
    color:#000;
}

.badge-pago-procesar{
    background:#0dcaf0;
    color:#000;
}

.badge-pago-pagado{
    background:#198754;
    color:#fff;
}

.badge-pago-reembolsado{
    background:#0d6efd;
    color:#fff;
}

.badge-pago-cancelado{
    background:#dc3545;
    color:#fff;
}

.badge-pago-fallido{
    background:#343a40;
    color:#fff;
}

.admin-select{
    background:#1b1b1b;
    color:#fff;
    border:1px solid #444;
}

.admin-select:focus{
    border-color:#00aaff;
    box-shadow:none;
}

.admin-btn{
    border-radius:30px;
    padding:10px 20px;
    font-weight:600;
}

.admin-grid{
    display:flex;
    align-items:center;
}

.stat-number{
    font-size:32px;
    font-weight:700;
    color:#00aaff;
}

.stat-label{
    color:#fff;
    font-size:14px;
    margin-top:5px;
}

.metodo-transferencia{
    color:#00aaff;
    font-weight:600;
}

.metodo-mercadopago{
    color:#00d084;
    font-weight:600;
}

.metodo-tarjeta{
    color:#ffc107;
    font-weight:600;
}

.admin-actions{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-top:15px;
}

.admin-actions .btn{
    min-width:150px;
}

@media(max-width:991px){

    .admin-grid{
        display:block;
    }

    .admin-grid > div{
        margin-bottom:15px;
    }

    .admin-total{
        font-size:1.2rem;
    }

}

@media (max-width: 768px){

    .admin-pedido-card .row{
        display:block;
    }

    .admin-pedido-card .col-lg-4,
    .admin-pedido-card .col-lg-2{
        width:100%;
        max-width:100%;
        flex:none;
        margin-bottom:20px;
        text-align:center !important;
    }

    .admin-select{
        max-width:280px;
        margin:10px auto 0;
    }

}

/* =========================
   MÉTODOS DE PAGO
========================= */

.payment-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:15px;

    margin-bottom:8px;

}

.payment-logos{

    display:flex;

    align-items:center;

    gap:8px;

    flex-wrap:wrap;

}

.payment-logos img{

    height:38px;

    width:auto;

    object-fit:contain;

    background:#fff;

    border-radius:8px;

    padding:4px 8px;

}

@media(max-width:768px){

    .payment-header{

        flex-direction:column;

        align-items:flex-start;

        gap:8px;

    }

    .payment-logos img{

        height:32px;

    }

}

/* =========================
   LOGOS BANCARIOS
========================= */

.transfer-title{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:1.2rem;

    font-weight:700;

    color:#0dcaf0;

}

.bank-logo{

    height:42px;

    width:auto;

    object-fit:contain;

    background:#fff;

    padding:4px 8px;

    border-radius:8px;

}

.bank-logo{

    height:50px;

    width:auto;

    background:#fff;

    padding:6px 10px;

    border-radius:10px;

    box-shadow:
        0 4px 12px rgba(0,0,0,.15);

}

@media(max-width:768px){

    .bank-logo{

        height:38px;

    }

    .transfer-title{

        font-size:1rem;

    }

}

/* =========================
   SLIDER PRODUCTOS HOME
========================= */

.productos-slider-wrapper{

    position:relative;

    width:100%;

    overflow:hidden;

    padding:15px 60px 35px;

}

/* CONTENEDOR DESLIZABLE */

.productos-slider{

    display:flex;

    gap:24px;

    overflow-x:auto;
    overflow-y:hidden;

    scroll-behavior:smooth;

    scroll-snap-type:x mandatory;

    padding:5px 5px 20px;

    scrollbar-width:none;
    -ms-overflow-style:none;

}

.productos-slider::-webkit-scrollbar{
    display:none;
}

/* ITEM */

.producto-slider-item{

    flex:0 0 300px;

    scroll-snap-align:start;

}

.producto-slider-item .card{

    height:100%;

}

/* FLECHAS */

.productos-slider-btn{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    z-index:80;

    width:52px;
    height:52px;

    border:none;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:
    linear-gradient(
        135deg,
        #0d6efd,
        #0dcaf0
    );

    color:#fff;

    font-size:1.5rem;

    cursor:pointer;

    box-shadow:
        0 8px 25px rgba(0,0,0,.45),
        0 0 18px rgba(13,202,240,.25);

    transition:.25s ease;
}

.productos-slider-btn:hover{

    transform:translateY(-50%) scale(1.08);

    box-shadow:
        0 12px 30px rgba(0,0,0,.5),
        0 0 25px rgba(13,202,240,.45);
}

.productos-slider-prev{
    left:14px;
}

.productos-slider-next{
    right:14px;
}

/* MOBILE */

@media(max-width:768px){

    .productos-slider-wrapper{

        padding:12px 38px 32px;

    }

    .productos-slider{

        gap:18px;

        padding:8px 0 22px;

        scroll-snap-type:x mandatory;

    }

    .producto-slider-item{

        flex:0 0 82vw;

        min-width:270px;

        max-width:320px;

        scroll-snap-align:center;

    }

    .productos-slider-btn{

        width:40px;
        height:40px;

        font-size:1.05rem;

        z-index:90;
    }

    .productos-slider-prev{
        left:8px;
    }

    .productos-slider-next{
        right:8px;
    }

}

/* CELULARES MUY PEQUEÑOS */

@media(max-width:420px){

    .productos-slider-wrapper{

        padding:12px 34px 30px;

    }

    .producto-slider-item{

        flex:0 0 80vw;

        min-width:260px;

        max-width:300px;
    }

    .productos-slider-btn{

        width:38px;
        height:38px;

        font-size:1rem;
    }

}

/* =========================
   CHECKOUT RECOLECCIÓN
========================= */

.payment-content{
    flex:1;
    min-width:0;
}

.shipping-pickup-card{
    align-items:flex-start;
}

.shipping-pickup-card input{
    margin-top:8px;
    flex-shrink:0;
}

.shipping-pickup-content{
    display:flex;
    flex-direction:column;
    gap:3px;
}

.shipping-pickup-title{
    display:block;
    font-size:1rem;
    line-height:1.35;
}

.shipping-pickup-address{
    color:rgba(255,255,255,.78);
    font-size:.88rem;
    line-height:1.45;
    max-width:100%;
}

.shipping-pickup-address i{
    color:#0dcaf0;
    margin-right:5px;
}

/* MOBILE */

@media(max-width:768px){

    .shipping-pickup-title{
        font-size:.95rem;
    }

    .shipping-pickup-address{
        font-size:.8rem;
        line-height:1.4;
    }

}

/* =========================
   TOP CONTACT BAR
========================= */

.top-contact-bar{

    width:100%;

    background:#111;

    color:#fff;

    font-size:.82rem;

    border-bottom:1px solid rgba(255,255,255,.08);

    position:relative;

    z-index:1020;;
}

.top-contact-inner{

    width:100%;

    max-width:1280px;

    margin:0 auto;

    padding:6px 18px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:15px;
}

.top-contact-left,
.top-contact-right{

    display:flex;

    align-items:center;

    gap:8px;

    min-width:0;
}

.top-contact-link{

    color:#fff !important;

    text-decoration:none;

    display:flex;

    align-items:center;

    gap:6px;

    white-space:nowrap;

    font-weight:600;

    transition:.25s ease;
}

.top-contact-link:hover{

    color:#0dcaf0 !important;

    transform:translateY(-1px);
}

.top-contact-link i{

    color:#ffc107;

    font-size:.9rem;
}

.top-contact-separator{

    color:rgba(255,255,255,.35);

    font-weight:700;
}

/* MOBILE */

@media(max-width:768px){

    .top-contact-inner{

        padding:7px 10px;

        justify-content:flex-start;

        overflow-x:auto;

        scrollbar-width:none;

        -ms-overflow-style:none;
    }

    .top-contact-inner::-webkit-scrollbar{
        display:none;
    }

    .top-contact-left{

        flex-shrink:0;

        gap:7px;
    }

    .top-contact-right{

        display:none;
    }

    .top-contact-link{

        font-size:.72rem;
    }

    .top-contact-link i{

        font-size:.8rem;
    }

}

/* =========================
   TOP CONTACT BAR SOLO TELÉFONOS
========================= */

.top-contact-inner.solo-telefonos{

    justify-content:flex-start;

}

.top-contact-inner.solo-telefonos .top-contact-left{

    width:100%;

    justify-content:flex-start;

}

@media(max-width:768px){

    .top-contact-inner.solo-telefonos{

        overflow-x:auto;

    }

    .top-contact-inner.solo-telefonos .top-contact-left{

        flex-wrap:nowrap;

    }

}

/* =========================
   CABECERA MÁS DELGADA
========================= */

.header-main{

    padding-top:10px;
    padding-bottom:10px;

    min-height:78px;
}

/* LOGO */

.logo-navbar{

    max-height:62px;

    width:auto;

    object-fit:contain;
}

/* LINKS DEL MENÚ */

.navbar .nav-link{

    padding-top:8px;
    padding-bottom:8px;

    font-size:.9rem;
}

/* BUSCADOR DESKTOP */

.navbar .buscador-wrapper input,
.navbar .form-control{

    height:48px;

    font-size:.92rem;
}

/* BOTONES DE BUSCAR / CARRITO */

.navbar .btn{

    min-height:48px;

    display:flex;
    align-items:center;
    justify-content:center;
}

/* ICONOS SOCIALES */

.header-social-icon{

    width:34px;
    height:34px;

    display:flex;
    align-items:center;
    justify-content:center;
}

/* BARRA SUPERIOR TELÉFONOS */

.top-contact-inner{

    padding-top:5px;
    padding-bottom:5px;
}

@media(max-width:768px){

    .header-main{

        padding-top:10px;
        padding-bottom:10px;

        min-height:76px;
    }

    .logo-navbar{

        max-height:56px;
    }

    .navbar-toggler{

        padding:6px 9px;
    }

    .navbar .btn{

        min-height:42px;
    }

    .carrito-icono{

        font-size:1.25rem;
    }

}

/* =========================
   CONTENIDO DE LA CAJA
========================= */

.contenido-caja-card{

    background:rgba(0,0,0,.25);

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:24px;

    box-shadow:
        0 8px 25px rgba(0,0,0,.25);
}

.caja-item{

    display:flex;

    align-items:flex-start;

    gap:12px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.07);

    border-radius:14px;

    padding:14px 16px;

    height:100%;

    transition:.25s ease;
}

.caja-item:hover{

    border-color:#0dcaf0;

    transform:translateY(-2px);

    background:rgba(13,202,240,.08);
}

.caja-icon{

    color:#00d084;

    font-size:1.1rem;

    margin-top:2px;

    flex-shrink:0;
}

.caja-text{

    color:#fff;

    font-size:.95rem;

    line-height:1.45;
}

/* MOBILE */

@media(max-width:768px){

    .contenido-caja-card{

        padding:16px;
    }

    .caja-item{

        padding:12px 14px;
    }

    .caja-text{

        font-size:.88rem;
    }

}