
    @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');
    .bw-widget, .bw-widget *, .bw-widget *::before, .bw-widget *::after { box-sizing: border-box; }
    .bw-widget {
        opacity: 1 !important;
        transition: opacity .15s ease-in;
        margin-top: 10px;
        --bw-accent: #2AAFD3;
        --bw-accent-hover: #1E8FAD;
        --bw-accent-light: #5DC4E0;
        --bw-cta: #E8593C;
        --bw-cta-hover: #D14832;
        --bw-amber: #F4A623;
        --bw-navy: #1B2A4A;
        --bw-navy-light: #2D3E5F;
        --bw-text: #1B2A4A;
        --bw-muted: #6B7B8D;
        --bw-muted-light: #94A3B8;
        --bw-border: #E4DFD8;
        --bw-grey-bg: #F0EEE9;
        --bw-radius: 14px;
        max-width: 500px;
        width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
        font-size: 14px;
        line-height: 1.5;
        color: var(--bw-text);
        -webkit-font-smoothing: antialiased;
    }

    /* Product Tagline (grid description) — sits OUTSIDE .bw-widget so TranslatePress can translate it */
    .bw-tagline-wrap {
        max-width: 500px;
        width: 100%;
        margin: 10px 0 0 0;
        font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    }
    .bw-tagline-wrap + .bw-widget {
        margin-top: 8px;
    }
    .bw-tagline {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        color: #6B7B8D;
        margin: 0;
        letter-spacing: 0.1px;
    }

    /* Promo Price */
    .bw-promo-price {
        display: flex; align-items: baseline; gap: 6px;
        margin-bottom: 10px;
    }
    .bw-promo-was {
        font-size: 14px; font-weight: 600; color: var(--bw-muted-light);
        text-decoration: line-through;
    }
    .bw-promo-now {
        font-size: 20px; font-weight: 800; color: var(--bw-navy);
        letter-spacing: -0.5px;
    }

    /* Urgency Banner */
    .bw-urgency-banner {
        display: flex; align-items: center; justify-content: center; gap: 10px;
        background: linear-gradient(135deg, var(--bw-navy), var(--bw-navy-light));
        color: #fff; padding: 8px 14px; border-radius: var(--bw-radius); margin-bottom: 10px;
    }
    .bw-urgency-label { font-size: 12px; font-weight: 600; letter-spacing: 0.5px; }
    .bw-countdown {
        font-size: 14px; font-weight: 700; font-family: 'SF Mono', 'Courier New', monospace;
        background: rgba(255,255,255,.15); padding: 3px 8px; border-radius: 8px; letter-spacing: 1px;
        color: #fff;
    }
    .bw-countdown-ms {
        font-size: 11px; opacity: 0.6;
    }

    /* Social Proof */
    .bw-social-proof {
        display: flex; align-items: center; gap: 8px;
        padding: 8px 12px;
        background: linear-gradient(135deg, var(--bw-navy), var(--bw-navy-light));
        border: none; border-radius: 8px; margin-bottom: 8px;
        font-size: 13px; color: #fff; font-weight: 600;
    }
    .bw-social-proof svg { flex-shrink: 0; stroke: var(--bw-accent-light); }

    /* Variation Selector */
    .bw-variation-selector { margin-bottom: 10px; }
    .bw-variation-field { margin-bottom: 8px; }
    .bw-variation-field:last-child { margin-bottom: 0; }
    .bw-variation-label {
        font-size: 11px; font-weight: 700; color: var(--bw-navy);
        text-transform: uppercase; letter-spacing: 1px;
        margin-bottom: 6px; display: block;
    }
    .bw-variation-select {
        width: 100%; padding: 12px 40px 12px 16px;
        border: 2px solid var(--bw-border); border-radius: 50px;
        font-family: inherit; font-size: 14px; font-weight: 600;
        color: var(--bw-navy); background: #fff;
        -webkit-appearance: none; -moz-appearance: none; appearance: none;
        cursor: pointer; transition: border-color 0.3s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231B2A4A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 16px center;
    }
    .bw-variation-select:focus {
        border-color: var(--bw-accent); outline: none;
        box-shadow: 0 0 0 3px rgba(42,175,211,0.1);
    }
    .bw-variation-select:invalid, .bw-variation-select option[value=""] { color: var(--bw-muted); }
    @media (max-width: 380px) {
        .bw-variation-select { padding: 10px 36px 10px 14px; font-size: 13px; }
        .bw-variation-label { font-size: 10px; }
    }
    @media (max-width: 340px) {
        .bw-variation-select { padding: 8px 32px 8px 12px; font-size: 12px; border-width: 1.5px; }
        .bw-variation-label { font-size: 9px; }
    }

    /* Bundle Options — Vibrant 3-Column Cards */
    .bw-bundle-form { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 10px; }
    .bw-bundle-option {
        position: relative;
        display: flex; flex-direction: column; align-items: center;
        background: #fff;
        border: 2px solid var(--bw-border); border-radius: var(--bw-radius);
        padding: 22px 10px 14px; cursor: pointer;
        transition: all 0.3s ease;
        text-align: center; gap: 4px;
        font-family: inherit;
    }
    .bw-bundle-option:hover {
        border-color: rgba(42,175,211,0.25);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px -8px rgba(27,42,74,.1);
    }
    .bw-bundle-option.bw-selected {
        border-color: var(--bw-accent);
        background: linear-gradient(180deg, var(--bw-grey-bg) 0%, rgba(42,175,211,0.06) 100%);
        box-shadow: 0 8px 28px -8px rgba(42,175,211,.2);
        transform: translateY(-2px);
    }

    /* Card badge — gradient pill */
    .bw-card-badge {
        position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
        background: var(--bw-amber);
        color: var(--bw-navy);
        font-size: 9px; font-weight: 700; text-transform: uppercase;
        padding: 3px 12px; border-radius: 100px; white-space: nowrap;
        letter-spacing: 0.8px; line-height: 1;
        box-shadow: 0 4px 12px rgba(244,166,35,.35);
    }

    /* Qty number */
    .bw-card-qty {
        font-size: 32px; font-weight: 800; color: var(--bw-navy);
        line-height: 1; letter-spacing: -1px;
        transition: color 0.3s ease;
    }
    .bw-selected .bw-card-qty { color: var(--bw-accent); }
    .bw-card-subtitle { font-size: 12px; color: var(--bw-muted); font-weight: 500; }

    /* Pricing inside card */
    .bw-card-pricing { display: flex; flex-direction: column; align-items: center; gap: 1px; margin-top: 4px; }
    .bw-card-price-current {
        font-size: 16px; font-weight: 800; color: var(--bw-navy); display: block;
        transition: color 0.3s ease;
    }
    .bw-selected .bw-card-price-current { color: var(--bw-cta); }
    .bw-card-price-original { font-size: 11px; color: var(--bw-muted-light); text-decoration: line-through; display: block; }
    .bw-card-price-ea { font-size: 10px; font-weight: 500; color: var(--bw-muted); margin-left: 1px; }

    /* Save tag at bottom */
    .bw-card-save-tag {
        font-size: 11px; font-weight: 600; color: var(--bw-navy);
        background: rgba(244,166,35,0.15); border: 1px solid rgba(244,166,35,0.3);
        padding: 3px 10px; border-radius: 100px; letter-spacing: 1px; margin-top: 2px;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }
    .bw-selected .bw-card-save-tag {
        background: var(--bw-amber); border-color: var(--bw-amber);
        color: var(--bw-navy);
        box-shadow: 0 2px 8px rgba(244,166,35,0.3);
    }

    /* Tier Detail Card (below cards) */
    .bw-tier-detail {
        background: var(--bw-grey-bg); border: 1px solid var(--bw-border); border-radius: 12px;
        padding: 14px 16px; display: flex; justify-content: space-between; align-items: center;
        transition: all 0.3s ease; margin-top: 8px;
    }
    .bw-tier-detail-left { display: flex; flex-direction: column; gap: 2px; }
    .bw-tier-detail-price { font-size: 24px; font-weight: 800; color: var(--bw-navy); letter-spacing: -0.5px; line-height: 1; }
    .bw-tier-detail-per { font-size: 12px; color: var(--bw-muted); font-weight: 500; }
    .bw-tier-detail-right { text-align: right; display: flex; flex-direction: column; gap: 2px; }
    .bw-tier-detail-was { font-size: 13px; color: var(--bw-muted-light); text-decoration: line-through; }
    .bw-tier-detail-save { font-size: 12px; font-weight: 700; color: var(--bw-accent); }
    .bw-tier-detail-save strong { font-weight: 800; }

    @media (max-width: 480px) {
        .bw-bundle-form { gap: 6px; }
        .bw-bundle-option { padding: 18px 8px 12px; }
        .bw-card-qty { font-size: 28px; }
        .bw-card-price-current { font-size: 14px; }
        .bw-card-price-original { font-size: 10px; }
        .bw-card-badge { font-size: 8px; padding: 2px 8px; top: -9px; }
        .bw-card-save-tag { font-size: 9px; padding: 2px 8px; }
        .bw-tier-detail-price { font-size: 22px; }
    }
    @media (max-width: 380px) {
        .bw-bundle-form { gap: 5px; }
        .bw-bundle-option { padding: 14px 6px 10px; border-radius: 10px; }
        .bw-card-qty { font-size: 24px; }
        .bw-card-subtitle { font-size: 11px; }
        .bw-card-price-current { font-size: 12px; }
        .bw-card-price-original { font-size: 9px; }
        .bw-card-price-per { font-size: 9px; }
        .bw-card-badge { font-size: 7px; padding: 2px 7px; top: -8px; }
        .bw-card-save-tag { font-size: 8px; padding: 2px 7px; }
        .bw-tier-detail { padding: 10px 12px; border-radius: 10px; }
        .bw-tier-detail-price { font-size: 20px; }
    }
    @media (max-width: 340px) {
        .bw-bundle-form { gap: 4px; }
        .bw-bundle-option { padding: 12px 4px 8px; border-radius: 9px; border-width: 1.5px; }
        .bw-card-qty { font-size: 20px; }
        .bw-card-subtitle { font-size: 10px; }
        .bw-card-price-current { font-size: 11px; }
        .bw-card-price-original { font-size: 8px; }
        .bw-card-badge { font-size: 6px; padding: 1.5px 5px; top: -7px; }
        .bw-card-save-tag { font-size: 7px; padding: 1.5px 5px; }
        .bw-tier-detail { padding: 8px 10px; border-radius: 9px; }
        .bw-tier-detail-price { font-size: 17px; }
    }

    /* Extra Quantity Adjuster */
    .bw-extra-qty {
        display: flex; align-items: center; justify-content: space-between;
        padding: 10px 14px; margin-top: 8px;
        background: var(--bw-grey-bg); border: 1px solid var(--bw-border);
        border-radius: 10px;
    }
    .bw-extra-qty-left { display: flex; flex-direction: column; gap: 2px; }
    .bw-extra-qty-label { font-size: 13px; font-weight: 600; color: var(--bw-navy); }
    .bw-extra-qty-total-label { font-size: 12px; color: var(--bw-accent); font-weight: 500; }
    .bw-extra-qty-total-label strong { font-weight: 800; }
    .bw-extra-qty-control {
        display: inline-flex; align-items: center;
        border: 2px solid var(--bw-border); border-radius: 8px; overflow: hidden; background: #fff;
    }
    .bw-extra-qty-minus, .bw-extra-qty-plus {
        width: 34px; height: 34px; border: none; background: #fff;
        cursor: pointer; font-size: 18px; font-weight: 700; color: var(--bw-navy);
        display: flex; align-items: center; justify-content: center;
        transition: background .2s; touch-action: manipulation;
    }
    .bw-extra-qty-minus:hover, .bw-extra-qty-plus:hover { background: var(--bw-grey-bg); }
    .bw-extra-qty-value {
        width: 40px; height: 34px; text-align: center; font-size: 15px; font-weight: 700;
        color: var(--bw-navy); line-height: 34px; user-select: none;
        border-left: 1px solid var(--bw-border); border-right: 1px solid var(--bw-border);
    }
    @media (max-width: 380px) {
        .bw-extra-qty { padding: 8px 12px; border-radius: 8px; }
        .bw-extra-qty-label { font-size: 12px; }
        .bw-extra-qty-minus, .bw-extra-qty-plus { width: 30px; height: 30px; font-size: 16px; }
        .bw-extra-qty-value { width: 36px; height: 30px; font-size: 14px; line-height: 30px; }
    }

    /* Below-cards section (stock warning, buttons, trust, etc.) */
    .bw-bundle-below { display: flex; flex-direction: column; gap: 6px; }

    /* Purchase Tabs — Animated Pill */
    .bw-bundle-contents { margin: 4px 0 14px; }
    .bw-bundle-contents .iev-bundle-contents { margin: 0; }
    .bw-bundle-contents .iev-bundle-item { min-height: 46px; padding: 6px 12px; }
    .bw-bundle-contents .iev-bundle-thumb { flex-basis: 34px; width: 34px; height: 34px; }
    .bw-bundle-contents .iev-bundle-name { font-size: 13px; }
    .bw-purchase-tabs {
        display: flex; gap: 0; margin: 0 0 12px;
        background: var(--bw-grey-bg);
        border: 1px solid var(--bw-border);
        border-radius: var(--bw-radius);
        padding: 4px;
        position: relative;
    }
    .bw-pill-slider {
        position: absolute; top: 4px; bottom: 4px; left: 4px;
        width: calc(50% - 4px);
        background: #fff; border-radius: 11px;
        box-shadow: 0 2px 10px rgba(27,42,74,0.08), 0 0 0 1px rgba(27,42,74,0.03);
        transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 0;
    }
    .bw-purchase-tabs.bw-pill-right .bw-pill-slider { left: 50%; }
    .bw-tab {
        flex: 1; padding: 14px 16px;
        border: none; border-radius: 11px;
        background: transparent; cursor: pointer;
        font-family: inherit;
        font-size: 14px; font-weight: 600; color: var(--bw-muted);
        display: flex; flex-direction: column; align-items: center; gap: 4px;
        transition: color 0.3s ease;
        position: relative; z-index: 1;
    }
    .bw-tab:hover:not(.bw-tab-active) { color: var(--bw-navy); }
    .bw-tab-active { color: var(--bw-navy); font-weight: 700; }
    .bw-tab-save {
        display: inline-flex; align-items: center; gap: 4px;
        font-size: 11px; font-weight: 600;
        color: var(--bw-navy);
        background: var(--bw-amber);
        border: none;
        padding: 2px 10px;
        border-radius: 100px;
        letter-spacing: 1px; text-transform: uppercase;
    }
    .bw-tab-active .bw-tab-save {
        background: var(--bw-amber);
        color: var(--bw-navy);
        box-shadow: 0 2px 8px rgba(244,166,35,0.3);
    }

    /* Autoship Panel */
    .bw-autoship-panel { margin-bottom: 10px; }
    .bw-autoship-price-card { background: var(--bw-grey-bg); border: 2px solid var(--bw-border); border-radius: var(--bw-radius); padding: 18px; margin-bottom: 12px; }
    .bw-autoship-price-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
    .bw-autoship-price-main { display: flex; align-items: baseline; gap: 4px; }
    .bw-autoship-unit-price { font-size: 28px; font-weight: 800; color: var(--bw-navy); }
    .bw-autoship-per { font-size: 13px; color: #4b5563; }
    .bw-autoship-price-compare { text-align: right; }
    .bw-autoship-original { text-decoration: line-through; color: #9ca3af; font-size: 15px; display: block; }
    .bw-autoship-save-badge { display: inline-block; background: var(--bw-amber); color: var(--bw-navy); font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 100px; margin-top: 2px; letter-spacing: 1px; text-transform: uppercase; }
    .bw-autoship-qty-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-top: 1px solid var(--bw-border); border-bottom: 1px solid var(--bw-border); }
    .bw-autoship-qty-label { font-size: 14px; font-weight: 600; color: #374151; }
    .bw-autoship-qty-control { display: inline-flex; align-items: center; border: 2px solid #d1d5db; border-radius: 8px; overflow: hidden; background: #fff; max-width: 120px; }
    .bw-qty-minus, .bw-qty-plus { width: 36px; height: 36px; border: none; background: #f9fafb; cursor: pointer; font-size: 18px; font-weight: 700; color: #374151; display: flex; align-items: center; justify-content: center; touch-action: manipulation; -webkit-tap-highlight-color: transparent; user-select: none; -webkit-user-select: none; }
    .bw-qty-minus:hover, .bw-qty-plus:hover { background: #e5e7eb; }
    .bw-autoship-qty { width: 40px; height: 36px; border: none; border-left: 1px solid #e5e7eb; border-right: 1px solid #e5e7eb; text-align: center; font-size: 16px; font-weight: 700; color: #111827; -moz-appearance: textfield; appearance: textfield; background: #fff; }
    .bw-autoship-qty::-webkit-inner-spin-button, .bw-autoship-qty::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; display: none; }
    .bw-autoship-total-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0 4px; font-size: 15px; color: #374151; }
    .bw-autoship-total { font-size: 20px; font-weight: 800; color: var(--bw-navy); }
    .bw-autoship-savings-row { padding: 4px 0 0; }
    .bw-autoship-you-save { font-size: 13px; color: var(--bw-accent); }
    .bw-autoship-benefits { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
    .bw-autoship-benefit { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--bw-text); }
    .bw-autoship-benefit svg { color: var(--bw-accent); flex-shrink: 0; }
    /* Receipt-style cards (one-time qty + subscription): Navy/Slate on Dancer Cloud, no borders */
    .bw-receipt-card { background: var(--bw-grey-bg) !important; border: none !important; border-radius: var(--bw-radius); padding: 20px 22px 18px !important; text-align: left; display: block !important; font-feature-settings: 'tnum' 1, 'lnum' 1; }
    .bw-receipt-card:hover { box-shadow: none; border-color: transparent; }
    .bw-receipt-eyebrow { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--bw-muted); line-height: 1; margin-bottom: 14px; }
    .bw-receipt-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--bw-accent); flex: none; }
    .bw-receipt-dot.is-navy { background: var(--bw-navy); }
    .bw-receipt-qty { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 12px; }
    .bw-receipt-qty > span { font-size: 13px; color: var(--bw-muted); }
    .bw-receipt-card .bw-autoship-qty-control, .bw-receipt-card .bw-qty-card-right { border-color: rgba(27,42,74,0.18); }
    .bw-receipt-card .bw-qty-minus, .bw-receipt-card .bw-qty-plus, .bw-receipt-card .bw-qty-sel-minus, .bw-receipt-card .bw-qty-sel-plus { color: var(--bw-navy); }
    .bw-receipt-card .bw-autoship-qty, .bw-receipt-card .bw-qty-sel-display { color: var(--bw-navy); }
    .bw-receipt-hero { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; margin-bottom: 10px; }
    .bw-receipt-card .bw-receipt-hero-label { font-size: 16px; font-weight: 600; color: var(--bw-navy); line-height: 1.2; }
    .bw-receipt-card .bw-receipt-hero-value { font-size: 34px; font-weight: 800; color: var(--bw-navy); line-height: 1; letter-spacing: -0.8px; white-space: nowrap; }
    .bw-receipt-row { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--bw-muted); margin-top: 5px; }
    .bw-receipt-row.is-strong { color: var(--bw-navy); font-weight: 700; }
    .bw-receipt-row .is-strike { text-decoration: line-through; text-decoration-thickness: 1.5px; white-space: nowrap; }
    .bw-receipt-row .is-navy { color: var(--bw-navy); font-weight: 700; }
    .bw-receipt-row .is-muted { color: var(--bw-muted); font-weight: 600; }
    .bw-receipt-card .bw-receipt-row .bw-autoship-unit-price { font-size: 13px; font-weight: 600; color: var(--bw-navy); }
    .bw-receipt-card .bw-receipt-row .bw-autoship-original { display: inline; font-size: inherit; color: inherit; }
    .bw-receipt-divider { height: 1px; background: rgba(27,42,74,0.12); margin: 14px 0; }
    .bw-receipt-note { font-size: 13px; color: var(--bw-navy); line-height: 1.5; }
    @media (max-width: 480px) { .bw-receipt-card { padding: 16px 16px 14px !important; } .bw-receipt-card .bw-receipt-hero-value { font-size: 28px; } }
    /* Subscribe Now — matches .bw-buy-now-btn (primary action style) */
    .bw-subscribe-btn {
        flex: 1; width: 100%;
        background: var(--bw-cta) !important;
        color: #fff !important; border: none !important; border-radius: 50px;
        padding: 16px 20px; font-size: 13px; font-weight: 700; cursor: pointer;
        transition: all 0.3s ease; letter-spacing: 0.5px;
        box-shadow: 0 8px 24px -8px rgba(232,89,60,.3);
        display: flex; align-items: center; justify-content: center; gap: 8px;
        font-family: inherit;
    }
    .bw-subscribe-btn:hover {
        background: var(--bw-cta-hover) !important;
        transform: translateY(-2px);
        box-shadow: 0 12px 32px -8px rgba(42,175,211,.35);
    }
    .bw-subscribe-btn:active { transform: scale(.98); }
    .bw-subscribe-btn svg { stroke: #fff; }
    /* Add Subscription to Cart — matches .bw-add-to-cart-btn (secondary action style) */
    .bw-subscribe-cart-btn {
        flex: 1; width: 100%;
        display: flex; align-items: center; justify-content: center; gap: 8px;
        background: #fff !important; color: var(--bw-navy) !important;
        border: 2px solid var(--bw-navy) !important; border-radius: 50px;
        padding: 14px 20px; font-size: 14px; font-weight: 700; cursor: pointer;
        transition: background .25s, color .25s; letter-spacing: 0.5px;
        font-family: inherit;
    }
    .bw-subscribe-cart-btn:hover { background: var(--bw-navy) !important; color: #fff !important; }
    .bw-subscribe-cart-btn:hover svg { stroke: #fff; }
    .bw-subscribe-cart-btn svg { stroke: var(--bw-navy); transition: stroke .25s; }
    .bw-subscribe-cart-btn.bw-loading { opacity: .6; pointer-events: none; }
    .bw-subscribe-cart-btn.bw-added { background: var(--bw-navy) !important; color: #fff !important; }
    .bw-subscribe-cart-btn.bw-added svg { stroke: #fff; }

    /* Quantity Selector Card */
    .bw-qty-selector { margin-bottom: 10px; }
    .bw-qty-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border: 2px solid var(--bw-border);
        border-radius: var(--bw-radius);
        padding: 12px 12px 12px 18px;
        transition: border-color .3s ease, box-shadow .3s ease;
    }
    .bw-qty-card:hover {
        border-color: rgba(42,175,211,0.2);
        box-shadow: 0 4px 16px -4px rgba(27,42,74,.06);
    }
    .bw-qty-card-left {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
    .bw-qty-card-label {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--bw-muted);
    }
    .bw-qty-card-total {
        font-size: 18px;
        font-weight: 800;
        color: var(--bw-navy);
        letter-spacing: -0.5px;
        line-height: 1;
    }
    /* Quantity control — unified with subscription mode's .bw-autoship-qty-control style.
       Both one-time and subscribe now use the same bordered-rectangle layout with identical buttons. */
    .bw-qty-card-right {
        display: inline-flex;
        align-items: center;
        border: 2px solid #d1d5db;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        max-width: 120px;
    }
    .bw-qty-sel-minus, .bw-qty-sel-plus {
        width: 36px; height: 36px;
        border: none;
        background: #f9fafb;
        cursor: pointer;
        font-size: 18px;
        font-weight: 700;
        color: #374151;
        display: flex; align-items: center; justify-content: center;
        transition: background .2s ease;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
        -webkit-user-select: none;
        border-radius: 0;
        box-shadow: none;
    }
    .bw-qty-sel-minus:hover, .bw-qty-sel-plus:hover {
        background: #e5e7eb;
        color: #374151;
        transform: none;
        box-shadow: none;
    }
    .bw-qty-sel-minus:hover svg, .bw-qty-sel-plus:hover svg { stroke: #374151; }
    .bw-qty-sel-minus:active, .bw-qty-sel-plus:active { transform: none; box-shadow: none; background: #e5e7eb; }
    .bw-qty-sel-minus svg, .bw-qty-sel-plus svg { stroke: currentColor; width: 14px; height: 14px; }
    .bw-qty-sel-display {
        min-width: 40px;
        width: 40px;
        height: 36px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #111827;
        letter-spacing: 0;
        user-select: none;
        line-height: 36px;
        border-left: 1px solid #e5e7eb;
        border-right: 1px solid #e5e7eb;
        background: #fff;
        box-sizing: border-box;
    }
    @media (max-width: 480px) {
        .bw-qty-card { padding: 10px 10px 10px 14px; }
        .bw-qty-card-total { font-size: 16px; }
        .bw-qty-sel-minus, .bw-qty-sel-plus { width: 34px; height: 34px; font-size: 17px; }
        .bw-qty-sel-display { min-width: 38px; width: 38px; font-size: 15px; line-height: 34px; height: 34px; }
    }
    @media (max-width: 380px) {
        .bw-qty-card { padding: 8px 8px 8px 12px; border-radius: 10px; }
        .bw-qty-card-label { font-size: 10px; letter-spacing: 0.8px; }
        .bw-qty-card-total { font-size: 15px; }
        .bw-qty-sel-minus, .bw-qty-sel-plus { width: 32px; height: 32px; font-size: 16px; }
        .bw-qty-sel-minus svg, .bw-qty-sel-plus svg { width: 12px; height: 12px; }
        .bw-qty-sel-display { min-width: 36px; width: 36px; font-size: 14px; line-height: 32px; height: 32px; }
    }
    @media (max-width: 340px) {
        .bw-qty-card { padding: 7px 6px 7px 10px; border-radius: 9px; border-width: 1.5px; }
        .bw-qty-card-label { font-size: 9px; }
        .bw-qty-card-total { font-size: 13px; }
        .bw-qty-sel-minus, .bw-qty-sel-plus { width: 28px; height: 28px; font-size: 14px; }
        .bw-qty-sel-minus svg, .bw-qty-sel-plus svg { width: 11px; height: 11px; }
        .bw-qty-sel-display { min-width: 32px; width: 32px; font-size: 13px; line-height: 28px; height: 28px; }
    }

    /* Buttons — unified sizing between one-time and subscription */
    .bw-buttons { display: flex; gap: 8px; margin-top: 2px; }
    /* Add to Cart — matches .bw-subscribe-cart-btn (secondary action style) */
    .bw-add-to-cart-btn {
        flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
        background: #fff !important; color: var(--bw-navy) !important;
        border: 2px solid var(--bw-navy) !important; border-radius: 50px;
        padding: 14px 20px; font-size: 14px; font-weight: 700; cursor: pointer;
        transition: background .25s, color .25s; letter-spacing: 0.5px;
        font-family: inherit;
    }
    .bw-add-to-cart-btn:hover { background: var(--bw-navy) !important; color: #fff !important; }
    .bw-add-to-cart-btn:hover svg { stroke: #fff; }
    .bw-add-to-cart-btn svg { stroke: var(--bw-navy); transition: stroke .25s; }
    .bw-add-to-cart-btn.bw-loading { opacity: .6; pointer-events: none; }
    .bw-add-to-cart-btn.bw-added { background: var(--bw-navy) !important; color: #fff !important; }
    .bw-add-to-cart-btn.bw-added svg { stroke: #fff; }

    /* Buy Now — matches .bw-subscribe-btn (primary action style) */
    .bw-buy-now-btn {
        flex: 1; width: 100%;
        background: var(--bw-cta) !important;
        color: #fff !important; border: none !important; border-radius: 50px;
        padding: 16px 20px; font-size: 13px; font-weight: 700; cursor: pointer;
        transition: all 0.3s ease; letter-spacing: 0.5px;
        box-shadow: 0 8px 24px -8px rgba(232,89,60,.3);
        display: flex; align-items: center; justify-content: center; gap: 8px;
        font-family: inherit;
    }
    .bw-buy-now-btn:hover {
        background: var(--bw-cta-hover) !important;
        transform: translateY(-2px);
        box-shadow: 0 12px 32px -8px rgba(232,89,60,.4);
    }
    .bw-buy-now-btn:active { transform: scale(.98); }
    .bw-buy-now-btn.bw-loading { opacity: .7; pointer-events: none; cursor: wait; }

    /* ═══════════════════════════════════════════
       LOADING SPINNER for all primary action buttons
       Shows a spinning ring when .bw-loading is applied to a button.
       Button text gets visually hidden while the spinner shows.
       ═══════════════════════════════════════════ */
    @keyframes bw-spin { to { transform: rotate(360deg); } }
    .bw-buy-now-btn.bw-loading,
    .bw-subscribe-btn.bw-loading,
    .bw-add-to-cart-btn.bw-loading,
    .bw-subscribe-cart-btn.bw-loading {
        position: relative;
        color: transparent !important;
        pointer-events: none !important;
        cursor: wait !important;
    }
    .bw-buy-now-btn.bw-loading > *,
    .bw-subscribe-btn.bw-loading > *,
    .bw-add-to-cart-btn.bw-loading > *,
    .bw-subscribe-cart-btn.bw-loading > * { visibility: hidden; }
    .bw-buy-now-btn.bw-loading::after,
    .bw-subscribe-btn.bw-loading::after,
    .bw-add-to-cart-btn.bw-loading::after,
    .bw-subscribe-cart-btn.bw-loading::after {
        content: '';
        position: absolute;
        top: 50%; left: 50%;
        width: 20px; height: 20px;
        margin: -10px 0 0 -10px;
        border: 2.5px solid rgba(255, 255, 255, 0.35);
        border-top-color: #fff;
        border-radius: 50%;
        animation: bw-spin .7s linear infinite;
        visibility: visible !important;
    }
    /* On outlined secondary buttons, the spinner needs to be navy instead of white */
    .bw-add-to-cart-btn.bw-loading::after,
    .bw-subscribe-cart-btn.bw-loading::after {
        border-color: rgba(27, 42, 74, 0.2);
        border-top-color: var(--bw-navy);
    }

    /* Amazon Button — redesigned */
    .bw-buttons-stacked { flex-direction: column; gap: 6px; }
    .bw-buy-now-full { width: 100%; }
    .bw-buttons-stacked .bw-add-to-cart-btn { width: 100%; }
    .bw-amazon-btn {
        width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px;
        background: linear-gradient(180deg, #FFD814 0%, #F7B708 100%) !important;
        color: #0F1111 !important;
        border: 1px solid #C79907 !important; border-radius: 100px;
        padding: 14px 20px; font-size: 14px; font-weight: 700; cursor: pointer;
        transition: all .2s; letter-spacing: 0.2px;
        text-decoration: none !important;
        box-shadow: 0 2px 5px rgba(213,161,0,.2);
    }
    .bw-amazon-btn:hover {
        background: linear-gradient(180deg, #F7CA00 0%, #E8A704 100%) !important;
        box-shadow: 0 4px 12px rgba(213,161,0,.3);
    }
    .bw-amazon-btn:active { transform: scale(.98); }
    .bw-amazon-icon { flex-shrink: 0; width: 16px; height: 16px; }
    .bw-amazon-ext { flex-shrink: 0; stroke: #0F1111; opacity: .45; }

    /* Contact Card — grouped Phone + WhatsApp */
    .bw-contact-card {
        background: var(--bw-grey-bg); border: 1px solid var(--bw-border);
        border-radius: var(--bw-radius); padding: 14px; margin-top: 2px;
    }
    .bw-contact-card-title {
        display: flex; align-items: center; gap: 8px;
        font-size: 13px; font-weight: 700; color: var(--bw-text);
        margin-bottom: 10px; letter-spacing: -0.2px;
    }
    .bw-contact-card-title svg { stroke: var(--bw-accent); flex-shrink: 0; }
    .bw-contact-options { display: flex; flex-direction: column; gap: 8px; }
    .bw-phone-link {
        display: flex; align-items: center; gap: 8px;
        padding: 8px 12px; background: #fff;
        border: 1px solid var(--bw-border); border-radius: 10px;
        text-decoration: none !important; color: var(--bw-text) !important;
        transition: border-color .2s, box-shadow .2s;
    }
    .bw-phone-link:hover {
        border-color: var(--bw-accent); box-shadow: 0 4px 12px -4px rgba(42,175,211,.15);
    }
    .bw-phone-icon {
        width: 28px; height: 28px; border-radius: 8px;
        background: rgba(42,175,211,0.08);
        display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .bw-phone-icon svg { stroke: var(--bw-accent); }
    .bw-phone-country { font-size: 12px; font-weight: 600; color: var(--bw-muted); min-width: 90px; }
    .bw-phone-number { font-size: 14px; font-weight: 700; color: var(--bw-accent); letter-spacing: 0.3px; margin-left: auto; }

    /* WhatsApp Button (inside contact card) */
    .bw-whatsapp-btn {
        display: flex; align-items: center; justify-content: center; gap: 10px;
        width: 100%;
        background: #25D366 !important; color: #fff !important;
        border: none !important; border-radius: 10px;
        padding: 12px 20px; font-size: 14px; font-weight: 700; cursor: pointer;
        transition: background .25s, transform .1s, box-shadow .25s;
        letter-spacing: 0.3px; text-decoration: none !important;
        box-shadow: 0 4px 14px -4px rgba(37,211,102,.35);
    }
    .bw-whatsapp-btn:hover { background: #1EBE5A !important; transform: translateY(-1px); box-shadow: 0 8px 24px -4px rgba(37,211,102,.45); }
    .bw-whatsapp-btn:active { transform: scale(.98); }
    .bw-whatsapp-btn svg { flex-shrink: 0; fill: #fff; }

    /* Klarna Strip — Shop Pay-style */
    .bw-klarna-strip {
        display: flex; align-items: center; justify-content: center; gap: 5px;
        padding: 0; margin-top: -2px;
    }
    .bw-klarna-text { font-size: 12px; font-weight: 500; color: var(--bw-muted); }
    .bw-klarna-amount { font-weight: 700; color: var(--bw-text); }
    .bw-klarna-pill {
        display: inline-block;
        background: #FFB3C7; color: #17120F;
        font-size: 11px; font-weight: 800; letter-spacing: -0.3px;
        padding: 2px 8px; border-radius: 6px;
        font-style: italic;
    }

    /* Trust Badges — Numbers That Matter */
    .bw-trust-badges {
        display: flex; justify-content: space-between; gap: 8px;
        padding: 12px 14px; background: var(--bw-grey-bg); border-radius: var(--bw-radius); margin-top: 2px;
    }
    .bw-trust-badge { display: flex; flex-direction: column; align-items: center; gap: 4px; flex: 1; text-align: center; }
    .bw-trust-icon {
        width: 28px; height: 28px; border-radius: 8px;
        background: rgba(42,175,211,0.08);
        display: flex; align-items: center; justify-content: center;
    }
    .bw-trust-icon svg { width: 16px; height: 16px; stroke: var(--bw-accent); }
    .bw-trust-value { font-size: 14px; font-weight: 800; color: var(--bw-navy); letter-spacing: -0.3px; line-height: 1; }
    .bw-trust-label { font-size: 9px; font-weight: 600; color: var(--bw-muted); text-transform: uppercase; letter-spacing: 0.5px; line-height: 1; }

    /* Stock Warning — Amber urgency */
    .bw-stock-warning {
        display: flex; align-items: center; justify-content: center; gap: 8px;
        padding: 8px 12px; background: #FFF7ED; border: 1px solid #FED7AA;
        border-radius: 8px; font-size: 12px; color: #92400E; font-weight: 600;
    }
    .bw-stock-warning svg { width: 16px; height: 16px; flex-shrink: 0; fill: #F59E0B; }

    /* Per-location inventory: unavailable note, pickup line, greyed tiers / buttons.
       Everything here is scoped to classes the widget only adds for location-managed
       products, so other products render exactly as before. */
    .bw-inv-note, .bw-buy-error {
        margin: 0 0 12px; padding: 10px 14px; border-radius: 12px;
        background: var(--bw-grey-bg); color: var(--bw-navy);
        font-size: 14px; font-weight: 700; text-align: center;
    }
    .bw-buy-error { background: #FDECE8; color: #9A2E1A; font-weight: 600; font-size: 13px; }
    .bw-inv-pickup {
        display: flex; align-items: center; justify-content: center; gap: 6px;
        margin: 0 0 12px; font-size: 12px; color: var(--bw-muted); text-align: center;
    }
    .bw-inv-pickup svg { flex-shrink: 0; color: var(--bw-accent); }
    .bw-inv-pickup strong { color: var(--bw-navy); font-weight: 600; }
    .bw-bundle-option.bw-tier-unavailable,
    .bw-bundle-option.bw-tier-unavailable:hover {
        opacity: .45; cursor: not-allowed; transform: none; box-shadow: none;
        border-color: var(--bw-border); filter: grayscale(1);
    }
    .bw-card-inv-note { font-size: 10px; font-weight: 600; color: var(--bw-muted); line-height: 1.2; margin-top: 2px; }
    .bw-widget.bw-inv-out .bw-card-inv-note { display: none !important; }
    .bw-widget.bw-inv-out .bw-bundle-form,
    .bw-widget.bw-inv-out .bw-extra-qty,
    .bw-widget.bw-inv-out .bw-qty-selector,
    .bw-widget.bw-inv-out .bw-autoship-price-card,
    .bw-widget.bw-inv-out .bw-autoship-freq-picker { opacity: .45; filter: grayscale(1); pointer-events: none; }
    .bw-widget.bw-inv-out .bw-buy-now-btn[disabled],
    .bw-widget.bw-inv-out .bw-add-to-cart-btn[disabled],
    .bw-widget.bw-inv-out .bw-subscribe-btn[disabled],
    .bw-widget.bw-inv-out .bw-subscribe-cart-btn[disabled] { opacity: .5; cursor: not-allowed; }

    /* Free Shipping Progress Bar */
    .bw-shipping-bar {
        padding: 10px 14px;
        background: var(--bw-grey-bg);
        border: 1px solid var(--bw-border);
        border-radius: 12px;
        transition: all 0.3s ease;
    }
    .bw-shipping-bar.bw-fs-achieved {
        background: var(--bw-grey-bg);
        border-color: var(--bw-accent);
        border-width: 1.5px;
    }
    .bw-shipping-bar-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .bw-shipping-bar-left {
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 0;
    }
    .bw-shipping-bar-icon {
        width: 28px; height: 28px; border-radius: 8px;
        display: flex; align-items: center; justify-content: center; flex-shrink: 0;
        background: rgba(42,175,211,0.08);
        color: var(--bw-accent);
    }
    .bw-shipping-bar.bw-fs-achieved .bw-shipping-bar-icon {
        background: var(--bw-accent);
        color: #fff;
    }
    .bw-shipping-bar-msg {
        font-size: 12px; color: var(--bw-navy); font-weight: 600; line-height: 1.3;
    }
    .bw-shipping-bar-pill {
        flex-shrink: 0;
        font-size: 10px; font-weight: 700; letter-spacing: 0.5px;
        padding: 3px 10px; border-radius: 100px;
        white-space: nowrap;
    }
    .bw-shipping-bar-pill-pct {
        background: rgba(27,42,74,0.06); color: var(--bw-navy);
    }
    .bw-shipping-bar-pill-done {
        background: rgba(42,175,211,0.08); color: var(--bw-accent);
        border: 1px solid rgba(42,175,211,0.15);
    }
    .bw-shipping-bar-track {
        background: var(--bw-border);
        border-radius: 99px; height: 4px; overflow: hidden;
        margin-top: 8px;
    }
    .bw-shipping-bar.bw-fs-achieved .bw-shipping-bar-track { display: none; }
    .bw-shipping-bar.bw-fs-achieved .bw-shipping-bar-row { margin-bottom: 0; }
    .bw-shipping-bar-fill {
        background: linear-gradient(90deg, var(--bw-accent), var(--bw-navy));
        height: 100%; border-radius: 99px;
        transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    /* Payment */
    .bw-payment-section { text-align: center; padding: 8px 0 0; }
    .bw-payment-text { font-size: 12px; color: var(--bw-muted); margin-bottom: 8px; font-weight: 400; }
    .bw-payment-cards { max-width: 100%; height: auto; display: block; margin: 0 auto; }

    /* Info Card */
    .bw-info-card {
        background: #fff; border: 1px solid var(--bw-border);
        border-radius: var(--bw-radius); padding: 12px;
        margin-top: 10px;
    }
    .bw-info-row { display: flex; align-items: flex-start; gap: 10px; }
    .bw-info-icon {
        width: 32px; height: 32px; display: flex; align-items: center;
        justify-content: center; border-radius: 8px; flex-shrink: 0;
    }
    .bw-info-icon svg { width: 18px; height: 18px; }
    .bw-shipping-icon { background: rgba(42,175,211,0.08); }
    .bw-shipping-icon svg { stroke: var(--bw-accent); }
    .bw-guarantee-icon { background: rgba(27,42,74,0.06); }
    .bw-guarantee-icon svg { stroke: var(--bw-navy); }
    .bw-info-content { flex: 1; }
    .bw-info-title { display: block; font-size: 14px; font-weight: 700; color: var(--bw-text); margin-bottom: 1px; letter-spacing: -0.3px; }
    .bw-info-desc { display: block; font-size: 12px; color: var(--bw-muted); line-height: 1.55; }
    .bw-info-divider { height: 1px; background: var(--bw-border); margin: 10px 0; }

    @media (max-width: 480px) {
        .bw-buttons { flex-direction: column; }
        .bw-bundle-form { gap: 6px; }
        .bw-bundle-option { padding: 16px 8px 12px; }
        .bw-card-qty { font-size: 28px; }
        .bw-card-subtitle { font-size: 11px; }
        .bw-price-current { font-size: 14px; }
        .bw-price-original { font-size: 10px; }
        .bw-card-badge { font-size: 8px; padding: 2px 8px; top: -9px; }
        .bw-card-save-tag { font-size: 9px; padding: 2px 8px; }
        .bw-klarna-text { font-size: 11px; }
        .bw-klarna-pill { font-size: 10px; padding: 2px 7px; }
        .bw-amazon-btn { padding: 12px 14px; font-size: 13px; }
        .bw-buy-now-full { padding: 12px 14px; font-size: 13px; }
        .bw-contact-card { padding: 12px; }
        .bw-contact-card-title { font-size: 12px; margin-bottom: 8px; }
        .bw-phone-link { padding: 7px 10px; }
        .bw-phone-country { font-size: 11px; min-width: 80px; }
        .bw-phone-number { font-size: 13px; }
        .bw-whatsapp-btn { padding: 11px 16px; font-size: 13px; border-radius: 8px; }
        /* Shipping bar: stack row on mobile so text has room */
        .bw-shipping-bar { padding: 10px 12px; }
        .bw-shipping-bar-row {
            flex-wrap: wrap;
            gap: 6px;
        }
        .bw-shipping-bar-left {
            flex: 1 1 100%;
            gap: 8px;
        }
        .bw-shipping-bar-icon { width: 26px; height: 26px; }
        .bw-shipping-bar-msg { font-size: 12px; flex: 1; min-width: 0; }
        .bw-shipping-bar-pill {
            font-size: 10px;
            padding: 3px 10px;
            margin-left: 34px; /* align under the message text (icon width + gap) */
        }
    }

    /* Sticky Bottom Bar */
    .bw-sticky-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        background: #fff;
        border-top: 1px solid var(--bw-border, #E8EDF2);
        box-shadow: 0 -4px 20px rgba(0,0,0,.08);
        padding: 10px 16px;
        transform: translateY(100%);
        opacity: 0;
        transition: transform .35s cubic-bezier(.16,1,.3,1), opacity .25s ease;
        pointer-events: none;
        font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
        -webkit-font-smoothing: antialiased;
    }
    .bw-sticky-bar.bw-sticky-visible {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .bw-sticky-bar-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 500px;
        margin: 0 auto;
        gap: 12px;
    }
    .bw-sticky-bar-info {
        display: flex;
        flex-direction: column;
        min-width: 0;
    }
    .bw-sticky-bar-title {
        font-size: 13px;
        font-weight: 700;
        color: #1B2A4A;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: -0.3px;
    }
    .bw-sticky-bar-price {
        font-size: 15px;
        font-weight: 800;
        color: #2AAFD3;
        letter-spacing: -0.3px;
    }
    .bw-sticky-bar-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        background: var(--bw-cta, #E8593C) !important;
        color: #fff !important;
        border: none !important;
        border-radius: 100px;
        padding: 12px 22px;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
        white-space: nowrap;
        letter-spacing: 0.5px;
        box-shadow: 0 4px 16px rgba(232,89,60,.2);
        transition: all .3s ease;
        font-family: inherit;
    }
    .bw-sticky-bar-btn:hover { background: var(--bw-cta-hover, #D14832) !important; transform: scale(1.02); }
    .bw-sticky-bar-btn:active { transform: scale(.97); }
    .bw-sticky-bar-btn svg { stroke: #fff; flex-shrink: 0; }

    @media (max-width: 480px) {
        .bw-sticky-bar { padding: 10px 12px; padding-bottom: max(10px, env(safe-area-inset-bottom)); }
        .bw-sticky-bar-btn { padding: 11px 18px; font-size: 12px; }
        .bw-sticky-bar-title { font-size: 12px; }
        .bw-sticky-bar-price { font-size: 14px; }
    }

    /* Small mobile: 320px–380px (main widget) */
    @media (max-width: 380px) {
        .bw-widget { font-size: 13px; }
        .bw-urgency-banner { padding: 6px 10px; gap: 6px; border-radius: 10px; }
        .bw-urgency-label { font-size: 10px; }
        .bw-promo-was { font-size: 12px; }
        .bw-promo-now { font-size: 17px; }
        .bw-countdown { font-size: 12px; padding: 2px 6px; }
        .bw-countdown-ms { font-size: 9px; }
        .bw-social-proof { padding: 6px 10px; font-size: 12px; }
        .bw-bundle-form { gap: 5px; }
        .bw-bundle-option { padding: 12px 6px 10px; border-radius: 10px; }
        .bw-card-qty { font-size: 24px; }
        .bw-card-subtitle { font-size: 10px; }
        .bw-price-current { font-size: 12px; }
        .bw-price-original { font-size: 9px; }
        .bw-card-badge { font-size: 7px; padding: 2px 6px; top: -8px; letter-spacing: 0.5px; }
        .bw-card-save-tag { font-size: 8px; padding: 2px 6px; }
        .bw-klarna-text { font-size: 10px; }
        .bw-klarna-pill { font-size: 9px; padding: 1.5px 6px; }
        .bw-stock-warning { padding: 6px 10px; font-size: 11px; }
        .bw-stock-warning svg { width: 14px; height: 14px; }
        .bw-add-to-cart-btn, .bw-buy-now-btn, .bw-subscribe-btn, .bw-subscribe-cart-btn { padding: 13px 16px; font-size: 13px; letter-spacing: 0.4px; }
        .bw-add-to-cart-btn svg, .bw-subscribe-cart-btn svg { width: 15px; height: 15px; }
        .bw-buy-now-btn svg, .bw-subscribe-btn svg { width: 16px; height: 16px; }
        .bw-amazon-btn { padding: 10px 12px; font-size: 12px; }
        .bw-amazon-ext { width: 10px; height: 10px; }
        .bw-amazon-btn svg { width: 15px; height: 15px; }
        .bw-contact-card { padding: 10px; border-radius: 10px; }
        .bw-contact-card-title { font-size: 11px; margin-bottom: 6px; gap: 6px; }
        .bw-contact-card-title svg { width: 14px; height: 14px; }
        .bw-phone-link { padding: 6px 8px; border-radius: 8px; gap: 6px; }
        .bw-phone-icon { width: 24px; height: 24px; border-radius: 6px; }
        .bw-phone-icon svg { width: 13px; height: 13px; }
        .bw-phone-country { font-size: 10px; min-width: 70px; }
        .bw-phone-number { font-size: 12px; }
        .bw-whatsapp-btn { padding: 10px 12px; font-size: 12px; border-radius: 8px; }
        .bw-whatsapp-btn svg { width: 17px; height: 17px; }
        .bw-trust-badges { padding: 8px 8px; gap: 4px; border-radius: 10px; }
        .bw-trust-badge svg { width: 16px; height: 16px; }
        .bw-trust-badge span { font-size: 9px; }
        .bw-payment-text { font-size: 11px; }
        .bw-info-card { padding: 10px; border-radius: 10px; }
        .bw-info-icon { width: 28px; height: 28px; border-radius: 6px; }
        .bw-info-icon svg { width: 15px; height: 15px; }
        .bw-info-title { font-size: 13px; }
        .bw-info-desc { font-size: 11px; }
        .bw-shipping-bar { padding: 8px 10px; border-radius: 10px; }
        .bw-shipping-bar-msg { font-size: 11px; }
        .bw-shipping-bar-pill { font-size: 9px; padding: 2px 8px; margin-left: 28px; }
        .bw-sticky-bar { padding: 8px 10px; padding-bottom: max(8px, env(safe-area-inset-bottom)); }
        .bw-sticky-bar-inner { gap: 8px; }
        .bw-sticky-bar-btn { padding: 10px 14px; font-size: 11px; }
        .bw-sticky-bar-btn svg { width: 13px; height: 13px; }
        .bw-sticky-bar-title { font-size: 11px; }
        .bw-sticky-bar-price { font-size: 13px; }
    }
    /* Tiny mobile: 320px screens (main widget) */
    @media (max-width: 340px) {
        .bw-widget { font-size: 12px; }
        .bw-urgency-banner { padding: 5px 8px; gap: 4px; border-radius: 8px; margin-bottom: 6px; }
        .bw-urgency-label { font-size: 9px; letter-spacing: 0.3px; }
        .bw-promo-was { font-size: 10px; }
        .bw-promo-now { font-size: 15px; }
        .bw-countdown { font-size: 11px; padding: 2px 5px; border-radius: 5px; }
        .bw-countdown-ms { font-size: 8px; }
        .bw-social-proof { padding: 5px 8px; font-size: 11px; margin-bottom: 6px; border-radius: 6px; }
        .bw-bundle-form { gap: 4px; margin-bottom: 6px; }
        .bw-bundle-option { padding: 10px 4px 8px; border-radius: 9px; border-width: 1.5px; }
        .bw-card-qty { font-size: 20px; }
        .bw-card-subtitle { font-size: 9px; }
        .bw-price-current { font-size: 11px; }
        .bw-price-original { font-size: 8px; }
        .bw-card-badge { font-size: 6px; padding: 1.5px 5px; top: -7px; letter-spacing: 0.3px; }
        .bw-card-save-tag { font-size: 7px; padding: 1.5px 5px; }
        .bw-klarna-text { font-size: 9px; }
        .bw-klarna-pill { font-size: 8px; padding: 1.5px 5px; border-radius: 4px; }
        .bw-stock-warning { padding: 5px 8px; font-size: 10px; border-radius: 6px; }
        .bw-stock-warning svg { width: 12px; height: 12px; }
        .bw-buttons { gap: 6px; }
        .bw-add-to-cart-btn, .bw-buy-now-btn, .bw-subscribe-btn, .bw-subscribe-cart-btn { padding: 11px 12px; font-size: 12px; letter-spacing: 0.3px; border-radius: 50px; }
        .bw-add-to-cart-btn, .bw-subscribe-cart-btn { border-width: 1.5px !important; }
        .bw-add-to-cart-btn svg, .bw-subscribe-cart-btn svg { width: 14px; height: 14px; }
        .bw-buy-now-btn svg, .bw-subscribe-btn svg { width: 15px; height: 15px; }
        .bw-amazon-btn { padding: 9px 10px; font-size: 11px; border-radius: 100px; }
        .bw-amazon-ext { width: 9px; height: 9px; }
        .bw-amazon-btn svg { width: 14px; height: 14px; }
        .bw-contact-card { padding: 8px; border-radius: 8px; }
        .bw-contact-card-title { font-size: 10px; margin-bottom: 5px; gap: 5px; }
        .bw-contact-card-title svg { width: 12px; height: 12px; }
        .bw-contact-options { gap: 5px; }
        .bw-phone-link { padding: 5px 6px; border-radius: 6px; gap: 5px; }
        .bw-phone-icon { width: 22px; height: 22px; border-radius: 5px; }
        .bw-phone-icon svg { width: 11px; height: 11px; }
        .bw-phone-country { font-size: 9px; min-width: 60px; }
        .bw-phone-number { font-size: 11px; }
        .bw-whatsapp-btn { padding: 9px 10px; font-size: 11px; border-radius: 6px; }
        .bw-whatsapp-btn svg { width: 15px; height: 15px; }
        .bw-trust-badges { padding: 6px 6px; gap: 2px; border-radius: 8px; margin-top: 0; }
        .bw-trust-badge svg { width: 14px; height: 14px; }
        .bw-trust-badge span { font-size: 8px; letter-spacing: 0.2px; }
        .bw-payment-text { font-size: 10px; }
        .bw-payment-section { padding: 4px 0 0; }
        .bw-info-card { padding: 8px; border-radius: 9px; }
        .bw-info-row { gap: 8px; }
        .bw-info-icon { width: 26px; height: 26px; border-radius: 5px; }
        .bw-info-icon svg { width: 13px; height: 13px; }
        .bw-info-title { font-size: 12px; }
        .bw-info-desc { font-size: 10px; }
        .bw-info-divider { margin: 8px 0; }
        .bw-shipping-bar { padding: 7px 8px; border-radius: 8px; }
        .bw-shipping-bar-icon { width: 24px; height: 24px; border-radius: 6px; }
        .bw-shipping-bar-icon svg { width: 13px !important; height: 13px !important; }
        .bw-shipping-bar-msg { font-size: 10px; }
        .bw-shipping-bar-pill { font-size: 8px; padding: 2px 6px; margin-left: 24px; }
        .bw-shipping-bar-track { height: 3px; margin-top: 6px; }
        .bw-sticky-bar { padding: 6px 8px; padding-bottom: max(6px, env(safe-area-inset-bottom)); }
        .bw-sticky-bar-inner { gap: 6px; }
        .bw-sticky-bar-btn { padding: 9px 12px; font-size: 10px; letter-spacing: 0.3px; }
        .bw-sticky-bar-btn svg { width: 12px; height: 12px; }
        .bw-sticky-bar-title { font-size: 10px; }
        .bw-sticky-bar-price { font-size: 12px; }
    }

    /* ===== Add-On Modal ===== */
    .bw-addon-overlay {
        position: fixed; top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(15,20,35,.6); z-index: 100001;
        display: flex; align-items: center; justify-content: center;
        opacity: 0; transition: opacity .3s ease;
        font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
        -webkit-font-smoothing: antialiased;
        padding: 20px;
        backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
    }
    .bw-addon-overlay.bw-addon-visible { opacity: 1; }
    .bw-addon-modal {
        position: relative;
        background: #fff; border-radius: 24px;
        width: 100%; max-width: 440px;
        padding: 0;
        transform: translateY(30px) scale(.96);
        opacity: 0;
        transition: transform .4s cubic-bezier(.16,1,.3,1), opacity .3s ease;
        max-height: 88vh; overflow-y: auto; overflow-x: hidden;
        box-shadow: 0 25px 80px rgba(0,0,0,.25), 0 0 0 1px rgba(255,255,255,.1);
    }
    .bw-addon-overlay.bw-addon-visible .bw-addon-modal {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    .bw-addon-close {
        position: absolute; top: 16px; right: 16px; z-index: 2;
        background: rgba(0,0,0,.04); border: none; color: #94A3B8;
        cursor: pointer; width: 36px; height: 36px; border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        transition: background .2s, color .2s, transform .15s;
    }
    .bw-addon-close:hover { background: rgba(0,0,0,.08); color: #1B2A4A; transform: scale(1.05); }
    .bw-addon-close:active { transform: scale(.95); }
    .bw-addon-header {
        display: flex; align-items: center; gap: 14px;
        padding: 24px 24px 18px; border-bottom: 1px solid #F1F5F9;
        background: linear-gradient(180deg, #FBFCFE 0%, #fff 100%);
        border-radius: 24px 24px 0 0;
    }
    .bw-addon-header-icon {
        width: 48px; height: 48px; border-radius: 14px;
        background: linear-gradient(135deg, #1B2A4A, #2D3E5F);
        display: flex; align-items: center; justify-content: center;
        flex-shrink: 0; box-shadow: 0 4px 12px rgba(27,42,74,.2);
    }
    .bw-addon-header-icon svg { stroke: #2AAFD3; }
    .bw-addon-header-text { display: flex; flex-direction: column; gap: 2px; }
    .bw-addon-heading { font-size: 18px; font-weight: 800; color: #1B2A4A; letter-spacing: -0.4px; line-height: 1.2; }
    .bw-addon-subheading { font-size: 12px; color: #94A3B8; font-weight: 500; }
    .bw-addon-items { display: flex; flex-direction: column; gap: 8px; padding: 16px 20px; }
    .bw-addon-item {
        position: relative;
        display: flex; align-items: center; gap: 12px;
        padding: 14px; border: 2px solid #E8EDF2; border-radius: 16px;
        cursor: pointer; transition: all .3s cubic-bezier(.16,1,.3,1);
        background: #fff; margin: 0; user-select: none;
    }
    .bw-addon-cb-hidden { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
    .bw-addon-item:hover { border-color: #CBD5E1; background: #FCFDFE; transform: translateY(-1px); }
    .bw-addon-item.bw-addon-checked {
        border-color: #2AAFD3; background: linear-gradient(135deg, rgba(42,175,211,.03), rgba(42,175,211,.06));
        box-shadow: 0 4px 20px -4px rgba(42,175,211,.18), inset 0 0 0 1px rgba(42,175,211,.08);
        transform: translateY(-1px);
    }
    .bw-addon-check {
        width: 24px; height: 24px; border: 2px solid #D1D5DB; border-radius: 8px;
        flex-shrink: 0; display: flex; align-items: center; justify-content: center;
        transition: all .25s cubic-bezier(.16,1,.3,1); background: #fff;
    }
    .bw-addon-tick { width: 14px; height: 14px; stroke: #fff; opacity: 0; transition: opacity .2s; transform: scale(.5); }
    .bw-addon-checked .bw-addon-check {
        border-color: #2AAFD3; background: #2AAFD3;
        box-shadow: 0 2px 8px rgba(42,175,211,.3);
        transform: scale(1.05);
    }
    .bw-addon-checked .bw-addon-tick { opacity: 1; transform: scale(1); }
    .bw-addon-img-wrap { position: relative; flex-shrink: 0; }
    .bw-addon-img {
        width: 64px; height: 64px; border-radius: 12px; object-fit: cover;
        border: 1px solid #F1F5F9; transition: transform .3s;
    }
    .bw-addon-checked .bw-addon-img { transform: scale(1.03); }
    .bw-addon-popular-tag {
        position: absolute; top: -6px; left: -4px;
        background: linear-gradient(135deg, #FF6B35, #FF4444);
        color: #fff; font-size: 9px; font-weight: 700; letter-spacing: 0.5px;
        padding: 2px 7px; border-radius: 6px;
        box-shadow: 0 2px 8px rgba(255,68,68,.3);
        white-space: nowrap; line-height: 1.4;
    }
    .bw-addon-info { flex: 1; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
    .bw-addon-name {
        font-size: 13px; font-weight: 700; color: #1B2A4A; letter-spacing: -0.2px;
        display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
        overflow: hidden; line-height: 1.3;
    }
    .bw-addon-desc {
        font-size: 11px; color: #6B7B8D; line-height: 1.35; font-weight: 500;
        display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .bw-addon-pricing { display: flex; align-items: center; gap: 6px; margin-top: 2px; }
    .bw-addon-price { font-size: 15px; font-weight: 800; color: #1B2A4A; letter-spacing: -0.3px; }
    .bw-addon-was { font-size: 11px; color: #94A3B8; text-decoration: line-through; }
    /* "+ Add" / "Added" label */
    .bw-addon-add-label {
        flex-shrink: 0; font-size: 11px; font-weight: 700; color: #2AAFD3;
        background: rgba(42,175,211,.08); padding: 5px 12px; border-radius: 100px;
        transition: all .25s; white-space: nowrap; letter-spacing: 0.3px;
    }
    .bw-addon-item:hover .bw-addon-add-label { background: rgba(42,175,211,.14); }
    .bw-addon-added-label {
        display: none; flex-shrink: 0; font-size: 11px; font-weight: 700; color: #fff;
        background: #2AAFD3; padding: 5px 12px; border-radius: 100px;
        white-space: nowrap; letter-spacing: 0.3px;
        align-items: center; gap: 4px;
        box-shadow: 0 2px 8px rgba(42,175,211,.25);
    }
    .bw-addon-added-label svg { stroke: #fff; }
    .bw-addon-checked .bw-addon-add-label { display: none; }
    .bw-addon-checked .bw-addon-added-label { display: flex; }
    .bw-addon-actions {
        padding: 16px 20px 20px; display: flex; flex-direction: column; gap: 8px;
        border-top: 1px solid #F1F5F9;
        background: linear-gradient(180deg, #fff 0%, #FBFCFE 100%);
        border-radius: 0 0 24px 24px;
    }
    .bw-addon-confirm {
        display: flex; align-items: center; justify-content: center; gap: 8px;
        background: var(--bw-cta) !important;
        color: #fff !important; border: none !important;
        border-radius: 50px; padding: 15px 20px;
        font-size: 13px; font-weight: 700; cursor: pointer;
        letter-spacing: 0.5px;
        box-shadow: 0 8px 24px -8px rgba(232,89,60,.3);
        transition: all .2s; font-family: inherit;
    }
    .bw-addon-confirm:hover { box-shadow: 0 12px 32px -8px rgba(27,42,74,.35); transform: translateY(-1px); }
    .bw-addon-confirm:active { transform: translateY(0) scale(.99); }
    .bw-addon-confirm.bw-loading { opacity: .6; pointer-events: none; }
    .bw-addon-confirm-total {
        background: rgba(42,175,211,.2); color: #5DC4E0;
        padding: 2px 10px; border-radius: 100px;
        font-size: 12px; font-weight: 700; letter-spacing: 0.3px;
        display: none;
    }
    .bw-addon-confirm-total.bw-has-total { display: inline-block; }
    .bw-addon-skip {
        background: none !important; border: none !important; color: #94A3B8 !important;
        font-size: 13px; cursor: pointer; padding: 10px;
        transition: color .2s; font-family: inherit; font-weight: 500;
        letter-spacing: 0.2px;
    }
    .bw-addon-skip:hover { color: #6B7B8D !important; }
    .bw-addon-skip.bw-loading { opacity: .6; pointer-events: none; }
    /* Mobile: up to 480px */
    @media (max-width: 480px) {
        .bw-addon-overlay { padding: 10px; }
        .bw-addon-modal { border-radius: 20px; max-height: 92vh; }
        .bw-addon-header { padding: 20px 16px 14px; gap: 12px; padding-right: 48px; }
        .bw-addon-close { top: 14px; right: 14px; width: 32px; height: 32px; }
        .bw-addon-close svg { width: 15px; height: 15px; }
        .bw-addon-header-icon { width: 42px; height: 42px; border-radius: 12px; }
        .bw-addon-header-icon svg { width: 18px; height: 18px; }
        .bw-addon-heading { font-size: 16px; }
        .bw-addon-subheading { font-size: 11px; }
        .bw-addon-items { padding: 12px 14px; gap: 6px; }
        .bw-addon-item { padding: 10px; border-radius: 14px; gap: 10px; }
        .bw-addon-check { width: 22px; height: 22px; border-radius: 6px; }
        .bw-addon-tick { width: 12px; height: 12px; }
        .bw-addon-img { width: 52px; height: 52px; border-radius: 10px; }
        .bw-addon-name { font-size: 12px; }
        .bw-addon-desc { font-size: 10px; -webkit-line-clamp: 1; }
        .bw-addon-price { font-size: 14px; }
        .bw-addon-was { font-size: 10px; }
        .bw-addon-actions { padding: 12px 14px 16px; }
        .bw-addon-confirm { padding: 14px 16px; border-radius: 12px; font-size: 13px; }
        .bw-addon-confirm-total { font-size: 11px; padding: 2px 8px; }
        .bw-addon-skip { font-size: 12px; padding: 8px; }
        .bw-addon-add-label, .bw-addon-added-label { font-size: 10px; padding: 4px 10px; }
        .bw-addon-popular-tag { font-size: 8px; padding: 2px 6px; top: -5px; left: -3px; }
    }
    /* Small mobile: 381px–380px */
    @media (max-width: 380px) {
        .bw-addon-overlay { padding: 6px; }
        .bw-addon-modal { border-radius: 16px; max-height: 94vh; }
        .bw-addon-header { padding: 16px 12px 12px; gap: 10px; padding-right: 40px; }
        .bw-addon-close { top: 10px; right: 10px; width: 28px; height: 28px; }
        .bw-addon-close svg { width: 13px; height: 13px; }
        .bw-addon-header-icon { width: 36px; height: 36px; border-radius: 10px; }
        .bw-addon-header-icon svg { width: 16px; height: 16px; }
        .bw-addon-heading { font-size: 14px; }
        .bw-addon-subheading { font-size: 10px; }
        .bw-addon-items { padding: 8px 10px; gap: 5px; }
        .bw-addon-item { padding: 8px; border-radius: 12px; gap: 8px; border-width: 1.5px; }
        .bw-addon-check { width: 20px; height: 20px; border-radius: 5px; }
        .bw-addon-tick { width: 11px; height: 11px; }
        .bw-addon-img { width: 44px; height: 44px; border-radius: 8px; }
        .bw-addon-name { font-size: 11px; -webkit-line-clamp: 1; }
        .bw-addon-desc { font-size: 9px; -webkit-line-clamp: 1; }
        .bw-addon-price { font-size: 13px; }
        .bw-addon-was { font-size: 9px; }
        .bw-addon-add-label, .bw-addon-added-label { font-size: 9px; padding: 3px 8px; }
        .bw-addon-added-label svg { width: 11px; height: 11px; }
        .bw-addon-actions { padding: 10px 10px 12px; gap: 4px; }
        .bw-addon-confirm { padding: 12px 14px; border-radius: 10px; font-size: 12px; gap: 6px; }
        .bw-addon-confirm-total { font-size: 10px; padding: 2px 6px; }
        .bw-addon-skip { font-size: 11px; padding: 6px; }
        .bw-addon-popular-tag { font-size: 7px; padding: 1.5px 5px; border-radius: 4px; }
    }
    /* Tiny mobile: 320px and below */
    @media (max-width: 340px) {
        .bw-addon-overlay { padding: 4px; }
        .bw-addon-modal { border-radius: 14px; max-height: 96vh; }
        .bw-addon-header { padding: 12px 10px 10px; gap: 8px; padding-right: 36px;
            border-radius: 14px 14px 0 0; }
        .bw-addon-close { top: 8px; right: 8px; width: 26px; height: 26px; }
        .bw-addon-close svg { width: 12px; height: 12px; }
        .bw-addon-header-icon { width: 32px; height: 32px; border-radius: 8px; }
        .bw-addon-header-icon svg { width: 14px; height: 14px; }
        .bw-addon-heading { font-size: 13px; letter-spacing: -0.3px; }
        .bw-addon-subheading { font-size: 9px; }
        .bw-addon-items { padding: 6px 8px; gap: 4px; }
        .bw-addon-item { padding: 7px; border-radius: 10px; gap: 6px; border-width: 1.5px; }
        .bw-addon-check { width: 18px; height: 18px; border-radius: 4px; border-width: 1.5px; }
        .bw-addon-tick { width: 10px; height: 10px; }
        .bw-addon-img { width: 38px; height: 38px; border-radius: 7px; }
        .bw-addon-name { font-size: 10.5px; -webkit-line-clamp: 1; letter-spacing: -0.2px; }
        .bw-addon-desc { display: none; }
        .bw-addon-info { gap: 1px; }
        .bw-addon-pricing { gap: 4px; margin-top: 1px; }
        .bw-addon-price { font-size: 12px; }
        .bw-addon-was { font-size: 8px; }
        .bw-addon-add-label { font-size: 8px; padding: 2px 6px; letter-spacing: 0; }
        .bw-addon-added-label { font-size: 8px; padding: 2px 6px; gap: 2px; }
        .bw-addon-added-label svg { width: 9px; height: 9px; }
        .bw-addon-popular-tag { font-size: 6.5px; padding: 1px 4px; border-radius: 3px;
            top: -4px; left: -2px; }
        .bw-addon-actions { padding: 8px 8px 10px; gap: 2px;
            border-radius: 0 0 14px 14px; }
        .bw-addon-confirm { padding: 11px 12px; border-radius: 9px; font-size: 11px; gap: 5px; }
        .bw-addon-confirm-total { font-size: 9px; padding: 1.5px 5px; }
        .bw-addon-skip { font-size: 10px; padding: 5px; }
    }
    