/* --- VinVic PRO: Unified Frontend Styles --- */

:root {
    --vv-accent: #8ab4f8;
    --vv-meta-bg: transparent;
    --vv-meta-txt: #1f1f1f;
    --vv-meta-label: #888888;
    --vv-meta-value: #1f1f1f;
    --vv-atc-bg: #8ab4f8;
    --vv-atc-txt: #ffffff;
    --vv-atc-rad: 12px;
}

/* Base Utility for Shortcodes */
.vv-clean-shortcode {
    all: initial;
    display: block;
    font-family: var(--vv-ui-font, "Inter", system-ui, -apple-system, sans-serif) !important;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.vv-clean-shortcode * {
    box-sizing: border-box;
}

/* --- Metadane Produktu ([vv_product_meta] / HUB metadane) --- */
.vv-custom-meta {
    font-size: 11px !important;
    line-height: 1.6 !important;
    background: var(--vv-meta-bg) !important;
    color: var(--vvfs-text, var(--vv-meta-txt)) !important;
}

.vv-arch-wrap .vv-custom-meta,
.vv-hub-fragment .vv-custom-meta,
.vv-mega-product-landing .vv-custom-meta {
    background: transparent !important;
    color: var(--vvfs-text, inherit) !important;
}

/* Kody (SKU, MPN, GTIN) w jednej linii obok siebie; kategoria/marka/tagi w drugiej grupie */
.vv-product-meta-block {
    --vv-mh-label: var(--vv-meta-label);
    --vv-mh-val: var(--vv-meta-value);
}
.vv-product-meta-codes,
.vv-product-meta-taxo {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 2px;
    line-height: 1.5;
}
.vv-product-meta-taxo--after-codes {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid color-mix(in srgb, var(--vvfs-text, var(--vv-meta-label, #64748b)) 14%, transparent);
}
.vv-product-meta-codes .vv-meta-pair,
.vv-product-meta-taxo .vv-meta-pair {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 4px;
    max-width: 100%;
}
/* Pierwszy span w parze = etykieta (bez osobnej klasy — mniej kolizji z motywem) */
.vv-meta-pair > span:first-of-type {
    color: var(--vv-mh-label, var(--vv-meta-label)) !important;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.35px;
    margin: 0;
    white-space: nowrap;
}
.vv-meta-pair .vv-meta-val {
    color: var(--vv-mh-val, var(--vv-meta-value, var(--vvfs-text, inherit))) !important;
    font-size: 12px;
    font-weight: 500;
    word-break: break-word;
}
.vv-meta-pair .vv-meta-val a,
.vv-custom-meta .vv-brand-link {
    color: var(--vv-mh-val, var(--vv-meta-value, var(--vvfs-text, inherit))) !important;
    -webkit-text-fill-color: var(--vv-mh-val, var(--vv-meta-value, var(--vvfs-text, inherit))) !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.vv-meta-pair .vv-meta-val a:hover,
.vv-meta-pair .vv-meta-val a:focus {
    opacity: 0.88;
    outline: none;
}
.vv-product-meta-codes + .vv-product-meta-taxo .vv-meta-pair > span:first-of-type,
.vv-product-meta-codes + .vv-product-meta-taxo .vv-meta-pair .vv-meta-val {
    font-size: inherit;
}
.vv-meta-sep {
    display: inline-block;
    width: 1px;
    height: 1em;
    margin: 0 0.6em;
    align-self: center;
    background: currentColor;
    opacity: 0.22;
    flex: 0 0 auto;
}
.vv-meta-sep::before {
    content: none;
}

.vv-meta-row {
    margin-bottom: 2px;
    color: var(--vv-meta-value);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.vv-meta-row strong {
    color: var(--vv-meta-label);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 4px;
}

.vv-meta-val {
    margin-right: 2px;
}

/* --- Koszyk i Przyciski ([vv_product_summary]) --- */
.vv-cart-summary .button.alt {
    background: var(--vv-atc-bg) !important;
    color: var(--vv-atc-txt) !important;
    border-radius: var(--vv-atc-rad) !important;
    padding: 15px 30px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none !important;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.vv-cart-summary .button.alt:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

.vv-price {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 15px;
    color: var(--vv-text-main, #111);
}

/* Podpowiedzi stanu koszyka — listing + HUB [vv_product_atc] (nie tylko archiwum z #vv-listing-card-actions-style) */
.vv-listing-in-cart-hint,
.vv-hub-atc-actions > .vv-listing-in-cart-hint {
    margin: 0 0 4px !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.01em !important;
    color: #0d9488 !important;
    text-transform: none !important;
}

.vv-listing-stock-cap-hint,
.vv-hub-atc-actions > .vv-listing-stock-cap-hint {
    margin: 0 0 4px !important;
    padding: 0 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #9f1239 !important;
    text-transform: none !important;
}

/*
 * Podwójny ATC Mega-Boksu (.vv-unified-atc-dual): motywy WooCommerce często robią
 * form.cart .button { width:100%; float:none } — w adminie podgląd tego nie ma,
 * stąd rozjazd front vs panel. Poniżej wymuszamy układ jak w podglądzie.
 */
.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-row.vv-listing-buttons,
.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-row.vv-listing-buttons,
.vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-row.vv-listing-buttons {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    float: none !important;
    clear: both !important;
}

.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-add.button,
.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-add.button,
.vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-add.button {
    flex: 1 1 160px !important;
    min-width: 120px !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    background: var(--vv-hub-atc-add-bg, #111827) !important;
    color: var(--vv-hub-atc-add-txt, #fff) !important;
    border-color: var(--vv-hub-atc-add-bg, #111827) !important;
    border-radius: var(--vv-hub-atc-btn-radius, 14px) !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
    box-shadow: none !important;
}

.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual form.vv-hub-fast-buy-form,
.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual form.vv-hub-fast-buy-form,
.vv-unified-atc-wrapper.vv-unified-atc-dual form.vv-hub-fast-buy-form {
    flex: 1 1 160px !important;
    min-width: 120px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    float: none !important;
    display: flex !important;
    box-sizing: border-box !important;
}

.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-buy.button,
.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-buy.button,
.vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-buy.button {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    background: var(--vv-hub-atc-buy-bg, #df0000) !important;
    color: var(--vv-hub-atc-buy-txt, #fff) !important;
    border: none !important;
    border-radius: var(--vv-hub-atc-btn-radius, 14px) !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
    box-shadow: none !important;
}

.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty,
.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty,
.vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: var(--vv-hub-atc-qty-wrap-bg, #f8fafc) !important;
    border-color: var(--vv-hub-atc-qty-wrap-bd, #cbd5e1) !important;
}

.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty-btn,
.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty-btn,
.vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty-btn {
    flex: 0 0 auto !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    line-height: 1 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    box-sizing: border-box !important;
    background: var(--vv-hub-atc-qty-btn-bg, #e2e8f0) !important;
    color: var(--vv-hub-atc-qty-btn-txt, #334155) !important;
}

.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-input,
.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-input,
.vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-input {
    width: 22px !important;
    min-width: 22px !important;
    max-width: 40px !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--vv-hub-atc-qty-num-txt, #0f172a) !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

/*
 * Dual ATC (≤782px): jeden rząd w pionie — [Dodaj] [− ilość +] [Kup teraz] (jak w DOM).
 */
@media (max-width: 782px) {
    .vv-hub-fragment.vv-inner-atc {
        overflow: visible !important;
    }

    body.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-row.vv-listing-buttons,
    body.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-row.vv-listing-buttons,
    .woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-row.vv-listing-buttons,
    .woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-row.vv-listing-buttons,
    .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-row.vv-listing-buttons {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        min-width: 0 !important;
    }

    body.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-add.button,
    body.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-add.button,
    .woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-add.button,
    .woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-add.button,
    .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-add.button {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        width: auto !important;
        max-width: none !important;
        min-height: 44px !important;
        padding: 8px 6px !important;
        order: unset !important;
        font-size: clamp(10px, 2.85vw, 12px) !important;
        line-height: 1.15 !important;
        white-space: normal !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    body.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual form.vv-hub-fast-buy-form,
    body.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual form.vv-hub-fast-buy-form,
    .woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual form.vv-hub-fast-buy-form,
    .woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual form.vv-hub-fast-buy-form,
    .vv-unified-atc-wrapper.vv-unified-atc-dual form.vv-hub-fast-buy-form {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        width: auto !important;
        order: unset !important;
        display: flex !important;
        align-items: stretch !important;
    }

    body.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-buy.button,
    body.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-buy.button,
    .woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-buy.button,
    .woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-buy.button,
    .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-buy.button {
        width: 100% !important;
        min-height: 44px !important;
        padding: 8px 6px !important;
        font-size: clamp(10px, 2.85vw, 12px) !important;
        line-height: 1.15 !important;
        white-space: normal !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    body.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty,
    body.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty,
    .woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty,
    .woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty,
    .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty {
        flex: 0 0 auto !important;
        align-self: center !important;
        order: unset !important;
        margin-inline: 0 !important;
        padding: 3px 8px !important;
        gap: 6px !important;
        width: auto !important;
        max-width: none !important;
    }

    body.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-hub-atc-qty-btn,
    body.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-hub-atc-qty-btn,
    body.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-btn,
    body.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-btn,
    .woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty-btn,
    .woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty-btn,
    .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty-btn {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
        max-width: 32px !important;
        max-height: 32px !important;
        font-size: 15px !important;
        line-height: 1 !important;
    }

    body.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-input,
    body.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-input,
    .woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-input,
    .woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-input,
    .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-input {
        width: 1.9rem !important;
        min-width: 1.9rem !important;
        max-width: 3rem !important;
        font-size: 13px !important;
    }

    body.woocommerce .vv-hub-atc-actions > .vv-listing-in-cart-hint,
    body.woocommerce-page .vv-hub-atc-actions > .vv-listing-in-cart-hint,
    .vv-hub-atc-actions > .vv-listing-in-cart-hint {
        text-align: center !important;
        width: 100% !important;
    }
}

/* Bardzo wąski ekran: ten sam rząd, nieco mniejsze klikalne +/- i tekst */
@media (max-width: 360px) {
    body.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-add.button,
    body.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-add.button,
    .woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-add.button,
    .woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-add.button,
    .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-add.button,
    body.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-buy.button,
    body.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-buy.button,
    .woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-buy.button,
    .woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-buy.button,
    .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-buy.button {
        padding: 8px 4px !important;
        font-size: 10px !important;
    }

    body.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-hub-atc-qty-btn,
    body.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-hub-atc-qty-btn,
    body.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-btn,
    body.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-btn,
    .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty-btn {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
        max-width: 30px !important;
        max-height: 30px !important;
        font-size: 14px !important;
    }

    body.woocommerce .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-input,
    body.woocommerce-page .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-input,
    .vv-unified-atc-wrapper.vv-unified-atc-dual .vv-hub-atc-qty .vv-listing-qty-input {
        width: 1.75rem !important;
        min-width: 1.75rem !important;
        font-size: 12px !important;
    }
}

/* [vv_product_atc] — Allegro / Erli: kompaktowe paski jak [vv_product_delivery] (.vv-delivery-box--subtle) */
.vv-unified-atc-wrapper .vv-hub-atc-marketplace {
    width: 100%;
    margin-top: 8px;
    min-width: 0;
}

.vv-unified-atc-wrapper .vv-hub-atc-marketplace__label {
    margin: 0 0 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    line-height: 1.2;
    color: var(--vv-hub-atc-mp-label-txt, var(--vv-listing-page-muted, #64748b));
}

.vv-unified-atc-wrapper .vv-hub-atc-marketplace__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 7px;
    width: 100%;
}

.vv-unified-atc-wrapper .vv-hub-atc-mp-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    padding: 7px 9px;
    border-radius: 8px;
    text-decoration: none !important;
    line-height: 1.2;
    box-sizing: border-box;
    box-shadow: none;
    overflow: hidden;
    transition: filter 0.15s ease, opacity 0.15s ease;
}

.vv-unified-atc-wrapper .vv-hub-atc-mp-btn__icon {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.22);
}

.vv-unified-atc-wrapper .vv-hub-atc-mp-btn__body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 6px;
    overflow: hidden;
}

.vv-unified-atc-wrapper .vv-hub-atc-mp-btn__label {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.vv-unified-atc-wrapper .vv-hub-atc-mp-btn__price {
    margin: 0;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    flex: 0 0 auto;
    white-space: nowrap;
}

.vv-unified-atc-wrapper .vv-hub-atc-mp-btn__price .woocommerce-Price-amount,
.vv-unified-atc-wrapper .vv-hub-atc-mp-btn__price .woocommerce-Price-amount bdi,
.vv-unified-atc-wrapper .vv-hub-atc-mp-btn__price .woocommerce-Price-currencySymbol {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.vv-unified-atc-wrapper .vv-hub-atc-mp-btn--allegro .vv-hub-atc-mp-btn__price,
.vv-unified-atc-wrapper .vv-hub-atc-mp-btn--allegro .vv-hub-atc-mp-btn__price * {
    color: var(--vv-hub-atc-mp-allegro-txt, #fff) !important;
    -webkit-text-fill-color: var(--vv-hub-atc-mp-allegro-txt, #fff) !important;
}

.vv-unified-atc-wrapper .vv-hub-atc-mp-btn--erli .vv-hub-atc-mp-btn__price,
.vv-unified-atc-wrapper .vv-hub-atc-mp-btn--erli .vv-hub-atc-mp-btn__price * {
    color: var(--vv-hub-atc-mp-erli-txt, #fff) !important;
    -webkit-text-fill-color: var(--vv-hub-atc-mp-erli-txt, #fff) !important;
}

.vv-unified-atc-wrapper .vv-hub-atc-mp-btn__arrow {
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 1;
    opacity: 0.78;
}

.vv-unified-atc-wrapper .vv-hub-atc-marketplace__buttons:has(.vv-hub-atc-mp-btn:only-child) .vv-hub-atc-mp-btn {
    flex: 1 1 100%;
    min-width: 100%;
}

.vv-unified-atc-wrapper .vv-hub-atc-mp-btn--allegro {
    background-color: #ff5a00 !important;
    background: var(--vv-hub-atc-mp-allegro-bg, #ff5a00) !important;
    color: #fff !important;
    color: var(--vv-hub-atc-mp-allegro-txt, #fff) !important;
    border: 1px solid color-mix(in srgb, var(--vv-hub-atc-mp-allegro-bg, #ff5a00) 88%, #000);
}

.vv-unified-atc-wrapper .vv-hub-atc-mp-btn--erli {
    background-color: #6366f1 !important;
    background: var(--vv-hub-atc-mp-erli-bg, #6366f1) !important;
    color: #fff !important;
    color: var(--vv-hub-atc-mp-erli-txt, #fff) !important;
    border: 1px solid color-mix(in srgb, var(--vv-hub-atc-mp-erli-bg, #6366f1) 88%, #000);
}

.vv-unified-atc-wrapper .vv-hub-atc-mp-btn:hover,
.vv-unified-atc-wrapper .vv-hub-atc-mp-btn:focus-visible {
    filter: brightness(1.04);
    opacity: 0.98;
    transform: none;
    box-shadow: none;
}

.vv-unified-atc-wrapper .vv-hub-atc-marketplace--preview .vv-hub-atc-mp-btn {
    cursor: default;
    pointer-events: none;
    opacity: 0.92;
}

.vv-mega-product-landing .vv-unified-atc-wrapper .vv-hub-atc-mp-btn,
.vv-pane-preview-inner .vv-unified-atc-wrapper .vv-hub-atc-mp-btn,
.vv-hifi-mock-preview .vv-unified-atc-wrapper .vv-hub-atc-mp-btn {
    padding: 5px 7px;
}

@media (max-width: 768px) {
    .vv-unified-atc-wrapper .vv-hub-atc-marketplace {
        margin-top: 6px;
    }

    .vv-unified-atc-wrapper .vv-hub-atc-marketplace__label {
        margin-bottom: 5px;
        font-size: 9px;
    }

    .vv-unified-atc-wrapper .vv-hub-atc-marketplace__buttons {
        gap: 6px;
    }

    .vv-unified-atc-wrapper .vv-hub-atc-mp-btn {
        flex: 1 1 0;
        min-width: 0;
        padding: 5px 7px;
        gap: 5px;
    }

    .vv-unified-atc-wrapper .vv-hub-atc-mp-btn__icon {
        flex: 0 0 13px;
        width: 13px;
        height: 13px;
        font-size: 8px;
    }

    .vv-unified-atc-wrapper .vv-hub-atc-mp-btn__label {
        font-size: 9px;
    }

    .vv-unified-atc-wrapper .vv-hub-atc-mp-btn__price {
        font-size: 11px;
    }

    .vv-unified-atc-wrapper .vv-hub-atc-mp-btn__arrow {
        font-size: 11px;
    }
}

/* Galeria mega / [vv_product_image]: powiększenie (lightbox) */
.vv-mega-gallery--lightbox .vv-gallery-zoom-hit {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    cursor: zoom-in;
    background: transparent;
    line-height: 0;
    text-align: center;
}
.vv-mega-gallery--lightbox .vv-gallery-zoom-hit:focus-visible {
    outline: 2px solid var(--vvfs-accent, #df0000);
    outline-offset: 2px;
}
.vv-mega-gallery--lightbox .vv-gallery-zoom-loupe {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.55);
    color: #fff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
    transition: background 0.2s ease, transform 0.2s ease;
}
.vv-mega-gallery--lightbox .vv-gallery-main:hover .vv-gallery-zoom-loupe {
    background: rgba(15, 23, 42, 0.72);
    transform: scale(1.04);
}
.vv-mega-gallery--lightbox .vv-gallery-zoom-loupe svg {
    width: 22px;
    height: 22px;
}
.vv-mega-gallery .vv-thumb {
    transition: border-color 0.15s ease, transform 0.15s ease;
}
.vv-mega-gallery .vv-thumb:not(.is-active) {
    border-color: color-mix(in srgb, var(--vvfs-text, #64748b) 14%, transparent);
}
.vv-mega-gallery .vv-thumb.is-active {
    border-color: var(--vvfs-accent, var(--vvfs-accent-local, #df0000));
}
.vv-mega-gallery .vv-thumb:hover {
    transform: translateY(-2px);
}

.vv-product-zoom-overlay {
    display: none;
}
.vv-product-zoom-overlay.vv-product-zoom-overlay--open {
    display: flex;
    position: fixed;
    inset: 0;
    /* Nad #vvfs-trigger / #vvfs-overlay (2147483646); równo z szufladą koszyka (2147483647) — overlay tworzony appendChild do body po otwarciu. */
    z-index: 2147483647;
    align-items: center;
    justify-content: center;
    padding: max(12px, env(safe-area-inset-top, 0px)) max(12px, env(safe-area-inset-right, 0px))
        max(12px, env(safe-area-inset-bottom, 0px)) max(12px, env(safe-area-inset-left, 0px));
    box-sizing: border-box;
    background: var(--vv-zoom-overlay-bg, rgba(15, 23, 42, 0.92));
    cursor: zoom-out;
    flex-direction: column;
    isolation: isolate;
    /* Mniej łańcuchowego scrolla w tło przy blokadzie overflow na body + Chrome/modal wheel. */
    overscroll-behavior: contain;
}
.vv-product-zoom-overlay.vv-product-zoom-overlay--open .vv-product-zoom-row {
    pointer-events: auto;
    position: relative;
    z-index: 1;
}
.vv-product-zoom-row {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 0;
    width: 100%;
    max-width: min(calc(96vw + 100px), 1320px);
    margin: auto;
}
.vv-product-zoom-prev,
.vv-product-zoom-next {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border: 1px solid var(--vv-zoom-viewport-border, rgba(255, 255, 255, 0.12));
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    color: var(--vv-zoom-control-fg, #fff);
    background: var(--vv-zoom-control-bg, rgba(255, 255, 255, 0.14));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    align-self: center;
    z-index: 5;
}
.vv-product-zoom--multi .vv-product-zoom-prev,
.vv-product-zoom--multi .vv-product-zoom-next {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}
.vv-product-zoom-prev:hover,
.vv-product-zoom-next:hover {
    background: var(--vv-zoom-control-bg-hover, rgba(255, 255, 255, 0.26));
    color: var(--vv-zoom-on-accent, var(--vv-zoom-control-fg, #fff));
    border-color: var(--vv-zoom-accent, rgba(255, 255, 255, 0.2));
}
.vv-product-zoom-stage {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-width: min(96vw, 1200px);
    max-height: 90vh;
    cursor: default;
}
.vv-product-zoom-viewport {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: max-content;
    max-width: min(96vw, 1200px);
    max-height: 86vh;
    min-width: 48px;
    min-height: 48px;
    line-height: 0;
    border-radius: 12px;
    background: var(--vv-zoom-viewport-bg, transparent);
    border: 1px solid var(--vv-zoom-viewport-border, transparent);
    touch-action: pinch-zoom;
    pointer-events: auto !important;
    isolation: isolate;
    box-sizing: border-box;
}
.vv-product-zoom-surface:focus:not(:focus-visible) {
    outline: none;
}
.vv-product-zoom-surface:focus-visible {
    outline: 2px solid var(--vv-zoom-focus-ring, rgba(255, 255, 255, 0.45));
    outline-offset: 3px;
}
@media (pointer: fine) {
    .vv-product-zoom-viewport {
        touch-action: none;
        cursor: zoom-in;
    }
    .vv-product-zoom-viewport.vv-product-zoom-viewport--zoomed {
        cursor: grab;
    }
    .vv-product-zoom-viewport.vv-product-zoom-viewport--panning {
        cursor: grabbing;
    }
}
.vv-product-zoom-overlay.vv-product-zoom-overlay--open .vv-product-zoom-img {
    display: block;
    max-width: min(96vw, 1200px);
    max-height: 86vh;
    width: auto;
    height: auto;
    margin: 0;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: var(--vv-zoom-img-shadow, 0 24px 80px rgba(0, 0, 0, 0.45));
    transform-origin: center center;
    user-select: none;
    -webkit-user-drag: none;
    will-change: transform;
    backface-visibility: hidden;
    pointer-events: auto !important;
    position: relative;
    z-index: 1;
}
.vv-product-zoom-close {
    position: fixed;
    top: max(12px, env(safe-area-inset-top, 12px));
    right: max(12px, env(safe-area-inset-right, 12px));
    z-index: 100001;
    width: 44px;
    height: 44px;
    border: 1px solid var(--vv-zoom-viewport-border, rgba(255, 255, 255, 0.12));
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    background: var(--vv-zoom-control-bg, rgba(255, 255, 255, 0.12));
    color: var(--vv-zoom-control-fg, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.vv-product-zoom-close:hover {
    background: var(--vv-zoom-control-bg-hover, rgba(255, 255, 255, 0.22));
    color: var(--vv-zoom-on-accent, var(--vv-zoom-control-fg, #fff));
    border-color: var(--vv-zoom-accent, rgba(255, 255, 255, 0.2));
}

/* Flat HUB + shortcody [vv_product_*] — tło z zapisanych vb_* (bez rodzica .vv-mega-product-landing) */
.vv-arch-wrap.vv-hub-fragment,
.vv-hub-fragment.vv-arch-wrap {
    background: var(--vvfs-bg) !important;
    color: var(--vvfs-text, inherit) !important;
    border: var(--vvfs-bw, 0) solid var(--vvfs-bc, transparent) !important;
    border-radius: var(--vvfs-radius, 0) !important;
    box-sizing: border-box !important;
}

/* Flat HUB + shortcody [vv_product_*]: opis, trust, meta, cena (vv-hub-fragment / vv-arch-wrap) */
.vv-arch-wrap.vv-flat-hub-desc,
.vv-arch-wrap.vv-arch-hub-desc,
.vv-hub-fragment.vv-inner-desc {
    color: var(--vvfs-text, inherit) !important;
}
.vv-arch-wrap .vv-hub-desc-content,
.vv-arch-wrap.vv-flat-hub-desc :is(p, b, strong, em, span, a, li),
.vv-arch-wrap.vv-arch-hub-desc :is(p, b, strong, em, span, a, li),
.vv-hub-fragment.vv-inner-desc :is(p, b, strong, em, span, a, li) {
    color: inherit !important;
}

/* H1–H6 w opisie / HUB — nadpisanie inline z edytora Woo (np. #000 na ciemnym tle) */
.vv-arch-wrap :is(h1, h2, h3, h4, h5, h6),
.vv-hub-fragment :is(h1, h2, h3, h4, h5, h6),
.vv-arch-wrap.vv-flat-hub-desc :is(h1, h2, h3, h4, h5, h6),
.vv-arch-wrap.vv-arch-hub-desc :is(h1, h2, h3, h4, h5, h6),
.vv-hub-desc-content :is(h1, h2, h3, h4, h5, h6),
.vv-mega-product-landing :is(.vv-mega-full-desc, .vv-hub-desc-content) :is(h1, h2, h3, h4, h5, h6),
.vv-mega-product-landing .vv-product-title {
    color: var(--vvfs-text, inherit) !important;
    -webkit-text-fill-color: var(--vvfs-text, inherit) !important;
}
.vv-arch-wrap .vv-trust-badge-grid .vv-trust-item,
.vv-hub-fragment .vv-trust-badge-grid .vv-trust-item {
    background: color-mix(in srgb, var(--vvfs-text, #1a1d20) 7%, transparent) !important;
}
.vv-arch-wrap .vv-trust-badge-grid .vv-trust-item-text,
.vv-hub-fragment .vv-trust-badge-grid .vv-trust-item-text {
    color: var(--vvfs-text, inherit) !important;
}
.vv-arch-wrap .vv-trust-badge-grid .vv-trust-badge-ico,
.vv-arch-wrap .vv-trust-badge-grid .vv-trust-item .dashicons,
.vv-hub-fragment .vv-trust-badge-grid .vv-trust-badge-ico,
.vv-hub-fragment .vv-trust-badge-grid .vv-trust-item .dashicons {
    color: var(--vvfs-accent, var(--vvfs-accent-local, #df0000)) !important;
}
.vv-hub-fragment .vv-price-big,
.vv-hub-fragment .vv-price-big .price,
.vv-hub-fragment .vv-price-big .woocommerce-Price-amount,
.vv-arch-wrap .vv-price-big .woocommerce-Price-amount,
.vv-arch-wrap .vv-price-big .woocommerce-Price-amount bdi,
.vv-arch-wrap .vv-price-big .woocommerce-Price-currencySymbol,
.vv-arch-wrap.vv-flat-hub-price .woocommerce-Price-amount,
.vv-arch-wrap.vv-flat-hub-price .woocommerce-Price-amount bdi,
.vv-arch-wrap.vv-flat-hub-price .woocommerce-Price-currencySymbol {
    color: var(--vvfs-text, inherit) !important;
    -webkit-text-fill-color: var(--vvfs-text, inherit) !important;
}

.vv-arch-wrap .vv-unit-price,
.vv-hub-fragment .vv-unit-price,
.vv-flat-hub-price .vv-unit-price {
    color: color-mix(in srgb, var(--vvfs-text, #94a3b8) 78%, transparent) !important;
    opacity: 1 !important;
}
.vv-hub-fragment .vv-custom-meta {
    color: var(--vvfs-text, inherit) !important;
    border-top-color: color-mix(in srgb, var(--vvfs-text, #64748b) 14%, transparent) !important;
}
.vv-hub-fragment .vv-custom-meta .vv-meta-pair > span:first-child {
    color: var(--vv-mh-label, color-mix(in srgb, var(--vvfs-text, #94a3b8) 62%, transparent)) !important;
}
.vv-hub-fragment .vv-custom-meta .vv-meta-val,
.vv-hub-fragment .vv-custom-meta a {
    color: var(--vv-mh-val, var(--vvfs-text, inherit)) !important;
}

/* [vv_product_sliders] — vb_sliders_* / --vvfs-* */
.vv-arch-wrap.vv-arch-sliders,
.vv-section-fragment.vv-arch-sliders {
    background: var(--vvfs-bg) !important;
    color: var(--vvfs-text, inherit) !important;
    border: var(--vvfs-bw, 0) solid var(--vvfs-bc, transparent) !important;
    border-radius: var(--vvfs-radius, 0) !important;
    box-sizing: border-box !important;
}
.vv-arch-sliders .vv-smart-slider-title {
    color: var(--vvfs-text, inherit) !important;
}
.vv-arch-sliders .vv-smart-slider-accent-bar {
    background: var(--vvfs-accent, #df0000) !important;
}
.vv-arch-sliders .vv-slider-item {
    background: color-mix(in srgb, var(--vvfs-text, #1a1d20) 7%, var(--vvfs-bg, #fff)) !important;
    border: 1px solid color-mix(in srgb, var(--vvfs-text, #64748b) 14%, transparent) !important;
    color: var(--vvfs-text, inherit) !important;
}
.vv-arch-sliders .vv-slider-item-title {
    color: inherit !important;
}
.vv-arch-sliders .vv-slider-item-price,
.vv-arch-sliders .vv-slider-item-price .price,
.vv-arch-sliders .vv-slider-item-price .woocommerce-Price-amount,
.vv-arch-sliders .vv-slider-item-price .woocommerce-Price-amount bdi,
.vv-arch-sliders .vv-slider-item-price .woocommerce-Price-currencySymbol,
.vv-smart-slider-wrap .vv-slider-item-price,
.vv-smart-slider-wrap .vv-slider-item-price .woocommerce-Price-amount,
.vv-smart-slider-wrap .vv-slider-item-price .woocommerce-Price-amount bdi,
.vv-smart-slider-wrap .vv-slider-item-price .woocommerce-Price-currencySymbol,
.vv-mega-product-landing .vv-slider-item-price .woocommerce-Price-amount,
.vv-mega-product-landing .vv-slider-item-price .woocommerce-Price-amount bdi {
    color: var(--vvfs-accent, var(--vv-accent, #df0000)) !important;
    -webkit-text-fill-color: var(--vvfs-accent, var(--vv-accent, #df0000)) !important;
}

/* Karty listingu — promocja (del/ins); szczegóły w #vv-listing-card-actions-style */
.vv-listing-card .vv-listing-card-price ins .woocommerce-Price-amount,
.vv-listing-card .vv-listing-card-price ins .woocommerce-Price-amount bdi {
    color: var(--vv-listing-price-sale, var(--vv-listing-price, var(--vv-accent, inherit))) !important;
    -webkit-text-fill-color: var(--vv-listing-price-sale, var(--vv-listing-price, var(--vv-accent, inherit))) !important;
}
.vv-arch-sliders .vv-slider-item-old-price {
    color: color-mix(in srgb, var(--vvfs-text, #64748b) 55%, transparent) !important;
}
.vv-arch-sliders .vv-slider-item-media {
    background: color-mix(in srgb, var(--vvfs-text, #1a1d20) 10%, var(--vvfs-bg, #f3f4f6)) !important;
}
.vv-arch-sliders .vv-slider-item:hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--vvfs-accent, #df0000) 40%, transparent) !important;
    box-shadow: 0 10px 30px color-mix(in srgb, var(--vvfs-bc, #0f172a) 22%, transparent) !important;
}

/* Mega-boks: siatka „zaufania” 2×2 + dashicons (bez fontu SVG było pusto) */
.vv-trust-grid .vv-trust-item .dashicons.vv-trust-badge-ico,
.vv-trust-grid .vv-trust-item .dashicons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: dashicons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 599px) {
    /* 2×2 — mniejsze kafelki / fonty; minmax(0) zapobiega rozjazdom siatki */
    body.woocommerce .vv-trust-badge-grid,
    body.woocommerce-page .vv-trust-badge-grid,
    body.woocommerce .vv-mega-product-landing .vv-trust-grid,
    body.woocommerce-page .vv-mega-product-landing .vv-trust-grid,
    .vv-trust-badge-grid,
    .vv-mega-product-landing .vv-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 6px !important;
    }

    body.woocommerce .vv-trust-badge-grid .vv-trust-item,
    body.woocommerce-page .vv-trust-badge-grid .vv-trust-item,
    body.woocommerce .vv-mega-product-landing .vv-trust-grid .vv-trust-item,
    body.woocommerce-page .vv-mega-product-landing .vv-trust-grid .vv-trust-item,
    .vv-trust-badge-grid .vv-trust-item,
    .vv-mega-product-landing .vv-trust-grid .vv-trust-item {
        padding: 5px 7px !important;
        gap: 5px !important;
        border-radius: 8px !important;
        align-items: flex-start !important;
        font-size: 10px !important;
    }

    body.woocommerce .vv-trust-badge-grid .vv-trust-item .dashicons,
    body.woocommerce-page .vv-trust-badge-grid .vv-trust-item .dashicons,
    body.woocommerce .vv-mega-product-landing .vv-trust-grid .vv-trust-item .dashicons,
    body.woocommerce-page .vv-mega-product-landing .vv-trust-grid .vv-trust-item .dashicons,
    .vv-trust-badge-grid .vv-trust-item .dashicons,
    .vv-mega-product-landing .vv-trust-grid .vv-trust-item .dashicons {
        font-size: 14px !important;
        width: 16px !important;
        height: 16px !important;
        flex-shrink: 0 !important;
        line-height: 1 !important;
    }

    body.woocommerce .vv-trust-badge-grid .vv-trust-item .vv-trust-item-text,
    body.woocommerce-page .vv-trust-badge-grid .vv-trust-item .vv-trust-item-text,
    body.woocommerce .vv-mega-product-landing .vv-trust-grid .vv-trust-item .vv-trust-item-text,
    body.woocommerce-page .vv-mega-product-landing .vv-trust-grid .vv-trust-item .vv-trust-item-text,
    .vv-trust-badge-grid .vv-trust-item-text,
    .vv-mega-product-landing .vv-trust-grid .vv-trust-item-text {
        font-size: 10px !important;
        line-height: 1.15 !important;
        -webkit-line-clamp: 3 !important;
    }
}

/* --- Katalog / produkt: tylko mały wskaźnik (bez pełnoekranowej zasłony) — „dodaj do koszyka” itd. --- */
@keyframes vvWcComSpinner {
    to {
        transform: rotate(360deg);
    }
}

body.vv-wc-prices-loading:not(.woocommerce-cart):not(.woocommerce-checkout):not(.vv-vinvic-cart-embed)::after {
    content: "";
    /* Delikatne „bąbelkowe” tło pod spinnerem, nie zasłoną całej strony. */
    position: fixed;
    z-index: 2147483000;
    right: 16px;
    bottom: 16px;
    left: auto;
    top: auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.12);
    pointer-events: none;
}

body.vv-wc-prices-loading:not(.woocommerce-cart):not(.woocommerce-checkout):not(.vv-vinvic-cart-embed)::before {
    content: "";
    position: fixed;
    z-index: 2147483001;
    right: 28px;
    bottom: 28px;
    left: auto;
    top: auto;
    width: 24px;
    height: 24px;
    margin: 0;
    border: 2px solid rgba(15, 23, 42, 0.12);
    border-top-color: var(--vv-accent, #111827);
    border-radius: 50%;
    animation: vvWcComSpinner 0.7s linear infinite;
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    body.vv-wc-prices-loading:not(.woocommerce-cart):not(.woocommerce-checkout):not(.vv-vinvic-cart-embed)::before {
        animation: none;
        border-color: var(--vv-accent, #111827);
        border-top-color: var(--vv-accent, #111827);
    }
}
