/* Velectronics Smart Bundles 2.2.0 — strictly scoped to .vsb-* components. */
.vsb-product-boxes,
.woocommerce div.product .vsb-product-boxes,
.single-product .vsb-product-boxes {
    display: grid !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 18px 0 !important;
    clear: both !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 2 !important;
    height: auto !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}
.vsb-card {
    display: block !important;
    border: 1px solid rgba(20, 20, 20, .12) !important;
    border-radius: 16px !important;
    padding: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(0,0,0,.06) !important;
    color: #111 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}
.vsb-card h3 {
    margin: 0 0 12px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    color: inherit !important;
}
.vsb-card p {
    margin: 0 0 12px !important;
    color: inherit !important;
}
.vsb-tier-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(175px, 100%), 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}
.vsb-tier-button {
    appearance: none !important;
    position: relative !important;
    display: grid !important;
    gap: 4px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border: 1px solid rgba(20, 20, 20, .14) !important;
    border-radius: 14px !important;
    background: #fafafa !important;
    color: #111 !important;
    padding: 14px 12px !important;
    cursor: pointer !important;
    text-align: left !important;
    line-height: 1.2 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
.vsb-tier-button:hover,
.vsb-tier-button.is-selected {
    transform: translateY(-2px) !important;
    border-color: #111 !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.1) !important;
}
.vsb-tier-qty {
    font-size: 13px !important;
    font-weight: 700 !important;
    opacity: .75 !important;
}
.vsb-tier-price {
    font-size: clamp(18px, 4.8vw, 22px) !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
}
.vsb-tier-unit {
    font-size: 12px !important;
    opacity: .7 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
}
.vsb-tier-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-top: 4px !important;
    border-radius: 999px !important;
    padding: 4px 8px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: clamp(10px, 2.9vw, 11px) !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    box-sizing: border-box !important;
}

.vsb-tier-button > *,
.vsb-tier-grid > *,
.vsb-card > * {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.vsb-gift-list {
    display: grid !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.vsb-gift-list li {
    display: flex !important;
    gap: 8px !important;
    align-items: flex-start !important;
    margin: 0 !important;
}
.vsb-gift-dot {
    display: inline-grid !important;
    place-items: center !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    border-radius: 50% !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}
.vsb-cart-gift-badge,
.vsb-free-price {
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 999px !important;
    background: #111 !important;
    color: #fff !important;
    padding: 3px 8px !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
    font-weight: 800 !important;
    letter-spacing: .03em !important;
}

.vsb-cart-bundle-badge {
    background: #333 !important;
}
.vsb-gift-qty {
    display: inline-flex !important;
    min-width: 36px !important;
    justify-content: center !important;
    border: 1px solid rgba(0,0,0,.12) !important;
    border-radius: 8px !important;
    padding: 5px 8px !important;
}
@media (max-width: 680px) {
    .vsb-card {
        padding: 14px !important;
        border-radius: 14px !important;
    }
    .vsb-tier-grid {
        grid-template-columns: 1fr !important;
    }
    .vsb-tier-button {
        padding: 13px 12px !important;
    }
    .vsb-tier-badge {
        max-width: 100% !important;
    }
}

@media (max-width: 380px) {
    .vsb-card {
        padding: 12px !important;
    }
    .vsb-tier-button {
        padding: 12px 10px !important;
    }
    .vsb-tier-price {
        font-size: 18px !important;
    }
    .vsb-tier-badge {
        font-size: 10px !important;
        padding: 4px 7px !important;
    }
}

/* v1.3.1 product image rows */
.vsb-gift-list .vsb-product-row,
.woocommerce div.product .vsb-gift-list .vsb-product-row,
.single-product .vsb-gift-list .vsb-product-row {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 10px !important;
    border: 1px solid rgba(20,20,20,.10) !important;
    border-radius: 14px !important;
    background: #fafafa !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}
.vsb-product-thumb {
    display: block !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid rgba(20,20,20,.08) !important;
    box-sizing: border-box !important;
}
.vsb-product-thumb img,
.vsb-product-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}
.vsb-product-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 5px !important;
    min-width: 0 !important;
    max-width: 100% !important;
}
.vsb-product-name {
    display: block !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #111 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
}
.vsb-product-price {
    display: block !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: #111 !important;
    opacity: .75 !important;
    max-width: 100% !important;
}
.vsb-product-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    border-radius: 999px !important;
    padding: 4px 8px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    letter-spacing: .03em !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    box-sizing: border-box !important;
}
.vsb-bundle-label {
    background: #333 !important;
}
@media (max-width: 420px) {
    .vsb-gift-list .vsb-product-row,
    .woocommerce div.product .vsb-gift-list .vsb-product-row,
    .single-product .vsb-gift-list .vsb-product-row {
        grid-template-columns: 56px minmax(0, 1fr) !important;
        gap: 10px !important;
        padding: 9px !important;
    }
    .vsb-product-thumb {
        width: 56px !important;
        height: 56px !important;
        min-width: 56px !important;
        border-radius: 10px !important;
    }
    .vsb-product-name {
        font-size: 13px !important;
    }
    .vsb-product-badge {
        font-size: 9px !important;
        padding: 4px 7px !important;
    }
}

/* v1.3.2 larger premium bundle presentation */
.vsb-product-boxes,
.woocommerce div.product .vsb-product-boxes,
.single-product .vsb-product-boxes {
    gap: 22px !important;
    margin: 24px 0 !important;
}
.vsb-card,
.woocommerce div.product .vsb-card,
.single-product .vsb-card {
    padding: 24px !important;
    border-radius: 22px !important;
    box-shadow: 0 14px 42px rgba(0,0,0,.08) !important;
}
.vsb-card h3,
.woocommerce div.product .vsb-card h3,
.single-product .vsb-card h3 {
    margin-bottom: 18px !important;
    font-size: clamp(21px, 3vw, 26px) !important;
    line-height: 1.18 !important;
}
.vsb-card p,
.woocommerce div.product .vsb-card p,
.single-product .vsb-card p {
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin-bottom: 16px !important;
}
.vsb-tier-grid,
.woocommerce div.product .vsb-tier-grid,
.single-product .vsb-tier-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)) !important;
    gap: 18px !important;
}
.vsb-tier-button,
.woocommerce div.product .vsb-tier-button,
.single-product .vsb-tier-button {
    min-height: 142px !important;
    padding: 22px 18px !important;
    border-radius: 18px !important;
    gap: 7px !important;
}
.vsb-tier-qty {
    font-size: 16px !important;
}
.vsb-tier-price {
    font-size: clamp(27px, 5vw, 36px) !important;
    letter-spacing: .01em !important;
}
.vsb-tier-unit {
    font-size: 14px !important;
    letter-spacing: .08em !important;
}
.vsb-tier-badge {
    padding: 7px 12px !important;
    font-size: clamp(11px, 2.4vw, 13px) !important;
    letter-spacing: .08em !important;
}
.vsb-gift-list,
.woocommerce div.product .vsb-gift-list,
.single-product .vsb-gift-list {
    gap: 14px !important;
}
.vsb-gift-list .vsb-product-row,
.woocommerce div.product .vsb-gift-list .vsb-product-row,
.single-product .vsb-gift-list .vsb-product-row {
    grid-template-columns: 104px minmax(0, 1fr) !important;
    gap: 18px !important;
    min-height: 132px !important;
    padding: 16px !important;
    border-radius: 20px !important;
}
.vsb-product-thumb,
.woocommerce div.product .vsb-product-thumb,
.single-product .vsb-product-thumb {
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    border-radius: 16px !important;
}
.vsb-product-info {
    gap: 8px !important;
}
.vsb-product-name,
.woocommerce div.product .vsb-product-name,
.single-product .vsb-product-name {
    font-size: 17px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
}
.vsb-product-price,
.woocommerce div.product .vsb-product-price,
.single-product .vsb-product-price {
    font-size: 15px !important;
}
.vsb-product-badge,
.woocommerce div.product .vsb-product-badge,
.single-product .vsb-product-badge {
    padding: 7px 11px !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
}
@media (max-width: 680px) {
    .vsb-product-boxes,
    .woocommerce div.product .vsb-product-boxes,
    .single-product .vsb-product-boxes {
        gap: 18px !important;
        margin: 20px 0 !important;
    }
    .vsb-card,
    .woocommerce div.product .vsb-card,
    .single-product .vsb-card {
        padding: 18px !important;
        border-radius: 18px !important;
    }
    .vsb-card h3,
    .woocommerce div.product .vsb-card h3,
    .single-product .vsb-card h3 {
        font-size: 22px !important;
        margin-bottom: 14px !important;
    }
    .vsb-tier-grid,
    .woocommerce div.product .vsb-tier-grid,
    .single-product .vsb-tier-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    .vsb-tier-button,
    .woocommerce div.product .vsb-tier-button,
    .single-product .vsb-tier-button {
        min-height: 122px !important;
        padding: 18px 16px !important;
        border-radius: 16px !important;
    }
    .vsb-tier-price {
        font-size: 30px !important;
    }
    .vsb-gift-list .vsb-product-row,
    .woocommerce div.product .vsb-gift-list .vsb-product-row,
    .single-product .vsb-gift-list .vsb-product-row {
        grid-template-columns: 88px minmax(0, 1fr) !important;
        gap: 14px !important;
        min-height: 112px !important;
        padding: 13px !important;
        border-radius: 17px !important;
    }
    .vsb-product-thumb,
    .woocommerce div.product .vsb-product-thumb,
    .single-product .vsb-product-thumb {
        width: 88px !important;
        height: 88px !important;
        min-width: 88px !important;
        border-radius: 14px !important;
    }
    .vsb-product-name,
    .woocommerce div.product .vsb-product-name,
    .single-product .vsb-product-name {
        font-size: 15px !important;
    }
}
@media (max-width: 380px) {
    .vsb-card,
    .woocommerce div.product .vsb-card,
    .single-product .vsb-card {
        padding: 15px !important;
        border-radius: 16px !important;
    }
    .vsb-tier-price {
        font-size: 26px !important;
    }
    .vsb-gift-list .vsb-product-row,
    .woocommerce div.product .vsb-gift-list .vsb-product-row,
    .single-product .vsb-gift-list .vsb-product-row {
        grid-template-columns: 76px minmax(0, 1fr) !important;
        gap: 12px !important;
        padding: 12px !important;
    }
    .vsb-product-thumb,
    .woocommerce div.product .vsb-product-thumb,
    .single-product .vsb-product-thumb {
        width: 76px !important;
        height: 76px !important;
        min-width: 76px !important;
    }
    .vsb-product-badge,
    .woocommerce div.product .vsb-product-badge,
    .single-product .vsb-product-badge {
        font-size: 10px !important;
        padding: 6px 9px !important;
    }
}

/* v1.3.4 frontend customer identifier */
.vsb-customer-identifier-wrap,
.woocommerce div.product .vsb-customer-identifier-wrap,
.single-product .vsb-customer-identifier-wrap {
    display: block !important;
    width: 100% !important;
    margin: 0 0 18px !important;
}
.vsb-customer-identifier,
.woocommerce div.product .vsb-customer-identifier,
.single-product .vsb-customer-identifier {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 14px 16px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #111 0%, #2d2d2d 100%) !important;
    color: #fff !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
    box-sizing: border-box !important;
}
.vsb-customer-identifier-icon {
    display: inline-grid !important;
    place-items: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.12) !important;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #fff !important;
}
.vsb-customer-identifier-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    min-width: 0 !important;
    flex: 1 1 220px !important;
}
.vsb-customer-identifier-title {
    display: block !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    color: #fff !important;
}
.vsb-customer-identifier-subtitle {
    display: block !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    color: rgba(255,255,255,.85) !important;
}
.vsb-customer-identifier-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
}
.vsb-customer-tag,
.vsb-price-inline-badge,
.vsb-customer-loop-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    padding: 6px 10px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    letter-spacing: .05em !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
}
.vsb-customer-tag-gift {
    background: #f4efe5 !important;
}
.vsb-customer-tag-pack {
    background: #e8ecf8 !important;
}
.vsb-price-inline-badge {
    margin-left: 8px !important;
    vertical-align: middle !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 10px !important;
    padding: 5px 8px !important;
}
.vsb-customer-loop-badge {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    z-index: 8 !important;
    background: #111 !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(0,0,0,.12) !important;
}
@media (max-width: 680px) {
    .vsb-customer-identifier,
    .woocommerce div.product .vsb-customer-identifier,
    .single-product .vsb-customer-identifier {
        padding: 13px 14px !important;
        border-radius: 14px !important;
        gap: 10px !important;
    }
    .vsb-customer-identifier-icon {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        font-size: 16px !important;
    }
    .vsb-customer-identifier-title {
        font-size: 15px !important;
    }
    .vsb-customer-identifier-subtitle {
        font-size: 12px !important;
    }
    .vsb-customer-tag {
        font-size: 10px !important;
        padding: 6px 9px !important;
    }
    .vsb-customer-loop-badge {
        top: 10px !important;
        left: 10px !important;
        font-size: 10px !important;
    }
}

/* v2.0 grouped bundle builder frontend */
.vsb-builder-front,
.woocommerce div.product .vsb-builder-front,
.single-product .vsb-builder-front {
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px 0 !important;
    padding: clamp(18px, 3vw, 28px) !important;
    border: 1px solid var(--vsb-card-border, #e1e1e1) !important;
    border-radius: 26px !important;
    background: var(--vsb-card-bg, #fff) !important;
    color: var(--vsb-card-text, #111) !important;
    box-shadow: 0 18px 55px rgba(0,0,0,.08) !important;
    box-sizing: border-box !important;
    clear: both !important;
    overflow: hidden !important;
}
.vsb-builder-front * {
    box-sizing: border-box !important;
}
.vsb-builder-front-head {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin-bottom: 20px !important;
}
.vsb-builder-front-kicker {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    border-radius: 999px !important;
    padding: 7px 12px !important;
    background: var(--vsb-primary-bg, #111) !important;
    color: var(--vsb-primary-text, #fff) !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
}
.vsb-builder-front h3,
.woocommerce div.product .vsb-builder-front h3,
.single-product .vsb-builder-front h3 {
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: var(--vsb-card-text, #111) !important;
    font-size: clamp(24px, 4vw, 34px) !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
}
.vsb-builder-front p {
    margin: 0 !important;
    color: var(--vsb-card-text, #111) !important;
    opacity: .72 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}
.vsb-builder-save-bubble {
    display: grid !important;
    place-items: center !important;
    min-width: 108px !important;
    min-height: 108px !important;
    border-radius: 28px !important;
    background: var(--vsb-primary-bg, #111) !important;
    color: var(--vsb-primary-text, #fff) !important;
    transform: rotate(2deg) !important;
    box-shadow: 0 15px 30px rgba(0,0,0,.16) !important;
}
.vsb-builder-save-bubble span {
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    opacity: .8 !important;
}
.vsb-builder-save-bubble strong {
    color: inherit !important;
    font-size: 32px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
}
.vsb-builder-products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr)) !important;
    gap: 14px !important;
    margin: 18px 0 !important;
}
.vsb-builder-product-card {
    display: grid !important;
    gap: 12px !important;
    min-width: 0 !important;
    padding: 14px !important;
    border: 1px solid var(--vsb-product-row-border, #e5e5e5) !important;
    border-radius: 20px !important;
    background: var(--vsb-product-row-bg, #fafafa) !important;
}
.vsb-builder-product-image {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.06) !important;
}
.vsb-builder-product-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
}
.vsb-builder-product-info {
    display: grid !important;
    gap: 5px !important;
    min-width: 0 !important;
}
.vsb-builder-product-info strong {
    color: var(--vsb-card-text, #111) !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    font-weight: 850 !important;
    overflow-wrap: anywhere !important;
}
.vsb-builder-product-info span {
    color: var(--vsb-card-text, #111) !important;
    opacity: .68 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}
.vsb-builder-total-box {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-top: 20px !important;
    padding: 14px !important;
    border-radius: 20px !important;
    background: var(--vsb-offer-bg, #fafafa) !important;
    border: 1px solid var(--vsb-offer-border, #ddd) !important;
}
.vsb-builder-total-box > div {
    display: grid !important;
    gap: 5px !important;
    min-width: 0 !important;
    padding: 12px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.62) !important;
}
.vsb-builder-total-box span {
    color: var(--vsb-card-text, #111) !important;
    opacity: .68 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
}
.vsb-builder-total-box del {
    color: var(--vsb-card-text, #111) !important;
    opacity: .55 !important;
    font-size: clamp(18px, 3vw, 24px) !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
}
.vsb-builder-total-box strong {
    color: var(--vsb-card-text, #111) !important;
    font-size: clamp(24px, 4vw, 34px) !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
}
.vsb-builder-total-box em {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    border-radius: 999px !important;
    padding: 8px 12px !important;
    background: var(--vsb-gift-badge-bg, #111) !important;
    color: var(--vsb-gift-badge-text, #fff) !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
}
.vsb-builder-archive-badge {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    z-index: 8 !important;
    display: inline-flex !important;
    border-radius: 999px !important;
    padding: 6px 10px !important;
    background: var(--vsb-archive-badge-bg, #111) !important;
    color: var(--vsb-archive-badge-text, #fff) !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: .06em !important;
    box-shadow: 0 10px 20px rgba(0,0,0,.12) !important;
}
@media (max-width: 720px) {
    .vsb-builder-front-head {
        flex-direction: column !important;
    }
    .vsb-builder-save-bubble {
        width: 100% !important;
        min-height: auto !important;
        padding: 14px !important;
        border-radius: 18px !important;
        transform: none !important;
        display: flex !important;
        justify-content: space-between !important;
    }
    .vsb-builder-products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .vsb-builder-total-box {
        grid-template-columns: 1fr !important;
    }
}
@media (max-width: 420px) {
    .vsb-builder-products {
        grid-template-columns: 1fr !important;
    }
}

/* v2.0.1 polished grouped bundles + visible savings + cart breakdown */
.vsb-builder-front-v201,
.woocommerce div.product .vsb-builder-front-v201,
.single-product .vsb-builder-front-v201 {
    position: relative !important;
    border-radius: 28px !important;
    padding: clamp(20px, 3.2vw, 34px) !important;
    background:
        radial-gradient(circle at 8% 0%, rgba(0,0,0,.055), transparent 26%),
        var(--vsb-card-bg, #fff) !important;
    border: 1px solid var(--vsb-card-border, #dedede) !important;
    box-shadow: 0 22px 70px rgba(0,0,0,.10) !important;
}
.vsb-builder-front-v201 .vsb-builder-front-head {
    align-items: center !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid color-mix(in srgb, var(--vsb-card-border, #dedede) 76%, transparent) !important;
}
.vsb-builder-front-v201 .vsb-builder-front-title-block {
    min-width: 0 !important;
}
.vsb-builder-front-v201 .vsb-builder-front-kicker {
    box-shadow: 0 9px 18px rgba(0,0,0,.10) !important;
}
.vsb-builder-front-v201 .vsb-builder-save-bubble {
    min-width: 160px !important;
    min-height: 104px !important;
    padding: 16px !important;
    border-radius: 24px !important;
    background: linear-gradient(135deg, var(--vsb-primary-bg, #111), color-mix(in srgb, var(--vsb-primary-bg, #111) 76%, #ffffff 24%)) !important;
    color: var(--vsb-primary-text, #fff) !important;
    transform: rotate(1.5deg) !important;
}
.vsb-builder-front-v201 .vsb-builder-save-bubble span,
.vsb-builder-front-v201 .vsb-builder-save-bubble strong,
.vsb-builder-front-v201 .vsb-builder-save-bubble em,
.vsb-builder-front-v201 .vsb-builder-save-bubble *,
.vsb-builder-front-v201 .vsb-builder-total-box em,
.vsb-builder-front-v201 .vsb-builder-total-box em * {
    color: inherit !important;
}
.vsb-builder-front-v201 .vsb-builder-save-bubble strong {
    font-size: clamp(19px, 3vw, 26px) !important;
    line-height: 1.05 !important;
    text-align: center !important;
}
.vsb-builder-front-v201 .vsb-builder-save-bubble em {
    display: inline-flex !important;
    margin-top: 5px !important;
    border-radius: 999px !important;
    padding: 4px 8px !important;
    background: rgba(255,255,255,.16) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 900 !important;
}
.vsb-builder-front-v201 .vsb-builder-products {
    grid-template-columns: repeat(auto-fit, minmax(min(205px, 100%), 1fr)) !important;
    gap: 16px !important;
    margin: 22px 0 !important;
}
.vsb-builder-front-v201 .vsb-builder-product-card {
    position: relative !important;
    border-radius: 22px !important;
    padding: 15px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.74), var(--vsb-product-row-bg, #fafafa)) !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.055) !important;
}
.vsb-builder-front-v201 .vsb-builder-product-card::after {
    content: '✓' !important;
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    display: inline-grid !important;
    place-items: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 999px !important;
    background: var(--vsb-primary-bg, #111) !important;
    color: var(--vsb-primary-text, #fff) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    z-index: 2 !important;
}
.vsb-builder-front-v201 .vsb-builder-product-line,
.vsb-builder-front-v201 .vsb-builder-product-total {
    display: inline-flex !important;
    width: fit-content !important;
    border-radius: 999px !important;
    padding: 5px 9px !important;
    background: rgba(0,0,0,.045) !important;
    opacity: 1 !important;
}
.vsb-builder-front-v201 .vsb-builder-product-total {
    background: rgba(0,0,0,.075) !important;
    font-weight: 850 !important;
}
.vsb-builder-total-box-v201 {
    grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr)) !important;
    gap: 14px !important;
    padding: 16px !important;
    background: linear-gradient(135deg, var(--vsb-offer-bg, #fafafa), #fff) !important;
}
.vsb-builder-total-box-v201 .vsb-builder-total-card {
    min-height: 104px !important;
    padding: 17px !important;
    border: 1px solid rgba(0,0,0,.055) !important;
    background: rgba(255,255,255,.74) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.045) !important;
}
.vsb-builder-total-box-v201 .vsb-total-saving {
    background: linear-gradient(135deg, var(--vsb-primary-bg, #111), color-mix(in srgb, var(--vsb-primary-bg, #111) 72%, #ffffff 28%)) !important;
    color: var(--vsb-primary-text, #fff) !important;
}
.vsb-builder-total-box-v201 .vsb-total-saving span,
.vsb-builder-total-box-v201 .vsb-total-saving em,
.vsb-builder-total-box-v201 .vsb-total-saving * {
    color: inherit !important;
}
.vsb-builder-total-box-v201 .vsb-total-saving span {
    opacity: .82 !important;
}
.vsb-builder-total-box-v201 .vsb-total-saving em {
    background: rgba(255,255,255,.16) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    color: inherit !important;
    white-space: normal !important;
}
.vsb-cart-builder-summary,
.vsb-cart-child-summary {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-top: 8px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
}
.vsb-cart-builder-summary span,
.vsb-cart-child-summary span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    border-radius: 999px !important;
    padding: 5px 8px !important;
    background: #f3f4f6 !important;
    color: #111 !important;
    font-weight: 700 !important;
}
.vsb-cart-builder-summary .vsb-cart-builder-save {
    background: #111 !important;
    color: #fff !important;
}
.vsb-cart-builder-summary .vsb-cart-builder-save * {
    color: inherit !important;
}
.vsb-cart-included-price,
.vsb-cart-included-subtotal,
.vsb-cart-parent-price,
.vsb-cart-parent-subtotal {
    display: inline-grid !important;
    gap: 3px !important;
    justify-items: start !important;
    line-height: 1.2 !important;
}
.vsb-cart-included-price del,
.vsb-cart-included-subtotal del {
    color: #777 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}
.vsb-cart-included-price strong,
.vsb-cart-included-subtotal strong,
.vsb-cart-parent-price strong,
.vsb-cart-parent-subtotal strong {
    color: #111 !important;
    font-weight: 900 !important;
}
.vsb-cart-included-price strong,
.vsb-cart-included-subtotal strong {
    display: inline-flex !important;
    border-radius: 999px !important;
    padding: 3px 8px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 11px !important;
}
.vsb-cart-parent-price small {
    color: #777 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
}
@media (max-width: 720px) {
    .vsb-builder-front-v201 .vsb-builder-save-bubble {
        width: 100% !important;
        transform: none !important;
    }
    .vsb-builder-front-v201 .vsb-builder-products {
        grid-template-columns: 1fr !important;
    }
}

/* v2.0.2 dashboard/cart/front readability fixes */
.vsb-builder-front-v202,
.woocommerce div.product .vsb-builder-front-v202,
.single-product .vsb-builder-front-v202 {
    background:
        radial-gradient(circle at 0% 0%, rgba(0,0,0,.045), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.96), var(--vsb-card-bg, #fff)) !important;
}
.vsb-builder-front-v202 .vsb-builder-total-box-v201 .vsb-total-saving,
.woocommerce div.product .vsb-builder-front-v202 .vsb-builder-total-box-v201 .vsb-total-saving,
.single-product .vsb-builder-front-v202 .vsb-builder-total-box-v201 .vsb-total-saving {
    background: linear-gradient(135deg, #111111, #2c2c2c) !important;
    color: #ffffff !important;
    border-color: rgba(255,255,255,.18) !important;
}
.vsb-builder-front-v202 .vsb-builder-total-box-v201 .vsb-total-saving span,
.vsb-builder-front-v202 .vsb-builder-total-box-v201 .vsb-total-saving em,
.vsb-builder-front-v202 .vsb-builder-total-box-v201 .vsb-total-saving strong,
.vsb-builder-front-v202 .vsb-builder-total-box-v201 .vsb-total-saving .woocommerce-Price-amount,
.vsb-builder-front-v202 .vsb-builder-total-box-v201 .vsb-total-saving .woocommerce-Price-currencySymbol,
.vsb-builder-front-v202 .vsb-builder-total-box-v201 .vsb-total-saving bdi,
.vsb-builder-front-v202 .vsb-builder-save-bubble,
.vsb-builder-front-v202 .vsb-builder-save-bubble *,
.vsb-builder-front-v202 .vsb-builder-save-bubble .woocommerce-Price-amount,
.vsb-builder-front-v202 .vsb-builder-save-bubble bdi {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: none !important;
}
.vsb-builder-front-v202 .vsb-builder-total-box-v201 .vsb-total-saving em {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 92px !important;
    min-height: 42px !important;
    padding: 9px 14px !important;
    background: rgba(255,255,255,.16) !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    border-radius: 999px !important;
    font-weight: 950 !important;
}
.vsb-builder-front-v202 .vsb-builder-total-box-v201 .vsb-builder-total-card {
    overflow: visible !important;
}
.vsb-cart-legacy-summary,
.vsb-cart-legacy-parent-summary {
    width: 100% !important;
}
.vsb-cart-legacy-summary span,
.vsb-cart-legacy-parent-summary span,
.vsb-cart-builder-summary span,
.vsb-cart-child-summary span {
    color: #111 !important;
}
.vsb-cart-legacy-summary span *,
.vsb-cart-legacy-parent-summary span *,
.vsb-cart-builder-summary span *,
.vsb-cart-child-summary span * {
    color: inherit !important;
}
.vsb-cart-builder-summary .vsb-cart-builder-save,
.vsb-cart-legacy-parent-summary .vsb-cart-builder-save {
    background: #111 !important;
    color: #fff !important;
}
.vsb-cart-builder-summary .vsb-cart-builder-save *,
.vsb-cart-legacy-parent-summary .vsb-cart-builder-save * {
    color: #fff !important;
}
.vsb-cart-package-price {
    display: inline-grid !important;
    gap: 3px !important;
    line-height: 1.2 !important;
}
.vsb-cart-package-price strong,
.vsb-cart-package-price .woocommerce-Price-amount,
.vsb-cart-package-price bdi {
    color: #111 !important;
    font-weight: 900 !important;
}
.vsb-cart-package-price small {
    color: #777 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
}
.vsb-cart-included-price .woocommerce-Price-amount,
.vsb-cart-included-subtotal .woocommerce-Price-amount,
.vsb-cart-included-price bdi,
.vsb-cart-included-subtotal bdi {
    color: inherit !important;
}
@media (max-width: 560px) {
    .vsb-builder-front-v202 .vsb-builder-total-box-v201 .vsb-total-saving em {
        width: 100% !important;
    }
}

/* v2.0.6 cart / checkout clean bundle breakdown */
.vsb-cart-parent-breakdown,
.woocommerce .vsb-cart-parent-breakdown,
.woocommerce-checkout .vsb-cart-parent-breakdown {
    display: block !important;
    width: 100% !important;
    margin: 12px 0 0 !important;
    padding: 14px !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    border: 1px solid rgba(0,0,0,.10) !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.06) !important;
    color: #111111 !important;
    box-sizing: border-box !important;
    clear: both !important;
}
.vsb-cart-summary-top,
.woocommerce .vsb-cart-summary-top,
.woocommerce-checkout .vsb-cart-summary-top {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
    margin-bottom: 10px !important;
}
.vsb-cart-summary-top > span,
.woocommerce .vsb-cart-summary-top > span,
.woocommerce-checkout .vsb-cart-summary-top > span {
    display: inline-flex !important;
    gap: 5px !important;
    align-items: center !important;
    padding: 7px 10px !important;
    border-radius: 999px !important;
    background: #f6f6f6 !important;
    color: #111111 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
}
.vsb-cart-summary-top .vsb-cart-builder-save,
.woocommerce .vsb-cart-summary-top .vsb-cart-builder-save,
.woocommerce-checkout .vsb-cart-summary-top .vsb-cart-builder-save {
    background: #111111 !important;
    color: #ffffff !important;
}
.vsb-cart-summary-top .vsb-cart-builder-save *,
.woocommerce .vsb-cart-summary-top .vsb-cart-builder-save *,
.woocommerce-checkout .vsb-cart-summary-top .vsb-cart-builder-save * {
    color: #ffffff !important;
}
.vsb-cart-breakdown-lines,
.woocommerce .vsb-cart-breakdown-lines,
.woocommerce-checkout .vsb-cart-breakdown-lines {
    display: grid !important;
    gap: 8px !important;
}
.vsb-cart-breakdown-line,
.woocommerce .vsb-cart-breakdown-line,
.woocommerce-checkout .vsb-cart-breakdown-line {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 10px 12px !important;
    border-radius: 12px !important;
    background: #fafafa !important;
    border: 1px solid rgba(0,0,0,.07) !important;
    color: #111111 !important;
}
.vsb-line-name,
.woocommerce .vsb-line-name,
.woocommerce-checkout .vsb-line-name {
    min-width: 0 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #111111 !important;
}
.vsb-line-values,
.woocommerce .vsb-line-values,
.woocommerce-checkout .vsb-line-values {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    text-align: right !important;
    color: #111111 !important;
}
.vsb-line-values del,
.woocommerce .vsb-line-values del,
.woocommerce-checkout .vsb-line-values del {
    opacity: .65 !important;
    color: #555555 !important;
}
.vsb-line-values strong,
.woocommerce .vsb-line-values strong,
.woocommerce-checkout .vsb-line-values strong {
    color: #111111 !important;
    font-weight: 900 !important;
}
.vsb-line-values em,
.woocommerce .vsb-line-values em,
.woocommerce-checkout .vsb-line-values em {
    display: inline-flex !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    background: #111111 !important;
    color: #ffffff !important;
    font-style: normal !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}
.vsb-line-gift .vsb-line-values em {
    background: #0f7a38 !important;
}
.vsb-line-package .vsb-line-values em {
    background: #4b5563 !important;
}
@media (max-width: 680px) {
    .vsb-cart-breakdown-line,
    .woocommerce .vsb-cart-breakdown-line,
    .woocommerce-checkout .vsb-cart-breakdown-line {
        grid-template-columns: 1fr !important;
    }
    .vsb-line-values,
    .woocommerce .vsb-line-values,
    .woocommerce-checkout .vsb-line-values {
        justify-content: flex-start !important;
        text-align: left !important;
    }
}

/* v2.0.7 isolated cart/checkout bundle breakdown - compact + readable */
.vsb-cart-bundle-details-v207,
.woocommerce .vsb-cart-bundle-details-v207,
.woocommerce-cart .vsb-cart-bundle-details-v207,
.woocommerce-checkout .vsb-cart-bundle-details-v207 {
    display: block !important;
    width: 100% !important;
    max-width: 420px !important;
    min-width: 0 !important;
    margin: 12px 0 0 !important;
    padding: 12px !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    border: 1px solid rgba(17,17,17,.10) !important;
    box-shadow: 0 10px 28px rgba(17,17,17,.07) !important;
    color: #111111 !important;
    clear: both !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    line-height: 1.25 !important;
}
.vsb-cart-bundle-details-v207 *,
.woocommerce .vsb-cart-bundle-details-v207 *,
.woocommerce-cart .vsb-cart-bundle-details-v207 *,
.woocommerce-checkout .vsb-cart-bundle-details-v207 * {
    box-sizing: border-box !important;
    max-width: 100% !important;
    text-shadow: none !important;
}
.vsb-cart-bundle-details-v207 .woocommerce-Price-amount,
.vsb-cart-bundle-details-v207 .woocommerce-Price-currencySymbol,
.vsb-cart-bundle-details-v207 bdi,
.vsb-cart-bundle-details-v207 span.woocommerce-Price-amount,
.woocommerce .vsb-cart-bundle-details-v207 .woocommerce-Price-amount,
.woocommerce .vsb-cart-bundle-details-v207 .woocommerce-Price-currencySymbol,
.woocommerce .vsb-cart-bundle-details-v207 bdi {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    vertical-align: baseline !important;
    opacity: 1 !important;
}
.vsb-cart-v207-head,
.woocommerce .vsb-cart-v207-head,
.woocommerce-checkout .vsb-cart-v207-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 10px !important;
}
.vsb-cart-v207-metric,
.woocommerce .vsb-cart-v207-metric,
.woocommerce-checkout .vsb-cart-v207-metric {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 9px 10px !important;
    border-radius: 14px !important;
    background: #f7f7f8 !important;
    border: 1px solid rgba(17,17,17,.06) !important;
    color: #111111 !important;
}
.vsb-cart-v207-metric > span,
.woocommerce .vsb-cart-v207-metric > span,
.woocommerce-checkout .vsb-cart-v207-metric > span {
    display: block !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #222222 !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
    overflow-wrap: anywhere !important;
}
.vsb-cart-v207-metric > strong,
.woocommerce .vsb-cart-v207-metric > strong,
.woocommerce-checkout .vsb-cart-v207-metric > strong {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #111111 !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
    text-align: right !important;
}
.vsb-cart-v207-metric del,
.woocommerce .vsb-cart-v207-metric del,
.woocommerce-checkout .vsb-cart-v207-metric del {
    color: #8a8a8a !important;
    opacity: 1 !important;
    text-decoration-thickness: 2px !important;
}
.vsb-cart-v207-saving,
.woocommerce .vsb-cart-v207-saving,
.woocommerce-checkout .vsb-cart-v207-saving {
    background: #111111 !important;
    color: #ffffff !important;
    border-color: #111111 !important;
}
.vsb-cart-v207-saving > span,
.vsb-cart-v207-saving > strong,
.vsb-cart-v207-saving .woocommerce-Price-amount,
.vsb-cart-v207-saving .woocommerce-Price-currencySymbol,
.vsb-cart-v207-saving bdi,
.woocommerce .vsb-cart-v207-saving > span,
.woocommerce .vsb-cart-v207-saving > strong,
.woocommerce .vsb-cart-v207-saving .woocommerce-Price-amount,
.woocommerce .vsb-cart-v207-saving .woocommerce-Price-currencySymbol,
.woocommerce .vsb-cart-v207-saving bdi {
    color: #ffffff !important;
}
.vsb-cart-v207-lines,
.woocommerce .vsb-cart-v207-lines,
.woocommerce-checkout .vsb-cart-v207-lines {
    display: grid !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
}
.vsb-cart-v207-line,
.woocommerce .vsb-cart-v207-line,
.woocommerce-checkout .vsb-cart-v207-line {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 10px !important;
    border-radius: 14px !important;
    background: #fbfbfb !important;
    border: 1px solid rgba(17,17,17,.08) !important;
    color: #111111 !important;
    overflow: hidden !important;
}
.vsb-cart-v207-title,
.woocommerce .vsb-cart-v207-title,
.woocommerce-checkout .vsb-cart-v207-title {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 8px !important;
    color: #111111 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    white-space: normal !important;
}
.vsb-cart-v207-pricegrid,
.woocommerce .vsb-cart-v207-pricegrid,
.woocommerce-checkout .vsb-cart-v207-pricegrid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
}
.vsb-cart-v207-pricegrid > div,
.woocommerce .vsb-cart-v207-pricegrid > div,
.woocommerce-checkout .vsb-cart-v207-pricegrid > div {
    display: grid !important;
    gap: 2px !important;
    min-width: 0 !important;
    padding: 7px 8px !important;
    border-radius: 11px !important;
    background: #f3f4f6 !important;
    color: #111111 !important;
    line-height: 1.15 !important;
}
.vsb-cart-v207-pricegrid small,
.woocommerce .vsb-cart-v207-pricegrid small,
.woocommerce-checkout .vsb-cart-v207-pricegrid small {
    display: block !important;
    color: #777777 !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    font-weight: 850 !important;
    text-transform: uppercase !important;
    letter-spacing: .02em !important;
}
.vsb-cart-v207-pricegrid del,
.vsb-cart-v207-pricegrid strong,
.woocommerce .vsb-cart-v207-pricegrid del,
.woocommerce .vsb-cart-v207-pricegrid strong,
.woocommerce-checkout .vsb-cart-v207-pricegrid del,
.woocommerce-checkout .vsb-cart-v207-pricegrid strong {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #111111 !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
}
.vsb-cart-v207-pricegrid del {
    color: #888888 !important;
    opacity: 1 !important;
}
.vsb-cart-v207-savepill,
.woocommerce .vsb-cart-v207-savepill,
.woocommerce-checkout .vsb-cart-v207-savepill {
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    width: 100% !important;
    padding: 7px 9px !important;
    border-radius: 999px !important;
    background: #111111 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
}
.woocommerce table.shop_table td.product-name .vsb-cart-bundle-details-v207,
.woocommerce-checkout-review-order-table td.product-name .vsb-cart-bundle-details-v207,
.woocommerce-cart-form__cart-item .product-name .vsb-cart-bundle-details-v207 {
    max-width: 100% !important;
}
@media (max-width: 520px) {
    .vsb-cart-bundle-details-v207,
    .woocommerce .vsb-cart-bundle-details-v207,
    .woocommerce-cart .vsb-cart-bundle-details-v207,
    .woocommerce-checkout .vsb-cart-bundle-details-v207 {
        padding: 10px !important;
        border-radius: 16px !important;
    }
    .vsb-cart-v207-metric,
    .woocommerce .vsb-cart-v207-metric,
    .woocommerce-checkout .vsb-cart-v207-metric {
        grid-template-columns: 1fr !important;
        gap: 4px !important;
        text-align: left !important;
    }
    .vsb-cart-v207-metric > strong,
    .woocommerce .vsb-cart-v207-metric > strong,
    .woocommerce-checkout .vsb-cart-v207-metric > strong {
        text-align: left !important;
        white-space: normal !important;
    }
    .vsb-cart-v207-pricegrid,
    .woocommerce .vsb-cart-v207-pricegrid,
    .woocommerce-checkout .vsb-cart-v207-pricegrid {
        grid-template-columns: 1fr !important;
    }
    .vsb-cart-v207-savepill,
    .woocommerce .vsb-cart-v207-savepill,
    .woocommerce-checkout .vsb-cart-v207-savepill {
        grid-column: auto !important;
    }
}

/* v2.0.8 hard isolation layer */
.vsb-isolated-scope {
    isolation: isolate !important;
    font-family: inherit !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
.vsb-isolated-scope,
.vsb-isolated-scope *,
.vsb-isolated-scope *::before,
.vsb-isolated-scope *::after {
    box-sizing: border-box !important;
}
.vsb-isolated-scope button.vsb-tier-button {
    font: inherit !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.vsb-isolated-scope ul.vsb-gift-list,
.vsb-isolated-scope ul.vsb-gift-list li {
    list-style: none !important;
}

/* v2.2.0 defensive isolation: full breakdown must never be visible inside any mini-cart. */
.woocommerce-mini-cart .vsb-cart-bundle-details-v207,
.widget_shopping_cart .vsb-cart-bundle-details-v207,
.elementor-menu-cart__main .vsb-cart-bundle-details-v207,
.ast-site-header-cart .vsb-cart-bundle-details-v207 {
    display: none !important;
}


/* v2.4.0 — base product is visibly part of the complete bundle */
.vsb-builder-front-v240 .vsb-builder-product-role {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    margin-bottom: 2px !important;
    border-radius: 999px !important;
    padding: 3px 8px !important;
    background: rgba(17, 17, 17, .08) !important;
    color: #333 !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
}
.vsb-builder-front-v240 .vsb-builder-product-base {
    border-color: rgba(17, 17, 17, .26) !important;
}
.vsb-builder-front-v240 .vsb-builder-product-base .vsb-builder-product-role {
    background: #111 !important;
    color: #fff !important;
}
