/*
 * PEPINATURE modern front-office theme for Save For Later.
 *
 * This stylesheet is deliberately scoped to .sfl-theme-modern so the original
 * Knowband interface can still be enabled from the module configuration.
 * Site identity colors mirror the active theme/custom.css palette:
 * #337a5f, #52a283, #a8d85d and #edf0ce.
 */

.bottom_bar.sfl-theme-modern {
    --sfl-safe-area-bottom: env(safe-area-inset-bottom, 0px);
    --sfl-safe-area-max-bottom: 0px;
    position: fixed !important;
    right: 0 !important;
    bottom: var(--sfl-safe-area-bottom, env(safe-area-inset-bottom, 0px)) !important;
    left: 0 !important;
    width: 100% !important;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 6px;
    box-sizing: border-box;
    min-height: var(--sfl-bar-min-height, 52px);
    padding: var(--sfl-bar-padding-y, 6px) max(12px, env(safe-area-inset-right)) calc(var(--sfl-bar-padding-y, 6px) + var(--sfl-safe-area-bottom, env(safe-area-inset-bottom))) max(12px, env(safe-area-inset-left));
    border-top: 0;
    background: var(--sfl-bar-color, #337a5f) !important;
    box-shadow: 0 -4px 18px rgba(33, 82, 64, 0.18);
    transition: none !important;
    animation: none !important;
    z-index: 1030;
}

/* Firefox Android can transiently expose its browser chrome as a bottom safe-area
 * while the fixed toolbar is visible. That inflates the SFL bar until the first
 * scroll. Gecko-specific support lets us neutralize only that inset; WebKit iOS
 * keeps the real safe-area required for the home indicator. */
@supports (-moz-appearance: none) {
    .bottom_bar.sfl-theme-modern {
        --sfl-safe-area-bottom: 0px;
    }
}

html.sfl-chromium-android .bottom_bar.sfl-theme-modern {
    --sfl-safe-area-max-bottom: env(safe-area-max-inset-bottom, 0px);
    bottom: calc(env(safe-area-inset-bottom, 0px) - var(--sfl-safe-area-max-bottom, 0px)) !important;
    padding-bottom: calc(var(--sfl-bar-padding-y, 6px) + var(--sfl-safe-area-max-bottom, 0px)) !important;
}

html.sfl-firefox-android .bottom_bar.sfl-theme-modern {
    bottom: 0 !important;
    transition: none !important;
    animation: none !important;
}

.bottom_bar.sfl-theme-modern .bar_item {
    position: static;
    display: block;
    flex: 0 1 285px;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    text-align: center;
}

.bottom_bar.sfl-theme-modern .bar_item:hover {
    background: transparent;
}

.bottom_bar.sfl-theme-modern .velsof_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    width: 100%;
    min-height: var(--sfl-item-min-height, 40px);
    margin: 0;
    padding: var(--sfl-item-padding-y, 7px) 12px;
    border: 1px solid rgba(168, 216, 93, 0.88);
    border-radius: 9px;
    background: var(--sfl-buy-color, #52a283);
    color: #111;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.bottom_bar.sfl-theme-modern .velsof_item:hover,
.bottom_bar.sfl-theme-modern .velsof_item:focus-visible {
    background: var(--sfl-soft-color, #edf0ce);
    border-color: var(--sfl-accent-color, #a8d85d);
    color: #337a5f;
    outline: 2px solid rgba(168, 216, 93, .7);
    outline-offset: 2px;
}

.bottom_bar.sfl-theme-modern .bar_item.sfl-bar-item-active > .velsof_item {
    background: var(--sfl-soft-color, #edf0ce);
    border-color: var(--sfl-accent-color, #a8d85d);
    box-shadow: inset 0 0 0 1px rgba(51, 122, 95, .14), 0 2px 7px rgba(26, 80, 58, .2);
    color: #337a5f;
}

.bottom_bar.sfl-theme-modern .wishbar_icon {
    flex: 0 0 auto;
    min-width: 20px;
    font-size: 19px;
    line-height: 1;
    color: var(--sfl-soft-color, #edf0ce);
}

.bottom_bar.sfl-theme-modern .bar_item.sfl-bar-item-active > .velsof_item .wishbar_icon,
.bottom_bar.sfl-theme-modern .velsof_item:hover .wishbar_icon,
.bottom_bar.sfl-theme-modern .velsof_item:focus-visible .wishbar_icon {
    color: #337a5f;
}

.bottom_bar.sfl-theme-modern .bar_text,
.bottom_bar.sfl-theme-modern .bar_item .velsof_item .bar_text {
    display: inline-block;
    overflow: hidden;
    min-width: 0;
    color: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}

.bottom_bar.sfl-theme-modern .circleCount {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-sizing: border-box;
    min-width: 20px;
    height: 20px;
    margin: 0;
    padding: 0 6px;
    border-radius: 999px;
    background: #48c508;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    vertical-align: middle;
}

.bottom_bar.sfl-theme-modern .stored-settings,
.bottom_bar.sfl-theme-modern .velsof_popup,
.bottom_bar.sfl-theme-modern #recommend_popup,
.bottom_bar.sfl-theme-modern #cart_popup {
    position: fixed !important;
    right: auto !important;
    bottom: var(--sfl-popup-offset, 66px) !important;
    left: var(--sfl-popup-anchor-x, 50%) !important;
    display: none;
    box-sizing: border-box;
    width: max-content !important;
    min-width: min(360px, calc(100vw - 24px));
    max-width: min(620px, calc(100vw - 24px));
    height: auto !important;
    max-height: min(62vh, 520px);
    margin: 0 !important;
    overflow: visible;
    border: 1px solid rgba(82, 162, 131, .5) !important;
    border-radius: 14px;
    background: #f7f9f2;
    box-shadow: 0 14px 38px rgba(31, 72, 57, .25) !important;
    opacity: 0;
    transform: translate(-50%, 10px);
    z-index: 7000;
    transition: opacity .16s ease, transform .16s ease;
}

.bottom_bar.sfl-theme-modern .stored-settings.sfl-popup-paired,
.bottom_bar.sfl-theme-modern .velsof_popup.sfl-popup-paired,
.bottom_bar.sfl-theme-modern #recommend_popup.sfl-popup-paired,
.bottom_bar.sfl-theme-modern #cart_popup.sfl-popup-paired {
    min-width: min(360px, var(--sfl-popup-pair-max-width, 360px));
    max-width: min(620px, var(--sfl-popup-pair-max-width, 620px)) !important;
    transition: opacity .16s ease, transform .16s ease, left .18s ease, max-width .18s ease;
}

.bottom_bar.sfl-theme-modern .stored-settings.sfl-popup-rise-in,
.bottom_bar.sfl-theme-modern .velsof_popup.sfl-popup-rise-in,
.bottom_bar.sfl-theme-modern #recommend_popup.sfl-popup-rise-in,
.bottom_bar.sfl-theme-modern #cart_popup.sfl-popup-rise-in {
    animation: sfl-popup-rise-in .22s ease-out both;
}

@keyframes sfl-popup-rise-in {
    from { opacity: 0; transform: translate(-50%, 22px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

.bottom_bar.sfl-theme-modern.sfl-price-modal-open .stored-settings,
.bottom_bar.sfl-theme-modern.sfl-price-modal-open .velsof_popup,
.bottom_bar.sfl-theme-modern.sfl-price-modal-open #recommend_popup,
.bottom_bar.sfl-theme-modern.sfl-price-modal-open #cart_popup,
body.modal-open .bottom_bar.sfl-theme-modern .stored-settings,
body.modal-open .bottom_bar.sfl-theme-modern .velsof_popup,
body.modal-open .bottom_bar.sfl-theme-modern #recommend_popup,
body.modal-open .bottom_bar.sfl-theme-modern #cart_popup {
    z-index: 1035;
}

.bottom_bar.sfl-theme-modern .stored-settings.activePopup,
.bottom_bar.sfl-theme-modern .velsof_popup.activePopup,
.bottom_bar.sfl-theme-modern #recommend_popup.activePopup,
.bottom_bar.sfl-theme-modern #cart_popup.activePopup {
    display: block;
    bottom: var(--sfl-popup-offset, 66px) !important;
    opacity: 1;
    transform: translate(-50%, 0);
}

.bottom_bar.sfl-theme-modern #cart_popup.activePopup {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#sfl_workspace_backdrop {
    position: fixed;
    inset: 0;
    display: none;
    background: #f7f9f2;
    z-index: 1025;
}

.sfl-workspace-resume {
    position: fixed;
    inset: 0;
    z-index: 1040;
    display: none;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: max(24px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, .5);
    color: #337a5f;
    font: inherit;
    line-height: 1.2;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    touch-action: manipulation;
}

body.sfl-cart-workspace[data-sfl-workspace-orientation="resume-needed"] .sfl-workspace-resume {
    display: flex;
}

body.sfl-cart-workspace[data-sfl-workspace-orientation="resume-needed"] .bottom_bar.sfl-theme-modern {
    background: transparent !important;
    border-top-color: transparent !important;
    box-shadow: none !important;
    pointer-events: none;
}

body.sfl-cart-workspace.sfl-catalog-workspace[data-sfl-workspace-orientation="resume-needed"] .bottom_bar.sfl-theme-modern .bar_item,
body.sfl-cart-workspace.sfl-catalog-workspace[data-sfl-workspace-orientation="resume-needed"] .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(#catalog_products_popup) {
    visibility: hidden !important;
}

body.sfl-cart-workspace.sfl-catalog-workspace[data-sfl-workspace-orientation="resume-needed"] .bottom_bar.sfl-theme-modern #catalog_products_popup.sfl-workspace-panel {
    visibility: visible !important;
    pointer-events: none;
}

body.sfl-cart-workspace.sfl-catalog-workspace[data-sfl-workspace-orientation="resume-needed"] .bottom_bar.sfl-theme-modern #catalog_products_popup.sfl-workspace-panel .headers {
    display: none !important;
}

.sfl-workspace-resume-card {
    display: flex;
    width: min(440px, calc(100vw - 40px));
    min-height: 220px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    box-sizing: border-box;
    padding: 30px 26px;
    border: 2px solid rgba(168, 216, 93, .82);
    border-radius: 24px;
    background: #edf0ce;
    box-shadow: 0 8px 28px rgba(23, 62, 48, .16);
}

.sfl-workspace-resume .sfl-workspace-resume-icon {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 3px solid rgba(51, 122, 95, .22);
    border-radius: 50%;
    background: rgba(255, 255, 255, .52);
    font-size: 42px;
    line-height: 1 !important;
    text-align: center;
    vertical-align: middle;
}

.sfl-workspace-resume .sfl-workspace-resume-icon::before {
    position: static !important;
    display: block;
    width: 1em;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    text-align: center;
    transform: none !important;
}

.sfl-workspace-resume-title {
    color: #173e30;
    font-size: clamp(24px, 6vw, 34px);
    font-weight: 700;
}

.sfl-workspace-resume-copy {
    max-width: 330px;
    color: #337a5f;
    font-size: clamp(17px, 4.5vw, 22px);
    font-weight: 600;
}

.sfl-workspace-resume:focus-visible {
    outline: 4px solid rgba(51, 122, 95, .35);
    outline-offset: -6px;
}

body.sfl-cart-workspace {
    overflow: hidden;
}

body.sfl-cart-workspace #sfl_workspace_backdrop {
    display: block;
}

body.sfl-cart-workspace .bottom_bar.sfl-theme-modern {
    z-index: 1032;
}

body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .stored-settings.sfl-workspace-panel.activePopup,
body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .velsof_popup.sfl-workspace-panel.activePopup,
body.sfl-cart-workspace .bottom_bar.sfl-theme-modern #recommend_popup.sfl-workspace-panel.activePopup,
body.sfl-cart-workspace .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel.activePopup {
    position: fixed !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: var(--sfl-workspace-left, 0px) !important;
    display: flex !important;
    flex-direction: column;
    box-sizing: border-box;
    width: var(--sfl-workspace-width, 100vw) !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f7f9f2;
    box-shadow: none !important;
    opacity: 1;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    z-index: 1031;
    container-type: inline-size;
    container-name: sfl-workspace-panel;
}

body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel).activePopup {
    border-right: 1px solid rgba(51, 122, 95, .18) !important;
}

body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-panel .headers,
body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-panel .sfl-cart-footer {
    flex: 0 0 auto;
    border-radius: 0 !important;
}

body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-panel .velsof_product_list,
body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-panel .velsof_recommend_list,
body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-panel .sfl-cart-product-list,
body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-panel .sfl-catalog-category-list {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none !important;
    overflow-y: auto;
}

.bottom_bar.sfl-theme-modern .sfl-workspace-portrait-controls,
.bottom_bar.sfl-theme-modern .sfl-workspace-portrait-footer {
    display: none;
}

@media (orientation: portrait) and (max-width: 900px) {
    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .main_header {
        position: relative;
        padding-right: 88px !important;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .sfl-workspace-portrait-controls {
        position: absolute;
        z-index: 6;
        top: 7px;
        right: 8px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .sfl-workspace-portrait-landscape,
    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .sfl-workspace-portrait-close {
        display: inline-flex;
        width: 32px;
        height: 32px;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 1px solid rgba(51, 122, 95, .16);
        border-radius: 7px;
        background: var(--sfl-soft-color, #edf0ce);
        color: #337a5f;
        font-size: 16px;
        line-height: 1;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .sfl-workspace-portrait-close {
        border-radius: 50%;
        color: #00822a;
        font-size: 18px;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .sfl-workspace-portrait-landscape:hover,
    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .sfl-workspace-portrait-landscape:focus-visible,
    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .sfl-workspace-portrait-close:hover,
    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .sfl-workspace-portrait-close:focus-visible {
        background: #fff7c9;
        outline: 2px solid var(--sfl-accent-color, #a8d85d);
        outline-offset: 1px;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .sfl-cart-workspace-toggle,
    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .close_popup {
        display: none !important;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .sfl-workspace-portrait-footer {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 9px max(12px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
        border-top: 1px solid rgba(51, 122, 95, .16);
        background: var(--sfl-soft-color, #edf0ce);
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .sfl-workspace-portrait-back {
        width: 100%;
        min-height: 44px;
        margin: 0;
        padding: 8px 14px;
        border: 1px solid var(--sfl-accent-color, #a8d85d);
        border-radius: 8px;
        background: var(--sfl-buy-color, #52a283);
        color: #fff;
        font: inherit;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .sfl-workspace-portrait-back:hover,
    .bottom_bar.sfl-theme-modern .sfl-workspace-portrait-active .sfl-workspace-portrait-back:focus-visible {
        filter: brightness(1.05);
        outline: 2px solid var(--sfl-accent-color, #a8d85d);
        outline-offset: 2px;
    }
}

@media (orientation: landscape) {
    body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .close_popup {
        display: none !important;
    }

    body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .main_header {
        padding-right: 14px;
    }

    body.sfl-cart-workspace .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .main_header {
        padding-right: 88px;
    }

    body.sfl-cart-workspace .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-workspace-toggle {
        right: 46px;
    }
}

.bottom_bar.sfl-theme-modern #cart_popup .headers,
.bottom_bar.sfl-theme-modern #cart_popup .sfl-cart-footer {
    flex: 0 0 auto;
}

.bottom_bar.sfl-theme-modern #cart_popup .sfl-cart-product-list {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
}

.bottom_bar.sfl-theme-modern .stored-settings::after,
.bottom_bar.sfl-theme-modern .velsof_popup::after,
.bottom_bar.sfl-theme-modern #recommend_popup::after,
.bottom_bar.sfl-theme-modern #cart_popup::after {
    display: none;
}

.bottom_bar.sfl-theme-modern .headers,
.bottom_bar.sfl-theme-modern .bar_item .stored-settings .headers {
    position: relative;
    box-sizing: border-box;
    min-height: 46px;
    padding: 0;
    border: 0;
    border-radius: 13px 13px 0 0;
    background: var(--sfl-buy-color, #52a283);
    color: #0f2f23;
    text-transform: none;
}

.bottom_bar.sfl-theme-modern .main_header {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 46px;
    padding: 8px 48px 8px 14px;
    color: #0f2f23;
    font-size: 15px;
    line-height: 1.25;
    text-align: left;
}

.bottom_bar.sfl-theme-modern .main_header label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #0f2f23 !important;
    font-weight: 600;
    text-transform: none;
}

.bottom_bar.sfl-theme-modern .main_header .fa {
    font-size: 17px;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-back-categories {
    display: none;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(51, 122, 95, .18);
    border-radius: 7px;
    background: var(--sfl-soft-color, #edf0ce);
    color: #337a5f;
    cursor: pointer;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-back-categories:hover,
.bottom_bar.sfl-theme-modern .sfl-catalog-back-categories:focus-visible {
    background: #fff7c9;
    outline: 2px solid rgba(168, 216, 93, .55);
    outline-offset: 1px;
}

@media (orientation: portrait) {
    body.sfl-catalog-workspace .bottom_bar.sfl-theme-modern #catalog_products_popup.sfl-workspace-panel .sfl-catalog-back-categories {
        display: inline-flex;
    }
}

.bottom_bar.sfl-theme-modern .list_count {
    color: #173e30;
    font-size: 12px;
    font-weight: 600;
}

.bottom_bar.sfl-theme-modern #cart_popup.sfl-cart-workspace-enabled .main_header {
    padding-right: 88px;
}

.bottom_bar.sfl-theme-modern .sfl-cart-workspace-toggle {
    position: absolute;
    top: 7px;
    right: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid rgba(51, 122, 95, .16);
    border-radius: 7px;
    background: var(--sfl-soft-color, #edf0ce);
    color: #337a5f;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: transform .15s ease, background-color .15s ease;
}

.bottom_bar.sfl-theme-modern .sfl-cart-workspace-toggle:hover,
.bottom_bar.sfl-theme-modern .sfl-cart-workspace-toggle:focus-visible,
.bottom_bar.sfl-theme-modern .sfl-cart-workspace-toggle[aria-pressed="true"] {
    background: #fff7c9;
    color: #245b46;
    outline: 2px solid var(--sfl-accent-color, #a8d85d);
    outline-offset: 1px;
}

.bottom_bar.sfl-theme-modern .close_popup {
    top: 7px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(51, 122, 95, .12);
    border-radius: 50%;
    background: var(--sfl-soft-color, #edf0ce);
    color: #00822a !important;
    font-size: 19px;
    line-height: 1;
    text-decoration: none;
    transition: transform .15s ease, background-color .15s ease;
}

.bottom_bar.sfl-theme-modern .close_popup:hover,
.bottom_bar.sfl-theme-modern .close_popup:focus-visible {
    background: #fff7c9;
    outline: 2px solid var(--sfl-accent-color, #a8d85d);
    outline-offset: 2px;
    transform: scale(1.04);
}

.bottom_bar.sfl-theme-modern .velsof_product_list,
.bottom_bar.sfl-theme-modern .velsof_recommend_list,
.bottom_bar.sfl-theme-modern .sfl-cart-product-list,
.bottom_bar.sfl-theme-modern .sfl-catalog-category-list {
    box-sizing: border-box;
    height: auto;
    max-height: min(52vh, 430px);
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #52a283 #edf0ce;
    scrollbar-width: thin;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-category-list .velsof_container {
    display: grid;
    gap: 5px;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-category {
    display: flex;
    width: 100%;
    min-height: 38px;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    padding: 7px 10px 7px calc(10px + (var(--sfl-category-depth, 0) * 14px));
    border: 1px solid rgba(82, 162, 131, .22);
    border-radius: 8px;
    background: #fffef9;
    color: #337a5f;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-category:hover,
.bottom_bar.sfl-theme-modern .sfl-catalog-category:focus-visible {
    border-color: var(--sfl-accent-color, #a8d85d);
    background: #f5f8e4;
    outline: 2px solid rgba(168, 216, 93, .45);
    outline-offset: 1px;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-category.is-selected {
    border-color: var(--sfl-accent-color, #a8d85d);
    background: var(--sfl-soft-color, #edf0ce);
    box-shadow: inset 3px 0 0 #337a5f;
    color: #245b46;
    font-weight: 700;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-category .fa {
    flex: 0 0 17px;
    text-align: center;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-category-label {
    min-width: 0;
    overflow-wrap: anywhere;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-infinite-sentinel {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    color: #5f7f72;
    font-size: 12px;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-infinite-status {
    opacity: 0;
    transition: opacity .15s ease;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-infinite-sentinel.is-loading .sfl-catalog-infinite-status {
    opacity: 1;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-infinite-status::before {
    display: inline-block;
    margin-right: 7px;
    content: "\f110";
    font-family: FontAwesome;
    animation: sfl-catalog-spin .9s linear infinite;
}

@keyframes sfl-catalog-spin {
    to { transform: rotate(360deg); }
}

.bottom_bar.sfl-theme-modern .sfl-catalog-infinite-retry {
    display: block;
    min-width: 120px;
    min-height: 32px;
    margin: 8px auto;
    padding: 5px 12px;
    border: 1px solid var(--sfl-accent-color, #a8d85d);
    border-radius: 8px;
    background: var(--sfl-soft-color, #edf0ce);
    color: #337a5f;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-infinite-retry:disabled {
    cursor: wait;
    opacity: .65;
}

.bottom_bar.sfl-theme-modern .velsof_container {
    max-height: none;
}

.bottom_bar.sfl-theme-modern .backImage {
    display: none;
}

.bottom_bar.sfl-theme-modern .product_item {
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    width: 100%;
    min-height: 84px;
    margin: 0 0 8px;
    padding: 9px;
    overflow: visible;
    border: 1px solid rgba(82, 162, 131, .22);
    border-radius: 10px;
    background: #fffef9;
    box-shadow: 0 2px 7px rgba(51, 122, 95, .08);
}

.bottom_bar.sfl-theme-modern .product_item:last-child {
    margin-bottom: 0;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-product--clickable {
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-product--clickable:hover {
    border-color: rgba(51, 122, 95, .42);
    background: #fffefb;
    box-shadow: 0 3px 10px rgba(51, 122, 95, .13);
}

.bottom_bar.sfl-theme-modern .product_image {
    display: block;
    float: none;
    flex: 0 0 68px;
    box-sizing: border-box;
    width: 68px;
    min-width: 68px;
    height: 68px;
    padding: 3px;
    overflow: hidden;
    border: 1px solid rgba(51, 122, 95, .14);
    border-radius: 8px;
    background: #f5f6ef;
    box-shadow: none;
}

.bottom_bar.sfl-theme-modern .product_image a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.bottom_bar.sfl-theme-modern .product_image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 5px;
}

.bottom_bar.sfl-theme-modern .product_detail {
    display: flex;
    float: none;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 auto;
    gap: 10px;
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    padding: 0;
}

.bottom_bar.sfl-theme-modern .sfl_product_left {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}

.bottom_bar.sfl-theme-modern .product_title {
    width: auto;
    margin: 0 0 7px;
    line-height: 1.22;
    white-space: normal;
}

.bottom_bar.sfl-theme-modern .product_title a {
    display: inline;
    padding: 0;
    color: #337a5f;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.22;
}

.bottom_bar.sfl-theme-modern .product_title a:hover,
.bottom_bar.sfl-theme-modern .product_title a:focus-visible {
    color: #245b46;
    text-decoration: underline;
}

.bottom_bar.sfl-theme-modern .actionOptions {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.bottom_bar.sfl-theme-modern .actionOptions li {
    margin: 0;
    padding: 0;
}

.bottom_bar.sfl-theme-modern .velsof_buy,
.bottom_bar.sfl-theme-modern .remove_button,
.bottom_bar.sfl-theme-modern .wish_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-sizing: border-box;
    min-height: 32px;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.bottom_bar.sfl-theme-modern .velsof_buy {
    background: var(--sfl-buy-color, #52a283) !important;
    color: #edf0ce !important;
}

.bottom_bar.sfl-theme-modern .velsof_buy .fa,
.bottom_bar.sfl-theme-modern .velsof_buy .material-icons {
    color: #edf0ce !important;
}

.bottom_bar.sfl-theme-modern .velsof_buy:hover,
.bottom_bar.sfl-theme-modern .velsof_buy:focus-visible {
    background: #337a5f !important;
    color: #edf0ce !important;
    outline: 2px solid rgba(168, 216, 93, .65);
    outline-offset: 1px;
}

.bottom_bar.sfl-theme-modern .velsof_buy:hover .fa,
.bottom_bar.sfl-theme-modern .velsof_buy:focus-visible .fa,
.bottom_bar.sfl-theme-modern .velsof_buy:hover .material-icons,
.bottom_bar.sfl-theme-modern .velsof_buy:focus-visible .material-icons {
    color: #edf0ce !important;
}

.sfl-oosn-label-short {
    display: none;
}

.sfl-oosn-state-icon,
.sfl-oosn-mail-icon {
    flex: 0 0 auto;
}

.bottom_bar.sfl-theme-modern #short_popup .sfl-list-oosn-trigger .sfl-oosn-label-long,
.bottom_bar.sfl-theme-modern #recent_popup .sfl-list-oosn-trigger .sfl-oosn-label-long {
    display: none;
}

.bottom_bar.sfl-theme-modern #short_popup .sfl-list-oosn-trigger .sfl-oosn-label-short,
.bottom_bar.sfl-theme-modern #recent_popup .sfl-list-oosn-trigger .sfl-oosn-label-short {
    display: inline;
}

.bottom_bar.sfl-theme-modern #sfl_catalog_products .sfl-catalog-product .velsof_buy,
.bottom_bar.sfl-theme-modern #sfl_catalog_products .sfl-catalog-product .sfl-catalog-oosn-trigger {
    width: 154px;
    max-width: 100%;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-oosn-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-sizing: border-box;
    min-height: 32px;
    max-width: 100%;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid rgba(168, 216, 93, .75);
    border-radius: 7px;
    background: var(--sfl-buy-color, #52a283);
    color: #edf0ce;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-oosn-trigger:hover,
.bottom_bar.sfl-theme-modern .sfl-catalog-oosn-trigger:focus-visible {
    background: #337a5f;
    outline: 2px solid rgba(168, 216, 93, .65);
    outline-offset: 1px;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-oosn-trigger.is-subscribed {
    border-color: rgba(51, 122, 95, .35);
    background: #edf0ce;
    color: #1f533f;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-oosn-trigger.is-loading {
    opacity: .68;
    cursor: wait;
}

@media (max-width: 1366px) {
    .bottom_bar.sfl-theme-modern .sfl-catalog-product .sfl-catalog-oosn-trigger .sfl-oosn-label-long {
        display: none;
    }

    .bottom_bar.sfl-theme-modern .sfl-catalog-product .sfl-catalog-oosn-trigger .sfl-oosn-label-short {
        display: inline;
    }
}

.sfl-catalog-oosn-dialog {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sfl-catalog-oosn-dialog.is-open {
    display: flex;
}

.sfl-catalog-oosn-dialog-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(15, 43, 33, .58);
    cursor: pointer;
}

.sfl-catalog-oosn-dialog-panel {
    position: relative;
    z-index: 1;
    width: min(560px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    overflow: auto;
    border: 1px solid rgba(51, 122, 95, .28);
    border-radius: 18px;
    background: #fdfefc;
    box-shadow: 0 24px 70px rgba(20, 55, 42, .28);
}

.sfl-catalog-oosn-dialog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    background: #337a5f;
    color: #fff;
    font-size: 18px;
}

.sfl-catalog-oosn-dialog-close {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(237, 240, 206, .9);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.sfl-catalog-oosn-dialog-body {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.sfl-catalog-oosn-action-row {
    display: contents;
}

.sfl-catalog-oosn-email-field {
    display: grid;
    gap: 7px;
    margin: 0;
    color: #1f533f;
    font-weight: 600;
    text-align: left !important;
    order: 0;
}

.sfl-catalog-oosn-gdpr {
    order: 1;
}

.sfl-catalog-oosn-account-hint {
    order: 2;
}

.sfl-catalog-oosn-error {
    order: 3;
}

.sfl-catalog-oosn-submit {
    order: 4;
}

.sfl-catalog-oosn-email-caption {
    display: block;
    width: 100%;
    text-align: left !important;
}

.sfl-catalog-oosn-account-hint {
    margin: 0;
    color: #4c6a5f;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
}

.sfl-catalog-oosn-account-hint a {
    color: #1f6d53;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sfl-catalog-oosn-email {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(51, 122, 95, .28);
    border-radius: 8px;
    background: #fff;
}

.sfl-catalog-oosn-gdpr .hi_gdpr_consent_oosn {
    margin: 0;
}

.sfl-catalog-oosn-error {
    min-height: 18px;
    color: #a33b32;
    font-size: 13px;
}

.sfl-catalog-oosn-submit {
    min-height: 44px;
    border: 1px solid #a8d85d;
    border-radius: 8px;
    background: #337a5f;
    color: #fff;
    font-weight: 600;
}

.sfl-catalog-oosn-submit:hover,
.sfl-catalog-oosn-submit:focus-visible {
    background: #28664f;
    color: #fff;
}

@media (max-width: 575px) {
    .sfl-catalog-oosn-dialog {
        align-items: flex-end;
        padding: 10px;
    }

    .sfl-catalog-oosn-dialog-panel {
        width: 100%;
        max-height: calc(100vh - 20px);
        border-radius: 16px;
    }
}

/* Android virtual keyboards can reduce the visual viewport to only a few rows.
 * The focused field never changes parent: only its permanent action wrapper is
 * promoted to a fixed top bar once the reduced visual viewport is confirmed. */
.sfl-catalog-oosn-dialog.is-keyboard-compact .sfl-catalog-oosn-action-row {
    position: fixed;
    z-index: 4;
    top: calc(var(--sfl-oosn-visual-top, 0px) + env(safe-area-inset-top));
    right: 4px;
    left: 4px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 7px;
    align-items: center;
    max-height: calc(var(--sfl-oosn-visual-height, 100dvh) - env(safe-area-inset-top) - 4px);
    padding: 6px;
    overflow: auto;
    border: 1px solid rgba(51, 122, 95, .28);
    border-radius: 0 0 10px 10px;
    background: #fdfefc;
    box-shadow: 0 8px 24px rgba(20, 55, 42, .28);
}

.sfl-catalog-oosn-dialog.is-keyboard-compact .sfl-catalog-oosn-email-field {
    grid-column: 1;
    gap: 0;
    order: 0;
}

.sfl-catalog-oosn-dialog.is-keyboard-compact .sfl-catalog-oosn-email-caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sfl-catalog-oosn-dialog.is-keyboard-compact .sfl-catalog-oosn-email {
    min-width: 0;
    min-height: 40px;
    margin: 0;
}

.sfl-catalog-oosn-dialog.is-keyboard-compact .sfl-catalog-oosn-submit {
    grid-column: 2;
    min-height: 40px;
    margin: 0;
    padding: 7px 12px;
    white-space: nowrap;
    order: 1;
}

.sfl-catalog-oosn-dialog.is-keyboard-compact .sfl-catalog-oosn-gdpr,
.sfl-catalog-oosn-dialog.is-keyboard-compact .sfl-catalog-oosn-error {
    grid-column: 1 / -1;
}

.sfl-catalog-oosn-dialog.is-keyboard-compact .sfl-catalog-oosn-gdpr {
    order: 2;
}

.sfl-catalog-oosn-dialog.is-keyboard-compact .sfl-catalog-oosn-error {
    order: 3;
}

.sfl-catalog-oosn-dialog.is-keyboard-compact .sfl-catalog-oosn-error:empty,
.sfl-catalog-oosn-dialog.is-keyboard-compact .sfl-catalog-oosn-gdpr:empty {
    display: none;
}

.bottom_bar.sfl-theme-modern .remove_button {
    border-color: rgba(168, 216, 93, .48);
    background: var(--sfl-soft-color, #edf0ce);
    color: #111;
}

.bottom_bar.sfl-theme-modern .remove_button:hover,
.bottom_bar.sfl-theme-modern .remove_button:focus-visible {
    background: #e4ebb2;
    color: #1f533f;
    outline: 2px solid rgba(168, 216, 93, .55);
    outline-offset: 1px;
}

.bottom_bar.sfl-theme-modern .wish_button {
    border-color: rgba(168, 216, 93, .5);
    background: #ff8329;
    color: #fff;
}

.bottom_bar.sfl-theme-modern .sfl_product_right {
    flex: 0 0 auto;
    width: auto;
    min-width: 72px;
}

body:not(.sfl-cart-workspace) .bottom_bar.sfl-theme-modern #short_popup .product_item > .product_detail > .sfl_product_right,
body:not(.sfl-cart-workspace) .bottom_bar.sfl-theme-modern #recent_popup .product_item > .product_detail > .sfl_product_right:not(.sfl-workspace-list-actions) {
    display: none !important;
    width: 0;
    min-width: 0;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-product .sfl-catalog-product-favorite {
    display: flex;
    min-width: 36px;
    align-items: center;
    justify-content: center;
}

/* In Variétés, the heart belongs to the primary action row, immediately after
 * Add-to-cart / stock alert. Keep both controls on one row and let the primary
 * CTA shrink first on very narrow Catalogue columns. */
.bottom_bar.sfl-theme-modern #sfl_catalog_products .sfl-catalog-product > .product_detail {
    flex: 0 1 auto;
    max-width: calc(100% - 128px);
}

.bottom_bar.sfl-theme-modern #sfl_catalog_products .sfl-catalog-product > .product_detail > .sfl_product_left {
    flex: 0 1 auto;
}

.bottom_bar.sfl-theme-modern #sfl_catalog_products .sfl-catalog-product .actionOptions {
    flex-wrap: nowrap;
}

.bottom_bar.sfl-theme-modern #sfl_catalog_products .sfl-catalog-product .actionOptions > .sfl_buy,
.bottom_bar.sfl-theme-modern #sfl_catalog_products .sfl-catalog-product .actionOptions > .sfl_oosn {
    flex: 0 1 154px;
    min-width: 0;
}

.bottom_bar.sfl-theme-modern #sfl_catalog_products .sfl-catalog-favorite-action {
    display: flex;
    flex: 0 0 36px;
    width: 36px;
    min-width: 36px;
    align-items: center;
    justify-content: center;
}

.bottom_bar.sfl-theme-modern .sfl-workspace-list-actions {
    display: none !important;
    flex-direction: column;
    gap: 5px;
}

.bottom_bar.sfl-theme-modern .sfl-workspace-list-actions .sfl-workspace-list-remove-button {
    display: none;
}

body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-list-product .sfl-workspace-list-actions {
    display: flex !important;
    min-width: 36px;
    align-items: center;
    justify-content: center;
}

body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-list-product .sfl-workspace-list-actions .sfl-workspace-list-remove-button {
    display: flex;
}

body:not(.sfl-cart-workspace) .bottom_bar.sfl-theme-modern #recent_popup .sfl-recent-favorite-action {
    display: flex;
    align-items: center;
}

body:not(.sfl-cart-workspace) .bottom_bar.sfl-theme-modern #recent_popup .sfl-recent-favorite-action .sfl-modern-favorite--panel-action {
    flex: 0 0 var(--sfl-modern-favorite-shell-height);
}

.bottom_bar.sfl-theme-modern #recent_popup .sfl-recent-favorite-action .sfl-catalog-favorite {
    display: flex !important;
}

body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-list-product .actionOptions .sfl_remove,
body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-list-product .sfl_product_right:not(.sfl-workspace-list-actions) {
    display: none !important;
}

body.sfl-cart-workspace:not(.sfl-catalog-workspace) .bottom_bar.sfl-theme-modern #short_popup .sfl-workspace-short-product .actionOptions .sfl_remove {
    display: list-item !important;
}

body.sfl-cart-workspace:not(.sfl-catalog-workspace) .bottom_bar.sfl-theme-modern #short_popup .sfl-workspace-short-product .sfl-workspace-list-actions {
    display: none !important;
}

body.sfl-cart-workspace:not(.sfl-catalog-workspace) .bottom_bar.sfl-theme-modern .sfl-workspace-list-product {
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

body.sfl-cart-workspace:not(.sfl-catalog-workspace) .bottom_bar.sfl-theme-modern .sfl-workspace-list-product:hover {
    border-color: rgba(51, 122, 95, .42);
    background: #fffefb;
    box-shadow: 0 3px 10px rgba(51, 122, 95, .13);
}

body.sfl-cart-workspace:not(.sfl-catalog-workspace) .bottom_bar.sfl-theme-modern .sfl-workspace-list-product .product_image .sfl-quickview-trigger {
    cursor: zoom-in;
}

body.sfl-cart-workspace:not(.sfl-catalog-workspace) .bottom_bar.sfl-theme-modern .sfl-workspace-list-product .product_title .sfl-quickview-trigger {
    cursor: pointer;
}

.bottom_bar.sfl-theme-modern .sfl-workspace-list-actions .sfl-cart-remove-button {
    flex: 0 0 32px;
}

.sfl-modern-favorite-slot {
    display: contents;
}

.sfl-modern-favorite-host {
    position: relative !important;
}

.sfl-modern-favorite {
    --sfl-modern-favorite-icon-size: 32px;
    --sfl-modern-favorite-shell-height: 44px;
    --sfl-modern-favorite-top: 12px;
    --sfl-modern-favorite-right: 12px;
    --sfl-modern-favorite-icon-font-size: 24px;
    --sfl-modern-favorite-fill-font-size: 19px;
    --sfl-modern-favorite-notch-radius: 18px;
    --sfl-modern-favorite-notch-right: 16px;
    --sfl-modern-favorite-fallback-right: 36px;
    --sfl-modern-favorite-label-font-size: 13px;
    --sfl-modern-favorite-label-max-width: 220px;
    --sfl-modern-favorite-label-pad-right: 10px;
    --sfl-modern-favorite-label-pad-left: 14px;
    position: absolute;
    z-index: 20;
    top: var(--sfl-modern-favorite-top);
    right: var(--sfl-modern-favorite-right);
    display: inline-flex;
    min-width: var(--sfl-modern-favorite-shell-height);
    height: var(--sfl-modern-favorite-shell-height);
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
    border: 0 !important;
    border-radius: calc(var(--sfl-modern-favorite-shell-height) / 2);
    background: transparent !important;
    color: #337a5f;
    box-shadow: none;
    outline: 0 !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition: box-shadow .14s ease;
}

.sfl-modern-favorite::before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: var(--sfl-modern-favorite-notch-right);
    bottom: 0;
    left: 0;
    content: "";
    border-radius: calc(var(--sfl-modern-favorite-shell-height) / 2);
    background: rgba(253, 254, 252, .78);
    opacity: 0;
    pointer-events: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-mask-image: radial-gradient(circle var(--sfl-modern-favorite-notch-radius) at 100% 50%, transparent calc(var(--sfl-modern-favorite-notch-radius) - 1px), #000 var(--sfl-modern-favorite-notch-radius));
    mask-image: radial-gradient(circle var(--sfl-modern-favorite-notch-radius) at 100% 50%, transparent calc(var(--sfl-modern-favorite-notch-radius) - 1px), #000 var(--sfl-modern-favorite-notch-radius));
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: opacity .14s ease;
}

@supports not ((-webkit-mask-image: radial-gradient(circle at center, transparent 0, #000 1px)) or (mask-image: radial-gradient(circle at center, transparent 0, #000 1px))) {
    .sfl-modern-favorite::before {
        right: var(--sfl-modern-favorite-fallback-right);
        -webkit-mask-image: none;
        mask-image: none;
    }
}

.sfl-modern-favorite-icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: var(--sfl-modern-favorite-icon-size);
    height: var(--sfl-modern-favorite-icon-size);
    flex: 0 0 var(--sfl-modern-favorite-icon-size);
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 50%;
    background: rgba(253, 254, 252, .78);
    box-shadow: none !important;
    outline: 0 !important;
    font-size: var(--sfl-modern-favorite-icon-font-size);
}

.sfl-modern-favorite-icon::before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    color: #337a5f;
    line-height: 1;
    transform: translate(-50%, -50%);
}

.sfl-modern-favorite-icon::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    content: "\f004";
    color: #fdfefc;
    font-family: FontAwesome;
    font-size: var(--sfl-modern-favorite-fill-font-size);
    line-height: 1;
    transform: translate(-50%, -50%);
}

.sfl-modern-favorite.is-added .sfl-modern-favorite-icon::before {
    content: "\f004";
    color: #e60023;
}

.sfl-modern-favorite.is-added .sfl-modern-favorite-icon::after {
    display: none;
}

.sfl-modern-favorite-label {
    position: relative;
    z-index: 1;
    width: 0;
    max-width: 0;
    padding: 0;
    overflow: hidden;
    color: #337a5f;
    font-size: var(--sfl-modern-favorite-label-font-size);
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    transition: max-width .18s ease, width .18s ease, padding .18s ease, opacity .14s ease;
}

@media (hover: hover) and (pointer: fine) {
    .sfl-modern-favorite:hover,
    .sfl-modern-favorite:focus-visible {
        box-shadow: 0 5px 14px rgba(36, 99, 72, .18);
    }

    .sfl-modern-favorite:hover::before,
    .sfl-modern-favorite:focus-visible::before {
        opacity: 1;
    }

    .sfl-modern-favorite:hover .sfl-modern-favorite-label,
    .sfl-modern-favorite:focus-visible .sfl-modern-favorite-label {
        width: auto;
        max-width: var(--sfl-modern-favorite-label-max-width);
        padding: 0 var(--sfl-modern-favorite-label-pad-right) 0 var(--sfl-modern-favorite-label-pad-left);
        opacity: 1;
    }
}

.sfl-modern-favorite.sfl-modern-favorite--mouse-hover {
    box-shadow: 0 5px 14px rgba(36, 99, 72, .18);
}

.sfl-modern-favorite.sfl-modern-favorite--mouse-hover::before {
    opacity: 1;
}

.sfl-modern-favorite.sfl-modern-favorite--mouse-hover .sfl-modern-favorite-label {
    width: auto;
    max-width: var(--sfl-modern-favorite-label-max-width);
    padding: 0 var(--sfl-modern-favorite-label-pad-right) 0 var(--sfl-modern-favorite-label-pad-left);
    opacity: 1;
}

.bottom_bar.sfl-theme-modern .sfl-modern-favorite.sfl-modern-favorite--panel-action {
    position: relative !important;
    z-index: auto;
    top: auto !important;
    right: auto !important;
    width: var(--sfl-modern-favorite-shell-height);
    min-width: var(--sfl-modern-favorite-shell-height);
    max-width: var(--sfl-modern-favorite-shell-height);
    flex: 0 0 var(--sfl-modern-favorite-shell-height);
    align-self: center;
}

.sfl-modern-favorite.sfl-modern-favorite--icon-only,
.sfl-modern-favorite.sfl-modern-favorite--icon-only:hover,
.sfl-modern-favorite.sfl-modern-favorite--icon-only:focus-visible {
    box-shadow: none;
}

.sfl-modern-favorite.sfl-modern-favorite--icon-only::before,
.sfl-modern-favorite.sfl-modern-favorite--icon-only:hover::before,
.sfl-modern-favorite.sfl-modern-favorite--icon-only:focus-visible::before,
.sfl-modern-favorite.sfl-modern-favorite--icon-only.sfl-modern-favorite--mouse-hover::before,
.sfl-modern-favorite.sfl-modern-favorite--icon-only .sfl-modern-favorite-label {
    width: 0;
    max-width: 0;
    padding: 0;
    opacity: 0;
}

.sfl-modern-favorite.sfl-pending {
    cursor: wait;
    opacity: .6;
}

/* Keep cached pre-2.0.72 catalogue JS visually aligned with the shared image-heart component. */
.bottom_bar.sfl-theme-modern .sfl-catalog-favorite:not(.sfl-modern-favorite) {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: transparent;
    color: #337a5f;
    box-shadow: none !important;
    outline: 0 !important;
    line-height: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-favorite:not(.sfl-modern-favorite) .fa {
    position: relative;
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(253, 254, 252, .78);
    color: #337a5f;
    font-size: 19.5px;
    line-height: 1;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-favorite:not(.sfl-modern-favorite) .fa-heart-o::before {
    position: relative;
    z-index: 2;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-favorite:not(.sfl-modern-favorite) .fa-heart-o::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    content: "\f004";
    color: #fdfefc;
    font-family: FontAwesome;
    font-size: 15.5px;
    line-height: 1;
    transform: translate(-50%, -50%);
}

.bottom_bar.sfl-theme-modern .sfl-catalog-favorite:not(.sfl-modern-favorite).is-added .fa {
    color: #e60023;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-favorite:not(.sfl-modern-favorite).is-added .fa::after {
    display: none;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-favorite:not(.sfl-modern-favorite).sfl-pending {
    cursor: wait;
    opacity: .6;
}

.bottom_bar.sfl-theme-modern .sfl_calculated_price {
    color: #337a5f;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.bottom_bar.sfl-theme-modern .slashed_price {
    font-size: 11px;
}

.bottom_bar.sfl-theme-modern .no_data {
    box-sizing: border-box;
    margin: 0;
    padding: 24px 16px;
    color: #48695c;
    font-size: 14px;
    text-align: center;
}

.bottom_bar.sfl-theme-modern .no_data span {
    color: #337a5f;
    font-size: 16px;
    font-weight: 600;
}

/* Shared asynchronous loading identity. Catalogue panels use a compact local
 * variant, while Quick View places the same visual above PrestaShop's backdrop. */
.sfl-loading-state {
    --sfl-loading-size: 76px;
    --sfl-loading-ring: 3px;
    --sfl-loading-middle-inset: 5px;
    --sfl-loading-inner-inset: 15px;
    --sfl-loading-outer-color: #337a5f;
    --sfl-loading-middle-color: #edf0ce;
    --sfl-loading-inner-color: #52a283;
    --sfl-loading-dur: 2s;
    --sfl-loading-dur-mid: 3s;
    --sfl-loading-dur-in: 1.5s;
    --sfl-loading-gap: 20px;
    --sfl-loading-text-color: #333;
    --sfl-loading-text-font-family: -apple-system, system-ui, "Segoe UI", Roboto, Arial, sans-serif;
    --sfl-loading-text-font-size: 18px;
    --sfl-loading-text-font-weight: 400;
    --sfl-loading-text-line-height: 1.4;
    --sfl-loading-text-max-width: 512px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: opacity .16s ease;
}

.sfl-loading-state.is-visible {
    opacity: 1;
}

.sfl-loading-state--panel {
    width: 100%;
    min-height: 180px;
    padding: 20px 14px;
}

.sfl-loading-state--fullscreen {
    --sfl-loading-size: 150px;
    position: fixed;
    inset: 0;
    z-index: 1065;
    width: 100vw;
    height: 100vh;
    background: rgba(28, 38, 33, .08);
}

.sfl-loading-visual {
    position: relative;
    display: flex;
    width: var(--sfl-loading-size);
    height: var(--sfl-loading-size);
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.sfl-loading-rings {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: var(--sfl-loading-ring) solid transparent;
    border-top-color: var(--sfl-loading-outer-color);
    border-radius: 50%;
    animation: sfl-loading-spin var(--sfl-loading-dur) linear infinite;
    transform-origin: 50% 50%;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.sfl-loading-rings::before,
.sfl-loading-rings::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    border: var(--sfl-loading-ring) solid transparent;
    border-radius: 50%;
    transform-origin: 50% 50%;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sfl-loading-rings::before {
    inset: var(--sfl-loading-middle-inset);
    border-top-color: var(--sfl-loading-middle-color);
    animation: sfl-loading-spin var(--sfl-loading-dur-mid) linear infinite;
}

.sfl-loading-rings::after {
    inset: var(--sfl-loading-inner-inset);
    border-top-color: var(--sfl-loading-inner-color);
    animation: sfl-loading-spin var(--sfl-loading-dur-in) linear infinite;
}

.sfl-loading-text {
    max-width: min(var(--sfl-loading-text-max-width), 86vw);
    margin-top: var(--sfl-loading-gap);
    color: var(--sfl-loading-text-color);
    font-family: var(--sfl-loading-text-font-family);
    font-size: var(--sfl-loading-text-font-size);
    font-weight: var(--sfl-loading-text-font-weight);
    line-height: var(--sfl-loading-text-line-height);
    text-align: center;
    opacity: 0;
    transform: translateY(-2px);
    transition: opacity .18s ease, transform .18s ease;
}

.sfl-loading-state--fullscreen .sfl-loading-visual {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sfl-loading-state--fullscreen .sfl-loading-text {
    position: absolute;
    left: 50%;
    top: calc(50% + (var(--sfl-loading-size) / 2) + var(--sfl-loading-gap));
    width: min(var(--sfl-loading-text-max-width), 90vw);
    min-height: 3.2em;
    margin: 0;
    transform: translate(-50%, -2px);
}

.sfl-loading-state.show-text .sfl-loading-text {
    opacity: 1;
    transform: translateY(0);
}

.sfl-loading-state--fullscreen.show-text .sfl-loading-text {
    transform: translate(-50%, 0);
}

.bottom_bar.sfl-theme-modern .sfl-catalog-category-list .velsof_container[aria-busy="true"],
.bottom_bar.sfl-theme-modern .sfl-catalog-product-list .velsof_container[aria-busy="true"] {
    display: flex;
    width: 100%;
    min-height: 180px;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@keyframes sfl-loading-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.bottom_bar.sfl-theme-modern .sfl-cart-row .product_detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "title title"
        "controls price";
    align-items: center;
    column-gap: 12px;
    row-gap: 8px;
}

.bottom_bar.sfl-theme-modern .sfl-cart-row .product_title {
    grid-area: title;
    min-width: 0;
    margin-bottom: 0;
}

.bottom_bar.sfl-theme-modern .sfl-cart-row .sfl_product_left {
    grid-area: controls;
    width: auto;
    min-width: 0;
}

.bottom_bar.sfl-theme-modern .sfl-cart-row .sfl_product_right {
    grid-area: price;
    width: auto;
    min-width: 0;
}

.bottom_bar.sfl-theme-modern .sfl-cart-price {
    color: #337a5f;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.bottom_bar.sfl-theme-modern .sfl-cart-controls {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    min-height: 32px;
}

.bottom_bar.sfl-theme-modern .sfl-cart-quantity-button,
.bottom_bar.sfl-theme-modern .sfl-cart-edit-price-button,
.bottom_bar.sfl-theme-modern .sfl-cart-remove-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid rgba(168, 216, 93, .65);
    border-radius: 7px;
    background: var(--sfl-buy-color, #52a283);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.bottom_bar.sfl-theme-modern .sfl-cart-edit-price-button {
    background: #edf0ce;
    color: #337a5f;
}

.bottom_bar.sfl-theme-modern .sfl-cart-remove-button {
    background: var(--sfl-soft-color, #edf0ce);
    color: #111;
}

.bottom_bar.sfl-theme-modern .sfl-cart-quantity-button:hover,
.bottom_bar.sfl-theme-modern .sfl-cart-quantity-button:focus-visible,
.bottom_bar.sfl-theme-modern .sfl-cart-edit-price-button:hover,
.bottom_bar.sfl-theme-modern .sfl-cart-edit-price-button:focus-visible,
.bottom_bar.sfl-theme-modern .sfl-cart-remove-button:hover,
.bottom_bar.sfl-theme-modern .sfl-cart-remove-button:focus-visible {
    background: #337a5f;
    color: #fff;
    outline: 2px solid rgba(168, 216, 93, .6);
    outline-offset: 1px;
}

.bottom_bar.sfl-theme-modern .sfl-cart-quantity-button:disabled,
.bottom_bar.sfl-theme-modern .sfl-cart-edit-price-button:disabled,
.bottom_bar.sfl-theme-modern .sfl-cart-remove-button:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.bottom_bar.sfl-theme-modern .sfl-cart-quantity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 32px;
    height: 32px;
    padding: 0 6px;
    border-radius: 7px;
    background: #f0f4e5;
    color: #173e30;
    font-size: 13px;
    font-weight: 700;
}

.bottom_bar.sfl-theme-modern .sfl-cart-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #8aa799;
    font-size: 22px;
}

.bottom_bar.sfl-theme-modern .sfl-cart-busy .sfl-cart-controls {
    pointer-events: none;
    opacity: .55;
}

.bottom_bar.sfl-theme-modern .sfl-cart-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 12px 11px;
    border-top: 1px solid rgba(82, 162, 131, .22);
    border-radius: 0 0 13px 13px;
    background: #f0f4e5;
}

.bottom_bar.sfl-theme-modern .sfl-cart-footer[hidden],
.bottom_bar.sfl-theme-modern .sfl-cart-total[hidden],
.bottom_bar.sfl-theme-modern .sfl-cart-action[hidden] {
    display: none !important;
}

.bottom_bar.sfl-theme-modern .sfl-cart-total {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #173e30;
    font-size: 14px;
}

.bottom_bar.sfl-theme-modern .sfl-cart-total strong {
    color: #337a5f;
    font-size: 16px;
}

.bottom_bar.sfl-theme-modern .sfl-cart-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid rgba(168, 216, 93, .75);
    border-radius: 7px;
    background: var(--sfl-buy-color, #52a283);
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.bottom_bar.sfl-theme-modern .sfl-cart-action:hover,
.bottom_bar.sfl-theme-modern .sfl-cart-action:focus-visible {
    background: #337a5f;
    outline: 2px solid rgba(168, 216, 93, .6);
    outline-offset: 1px;
}

.bottom_bar.sfl-theme-modern .sfl-support-link,
.bottom_bar.sfl-theme-modern .sfl-support-link .bar_text {
    color: #111 !important;
}

.bottom_bar.sfl-theme-modern .sfl-support-link:hover,
.bottom_bar.sfl-theme-modern .sfl-support-link:focus-visible {
    color: #337a5f !important;
}

.bottom_bar.sfl-theme-modern .sfl-support-icon-only {
    flex: 0 0 auto;
}

.bottom_bar.sfl-theme-modern .sfl-support-icon-only .sfl-support-link {
    width: 48px;
    min-width: 48px;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
}

.bottom_bar.sfl-theme-modern .sfl-support-icon-only .wishbar_icon {
    display: inline-flex;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-icon-only {
    flex: 0 0 auto;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-icon-only .sfl-catalog-link {
    display: flex;
    width: 48px;
    min-width: 48px;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: center;
    justify-content: center;
}

.bottom_bar.sfl-theme-modern .sfl-catalog-icon-only .wishbar_icon {
    display: inline-flex;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: var(--sfl-soft-color, #edf0ce);
    line-height: 1;
    text-align: center;
}

.bottom_bar.sfl-theme-modern .sfl-support-icon-animated {
    animation: sfl-support-pulse 1s ease-in-out infinite;
    transform-origin: center;
}

@keyframes sfl-support-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .5; transform: scale(1.1); }
}

@media (max-width: 900px) {
    .bottom_bar.sfl-theme-modern {
        gap: 4px;
        padding-right: 6px;
        padding-left: 6px;
    }

    .bottom_bar.sfl-theme-modern .bar_item {
        flex: 1 1 0;
    }

    .bottom_bar.sfl-theme-modern .velsof_item {
        gap: 5px;
        padding: var(--sfl-item-padding-y, 7px) 6px;
    }

    .bottom_bar.sfl-theme-modern .bar_text,
    .bottom_bar.sfl-theme-modern .bar_item .velsof_item .bar_text {
        font-size: 13px;
    }
}

@media (min-width: 641px) and (orientation: landscape) {
    .bottom_bar.sfl-theme-modern.sfl-has-support-icon-only,
    .bottom_bar.sfl-theme-modern.sfl-has-catalog-icon-only {
        padding-right: max(68px, env(safe-area-inset-right));
        padding-left: max(68px, env(safe-area-inset-left));
    }

    .bottom_bar.sfl-theme-modern .bar_item.sfl-catalog-icon-only {
        position: absolute;
        top: var(--sfl-bar-padding-y, 6px);
        bottom: calc(var(--sfl-bar-padding-y, 6px) + var(--sfl-safe-area-bottom, env(safe-area-inset-bottom)));
        left: max(8px, env(safe-area-inset-left));
        z-index: 2;
        flex: none;
        margin: 0;
    }

    .bottom_bar.sfl-theme-modern .bar_item.sfl-catalog-icon-only .sfl-catalog-link {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .bottom_bar.sfl-theme-modern .bar_item.sfl-support-icon-only {
        position: absolute;
        top: var(--sfl-bar-padding-y, 6px);
        right: max(8px, env(safe-area-inset-right));
        bottom: calc(var(--sfl-bar-padding-y, 6px) + var(--sfl-safe-area-bottom, env(safe-area-inset-bottom)));
        z-index: 2;
        flex: none;
        margin: 0;
        transform: none;
    }

    .bottom_bar.sfl-theme-modern .bar_item.sfl-support-icon-only .sfl-support-link {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .bottom_bar.sfl-theme-modern {
        min-height: var(--sfl-mobile-bar-min-height, 60px);
        gap: 3px;
        padding: var(--sfl-mobile-bar-padding-y, 5px) 4px calc(var(--sfl-mobile-bar-padding-y, 5px) + var(--sfl-safe-area-bottom, env(safe-area-inset-bottom)));
    }

    html.sfl-chromium-android .bottom_bar.sfl-theme-modern {
        padding-bottom: calc(var(--sfl-mobile-bar-padding-y, 5px) + var(--sfl-safe-area-max-bottom, 0px)) !important;
    }

    .bottom_bar.sfl-theme-modern .bar_item {
        flex: 1 1 auto;
        min-width: 0;
    }

    .bottom_bar.sfl-theme-modern .velsof_item {
        position: relative;
        display: grid;
        grid-template-columns: auto auto;
        grid-template-areas:
            "icon count"
            "text text";
        align-content: center;
        align-items: center;
        justify-content: center;
        gap: 2px 5px;
        min-height: var(--sfl-mobile-item-min-height, 50px);
        padding: var(--sfl-mobile-item-padding-y, 5px) 5px;
        border-radius: 8px;
    }

    .bottom_bar.sfl-theme-modern .wishbar_icon {
        grid-area: icon;
        min-width: 0;
        font-size: 18px;
        justify-self: center;
    }

    .bottom_bar.sfl-theme-modern .bar_text,
    .bottom_bar.sfl-theme-modern .bar_item .velsof_item .bar_text {
        display: block;
        grid-area: text;
        max-width: 100%;
        color: inherit;
        font-size: 10.5px;
        line-height: 1.05;
        text-align: center;
        white-space: normal;
        justify-self: center;
    }

    .bottom_bar.sfl-theme-modern .circleCount {
        position: static;
        grid-area: count;
        min-width: 18px;
        height: 18px;
        padding: 0 4px;
        font-size: 10px;
        line-height: 18px;
        justify-self: center;
    }

    .bottom_bar.sfl-theme-modern .bar_item.sfl-catalog-icon-only,
    .bottom_bar.sfl-theme-modern .bar_item.sfl-support-icon-only {
        flex: 0 0 auto;
    }

    .bottom_bar.sfl-theme-modern .bar_item.sfl-catalog-icon-only .sfl-catalog-link,
    .bottom_bar.sfl-theme-modern .bar_item.sfl-support-icon-only .sfl-support-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        min-width: 46px;
        height: 100%;
    }

    .bottom_bar.sfl-theme-modern .stored-settings,
    .bottom_bar.sfl-theme-modern .velsof_popup,
    .bottom_bar.sfl-theme-modern #recommend_popup,
    .bottom_bar.sfl-theme-modern #cart_popup,
    .bottom_bar.sfl-theme-modern .stored-settings.activePopup,
    .bottom_bar.sfl-theme-modern .velsof_popup.activePopup,
    .bottom_bar.sfl-theme-modern #recommend_popup.activePopup,
    .bottom_bar.sfl-theme-modern #cart_popup.activePopup {
        left: 50% !important;
        bottom: calc(var(--sfl-popup-offset, 67px) - 8px) !important;
        width: calc(100vw - 16px) !important;
        min-width: 0;
        max-width: calc(100vw - 16px);
        max-height: min(68vh, 520px);
        border-radius: 14px 14px 10px 10px;
    }

    .bottom_bar.sfl-theme-modern .velsof_product_list,
    .bottom_bar.sfl-theme-modern .velsof_recommend_list,
    .bottom_bar.sfl-theme-modern .sfl-cart-product-list {
        max-height: min(58vh, 430px);
        padding: 7px;
    }

    .bottom_bar.sfl-theme-modern .product_item {
        align-items: flex-start;
        gap: 9px;
        min-height: 0;
        padding: 8px;
    }

    .bottom_bar.sfl-theme-modern .product_image {
        flex-basis: 62px;
        width: 62px;
        min-width: 62px;
        height: 62px;
    }

    .bottom_bar.sfl-theme-modern .product_detail {
        display: block;
        width: calc(100% - 71px);
    }

    .bottom_bar.sfl-theme-modern .product_title {
        margin-bottom: 6px;
    }

    .bottom_bar.sfl-theme-modern .product_title a {
        font-size: 13px;
    }

    .bottom_bar.sfl-theme-modern .actionOptions {
        flex-wrap: wrap;
        gap: 5px;
    }

    .bottom_bar.sfl-theme-modern .velsof_buy,
    .bottom_bar.sfl-theme-modern .remove_button,
    .bottom_bar.sfl-theme-modern .wish_button {
        min-height: 30px;
        padding: 4px 7px;
        font-size: 11.5px;
    }

    body:not(.sfl-cart-workspace) .bottom_bar.sfl-theme-modern #short_popup .velsof_buy,
    body:not(.sfl-cart-workspace) .bottom_bar.sfl-theme-modern #recent_popup .velsof_buy {
        min-height: 32px;
        padding: 5px 10px;
        gap: 6px;
        font-size: 13px;
        line-height: 1.2;
    }

    body:not(.sfl-cart-workspace) .bottom_bar.sfl-theme-modern #short_popup .velsof_buy .fa,
    body:not(.sfl-cart-workspace) .bottom_bar.sfl-theme-modern #short_popup .velsof_buy .material-icons,
    body:not(.sfl-cart-workspace) .bottom_bar.sfl-theme-modern #recent_popup .velsof_buy .fa,
    body:not(.sfl-cart-workspace) .bottom_bar.sfl-theme-modern #recent_popup .velsof_buy .material-icons {
        font-size: 13px;
    }

    .bottom_bar.sfl-theme-modern .sfl_product_right {
        display: none;
    }

    .bottom_bar.sfl-theme-modern .sfl-catalog-product .product_detail {
        display: flex;
        width: calc(100% - 71px);
        align-items: center;
        justify-content: space-between;
        gap: 7px;
    }

    .bottom_bar.sfl-theme-modern .sfl-catalog-product .sfl-catalog-product-favorite {
        display: flex;
        flex: 0 0 34px;
        min-width: 34px;
    }

    .bottom_bar.sfl-theme-modern .sfl-cart-meta {
        margin-bottom: 4px;
    }

    .bottom_bar.sfl-theme-modern .sfl-cart-controls {
        gap: 4px;
    }

    .bottom_bar.sfl-theme-modern .sfl-cart-quantity-button,
    .bottom_bar.sfl-theme-modern .sfl-cart-edit-price-button,
    .bottom_bar.sfl-theme-modern .sfl-cart-remove-button {
        width: 30px;
        height: 30px;
    }

    .bottom_bar.sfl-theme-modern .sfl-cart-footer {
        gap: 8px;
        padding: 8px;
    }

    .bottom_bar.sfl-theme-modern .sfl-cart-action {
        min-height: 32px;
        padding: 5px 8px;
        font-size: 12px;
    }
}

/*
 * The full-screen workspace may expose three very narrow columns on phones.
 * Adapt each panel to its own rendered width instead of the global viewport so
 * Chrome/Firefox fullscreen differences cannot push actions outside a card.
 */
@container sfl-workspace-panel (max-width: 320px) {
    .bottom_bar.sfl-theme-modern .sfl-workspace-panel .main_header {
        min-height: 42px;
        gap: 5px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 12.5px;
        line-height: 1.12;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .main_header {
        padding-right: 8px;
        padding-left: 9px;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel .main_header label {
        min-width: 0;
        line-height: 1.12;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel .list_count {
        flex: 0 0 auto;
        font-size: 11px;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel .velsof_product_list,
    .bottom_bar.sfl-theme-modern .sfl-workspace-panel .velsof_recommend_list,
    .bottom_bar.sfl-theme-modern .sfl-workspace-panel .sfl-cart-product-list {
        padding: 6px;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .product_item {
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        grid-template-areas:
            "image title"
            "actions actions";
        align-items: center;
        gap: 6px 8px;
        min-height: 0;
        padding: 7px;
        overflow: hidden;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .sfl-catalog-product {
        grid-template-columns: 54px minmax(0, 1fr) 36px;
        grid-template-areas:
            "image title favorite"
            "actions actions favorite";
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .sfl-catalog-product-favorite {
        grid-area: favorite;
        align-self: center;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .sfl-workspace-list-actions {
        grid-area: favorite;
        width: 32px;
        min-width: 0;
        align-self: center;
        justify-self: center;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .product_image {
        grid-area: image;
        flex: none;
        width: 54px;
        min-width: 54px;
        height: 54px;
        padding: 2px;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .product_detail,
    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .sfl_product_left {
        display: contents;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .product_title {
        grid-area: title;
        min-width: 0;
        margin: 0;
        align-self: center;
        overflow-wrap: break-word;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .product_title a {
        font-size: 12.5px;
        line-height: 1.16;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .actionOptions {
        grid-area: actions;
        display: flex;
        width: 100%;
        min-width: 0;
        align-items: stretch;
        flex-wrap: nowrap;
        gap: 4px;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .actionOptions li,
    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .sfl_buy_btn {
        min-width: 0;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .actionOptions .sfl_buy {
        flex: 1 1 auto;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .actionOptions .sfl_remove {
        flex: 0 0 auto;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .velsof_buy,
    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .remove_button,
    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .wish_button {
        min-height: 32px;
        padding: 4px 6px;
        gap: 4px;
        font-size: 11px;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .velsof_buy {
        width: 100%;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .sfl_product_right {
        display: none;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .sfl-catalog-product .sfl-catalog-product-favorite {
        display: flex;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .product_item.sfl-cart-row {
        display: grid;
        grid-template-columns: 50px minmax(0, 1fr) auto;
        grid-template-areas:
            "image title title"
            "controls controls price";
        align-items: center;
        gap: 6px 8px;
        min-height: 0;
        padding: 7px;
        overflow: hidden;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-row .product_image {
        grid-area: image;
        flex: none;
        width: 50px;
        min-width: 50px;
        height: 50px;
        padding: 2px;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-row .product_detail {
        display: contents;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-row .product_title {
        grid-area: title;
        min-width: 0;
        margin: 0;
        align-self: center;
        overflow-wrap: break-word;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-row .product_title a {
        font-size: 12.5px;
        line-height: 1.16;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-row .sfl_product_left {
        grid-area: controls;
        width: 100%;
        min-width: 0;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-controls {
        width: 100%;
        min-width: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 4px;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-quantity-button,
    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-edit-price-button,
    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-remove-button,
    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-quantity {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-row .sfl_product_right {
        grid-area: price;
        display: block;
        width: auto;
        min-width: 0;
        justify-self: end;
        text-align: right;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-price {
        font-size: 12.5px;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-footer {
        gap: 6px;
        padding: 7px;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-total {
        gap: 5px;
        font-size: 12px;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-total strong {
        font-size: 14px;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-action {
        min-height: 30px;
        padding: 4px 7px;
        font-size: 11px;
        white-space: nowrap;
    }
}

@container sfl-workspace-panel (max-width: 210px) {
    .bottom_bar.sfl-theme-modern .sfl-workspace-panel .main_header {
        min-height: 40px;
        gap: 4px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 11.5px;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .product_item {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 5px 6px;
        padding: 6px;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .product_image {
        width: 46px;
        min-width: 46px;
        height: 46px;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .product_title a {
        font-size: 11.5px;
        line-height: 1.14;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .actionOptions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .actionOptions li,
    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .sfl_buy_btn,
    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .velsof_buy,
    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .remove_button,
    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .wish_button {
        width: 100%;
    }

    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .velsof_buy,
    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .remove_button,
    .bottom_bar.sfl-theme-modern .sfl-workspace-panel:not(.sfl-workspace-cart-panel) .wish_button {
        min-height: 30px;
        padding: 3px 5px;
        font-size: 10.5px;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .product_item.sfl-cart-row {
        grid-template-columns: 44px minmax(0, 1fr);
        grid-template-areas:
            "image title"
            "controls controls"
            "price price";
        gap: 5px 6px;
        padding: 6px;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-row .product_image {
        width: 44px;
        min-width: 44px;
        height: 44px;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-row .product_title a {
        font-size: 11.5px;
        line-height: 1.14;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-controls {
        gap: 3px;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-row .sfl_product_right {
        width: 100%;
        justify-self: stretch;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-quantity-button,
    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-edit-price-button,
    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-remove-button,
    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-quantity {
        width: 28px;
        min-width: 28px;
        height: 28px;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .bottom_bar.sfl-theme-modern #cart_popup.sfl-workspace-panel .sfl-cart-action {
        width: 100%;
    }
}

@supports not (container-type: inline-size) {
    @media (orientation: landscape) and (max-width: 960px) {
        body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-panel .product_item {
            align-items: flex-start;
            gap: 7px;
            min-height: 0;
            padding: 7px;
        }

        body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-panel .product_image {
            flex-basis: 52px;
            width: 52px;
            min-width: 52px;
            height: 52px;
        }

        body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-panel .product_detail {
            display: block;
            width: calc(100% - 59px);
        }

        body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-panel .product_title a {
            font-size: 12px;
        }

        body.sfl-cart-workspace .bottom_bar.sfl-theme-modern .sfl-workspace-panel .actionOptions {
            flex-wrap: wrap;
            gap: 4px;
        }
    }
}

/* Save For Later product Quick View, built on PrestaShop's native Quick View. */
.bottom_bar.sfl-theme-modern .sfl-quickview-trigger {
    cursor: pointer;
}

.bottom_bar.sfl-theme-modern .product_image .sfl-quickview-trigger {
    cursor: zoom-in;
}

.sfl-product-quickview {
    z-index: 1045 !important;
}

.sfl-product-quickview.sfl-quickview-under-price {
    z-index: 1039 !important;
}

.sfl-product-quickview .modal-dialog {
    width: min(820px, calc(100vw - 32px));
    max-width: 820px;
    margin: 28px auto;
}

.sfl-product-quickview .modal-content {
    display: flex;
    max-height: calc(100vh - 40px);
    max-height: calc(100dvh - 40px);
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(51, 122, 95, .22);
    border-radius: 12px;
    background: #f7f9f2;
    box-shadow: 0 14px 38px rgba(35, 74, 56, .24);
}

.sfl-product-quickview .modal-header {
    position: relative;
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 9px 52px 9px 15px;
    border: 0;
    border-radius: 11px 11px 0 0;
    background: #52a283;
    color: #102f25;
}

.sfl-product-quickview .sfl-quickview-heading {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
}

.sfl-product-quickview .sfl-quickview-heading .fa {
    color: #337a5f;
}

.sfl-product-quickview .modal-header .close {
    position: absolute;
    top: 7px;
    right: 10px;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(168, 216, 93, .75);
    border-radius: 50%;
    background: #edf0ce;
    color: #087c2f;
    font-size: 24px;
    line-height: 1;
    opacity: 1;
    text-shadow: none;
}

.sfl-product-quickview .modal-header .close:hover,
.sfl-product-quickview .modal-header .close:focus {
    background: #f5f8dd;
    color: #056d29;
    outline: 2px solid rgba(168, 216, 93, .7);
    outline-offset: 1px;
}

.sfl-product-quickview .modal-body {
    min-height: 0;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px;
    background: #f7f9f2;
    color: #343938;
    -webkit-overflow-scrolling: touch;
}

.sfl-product-quickview .modal-body h1,
.sfl-product-quickview .modal-body .h1 {
    color: #337a5f;
    font-size: 1.35rem;
    line-height: 1.18;
}

.sfl-product-quickview .modal-body .product-cover img,
.sfl-product-quickview .modal-body .images-container img {
    border-radius: 10px;
}

.sfl-product-quickview .modal-body .btn-primary,
.sfl-product-quickview .modal-body .add-to-cart {
    border-color: #a8d85d;
    border-radius: 7px;
    background: #52a283;
    color: #fff;
    box-shadow: none;
}

.sfl-product-quickview .modal-body .btn-primary:hover,
.sfl-product-quickview .modal-body .btn-primary:focus,
.sfl-product-quickview .modal-body .add-to-cart:hover,
.sfl-product-quickview .modal-body .add-to-cart:focus {
    background: #337a5f;
    color: #fff;
}

.sfl-product-quickview .modal-footer {
    border-top: 1px solid rgba(51, 122, 95, .14);
    background: #edf0ce;
}

.sfl-product-quickview .sfl-quickview-mobile-footer {
    display: none;
}

@media (max-width: 640px), (max-width: 900px) and (max-height: 480px) {
    .sfl-product-quickview {
        padding: 0 !important;
    }

    .sfl-product-quickview .modal-dialog {
        width: 100vw;
        max-width: none;
        height: 100vh;
        height: 100dvh;
        margin: 0;
    }

    .sfl-product-quickview .modal-content {
        display: flex;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100dvh;
        flex-direction: column;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .sfl-product-quickview .modal-header {
        flex: 0 0 auto;
        min-height: 52px;
        border-radius: 0;
        padding-left: 13px;
    }

    .sfl-product-quickview .modal-body {
        min-height: 0;
        flex: 1 1 auto;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 12px;
        -webkit-overflow-scrolling: touch;
    }

    .sfl-product-quickview .modal-body > .row {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }

    .sfl-product-quickview .modal-body > .row > .col-md-6,
    .sfl-product-quickview .modal-body > .row > .col-sm-6,
    .sfl-product-quickview .modal-body > .row > .hidden-xs-down {
        display: block !important;
        width: 100%;
        max-width: none;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .sfl-product-quickview .modal-body .images-container {
        max-width: 360px;
        margin: 0 auto 14px;
    }

    .sfl-product-quickview .modal-footer {
        flex: 0 0 auto;
        padding: 7px 10px;
    }

    .sfl-product-quickview .sfl-quickview-mobile-footer {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        padding: 9px max(12px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
        border-top: 1px solid rgba(51, 122, 95, .16);
        background: #edf0ce;
    }

    .sfl-product-quickview .sfl-quickview-back {
        width: 100%;
        min-height: 42px;
        border: 1px solid #a8d85d;
        border-radius: 8px;
        background: #52a283;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

    .sfl-product-quickview .sfl-quickview-back:hover,
    .sfl-product-quickview .sfl-quickview-back:focus {
        background: #337a5f;
        color: #fff;
    }
}

/* Keep the interchangeable primary actions on the same compact geometry as Catalogue.
 * `Ajouter au panier` is the reference footprint: stock-alert actions use the same
 * fixed height, padding and typography without stretching across the whole card. */
.bottom_bar.sfl-theme-modern #short_popup .actionOptions .sfl_buy.sfl-workspace-empty-buy,
.bottom_bar.sfl-theme-modern #recent_popup .actionOptions .sfl_buy.sfl-workspace-empty-buy,
.bottom_bar.sfl-theme-modern #short_popup .actionOptions .sfl_buy.sfl-stock-unavailable-buy,
.bottom_bar.sfl-theme-modern #recent_popup .actionOptions .sfl_buy.sfl-stock-unavailable-buy {
    display: none !important;
}

.bottom_bar.sfl-theme-modern #short_popup .actionOptions .sfl_buy,
.bottom_bar.sfl-theme-modern #recent_popup .actionOptions .sfl_buy,
.bottom_bar.sfl-theme-modern #short_popup .actionOptions .sfl-list-oosn-action,
.bottom_bar.sfl-theme-modern #recent_popup .actionOptions .sfl-list-oosn-action {
    flex: 0 1 auto !important;
    min-width: 0;
}

.bottom_bar.sfl-theme-modern #short_popup .sfl_buy_btn,
.bottom_bar.sfl-theme-modern #recent_popup .sfl_buy_btn,
.bottom_bar.sfl-theme-modern #short_popup .sfl-list-oosn-action .sfl_oosn_btn,
.bottom_bar.sfl-theme-modern #recent_popup .sfl-list-oosn-action .sfl_oosn_btn {
    display: block;
    width: auto;
    height: 32px;
}

.bottom_bar.sfl-theme-modern #short_popup .velsof_buy,
.bottom_bar.sfl-theme-modern #recent_popup .velsof_buy,
.bottom_bar.sfl-theme-modern #short_popup .sfl-list-oosn-trigger,
.bottom_bar.sfl-theme-modern #recent_popup .sfl-list-oosn-trigger {
    display: inline-flex !important;
    width: 154px !important;
    max-width: 100% !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    padding: 5px 10px !important;
    gap: 6px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
}

body.sfl-cart-workspace .bottom_bar.sfl-theme-modern #short_popup.sfl-workspace-panel .velsof_buy .fa,
body.sfl-cart-workspace .bottom_bar.sfl-theme-modern #recent_popup.sfl-workspace-panel .velsof_buy .fa,
body.sfl-cart-workspace .bottom_bar.sfl-theme-modern #short_popup.sfl-workspace-panel .velsof_buy .material-icons,
body.sfl-cart-workspace .bottom_bar.sfl-theme-modern #recent_popup.sfl-workspace-panel .velsof_buy .material-icons,
body.sfl-cart-workspace .bottom_bar.sfl-theme-modern #short_popup.sfl-workspace-panel .sfl-list-oosn-trigger .fa,
body.sfl-cart-workspace .bottom_bar.sfl-theme-modern #recent_popup.sfl-workspace-panel .sfl-list-oosn-trigger .fa {
    font-size: 13px !important;
}

@container sfl-workspace-panel (max-width: 210px) {
    body.sfl-cart-workspace .bottom_bar.sfl-theme-modern #short_popup.sfl-workspace-panel .velsof_buy,
    body.sfl-cart-workspace .bottom_bar.sfl-theme-modern #recent_popup.sfl-workspace-panel .velsof_buy,
    body.sfl-cart-workspace .bottom_bar.sfl-theme-modern #short_popup.sfl-workspace-panel .sfl-list-oosn-trigger,
    body.sfl-cart-workspace .bottom_bar.sfl-theme-modern #recent_popup.sfl-workspace-panel .sfl-list-oosn-trigger {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bottom_bar.sfl-theme-modern *,
    .bottom_bar.sfl-theme-modern *::before,
    .bottom_bar.sfl-theme-modern *::after {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
    }
}
