/* SOLO MOVIL */
@media (max-width: 991px){

body{
    padding-top:70px;
}

/* HEADER */

#wv-mobile-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:#ffffff;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
    transition:transform .3s ease;
}

#wv-mobile-header.hide{
    transform:translateY(-100%);
}

.wv-topbar{
    height:70px;
    display:flex;
    align-items:center;
    padding:0 12px;
    gap:10px;
}

/* BOTON MENU */

#wv-menu-btn{
    border:none;
    background:none;
    font-size:28px;
    color:#111;
    width:40px;
}

/* BUSCADOR */

.wv-search{
    flex:1;
}

.wv-search form{
    width:100%;
}

.wv-search input{
    width:100%;
    height:42px;
    border:none;
    border-radius:14px;
    background:#f3f4f6;
    padding:0 15px;
    font-size:14px;
    outline:none;
}

/* ICONOS */

.wv-icons{
    display:flex;
    align-items:center;
    gap:10px;
}

.wv-icons a{
    color:#111;
    text-decoration:none;
}

.wv-icons i{
    font-size:28px;
}

/* SIDEBAR */

#wv-sidebar{
    position:fixed;
    top:0;
    left:-320px;
    width:300px;
    height:100%;
    background:#fff;
    z-index:10000;
    transition:left .3s ease;
    overflow-y:auto;
    box-shadow:2px 0 20px rgba(0,0,0,.15);
}

#wv-sidebar.active{
    left:0;
}

.wv-sidebar-header{
    height:70px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 20px;
    border-bottom:1px solid #eee;
    font-weight:700;
    font-size:18px;
}

#wv-close-sidebar{
    border:none;
    background:none;
    font-size:30px;
}

/* MENU */

.wv-menu{
    list-style:none;
    margin:0;
    padding:10px 0;
}

.wv-menu li{
    border-bottom:1px solid #f3f3f3;
}

.wv-menu li a{
    display:block;
    padding:16px 20px;
    color:#111;
    text-decoration:none;
    font-size:15px;
    font-weight:500;
}

/* OVERLAY */

#wv-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.4);
    z-index:9998;
    opacity:0;
    visibility:hidden;
    transition:.3s;
}

#wv-overlay.active{
    opacity:1;
    visibility:visible;
}

}

/* PC */

@media (min-width: 992px){

#wv-mobile-header,
#wv-sidebar,
#wv-overlay{
    display:none !important;
}

}






/* MENU CATEGORIAS */

.wv-menu{
    list-style:none;
    margin:0;
    padding:0;
}

.wv-menu-item{
    border-bottom:1px solid #f3f3f3;
}

.wv-menu-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px 18px;
    text-decoration:none;
    color:#111;
    font-size:15px;
    font-weight:600;
}

.wv-arrow{
    font-size:22px;
    color:#999;
}

.wv-submenu{
    display:none;
    list-style:none;
    margin:0;
    padding:0;
    background:#fafafa;
}

.wv-submenu li a{
    display:block;
    padding:14px 30px;
    font-size:14px;
    color:#555;
    text-decoration:none;
    border-top:1px solid #f0f0f0;
}

.wv-menu-item.active .wv-submenu{
    display:block;
}


/* ESPACIO BODY */

body{
    padding-top:110px !important;
}

/* SLIDER HEADER */

.wv-header-slider{
    height:40px;
    border-top:1px solid #f3f3f3;
    border-bottom:1px solid #f3f3f3;
    overflow:hidden;
    background:#fff;
}

.wv-header-slider-track{
    display:flex;
    align-items:center;
    gap:18px;
    height:100%;
    overflow-x:auto;
    white-space:nowrap;
    padding:0 14px;
    scrollbar-width:none;
}

.wv-header-slider-track::-webkit-scrollbar{
    display:none;
}

/* ITEMS */

.wv-header-cat{
    flex-shrink:0;
    text-decoration:none;
    color:#111;
    font-size:14px;
    font-weight:600;
    position:relative;
}

/* EFECTO AMAZON */

.wv-header-cat::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-9px;
    width:0;
    height:2px;
    background:#111;
    transition:.25s;
}

.wv-header-cat:hover::after{
    width:100%;
}






/* SLIDER HEADER CATEGORIAS - FIX REAL HORIZONTAL */

.wv-header-slider{
    height:42px;
    border-top:1px solid #f3f3f3;
    border-bottom:1px solid #f3f3f3;
    background:#fff;
    overflow:hidden;
}

.wv-header-slider-track{
    display:flex !important;
    flex-wrap:nowrap !important;   /* CLAVE */
    overflow-x:auto !important;    /* CLAVE */
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;

    gap:14px;
    padding:0 12px;
    height:42px;
    align-items:center;

    white-space:nowrap;            /* CLAVE */
}

/* OCULTAR SCROLLBAR */
.wv-header-slider-track::-webkit-scrollbar{
    display:none;
}

/* ITEM */
.wv-header-cat{
    flex:0 0 auto !important;      /* CLAVE */
    display:inline-block;
    text-decoration:none;
    color:#111;
    font-size:14px;
    font-weight:600;
    padding:6px 10px;
    border-radius:20px;
    background:#f6f6f6;
}

/* efecto hover suave */
.wv-header-cat:active{
    transform:scale(0.97);
}




















@media (max-width: 991px){

/* OCULTAR HEADER PRINCIPAL ANGAR */
#header,
.header-top,
.header-nav,
#block_top_menu,
#_desktop_logo,
#search_widget,
#_desktop_cart,
#_desktop_user_info{
    display:none !important;
}

/* OCULTAR MENÚ PRINCIPAL */
#top-menu,
#angarmenu,
.block-categories,
#category-top-menu{
    display:none !important;
}

}












/* ICONO CARRITO PREMIUM */

.wv-cart-icon{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.wv-cart-icon i{
    font-size:30px;
    color:#111;
}

/* BADGE */
.wv-cart-badge{
    position:absolute;
    top:-6px;
    right:-6px;

    background:#ff3b30;
    color:#fff;
    font-size:11px;
    font-weight:700;

    width:18px;
    height:18px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 2px 6px rgba(0,0,0,.2);
}










/* WRAPPER */
.wv-cart-wrap{
    position:relative;
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* ICONO SVG */
.wv-cart-svg{
    width:26px;
    height:26px;
    fill:#111;
    transition:.2s ease;
}

/* HOVER SUAVE */
.wv-cart-wrap:hover .wv-cart-svg{
    transform:scale(1.08);
}

/* BADGE TIPO MARKETPLACE */
.wv-cart-badge{
    position:absolute;
    top:-6px;
    right:-6px;

    background:#3483fa; /* azul tipo Mercado Libre */
    color:#fff;

    font-size:11px;
    font-weight:700;

    min-width:18px;
    height:18px;
    padding:0 5px;

    border-radius:10px;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 2px 6px rgba(0,0,0,.15);
    border:2px solid #fff;
}

/* EFECTO ACTIVO */
.wv-cart-wrap:active{
    transform:scale(0.95);
}













/* OVERLAY FULLSCREEN */
.wv-cart-fill-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.15);
    z-index:99998;
    opacity:0;
    visibility:hidden;
    transition:.25s ease;
}

/* ACTIVO */
.wv-cart-fill-overlay.active{
    opacity:1;
    visibility:visible;
}

/* ANIMACION CENTRO */
.wv-cart-fill-box{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(.8);
    background:#fff;
    padding:18px 22px;
    border-radius:16px;
    box-shadow:0 15px 40px rgba(0,0,0,.2);
    display:flex;
    align-items:center;
    gap:12px;

    opacity:0;
    transition:.25s ease;
}

.wv-cart-fill-overlay.active .wv-cart-fill-box{
    opacity:1;
    transform:translate(-50%,-50%) scale(1);
}

/* ICONO FILL */
.wv-fill-bar{
    width:120px;
    height:6px;
    background:#eee;
    border-radius:10px;
    overflow:hidden;
}

.wv-fill-bar span{
    display:block;
    height:100%;
    width:0%;
    background:#3483fa;
    transition:1s ease;
}









/* ITEM QUE "SALTA" AL CARRITO */
.wv-basket-fly{
    position:fixed;
    z-index:99999;

    width:45px;
    height:45px;

    background-size:cover;
    background-position:center;

    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.25);

    pointer-events:none;

    transition:all .9s cubic-bezier(.2,.8,.2,1);
}

/* PULSE CARRITO */
@keyframes cartPulse{
    0%{ transform:scale(1); }
    50%{ transform:scale(1.25); }
    100%{ transform:scale(1); }
}

.wv-cart-pulse{
    animation:cartPulse .4s ease;
}



.wv-basket-fly{
    position:fixed;
    z-index:999999;
}



@media (max-width: 768px){

    .wv-basket-fly{
        width: 92px !important;
        height: 92px !important;
        border-radius: 12px;
    }

}



@media (max-width: 768px){

    .wv-basket-fly{
        width: 92px !important;
        height: 92px !important;
        box-shadow: 0 15px 35px rgba(0,0,0,.35);
    }

}




/*OCULTAR DE PC*/
@media (min-width: 769px){
    .wv-basket-fly{
        display: none !important;
    }
}



#header {
     
    margin-top: -110px;
}