body {
    --site-primary: #d94f70;
    --site-primary-dark: #b63858;
    --site-accent: #f3a7b9;
    --site-surface: #ffffff;
    --site-surface-muted: #f8f8f8;
    --site-text: #222222;
    --site-radius: 8px;
    color: var(--site-text);
    background: var(--site-surface);
}

body.site-theme-classic {
    --site-primary: #765341;
    --site-primary-dark: #563b2e;
    --site-accent: #c7a17a;
}

body.site-theme-ocean {
    --site-primary: #1769aa;
    --site-primary-dark: #0f4f83;
    --site-accent: #68b6df;
}

body.site-theme-forest {
    --site-primary: #2f7d4a;
    --site-primary-dark: #215c36;
    --site-accent: #84c79b;
}

body.site-theme-midnight {
    --site-primary: #334155;
    --site-primary-dark: #1e293b;
    --site-accent: #94a3b8;
}

body.site-surface-warm {
    --site-surface: #fffaf5;
    --site-surface-muted: #f7efe7;
}

body.site-surface-cool {
    --site-surface: #f7fafc;
    --site-surface-muted: #edf2f7;
}

body.site-font-default {
    font-family: Tahoma, Arial, sans-serif;
}

body.site-font-readable {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    line-height: 1.85;
}

body.site-font-compact {
    font-family: Tahoma, Arial, sans-serif;
    line-height: 1.45;
}

body.site-radius-sharp {
    --site-radius: 0;
}

body.site-radius-rounded {
    --site-radius: 18px;
}

body .default__button,
body .mini-basket__view-button,
body .button-search {
    border-radius: var(--site-radius);
}

body .default__button,
body .mini-basket__view-button {
    border-color: var(--site-primary);
    background-color: var(--site-primary);
}

body .default__button:hover,
body .mini-basket__view-button:hover {
    border-color: var(--site-primary-dark);
    background-color: var(--site-primary-dark);
}

body .color__blue,
body .grid__wraper__price span,
body .headerarea__main__menu nav > ul > li > a:hover {
    color: var(--site-primary);
}

body .grid__wraper,
body .sidebar__widget,
body .checkout-card {
    border-radius: var(--site-radius);
}

body .sp_top_80,
body .shop,
body .best__selling {
    background-color: var(--site-surface);
}

/* KEY_SITE_LOGO_PRESENTATION_START */
.headerarea__logo,
.mobile-logo,
.mobile__logo {
    overflow: hidden;
}

.headerarea__logo > a,
.mobile-logo > a,
.mobile__logo > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.headerarea__logo img {
    display: block;
    width: auto;
    height: 60px;
    max-width: 220px;
    max-height: 60px;
    object-fit: contain;
    object-position: center;
}

.mobile-logo img,
.mobile__logo img {
    display: block;
    width: auto;
    height: 48px;
    max-width: 150px;
    max-height: 48px;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 575.98px) {
    .mobile-logo img,
    .mobile__logo img {
        height: 42px;
        max-width: 132px;
        max-height: 42px;
    }
}
/* KEY_SITE_LOGO_PRESENTATION_END */

/* KEY_HOME_SLIDER_FINAL_CONTROLS_START */

html body .herobanner button.slick-prev,
html body .herobanner button.slick-next {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(61, 72, 83, 0.16) !important;
    border-radius: 12px !important;
    background-color: rgba(255, 255, 255, 0.92) !important;
    background-image: none !important;
    color: #46525d !important;
    box-shadow: 0 8px 22px rgba(31, 40, 49, 0.13) !important;
    opacity: 0.38;
    backdrop-filter: blur(8px);
    transform: scale(0.96);
    transition:
        opacity 160ms ease,
        transform 160ms ease,
        border-color 160ms ease,
        color 160ms ease,
        background-color 160ms ease !important;
}

html body .herobanner:hover button.slick-prev,
html body .herobanner:hover button.slick-next,
html body .herobanner button.slick-prev:focus-visible,
html body .herobanner button.slick-next:focus-visible {
    opacity: 0.96;
    transform: scale(1);
}

html body .herobanner button.slick-prev:hover,
html body .herobanner button.slick-next:hover,
html body .herobanner button.slick-prev:focus-visible,
html body .herobanner button.slick-next:focus-visible {
    border-color: var(--site-primary) !important;
    background-color: #ffffff !important;
    color: var(
        --site-primary-dark,
        var(--site-primary)
    ) !important;
    outline: 0;
}

html body .herobanner button.slick-prev::before,
html body .herobanner button.slick-next::before {
    color: currentColor !important;
}

html body .herobanner .slick-dots li {
    width: 8px;
    height: 8px;
    margin-inline: 5px;
    transform: none;
    transition:
        transform 180ms ease,
        opacity 180ms ease;
}

html body .herobanner .slick-dots li.slick-active {
    width: 8px;
    transform: scale(1.18);
}

html body .herobanner .slick-dots li button {
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #c7ccd1 !important;
    box-shadow: none !important;
    opacity: 0.84;
}

html body .herobanner .slick-dots li button::before {
    display: none !important;
    content: none !important;
}

html body .herobanner .slick-dots li button:hover,
html body .herobanner .slick-dots li button:focus-visible {
    background: color-mix(
        in srgb,
        var(--site-primary) 42%,
        #c7ccd1
    ) !important;
    outline: 0;
    box-shadow:
        0 0 0 3px
        color-mix(
            in srgb,
            var(--site-primary) 14%,
            transparent
        ) !important;
    opacity: 1;
}

html body .herobanner .slick-dots li.slick-active button {
    background: var(--site-primary) !important;
    box-shadow:
        0 0 0 3px
        color-mix(
            in srgb,
            var(--site-primary) 18%,
            transparent
        ) !important;
    opacity: 1;
}

html body .herobanner .slick-dots li.slick-active button:hover,
html body .herobanner .slick-dots li.slick-active button:focus-visible {
    background: var(
        --site-primary-dark,
        var(--site-primary)
    ) !important;
}

@media (max-width: 767px) {
    html body .herobanner button.slick-prev,
    html body .herobanner button.slick-next {
        width: 38px !important;
        height: 38px !important;
        opacity: 0.84;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body .herobanner button.slick-prev,
    html body .herobanner button.slick-next,
    html body .herobanner .slick-dots li {
        transition-duration: 0.01ms !important;
    }
}

/* KEY_HOME_SLIDER_FINAL_CONTROLS_END */

/* KEY_SLIDER_INSPECTED_FINAL_START */

/*
 * The complete card always carries a quiet preset tint.
 * Therefore no moving layer can reveal a hard white/colour boundary.
 */
html body
.herobanner
.herobannerarea__slider__single
> .row {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    background:
        linear-gradient(
            112deg,
            color-mix(
                in srgb,
                var(--site-surface, #ffffff) 90%,
                var(--site-primary) 10%
            ) 0%,
            color-mix(
                in srgb,
                var(--site-surface, #ffffff) 94%,
                var(--site-accent) 6%
            ) 48%,
            color-mix(
                in srgb,
                var(--site-surface, #ffffff) 91%,
                var(--site-primary) 9%
            ) 100%
        ) !important;
}

/*
 * Three oversized, overlapping patches move independently inside one
 * rectangular canvas. There is no circular element and no visible edge.
 */
html body .herobanner .herobanner__wash {
    position: absolute;
    z-index: 0;
    inset: -28% -22%;
    background:
        radial-gradient(
            ellipse 52% 72% at 18% 32%,
            color-mix(
                in srgb,
                var(--site-primary) 34%,
                transparent
            ) 0%,
            color-mix(
                in srgb,
                var(--site-primary) 17%,
                transparent
            ) 42%,
            transparent 82%
        ),
        radial-gradient(
            ellipse 48% 66% at 78% 68%,
            color-mix(
                in srgb,
                var(--site-accent) 32%,
                transparent
            ) 0%,
            color-mix(
                in srgb,
                var(--site-accent) 15%,
                transparent
            ) 44%,
            transparent 84%
        ),
        radial-gradient(
            ellipse 38% 58% at 50% 48%,
            color-mix(
                in srgb,
                var(--site-primary-dark) 24%,
                transparent
            ) 0%,
            color-mix(
                in srgb,
                var(--site-primary) 12%,
                transparent
            ) 46%,
            transparent 86%
        );
    background-repeat: no-repeat;
    background-size:
        138% 142%,
        144% 138%,
        126% 132%;
    background-position:
        4% 18%,
        96% 82%,
        48% 50%;
    content: "";
    opacity: 0.92;
    pointer-events: none;
    animation:
        key-slider-patch-drift
        9.1667s
        ease-in-out
        -2.2917s
        infinite
        alternate;
    will-change: background-position;
}

@keyframes key-slider-patch-drift {
    0% {
        background-position:
            4% 18%,
            96% 82%,
            48% 50%;
    }

    30% {
        background-position:
            72% 10%,
            18% 88%,
            76% 24%;
    }

    62% {
        background-position:
            18% 88%,
            86% 16%,
            20% 72%;
    }

    100% {
        background-position:
            82% 32%,
            24% 70%,
            68% 58%;
    }
}

/*
 * Every content surface exposes the same card background and patches.
 * This also force-removes the former centre seam and grey ambient layer.
 */
html body
.herobanner
.herobannerarea__slider__single
> .row
> [class*="col-"],
html body .herobanner .herobanner__img,
html body .herobanner .herobanner__img__side,
html body .herobanner .herobanner__text__side,
html body .herobanner .herobanner__text__wraper {
    position: relative !important;
    z-index: 1 !important;
    background-color: transparent !important;
    background-image: none !important;
}

html body .herobanner .herobanner__text__side {
    isolation: auto !important;
    overflow: visible !important;
    margin-left: 0 !important;
}

html body .herobanner .herobanner__text__side::before,
html body .herobanner .herobanner__img::before,
html body .herobanner .herobanner__img::after {
    display: none !important;
    content: none !important;
    background: none !important;
}

html body .herobanner .herobanner__img__ambient {
    display: none !important;
    opacity: 0 !important;
}

html body .herobanner .herobanner__img__primary {
    position: relative !important;
    z-index: 3 !important;
    object-fit: contain !important;
    object-position: center !important;
}

html body .herobanner .herobanner__text__wraper,
html body
.herobanner
.herobannerarea__slider
> .slick-dots {
    position: relative !important;
    z-index: 3 !important;
}

html body .herobanner .default__button {
    background-image: none !important;
    background-color: var(--site-primary) !important;
    border-color: var(--site-primary) !important;
    color: #ffffff !important;
    transition:
        background-color 0.72s ease,
        border-color 0.72s ease,
        color 0.72s ease,
        box-shadow 0.72s ease,
        transform 0.32s ease !important;
}

html body .herobanner .default__button::before,
html body .herobanner .default__button::after {
    display: none !important;
    content: none !important;
    opacity: 0 !important;
}

html body .herobanner .default__button:hover,
html body .herobanner .default__button:focus-visible {
    background-image: none !important;
    background-color: var(--site-surface, #ffffff) !important;
    border-color: var(--site-primary) !important;
    color:
        var(--site-primary-dark, var(--site-primary)) !important;
    box-shadow:
        0 12px 24px
        color-mix(
            in srgb,
            var(--site-primary) 22%,
            transparent
        ) !important;
    transform: translateY(-2px);
}

/*
 * Both navigation controls use the actual system radius setting:
 * soft = 8px, rounded = 18px, sharp = 0.
 */
html body
.herobanner
button.slick-prev.prev_class.slick-arrow,
html body
.herobanner
button.slick-next.next_class.slick-arrow {
    position: absolute !important;
    top: 50% !important;
    z-index: 20 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 0 3px !important;
    border:
        1px solid
        color-mix(
            in srgb,
            var(--site-primary) 30%,
            rgba(61, 72, 83, 0.16)
        ) !important;
    border-radius: var(--site-radius) !important;
    background-color:
        color-mix(
            in srgb,
            var(--site-surface, #ffffff) 94%,
            transparent
        ) !important;
    background-image: none !important;
    color: var(--site-primary) !important;
    box-shadow:
        0 8px 22px
        rgba(31, 40, 49, 0.13) !important;
    font-family: Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform:
        translateY(-50%)
        scale(0.94) !important;
    transition:
        opacity 0.24s ease,
        transform 0.24s ease,
        border-color 0.24s ease,
        background-color 0.24s ease,
        color 0.24s ease !important;
}

html body
.herobanner
button.slick-prev.prev_class.slick-arrow {
    right: auto !important;
    left: 9px !important;
}

html body
.herobanner
button.slick-next.next_class.slick-arrow {
    right: 9px !important;
    left: auto !important;
}

/*
 * The exact visible card is .slick-list. The arrows do not appear while
 * hovering header gaps, section whitespace, or the larger slider wrapper.
 */
html body
.herobanner
.herobannerarea__slider:has(> .slick-list:hover)
button.slick-prev.prev_class.slick-arrow,
html body
.herobanner
.herobannerarea__slider:has(> .slick-list:hover)
button.slick-next.next_class.slick-arrow,
html body
.herobanner
button.slick-prev.prev_class.slick-arrow:hover,
html body
.herobanner
button.slick-next.next_class.slick-arrow:hover,
html body
.herobanner
button.slick-prev.prev_class.slick-arrow:focus-visible,
html body
.herobanner
button.slick-next.next_class.slick-arrow:focus-visible {
    opacity: 0.96 !important;
    pointer-events: auto !important;
    transform:
        translateY(-50%)
        scale(1) !important;
}

html body
.herobanner
button.slick-prev.prev_class.slick-arrow:hover,
html body
.herobanner
button.slick-next.next_class.slick-arrow:hover,
html body
.herobanner
button.slick-prev.prev_class.slick-arrow:focus-visible,
html body
.herobanner
button.slick-next.next_class.slick-arrow:focus-visible {
    border-color: var(--site-primary) !important;
    background-color: var(--site-primary) !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

@media (max-width: 767px) {
    html body .herobanner .herobanner__wash {
        inset: -18% -62%;
        background-size:
            170% 150%,
            176% 152%,
            150% 142%;
    }

    html body
    .herobanner
    button.slick-prev.prev_class.slick-arrow {
        left: 5px !important;
    }

    html body
    .herobanner
    button.slick-next.next_class.slick-arrow {
        right: 5px !important;
    }
}

/* Touch devices cannot hover, so controls remain usable there. */
@media (hover: none) {
    html body
    .herobanner
    button.slick-prev.prev_class.slick-arrow,
    html body
    .herobanner
    button.slick-next.next_class.slick-arrow {
        opacity: 0.82 !important;
        pointer-events: auto !important;
        transform: translateY(-50%) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body .herobanner .herobanner__wash {
        animation: none !important;
        background-position:
            50% 30%,
            54% 70%,
            48% 52%;
        will-change: auto;
    }

    html body .herobanner .default__button,
    html body .herobanner button.slick-arrow {
        transition-duration: 0.01ms !important;
    }
}

/* KEY_SLIDER_INSPECTED_FINAL_END */

/* KEY_GLOBAL_STOREFRONT_FOOTER_REFINEMENT_V2_START */

/*
 * Shared public footer.
 *
 * The markup now contains only two useful columns. These rules deliberately
 * live in the globally registered appearance stylesheet so Home, Products,
 * Login, Search, Basket and all other routes using views/layouts/main.php
 * receive the same footer.
 */
.storefront-global-footer {
    --storefront-footer-surface:
        color-mix(in srgb, var(--site-surface-muted, #ececec) 92%, #fff);
    --storefront-footer-border:
        color-mix(in srgb, var(--site-text, #202124) 11%, transparent);
    --storefront-footer-muted:
        color-mix(in srgb, var(--site-text, #202124) 70%, transparent);
    display: flow-root;
    width: 100%;
    margin: 0;
    background: var(--storefront-footer-surface);
    color: var(--site-text, #202124);
}

.storefront-global-footer .storefront-global-footer__inner {
    padding-block: clamp(48px, 5.2vw, 76px) clamp(38px, 4.2vw, 60px);
    background: var(--storefront-footer-surface);
}

.storefront-global-footer .storefront-global-footer__container {
    padding-block: 0;
}

.storefront-global-footer .storefront-global-footer__row {
    align-items: start;
    row-gap: 42px;
}

.storefront-global-footer .storefront-global-footer__column {
    min-width: 0;
}

.storefront-global-footer .footer__widget {
    margin: 0;
}

.storefront-global-footer .footer__title {
    margin: 0 0 24px;
    color: var(--site-text, #202124);
    font-size: clamp(20px, 1.7vw, 27px);
    font-weight: 700;
    line-height: 1.35;
}

.storefront-global-footer .footer__content {
    max-width: 560px;
}

.storefront-global-footer .footer__content p {
    max-width: none;
    margin: 0;
    color: var(--storefront-footer-muted);
    font-size: clamp(15px, 1.05vw, 18px);
    line-height: 2;
    overflow-wrap: anywhere;
}

.storefront-global-footer__social-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px clamp(24px, 4vw, 72px);
    width: min(100%, 600px);
}

.storefront-global-footer__social-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.storefront-global-footer .footer__menu .storefront-global-footer__social-list li {
    display: block;
    min-width: 0;
    margin: 0;
}

.storefront-global-footer .footer__menu .storefront-global-footer__social-list a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    color: var(--storefront-footer-muted);
    font-size: clamp(14px, 0.95vw, 17px);
    line-height: 1.55;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition:
        color 160ms ease,
        transform 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
    .storefront-global-footer
    .footer__menu
    .storefront-global-footer__social-list
    a:hover {
        color: var(--site-primary, currentColor);
        transform: translateX(-3px);
    }
}

.storefront-global-footer .copyright {
    margin: 0;
    border-top: 1px solid var(--storefront-footer-border);
    background: var(--storefront-footer-surface);
}

.storefront-global-footer .copyright__text {
    padding-block: clamp(22px, 2.4vw, 34px);
}

.storefront-global-footer .copyright__text p {
    margin: 0;
    color: var(--storefront-footer-muted);
    font-size: clamp(14px, 1vw, 17px);
    line-height: 1.8;
}

@media (max-width: 767px) {
    .storefront-global-footer .storefront-global-footer__inner {
        padding-block: 42px 34px;
    }

    .storefront-global-footer .storefront-global-footer__row {
        row-gap: 36px;
    }

    .storefront-global-footer .footer__title {
        margin-bottom: 18px;
        font-size: 21px;
    }

    .storefront-global-footer__social-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 24px;
    }

    .storefront-global-footer__social-list {
        gap: 10px;
    }

    .storefront-global-footer
    .footer__menu
    .storefront-global-footer__social-list
    a {
        min-height: 34px;
        font-size: 14px;
    }
}

@media (max-width: 359px) {
    .storefront-global-footer__social-columns {
        column-gap: 16px;
    }
}

/* KEY_GLOBAL_STOREFRONT_FOOTER_REFINEMENT_V2_END */

/* KEY_GLOBAL_FOOTER_ICON_GRID_V2_START */

/*
 * Refine the shared footer from text-directory presentation to the original
 * template's compact brand-icon language. The markup uses the existing
 * Font Awesome CSS already loaded by every shared public shell; no new asset
 * or runtime is introduced.
 */
.storefront-global-footer .storefront-global-footer__inner {
    padding-block: clamp(32px, 3.5vw, 48px) clamp(26px, 3vw, 40px);
}

.storefront-global-footer .storefront-global-footer__row {
    row-gap: 28px;
}

.storefront-global-footer .footer__title {
    margin-bottom: 18px;
    font-size: clamp(19px, 1.45vw, 24px);
}

.storefront-global-footer .footer__content p {
    font-size: clamp(14px, 0.95vw, 16px);
    line-height: 1.85;
}

.storefront-global-footer__social-menu {
    width: 100%;
}

.storefront-global-footer__social-icons {
    display: grid;
    grid-template-columns: repeat(5, 42px);
    justify-content: start;
    gap: 12px 14px;
    width: max-content;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.storefront-global-footer
.storefront-global-footer__social-icons
li {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0;
}

.storefront-global-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--site-text, #222222);
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        transform 180ms ease;
}

.storefront-global-footer__social-link i {
    display: block;
    width: auto;
    height: auto;
    color: inherit;
    font-size: inherit;
    line-height: 1;
}

.storefront-global-footer__social-link:hover,
.storefront-global-footer__social-link:focus-visible {
    background:
        color-mix(
            in srgb,
            var(--site-primary, #d94f70) 10%,
            transparent
        );
    color: var(--site-primary, #d94f70);
    transform: translateY(-2px);
    outline: none;
}

.storefront-global-footer__social-link:focus-visible {
    box-shadow:
        0 0 0 3px
        color-mix(
            in srgb,
            var(--site-primary, #d94f70) 18%,
            transparent
        );
}

.storefront-global-footer__social-label {
    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;
}

.storefront-global-footer .copyright__text {
    padding-block: clamp(18px, 1.8vw, 26px);
}

@media (max-width: 767px) {
    .storefront-global-footer .storefront-global-footer__inner {
        padding-block: 30px 26px;
    }

    .storefront-global-footer .storefront-global-footer__row {
        row-gap: 26px;
    }

    .storefront-global-footer .footer__title {
        margin-bottom: 14px;
        font-size: 19px;
    }

    .storefront-global-footer__social-icons {
        grid-template-columns: repeat(5, 40px);
        gap: 10px 12px;
    }

    .storefront-global-footer
    .storefront-global-footer__social-icons
    li,
    .storefront-global-footer__social-link {
        width: 40px;
        height: 40px;
    }

    .storefront-global-footer__social-link {
        font-size: 20px;
    }

    .storefront-global-footer .copyright__text {
        padding-block: 18px;
    }
}

@media (max-width: 359px) {
    .storefront-global-footer__social-icons {
        grid-template-columns: repeat(5, 38px);
        gap: 8px 8px;
    }

    .storefront-global-footer
    .storefront-global-footer__social-icons
    li,
    .storefront-global-footer__social-link {
        width: 38px;
        height: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .storefront-global-footer__social-link {
        transition-duration: 0.01ms;
    }
}

/* KEY_GLOBAL_FOOTER_ICON_GRID_V2_END */

/* KEY_DYNAMIC_BUTTONS_FOOTER_FLOW_SOCIAL_MARKS_V5_START */

/*
 * SOCIAL MARKS
 * Smaller and quieter, five per row. Hover changes colour only.
 */
.storefront-global-footer__social-icons {
    grid-template-columns: repeat(5, 34px);
    gap: 10px 16px;
}

.storefront-global-footer
.storefront-global-footer__social-icons
li,
.storefront-global-footer__social-link {
    width: 34px;
    height: 34px;
}

.storefront-global-footer__social-link {
    position: relative;
    border-radius: 0;
    background: transparent !important;
    color: var(--site-text, #222222);
    font-size: 18px;
    box-shadow: none !important;
    transform: none !important;
    transition: color 160ms ease !important;
}

.storefront-global-footer__social-link:hover,
.storefront-global-footer__social-link:focus-visible {
    background: transparent !important;
    color: var(--site-primary, #d94f70);
    box-shadow: none !important;
    transform: none !important;
}

.storefront-global-footer__social-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.storefront-global-footer__social-wordmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 46px;
    color: inherit;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -0.045em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.storefront-global-footer__social-wordmark--short {
    font-size: 15px;
}

.storefront-global-footer__social-wordmark--medium {
    font-size: 11px;
}

.storefront-global-footer__social-wordmark--long {
    font-size: 8px;
    letter-spacing: -0.06em;
}

/*
 * DYNAMIC BUTTON SIDE-SWEEP
 *
 * The wipe uses the selected site surface instead of literal white.
 * Border radius comes directly from the active appearance preset.
 * A background-size transition creates one clean sweep with no decorative
 * pseudo-element fragments.
 */
html body .default__button,
html body .mini-basket__view-button,
html body .herobanner .default__button,
html body .customer-auth-submit {
    overflow: hidden;
    border:
        1px solid
        var(--site-primary, #d94f70) !important;
    border-radius: var(--site-radius, 8px) !important;
    background-color:
        var(--site-primary, #d94f70) !important;
    background-image:
        linear-gradient(
            var(--site-surface, #ffffff),
            var(--site-surface, #ffffff)
        ) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 0% 100% !important;
    color: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
    transition:
        background-size 620ms cubic-bezier(0.22, 0.61, 0.36, 1),
        border-color 360ms ease,
        color 360ms ease !important;
}

html body .default__button::before,
html body .default__button::after,
html body .mini-basket__view-button::before,
html body .mini-basket__view-button::after,
html body .herobanner .default__button::before,
html body .herobanner .default__button::after,
html body .customer-auth-submit::before,
html body .customer-auth-submit::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
}

html body .default__button:hover,
html body .default__button:focus-visible,
html body .mini-basket__view-button:hover,
html body .mini-basket__view-button:focus-visible,
html body .herobanner .default__button:hover,
html body .herobanner .default__button:focus-visible,
html body .customer-auth-submit:hover,
html body .customer-auth-submit:focus-visible {
    border-color:
        var(--site-primary, #d94f70) !important;
    background-color:
        var(--site-primary, #d94f70) !important;
    background-size: 100% 100% !important;
    color:
        var(
            --site-primary-dark,
            var(--site-primary, #d94f70)
        ) !important;
    box-shadow: none !important;
    transform: none !important;
}

html body .default__button:focus-visible,
html body .mini-basket__view-button:focus-visible,
html body .customer-auth-submit:focus-visible {
    outline: 2px solid var(--site-primary, #d94f70);
    outline-offset: 3px;
}

/*
 * RULE-BASED FOOTER FLOW
 *
 * Keep the document at least as tall as the small viewport and let the
 * footer's sticky threshold place it at the natural end of short pages.
 * No flex/grid/display change is made to .main_wrapper, so the accepted
 * drawer/backdrop containing context remains untouched.
 */
html,
body.storefront-shared-shell,
body.storefront-shared-shell .main_wrapper {
    min-block-size: 100%;
}

body.storefront-shared-shell .main_wrapper {
    min-block-size: 100svh;
}

.storefront-global-footer {
    position: sticky;
    inset-block-start: 100svh;
}

/*
 * COPYRIGHT RHYTHM
 * The old layered footer rules accumulated excessive vertical padding.
 */
.storefront-global-footer .copyright {
    margin: 0 !important;
}

.storefront-global-footer .copyright__text {
    padding-block: clamp(8px, 0.8vw, 12px) !important;
}

.storefront-global-footer .copyright__text p {
    margin: 0 !important;
    line-height: 1.45 !important;
}

@media (max-width: 767px) {
    .storefront-global-footer__social-icons {
        grid-template-columns: repeat(5, 32px);
        gap: 9px 13px;
    }

    .storefront-global-footer
    .storefront-global-footer__social-icons
    li,
    .storefront-global-footer__social-link {
        width: 32px;
        height: 32px;
    }

    .storefront-global-footer__social-link {
        font-size: 17px;
    }

    .storefront-global-footer__social-wordmark--short {
        font-size: 14px;
    }

    .storefront-global-footer__social-wordmark--medium {
        font-size: 10px;
    }

    .storefront-global-footer__social-wordmark--long {
        font-size: 7.5px;
    }

    .storefront-global-footer .copyright__text {
        padding-block: 8px !important;
    }
}

@media (max-width: 359px) {
    .storefront-global-footer__social-icons {
        grid-template-columns: repeat(5, 30px);
        gap: 8px 10px;
    }

    .storefront-global-footer
    .storefront-global-footer__social-icons
    li,
    .storefront-global-footer__social-link {
        width: 30px;
        height: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body .default__button,
    html body .mini-basket__view-button,
    html body .herobanner .default__button,
    html body .customer-auth-submit,
    .storefront-global-footer__social-link {
        transition-duration: 0.01ms !important;
    }
}

/* KEY_DYNAMIC_BUTTONS_FOOTER_FLOW_SOCIAL_MARKS_V5_END */

/* KEY_GLOBAL_BUTTON_SWEEP_DIRECTION_BLOG_ACTIONS_V1_START */

/*
 * Physical direction is intentional. The storefront is RTL, but the user
 * requested every wipe to begin at the visual left edge and travel right.
 */
html body .default__button,
html body .mini-basket__view-button,
html body .herobanner .default__button,
html body .customer-auth-submit,
html body .storefront-sweep-button {
    background-position: left center !important;
}

/*
 * Blogs currently use Bootstrap's .btn-primary class. This semantic class
 * brings only those public actions into the same appearance-aware system.
 */
html body .storefront-sweep-button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border:
        1px solid
        var(--site-primary, #d94f70) !important;
    border-radius: var(--site-radius, 8px) !important;
    background-color:
        var(--site-primary, #d94f70) !important;
    background-image:
        linear-gradient(
            var(--site-surface, #ffffff),
            var(--site-surface, #ffffff)
        ) !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: 0% 100% !important;
    color: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
    text-decoration: none !important;
    transition:
        background-size 620ms cubic-bezier(0.22, 0.61, 0.36, 1),
        border-color 360ms ease,
        color 360ms ease !important;
}

html body .storefront-sweep-button::before,
html body .storefront-sweep-button::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
}

html body .storefront-sweep-button:hover,
html body .storefront-sweep-button:focus-visible {
    border-color:
        var(--site-primary, #d94f70) !important;
    background-color:
        var(--site-primary, #d94f70) !important;
    background-size: 100% 100% !important;
    color:
        var(
            --site-primary-dark,
            var(--site-primary, #d94f70)
        ) !important;
    box-shadow: none !important;
    transform: none !important;
    text-decoration: none !important;
}

html body .storefront-sweep-button:focus-visible {
    outline: 2px solid var(--site-primary, #d94f70);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    html body .storefront-sweep-button {
        transition-duration: 0.01ms !important;
    }
}

/* KEY_GLOBAL_BUTTON_SWEEP_DIRECTION_BLOG_ACTIONS_V1_END */

/* KEY_UNIFIED_SWEEP_CONFLICT_ISOLATION_V2_START */

/*
 * Slider isolation.
 *
 * This selector is intentionally more specific than the older slider-only
 * rules and any later home-slider safety stylesheet. It mirrors the accepted
 * storefront-sweep-button contract and changes no geometry.
 */
html
body.storefront-shared-shell
.herobanner
.herobanner__button
.default__button {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    border:
        1px solid
        var(--site-primary, #d94f70) !important;
    border-radius: var(--site-radius, 8px) !important;
    background-color:
        var(--site-primary, #d94f70) !important;
    background-image:
        linear-gradient(
            var(--site-surface, #ffffff),
            var(--site-surface, #ffffff)
        ) !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: 0% 100% !important;
    color: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
    text-decoration: none !important;
    will-change: background-size;
    transition:
        background-size 620ms cubic-bezier(0.22, 0.61, 0.36, 1),
        border-color 360ms ease,
        color 360ms ease !important;
}

html
body.storefront-shared-shell
.herobanner
.herobanner__button
.default__button::before,
html
body.storefront-shared-shell
.herobanner
.herobanner__button
.default__button::after {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    transform: none !important;
}

html
body.storefront-shared-shell
.herobanner
.herobanner__button
.default__button:hover,
html
body.storefront-shared-shell
.herobanner
.herobanner__button
.default__button:focus-visible {
    border-color:
        var(--site-primary, #d94f70) !important;
    background-color:
        var(--site-primary, #d94f70) !important;
    background-image:
        linear-gradient(
            var(--site-surface, #ffffff),
            var(--site-surface, #ffffff)
        ) !important;
    background-position: left center !important;
    background-size: 100% 100% !important;
    color:
        var(
            --site-primary-dark,
            var(--site-primary, #d94f70)
        ) !important;
    box-shadow: none !important;
    transform: none !important;
    text-decoration: none !important;
}

html
body.storefront-shared-shell
.herobanner
.herobanner__button
.default__button:focus-visible {
    outline: 2px solid var(--site-primary, #d94f70);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    html
    body.storefront-shared-shell
    .herobanner
    .herobanner__button
    .default__button {
        transition-duration: 0.01ms !important;
    }
}

/* KEY_UNIFIED_SWEEP_CONFLICT_ISOLATION_V2_END */

/* KEY_AUTOMATIC_SURFACE_CONTRAST_START */

/*
 * The RGB background setting is the single surface source of truth.
 * SiteAppearance chooses the higher-contrast text colour server-side and
 * exports the complete token set. This final bridge maps those tokens into
 * the storefront template's older variables so every route follows the
 * same light/dark decision without JavaScript or a second theme system.
 */
body {
    --site-surface-elevated: #ffffff;
    --site-heading: var(--site-text, #222222);
    --site-text-muted: #6f7d87;
    --site-border: #e1e7eb;
    --site-primary-readable: var(--site-primary, #d94f70);
    --site-on-primary: #ffffff;
    --site-color-scheme: light;

    --bodyColor: var(--site-text);
    --bodyBg: var(--site-surface);
    --whiteColor: var(--site-surface-elevated);
    --whiteColor2: var(--site-surface-muted);
    --blackColor: var(--site-heading);
    --blackColor2: var(--site-heading);
    --contentColor: var(--site-text);
    --headingColor: var(--site-heading);
    --borderColor: var(--site-border);
    --borderColor2: var(--site-border);
    --greyColor: var(--site-surface-muted);
    --greyColor1: var(--site-surface-muted);
    --greyColor3: var(--site-text-muted);
    --greyColor4: var(--site-surface-muted);
    --darkgrey: var(--site-surface-muted);
    --darkgrey2: var(--site-surface-muted);

    color-scheme: var(--site-color-scheme, light);
}

html,
body,
body .main_wrapper,
body .body__overlay {
    background-color: var(--site-surface);
    color: var(--site-text);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: var(--site-heading);
}

body p,
body li,
body label,
body td,
body th {
    color: var(--site-text);
}

body small,
body .text-muted,
body .footer__text,
body .copyright__text p {
    color: var(--site-text-muted);
}

body a {
    color: var(--site-text);
}

body a:hover,
body a:focus-visible {
    color: var(--site-primary-readable);
}

body .headerarea,
body .header__sticky,
body .header__topbar,
body .desktop__menu__wrapper,
body .mob_menu_wrapper {
    border-color: var(--site-border);
    background-color: var(--site-surface-elevated);
    color: var(--site-text);
}

body .headerarea__main__menu nav > ul > li > a,
body .headerarea__right__nav,
body .headerarea__right__nav a,
body .mobile-aside-button,
body .setting__wrap__active,
body .headermiddle__account {
    color: var(--site-heading);
}

body .headerarea__submenu,
body .headerarea__megamenu,
body .mobile-menu,
body .mobile-off-canvas-active,
body .mini-basket__panel {
    border-color: var(--site-border);
    background-color: var(--site-surface-elevated);
    color: var(--site-text);
}

body .headerarea__submenu a,
body .headerarea__megamenu a,
body .mobile-menu a {
    color: var(--site-text);
}

body .headerarea__main__menu nav > ul > li > a:hover,
body .headerarea__main__menu nav > ul > li > a:focus-visible,
body .headerarea__main__menu nav > ul > li.active > a,
body .headerarea__main__menu nav > ul > li.current-menu-item > a,
body .headerarea__submenu a:hover,
body .headerarea__submenu a:focus-visible,
body .headerarea__megamenu a:hover,
body .headerarea__megamenu a:focus-visible,
body .mobile-menu a:hover,
body .mobile-menu a:focus-visible,
body .color__blue,
body .grid__wraper__price span {
    color: var(--site-primary-readable) !important;
}

body input,
body select,
body textarea,
body option {
    border-color: var(--site-border);
    background-color: var(--site-surface-elevated);
    color: var(--site-text);
}

body input::placeholder,
body textarea::placeholder {
    color: var(--site-text-muted);
    opacity: 1;
}

body .grid__wraper,
body .sidebar__widget,
body .checkout-card,
body .cartarea__table__content {
    border-color: var(--site-border);
    background-color: var(--site-surface-elevated);
    color: var(--site-text);
}

body .default__button,
body .mini-basket__view-button,
body .button-search {
    border-color: var(--site-primary);
    background-color: var(--site-primary);
    color: var(--site-on-primary);
}

body .default__button:hover,
body .default__button:focus-visible,
body .mini-basket__view-button:hover,
body .mini-basket__view-button:focus-visible,
body .button-search:hover,
body .button-search:focus-visible {
    border-color: var(--site-primary-readable);
    background-color: var(--site-primary-readable);
    color: var(--site-on-primary);
}

/* KEY_AUTOMATIC_SURFACE_CONTRAST_END */

/* KEY_SMART_STOREFRONT_HEADER_V2_START */

/*
 * The fixed cart, account, search and mobile-menu surfaces are siblings of
 * the visible header rows inside this sticky wrapper. The wrapper must never
 * establish a fixed-position containing block.
 */
.storefront-shared-shell .site-header-sticky {
    position: sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid var(--site-border);
    border-radius: 0 !important;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    transform: none;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
    will-change: auto;
}

/*
 * Only the visible desktop/mobile header rows own the translucent surface,
 * blur and hide/reveal transform. Fixed sibling drawers remain attached to
 * the viewport throughout the page.
 */
.storefront-shared-shell
.site-header-sticky > .headerarea,
.storefront-shared-shell
.site-header-sticky > .headerarea.sticky {
    position: static;
    inset: auto;
    width: 100%;
    margin: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background:
        color-mix(
            in srgb,
            var(--site-surface-elevated) 92%,
            transparent
        ) !important;
    -webkit-backdrop-filter: blur(14px) saturate(145%);
    backdrop-filter: blur(14px) saturate(145%);
    box-shadow: none !important;
    animation: none !important;
    transform: translate3d(0, 0, 0) !important;
    transition:
        transform 220ms cubic-bezier(0.22, 0.7, 0.22, 1),
        background-color 180ms ease;
    will-change: transform;
}

.storefront-shared-shell
.site-header-sticky
.container,
.storefront-shared-shell
.site-header-sticky
.container-fluid,
.storefront-shared-shell
.site-header-sticky
.row,
.storefront-shared-shell
.site-header-sticky
[class*="col-"] {
    border-radius: 0 !important;
    background: transparent;
}

.storefront-shared-shell
.site-header-sticky.is-scrolled {
    border-bottom-color:
        color-mix(
            in srgb,
            var(--site-border) 92%,
            transparent
        );
    box-shadow:
        0 10px 28px
        color-mix(
            in srgb,
            var(--site-text) 11%,
            transparent
        );
}

.storefront-shared-shell
.site-header-sticky.is-scrolled > .headerarea {
    background:
        color-mix(
            in srgb,
            var(--site-surface-elevated) 96%,
            transparent
        ) !important;
}

.storefront-shared-shell
.site-header-sticky.is-hidden {
    pointer-events: none;
    border-bottom-color: transparent;
    box-shadow: none;
    transform: none;
}

.storefront-shared-shell
.site-header-sticky.is-hidden > .headerarea {
    transform:
        translate3d(
            0,
            calc(-100% - 2px),
            0
        ) !important;
}

@media (prefers-reduced-motion: reduce) {
    .storefront-shared-shell
    .site-header-sticky > .headerarea {
        transition-duration: 1ms;
    }
}

/* KEY_SMART_STOREFRONT_HEADER_V2_END */

/* KEY_HOME_EXACT_PRODUCTS_GRID_V1_START */

body.storefront-products-body
.best__selling > .container {
    max-width: 1040px;
}

body.storefront-products-body
.best__selling
.grid__responsive {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    margin-right: 0;
    margin-left: 0;
}

body.storefront-products-body
.best__selling
.grid__responsive > [class*="col-"] {
    width: auto;
    max-width: none;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

body.storefront-products-body
.best__selling
.best__selling__button {
    margin-top: 30px;
}

@media (max-width: 991px) {
    body.storefront-products-body
    .best__selling
    .grid__responsive {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 419px) {
    body.storefront-products-body
    .best__selling
    .grid__responsive {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* KEY_HOME_EXACT_PRODUCTS_GRID_V1_END */

/* KEY_HOME_BLOG_SHOWCASE_V3_START */

/*
 * Compact handoff from the promotional marquee into the blog section.
 * Generic spacing helpers are intentionally not used here.
 */
.storefront-shared-shell .home-promo-marquee {
    padding-block: clamp(16px, 2vw, 24px);
    background:
        color-mix(
            in srgb,
            var(--site-surface-muted) 94%,
            var(--site-primary) 6%
        );
}

.storefront-shared-shell .home-blog-showcase {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-block:
        clamp(24px, 3.2vw, 38px)
        clamp(38px, 4.2vw, 54px);
    background:
        color-mix(
            in srgb,
            var(--site-surface) 97%,
            var(--site-primary) 3%
        );
}

.storefront-shared-shell .home-blog-showcase::before,
.storefront-shared-shell .home-blog-showcase::after {
    position: absolute;
    z-index: 0;
    content: "";
    pointer-events: none;
    will-change: transform;
}

.storefront-shared-shell .home-blog-showcase::before {
    inset: -36% -24%;
    background:
        radial-gradient(
            circle at 18% 30%,
            color-mix(
                in srgb,
                var(--site-primary) 18%,
                transparent
            ) 0,
            transparent 33%
        ),
        radial-gradient(
            circle at 78% 66%,
            color-mix(
                in srgb,
                var(--site-accent) 16%,
                transparent
            ) 0,
            transparent 36%
        );
    opacity: 0.82;
    animation:
        key-home-blog-colour-drift-a
        16s
        ease-in-out
        infinite
        alternate;
}

.storefront-shared-shell .home-blog-showcase::after {
    inset: -28% -18%;
    background:
        radial-gradient(
            circle at 72% 24%,
            color-mix(
                in srgb,
                var(--site-primary-dark) 11%,
                transparent
            ) 0,
            transparent 31%
        ),
        radial-gradient(
            circle at 30% 78%,
            color-mix(
                in srgb,
                var(--site-accent) 13%,
                transparent
            ) 0,
            transparent 34%
        );
    opacity: 0.72;
    animation:
        key-home-blog-colour-drift-b
        21s
        ease-in-out
        infinite
        alternate-reverse;
}

@keyframes key-home-blog-colour-drift-a {
    0% {
        transform: translate3d(-6%, -3%, 0) scale(1);
    }

    50% {
        transform: translate3d(5%, 4%, 0) scale(1.07);
    }

    100% {
        transform: translate3d(2%, -5%, 0) scale(1.02);
    }
}

@keyframes key-home-blog-colour-drift-b {
    0% {
        transform: translate3d(5%, -4%, 0) scale(1.04);
    }

    50% {
        transform: translate3d(-5%, 5%, 0) scale(0.98);
    }

    100% {
        transform: translate3d(3%, 3%, 0) scale(1.08);
    }
}

@keyframes key-home-blog-accent-flow {
    from {
        background-position: 0% 50%;
    }

    to {
        background-position: 200% 50%;
    }
}

.storefront-shared-shell .home-blog-showcase > .container {
    position: relative;
    z-index: 1;
    max-width: 1240px;
}

.storefront-shared-shell .home-blog-showcase .section__title {
    padding-bottom: clamp(15px, 2vw, 22px);
}

.storefront-shared-shell .home-blog-showcase .section__title h2 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 10px;
    color: var(--site-heading, var(--site-text));
    font-size: clamp(1.75rem, 2.5vw, 2.2rem);
    font-weight: 850;
}

.storefront-shared-shell .home-blog-showcase .section__title h2::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 54px;
    height: 3px;
    border-radius: var(--site-radius);
    background:
        linear-gradient(
            90deg,
            var(--site-primary),
            var(--site-accent),
            var(--site-primary)
        );
    background-size: 200% 100%;
    content: "";
    transform: translateX(50%);
    animation:
        key-home-blog-accent-flow
        7s
        linear
        infinite;
}

.storefront-shared-shell .home-blog-carousel {
    direction: ltr;
}

.storefront-shared-shell .home-blog-carousel .slick-list {
    direction: ltr;
    margin-inline: -7px;
    padding-block: 4px 11px;
    cursor: grab;
    touch-action: pan-y;
}

.storefront-shared-shell .home-blog-carousel .slick-list:active {
    cursor: grabbing;
}

.storefront-shared-shell .home-blog-carousel .slick-track {
    direction: ltr;
    display: flex;
    align-items: stretch;
}

.storefront-shared-shell .home-blog-carousel .slick-slide {
    height: auto;
    padding-inline: 7px;
    display: flex;
}

.storefront-shared-shell .home-blog-carousel .slick-slide > div,
.storefront-shared-shell .home-blog-carousel .column__custom__class {
    width: 100%;
    height: 100%;
}

.storefront-shared-shell .home-blog-carousel .blog__single__wrap {
    position: relative;
    direction: rtl;
    height: 100%;
    margin: 0;
    padding: 7px 7px 13px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border:
        1px solid
        color-mix(
            in srgb,
            var(--site-border) 82%,
            var(--site-primary) 18%
        );
    border-radius: var(--site-radius);
    background:
        color-mix(
            in srgb,
            var(--site-surface-elevated) 97%,
            var(--site-primary) 3%
        );
    box-shadow:
        0 8px 22px
        color-mix(
            in srgb,
            var(--site-text) 8%,
            transparent
        );
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.storefront-shared-shell .home-blog-carousel .blog__single__wrap::before {
    position: absolute;
    z-index: 2;
    inset: 0 0 auto;
    height: 3px;
    background:
        linear-gradient(
            90deg,
            var(--site-primary),
            var(--site-accent),
            var(--site-primary)
        );
    background-size: 200% 100%;
    content: "";
    animation:
        key-home-blog-accent-flow
        9s
        linear
        infinite;
}

.storefront-shared-shell .home-blog-carousel .blog__img {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: var(--site-radius);
    background: var(--site-surface-muted);
}

.storefront-shared-shell .home-blog-carousel .blog__img a,
.storefront-shared-shell .home-blog-carousel .blog__img img {
    width: 100%;
    height: 100%;
    display: block;
}

.storefront-shared-shell .home-blog-carousel .blog__img img {
    object-fit: cover;
    object-position: center;
    user-select: none;
    -webkit-user-drag: none;
    transition: transform 320ms ease;
}

.storefront-shared-shell .home-blog-carousel .blog__meta {
    margin: 10px 2px 6px;
}

.storefront-shared-shell .home-blog-carousel .blog__meta ul li {
    direction: ltr;
    min-height: 27px;
    margin: 0;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border:
        1px solid
        color-mix(
            in srgb,
            var(--site-primary) 13%,
            var(--site-border)
        );
    border-radius: var(--site-radius);
    background:
        color-mix(
            in srgb,
            var(--site-primary) 8%,
            var(--site-surface-muted)
        );
    color: var(--site-text-muted);
    font-size: 0.74rem;
    unicode-bidi: isolate;
}

.storefront-shared-shell .home-blog-carousel .blog__meta ul li i {
    margin: 0;
    color: var(--site-primary);
}

.storefront-shared-shell .home-blog-carousel .blog__title {
    margin: 0 2px 10px;
}

.storefront-shared-shell .home-blog-carousel .blog__title h2 {
    min-height: 3.15em;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    color: var(--site-heading, var(--site-text));
    font-size: clamp(0.96rem, 1.1vw, 1.08rem);
    font-weight: 800;
    line-height: 1.58;
    text-align: start;
    unicode-bidi: plaintext;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.storefront-shared-shell .home-blog-carousel .blog__title h2 a {
    color: inherit;
}

.storefront-shared-shell .home-blog-carousel .blog__button {
    margin: auto 2px 0;
}

.storefront-shared-shell .home-blog-carousel .blog__button a {
    min-height: 37px;
    padding: 7px 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border:
        1px solid
        color-mix(
            in srgb,
            var(--site-primary) 72%,
            var(--site-border)
        );
    border-radius: var(--site-radius);
    background:
        color-mix(
            in srgb,
            var(--site-primary) 11%,
            var(--site-surface-elevated)
        );
    color: var(--site-primary);
    font-size: 0.8rem;
    font-weight: 850;
    text-decoration: none;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

.storefront-shared-shell .home-blog-carousel .blog__button a::after {
    display: none;
    content: none;
}

.storefront-shared-shell .home-blog-carousel .blog__button a:hover,
.storefront-shared-shell .home-blog-carousel .blog__button a:focus-visible {
    border-color: var(--site-primary);
    background: var(--site-primary);
    color: var(--site-on-primary, #fff);
    outline: none;
    transform: translateY(-1px);
}

/*
 * Exact hero-slider button structure and visual contract, scoped to blogs.
 */
html body
.home-blog-showcase
button.slick-prev.prev_class.slick-arrow,
html body
.home-blog-showcase
button.slick-next.next_class.slick-arrow {
    position: absolute !important;
    top: 42% !important;
    z-index: 20 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 0 3px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border:
        1px solid
        color-mix(
            in srgb,
            var(--site-primary) 30%,
            var(--site-border)
        ) !important;
    border-radius: var(--site-radius) !important;
    background-color:
        color-mix(
            in srgb,
            var(--site-surface-elevated) 94%,
            transparent
        ) !important;
    background-image: none !important;
    color: var(--site-primary) !important;
    box-shadow:
        0 8px 22px
        color-mix(
            in srgb,
            var(--site-text) 13%,
            transparent
        ) !important;
    font-family: Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform:
        translateY(-50%)
        scale(0.94) !important;
    transition:
        opacity 0.24s ease,
        transform 0.24s ease,
        border-color 0.24s ease,
        background-color 0.24s ease,
        color 0.24s ease !important;
}

html body
.home-blog-showcase
button.slick-prev.prev_class.slick-arrow {
    right: auto !important;
    left: 8px !important;
}

html body
.home-blog-showcase
button.slick-next.next_class.slick-arrow {
    right: 8px !important;
    left: auto !important;
}

html body
.home-blog-showcase
.home-blog-carousel:has(> .slick-list:hover)
button.slick-prev.prev_class.slick-arrow,
html body
.home-blog-showcase
.home-blog-carousel:has(> .slick-list:hover)
button.slick-next.next_class.slick-arrow,
html body
.home-blog-showcase
button.slick-prev.prev_class.slick-arrow:hover,
html body
.home-blog-showcase
button.slick-next.next_class.slick-arrow:hover,
html body
.home-blog-showcase
button.slick-prev.prev_class.slick-arrow:focus-visible,
html body
.home-blog-showcase
button.slick-next.next_class.slick-arrow:focus-visible {
    opacity: 0.96 !important;
    pointer-events: auto !important;
    transform:
        translateY(-50%)
        scale(1) !important;
}

html body
.home-blog-showcase
button.slick-prev.prev_class.slick-arrow:hover,
html body
.home-blog-showcase
button.slick-next.next_class.slick-arrow:hover,
html body
.home-blog-showcase
button.slick-prev.prev_class.slick-arrow:focus-visible,
html body
.home-blog-showcase
button.slick-next.next_class.slick-arrow:focus-visible {
    border-color: var(--site-primary) !important;
    background-color: var(--site-primary) !important;
    color: var(--site-on-primary, #fff) !important;
    opacity: 1 !important;
}

.storefront-shared-shell .home-blog-carousel .slick-dots {
    direction: ltr;
    position: static;
    width: 100%;
    margin: 1px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
    list-style: none;
}

.storefront-shared-shell .home-blog-carousel .slick-dots li {
    width: 17px;
    height: 4px;
    margin: 0;
}

.storefront-shared-shell .home-blog-carousel .slick-dots button {
    width: 100%;
    height: 4px;
    padding: 0;
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: var(--site-radius);
    background:
        color-mix(
            in srgb,
            var(--site-text) 14%,
            transparent
        );
    color: transparent;
    font-size: 0;
}

.storefront-shared-shell .home-blog-carousel .slick-dots li.slick-active button {
    background:
        linear-gradient(
            90deg,
            var(--site-primary),
            var(--site-accent),
            var(--site-primary)
        );
    background-size: 200% 100%;
    animation:
        key-home-blog-accent-flow
        5s
        linear
        infinite;
}

@media (hover: hover) and (pointer: fine) {
    .storefront-shared-shell .home-blog-carousel .blog__single__wrap:hover {
        border-color: var(--site-primary);
        box-shadow:
            0 12px 30px
            color-mix(
                in srgb,
                var(--site-primary) 11%,
                transparent
            );
        transform: translateY(-2px);
    }

    .storefront-shared-shell
    .home-blog-carousel
    .blog__single__wrap:hover
    .blog__img img {
        transform: scale(1.02);
    }
}

.home-blog-carousel:not(.slick-initialized) {
    direction: ltr;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.home-blog-carousel:not(.slick-initialized) > .column__custom__class {
    direction: rtl;
    width: auto;
    max-width: none;
    padding: 0;
}

.home-blog-carousel:not(.slick-initialized) > .column__custom__class:nth-child(n + 4) {
    display: none;
}

@media (max-width: 768px) {
    .storefront-shared-shell .home-promo-marquee {
        padding-block: 14px;
    }

    .storefront-shared-shell .home-blog-showcase {
        padding-block: 20px 36px;
    }

    .storefront-shared-shell .home-blog-showcase .section__title {
        padding-bottom: 14px;
    }

    .storefront-shared-shell .home-blog-showcase .section__title h2 {
        font-size: clamp(1.5rem, 7vw, 1.85rem);
    }

    .storefront-shared-shell .home-blog-carousel .slick-list {
        margin-inline: -4px;
        padding-bottom: 9px;
    }

    .storefront-shared-shell .home-blog-carousel .slick-slide {
        padding-inline: 4px;
    }

    .storefront-shared-shell .home-blog-carousel .blog__single__wrap {
        padding: 5px 5px 9px;
    }

    .storefront-shared-shell .home-blog-carousel .blog__img {
        aspect-ratio: 4 / 3;
    }

    .storefront-shared-shell .home-blog-carousel .blog__meta {
        margin: 8px 1px 5px;
    }

    .storefront-shared-shell .home-blog-carousel .blog__meta ul li {
        min-height: 24px;
        padding: 3px 5px;
        gap: 3px;
        font-size: 0.64rem;
    }

    .storefront-shared-shell .home-blog-carousel .blog__title {
        margin: 0 1px 7px;
    }

    .storefront-shared-shell .home-blog-carousel .blog__title h2 {
        min-height: 3.05em;
        font-size: 0.81rem;
        line-height: 1.52;
    }

    .storefront-shared-shell .home-blog-carousel .blog__button {
        margin-inline: 1px;
    }

    .storefront-shared-shell .home-blog-carousel .blog__button a {
        min-height: 32px;
        padding: 5px 7px;
        font-size: 0.69rem;
    }

    html body
    .home-blog-showcase
    button.slick-prev.prev_class.slick-arrow,
    html body
    .home-blog-showcase
    button.slick-next.next_class.slick-arrow {
        top: 38% !important;
        width: 36px !important;
        height: 36px !important;
        font-size: 26px !important;
    }

    html body
    .home-blog-showcase
    button.slick-prev.prev_class.slick-arrow {
        left: 4px !important;
    }

    html body
    .home-blog-showcase
    button.slick-next.next_class.slick-arrow {
        right: 4px !important;
    }

    .home-blog-carousel:not(.slick-initialized) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .home-blog-carousel:not(.slick-initialized) > .column__custom__class:nth-child(n + 3) {
        display: none;
    }
}

@media (hover: none) {
    html body
    .home-blog-showcase
    button.slick-prev.prev_class.slick-arrow,
    html body
    .home-blog-showcase
    button.slick-next.next_class.slick-arrow {
        opacity: 0.82 !important;
        pointer-events: auto !important;
        transform: translateY(-50%) !important;
    }
}

@media (max-width: 359px) {
    .storefront-shared-shell .home-blog-carousel .blog__meta ul li {
        font-size: 0.6rem;
    }

    .storefront-shared-shell .home-blog-carousel .blog__title h2 {
        font-size: 0.76rem;
    }

    .storefront-shared-shell .home-blog-carousel .blog__button a {
        padding-inline: 5px;
        font-size: 0.65rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .storefront-shared-shell .home-blog-showcase::before,
    .storefront-shared-shell .home-blog-showcase::after,
    .storefront-shared-shell .home-blog-showcase .section__title h2::after,
    .storefront-shared-shell .home-blog-carousel .blog__single__wrap::before,
    .storefront-shared-shell
    .home-blog-carousel
    .slick-dots li.slick-active button {
        animation: none !important;
    }

    .storefront-shared-shell .home-blog-carousel .blog__single__wrap,
    .storefront-shared-shell .home-blog-carousel .blog__img img,
    .storefront-shared-shell .home-blog-carousel .blog__button a,
    html body
    .home-blog-showcase
    button.slick-prev.prev_class.slick-arrow,
    html body
    .home-blog-showcase
    button.slick-next.next_class.slick-arrow {
        transition-duration: 1ms !important;
    }
}

/* KEY_HOME_BLOG_SHOWCASE_V3_END */

/* KEY_PUBLIC_BLOG_PRESENTATION_V2_START */
.public-blog-page,
.public-blog-detail {
    --blog-tint: color-mix(
        in srgb,
        var(--site-primary) 7%,
        var(--site-surface-elevated)
    );
    --blog-soft: color-mix(
        in srgb,
        var(--site-accent) 8%,
        var(--site-surface-muted)
    );
    --blog-border: color-mix(
        in srgb,
        var(--site-border) 82%,
        var(--site-primary) 18%
    );
    --blog-shadow: color-mix(
        in srgb,
        var(--site-text) 9%,
        transparent
    );
    padding-block: clamp(48px, 6vw, 82px);
    direction: rtl;
    text-align: right;
}

.public-blog-page__header {
    margin: 0 auto clamp(30px, 4vw, 46px);
    text-align: center;
}

.public-blog-page__header h1,
.public-blog-article__header h1 {
    margin: 0;
    color: var(--site-heading, var(--site-text));
    font-weight: 800;
    line-height: 1.35;
}

.public-blog-page__header h1 {
    font-size: clamp(2rem, 5vw, 3.35rem);
}

.public-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(18px, 2.6vw, 30px);
}

.public-blog-card,
.public-blog-article {
    overflow: hidden;
    border: 1px solid var(--blog-border);
    border-radius: var(--site-radius);
    background: var(--site-surface-elevated);
    box-shadow: 0 18px 44px var(--blog-shadow);
}

.public-blog-card {
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.public-blog-card:hover {
    border-color: var(--site-primary);
    box-shadow: 0 22px 50px
        color-mix(
            in srgb,
            var(--site-primary) 14%,
            transparent
        );
    transform: translateY(-3px);
}

.public-blog-card__media {
    min-height: clamp(230px, 24vw, 320px);
    padding: clamp(12px, 1.8vw, 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid var(--site-border);
    background: linear-gradient(145deg, var(--blog-tint), var(--blog-soft));
}

.public-blog-card__image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 320px;
    display: block;
    object-fit: contain;
    object-position: center;
}

.public-blog-card__placeholder {
    min-height: 180px;
    display: grid;
    place-items: center;
    color: var(--site-primary-readable);
    font-size: 2.4rem;
}

.public-blog-card__content {
    min-height: 260px;
    padding: clamp(20px, 2.4vw, 28px);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.public-blog-card__meta,
.public-blog-article__meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: var(--site-primary-readable);
    font-size: 0.84rem;
    font-weight: 700;
}

.public-blog-card__meta {
    min-height: 34px;
    margin-bottom: 14px;
    padding: 7px 11px;
    border: 1px solid var(--blog-border);
    border-radius: 999px;
    background: var(--blog-tint);
}

.public-blog-card h2 {
    margin: 0;
    font-size: clamp(1.14rem, 2vw, 1.42rem);
    line-height: 1.55;
}

.public-blog-card h2 a {
    color: var(--site-heading, var(--site-text));
    text-decoration: none;
}

.public-blog-card h2 a:hover,
.public-blog-card h2 a:focus-visible,
.public-blog-article__back {
    color: var(--site-primary-readable);
}

.public-blog-card p {
    margin: 13px 0 22px;
    display: -webkit-box;
    overflow: hidden;
    color: var(--site-text-muted);
    line-height: 1.9;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.public-blog-card__action {
    margin-top: auto;
}

.public-blog-card__action .storefront-sweep-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.public-blog-empty {
    padding: clamp(28px, 5vw, 54px);
    border: 1px dashed var(--blog-border);
    border-radius: var(--site-radius);
    background: var(--blog-tint);
    color: var(--site-text-muted);
    text-align: center;
}

.public-blog-article {
    max-width: 980px;
    margin-inline: auto;
}

.public-blog-article__header {
    padding:
        clamp(24px, 3vw, 38px)
        clamp(22px, 5vw, 54px);
    background: linear-gradient(
        145deg,
        var(--blog-tint),
        var(--site-surface-elevated)
    );
}

.public-blog-article__toolbar {
    margin-bottom: clamp(18px, 2.5vw, 28px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
}

.public-blog-article__back,
.public-blog-article__meta {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
}

.public-blog-article__back {
    gap: 9px;
    text-decoration: none;
}

.public-blog-article__back:hover,
.public-blog-article__back:focus-visible {
    color: var(--site-primary-dark);
}

.public-blog-article__header h1 {
    max-width: 820px;
    font-size: clamp(1.8rem, 4.4vw, 3.1rem);
}

.public-blog-article__body {
    max-width: 780px;
    margin-inline: auto;
    padding:
        clamp(30px, 5vw, 58px)
        clamp(22px, 6vw, 64px);
    color: var(--site-text);
    font-size: clamp(1rem, 1.6vw, 1.13rem);
    line-height: 2.05;
    overflow-wrap: anywhere;
}

.public-blog-article__hero {
    max-width: 900px;
    margin:
        0
        auto
        clamp(26px, 4vw, 48px);
    padding: clamp(14px, 2.5vw, 26px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--site-border);
    border-radius: calc(var(--site-radius) * 0.82);
    background: linear-gradient(145deg, var(--blog-tint), var(--blog-soft));
}

.public-blog-article__image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 78vh;
    display: block;
    object-fit: contain;
    object-position: center;
}

.public-blog-page a:focus-visible,
.public-blog-detail a:focus-visible {
    outline: 3px solid
        color-mix(
            in srgb,
            var(--site-primary) 28%,
            transparent
        );
    outline-offset: 3px;
}

@media (max-width: 991px) {
    .public-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .public-blog-page,
    .public-blog-detail {
        padding-block: 38px 54px;
    }

    .public-blog-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .public-blog-card__media {
        min-height: 210px;
        padding: 12px;
    }

    .public-blog-card__image {
        max-height: 280px;
    }

    .public-blog-card__content {
        min-height: 230px;
        padding: 20px;
    }

    .public-blog-article {
        border-inline: 0;
        border-radius: 0;
    }

    .public-blog-article__header,
    .public-blog-article__body {
        padding-inline: 20px;
    }

    .public-blog-article__toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .public-blog-article__hero {
        margin-inline: 12px;
        padding: 10px;
    }

    .public-blog-article__image {
        max-height: 68vh;
    }
}

@media (prefers-reduced-motion: reduce) {
    .public-blog-card {
        transition-duration: 1ms;
    }

    .public-blog-card:hover {
        transform: none;
    }
}
/* KEY_PUBLIC_BLOG_PRESENTATION_V2_END */
