.vv-wl-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.vv-wl-actions--hub {
    margin-top: 10px;
}

.vv-price-hub-actions {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.vv-price-hub-actions .vv-wl-actions--hub {
    margin-top: 0;
}

/* Strona listy życzeń — pełna szerokość + preset sklepu (Wygląd → Sklep) */
.vv-wl-page {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 0 clamp(20px, 3vw, 32px);
    padding: clamp(14px, 2.5vw, 24px);
    color: var(--vv-wl-page-text, var(--vv-listing-page-text, var(--vvfs-text, #0f172a)));
    background: var(--vv-wl-page-bg, var(--vv-listing-page-bg, var(--vvfs-bg, #ffffff)));
    border: 1px solid var(--vv-wl-page-border, var(--vv-listing-page-border, var(--vvfs-border, #e2e8f0)));
    border-radius: var(--vv-wl-page-radius, var(--vv-harmony-radius, var(--vvfs-radius, 14px)));
    box-shadow: 0 10px 22px color-mix(in srgb, var(--vv-wl-page-text, var(--vv-listing-page-text, #0f172a)) 12%, transparent);
    font-family: var(--vvfs-font, inherit);
}

.vv-wl-page--standalone {
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    box-shadow: none !important;
    padding-left: clamp(16px, 3vw, 40px);
    padding-right: clamp(16px, 3vw, 40px);
}

.vv-wl-page--standalone::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    transform: translateX(-50%);
    background: inherit;
    border-color: transparent;
    box-shadow: none;
}

/* OceanWP / motywy z #content-wrap.container + sidebar — pełna szerokość ekranu */
body.vv-wishlist-standalone-page #main,
body:has(.vv-wl-page--standalone) #main {
    width: 100% !important;
    max-width: none !important;
}

body.vv-wishlist-standalone-page #content-wrap,
body.vv-wishlist-standalone-page #content-wrap.container,
body:has(.vv-wl-page--standalone) #content-wrap,
body:has(.vv-wl-page--standalone) #content-wrap.container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

body.vv-wishlist-standalone-page #content-wrap #right-sidebar,
body.vv-wishlist-standalone-page #content-wrap #left-sidebar,
body.vv-wishlist-standalone-page #content-wrap #secondary,
body.vv-wishlist-standalone-page #content-wrap .sidebar-container,
body.vv-wishlist-standalone-page #content-wrap aside.widget-area,
body:has(.vv-wl-page--standalone) #content-wrap #right-sidebar,
body:has(.vv-wl-page--standalone) #content-wrap #left-sidebar,
body:has(.vv-wl-page--standalone) #content-wrap #secondary,
body:has(.vv-wl-page--standalone) #content-wrap .sidebar-container,
body:has(.vv-wl-page--standalone) #content-wrap aside.widget-area {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.vv-wishlist-standalone-page #primary,
body.vv-wishlist-standalone-page #content,
body.vv-wishlist-standalone-page .content-area,
body.vv-wishlist-standalone-page .site-content,
body.vv-wishlist-standalone-page .single-page-article,
body.vv-wishlist-standalone-page .entry,
body.vv-wishlist-standalone-page main.site-main,
body:has(.vv-wl-page--standalone) #primary,
body:has(.vv-wl-page--standalone) #content,
body:has(.vv-wl-page--standalone) .content-area,
body:has(.vv-wl-page--standalone) .site-content,
body:has(.vv-wl-page--standalone) .single-page-article,
body:has(.vv-wl-page--standalone) .entry,
body:has(.vv-wl-page--standalone) main.site-main {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.vv-wishlist-standalone-page .entry.clr,
body:has(.vv-wl-page--standalone) .entry.clr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

main.site-main.vv-wl-share-standalone {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.vv-customer-account .vv-ca-page-body .vv-wl-page,
body.vv-customer-account .woocommerce-MyAccount-content .vv-wl-page {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.entry-content > .vv-wl-page,
.site-main .vv-wl-page,
.woocommerce .vv-wl-page {
    width: 100%;
    max-width: 100%;
}

.vv-wl-page__title,
.vv-wl-page :is(h2, h3).vv-wl-page__title {
    margin: 0 0 clamp(12px, 2vw, 18px);
    font-size: clamp(1.25rem, 2.8vw, 1.65rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--vv-wl-page-text, var(--vv-listing-page-text, var(--vvfs-text, #0f172a))) !important;
    -webkit-text-fill-color: var(--vv-wl-page-text, var(--vv-listing-page-text, var(--vvfs-text, #0f172a))) !important;
}

.vv-wl-page__intro,
.vv-wl-page .vv-wl-share-box__lead {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--vv-wl-page-muted, var(--vv-listing-page-muted, var(--vvfs-text-dim, #64748b)));
}

.vv-wl-share-box {
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid var(--vv-wl-page-border, var(--vv-listing-page-border, var(--vvfs-border, #e2e8f0)));
    border-radius: var(--vv-wl-page-radius, var(--vv-harmony-radius-sm, 12px));
    background: color-mix(in srgb, var(--vv-wl-page-text, var(--vvfs-text, #0f172a)) 5%, var(--vv-wl-page-bg, var(--vv-listing-page-bg, var(--vvfs-bg, #fff))));
}

.vv-wl-share-box__lead,
.vv-wl-share-box__hint {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.5;
}

.vv-wl-share-box__row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vv-wl-share-box__input {
    flex: 1 1 220px;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid var(--vv-wl-page-border, var(--vv-listing-page-border, var(--vvfs-border, #e2e8f0)));
    border-radius: var(--vv-harmony-radius-sm, 10px);
    font-size: 13px;
    color: var(--vv-wl-page-text, inherit);
    background: color-mix(in srgb, var(--vv-wl-page-text, #0f172a) 6%, var(--vv-wl-page-bg, var(--vvfs-bg, #fff)));
}

.vv-wl-share-box__copy,
.vv-wl-share-box__email-submit {
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: var(--vv-harmony-radius-sm, 10px);
    background: var(--vv-harmony-primary-bg, var(--vv-wl-page-accent, var(--vvfs-accent, #df0000)));
    color: var(--vv-harmony-primary-text, #fff);
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}

.vv-wl-share-box__sub {
    margin: 14px 0 8px;
    font-size: 12px;
    font-weight: 700;
    color: var(--vv-wl-page-muted, var(--vv-listing-page-muted, #64748b));
}

.vv-wl-share-box__message {
    width: 100%;
    margin-top: 8px;
    padding: 10px 12px;
    border: 1px solid var(--vv-wl-page-border, var(--vvfs-border, #e2e8f0));
    border-radius: var(--vv-harmony-radius-sm, 10px);
    font-size: 13px;
    font-family: inherit;
    color: inherit;
    background: color-mix(in srgb, var(--vv-wl-page-text, #0f172a) 4%, var(--vv-wl-page-bg, #fff));
    box-sizing: border-box;
    resize: vertical;
}

.vv-wl-share-box__row--email {
    margin-bottom: 0;
}

.vv-listing-price-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.vv-listing-price-row .vv-listing-card-price {
    flex: 1;
    min-width: 0;
    margin-bottom: 0 !important;
}

.vv-wl-actions--listing {
    flex: 0 0 auto;
    margin-top: 2px;
}

.vv-wl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--vvfs-bc, #e2e8f0) 88%, transparent);
    border-radius: 999px;
    background: var(--vvfs-bg, #fff);
    color: var(--vv-wl-icon, color-mix(in srgb, var(--vvfs-text, #64748b) 72%, transparent));
    cursor: pointer;
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease, transform 0.12s ease;
}

.vv-wl-btn:hover {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--vv-wl-icon-active, var(--vvfs-accent, #df0000)) 35%, transparent);
}

.vv-wl-btn.is-active {
    color: var(--vv-wl-icon-active, var(--vvfs-accent, #df0000));
    border-color: color-mix(in srgb, var(--vv-wl-icon-active, var(--vvfs-accent, #df0000)) 45%, transparent);
    background: color-mix(in srgb, var(--vv-wl-icon-active, var(--vvfs-accent, #df0000)) 8%, var(--vvfs-bg, #fff));
}

.vv-wl-btn--stock.is-active {
    color: var(--vv-wl-stock-icon-active, var(--vv-wl-icon-active, var(--vvfs-accent, #df0000)));
    border-color: color-mix(in srgb, var(--vv-wl-stock-icon-active, var(--vvfs-accent, #df0000)) 45%, transparent);
    background: color-mix(in srgb, var(--vv-wl-stock-icon-active, var(--vvfs-accent, #df0000)) 8%, var(--vvfs-bg, #fff));
}

.vv-wl-btn--stock:not(.is-active) {
    color: var(--vv-wl-stock-icon, var(--vv-wl-icon, inherit));
}

.vv-wl-btn--share {
    color: var(--vv-wl-share-icon, var(--vv-wl-icon, color-mix(in srgb, var(--vvfs-text, #64748b) 72%, transparent)));
}

.vv-wl-btn--share:hover {
    border-color: color-mix(in srgb, var(--vv-wl-share-icon, var(--vvfs-accent, #df0000)) 35%, transparent);
}

/* --- Modale (stock + share) — spójne z vv-admin_theme → Sklep / harmony --- */
.vv-wl-modal__label {
    display: block;
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--vv-wl-modal-muted, var(--vv-listing-page-muted, var(--vvfs-text-dim, color-mix(in srgb, var(--vvfs-text, #64748b) 72%, transparent))));
}

.vv-wl-btn__icon {
    display: inline-flex;
    line-height: 0;
}

.vv-wl-btn--wide {
    width: auto;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 13px;
}

.vv-wl-stock-form {
    margin-top: 12px;
    padding: 12px;
    border: 1px dashed color-mix(in srgb, var(--vvfs-bc, #e2e8f0) 90%, transparent);
    border-radius: 12px;
    background: color-mix(in srgb, var(--vvfs-bg, #fff) 92%, var(--vvfs-text, #0f172a) 8%);
}

.vv-wl-stock-form__label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
}

.vv-wl-stock-form__row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vv-wl-stock-form__input {
    flex: 1 1 180px;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid var(--vvfs-bc, #e2e8f0);
    border-radius: 10px;
}

.vv-wl-stock-form__submit {
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 10px;
    background: var(--vvfs-accent, #df0000);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.vv-wl-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease, visibility 0.18s ease;
}

.vv-wl-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.vv-wl-modal__backdrop {
    position: absolute;
    inset: 0;
    background: var(--vvfs-overlay, color-mix(in srgb, var(--vv-wl-modal-text, #0f172a) 55%, transparent));
    backdrop-filter: blur(4px);
}

.vv-wl-modal__panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(100%, 420px);
    max-height: min(92vh, 680px);
    overflow: hidden;
    padding: 0;
    border-radius: var(--vv-wl-modal-radius, var(--vv-harmony-radius, var(--vvfs-radius, 16px)));
    border: 1px solid var(--vv-wl-modal-border, var(--vvfs-border, var(--vvfs-bc, #e2e8f0)));
    background: var(--vv-wl-modal-bg, var(--vv-listing-page-bg, var(--vvfs-bg, #fff)));
    color: var(--vv-wl-modal-text, var(--vv-listing-page-text, var(--vvfs-text, #0f172a)));
    font-family: var(--vvfs-font, inherit);
    box-shadow: var(--vvfs-shadow, 0 24px 60px color-mix(in srgb, #000 28%, transparent));
}

.vv-wl-modal__accent {
    flex: 0 0 auto;
    height: 5px;
    background: var(--vv-wl-modal-accent, var(--vvfs-accent, var(--vv-harmony-accent, #df0000)));
}

.vv-wl-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--vv-wl-modal-border, var(--vv-listing-page-border, var(--vvfs-border, var(--vvfs-bc, #e2e8f0))));
    border-radius: var(--vv-harmony-radius-sm, 10px);
    background: var(--vv-wl-modal-bg, var(--vv-listing-page-bg, var(--vvfs-bg, #fff)));
    color: var(--vv-wl-modal-text, var(--vv-listing-page-text, var(--vvfs-text, inherit)));
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.vv-wl-modal__close:hover {
    border-color: var(--vv-wl-modal-accent, var(--vvfs-accent, #df0000));
    color: var(--vv-wl-modal-accent, var(--vvfs-accent, #df0000));
}

.vv-wl-modal__head {
    flex: 0 0 auto;
    padding: 18px 52px 0 20px;
}

.vv-wl-modal__title,
.vv-wl-modal__panel :is(h3, .vv-wl-modal__title) {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--vv-wl-modal-text, var(--vv-listing-page-text, var(--vvfs-text, #0f172a))) !important;
    -webkit-text-fill-color: var(--vv-wl-modal-text, var(--vv-listing-page-text, var(--vvfs-text, #0f172a))) !important;
}

.vv-wl-modal__lead {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: var(--vv-wl-modal-muted, var(--vv-listing-page-muted, var(--vvfs-text-dim, color-mix(in srgb, var(--vvfs-text, #64748b) 78%, transparent)))) !important;
    -webkit-text-fill-color: var(--vv-wl-modal-muted, var(--vv-listing-page-muted, var(--vvfs-text-dim, color-mix(in srgb, var(--vvfs-text, #64748b) 78%, transparent)))) !important;
}

.vv-wl-modal__form,
.vv-wl-share-modal__body {
    flex: 1 1 auto;
    overflow: auto;
    padding: 16px 20px 20px;
}

.vv-wl-modal__form .vv-wl-modal__input {
    margin-bottom: 16px;
}

.vv-wl-modal__input {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid var(--vv-wl-modal-border, var(--vvfs-border, var(--vvfs-bc, #e2e8f0)));
    border-radius: var(--vv-harmony-radius-sm, 10px);
    font-size: 14px;
    color: inherit;
    background: color-mix(in srgb, var(--vv-wl-modal-text, var(--vvfs-text, #0f172a)) 4%, var(--vv-wl-modal-bg, var(--vvfs-bg, #fff)));
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.vv-wl-modal__input:focus {
    outline: none;
    border-color: var(--vv-wl-modal-accent, var(--vvfs-accent, var(--vv-harmony-accent, #df0000)));
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--vv-wl-modal-accent, var(--vvfs-accent, #df0000)) 18%, transparent);
}

.vv-wl-modal__input--error {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px color-mix(in srgb, #ef4444 18%, transparent);
}

.vv-wl-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    padding-top: 4px;
}

.vv-wl-modal__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: var(--vv-harmony-radius-sm, var(--vv-wl-modal-radius, 10px));
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
}

.vv-wl-modal__btn:active {
    transform: translateY(1px);
}

.vv-wl-modal__btn--ghost {
    border: 2px solid var(--vv-wl-modal-border, color-mix(in srgb, var(--vv-wl-modal-text, #0f172a) 18%, transparent));
    background: transparent;
    color: inherit;
}

.vv-wl-modal__btn--ghost:hover {
    border-color: var(--vv-wl-modal-accent, var(--vvfs-accent, #df0000));
    color: var(--vv-wl-modal-accent, var(--vvfs-accent, #df0000));
}

.vv-wl-modal__btn--primary {
    border: 2px solid var(--vv-wl-modal-primary-bg, var(--vv-harmony-primary-bg, var(--vv-wl-modal-accent, var(--vvfs-accent, #df0000))));
    background: var(--vv-wl-modal-primary-bg, var(--vv-harmony-primary-bg, var(--vv-wl-modal-accent, var(--vvfs-accent, #df0000))));
    color: var(--vv-wl-modal-primary-text, var(--vv-harmony-primary-text, #fff));
}

.vv-wl-modal__btn--primary:hover {
    filter: brightness(1.06);
}

/* Udostępnij */
.vv-wl-modal--share .vv-wl-modal__panel {
    width: min(100%, 440px);
}

.vv-wl-share-modal__block {
    margin-bottom: 16px;
}

.vv-wl-share-modal__block:last-of-type {
    margin-bottom: 0;
}

.vv-wl-share-modal__field {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid var(--vv-wl-modal-border, var(--vvfs-border, var(--vvfs-bc, #e2e8f0)));
    border-radius: var(--vv-harmony-radius-sm, 10px);
    background: color-mix(in srgb, var(--vv-wl-modal-text, var(--vvfs-text, #0f172a)) 4%, var(--vv-wl-modal-bg, var(--vvfs-bg, #fff)));
}

.vv-wl-share-modal__field .vv-wl-modal__input {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 13px;
}

.vv-wl-share-modal__field .vv-wl-modal__input:focus {
    box-shadow: none;
}

.vv-wl-share-modal__copy {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 46px;
    padding: 0 14px;
    border: 0;
    border-left: 1px solid var(--vv-wl-modal-border, var(--vvfs-border, var(--vvfs-bc, #e2e8f0)));
    background: color-mix(in srgb, var(--vv-wl-modal-accent, var(--vvfs-accent, #df0000)) 10%, var(--vv-wl-modal-bg, var(--vvfs-bg, #fff)));
    color: var(--vv-wl-modal-accent, var(--vvfs-accent, var(--vv-harmony-accent, #df0000)));
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}

.vv-wl-share-modal__copy:hover {
    background: color-mix(in srgb, var(--vv-wl-modal-accent, var(--vvfs-accent, #df0000)) 16%, var(--vv-wl-modal-bg, var(--vvfs-bg, #fff)));
}

.vv-wl-share-modal__copy svg {
    flex-shrink: 0;
}

.vv-wl-share-modal__divider {
    height: 1px;
    margin: 18px 0 16px;
    background: var(--vv-wl-modal-border, color-mix(in srgb, var(--vv-wl-modal-text, #0f172a) 12%, transparent));
}

.vv-wl-share-modal__actions {
    margin-bottom: 14px;
}

.vv-wl-share-modal__actions .vv-wl-modal__btn {
    width: 100%;
}

.vv-wl-share-modal__socials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.vv-wl-share-modal__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 10px;
    border-radius: var(--vv-harmony-radius-sm, 10px);
    border: 1px solid var(--vv-wl-modal-border, var(--vvfs-border, var(--vvfs-bc, #e2e8f0)));
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-align: center;
    color: inherit;
    background: color-mix(in srgb, var(--vv-wl-modal-text, var(--vvfs-text, #0f172a)) 5%, var(--vv-wl-modal-bg, var(--vvfs-bg, #fff)));
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.vv-wl-share-modal__social:hover {
    border-color: var(--vv-wl-modal-accent, var(--vvfs-accent, #df0000));
    color: var(--vv-wl-modal-accent, var(--vvfs-accent, #df0000));
    background: color-mix(in srgb, var(--vv-wl-modal-accent, var(--vvfs-accent, #df0000)) 8%, var(--vv-wl-modal-bg, var(--vvfs-bg, #fff)));
}

@media (max-width: 480px) {
    .vv-wl-modal__actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .vv-wl-modal__btn {
        width: 100%;
    }

    .vv-wl-share-modal__socials {
        grid-template-columns: 1fr;
    }

    .vv-wl-share-modal__copy-text {
        display: none;
    }

    .vv-wl-share-modal__copy {
        padding: 0 12px;
    }
}

.vv-wl-toast {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 99999;
    max-width: min(360px, calc(100vw - 32px));
    padding: 12px 16px;
    border-radius: 12px;
    background: var(--vvfs-text, #0f172a);
    color: var(--vvfs-bg, #fff);
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 12px 30px color-mix(in srgb, #000 25%, transparent);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.vv-wl-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.vv-fav-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
    gap: clamp(12px, 2vw, 20px);
    width: 100%;
    align-items: stretch;
}

.vv-fav-grid > .vv-fav-card {
    min-width: 0;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    float: none;
    clear: none;
    width: auto;
}

.vv-fav-card.vv-listing-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 0;
    padding: 14px;
    overflow: visible;
    box-shadow: 0 10px 22px color-mix(in srgb, var(--vv-fav-card-text, var(--vv-listing-page-text, #0f172a)) 12%, transparent);
}

.vv-fav-card--manageable {
    position: relative;
}

.vv-fav-card__remove {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid color-mix(in srgb, var(--vv-fav-card-text, #0f172a) 18%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--vv-fav-card-bg, var(--vv-wl-page-bg, #fff)) 88%, var(--vv-fav-card-text, #0f172a) 12%);
    color: var(--vv-fav-card-text, inherit);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 12px color-mix(in srgb, #000 18%, transparent);
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease, transform 0.12s ease;
}

.vv-fav-card__remove:hover {
    border-color: var(--vv-wl-page-accent, var(--vvfs-accent, #df0000));
    color: var(--vv-wl-page-accent, var(--vvfs-accent, #df0000));
    transform: scale(1.05);
}

.vv-fav-card__remove span {
    display: block;
    margin-top: -1px;
}

.vv-fav-card__media {
    margin-bottom: 10px;
    border-radius: 12px;
    overflow: hidden;
}

.vv-fav-card__media a {
    display: block;
}

.vv-fav-card__media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.vv-fav-card__title {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.vv-fav-card__title a {
    color: inherit;
    text-decoration: none;
}

.vv-fav-card__title a:hover {
    color: var(--vv-wl-page-accent, var(--vv-listing-page-accent, var(--vvfs-accent, #df0000)));
}

.vv-fav-card__waiting {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin: 0 0 8px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: color-mix(in srgb, var(--vv-wl-page-accent, var(--vv-listing-page-accent, #df0000)) 14%, transparent);
    color: var(--vv-wl-page-accent, var(--vv-listing-page-accent, #df0000));
}

.vv-fav-card__price {
    margin: 0 0 12px;
    font-weight: 700;
    line-height: 1.2;
    min-width: 0;
}

/* Cena WC + omnibus — te same zasady co karty listingu (shortcode nie ładuje vv-listing-card-actions-style) */
.vv-fav-card__price.vv-listing-card-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    line-height: 1.15;
    --vv-listing-price-sale: var(--vv-listing-price, var(--vv-listing-page-accent, var(--vvfs-accent, #df0000)));
    --vv-listing-price-regular: var(--vv-fav-card-text, var(--vv-listing-page-text, inherit));
    --vv-listing-price-old: color-mix(in srgb, var(--vv-fav-card-text, var(--vv-listing-page-muted, #64748b)) 72%, transparent);
    --vv-listing-price-omnibus-label: color-mix(in srgb, var(--vv-fav-card-text, var(--vv-listing-page-muted, #64748b)) 82%, transparent);
    --vv-listing-price-omnibus-amount: var(--vv-listing-price-sale);
}

.vv-fav-card__price .price {
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    width: 100%;
}

.vv-fav-card__price .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.vv-fav-card__price del {
    opacity: 0.85 !important;
    text-decoration: none !important;
    font-size: 0.92em !important;
    font-weight: 600 !important;
}

.vv-fav-card__price del .woocommerce-Price-amount,
.vv-fav-card__price del .woocommerce-Price-amount bdi,
.vv-fav-card__price del .woocommerce-Price-currencySymbol {
    text-decoration: line-through !important;
    color: var(--vv-listing-price-old) !important;
    -webkit-text-fill-color: var(--vv-listing-price-old) !important;
}

.vv-fav-card__price ins,
.vv-fav-card__price ins .woocommerce-Price-amount,
.vv-fav-card__price ins .woocommerce-Price-amount bdi {
    text-decoration: none !important;
    font-size: 1.15em !important;
    font-weight: 900 !important;
    color: var(--vv-listing-price-sale) !important;
    -webkit-text-fill-color: var(--vv-listing-price-sale) !important;
}

.vv-fav-card__price .vv-price-history-omnibus--inline {
    flex: 1 0 100%;
    display: block;
    margin: 6px 0 0;
    padding: 0;
    border: none !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 600;
    color: var(--vv-listing-price-omnibus-label);
}

.vv-fav-card__price .vv-price-history-omnibus--inline .woocommerce-Price-amount,
.vv-fav-card__price .vv-price-history-omnibus--inline bdi {
    font-weight: 700 !important;
    font-size: inherit !important;
    color: var(--vv-listing-price-omnibus-amount) !important;
    -webkit-text-fill-color: var(--vv-listing-price-omnibus-amount) !important;
}

.vv-fav-card__price .price,
.vv-fav-card__price .woocommerce-Price-amount,
.vv-fav-card__price .woocommerce-Price-amount bdi {
    color: var(--vv-listing-price, var(--vv-listing-page-accent, var(--vvfs-accent, inherit))) !important;
    -webkit-text-fill-color: var(--vv-listing-price, var(--vv-listing-page-accent, var(--vvfs-accent, inherit))) !important;
}

.vv-fav-card__price del,
.vv-fav-card__price del .woocommerce-Price-amount {
    color: color-mix(in srgb, var(--vv-fav-card-text, var(--vv-listing-page-text, #64748b)) 72%, transparent) !important;
    -webkit-text-fill-color: color-mix(in srgb, var(--vv-fav-card-text, var(--vv-listing-page-text, #64748b)) 72%, transparent) !important;
    font-size: 0.92em;
    font-weight: 600;
}

.vv-fav-card__foot {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    width: 100%;
}

.vv-fav-card__foot .vv-wl-actions,
.vv-fav-card__foot .vv-wl-actions--single {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.vv-fav-card__foot .vv-wl-actions--single .vv-wl-btn--wide {
    width: 100% !important;
    max-width: 100%;
    min-width: 0 !important;
    min-height: 42px;
    justify-content: flex-start;
    padding: 0 12px !important;
    border-radius: var(--vv-harmony-radius-sm, 10px);
    box-sizing: border-box;
}

.vv-fav-card__foot .vv-wl-btn__label {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.vv-fav-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    border-radius: var(--vv-harmony-radius-sm, 10px) !important;
    background: var(--vv-harmony-primary-bg, var(--vv-wl-page-accent, var(--vvfs-accent, #111827))) !important;
    color: var(--vv-harmony-primary-text, #fff) !important;
    font-weight: 800;
    text-decoration: none;
}

.vv-fav-empty {
    width: 100%;
    padding: clamp(28px, 5vw, 48px);
    text-align: center;
    border: 1px dashed var(--vv-wl-page-border, var(--vv-listing-page-border, #e2e8f0));
    border-radius: var(--vv-wl-page-radius, var(--vv-harmony-radius, 14px));
    color: var(--vv-wl-page-muted, var(--vv-listing-page-muted, #64748b));
    background: color-mix(in srgb, var(--vv-wl-page-text, #0f172a) 4%, var(--vv-wl-page-bg, var(--vvfs-bg, #fff)));
}
