html{
    scroll-behavior:smooth;
}

body.vbz-store-standalone{
    margin:0 !important;
    background:#f5f7fb !important;
    font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    color:#111827;
}

.vbz-store-web{
    max-width:1180px;
    margin:0 auto;
    padding:0 18px;
}

.vbz-store-hero{
    position:relative;
    min-height:460px;
    border-radius:0 0 36px 36px;
    overflow:hidden;
    background-image:var(--vbz-store-banner);
    background-size:cover;
    background-position:center;
    box-shadow:0 24px 70px rgba(15,23,42,.18);
    margin-left:-18px;
    margin-right:-18px;
}

.vbz-store-hero-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.68) 100%),
        radial-gradient(circle at 25% 20%, rgba(31,166,31,.30), transparent 42%);
}

.vbz-store-hero-inner{
    position:absolute;
    left:46px;
    right:46px;
    bottom:78px;
    z-index:2;
    display:flex;
    align-items:center;
    gap:24px;
    color:#fff;
}

.vbz-store-logo{
    width:144px;
    height:144px;
    border-radius:999px;
    object-fit:cover;
    border:6px solid #fff;
    background:#fff;
    box-shadow:0 18px 44px rgba(0,0,0,.28);
}

.vbz-store-kicker{
    display:inline-flex;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(8px);
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
    margin-bottom:10px;
}

.vbz-store-hero h1{
    margin:0;
    color:#fff;
    font-size:50px;
    line-height:1;
    font-weight:950;
    letter-spacing:-.055em;
}

.vbz-store-seo-desc{
    font-style:italic;
    font-size:18px !important;
    line-height:1.6 !important;
    max-width:760px;
    color:rgba(255,255,255,.94) !important;
    font-family:Georgia, serif;
    margin:14px 0 0 !important;
}

.vbz-store-home-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:16px;
    min-height:42px;
    padding:0 16px;
    border-radius:999px;
    color:#15251d !important;
    background:#fff;
    text-decoration:none !important;
    font-size:13px;
    font-weight:800;
}

.vbz-store-nav{
    position:sticky;
    top:12px;
    z-index:20;
    display:flex;
    justify-content:center;
    gap:10px;
    overflow-x:auto;
    padding:12px;
    margin:-34px auto 24px;
    border-radius:999px;
    background:rgba(255,255,255,.92);
    box-shadow:0 16px 42px rgba(15,23,42,.16);
    backdrop-filter:blur(14px);
    width:calc(100% - 36px);
}

.vbz-store-nav a{
    flex:0 0 auto;
    padding:11px 18px;
    border-radius:999px;
    background:#f3f6f4;
    color:#16251d !important;
    text-decoration:none !important;
    font-weight:600 !important;
    font-size:14px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    letter-spacing:.01em;
}

.vbz-store-nav a:hover{
    background:#1FA61F;
    color:#fff !important;
}

.vbz-store-card{
    background:#fff;
    border:1px solid rgba(15,23,42,.07);
    border-radius:30px;
    padding:30px;
    margin-bottom:18px;
    box-shadow:0 18px 52px rgba(15,23,42,.06);
}

.vbz-store-title{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:22px;
}

.vbz-store-title i{
    width:48px;
    height:48px;
    border-radius:17px;
    background:#eaf8ee;
    color:#137918;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.vbz-store-title h2{
    margin:0 !important;
    font-size:30px !important;
    line-height:1.1 !important;
    font-weight:750 !important;
    letter-spacing:-.045em;
    color:#111827 !important;
}

.vbz-store-products-title{
    justify-content:space-between;
    flex-wrap:wrap;
}

.vbz-store-title-left{
    display:flex;
    align-items:center;
    gap:14px;
}

.vbz-store-top-all-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:42px;
    padding:0 18px;
    border-radius:999px;
    background:#102c23;
    color:#fff !important;
    text-decoration:none !important;
    font-size:13px;
    font-weight:800;
}

.vbz-store-product-filters{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr)) auto auto;
    gap:10px;
    align-items:end;
    margin-bottom:20px;
    padding:14px;
    border-radius:22px;
    background:#f8faf9;
    border:1px solid rgba(15,23,42,.06);
}

.vbz-store-product-filters label{
    display:flex;
    flex-direction:column;
    gap:6px;
    margin:0;
}

.vbz-store-product-filters span{
    font-size:12px;
    font-weight:800;
    color:#526070;
}

.vbz-store-product-filters select,
.vbz-store-product-filters input{
    height:42px;
    border-radius:14px;
    border:1px solid rgba(15,23,42,.12);
    background:#fff;
    padding:0 12px;
    font-size:13px;
}

.vbz-store-product-filters button,
.vbz-store-product-filters a{
    height:42px;
    border-radius:999px;
    border:0;
    padding:0 16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    text-decoration:none !important;
    font-size:13px;
    font-weight:800;
}

.vbz-store-product-filters button{
    background:#1FA61F;
    color:#fff;
}

.vbz-store-product-filters a{
    background:#fff;
    color:#526070 !important;
    border:1px solid rgba(15,23,42,.08);
}

.vbz-store-products{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.vbz-product-card{
    position:relative;
    display:flex;
    flex-direction:column;
    background:#fff;
    border:1px solid rgba(15,23,42,.06);
    border-radius:28px;
    overflow:hidden;
    color:#111827 !important;
    box-shadow:0 14px 40px rgba(15,23,42,.07);
    transition:.22s ease;
}

.vbz-product-card:hover{
    transform:translateY(-3px);
    box-shadow:0 20px 52px rgba(15,23,42,.12);
}

.vbz-product-image{
    position:relative;
    display:block;
    height:245px;
    overflow:hidden;
}

.vbz-product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.vbz-product-heart{
    position:absolute;
    right:18px;
    top:18px;
    width:58px;
    height:58px;
    border-radius:50%;
    background:rgba(255,255,255,.92);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111827;
    font-size:22px;
    box-shadow:0 10px 28px rgba(0,0,0,.12);
}

.vbz-product-body{
    padding:22px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.vbz-product-category{
    align-self:flex-start;
    display:inline-flex;
    align-items:center;
    gap:8px;
    max-width:100%;
    padding:8px 16px;
    border:1px solid rgba(15,23,42,.10);
    border-radius:999px;
    color:#687383;
    font-weight:700;
    font-size:14px;
    margin-bottom:16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.vbz-product-category i{
    color:#1c5d3a;
}

.vbz-product-body h3{
    margin:0 0 12px !important;
    color:#111827 !important;
    font-size:25px !important;
    line-height:1.16 !important;
    font-weight:650 !important;
    letter-spacing:-.035em;
}

.vbz-product-body p{
    color:#737d89;
    font-size:16px;
    line-height:1.42;
    margin:0 0 14px;
}

.vbz-card-rating{
    display:flex;
    align-items:center;
    gap:8px;
    margin:2px 0 18px;
}

.vbz-card-rating .vbz-stars,
.vbz-card-rating .vbz-stars-muted{
    position:relative;
    display:inline-block;
    font-size:20px;
    letter-spacing:2px;
    color:#d9dee6;
    line-height:1;
}

.vbz-card-rating .vbz-stars::before{
    content:"★★★★★";
    position:absolute;
    inset:0;
    width:var(--rating);
    overflow:hidden;
    color:#f59e0b;
}

.vbz-card-rating .vbz-stars-muted{
    color:#d9dee6;
}

.vbz-card-rating b{
    font-size:16px;
    color:#111827;
    font-weight:750;
}

.vbz-card-rating em{
    font-style:normal;
    font-size:15px;
    color:#374151;
}

.vbz-product-bottom{
    margin-top:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.vbz-product-bottom strong{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#20843a !important;
    font-size:22px;
    font-weight:800;
}

.vbz-product-bottom strong .amount{
    color:#20843a !important;
}

.vbz-product-bottom strong i{
    font-size:17px;
}

.vbz-product-bottom a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:48px;
    padding:0 20px;
    border-radius:999px;
    background:#1f7a2e;
    color:#fff !important;
    text-decoration:none !important;
    font-size:15px;
    font-weight:700;
    white-space:nowrap;
}

.vbz-store-see-all-bottom{
    margin:22px auto 0;
}

.vbz-store-reviews-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:22px;
    border-radius:26px;
    background:linear-gradient(135deg,#103b2f,#1FA61F);
    color:#fff;
    margin-bottom:16px;
}

.vbz-store-reviews-head span{
    display:block;
    font-size:12px;
    font-weight:800;
    opacity:.8;
}

.vbz-store-reviews-head strong{
    font-size:48px;
    line-height:1;
    font-weight:950;
}

.vbz-store-reviews-head p{
    margin:0;
    font-size:18px;
    font-weight:850;
    max-width:440px;
}

.vbz-store-reviews{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
}

.vbz-store-reviews article{
    background:#fbfcfd;
    border:1px solid rgba(15,23,42,.07);
    border-radius:24px;
    padding:18px;
}

.vbz-store-stars{
    color:#f59e0b;
    letter-spacing:1px;
    margin-bottom:8px;
}

.vbz-store-reviews p{
    color:#334155;
    line-height:1.55;
    font-size:14px;
}

.vbz-store-reviews small{
    color:#7b8794;
    font-weight:800;
}

.vbz-store-hours-pro{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.vbz-store-hours-pro article{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
    padding:16px;
    border-radius:22px;
    background:linear-gradient(135deg,#f8faf9,#effbf2);
    border:1px solid rgba(31,166,31,.10);
}

.vbz-store-hours-pro span{
    color:#526070;
    font-weight:800;
}

.vbz-store-hours-pro strong{
    color:#103b2f;
    font-weight:850;
}

.vbz-store-policy-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.vbz-store-policy-grid article{
    display:grid;
    grid-template-columns:38px 1fr;
    gap:12px;
    padding:18px;
    border-radius:24px;
    background:#f8faf9;
    border:1px solid rgba(15,23,42,.06);
}

.vbz-store-policy-grid i{
    width:38px;
    height:38px;
    border-radius:14px;
    background:#eaf8ee;
    color:#137918;
    display:flex;
    align-items:center;
    justify-content:center;
}

.vbz-store-policy-grid h4{
    margin:0 0 8px;
    font-size:16px;
    font-weight:850;
    color:#111827;
}

.vbz-store-muted{
    color:#64748b;
    background:#f8faf9;
    border:1px dashed rgba(15,23,42,.12);
    padding:16px;
    border-radius:18px;
    margin:0;
}

.vbz-store-success{
    background:#eaf8ee;
    color:#137918;
    border:1px solid rgba(31,166,31,.18);
    padding:14px;
    border-radius:16px;
    font-weight:850;
}

.vbz-store-login-message{
    display:grid;
    grid-template-columns:56px 1fr;
    gap:16px;
    padding:22px;
    border-radius:26px;
    background:linear-gradient(135deg,#f8faf9,#eefbf2);
    border:1px solid rgba(31,166,31,.12);
}

.vbz-store-login-message > i{
    width:56px;
    height:56px;
    border-radius:20px;
    background:#1FA61F;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.vbz-store-login-message h3{
    margin:0 0 6px;
    font-size:20px;
    font-weight:850;
    color:#111827;
}

.vbz-store-login-message p{
    color:#64748b;
    margin:0 0 14px;
}

.vbz-store-login-message a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 16px;
    border-radius:999px;
    background:#1FA61F;
    color:#fff !important;
    text-decoration:none !important;
    font-weight:850;
}

.vbz-store-message-form{
    display:grid;
    gap:12px;
}

.vbz-store-message-form textarea{
    width:100%;
    border:1px solid rgba(15,23,42,.12);
    border-radius:18px;
    padding:13px 15px;
    background:#fff;
    font-size:14px;
}

.vbz-store-message-form button{
    justify-self:start;
    border:0;
    min-height:48px;
    padding:0 22px;
    border-radius:999px;
    background:#1FA61F;
    color:#fff;
    font-weight:850;
    display:inline-flex;
    align-items:center;
    gap:9px;
}

.vbz-store-message-history{
    margin-bottom:16px;
    padding:16px;
    border-radius:22px;
    background:#f8faf9;
}

.vbz-store-message-history h3{
    margin:0 0 10px;
    font-size:16px;
    font-weight:850;
}

.vbz-store-message-history article{
    padding:10px 0;
    border-top:1px solid rgba(15,23,42,.06);
}

.vbz-store-message-history p{
    margin:0 0 4px;
    color:#334155;
}

.vbz-store-message-history small{
    color:#7b8794;
}

.vbz-store-powered{
    text-align:center;
    padding:10px 20px 42px;
    font-size:14px;
    color:#64748b;
    font-weight:600;
}

@media(max-width:900px){
    .vbz-store-products{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .vbz-store-product-filters{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:768px){
    .vbz-store-web{
        padding:0 12px;
    }

    .vbz-store-hero{
        min-height:390px;
        border-radius:0 0 32px 32px;
        margin-left:-12px;
        margin-right:-12px;
    }

    .vbz-store-hero-inner{
        left:20px;
        right:20px;
        bottom:70px;
        align-items:flex-end;
        gap:14px;
    }

    .vbz-store-logo{
        width:96px;
        height:96px;
        border-width:4px;
    }

    .vbz-store-hero h1{
        font-size:32px;
    }

    .vbz-store-seo-desc{
        font-size:15px !important;
    }

    .vbz-store-nav{
        border-radius:22px;
        margin:-30px 0 16px;
        width:100%;
        justify-content:flex-start;
    }

    .vbz-store-card{
        border-radius:26px;
        padding:22px;
    }

    .vbz-store-title h2{
        font-size:24px !important;
    }

    .vbz-store-top-all-btn{
        width:100%;
    }

    .vbz-store-product-filters button,
    .vbz-store-product-filters a{
        width:100%;
    }

    .vbz-store-hours-pro,
    .vbz-store-reviews,
    .vbz-store-policy-grid{
        grid-template-columns:1fr;
    }

    .vbz-store-reviews-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .vbz-product-image{
        height:160px;
    }

    .vbz-product-heart{
        width:44px;
        height:44px;
        right:12px;
        top:12px;
        font-size:17px;
    }

    .vbz-product-body{
        padding:15px;
    }

    .vbz-product-category{
        font-size:12px;
        padding:7px 12px;
    }

    .vbz-product-body h3{
        font-size:17px !important;
    }

    .vbz-product-body p{
        font-size:13px;
    }

    .vbz-card-rating{
        gap:6px;
        flex-wrap:wrap;
    }

    .vbz-card-rating .vbz-stars,
    .vbz-card-rating .vbz-stars-muted{
        font-size:16px;
    }

    .vbz-product-bottom{
        align-items:flex-start;
        flex-direction:column;
    }

    .vbz-product-bottom a{
        width:100%;
        min-height:42px;
        font-size:13px;
    }

    .vbz-store-login-message{
        grid-template-columns:1fr;
    }
}

@media(max-width:520px){
    .vbz-store-products{
        grid-template-columns:1fr;
    }

    .vbz-store-product-filters{
        grid-template-columns:1fr;
    }
}


/* =========================
   V10 POLISH FIXES
========================= */

.vbz-store-seo-desc{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    margin-top:12px !important;
    max-width:820px !important;
    font-size:19px !important;
    line-height:1.55 !important;
    font-family:Georgia, "Times New Roman", serif !important;
    font-style:italic !important;
    font-weight:400 !important;
    color:rgba(255,255,255,.96) !important;
    text-shadow:0 2px 12px rgba(0,0,0,.35);
}

.vbz-store-product-filters{
    display:grid !important;
    grid-template-columns:1.15fr 1.15fr .9fr .9fr auto auto !important;
    gap:12px !important;
    align-items:end !important;
    padding:18px !important;
    margin:0 0 24px !important;
    border-radius:28px !important;
    background:linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,251,242,.96)) !important;
    border:1px solid rgba(31,166,31,.16) !important;
    box-shadow:0 12px 34px rgba(15,23,42,.06) !important;
}

.vbz-store-product-filters label{
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
    margin:0 !important;
}

.vbz-store-product-filters span{
    display:inline-flex !important;
    align-items:center !important;
    gap:7px !important;
    font-size:12px !important;
    font-weight:800 !important;
    color:#315145 !important;
}

.vbz-store-product-filters select,
.vbz-store-product-filters input{
    width:100% !important;
    height:48px !important;
    border-radius:999px !important;
    border:1px solid rgba(15,23,42,.10) !important;
    background:#fff !important;
    padding:0 16px !important;
    color:#17202a !important;
    font-size:14px !important;
    font-weight:600 !important;
    outline:none !important;
    box-shadow:0 8px 22px rgba(15,23,42,.04) !important;
}

.vbz-store-product-filters select:focus,
.vbz-store-product-filters input:focus{
    border-color:#1FA61F !important;
    box-shadow:0 0 0 4px rgba(31,166,31,.12) !important;
}

.vbz-store-product-filters button,
.vbz-store-product-filters a{
    height:48px !important;
    border-radius:999px !important;
    padding:0 18px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    font-size:14px !important;
    font-weight:850 !important;
    text-decoration:none !important;
    white-space:nowrap !important;
}

.vbz-store-product-filters button{
    border:0 !important;
    background:#1FA61F !important;
    color:#fff !important;
    box-shadow:0 10px 24px rgba(31,166,31,.20) !important;
}

.vbz-store-product-filters a{
    background:#fff !important;
    color:#315145 !important;
    border:1px solid rgba(15,23,42,.10) !important;
}

.vbz-card-rating{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    flex-wrap:wrap !important;
    margin:4px 0 18px !important;
}

.vbz-star-row{
    display:inline-flex !important;
    align-items:center !important;
    gap:2px !important;
    font-size:21px !important;
    line-height:1 !important;
    letter-spacing:0 !important;
}

.vbz-star-row .on{
    color:#f59e0b !important;
    text-shadow:0 1px 0 rgba(0,0,0,.04);
}

.vbz-star-row .off{
    color:#d7dce3 !important;
}

.vbz-card-rating b{
    font-size:16px !important;
    color:#111827 !important;
    font-weight:850 !important;
}

.vbz-card-rating em{
    font-style:normal !important;
    font-size:15px !important;
    color:#374151 !important;
    font-weight:700 !important;
}

.vbz-store-message-card{
    background:linear-gradient(180deg,#ffffff,#fbfdfb) !important;
}

.vbz-store-message-form{
    display:grid !important;
    gap:14px !important;
    padding:18px !important;
    border-radius:28px !important;
    background:#f8faf9 !important;
    border:1px solid rgba(31,166,31,.10) !important;
}

.vbz-store-message-form textarea{
    width:100% !important;
    min-height:150px !important;
    border:1px solid rgba(15,23,42,.10) !important;
    border-radius:24px !important;
    padding:18px 20px !important;
    background:#fff !important;
    font-size:15px !important;
    line-height:1.55 !important;
    color:#17202a !important;
    resize:vertical !important;
    outline:none !important;
    box-shadow:0 10px 26px rgba(15,23,42,.04) !important;
}

.vbz-store-message-form textarea:focus{
    border-color:#1FA61F !important;
    box-shadow:0 0 0 4px rgba(31,166,31,.12) !important;
}

.vbz-store-message-form button{
    justify-self:start !important;
    min-height:50px !important;
    padding:0 24px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#1FA61F !important;
    color:#fff !important;
    font-size:15px !important;
    font-weight:900 !important;
    display:inline-flex !important;
    align-items:center !important;
    gap:9px !important;
    box-shadow:0 12px 26px rgba(31,166,31,.20) !important;
}

.vbz-store-login-message{
    border-radius:30px !important;
}

@media(max-width:900px){
    .vbz-store-product-filters{
        grid-template-columns:1fr 1fr !important;
    }
}

@media(max-width:560px){
    .vbz-store-product-filters{
        grid-template-columns:1fr !important;
    }

    .vbz-store-product-filters button,
    .vbz-store-product-filters a{
        width:100% !important;
    }

    .vbz-store-seo-desc{
        font-size:15px !important;
    }
}


/* =========================
   V12 CLEAN FILTERS — NO RAW META
========================= */

.vbz-store-products{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:14px !important;
}

.vbz-product-image{
    height:185px !important;
}

.vbz-product-body{
    padding:16px !important;
}

.vbz-product-category{
    font-size:12px !important;
    padding:7px 12px !important;
    margin-bottom:10px !important;
}

.vbz-product-body h3{
    font-size:18px !important;
    line-height:1.18 !important;
    margin-bottom:8px !important;
}

.vbz-product-body p{
    font-size:13px !important;
    line-height:1.35 !important;
}

.vbz-product-bottom strong{
    font-size:16px !important;
}

.vbz-product-bottom a{
    min-height:38px !important;
    padding:0 13px !important;
    font-size:12px !important;
}

.vbz-product-heart{
    width:42px !important;
    height:42px !important;
    font-size:17px !important;
}

.vbz-clean-shop-filter{
    display:block !important;
    padding:18px !important;
    margin:0 0 24px !important;
    border-radius:28px !important;
    background:linear-gradient(180deg,#ffffff,#f7fbf8) !important;
    border:1px solid rgba(15,23,42,.08) !important;
    box-shadow:0 14px 38px rgba(15,23,42,.06) !important;
}

.vbz-clean-shop-filter .vbz-filter-top{
    display:grid !important;
    grid-template-columns:1fr 1fr auto !important;
    gap:12px !important;
    align-items:end !important;
    margin-bottom:14px !important;
}

.vbz-clean-shop-filter .vbz-filter-grid{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:12px !important;
    margin-bottom:14px !important;
}

.vbz-clean-shop-filter label{
    display:flex !important;
    flex-direction:column !important;
    gap:7px !important;
    margin:0 !important;
}

.vbz-clean-shop-filter span{
    display:inline-flex !important;
    align-items:center !important;
    gap:7px !important;
    font-size:12px !important;
    font-weight:850 !important;
    color:#203b31 !important;
}

.vbz-clean-shop-filter input[type="date"],
.vbz-clean-shop-filter input[type="number"],
.vbz-clean-shop-filter select{
    width:100% !important;
    height:48px !important;
    border-radius:16px !important;
    border:1px solid rgba(15,23,42,.12) !important;
    background:#fff !important;
    color:#17202a !important;
    padding:0 14px !important;
    font-size:14px !important;
    font-weight:650 !important;
    outline:none !important;
    box-shadow:none !important;
}

.vbz-clean-shop-filter input:focus,
.vbz-clean-shop-filter select:focus{
    border-color:#1FA61F !important;
    box-shadow:0 0 0 4px rgba(31,166,31,.12) !important;
}

.vbz-filter-submit,
.vbz-filter-actions button{
    height:48px !important;
    border:0 !important;
    border-radius:16px !important;
    padding:0 18px !important;
    background:#1FA61F !important;
    color:#fff !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    font-size:13px !important;
    font-weight:900 !important;
    white-space:nowrap !important;
    box-shadow:0 10px 22px rgba(31,166,31,.18) !important;
}

.vbz-filter-section-title{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    font-size:13px !important;
    font-weight:900 !important;
    color:#203b31 !important;
    margin:6px 0 10px !important;
}

.vbz-filter-chips{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px !important;
    margin-bottom:14px !important;
}

.vbz-filter-chip{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:34px !important;
    padding:0 12px !important;
    border-radius:999px !important;
    border:1px solid rgba(15,23,42,.10) !important;
    background:#fff !important;
    color:#374151 !important;
    font-size:12px !important;
    font-weight:750 !important;
    cursor:pointer !important;
}

.vbz-filter-chip input{
    display:none !important;
}

.vbz-filter-chip.is-active{
    background:#eaf8ee !important;
    border-color:#1FA61F !important;
    color:#137918 !important;
}

.vbz-filter-actions{
    display:flex !important;
    gap:10px !important;
    align-items:center !important;
    flex-wrap:wrap !important;
}

.vbz-filter-actions a{
    height:48px !important;
    border-radius:16px !important;
    padding:0 16px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    background:#fff !important;
    color:#315145 !important;
    text-decoration:none !important;
    border:1px solid rgba(15,23,42,.10) !important;
    font-size:13px !important;
    font-weight:850 !important;
}

/* kill any raw technical field output accidentally injected */
.vbz-store-product-filters .vbz-raw-fields,
.vbz-store-product-filters .vbz-debug,
.vbz-store-product-filters [data-raw-meta],
.vbz-store-product-filters .raw-meta{
    display:none !important;
}

.vbz-store-seo-desc{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    color:rgba(255,255,255,.96) !important;
    text-shadow:0 2px 12px rgba(0,0,0,.35);
}

@media(max-width:1100px){
    .vbz-store-products{
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    }
}

@media(max-width:900px){
    .vbz-clean-shop-filter .vbz-filter-top,
    .vbz-clean-shop-filter .vbz-filter-grid{
        grid-template-columns:1fr 1fr !important;
    }
}

@media(max-width:680px){
    .vbz-store-products{
        grid-template-columns:1fr !important;
    }
    .vbz-clean-shop-filter .vbz-filter-top,
    .vbz-clean-shop-filter .vbz-filter-grid{
        grid-template-columns:1fr !important;
    }
    .vbz-filter-submit,
    .vbz-filter-actions button,
    .vbz-filter-actions a{
        width:100% !important;
    }
}


/* V13 fixes: calendar UX + real yellow stars */
.vbz-clean-shop-filter input[type="date"]{
    cursor:pointer !important;
    position:relative !important;
}

.vbz-clean-shop-filter input[type="date"]::-webkit-calendar-picker-indicator{
    opacity:1 !important;
    cursor:pointer !important;
    width:22px !important;
    height:22px !important;
    filter:sepia(1) saturate(2) hue-rotate(70deg) brightness(.8) !important;
}

.vbz-star-row .on,
.vbz-card-rating .vbz-star-row .on{
    color:#f5a623 !important;
    -webkit-text-fill-color:#f5a623 !important;
}

.vbz-star-row .off,
.vbz-card-rating .vbz-star-row .off{
    color:#d8dde5 !important;
    -webkit-text-fill-color:#d8dde5 !important;
}

.vbz-card-rating{
    color:#111827 !important;
}

.vbz-card-rating b,
.vbz-card-rating em{
    color:#111827 !important;
}

/* Category filter: keep clean when parent category selected */
.vbz-clean-shop-filter select[name="vbz_store_cat"],
.vbz-clean-shop-filter select[name="vbz_store_subcat"]{
    cursor:pointer !important;
}


/* =========================
   V14 banner currency + language + nav weight
========================= */

.vbz-store-banner-tools{
    position:absolute;
    top:22px;
    right:28px;
    z-index:5;
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.vbz-store-currency-wrap,
.vbz-store-lang-wrap{
    min-height:42px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.90);
    backdrop-filter:blur(12px);
    box-shadow:0 12px 28px rgba(0,0,0,.16);
}

.vbz-store-currency-wrap select,
.vbz-store-currency-wrap .woocommerce-currency-switcher,
.vbz-store-currency-wrap .woocs_auto_switcher,
.vbz-store-currency-wrap .woocs-style-1-dropdown,
.vbz-store-currency-wrap .dd-select,
.vbz-store-currency-wrap .dd-selected,
.vbz-store-currency-wrap a,
.vbz-store-currency-wrap span{
    max-width:155px !important;
    min-height:30px !important;
    border:0 !important;
    background:transparent !important;
    color:#12251d !important;
    font-size:13px !important;
    font-weight:600 !important;
    box-shadow:none !important;
    text-decoration:none !important;
}

.vbz-currency-fallback{
    display:inline-flex;
    align-items:center;
    padding:0 8px;
}

.vbz-store-flag{
    width:34px;
    height:34px;
    border:0;
    border-radius:999px;
    background:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:19px;
    cursor:pointer;
    box-shadow:0 4px 12px rgba(15,23,42,.10);
    transition:.18s ease;
}

.vbz-store-flag:hover{
    transform:translateY(-1px);
}

.vbz-gtranslate-native{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
}

.vbz-store-nav a{
    font-weight:400 !important;
    max-font-weight:400;
}

.vbz-store-products-title h2{
    font-size:26px !important;
    font-weight:700 !important;
}

@media(max-width:768px){
    .vbz-store-banner-tools{
        top:14px;
        left:14px;
        right:14px;
        justify-content:space-between;
    }

    .vbz-store-currency-wrap{
        max-width:48%;
        overflow:hidden;
    }

    .vbz-store-lang-wrap{
        padding:5px 8px;
    }

    .vbz-store-flag{
        width:32px;
        height:32px;
        font-size:18px;
    }

    .vbz-store-products-title h2{
        font-size:21px !important;
    }
}


/* =========================
   V15 tools funcionando + ubicación junto a mensajes
========================= */

.vbz-store-currency-wrap{
    position:relative;
}

.vbz-currency-native{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
}

.vbz-store-currency-select{
    height:34px !important;
    min-width:112px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#12251d !important;
    padding:0 12px !important;
    font-size:13px !important;
    font-weight:750 !important;
    outline:none !important;
    cursor:pointer !important;
}

.vbz-store-message-card{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:18px !important;
    align-items:start !important;
}

.vbz-store-message-card > .vbz-store-title{
    grid-column:1 / -1 !important;
    margin-bottom:0 !important;
}

.vbz-store-message-card > .vbz-store-login-message,
.vbz-store-message-card > .vbz-store-message-history,
.vbz-store-message-card > .vbz-store-message-form,
.vbz-store-message-card > .vbz-store-success{
    grid-column:1 !important;
}

.vbz-store-contact-map-card{
    grid-column:2 !important;
    grid-row:2 / span 4 !important;
    background:linear-gradient(180deg,#ffffff,#f8fbf9);
    border:1px solid rgba(15,23,42,.08);
    border-radius:28px;
    padding:18px;
    box-shadow:0 14px 38px rgba(15,23,42,.05);
}

.vbz-store-contact-map-card .vbz-store-title{
    margin-bottom:14px !important;
}

.vbz-store-contact-map-card .vbz-store-title h2{
    font-size:22px !important;
}

.vbz-store-map-frame{
    width:100%;
    height:315px;
    border-radius:24px;
    overflow:hidden;
    background:#eef2f0;
    border:1px solid rgba(15,23,42,.08);
}

.vbz-store-map-frame iframe{
    width:100%;
    height:100%;
    border:0;
    display:block;
}

.vbz-store-map-box p{
    margin:12px 0 0;
    color:#405145;
    font-size:14px;
    font-weight:700;
    line-height:1.4;
    display:flex;
    align-items:flex-start;
    gap:8px;
}

.vbz-store-map-box p i{
    color:#1FA61F;
    margin-top:2px;
}

@media(max-width:900px){
    .vbz-store-message-card{
        grid-template-columns:1fr !important;
    }

    .vbz-store-message-card > .vbz-store-title,
    .vbz-store-message-card > .vbz-store-login-message,
    .vbz-store-message-card > .vbz-store-message-history,
    .vbz-store-message-card > .vbz-store-message-form,
    .vbz-store-message-card > .vbz-store-success,
    .vbz-store-contact-map-card{
        grid-column:1 !important;
        grid-row:auto !important;
    }

    .vbz-store-map-frame{
        height:260px;
    }
}


/* =========================
   V16 real widgets + map privacy
========================= */

.vbz-store-home-top{
    position:absolute;
    top:22px;
    left:28px;
    z-index:6;
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:42px;
    padding:0 16px;
    border-radius:999px;
    background:rgba(255,255,255,.92);
    color:#14231d !important;
    text-decoration:none !important;
    font-size:13px;
    font-weight:700;
    box-shadow:0 12px 28px rgba(0,0,0,.16);
    backdrop-filter:blur(12px);
}

.vbz-store-home-btn{
    display:none !important;
}

.vbz-store-banner-tools{
    top:22px !important;
    right:28px !important;
    left:auto !important;
}

.vbz-store-currency-wrap,
.vbz-store-lang-wrap{
    background:rgba(255,255,255,.92) !important;
}

.vbz-store-currency-wrap select,
.vbz-store-currency-wrap .select2-container,
.vbz-store-currency-wrap .woocommerce-currency-switcher,
.vbz-store-currency-wrap .alg_currency_select,
.vbz-store-currency-wrap .alg_currency_select_drop_down_list,
.vbz-store-currency-wrap .woocs-style-1-dropdown,
.vbz-store-currency-wrap .woocs_auto_switcher{
    max-width:165px !important;
    min-width:105px !important;
    height:34px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#12251d !important;
    font-size:13px !important;
    font-weight:700 !important;
    box-shadow:none !important;
}

.vbz-gtranslate-real{
    display:inline-flex !important;
    align-items:center !important;
    max-height:36px !important;
    overflow:hidden !important;
}

.vbz-gtranslate-real select{
    max-width:110px !important;
    height:34px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#12251d !important;
    font-size:13px !important;
    font-weight:700 !important;
    padding:0 8px !important;
}

.vbz-gtranslate-real .gt_switcher,
.vbz-gtranslate-real .gt_selected,
.vbz-gtranslate-real .gt_option{
    font-size:12px !important;
    max-width:120px !important;
}

.vbz-store-map-box p{
    display:none !important;
}

.vbz-store-map-frame{
    height:340px !important;
}

.vbz-map-no-address iframe{
    pointer-events:auto;
}

@media(max-width:768px){
    .vbz-store-home-top{
        top:14px;
        left:14px;
        min-height:38px;
        padding:0 13px;
        font-size:12px;
    }

    .vbz-store-banner-tools{
        top:14px !important;
        right:14px !important;
        left:auto !important;
        max-width:58%;
        justify-content:flex-end !important;
    }

    .vbz-store-currency-wrap{
        max-width:150px !important;
    }

    .vbz-store-lang-wrap{
        max-width:150px !important;
    }

    .vbz-gtranslate-real{
        display:none !important;
    }
}


/* V17: quitar banderas nativas chiquitas y dejar solo las redondas */
.vbz-gtranslate-hidden-native,
.vbz-gtranslate-hidden-native *,
.vbz-gtranslate-real.vbz-gtranslate-hidden-native{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    max-width:1px !important;
    max-height:1px !important;
}

.vbz-store-lang-wrap{
    gap:8px !important;
}

.vbz-store-currency-select{
    height:38px !important;
    min-width:150px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#12251d !important;
    padding:0 14px !important;
    font-size:16px !important;
    font-weight:500 !important;
    outline:none !important;
    cursor:pointer !important;
    appearance:auto !important;
}

.vbz-store-currency-wrap{
    padding:7px 10px !important;
}

/* ocultar cualquier residuo visual pequeño de plugins dentro del pill */
.vbz-store-lang-wrap img:not(.skiptranslate img),
.vbz-store-lang-wrap a:not(.vbz-store-flag){
    max-width:1px !important;
    max-height:1px !important;
    opacity:0 !important;
    pointer-events:none !important;
}


/* V18 final: sin banderas duplicadas, moneda limpia, mapa sin cuadro */
.vbz-currency-hidden-native,
.vbz-currency-hidden-native *,
.vbz-gtranslate-real,
.vbz-gtranslate-real *,
.vbz-gtranslate-hidden-native,
.vbz-gtranslate-hidden-native *{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    max-width:1px !important;
    max-height:1px !important;
    overflow:hidden !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
}

.vbz-store-lang-wrap{
    gap:8px !important;
    padding:7px 10px !important;
}

.vbz-store-lang-wrap > *:not(.vbz-store-flag){
    display:none !important;
}

.vbz-store-flag{
    width:36px !important;
    height:36px !important;
    font-size:20px !important;
    line-height:1 !important;
}

.vbz-store-currency-select{
    height:38px !important;
    min-width:150px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#12251d !important;
    padding:0 14px !important;
    font-size:16px !important;
    font-weight:500 !important;
    outline:none !important;
    cursor:pointer !important;
    appearance:auto !important;
}

.vbz-store-map-frame{
    position:relative !important;
    height:340px !important;
}

.vbz-map-infobox-cover{
    position:absolute;
    left:0;
    top:0;
    width:min(430px, 72%);
    height:118px;
    background:transparent;
    z-index:2;
    pointer-events:none;
}

/* En caso de que Google abra el cuadro arriba a la izquierda, lo tapamos con una máscara que mantiene el mapa visible lo máximo posible */
.vbz-store-map-frame::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:min(430px, 72%);
    height:118px;
    background:rgba(238,242,240,.92);
    backdrop-filter:blur(2px);
    z-index:2;
    pointer-events:none;
    border-bottom-right-radius:18px;
}

.vbz-store-map-box p{
    display:none !important;
}


/* =========================
   V20 CLEAN TOOLS
   Se elimina el output nativo visible que rompía el diseño.
========================= */

.vbz-store-banner-tools{
    position:absolute !important;
    top:22px !important;
    right:28px !important;
    left:auto !important;
    z-index:30 !important;
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    width:auto !important;
    height:auto !important;
    max-width:none !important;
    overflow:visible !important;
}

.vbz-store-currency-wrap,
.vbz-store-lang-wrap{
    position:relative !important;
    min-height:46px !important;
    height:46px !important;
    width:auto !important;
    padding:6px 10px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.92) !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    box-shadow:0 12px 28px rgba(0,0,0,.16) !important;
    backdrop-filter:blur(12px) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    overflow:visible !important;
}

/* matar residuos nativos viejos dentro de las pills */
.vbz-store-currency-wrap .selectron23-container,
.vbz-store-currency-wrap .selectron23,
.vbz-store-currency-wrap [class*="selectron23"],
.vbz-store-currency-wrap .alg_currency_select,
.vbz-store-currency-wrap .woocommerce-currency-switcher,
.vbz-store-currency-wrap .woocs-style-1-dropdown,
.vbz-store-currency-wrap .woocs_auto_switcher,
.vbz-store-lang-wrap .gtranslate_wrapper,
.vbz-store-lang-wrap .gt_switcher,
.vbz-store-lang-wrap .gt_switcher_wrapper,
.vbz-store-lang-wrap img:not(.emoji),
.vbz-store-lang-wrap a:not(.vbz-store-flag){
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    width:0 !important;
    height:0 !important;
    max-width:0 !important;
    max-height:0 !important;
    pointer-events:none !important;
    overflow:hidden !important;
}

.vbz-store-currency-select{
    display:block !important;
    height:36px !important;
    min-width:142px !important;
    max-width:158px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#12251d !important;
    padding:0 12px !important;
    font-size:16px !important;
    font-weight:500 !important;
    line-height:36px !important;
    outline:none !important;
    cursor:pointer !important;
    appearance:auto !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    box-shadow:none !important;
}

.vbz-store-flag{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
    min-height:36px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#111 !important;
    font-size:20px !important;
    line-height:1 !important;
    cursor:pointer !important;
    box-shadow:0 4px 12px rgba(15,23,42,.12) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
}

/* Mapa: mantener máscara sobre infowindow */
.vbz-store-map-frame{
    position:relative !important;
}

.vbz-store-map-frame::before{
    content:"" !important;
    position:absolute !important;
    left:0 !important;
    top:0 !important;
    width:min(430px, 72%) !important;
    height:122px !important;
    background:rgba(238,242,240,.97) !important;
    backdrop-filter:blur(3px) !important;
    z-index:5 !important;
    pointer-events:none !important;
    border-bottom-right-radius:18px !important;
}

@media(max-width:768px){
    .vbz-store-banner-tools{
        top:14px !important;
        right:14px !important;
        gap:7px !important;
        max-width:68% !important;
    }

    .vbz-store-currency-select{
        min-width:116px !important;
        max-width:122px !important;
        font-size:13px !important;
    }

    .vbz-store-currency-wrap,
    .vbz-store-lang-wrap{
        height:42px !important;
        min-height:42px !important;
        padding:5px 8px !important;
    }

    .vbz-store-flag{
        width:32px !important;
        height:32px !important;
        min-width:32px !important;
        min-height:32px !important;
        font-size:18px !important;
    }
}


/* =========================
   V21 — NATIVOS REALES SIN INVENTAR
   Se muestran los campos originales de:
   - Currency Switcher for WooCommerce
   - GTranslate
========================= */

.vbz-store-banner-tools{
    position:absolute !important;
    top:22px !important;
    right:28px !important;
    left:auto !important;
    z-index:999 !important;
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    width:auto !important;
    height:auto !important;
    overflow:visible !important;
}

/* contenedores */
.vbz-native-only-currency,
.vbz-native-only-gtranslate{
    position:relative !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:46px !important;
    width:auto !important;
    height:auto !important;
    max-width:none !important;
    max-height:none !important;
    overflow:visible !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    padding:6px 12px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.94) !important;
    box-shadow:0 12px 28px rgba(0,0,0,.16) !important;
    backdrop-filter:blur(12px) !important;
}

/* cancelar cualquier regla vieja que ocultaba nativos */
.vbz-native-only-currency *,
.vbz-native-only-gtranslate *,
.vbz-store-currency-wrap *,
.vbz-store-lang-wrap *{
    position:revert-layer !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
    max-width:none !important;
    max-height:none !important;
}

/* no usar display:none de versiones anteriores */
.vbz-native-only-currency .selectron23-container,
.vbz-native-only-currency .selectron23,
.vbz-native-only-currency [class*="selectron23"],
.vbz-native-only-currency .alg_currency_select,
.vbz-native-only-currency .woocommerce-currency-switcher,
.vbz-native-only-currency .woocs-style-1-dropdown,
.vbz-native-only-currency .woocs_auto_switcher,
.vbz-native-only-gtranslate .gtranslate_wrapper,
.vbz-native-only-gtranslate .gt_switcher,
.vbz-native-only-gtranslate .gt_switcher_wrapper,
.vbz-native-only-gtranslate img,
.vbz-native-only-gtranslate a,
.vbz-native-only-gtranslate select{
    display:revert !important;
    visibility:visible !important;
    opacity:1 !important;
    width:auto !important;
    height:auto !important;
    max-width:none !important;
    max-height:none !important;
    overflow:visible !important;
    pointer-events:auto !important;
}

/* selectron23 moneda */
.vbz-native-only-currency .selectron23-container,
.vbz-native-only-currency [class*="selectron23"]{
    min-width:130px !important;
    color:#12251d !important;
}

.vbz-native-only-currency .selectron23-option-title{
    color:#12251d !important;
    -webkit-text-fill-color:#12251d !important;
    font-size:15px !important;
    font-weight:600 !important;
}

.vbz-native-only-currency .selectron23-option-text{
    display:none !important;
}

.vbz-native-only-currency select{
    min-width:130px !important;
    height:36px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#12251d !important;
    font-size:14px !important;
    font-weight:600 !important;
    padding:0 10px !important;
}

/* GTranslate nativo */
.vbz-native-only-gtranslate img{
    width:32px !important;
    height:32px !important;
    border-radius:999px !important;
    object-fit:cover !important;
    margin:0 3px !important;
    box-shadow:0 4px 12px rgba(15,23,42,.12) !important;
}

.vbz-native-only-gtranslate select{
    min-width:120px !important;
    height:36px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#12251d !important;
    font-size:14px !important;
    font-weight:600 !important;
    padding:0 10px !important;
}

.vbz-native-missing{
    color:#12251d !important;
    font-size:12px !important;
    font-weight:700 !important;
    white-space:nowrap !important;
}

@media(max-width:768px){
    .vbz-store-banner-tools{
        top:14px !important;
        right:14px !important;
        gap:7px !important;
        max-width:72% !important;
        flex-wrap:wrap !important;
        justify-content:flex-end !important;
    }

    .vbz-native-only-currency,
    .vbz-native-only-gtranslate{
        min-height:40px !important;
        padding:5px 8px !important;
    }

    .vbz-native-only-currency .selectron23-container,
    .vbz-native-only-currency [class*="selectron23"],
    .vbz-native-only-currency select{
        min-width:105px !important;
        max-width:140px !important;
        font-size:12px !important;
    }

    .vbz-native-only-gtranslate img{
        width:28px !important;
        height:28px !important;
    }
}


/* =========================
   V22 WOOCS / SELECTRON23 NATIVO
   El selector real cerrado muestra SOLO data-selected="1"
========================= */

.vbz-store-banner-tools{
    position:absolute !important;
    top:22px !important;
    right:28px !important;
    left:auto !important;
    z-index:99999 !important;
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    width:auto !important;
    height:auto !important;
    overflow:visible !important;
}

/* contenedores visuales */
.vbz-woocs-native,
.vbz-gtranslate-native-real{
    position:relative !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    height:46px !important;
    min-height:46px !important;
    max-width:none !important;
    max-height:none !important;
    overflow:visible !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    padding:6px 10px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.94) !important;
    box-shadow:0 12px 28px rgba(0,0,0,.16) !important;
    backdrop-filter:blur(12px) !important;
}

/* anular reglas anteriores destructivas */
.vbz-woocs-native *,
.vbz-gtranslate-native-real *{
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
}

/* WOOCS root */
.vbz-woocs-native [data-woocs-sd]{
    display:block !important;
    position:relative !important;
    width:86px !important;
    max-width:86px !important;
    overflow:visible !important;
    z-index:999999 !important;
}

/* selectron23 */
.vbz-woocs-native .selectron23{
    display:block !important;
    position:relative !important;
    width:86px !important;
    height:38px !important;
    flex-basis:86px !important;
    overflow:visible !important;
    transform:scale(.91) !important;
    transform-origin:center !important;
    z-index:999999 !important;
}

.vbz-woocs-native .selectron23-container{
    display:block !important;
    position:relative !important;
    min-height:37px !important;
    width:86px !important;
    overflow:visible !important;
    border-radius:999px !important;
    background:#1FA61F !important;
    border:0 !important;
    z-index:999999 !important;
}

/* cerrado: solo seleccionada */
.vbz-woocs-native .selectron23-container[data-opened="0"] .selectron23-option:not([data-selected="1"]){
    display:none !important;
}

/* abierto: todas */
.vbz-woocs-native .selectron23-container[data-opened="1"] .selectron23-option{
    display:flex !important;
}

/* opciones */
.vbz-woocs-native .selectron23-option{
    align-items:center !important;
    justify-content:center !important;
    min-height:37px !important;
    width:86px !important;
    padding:0 !important;
    margin:0 !important;
    border-radius:999px !important;
    background:#1FA61F !important;
    cursor:pointer !important;
    overflow:hidden !important;
}

.vbz-woocs-native .selectron23-option > div{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
}

.vbz-woocs-native .selectron23-option-title{
    display:block !important;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    font-family:Arial, sans-serif !important;
    font-size:16px !important;
    font-weight:400 !important;
    line-height:37px !important;
    text-align:center !important;
    white-space:nowrap !important;
}

.vbz-woocs-native .selectron23-option-text,
.vbz-woocs-native .selectron23-img{
    display:none !important;
}

.vbz-woocs-native .selectron23-container > span[data-pointer]{
    display:none !important;
}

/* GTranslate nativo: respetar lo que devuelve el plugin */
.vbz-gtranslate-native-real{
    gap:7px !important;
}

.vbz-gtranslate-native-real img{
    width:32px !important;
    height:32px !important;
    border-radius:999px !important;
    object-fit:cover !important;
    margin:0 3px !important;
    box-shadow:0 4px 12px rgba(15,23,42,.12) !important;
}

.vbz-gtranslate-native-real select{
    height:36px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#12251d !important;
    font-size:14px !important;
    font-weight:600 !important;
    padding:0 10px !important;
}

.vbz-native-missing{
    color:#12251d !important;
    font-size:12px !important;
    font-weight:700 !important;
    white-space:nowrap !important;
}

@media(max-width:768px){
    .vbz-store-banner-tools{
        top:14px !important;
        right:14px !important;
        gap:7px !important;
        flex-wrap:wrap !important;
        justify-content:flex-end !important;
        max-width:72% !important;
    }

    .vbz-woocs-native,
    .vbz-gtranslate-native-real{
        height:42px !important;
        min-height:42px !important;
        padding:5px 8px !important;
    }

    .vbz-gtranslate-native-real img{
        width:28px !important;
        height:28px !important;
    }
}


/* =========================
   V23 — USAR NATIVO REAL, NO SIMULADO
========================= */

.vbz-store-banner-tools{
    position:absolute !important;
    top:22px !important;
    right:28px !important;
    z-index:999999 !important;
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    overflow:visible !important;
}

/* Contenedor estilo, pero sin romper DOM nativo */
.vbz-woocs-real-native,
.vbz-gtranslate-real-native{
    position:relative !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:46px !important;
    height:auto !important;
    width:auto !important;
    overflow:visible !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    padding:6px 10px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.94) !important;
    box-shadow:0 12px 28px rgba(0,0,0,.16) !important;
    backdrop-filter:blur(12px) !important;
}

/* No ocultar hijos nativos */
.vbz-woocs-real-native *,
.vbz-gtranslate-real-native *{
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
}

/* WOOCS Smart Designer / selectron23: corregir cerrado */
.vbz-woocs-real-native [data-woocs-sd]{
    display:block !important;
    position:relative !important;
    width:86px !important;
    max-width:86px !important;
    overflow:visible !important;
    z-index:999999 !important;
}

.vbz-woocs-real-native .selectron23{
    display:block !important;
    position:relative !important;
    width:86px !important;
    height:38px !important;
    flex-basis:86px !important;
    transform:scale(.91) !important;
    transform-origin:center !important;
    overflow:visible !important;
    z-index:999999 !important;
}

.vbz-woocs-real-native .selectron23-container{
    display:block !important;
    position:relative !important;
    width:86px !important;
    min-height:37px !important;
    overflow:visible !important;
    border-radius:999px !important;
    background:#1FA61F !important;
    border:0 !important;
    z-index:999999 !important;
}

/* cerrado: solo la moneda seleccionada */
.vbz-woocs-real-native .selectron23-container[data-opened="0"] .selectron23-option:not([data-selected="1"]){
    display:none !important;
}

/* abierto: todas */
.vbz-woocs-real-native .selectron23-container[data-opened="1"] .selectron23-option{
    display:flex !important;
}

/* opción */
.vbz-woocs-real-native .selectron23-option{
    align-items:center !important;
    justify-content:center !important;
    min-height:37px !important;
    width:86px !important;
    padding:0 !important;
    margin:0 !important;
    border-radius:999px !important;
    background:#1FA61F !important;
    cursor:pointer !important;
    overflow:hidden !important;
}

.vbz-woocs-real-native .selectron23-option > div{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
}

.vbz-woocs-real-native .selectron23-option-title{
    display:block !important;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    font-family:Arial, sans-serif !important;
    font-size:16px !important;
    font-weight:400 !important;
    line-height:37px !important;
    text-align:center !important;
    white-space:nowrap !important;
}

.vbz-woocs-real-native .selectron23-option-text,
.vbz-woocs-real-native .selectron23-img,
.vbz-woocs-real-native .selectron23-container > span[data-pointer]{
    display:none !important;
}

/* GTranslate nativo */
.vbz-gtranslate-real-native img{
    width:32px !important;
    height:32px !important;
    border-radius:999px !important;
    object-fit:cover !important;
    margin:0 3px !important;
    box-shadow:0 4px 12px rgba(15,23,42,.12) !important;
}

.vbz-gtranslate-real-native select{
    height:36px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#12251d !important;
    font-size:14px !important;
    font-weight:600 !important;
    padding:0 10px !important;
}

.vbz-native-missing{
    color:#12251d !important;
    font-size:12px !important;
    font-weight:700 !important;
    white-space:nowrap !important;
}


/* =========================
   V24 — HERRAMIENTAS NATIVAS EN EL MENÚ
   Se elimina completamente el contenido viejo del banner.
========================= */

.vbz-store-banner-tools,
.vbz-store-currency-wrap,
.vbz-store-lang-wrap{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    width:0 !important;
    height:0 !important;
    min-width:0 !important;
    min-height:0 !important;
    max-width:0 !important;
    max-height:0 !important;
    overflow:hidden !important;
    padding:0 !important;
    margin:0 !important;
    box-shadow:none !important;
    background:transparent !important;
}

/* Nuevo bloque al inicio del menú */
.vbz-store-nav .vbz-menu-native-tools{
    order:-999 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
    flex:0 0 auto !important;
    width:auto !important;
    min-width:auto !important;
    height:auto !important;
    padding:0 !important;
    margin:0 4px 0 0 !important;
    background:transparent !important;
    box-shadow:none !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    overflow:visible !important;
}

.vbz-menu-native-currency,
.vbz-menu-native-language{
    position:relative !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:42px !important;
    height:42px !important;
    width:auto !important;
    padding:5px 10px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.92) !important;
    border:1px solid rgba(15,23,42,.08) !important;
    box-shadow:0 6px 18px rgba(15,23,42,.06) !important;
    overflow:visible !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
}

/* anular reglas heredadas */
.vbz-menu-native-tools *,
.vbz-menu-native-currency *,
.vbz-menu-native-language *{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
}

/* WOOCS/selectron23 nativo en menú */
.vbz-menu-native-currency [data-woocs-sd]{
    display:block !important;
    position:relative !important;
    width:86px !important;
    max-width:86px !important;
    overflow:visible !important;
    z-index:999999 !important;
}

.vbz-menu-native-currency .selectron23{
    display:block !important;
    position:relative !important;
    width:86px !important;
    height:38px !important;
    flex-basis:86px !important;
    transform:scale(.91) !important;
    transform-origin:center !important;
    overflow:visible !important;
    z-index:999999 !important;
}

.vbz-menu-native-currency .selectron23-container{
    display:block !important;
    position:relative !important;
    width:86px !important;
    min-height:37px !important;
    overflow:visible !important;
    border-radius:999px !important;
    background:#1FA61F !important;
    border:0 !important;
    z-index:999999 !important;
}

/* Cerrado: solo se ve moneda seleccionada */
.vbz-menu-native-currency .selectron23-container[data-opened="0"] .selectron23-option:not([data-selected="1"]){
    display:none !important;
}

/* Abierto: se ven todas */
.vbz-menu-native-currency .selectron23-container[data-opened="1"] .selectron23-option{
    display:flex !important;
}

.vbz-menu-native-currency .selectron23-option{
    align-items:center !important;
    justify-content:center !important;
    min-height:37px !important;
    width:86px !important;
    padding:0 !important;
    margin:0 !important;
    border-radius:999px !important;
    background:#1FA61F !important;
    cursor:pointer !important;
    overflow:hidden !important;
}

.vbz-menu-native-currency .selectron23-option > div{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
}

.vbz-menu-native-currency .selectron23-option-title{
    display:block !important;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    font-family:Arial, sans-serif !important;
    font-size:16px !important;
    font-weight:400 !important;
    line-height:37px !important;
    text-align:center !important;
    white-space:nowrap !important;
}

.vbz-menu-native-currency .selectron23-option-text,
.vbz-menu-native-currency .selectron23-img,
.vbz-menu-native-currency .selectron23-container > span[data-pointer]{
    display:none !important;
}

/* GTranslate nativo */
.vbz-menu-native-language img{
    width:30px !important;
    height:30px !important;
    border-radius:999px !important;
    object-fit:cover !important;
    margin:0 3px !important;
    box-shadow:0 3px 10px rgba(15,23,42,.12) !important;
}

.vbz-menu-native-language select{
    height:34px !important;
    min-width:110px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#12251d !important;
    font-size:13px !important;
    font-weight:600 !important;
    padding:0 10px !important;
}

.vbz-menu-native-missing{
    color:#12251d !important;
    font-size:12px !important;
    font-weight:700 !important;
    white-space:nowrap !important;
}

/* Menú: letras máximo 400 */
.vbz-store-nav a{
    font-weight:400 !important;
}

@media(max-width:768px){
    .vbz-store-nav .vbz-menu-native-tools{
        width:100% !important;
        justify-content:flex-start !important;
        margin-bottom:6px !important;
    }

    .vbz-menu-native-currency,
    .vbz-menu-native-language{
        height:40px !important;
        min-height:40px !important;
        padding:4px 8px !important;
    }
}


/* =========================
   V25 — herramientas nativas arriba derecha
========================= */

/* ocultar bloque si quedó en menú */
.vbz-store-nav > .vbz-menu-native-tools{
    display:none !important;
}

/* contenedor arriba derecha */
.vbz-store-top-native-tools{
    position:absolute !important;
    top:22px !important;
    right:28px !important;
    z-index:60 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:10px !important;
    width:auto !important;
    height:auto !important;
    overflow:visible !important;
}

.vbz-store-top-native-tools .vbz-menu-native-tools{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:10px !important;
    width:auto !important;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    overflow:visible !important;
}

.vbz-store-top-native-tools .vbz-menu-native-currency,
.vbz-store-top-native-tools .vbz-menu-native-language{
    display:inline-flex !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
}

/* Empresa asociada a VivaBuzios más chica en mobile */
@media(max-width:768px){
    .vbz-store-top-native-tools{
        top:14px !important;
        right:14px !important;
        gap:7px !important;
        max-width:72% !important;
        flex-wrap:wrap !important;
    }

    .vbz-store-hero-inner .vbz-store-badge,
    .vbz-store-hero-inner .vbz-store-kicker,
    .vbz-store-hero-inner .vbz-kicker,
    .vbz-store-hero-inner small,
    .vbz-store-hero-inner .eyebrow{
        font-size:10px !important;
        line-height:1.1 !important;
        letter-spacing:.08em !important;
        margin-bottom:6px !important;
    }
}


/* =========================
   V26 — Mobile: sin hamburguesa + cards carrusel
========================= */

/* Anular menú hamburguesa móvil SOLO en tienda WCFM nueva */
@media (max-width:1024px){
    body.vbz-store-web-page .wd-header-mobile-nav,
    body.vbz-store-web-page .mobile-nav-icon,
    body.vbz-store-web-page .wd-tools-element.wd-header-mobile-nav,
    body.vbz-store-web-page .wd-header-mobile-nav,
    body.vbz-store-web-page .whb-mobile-left .wd-header-mobile-nav,
    body.vbz-store-web-page .whb-mobile-right .wd-header-mobile-nav{
        display:none !important;
        visibility:hidden !important;
        opacity:0 !important;
        pointer-events:none !important;
    }
}

/* Desktop: máximo 3 columnas, hasta 3 hileras si hay 9 cards */
@media (min-width:901px){
    .vbz-store-products{
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    }
}

/* Mobile: carrusel horizontal mostrando 1 card y media */
@media (max-width:768px){
    .vbz-store-products{
        display:flex !important;
        flex-wrap:nowrap !important;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        gap:14px !important;
        padding:4px 18px 18px 18px !important;
        margin-left:-18px !important;
        margin-right:-18px !important;
        scroll-snap-type:x mandatory !important;
        -webkit-overflow-scrolling:touch !important;
        grid-template-columns:none !important;
    }

    .vbz-store-products::-webkit-scrollbar{
        display:none !important;
    }

    .vbz-store-products .vbz-product-card,
    .vbz-store-products article,
    .vbz-store-product-card{
        flex:0 0 68% !important;
        max-width:68% !important;
        min-width:68% !important;
        scroll-snap-align:start !important;
    }

    .vbz-product-image{
        height:190px !important;
    }

    .vbz-product-body h3{
        font-size:18px !important;
        line-height:1.22 !important;
    }

    .vbz-product-body p{
        font-size:13px !important;
    }
}

/* Mobile muy chico: mantener 1 y media cómoda */
@media (max-width:420px){
    .vbz-store-products .vbz-product-card,
    .vbz-store-products article,
    .vbz-store-product-card{
        flex-basis:72% !important;
        max-width:72% !important;
        min-width:72% !important;
    }
}


/* =========================
   V27 — ocultar hamburguesa custom VBZ + Woodmart SOLO tienda
========================= */

@media (max-width:1024px){

    body.vbz-store-web-page .vbz-mobile-menu-toggle,
    body.vbz-store-web-page .vbz-mobile-menu-btn,
    body.vbz-store-web-page .vbz-hamburger,
    body.vbz-store-web-page .vbz-menu-hamburger,
    body.vbz-store-web-page .vbz-booking-menu-toggle,
    body.vbz-store-web-page .vbz-custom-mobile-menu-toggle,
    body.vbz-store-web-page .vbz-mobile-nav-trigger,
    body.vbz-store-web-page .vbz-menu-trigger,
    body.vbz-store-web-page .vbz-header-mobile-menu,
    body.vbz-store-web-page .vbz-floating-menu-button,
    body.vbz-store-web-page [data-vbz-mobile-menu],
    body.vbz-store-web-page [data-vbz-menu-toggle],
    body.vbz-store-web-page [aria-label="Open mobile menu"],
    body.vbz-store-web-page [aria-label="Abrir menú móvil"],
    body.vbz-store-web-page [aria-label="Abrir menu movil"],
    body.vbz-store-web-page [aria-label="Menu"],
    body.vbz-store-web-page [aria-label="Menú"],
    body.vbz-store-web-page .wd-header-mobile-nav,
    body.vbz-store-web-page .mobile-nav-icon,
    body.vbz-store-web-page .wd-tools-element.wd-header-mobile-nav,
    body.vbz-store-web-page .whb-mobile-left .wd-header-mobile-nav,
    body.vbz-store-web-page .whb-mobile-right .wd-header-mobile-nav,

    body.vbz-hide-mobile-hamburger .vbz-mobile-menu-toggle,
    body.vbz-hide-mobile-hamburger .vbz-mobile-menu-btn,
    body.vbz-hide-mobile-hamburger .vbz-hamburger,
    body.vbz-hide-mobile-hamburger .vbz-menu-hamburger,
    body.vbz-hide-mobile-hamburger .vbz-booking-menu-toggle,
    body.vbz-hide-mobile-hamburger .vbz-custom-mobile-menu-toggle,
    body.vbz-hide-mobile-hamburger .vbz-mobile-nav-trigger,
    body.vbz-hide-mobile-hamburger .vbz-menu-trigger,
    body.vbz-hide-mobile-hamburger .vbz-header-mobile-menu,
    body.vbz-hide-mobile-hamburger .vbz-floating-menu-button,
    body.vbz-hide-mobile-hamburger [data-vbz-mobile-menu],
    body.vbz-hide-mobile-hamburger [data-vbz-menu-toggle],
    body.vbz-hide-mobile-hamburger [aria-label="Open mobile menu"],
    body.vbz-hide-mobile-hamburger [aria-label="Abrir menú móvil"],
    body.vbz-hide-mobile-hamburger [aria-label="Abrir menu movil"],
    body.vbz-hide-mobile-hamburger [aria-label="Menu"],
    body.vbz-hide-mobile-hamburger [aria-label="Menú"]{
        display:none !important;
        visibility:hidden !important;
        opacity:0 !important;
        pointer-events:none !important;
        width:0 !important;
        height:0 !important;
        min-width:0 !important;
        min-height:0 !important;
        overflow:hidden !important;
    }
}


/* V28: hide exact Woodmart mobile hamburger without body dependency */
@media(max-width:1024px){
    .wd-tools-element.wd-header-mobile-nav,
    .wd-header-mobile-nav,
    .mobile-nav-icon,
    .wd-tools-element:has(a[aria-label="Open mobile menu"]),
    a[aria-label="Open mobile menu"],
    .burger-icon,
    .vbz-mobile-menu-toggle,
    .vbz-mobile-menu-btn,
    .vbz-hamburger,
    .vbz-menu-hamburger,
    .vbz-booking-menu-toggle,
    .vbz-custom-mobile-menu-toggle,
    .vbz-mobile-nav-trigger,
    .vbz-menu-trigger,
    .vbz-header-mobile-menu,
    .vbz-floating-menu-button,
    [data-vbz-mobile-menu],
    [data-vbz-menu-toggle]{
        display:none !important;
        visibility:hidden !important;
        opacity:0 !important;
        pointer-events:none !important;
    }
}


/* =========================
   V29 — ocultar menú hamburguesa del plugin subido
   Detectado desde: vbz-booking-mobile-menu-v8-publicar-fix
========================= */
@media(max-width:1024px){
    #vbzBmmClose,
        #vbzBmmDrawer,
        #vbzBmmOpen,
        #vbzBmmOverlay,
        .burger-icon,
        .mobile-nav-icon,
        .vbz-bmm-close,
        .vbz-bmm-drawer,
        .vbz-bmm-flag,
        .vbz-bmm-flags,
        .vbz-bmm-floating-trigger,
        .vbz-bmm-footer,
        .vbz-bmm-head,
        .vbz-bmm-highlight,
        .vbz-bmm-item,
        .vbz-bmm-language-row,
        .vbz-bmm-list,
        .vbz-bmm-logout,
        .vbz-bmm-open,
        .vbz-bmm-overlay,
        .vbz-bmm-primary,
        .vbz-bmm-right-trigger,
        .vbz-bmm-section,
        .vbz-bmm-section-title,
        .vbz-bmm-subtitle,
        .vbz-bmm-tags,
        .vbz-bmm-title,
        .vbz-booking-drawer,
        .vbz-booking-hamburger,
        .vbz-booking-menu,
        .vbz-booking-menu-toggle,
        .vbz-booking-mobile-menu,
        .vbz-booking-mobile-toggle,
        .vbz-floating-menu,
        .vbz-hamburger,
        .vbz-hamburger-btn,
        .vbz-hamburger-button,
        .vbz-menu-hamburger,
        .vbz-menu-mobile,
        .vbz-menu-toggle,
        .vbz-menu-trigger,
        .vbz-mobile-drawer,
        .vbz-mobile-floating-menu,
        .vbz-mobile-menu,
        .vbz-mobile-menu-overlay,
        .vbz-mobile-menu-panel,
        .vbz-mobile-menu-toggle,
        .vbz-mobile-menu-trigger,
        .wd-header-mobile-nav,
        .wd-mobile-menu,
        .wd-offcanvas-menu,
        .whb-mobile-left,
        .whb-mobile-right,
        [class*='vbz'][class*='booking'][class*='menu'],
        [class*='vbz'][class*='burger'],
        [class*='vbz'][class*='hamb'],
        [class*='vbz'][class*='mobile'][class*='menu'],
        [id*='vbz'][id*='booking'][id*='menu'],
        [id*='vbz'][id*='burger'],
        [id*='vbz'][id*='hamb'],
        [id*='vbz'][id*='mobile'][id*='menu']{
        display:none !important;
        visibility:hidden !important;
        opacity:0 !important;
        pointer-events:none !important;
        width:0 !important;
        height:0 !important;
        min-width:0 !important;
        min-height:0 !important;
        max-width:0 !important;
        max-height:0 !important;
        overflow:hidden !important;
        padding:0 !important;
        margin:0 !important;
        transform:scale(0) !important;
    }
}


/* =========================
   V30 — Calificaciones slider en móvil
========================= */

@media(max-width:768px){

    #vbz-reviews .vbz-store-reviews,
    .vbz-store-reviews-section .vbz-store-reviews{
        display:flex !important;
        flex-wrap:nowrap !important;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        gap:14px !important;
        padding:4px 18px 18px 18px !important;
        margin-left:-18px !important;
        margin-right:-18px !important;
        scroll-snap-type:x mandatory !important;
        -webkit-overflow-scrolling:touch !important;
        grid-template-columns:none !important;
    }

    #vbz-reviews .vbz-store-reviews::-webkit-scrollbar,
    .vbz-store-reviews-section .vbz-store-reviews::-webkit-scrollbar{
        display:none !important;
    }

    #vbz-reviews .vbz-store-reviews article,
    .vbz-store-reviews-section .vbz-store-reviews article{
        flex:0 0 72% !important;
        min-width:72% !important;
        max-width:72% !important;
        scroll-snap-align:start !important;
        border-radius:24px !important;
        padding:18px !important;
    }

    #vbz-reviews .vbz-store-reviews-head,
    .vbz-store-reviews-section .vbz-store-reviews-head{
        margin-bottom:14px !important;
    }
}

@media(max-width:420px){
    #vbz-reviews .vbz-store-reviews article,
    .vbz-store-reviews-section .vbz-store-reviews article{
        flex-basis:78% !important;
        min-width:78% !important;
        max-width:78% !important;
    }
}


/* =========================================================
   VBZ Store Web V31 - ajustes visuales solicitados
   Cambios acotados al plugin de tienda WCFM.
========================================================= */

.vbz-store-web,
.vbz-store-web *{
    text-transform:none;
}

.vbz-store-svg{
    width:18px;
    height:18px;
    display:inline-block;
    vertical-align:-3px;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.45!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
    flex:0 0 auto;
}

/* Herramientas arriba del banner: GTranslate + FOX/WOOCS */
.vbz-store-top-native-tools{
    position:absolute!important;
    top:14px!important;
    right:18px!important;
    left:auto!important;
    z-index:35!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
}

.vbz-menu-native-tools{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
}

.vbz-menu-native-language,
.vbz-menu-native-currency{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
}

.vbz-menu-native-language .vbz-lang-airbnb{
    position:relative!important;
    z-index:36!important;
}

/* Selector FOX/WOOCS más integrado al banner */
.vbz-menu-native-currency .selectron23,
.vbz-menu-native-currency .woocs_auto_switcher,
.vbz-menu-native-currency .woocs_auto_switcher_link,
.vbz-menu-native-currency select{
    max-width:118px!important;
    min-height:36px!important;
    border-radius:999px!important;
    font-weight:400!important;
}

.vbz-menu-native-currency .selectron23-option-title{
    font-weight:400!important;
    font-size:13px!important;
}

/* Hero: menos protagonismo al kicker y texto moderno */
.vbz-store-hero-inner{
    align-items:flex-end!important;
}

.vbz-store-kicker{
    display:inline-flex!important;
    margin-bottom:5px!important;
    font-size:11px!important;
    line-height:1.15!important;
    font-weight:400!important;
    letter-spacing:.01em!important;
    text-transform:none!important;
    opacity:.82!important;
}

.vbz-store-kicker::first-letter{
    text-transform:uppercase!important;
}

.vbz-store-seo-desc{
    font-size:16px!important;
    line-height:1.45!important;
    font-style:italic!important;
    font-weight:400!important;
    letter-spacing:-.01em!important;
    text-transform:none!important;
    opacity:.95!important;
}

/* En PC subir un poco el sello y achicarlo */
@media(min-width:861px){
    .vbz-store-kicker{
        transform:translateY(-6px)!important;
        font-size:10.5px!important;
    }

    .vbz-store-seo-desc{
        max-width:620px!important;
        font-size:15px!important;
    }
}

/* Menú principal */
.vbz-store-nav a{
    font-weight:400!important;
    text-transform:none!important;
    letter-spacing:0!important;
}

.vbz-store-nav a .vbz-store-svg{
    width:16px!important;
    height:16px!important;
}

/* Títulos de secciones: más chicos, finos, menos redondeados */
.vbz-store-title h2,
.vbz-store-products-title h2,
.vbz-store-reviews-head p,
.vbz-store-message-history h3,
.vbz-store-contact-map-card h2{
    font-weight:400!important;
    text-transform:none!important;
    letter-spacing:-.01em!important;
}

.vbz-store-title h2,
.vbz-store-products-title h2{
    font-size:20px!important;
    line-height:1.2!important;
}

.vbz-store-title .vbz-store-svg,
.vbz-store-title-left .vbz-store-svg{
    width:20px!important;
    height:20px!important;
}

/* Filtros: primera letra mayúscula, resto minúscula, peso máximo 400 */
.vbz-store-product-filters,
.vbz-store-product-filters *,
.vbz-clean-shop-filter,
.vbz-clean-shop-filter *{
    font-weight:400!important;
    text-transform:none!important;
}

.vbz-store-product-filters label span,
.vbz-store-product-filters option,
.vbz-store-product-filters select,
.vbz-store-product-filters input,
.vbz-filter-submit{
    font-weight:400!important;
    text-transform:none!important;
}

.vbz-store-product-filters label span::first-letter,
.vbz-filter-submit::first-letter{
    text-transform:uppercase!important;
}

/* Cards estilo booking/airbnb del plugin de cards adjunto */
.vbz-store-products{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:18px!important;
    align-items:stretch!important;
}

.vbz-product-card{
    height:438px!important;
    min-height:438px!important;
    display:flex!important;
    flex-direction:column!important;
    background:#fff!important;
    border:1px solid rgba(17,24,39,.08)!important;
    border-radius:16px!important;
    overflow:hidden!important;
    box-shadow:0 4px 12px rgba(15,23,42,.055)!important;
    transition:.22s ease!important;
}

.vbz-product-card:hover{
    transform:translateY(-2px)!important;
    box-shadow:0 7px 18px rgba(15,23,42,.075)!important;
}

.vbz-product-image{
    height:190px!important;
    min-height:190px!important;
    display:block!important;
    position:relative!important;
    overflow:hidden!important;
    border-radius:0!important;
    background:#f3f4f6!important;
}

.vbz-product-image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    display:block!important;
    transition:.45s ease!important;
}

.vbz-product-card:hover .vbz-product-image img{
    transform:scale(1.025)!important;
}

.vbz-product-heart{
    position:absolute!important;
    top:12px!important;
    right:12px!important;
    width:42px!important;
    height:42px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.96)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-shadow:0 3px 9px rgba(0,0,0,.08)!important;
    color:#374151!important;
    z-index:5!important;
}

.vbz-product-heart .vbz-store-svg{
    width:19px!important;
    height:19px!important;
    stroke-width:1.55!important;
}

.vbz-product-body{
    padding:15px 16px 16px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
    flex:1!important;
    min-height:0!important;
}

.vbz-product-category{
    width:max-content!important;
    max-width:100%!important;
    padding:6px 11px!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#6b7280!important;
    border:1px solid rgba(17,24,39,.12)!important;
    box-shadow:0 2px 6px rgba(15,23,42,.03)!important;
    font-size:11px!important;
    font-weight:400!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:6px!important;
    text-transform:none!important;
}

.vbz-product-category::first-letter{
    text-transform:uppercase!important;
}

.vbz-product-category .vbz-store-svg{
    width:12px!important;
    height:12px!important;
    color:#9ca3af!important;
}

.vbz-product-body h3{
    margin:0!important;
    font-size:17px!important;
    line-height:1.22!important;
    font-weight:850!important;
    color:#111827!important;
    min-height:42px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
}

.vbz-product-body p{
    margin:0!important;
    color:#6b7280!important;
    font-size:12px!important;
    line-height:1.35!important;
    font-weight:400!important;
    min-height:34px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
}

.vbz-card-rating,
.vbz-card-rating *{
    font-weight:400!important;
}

.vbz-product-bottom{
    margin-top:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
}

.vbz-product-bottom strong{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    font-size:17px!important;
    line-height:1.2!important;
    font-weight:400!important;
    color:#111827!important;
}

.vbz-product-bottom strong .vbz-store-svg{
    width:16px!important;
    height:16px!important;
    color:#f5c84b!important;
}

.vbz-product-bottom strong .amount,
.vbz-product-bottom strong bdi{
    font-weight:400!important;
    color:#111827!important;
}

.vbz-product-bottom a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    border-radius:999px!important;
    background:#f5c84b!important;
    color:#111827!important;
    border:none!important;
    text-decoration:none!important;
    padding:9px 13px!important;
    font-size:12px!important;
    font-weight:400!important;
    white-space:nowrap!important;
    box-shadow:none!important;
}

.vbz-product-bottom a .vbz-store-svg{
    width:13px!important;
    height:13px!important;
}

/* Horarios debajo de enviar mensaje */
.vbz-store-hours-mini{
    margin-top:18px!important;
    padding:18px!important;
    border:1px solid rgba(17,24,39,.08)!important;
    border-radius:20px!important;
    background:#fff!important;
    box-shadow:0 4px 12px rgba(15,23,42,.035)!important;
}

.vbz-store-hours-mini .vbz-store-title{
    margin-bottom:8px!important;
}

.vbz-store-hours-mini .vbz-store-title h2{
    font-size:18px!important;
}

.vbz-store-hours-note{
    margin:0 0 12px!important;
    color:#6b7280!important;
    font-size:13px!important;
    line-height:1.45!important;
    font-weight:400!important;
}

.vbz-store-hours-mini .vbz-store-hours-pro{
    gap:8px!important;
}

.vbz-store-hours-mini .vbz-store-hours-pro article{
    padding:9px 11px!important;
    border-radius:14px!important;
}

.vbz-store-hours-mini .vbz-store-hours-pro span,
.vbz-store-hours-mini .vbz-store-hours-pro strong{
    font-size:13px!important;
    font-weight:400!important;
}

/* Footer cortesía */
.vbz-store-powered{
    font-weight:400!important;
    text-transform:none!important;
}

/* Ocultar Font Awesome dentro del plugin si queda alguno, manteniendo SVG propios */
.vbz-store-web i[class*="fa-"]{
    display:none!important;
}

@media(max-width:1180px){
    .vbz-store-products{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:900px){
    .vbz-store-products{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}

@media(max-width:768px){
    .vbz-store-top-native-tools{
        top:10px!important;
        right:10px!important;
    }

    .vbz-store-kicker{
        font-size:10.5px!important;
        font-weight:400!important;
    }

    .vbz-store-seo-desc{
        font-size:14px!important;
    }

    .vbz-store-products{
        grid-template-columns:1fr!important;
        gap:14px!important;
    }

    .vbz-product-card{
        height:420px!important;
        min-height:420px!important;
    }

    .vbz-product-image{
        height:178px!important;
        min-height:178px!important;
    }

    .vbz-store-title h2,
    .vbz-store-products-title h2{
        font-size:18px!important;
    }
}


/* =========================================================
   VBZ Store Web V32 - corrección cards pisadas + categorías
   Solo corrige layout de cards y globos de categoría.
========================================================= */

/* Contenedor: 4 columnas y filas con separación real */
.vbz-store-web .vbz-store-products{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:26px 22px!important;
    align-items:stretch!important;
    grid-auto-rows:auto!important;
}

/* Card uniforme para evitar que una fila pise a la siguiente */
.vbz-store-web .vbz-product-card{
    height:470px!important;
    min-height:470px!important;
    max-height:470px!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
}

/* Imagen estable */
.vbz-store-web .vbz-product-image{
    height:188px!important;
    min-height:188px!important;
    max-height:188px!important;
    flex:0 0 188px!important;
}

/* Cuerpo flexible con footer abajo */
.vbz-store-web .vbz-product-body{
    flex:1 1 auto!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
}

/* Título y descripción con altura consistente */
.vbz-store-web .vbz-product-body h3{
    min-height:44px!important;
    max-height:44px!important;
    overflow:hidden!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
}

.vbz-store-web .vbz-product-body p{
    min-height:36px!important;
    max-height:36px!important;
    overflow:hidden!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
}

/* Rating con altura fija para que el precio no suba/baje */
.vbz-store-web .vbz-card-rating{
    min-height:38px!important;
    max-height:38px!important;
    overflow:hidden!important;
}

/* Precio/botón siempre abajo */
.vbz-store-web .vbz-product-bottom{
    margin-top:auto!important;
    min-height:42px!important;
    flex:0 0 auto!important;
}

/* Globos de categoría: menos aplastados */
.vbz-store-web .vbz-product-category{
    min-height:32px!important;
    height:auto!important;
    padding:8px 14px!important;
    line-height:1.2!important;
    border-radius:999px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    white-space:nowrap!important;
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
}

.vbz-store-web .vbz-product-category .vbz-store-svg{
    width:14px!important;
    height:14px!important;
    min-width:14px!important;
    flex:0 0 14px!important;
}

/* Iconos del menú un poco más equilibrados con el texto */
.vbz-store-web .vbz-store-nav a .vbz-store-svg{
    width:18px!important;
    height:18px!important;
    min-width:18px!important;
    stroke-width:1.7!important;
}

/* Responsive */
@media(max-width:1180px){
    .vbz-store-web .vbz-store-products{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:900px){
    .vbz-store-web .vbz-store-products{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:22px 18px!important;
    }
}

@media(max-width:768px){
    .vbz-store-web .vbz-store-products{
        grid-template-columns:1fr!important;
        gap:18px!important;
    }

    .vbz-store-web .vbz-product-card{
        height:440px!important;
        min-height:440px!important;
        max-height:440px!important;
    }

    .vbz-store-web .vbz-product-image{
        height:176px!important;
        min-height:176px!important;
        max-height:176px!important;
        flex-basis:176px!important;
    }

    .vbz-store-web .vbz-product-category{
        min-height:31px!important;
        padding:7px 13px!important;
    }
}


/* =========================================================
   VBZ Store Web V33 - tipografía fina, menú y filtros
========================================================= */

/* Peso general controlado en textos solicitados */
.vbz-store-web .vbz-store-product-filters,
.vbz-store-web .vbz-store-product-filters *,
.vbz-store-web .vbz-clean-shop-filter,
.vbz-store-web .vbz-clean-shop-filter *,
.vbz-store-web .vbz-store-nav,
.vbz-store-web .vbz-store-nav *,
.vbz-store-web .vbz-product-bottom,
.vbz-store-web .vbz-product-bottom *,
.vbz-store-web button,
.vbz-store-web .button,
.vbz-store-web .vbz-store-top-all-btn,
.vbz-store-web .vbz-store-see-more,
.vbz-store-web .vbz-product-bottom a{
    font-weight:400!important;
    text-shadow:none!important;
    box-shadow:none!important;
}

/* Inputs/selects del buscador: no negrita */
.vbz-store-web .vbz-store-product-filters input,
.vbz-store-web .vbz-store-product-filters select,
.vbz-store-web .vbz-store-product-filters option,
.vbz-store-web .vbz-store-product-filters textarea{
    font-weight:400!important;
    font-size:15px!important;
    letter-spacing:0!important;
}

/* Labels del buscador más livianos */
.vbz-store-web .vbz-store-product-filters label span{
    font-weight:400!important;
    font-size:13px!important;
    letter-spacing:0!important;
    color:#2f3a35!important;
}

/* Iconos del buscador más finos */
.vbz-store-web .vbz-store-product-filters .vbz-store-svg,
.vbz-store-web .vbz-filter-submit .vbz-store-svg{
    width:17px!important;
    height:17px!important;
    min-width:17px!important;
    stroke-width:1.15!important;
}

/* Botones del buscador sin sombra y texto 400 */
.vbz-store-web .vbz-filter-submit,
.vbz-store-web .vbz-clean-shop-filter button,
.vbz-store-web .vbz-store-product-filters button,
.vbz-store-web .vbz-store-product-filters .button{
    font-weight:400!important;
    box-shadow:none!important;
    text-shadow:none!important;
    letter-spacing:0!important;
}

/* Menú: base sin sombra */
.vbz-store-web .vbz-store-nav{
    box-shadow:none!important;
}

.vbz-store-web .vbz-store-nav a{
    font-weight:400!important;
    box-shadow:none!important;
    text-shadow:none!important;
    background:transparent!important;
    border:1px solid transparent!important;
    color:#111827!important;
    transition:.18s ease!important;
}

/* Home: siempre con fondo blanco y borde verde */
.vbz-store-web .vbz-store-nav a.vbz-nav-home{
    background:#fff!important;
    border-color:#2d802d!important;
    color:#111827!important;
}

/* Hover/activo del resto: solo se marca al pasar mouse o cuando está activo */
.vbz-store-web .vbz-store-nav a:not(.vbz-nav-home):hover,
.vbz-store-web .vbz-store-nav a:not(.vbz-nav-home).active,
.vbz-store-web .vbz-store-nav a:not(.vbz-nav-home)[aria-current="page"]{
    background:#fff!important;
    border-color:#2d802d!important;
    color:#111827!important;
}

/* Iconos del menú más finos */
.vbz-store-web .vbz-store-nav a .vbz-store-svg{
    width:18px!important;
    height:18px!important;
    min-width:18px!important;
    stroke-width:1.25!important;
}

/* Quitar sombras internas de botones/enlaces */
.vbz-store-web .vbz-product-bottom a,
.vbz-store-web .vbz-store-top-all-btn,
.vbz-store-web .vbz-store-see-more,
.vbz-store-web .vbz-store-message-form button,
.vbz-store-web .vbz-store-login-message a{
    box-shadow:none!important;
    text-shadow:none!important;
    font-weight:400!important;
}

/* Precio más fino */
.vbz-store-web .vbz-product-bottom strong,
.vbz-store-web .vbz-product-bottom strong *,
.vbz-store-web .vbz-product-bottom .amount,
.vbz-store-web .vbz-product-bottom bdi,
.vbz-store-web .woocommerce-Price-amount,
.vbz-store-web .woocommerce-Price-amount *{
    font-weight:400!important;
}

/* Icono del precio fino */
.vbz-store-web .vbz-product-bottom strong .vbz-store-svg{
    stroke-width:1.15!important;
}

/* Botón Ver detalle más fino y sin sombra */
.vbz-store-web .vbz-product-bottom a{
    font-weight:400!important;
    box-shadow:none!important;
    text-shadow:none!important;
}

.vbz-store-web .vbz-product-bottom a .vbz-store-svg{
    stroke-width:1.15!important;
}

/* Botones de limpiar/aplicar filtros */
.vbz-store-web .vbz-store-product-filters a,
.vbz-store-web .vbz-store-product-filters .vbz-filter-clear,
.vbz-store-web .vbz-store-product-filters .vbz-filter-reset{
    font-weight:400!important;
    box-shadow:none!important;
    text-shadow:none!important;
}

/* Evitar negrita heredada en placeholder/fecha */
.vbz-store-web .vbz-store-product-filters input::placeholder{
    font-weight:400!important;
    opacity:.75!important;
}

.vbz-store-web .vbz-store-product-filters input[type="date"]{
    font-weight:400!important;
}

/* En algunos navegadores el calendario interno hereda bold */
.vbz-store-web .vbz-store-product-filters input[type="date"]::-webkit-datetime-edit,
.vbz-store-web .vbz-store-product-filters input[type="date"]::-webkit-datetime-edit-fields-wrapper,
.vbz-store-web .vbz-store-product-filters input[type="date"]::-webkit-datetime-edit-text,
.vbz-store-web .vbz-store-product-filters input[type="date"]::-webkit-datetime-edit-month-field,
.vbz-store-web .vbz-store-product-filters input[type="date"]::-webkit-datetime-edit-day-field,
.vbz-store-web .vbz-store-product-filters input[type="date"]::-webkit-datetime-edit-year-field{
    font-weight:400!important;
}

/* Íconos SVG globales del store más delicados */
.vbz-store-web .vbz-store-svg{
    stroke-width:1.2!important;
}





/* =========================================================
   VBZ Store Web V39 - MOBILE CARD FINAL
   Corrección cerrada: imagen integrada a card, botón visible, rating 400.
========================================================= */

@media(max-width:768px){

    .vbz-store-web .vbz-store-products{
        display:flex!important;
        flex-wrap:nowrap!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        gap:16px!important;
        padding:0 18px 16px!important;
        margin-left:-18px!important;
        margin-right:-18px!important;
        scroll-snap-type:x mandatory!important;
        -webkit-overflow-scrolling:touch!important;
        align-items:stretch!important;
    }

    .vbz-store-web .vbz-store-products::-webkit-scrollbar{
        display:none!important;
    }

    .vbz-store-web .vbz-product-card{
        flex:0 0 78%!important;
        width:78%!important;
        min-width:78%!important;
        max-width:78%!important;
        height:455px!important;
        min-height:455px!important;
        max-height:455px!important;
        padding:0!important;
        margin:0!important;
        border-radius:24px!important;
        overflow:hidden!important;
        display:flex!important;
        flex-direction:column!important;
        scroll-snap-align:start!important;
        background:#fff!important;
        box-sizing:border-box!important;
    }

    /*
     * Imagen:
     * anulamos cualquier padding/margen heredado y hacemos que
     * la imagen forme parte real del borde superior de la card.
     */
    .vbz-store-web .vbz-product-card > .vbz-product-image,
    .vbz-store-web .vbz-product-image{
        position:relative!important;
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        height:178px!important;
        min-height:178px!important;
        max-height:178px!important;
        flex:0 0 178px!important;
        margin:0!important;
        padding:0!important;
        border:0!important;
        border-radius:24px 24px 0 0!important;
        overflow:hidden!important;
        background:#f3f4f6!important;
        box-sizing:border-box!important;
        transform:none!important;
    }

    .vbz-store-web .vbz-product-image a,
    .vbz-store-web .vbz-product-image picture{
        display:block!important;
        width:100%!important;
        height:100%!important;
        margin:0!important;
        padding:0!important;
        border-radius:24px 24px 0 0!important;
        overflow:hidden!important;
    }

    .vbz-store-web .vbz-product-image img{
        display:block!important;
        width:100%!important;
        max-width:none!important;
        min-width:100%!important;
        height:100%!important;
        min-height:100%!important;
        max-height:100%!important;
        object-fit:cover!important;
        object-position:center center!important;
        margin:0!important;
        padding:0!important;
        border:0!important;
        border-radius:24px 24px 0 0!important;
        box-shadow:none!important;
        transform:none!important;
    }

    .vbz-store-web .vbz-product-heart{
        top:14px!important;
        right:14px!important;
        z-index:8!important;
    }

    .vbz-store-web .vbz-product-body{
        flex:1 1 auto!important;
        min-height:0!important;
        height:auto!important;
        display:flex!important;
        flex-direction:column!important;
        gap:8px!important;
        padding:14px 16px 12px!important;
        margin:0!important;
        overflow:hidden!important;
        box-sizing:border-box!important;
    }

    .vbz-store-web .vbz-product-category{
        width:max-content!important;
        max-width:100%!important;
        min-height:31px!important;
        height:31px!important;
        flex:0 0 31px!important;
        padding:7px 12px!important;
        margin:0!important;
        border-radius:999px!important;
        line-height:1!important;
        font-size:12px!important;
        font-weight:400!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
        box-sizing:border-box!important;
    }

    .vbz-store-web .vbz-product-category,
    .vbz-store-web .vbz-product-category *{
        font-weight:400!important;
    }

    .vbz-store-web .vbz-product-body h3{
        margin:0!important;
        min-height:42px!important;
        max-height:42px!important;
        flex:0 0 42px!important;
        font-size:17px!important;
        line-height:1.22!important;
        font-weight:400!important;
        letter-spacing:0!important;
        overflow:hidden!important;
        display:-webkit-box!important;
        -webkit-line-clamp:2!important;
        -webkit-box-orient:vertical!important;
        word-break:normal!important;
        overflow-wrap:normal!important;
    }

    .vbz-store-web .vbz-product-body p{
        margin:0!important;
        min-height:38px!important;
        max-height:38px!important;
        flex:0 0 38px!important;
        font-size:13px!important;
        line-height:1.35!important;
        font-weight:400!important;
        color:#6b7280!important;
        overflow:hidden!important;
        display:-webkit-box!important;
        -webkit-line-clamp:2!important;
        -webkit-box-orient:vertical!important;
        word-break:normal!important;
        overflow-wrap:normal!important;
    }

    /*
     * Rating/reseñas: texto fino, sin bold heredado.
     */
    .vbz-store-web .vbz-card-rating{
        flex:0 0 28px!important;
        min-height:28px!important;
        max-height:28px!important;
        height:28px!important;
        display:flex!important;
        align-items:center!important;
        gap:5px!important;
        margin:0!important;
        padding:0!important;
        overflow:hidden!important;
        font-size:13px!important;
        line-height:1!important;
        font-weight:400!important;
        letter-spacing:0!important;
    }

    .vbz-store-web .vbz-card-rating,
    .vbz-store-web .vbz-card-rating *,
    .vbz-store-web .vbz-card-rating strong,
    .vbz-store-web .vbz-card-rating span,
    .vbz-store-web .vbz-card-rating b{
        font-size:13px!important;
        line-height:1!important;
        font-weight:400!important;
        letter-spacing:0!important;
        text-shadow:none!important;
    }

    .vbz-store-web .vbz-card-rating svg,
    .vbz-store-web .vbz-card-rating i{
        width:14px!important;
        height:14px!important;
        min-width:14px!important;
        font-size:14px!important;
        line-height:1!important;
        font-weight:400!important;
        stroke-width:1.15!important;
    }

    /*
     * Footer de card: precio + botón siempre visibles.
     */
    .vbz-store-web .vbz-product-bottom{
        margin-top:auto!important;
        flex:0 0 44px!important;
        min-height:44px!important;
        max-height:44px!important;
        height:44px!important;
        display:grid!important;
        grid-template-columns:auto minmax(104px,auto)!important;
        align-items:center!important;
        justify-content:space-between!important;
        gap:10px!important;
        padding:0!important;
        overflow:visible!important;
        box-sizing:border-box!important;
    }

    .vbz-store-web .vbz-product-bottom strong,
    .vbz-store-web .vbz-product-bottom strong *,
    .vbz-store-web .vbz-product-bottom .amount,
    .vbz-store-web .vbz-product-bottom bdi{
        font-size:16px!important;
        line-height:1!important;
        font-weight:400!important;
        white-space:nowrap!important;
        margin:0!important;
        padding:0!important;
    }

    .vbz-store-web .vbz-product-bottom a{
        position:static!important;
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        visibility:visible!important;
        opacity:1!important;
        min-width:104px!important;
        width:auto!important;
        min-height:36px!important;
        height:36px!important;
        max-height:36px!important;
        padding:0 13px!important;
        margin:0!important;
        border-radius:999px!important;
        white-space:nowrap!important;
        overflow:visible!important;
        transform:none!important;
        clip-path:none!important;
        font-size:12px!important;
        line-height:1!important;
        font-weight:400!important;
        box-shadow:none!important;
        text-shadow:none!important;
        box-sizing:border-box!important;
    }

    .vbz-store-web .vbz-product-bottom a .vbz-store-svg,
    .vbz-store-web .vbz-product-bottom a svg{
        width:12px!important;
        height:12px!important;
        min-width:12px!important;
        stroke-width:1.1!important;
    }
}

@media(max-width:390px){
    .vbz-store-web .vbz-product-card{
        flex-basis:82%!important;
        width:82%!important;
        min-width:82%!important;
        max-width:82%!important;
    }
}


/* =========================================================
   VBZ Store Web V40 - Rating PC más fino y compacto
========================================================= */

@media(min-width:769px){

    .vbz-store-web .vbz-card-rating{
        min-height:28px!important;
        max-height:28px!important;
        height:28px!important;
        display:flex!important;
        align-items:center!important;
        gap:4px!important;
        overflow:hidden!important;
        font-size:12px!important;
        line-height:1!important;
        font-weight:400!important;
        letter-spacing:0!important;
        margin:0!important;
    }

    .vbz-store-web .vbz-card-rating,
    .vbz-store-web .vbz-card-rating *,
    .vbz-store-web .vbz-card-rating strong,
    .vbz-store-web .vbz-card-rating span,
    .vbz-store-web .vbz-card-rating b{
        font-size:12px!important;
        line-height:1!important;
        font-weight:400!important;
        letter-spacing:0!important;
        text-shadow:none!important;
    }

    .vbz-store-web .vbz-card-rating svg,
    .vbz-store-web .vbz-card-rating i,
    .vbz-store-web .vbz-card-rating .star,
    .vbz-store-web .vbz-card-rating [class*="star"]{
        width:13px!important;
        height:13px!important;
        min-width:13px!important;
        max-width:13px!important;
        font-size:13px!important;
        line-height:1!important;
        font-weight:400!important;
        stroke-width:1.1!important;
        margin:0 1px 0 0!important;
    }

    .vbz-store-web .vbz-card-rating .review-count,
    .vbz-store-web .vbz-card-rating .rating-count,
    .vbz-store-web .vbz-card-rating .reviews-count,
    .vbz-store-web .vbz-card-rating [class*="review"],
    .vbz-store-web .vbz-card-rating [class*="rating"]{
        font-size:12px!important;
        font-weight:400!important;
        line-height:1!important;
    }

    /* Cuando no hay reseñas, evitar que el texto se corte raro debajo de las estrellas */
    .vbz-store-web .vbz-card-rating:has(.star),
    .vbz-store-web .vbz-card-rating{
        white-space:nowrap!important;
    }
}


/* VBZ V41 - Corrige superposición estrellas + texto en PC */
@media(min-width:769px){

  .vbz-store-web .vbz-card-rating{
      display:flex!important;
      align-items:center!important;
      flex-wrap:nowrap!important;
      gap:8px!important;
      white-space:nowrap!important;
      overflow:visible!important;
      height:auto!important;
      min-height:22px!important;
      line-height:22px!important;
  }

  .vbz-store-web .vbz-card-rating *{
      position:static!important;
  }

  .vbz-store-web .vbz-card-rating .stars,
  .vbz-store-web .vbz-card-rating [class*="star"]{
      display:inline-flex!important;
      align-items:center!important;
      gap:2px!important;
      flex:0 0 auto!important;
  }

  .vbz-store-web .vbz-card-rating .review-count,
  .vbz-store-web .vbz-card-rating [class*="review"],
  .vbz-store-web .vbz-card-rating [class*="rating"]{
      margin-left:6px!important;
      font-size:12px!important;
      font-weight:400!important;
      white-space:nowrap!important;
      display:inline-block!important;
  }
}


/* =========================================================
   VBZ Store Web V42 - Rating sin superposición
   Solución por markup + CSS: estrellas y texto son bloques separados.
========================================================= */

.vbz-store-web .vbz-card-rating{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:9px!important;
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:24px!important;
    max-height:none!important;
    overflow:visible!important;
    white-space:nowrap!important;
    line-height:1!important;
    font-weight:400!important;
}

.vbz-store-web .vbz-card-rating .vbz-star-row{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:2px!important;
    flex:0 0 auto!important;
    min-width:max-content!important;
    width:auto!important;
    max-width:none!important;
    position:static!important;
    transform:none!important;
    margin:0!important;
    padding:0!important;
    line-height:1!important;
}

.vbz-store-web .vbz-card-rating .vbz-star-row span{
    display:inline-block!important;
    position:static!important;
    transform:none!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    height:auto!important;
    font-size:13px!important;
    line-height:1!important;
    font-weight:400!important;
    margin:0!important;
    padding:0!important;
    letter-spacing:0!important;
}

.vbz-store-web .vbz-card-rating .vbz-rating-text{
    display:inline-flex!important;
    align-items:center!important;
    gap:4px!important;
    flex:0 1 auto!important;
    min-width:0!important;
    max-width:100%!important;
    position:static!important;
    transform:none!important;
    margin:0!important;
    padding:0!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:400!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
}

.vbz-store-web .vbz-card-rating .vbz-rating-text *,
.vbz-store-web .vbz-card-rating .vbz-rating-number,
.vbz-store-web .vbz-card-rating .vbz-rating-count{
    font-size:12px!important;
    line-height:1!important;
    font-weight:400!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
    position:static!important;
    transform:none!important;
}

.vbz-store-web .vbz-card-rating b,
.vbz-store-web .vbz-card-rating em{
    display:none!important;
}

/* PC todavía más compacto */
@media(min-width:769px){
    .vbz-store-web .vbz-card-rating{
        gap:8px!important;
        min-height:22px!important;
    }

    .vbz-store-web .vbz-card-rating .vbz-star-row span{
        font-size:12px!important;
    }

    .vbz-store-web .vbz-card-rating .vbz-rating-text,
    .vbz-store-web .vbz-card-rating .vbz-rating-text *{
        font-size:12px!important;
        font-weight:400!important;
    }
}
