.vv-sr-section{
    clear:both;
    box-sizing:border-box;
    width:100%;
    max-width:1170px;
    margin:36px auto;
    padding:0 20px;
}
.vv-sr-heading{
    margin:0 0 18px;
}
.vv-sr-products{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
    box-sizing:border-box;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
}
.vv-sr-products::before,.vv-sr-products::after{display:none!important;content:none!important}
.vv-sr-product{
    box-sizing:border-box!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    float:none!important;
    display:flex!important;
    flex-direction:column;
    list-style:none!important;
    clear:none!important;
}
.vv-sr-product::before,.vv-sr-product::after{display:none!important;content:none!important}
.vv-sr-product .vv-sr-product-link{
    display:block!important;
    min-width:0;
    flex:1;
    text-decoration:none;
}
.vv-sr-product img{
    display:block;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:0 0 10px!important;
}
.vv-sr-product-title{
    margin:0 0 8px!important;
    font-size:1em;
    line-height:1.35;
}

.vv-sr-product .price{
    display:block;
    margin:8px 0!important;
}
.vv-sr-action{
    align-self:flex-start;
    margin-top:8px!important;
}
@media(max-width:900px) and (min-width:768px){
    .vv-sr-products{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
    .vv-sr-section{
        max-width:none;
        margin:28px auto;
        padding:0 16px;
        overflow:hidden;
    }
    .vv-sr-heading{
        margin-bottom:14px;
        font-size:1.35em;
    }
    .vv-sr-products{
        display:flex!important;
        grid-template-columns:none!important;
        gap:14px;
        overflow-x:auto;
        overflow-y:hidden;
        scroll-snap-type:x mandatory;
        scroll-padding-left:0;
        -webkit-overflow-scrolling:touch;
        overscroll-behavior-inline:contain;
        padding:0 22px 14px 0!important;
        scrollbar-width:thin;
    }
    .vv-sr-product{
        flex:0 0 78%!important;
        width:78%!important;
        max-width:78%!important;
        scroll-snap-align:start;
        scroll-snap-stop:always;
    }
    .vv-sr-action{
        width:100%;
        box-sizing:border-box;
        text-align:center;
        padding-left:8px!important;
        padding-right:8px!important;
    }
}
@media(max-width:420px){
    .vv-sr-product{
        flex-basis:82%!important;
        width:82%!important;
        max-width:82%!important;
    }
}

/* FunnelKit checkout placement */
.vv-sr-funnelkit-checkout-wrap{
    box-sizing:border-box;
    width:100%;
    clear:both;
    padding:18px 0 6px;
    --vv-sr-fk-card-bg:#fffaf6;
    --vv-sr-fk-header-bg:#fff2e8;
    --vv-sr-fk-header-text:#262626;
    --vv-sr-fk-border:#ed9d63;
    --vv-sr-fk-badge-bg:#e15334;
    --vv-sr-fk-badge-text:#fff;
    --vv-sr-fk-button-bg:#18b58b;
    --vv-sr-fk-button-text:#fff;
    --vv-sr-fk-added:#159b75;
    --vv-sr-fk-radius:8px;
    --vv-sr-fk-image:96px;
}
.vv-sr-fk-section{box-sizing:border-box;width:100%;margin:0 0 24px;padding:0}
.vv-sr-fk-heading{margin:0 0 18px!important;font-size:16px!important;line-height:1.35!important;font-weight:600!important;color:#242424!important}
.vv-sr-fk-bumps{display:flex;flex-direction:column;gap:18px}
.vv-sr-fk-bump{
    position:relative;box-sizing:border-box!important;width:100%!important;max-width:none!important;
    margin:0!important;padding:28px 16px 16px!important;border:1.5px solid var(--vv-sr-fk-border)!important;
    border-radius:var(--vv-sr-fk-radius)!important;background:var(--vv-sr-fk-card-bg)!important;color:var(--vv-sr-fk-header-text)!important;
    overflow:visible;transition:border-color .18s ease,box-shadow .18s ease,opacity .18s ease;
}
.vv-sr-fk-bump.is-added{border-color:var(--vv-sr-fk-added)!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--vv-sr-fk-added) 12%,transparent)}
.vv-sr-fk-bump.vv-sr-fk-loading{opacity:.65;pointer-events:none}
.vv-sr-funnelkit-checkout-wrap.vv-sr-fk-busy .vv-sr-fk-bump{pointer-events:none}
.vv-sr-fk-badge{
    position:absolute;left:16px;top:-13px;display:inline-flex;align-items:center;min-height:26px;padding:3px 13px;
    border-radius:999px;background:var(--vv-sr-fk-badge-bg)!important;color:var(--vv-sr-fk-badge-text)!important;
    font-size:12px;line-height:20px;font-weight:600;z-index:2;
}
.vv-sr-fk-bump.is-added .vv-sr-fk-badge{background:var(--vv-sr-fk-added)!important}
.vv-sr-fk-choice{
    appearance:none;-webkit-appearance:none;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:start;gap:10px;
    box-sizing:border-box;width:100%;margin:0 0 14px;padding:12px 14px;border:0!important;border-radius:calc(var(--vv-sr-fk-radius) - 1px)!important;
    background:var(--vv-sr-fk-header-bg)!important;color:var(--vv-sr-fk-header-text)!important;text-align:left;cursor:pointer;font:inherit;
}
.vv-sr-fk-bump.is-added .vv-sr-fk-choice{background:color-mix(in srgb,var(--vv-sr-fk-added) 10%,#fff)!important}
.vv-sr-fk-checkbox{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;margin-top:1px;border:2px solid #b8bdc7;border-radius:2px;background:#fff;color:#fff;box-sizing:border-box}
.vv-sr-fk-checkbox span{display:none;font-size:12px;line-height:1;font-weight:700}
.vv-sr-fk-bump.is-added .vv-sr-fk-checkbox{border-color:var(--vv-sr-fk-added);background:var(--vv-sr-fk-added)}
.vv-sr-fk-bump.is-added .vv-sr-fk-checkbox span{display:block}
.vv-sr-fk-prompt{min-width:0;font-weight:700;line-height:1.35;color:var(--vv-sr-fk-header-text)!important}
.vv-sr-fk-header-price{white-space:nowrap;text-align:right;font-weight:600;color:var(--vv-sr-fk-header-text)!important}
.vv-sr-fk-header-price del{opacity:.65;margin-right:5px}.vv-sr-fk-header-price ins{text-decoration:none;font-weight:700}
.vv-sr-fk-body{display:grid;grid-template-columns:var(--vv-sr-fk-image) minmax(0,1fr);gap:16px;align-items:start}
.vv-sr-fk-image{display:block;text-decoration:none!important}
.vv-sr-fk-image img{display:block!important;width:var(--vv-sr-fk-image)!important;height:var(--vv-sr-fk-image)!important;margin:0!important;object-fit:cover;border-radius:5px}
.vv-sr-fk-content{min-width:0;color:var(--vv-sr-fk-header-text)!important}
.vv-sr-fk-description{margin:0 0 10px;color:var(--vv-sr-fk-header-text)!important;line-height:1.45}
.vv-sr-fk-description br{display:block;content:"";margin-top:6px}
.vv-sr-fk-product-title{display:inline-block;margin:0;color:var(--vv-sr-fk-header-text)!important;text-decoration:none!important;font-weight:600;line-height:1.4}
.vv-sr-fk-short-description{display:inline-block;color:var(--vv-sr-fk-header-text)!important}
.vv-sr-fk-description .price,.vv-sr-fk-description del,.vv-sr-fk-description ins{color:inherit!important}
.vv-sr-fk-controls{display:flex;align-items:center;gap:12px;margin:8px 0 10px}
.vv-sr-fk-qty{display:inline-flex;align-items:stretch;height:30px;vertical-align:middle}
.vv-sr-fk-qty-btn,.vv-sr-fk-qty-input{box-sizing:border-box!important;height:30px!important;min-height:30px!important;margin:0!important;border:1px solid #d5d9e0!important;background:#fff!important;color:#333!important;line-height:28px!important;text-align:center!important;box-shadow:none!important}
.vv-sr-fk-qty-btn{width:30px!important;padding:0!important;border-radius:0!important;cursor:pointer;font-size:18px!important;font-weight:400!important}
.vv-sr-fk-qty-btn:first-child{border-radius:4px 0 0 4px!important}.vv-sr-fk-qty-btn:last-child{border-radius:0 4px 4px 0!important}
.vv-sr-fk-qty-input{width:38px!important;padding:0 3px!important;border-left:0!important;border-right:0!important;border-radius:0!important;appearance:textfield;-moz-appearance:textfield}
.vv-sr-fk-qty-input::-webkit-outer-spin-button,.vv-sr-fk-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.vv-sr-fk-price-mobile{display:none}
.vv-sr-fk-cta{
    appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:38px;margin:0!important;padding:8px 16px!important;
    border:0!important;border-radius:5px!important;background:var(--vv-sr-fk-button-bg)!important;color:var(--vv-sr-fk-button-text)!important;
    font-size:14px!important;line-height:1.25!important;font-weight:700!important;text-align:center!important;text-decoration:none!important;cursor:pointer;box-shadow:none!important;
}
.vv-sr-fk-bump.is-added .vv-sr-fk-cta{background:#50575e!important;color:#fff!important}
.vv-sr-fk-choice:focus-visible,.vv-sr-fk-cta:focus-visible,.vv-sr-fk-qty-btn:focus-visible{outline:2px solid #2271b1;outline-offset:2px}
.vv-sr-ajax-add.vv-sr-loading{opacity:.65;pointer-events:none}
@media(max-width:767px){
    .vv-sr-funnelkit-checkout-wrap{padding-top:16px;padding-bottom:6px}.vv-sr-fk-section{margin:0 0 22px;padding:0}.vv-sr-fk-bumps{gap:18px}.vv-sr-fk-bump{padding:27px 12px 14px!important}.vv-sr-fk-badge{left:12px}
    .vv-sr-fk-choice{grid-template-columns:20px minmax(0,1fr);gap:8px;padding:10px}.vv-sr-fk-header-price{display:none}
    .vv-sr-fk-body{grid-template-columns:min(74px,var(--vv-sr-fk-image)) minmax(0,1fr);gap:12px}.vv-sr-fk-image img{width:min(74px,var(--vv-sr-fk-image))!important;height:min(74px,var(--vv-sr-fk-image))!important}
    .vv-sr-fk-controls{justify-content:flex-start;gap:8px}.vv-sr-fk-price-mobile{display:block;white-space:nowrap;font-weight:600;text-align:right;margin:0 0 8px}.vv-sr-fk-price-mobile del{opacity:.7;margin-right:4px}.vv-sr-fk-price-mobile ins{text-decoration:none;font-weight:700}.vv-sr-fk-cta{width:100%;min-height:40px}
}
@media(max-width:420px){.vv-sr-fk-body{grid-template-columns:64px minmax(0,1fr);gap:10px}.vv-sr-fk-image img{width:64px!important;height:64px!important}.vv-sr-fk-description{font-size:13px}.vv-sr-fk-product-title{font-size:13px}.vv-sr-fk-price-mobile{font-size:13px}}

/* Generic WooCommerce/theme mini-cart recommendations (Shoptimizer + standard drawers). */
.vv-sr-mini-cart-slot{
    display:block!important;clear:both!important;width:100%!important;max-width:none!important;margin:10px 0 4px!important;padding:0!important;
    border:0!important;background:transparent!important;list-style:none!important;float:none!important;
}
.vv-sr-mini-cart-recommendations{
    box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0!important;padding:12px 0 4px!important;
    border-top:1px solid rgba(0,0,0,.08)!important;background:transparent!important;color:inherit!important;
}
.vv-sr-mini-cart-heading{
    margin:0 0 10px!important;padding:0 2px!important;font-size:14px!important;line-height:1.3!important;font-weight:700!important;color:inherit!important;
}
.vv-sr-mini-cart-track{
    display:flex!important;gap:10px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0 2px 8px!important;
    overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;
    scrollbar-width:thin;box-sizing:border-box!important;
}
.vv-sr-mini-cart-product{
    display:flex!important;flex:0 0 min(145px,42vw)!important;min-width:0!important;max-width:160px!important;flex-direction:column!important;align-items:stretch!important;
    gap:5px!important;margin:0!important;padding:8px!important;border:1px solid rgba(0,0,0,.10)!important;border-radius:8px!important;
    background:#fff!important;color:#222!important;box-sizing:border-box!important;scroll-snap-align:start;list-style:none!important;
}
.vv-sr-mini-cart-product:before,.vv-sr-mini-cart-product:after{display:none!important;content:none!important}
.vv-sr-mini-cart-product-link{display:flex!important;flex-direction:column!important;gap:5px!important;color:inherit!important;text-decoration:none!important;min-width:0!important}
.vv-sr-mini-cart-image{display:block!important;width:100%!important;aspect-ratio:1/1;overflow:hidden;border-radius:6px;background:#fff}
.vv-sr-mini-cart-image img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;object-fit:contain!important;float:none!important}
.vv-sr-mini-cart-title{
    display:-webkit-box!important;min-height:34px!important;margin:0!important;overflow:hidden!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;
    font-size:12px!important;line-height:1.35!important;font-weight:600!important;color:#222!important;text-align:left!important;
}
.vv-sr-mini-cart-price{display:block!important;margin:0!important;font-size:12px!important;line-height:1.3!important;font-weight:600!important;color:#222!important;text-align:left!important}
.vv-sr-mini-cart-price del{opacity:.65;margin-right:3px}.vv-sr-mini-cart-price ins{text-decoration:none;font-weight:700}
.vv-sr-mini-cart-add{
    display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:30px!important;margin:auto 0 0!important;padding:5px 8px!important;
    border:1px solid currentColor!important;border-radius:5px!important;background:transparent!important;color:#1677c8!important;font-size:12px!important;line-height:1.2!important;
    font-weight:600!important;text-align:center!important;text-decoration:none!important;box-shadow:none!important;white-space:normal!important;
}
.vv-sr-mini-cart-add:hover{background:rgba(22,119,200,.06)!important;color:#125f9f!important}
.vv-sr-mini-cart-add.vv-sr-loading{opacity:.55!important;pointer-events:none!important}
.vv-sr-mini-cart-fallback-host{width:100%;box-sizing:border-box}
/* Do not allow a theme's mini-cart item separators/absolute remove styles to leak into our cards. */
.woocommerce-mini-cart .vv-sr-mini-cart-slot .remove,.widget_shopping_cart .vv-sr-mini-cart-slot .remove{display:none!important}
@media(max-width:480px){
    .vv-sr-mini-cart-product{flex-basis:132px!important;max-width:145px!important}.vv-sr-mini-cart-recommendations{padding-top:10px!important}.vv-sr-mini-cart-track{gap:8px!important}
}
