/**
 * Forside: fuld skærm-hero, sort overlay-navbar, hvid chrome.
 * Indlæses sidst på index, så den vinder over style.css, tokens og tablet.
 */

html body[data-page="home"] {
    --zilenzo-topbar-h: 0px;
    --zilenzo-home-header-h: 0px;
    --zilenzo-homepage-hero-h: 100svh;
}

html body[data-page="home"] .top-bar,
html body[data-page="home"] [data-theme-topbanner-mount] {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    pointer-events: none !important;
}

html body[data-page="home"] .navbar,
html body[data-page="home"] .navbar.is-stuck,
html body[data-page="home"] .site-header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    background: #00000000 !important;
    color: #ffffff !important;
    border: 0 !important;
    border-bottom: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    z-index: 1300 !important;
    transition: background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

html body[data-page="home"] .navbar.is-stuck {
    position: fixed !important;
}

html body[data-page="home"] .navbar.is-solid {
    background: #ffffff !important;
    color: #111111 !important;
    border: 0 !important;
    border-top: none !important;
    box-shadow: 0 1px 0 rgba(18, 18, 18, 0.08) !important;
}

html body[data-page="home"] .navbar > .logo,
html body[data-page="home"] .navbar-brand-row .logo,
html body[data-page="home"] .navbar > .logo img,
html body[data-page="home"] .navbar-brand-row .logo img {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    background: transparent !important;
}

html body[data-page="home"] .navbar > .logo::before,
html body[data-page="home"] .navbar > .logo::after,
html body[data-page="home"] .navbar-brand-row .logo::before,
html body[data-page="home"] .navbar-brand-row .logo::after,
html body[data-page="home"] .cart-icon::before,
html body[data-page="home"] .cart-icon::after {
    display: none !important;
    content: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

html body[data-page="home"] .navbar > .logo img,
html body[data-page="home"] .navbar-brand-row .logo img {
    filter: brightness(0) invert(1);
}

html body[data-page="home"] .navbar.is-solid > .logo img,
html body[data-page="home"] .navbar.is-solid .navbar-brand-row .logo img {
    filter: none;
}

html body[data-page="home"] .nav-links,
html body[data-page="home"] .nav-links > a,
html body[data-page="home"] .nav-links > .nav-dropdown > .nav-dropdown-toggle,
html body[data-page="home"] .nav-links .nav-dropdown-toggle span,
html body[data-page="home"] .nav-links > .nav-dropdown > .nav-dropdown-toggle i,
html body[data-page="home"] .nav-link-no-underline {
    color: #ffffff !important;
}

html body[data-page="home"] .nav-links > a:hover,
html body[data-page="home"] .nav-links > .nav-dropdown > .nav-dropdown-toggle:hover,
html body[data-page="home"] .nav-dropdown-toggle.active-link,
html body[data-page="home"] .nav-dropdown.is-active > .nav-dropdown-toggle {
    color: #ffffff !important;
    opacity: 0.86;
}

html body[data-page="home"] .navbar.is-solid .nav-links,
html body[data-page="home"] .navbar.is-solid .nav-links > a,
html body[data-page="home"] .navbar.is-solid .nav-links > .nav-dropdown > .nav-dropdown-toggle,
html body[data-page="home"] .navbar.is-solid .nav-links .nav-dropdown-toggle span,
html body[data-page="home"] .navbar.is-solid .nav-links > .nav-dropdown > .nav-dropdown-toggle i,
html body[data-page="home"] .navbar.is-solid .nav-link-no-underline {
    color: #111111 !important;
}

html body[data-page="home"] .navbar.is-solid .nav-links > a:hover,
html body[data-page="home"] .navbar.is-solid .nav-links > .nav-dropdown > .nav-dropdown-toggle:hover,
html body[data-page="home"] .navbar.is-solid .nav-dropdown-toggle.active-link,
html body[data-page="home"] .navbar.is-solid .nav-dropdown.is-active > .nav-dropdown-toggle {
    color: #111111 !important;
    opacity: 0.78;
}

html body[data-page="home"] .nav-dropdown-panel {
    background: #ffffff !important;
    border: 1px solid rgba(18, 18, 18, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 18px 40px rgba(13, 15, 44, 0.12) !important;
    padding: 10px !important;
    gap: 4px !important;
    min-width: 240px !important;
    margin-top: 8px !important;
}

html body[data-page="home"] .nav-dropdown-panel,
html body[data-page="home"] .nav-dropdown-panel a {
    color: #111111 !important;
    opacity: 1 !important;
}

html body[data-page="home"] .search-container,
html body[data-page="home"] .navbar #siteSearchForm {
    background: #ffffff !important;
    border: 8px solid #ffffff !important;
    border-radius: 8px !important;
    color: #111111 !important;
    box-shadow: none !important;
}

html body[data-page="home"] .navbar.is-solid #siteSearchForm,
html body[data-page="home"] .navbar.is-solid #siteSearchForm.search-container,
html body[data-page="home"] .navbar.is-solid .search-container {
    border: 1px solid #111111 !important;
}

html body[data-page="home"] .search-container input,
html body[data-page="home"] .search-container input:focus,
html body[data-page="home"] #siteSearchInput {
    color: #111111 !important;
    background: transparent !important;
    -webkit-text-fill-color: #111111;
}

html body[data-page="home"] .search-container input::placeholder,
html body[data-page="home"] #siteSearchInput::placeholder {
    color: #6b6b6b !important;
    opacity: 1;
    font-size: 18px !important;
}

html body[data-page="home"] .search-btn,
html body[data-page="home"] .search-btn i {
    color: #111111 !important;
    background: transparent !important;
}

html body[data-page="home"] .lang-switch-trigger {
    color: #ffffff !important;
    background: transparent !important;
}

html body[data-page="home"] .lang-switch-trigger:hover,
html body[data-page="home"] .lang-switch-trigger:focus-visible,
html body[data-page="home"] .lang-switch.is-open .lang-switch-trigger {
    background: rgba(255, 255, 255, 0.1) !important;
    outline-color: rgba(255, 255, 255, 0.35);
}

html body[data-page="home"] .lang-switch-label,
html body[data-page="home"] .lang-switch-code,
html body[data-page="home"] .lang-switch-caret {
    color: #ffffff !important;
}

html body[data-page="home"] .navbar.is-solid .lang-switch-trigger,
html body[data-page="home"] .navbar.is-solid .lang-switch-label,
html body[data-page="home"] .navbar.is-solid .lang-switch-code,
html body[data-page="home"] .navbar.is-solid .lang-switch-caret {
    color: #111111 !important;
}

html body[data-page="home"] .navbar.is-solid .lang-switch-trigger:hover,
html body[data-page="home"] .navbar.is-solid .lang-switch-trigger:focus-visible,
html body[data-page="home"] .navbar.is-solid .lang-switch.is-open .lang-switch-trigger {
    background: rgba(15, 23, 42, 0.06) !important;
}

html body[data-page="home"] .lang-switch-flag,
html body[data-page="home"] .lang-switch-flag svg,
html body[data-page="home"] .lang-switch-flag .lang-flag-svg {
    filter: none !important;
}

html body[data-page="home"] .nav-actions .icon-link,
html body[data-page="home"] .nav-actions .icon-link i,
html body[data-page="home"] .nav-actions .account-toggle-btn,
html body[data-page="home"] .nav-actions .account-toggle-btn i,
html body[data-page="home"] .nav-actions .account-toggle-btn span,
html body[data-page="home"] .nav-actions .account-menu-caret {
    color: #ffffff !important;
}

html body[data-page="home"] .nav-actions .account-toggle-btn:hover,
html body[data-page="home"] .nav-actions .icon-link:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-color: transparent !important;
}

html body[data-page="home"] .navbar.is-solid .nav-actions .icon-link,
html body[data-page="home"] .navbar.is-solid .nav-actions .icon-link i,
html body[data-page="home"] .navbar.is-solid .nav-actions .account-toggle-btn,
html body[data-page="home"] .navbar.is-solid .nav-actions .account-toggle-btn i,
html body[data-page="home"] .navbar.is-solid .nav-actions .account-toggle-btn span,
html body[data-page="home"] .navbar.is-solid .nav-actions .account-menu-caret {
    color: #111111 !important;
}

html body[data-page="home"] .navbar.is-solid .nav-actions .account-toggle-btn:hover,
html body[data-page="home"] .navbar.is-solid .nav-actions .icon-link:hover {
    background: rgba(15, 23, 42, 0.06) !important;
    color: #111111 !important;
}

html body[data-page="home"] .nav-actions > a.cart-icon,
html body[data-page="home"] .nav-actions > button.cart-icon,
html body[data-page="home"] .cart-icon,
html body[data-page="home"] .cart-icon:hover,
html body[data-page="home"] .cart-icon:focus-visible {
    background: transparent !important;
    color: #ffffff !important;
    border: 0 !important;
    border-top: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
}

html body[data-page="home"] .cart-icon i,
html body[data-page="home"] .cart-icon .cart-icon-label,
html body[data-page="home"] .cart-icon .material-symbols-outlined {
    color: #ffffff !important;
}

html body[data-page="home"] .navbar.is-solid .nav-actions > a.cart-icon,
html body[data-page="home"] .navbar.is-solid .nav-actions > button.cart-icon,
html body[data-page="home"] .navbar.is-solid .cart-icon {
    background: transparent !important;
    color: #111111 !important;
    border: 0 !important;
}

html body[data-page="home"] .navbar.is-solid .cart-icon i,
html body[data-page="home"] .navbar.is-solid .cart-icon .cart-icon-label,
html body[data-page="home"] .navbar.is-solid .cart-icon .material-symbols-outlined {
    color: #111111 !important;
}

html body[data-page="home"] .navbar,
html body[data-page="home"] .navbar.is-stuck {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    min-height: 0;
    padding: 18px var(--zilenzo-chrome-edge, 24px) !important;
    gap: 8px !important;
}

html body[data-page="home"] .navbar > .logo {
    display: flex !important;
    align-items: center !important;
    height: 56px !important;
}

html body[data-page="home"] .navbar > .logo img,
html body[data-page="home"] .navbar-brand-row .logo img {
    height: 40px !important;
    width: auto !important;
    max-width: none !important;
}

html body[data-page="home"] .navbar,
html body[data-page="home"] .navbar.is-stuck,
html body[data-page="home"] .nav-links,
html body[data-page="home"] .nav-dropdown {
    overflow: visible !important;
}

html body[data-page="home"] .nav-links {
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 8px 0 0 !important;
    height: auto !important;
    min-height: 56px !important;
}

html body[data-page="home"] .nav-links > a,
html body[data-page="home"] .nav-links > .nav-dropdown {
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    height: auto !important;
    min-height: 56px !important;
    margin: 0 !important;
    overflow: visible !important;
    position: relative !important;
}

html body[data-page="home"] .nav-links > a,
html body[data-page="home"] .nav-links .nav-dropdown-toggle,
html body[data-page="home"] .nav-links .nav-dropdown-toggle span,
html body[data-page="home"] .nav-link-no-underline {
    font-family: inherit !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    line-height: 1 !important;
    text-transform: lowercase !important;
    padding-block: 0 !important;
}

html body[data-page="home"] .nav-links > a > span,
html body[data-page="home"] .nav-links .nav-dropdown-toggle > span {
    display: inline-block !important;
}

html body[data-page="home"] .nav-links > a > span::first-letter,
html body[data-page="home"] .nav-links .nav-dropdown-toggle > span::first-letter {
    text-transform: uppercase !important;
}

html body[data-page="home"] .nav-links > a.nav-dropdown-toggle,
html body[data-page="home"] .nav-links .nav-dropdown-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    height: 56px !important;
    padding: 0 8px !important;
}

html body[data-page="home"] .nav-links > a.nav-dropdown-toggle {
    gap: 0 !important;
}

html body[data-page="home"] .nav-dropdown .nav-dropdown-toggle i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    line-height: 1 !important;
    overflow: visible !important;
    font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20;
    transform-origin: center;
}

html body[data-page="home"] .nav-links > a.nav-dropdown-toggle i {
    display: none !important;
}

html body[data-page="home"] .nav-dropdown.is-open > .nav-dropdown-panel,
html body[data-page="home"] .nav-dropdown-panel:not([hidden]) {
    display: grid !important;
    grid-template-columns: 1fr !important;
    z-index: 1400 !important;
}

html body[data-page="home"] .nav-dropdown.nav-mega--wide > .nav-dropdown-panel:not([hidden]),
html body[data-page="home"] .nav-dropdown.nav-mega--wide.is-open > .nav-dropdown-panel {
    grid-template-columns: repeat(2, minmax(180px, 1fr)) !important;
    min-width: 440px !important;
}

html body[data-page="home"] .nav-dropdown-panel[hidden] {
    display: none !important;
}

html body[data-page="home"] .nav-dropdown.is-open {
    z-index: 1410 !important;
}

html body[data-page="home"] .nav-dropdown-panel::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    height: 18px;
}

html body[data-page="home"] .nav-dropdown-panel a {
    display: block !important;
    padding: 10px 12px !important;
    border-radius: 10px !important;
    color: #111111 !important;
    background: transparent !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: lowercase !important;
    letter-spacing: 0 !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    opacity: 1 !important;
}

html body[data-page="home"] .nav-dropdown-panel a::first-letter {
    text-transform: uppercase !important;
}

html body[data-page="home"] .nav-dropdown-panel a:hover,
html body[data-page="home"] .nav-dropdown-panel a.active-link {
    background: rgba(37, 99, 235, 0.08) !important;
    color: #2563EB !important;
}

html body[data-page="home"] .nav-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    margin-left: auto !important;
    width: auto !important;
    max-width: none !important;
    position: static !important;
    min-height: 56px !important;
}

@media (min-width: 901px) {
    html body[data-page="home"] .navbar #siteSearchForm,
    html body[data-page="home"] .navbar #siteSearchForm.search-container,
    html body[data-page="home"] .navbar #siteSearchForm.search-container-has-dropdown,
    html body[data-page="home"] .nav-actions > #siteSearchForm {
        position: absolute !important;
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        box-sizing: border-box !important;
        height: 56px !important;
        min-height: 56px !important;
        max-height: 56px !important;
        padding: 0 8px !important;
        border: 8px solid #ffffff !important;
        border-radius: 8px !important;
        flex: none !important;
        width: min(340px, 34vw) !important;
        min-width: 240px !important;
        max-width: 380px !important;
        margin: 0 !important;
        z-index: 5 !important;
        pointer-events: auto !important;
        overflow: visible !important;
    }

    html body[data-page="home"] .navbar.is-solid #siteSearchForm,
    html body[data-page="home"] .navbar.is-solid #siteSearchForm.search-container,
    html body[data-page="home"] .navbar.is-solid #siteSearchForm.search-container-has-dropdown,
    html body[data-page="home"] .navbar.is-solid .nav-actions > #siteSearchForm {
        border: 1px solid #111111 !important;
    }

    html body[data-page="home"] .navbar #siteSearchForm .site-search-dropdown,
    html body[data-page="home"] .navbar #siteSearchForm .site-search-dropdown.site-search-dropdown--discover {
        position: absolute !important;
        left: 50% !important;
        right: auto !important;
        top: calc(100% + 10px) !important;
        transform: translateX(-50%) !important;
        width: min(760px, calc(100vw - 48px)) !important;
        max-width: min(760px, calc(100vw - 48px)) !important;
        z-index: 1600 !important;
    }
}

html body[data-page="home"] .search-container input,
html body[data-page="home"] .search-container input:focus,
html body[data-page="home"] #siteSearchInput {
    display: block !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    text-align: left !important;
    text-indent: 0 !important;
}

html body[data-page="home"] .search-container input::placeholder,
html body[data-page="home"] #siteSearchInput::placeholder {
    text-align: left !important;
}

html body[data-page="home"] .search-btn {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    flex: 0 0 32px !important;
    margin: 0 !important;
}

html body[data-page="home"] .lang-switch-trigger {
    min-height: 56px !important;
    height: 56px !important;
    gap: 6px !important;
    padding: 0 8px !important;
}

html body[data-page="home"] .lang-switch-code,
html body[data-page="home"] .lang-switch-label,
html body[data-page="home"] .lang-switch-caret {
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
}

html body[data-page="home"] .lang-switch-caret {
    font-size: 18px !important;
}

html body[data-page="home"] .nav-actions .icon-link,
html body[data-page="home"] .nav-actions .account-toggle-btn,
html body[data-page="home"] .nav-actions > a.cart-icon,
html body[data-page="home"] .cart-icon {
    height: 56px !important;
    min-height: 56px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    line-height: 1 !important;
}

html body[data-page="home"] .nav-actions .account-toggle-btn span,
html body[data-page="home"] .cart-icon .cart-icon-label {
    display: inline-block !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-transform: lowercase !important;
}

html body[data-page="home"] .nav-actions .account-toggle-btn span::first-letter,
html body[data-page="home"] .cart-icon .cart-icon-label::first-letter {
    text-transform: uppercase !important;
}

html body[data-page="home"] .nav-actions .icon-link,
html body[data-page="home"] .nav-actions .account-toggle-btn,
html body[data-page="home"] .nav-actions .account-menu > .account-toggle-btn,
html body[data-page="home"] .cart-icon {
    padding: 0 8px !important;
    gap: 8px !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

html body[data-page="home"] .nav-actions > a.cart-icon,
html body[data-page="home"] .nav-actions > button.cart-icon,
html body[data-page="home"] .cart-icon {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

html body[data-page="home"] .navbar.is-solid .cart-icon {
    border: 0 !important;
    background: transparent !important;
}

html body[data-page="home"] .nav-actions .icon-link i,
html body[data-page="home"] .nav-actions .account-toggle-btn i,
html body[data-page="home"] .cart-icon i,
html body[data-page="home"] .search-btn i,
html body[data-page="home"] .search-btn .material-symbols-outlined,
html body[data-page="home"] .cart-icon .material-symbols-outlined,
html body[data-page="home"] .nav-actions .account-toggle-btn .material-symbols-outlined {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 1 !important;
}

html body[data-page="home"] .zilenzo-front-hero,
html body[data-page="home"] .zilenzo-front-hero--homepage {
    --zilenzo-homepage-hero-h: 100svh;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    aspect-ratio: auto !important;
    height: 100svh !important;
    min-height: 100svh !important;
    max-height: none !important;
}

html body[data-page="home"] .zilenzo-front-hero--homepage .zilenzo-front-image {
    object-fit: cover !important;
    object-position: 42% 48% !important;
    filter: brightness(1.12) contrast(1.02) !important;
}

html body[data-page="home"] .zilenzo-front-hero--homepage::before {
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.42) 0%,
            rgba(0, 0, 0, 0.28) 90px,
            rgba(0, 0, 0, 0.16) 180px,
            rgba(0, 0, 0, 0.16) 100%
        ) !important;
}

@media (max-width: 900px) {
    html body[data-page="home"] .zilenzo-front-hero--homepage .zilenzo-front-image {
        object-position: 28% 48% !important;
    }

    html body[data-page="home"] .zilenzo-front-hero--homepage::before {
        background:
            linear-gradient(
                180deg,
                rgba(8, 14, 20, 0.4) 0%,
                rgba(8, 14, 20, 0.24) 96px,
                rgba(8, 14, 20, 0.14) 42%,
                rgba(8, 14, 20, 0.32) 100%
            ) !important;
    }
}

@supports (height: 100dvh) {
    html body[data-page="home"] {
        --zilenzo-homepage-hero-h: 100dvh;
    }

    html body[data-page="home"] .zilenzo-front-hero,
    html body[data-page="home"] .zilenzo-front-hero--homepage {
        --zilenzo-homepage-hero-h: 100dvh;
        height: 100dvh !important;
        min-height: 100dvh !important;
    }
}

html body[data-page="home"] .zilenzo-front-content.zilenzo-front-content--homepage {
    padding-top: clamp(88px, 14vh, 128px) !important;
}

html body[data-page="home"] .zilenzo-front-homepage-title,
html body[data-page="home"] .zilenzo-front-hero--homepage .zilenzo-front-content--homepage h1.zilenzo-front-homepage-title {
    font-size: clamp(2.45rem, 2.3vw + 1.5rem, 3.95rem) !important;
}

html body[data-page="home"] .zilenzo-front-homepage-title-line2 {
    display: block;
    margin-top: 0.22em;
    font-size: 0.86em;
    font-weight: 400 !important;
    letter-spacing: -0.02em;
}

html body[data-page="home"] .zilenzo-front-homepage-lead {
    font-size: clamp(1.28rem, 0.55vw + 1.18rem, 1.58rem) !important;
    font-weight: 500 !important;
    max-width: 46rem !important;
}

html body[data-page="home"] .zilenzo-front-homepage-trust {
    font-size: clamp(1.08rem, 0.42vw + 1rem, 1.28rem) !important;
    font-weight: 500 !important;
}

html body[data-page="home"] .zilenzo-front-homepage-actions,
html body[data-page="home"] .zilenzo-hero-btn {
    pointer-events: auto !important;
}

html body[data-page="home"] .zilenzo-hero-btn,
html body[data-page="home"] .zilenzo-front-hero--homepage .zilenzo-hero-btn,
html body[data-page="home"] .theme-topbanner--forside .zilenzo-hero-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    min-height: 52px !important;
    height: 52px !important;
    padding: 0 10px 0 18px !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    gap: 10px !important;
}

html body[data-page="home"] .zilenzo-hero-btn-arrow,
html body[data-page="home"] .zilenzo-front-hero--homepage .zilenzo-hero-btn-arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 0 !important;
    opacity: 1 !important;
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12) !important;
    color: #111111 !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

html body[data-page="home"] .zilenzo-hero-btn-arrow .material-symbols-outlined {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 1 !important;
    color: #111111 !important;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

html body[data-page="home"] .zilenzo-hero-btn--primary .zilenzo-hero-btn-arrow,
html body[data-page="home"] .zilenzo-hero-btn--ghost .zilenzo-hero-btn-arrow {
    background: #ffffff !important;
    color: #111111 !important;
    border: 0 !important;
}

html body[data-page="home"] .zilenzo-hero-btn--primary,
html body[data-page="home"] a.zilenzo-hero-btn--primary,
html body[data-page="home"] .zilenzo-front-hero--homepage .zilenzo-hero-btn--primary,
html body[data-page="home"] .theme-topbanner--forside .zilenzo-hero-btn--primary {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #ffffff !important;
}

html body[data-page="home"] .zilenzo-hero-btn--primary:hover,
html body[data-page="home"] a.zilenzo-hero-btn--primary:hover {
    background: #f3f3f3 !important;
    background-color: #f3f3f3 !important;
    color: #111111 !important;
    border-color: #f3f3f3 !important;
}

html body[data-page="home"] .zilenzo-hero-btn--ghost,
html body[data-page="home"] a.zilenzo-hero-btn--ghost,
html body[data-page="home"] .zilenzo-front-hero--homepage .zilenzo-hero-btn--ghost,
html body[data-page="home"] .theme-topbanner--forside .zilenzo-hero-btn--ghost {
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    backdrop-filter: none !important;
}

html body[data-page="home"] .zilenzo-hero-btn--ghost:hover,
html body[data-page="home"] a.zilenzo-hero-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

html body[data-page="home"] .zilenzo-hero-btn--primary:hover .zilenzo-hero-btn-arrow,
html body[data-page="home"] .zilenzo-hero-btn--ghost:hover .zilenzo-hero-btn-arrow,
html body[data-page="home"] .zilenzo-hero-btn--primary:hover .zilenzo-hero-btn-arrow .material-symbols-outlined,
html body[data-page="home"] .zilenzo-hero-btn--ghost:hover .zilenzo-hero-btn-arrow .material-symbols-outlined {
    background: #ffffff !important;
    color: #111111 !important;
}

@media (max-width: 900px) {
    html body[data-page="home"] .navbar,
    html body[data-page="home"] .navbar.is-stuck {
        background: #00000000 !important;
        border-bottom: none !important;
        box-shadow: none !important;
    }

    html body[data-page="home"] .navbar.is-solid {
        background: #ffffff !important;
        box-shadow: 0 1px 0 rgba(18, 18, 18, 0.08) !important;
    }

    html body[data-page="home"] .navbar #siteSearchForm,
    html body[data-page="home"] .search-container {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        flex: 1 1 auto !important;
    }

    html body[data-page="home"] .zilenzo-front-hero--homepage {
        height: 100svh !important;
        min-height: 100svh !important;
        max-height: none !important;
    }

    html body[data-page="home"] .zilenzo-front-content.zilenzo-front-content--homepage {
        padding-top: clamp(72px, 12vh, 108px) !important;
    }
}

@media (min-width: 1440px) {
    html body[data-page="home"] .navbar,
    html body[data-page="home"] .navbar.is-stuck {
        display: flex !important;
        grid-template-columns: none !important;
    }

    html body[data-page="home"] .navbar > .logo,
    html body[data-page="home"] .nav-links,
    html body[data-page="home"] .nav-actions {
        grid-column: auto !important;
        justify-self: auto !important;
    }

    html body[data-page="home"] .nav-links {
        display: flex !important;
    }

    html body[data-page="home"] .nav-actions {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
    }
}

@supports (height: 100dvh) {
    @media (max-width: 900px) {
        html body[data-page="home"] .zilenzo-front-hero--homepage {
            height: 100dvh !important;
            min-height: 100dvh !important;
        }
    }
}

html body[data-page="home"] .popular-products-section .zilenzo-product-card,
html body[data-page="home"] .popular-products-section .zilenzo-product-card--lookbook,
html body[data-page="home"] .popular-products-section .zilenzo-product-card:hover,
html body[data-page="home"] .popular-products-section .zilenzo-product-card--lookbook:hover {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

html body[data-page="home"] .popular-products-section .zilenzo-product-media {
    position: relative;
    overflow: hidden;
    background: #e8eef2 !important;
}

html body[data-page="home"] .popular-products-section .zilenzo-product-image {
    position: relative !important;
    display: block !important;
    aspect-ratio: 2 / 3 !important;
    overflow: hidden !important;
    padding: 0 !important;
    background: #e8eef2 !important;
}

html body[data-page="home"] .popular-products-section .zilenzo-product-image img,
html body[data-page="home"] .popular-products-section .zilenzo-product-media > a img {
    position: absolute !important;
    top: 22px !important;
    right: 18px !important;
    bottom: 16px !important;
    left: 18px !important;
    width: calc(100% - 36px) !important;
    height: calc(100% - 38px) !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center 18% !important;
    background: transparent !important;
}

html body[data-page="home"] .popular-products-section .zilenzo-product-image img.is-lookbook-portrait {
    transform: scale(1.14) !important;
    transform-origin: center 18% !important;
    object-position: center 16% !important;
}

html body[data-page="home"] .popular-products-section .zilenzo-product-image img.is-lookbook-square {
    transform: scale(1.08) !important;
    transform-origin: center 20% !important;
}

html body[data-page="home"] .popular-products-section .zilenzo-product-new-badge {
    top: 12px !important;
    left: 12px !important;
    padding: 7px 12px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12) !important;
}

html body[data-page="home"] .popular-products-section .catalog-product-card__wishlist,
html body[data-page="home"] .popular-products-section .zilenzo-product-size-label,
html body[data-page="home"] .popular-products-section .zilenzo-product-actions {
    display: none !important;
}

html body[data-page="home"] .popular-products-section .zilenzo-product-size-overlay {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 4;
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
    margin: 0;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

html body[data-page="home"] .popular-products-section .zilenzo-product-card:hover .zilenzo-product-size-overlay,
html body[data-page="home"] .popular-products-section .zilenzo-product-card:focus-within .zilenzo-product-size-overlay {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

html body[data-page="home"] .popular-products-section .zilenzo-product-size-overlay .size-option {
    min-width: 0;
    min-height: 44px;
    padding: 0;
    border: 0 !important;
    border-radius: 8px;
    background: #ffffff !important;
    color: #111111 !important;
    font-size: 0.72rem;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
}

html body[data-page="home"] .popular-products-section .zilenzo-product-size-overlay .size-option:hover,
html body[data-page="home"] .popular-products-section .zilenzo-product-size-overlay .size-option.is-selected {
    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #111111 !important;
}

html body[data-page="home"] .popular-products-section .zilenzo-product-info {
    padding: 14px 2px 4px !important;
    gap: 4px !important;
    background: transparent !important;
}

html body[data-page="home"] .popular-products-section .zilenzo-product-copy,
html body[data-page="home"] .popular-products-section .zilenzo-product-copy h3,
html body[data-page="home"] .popular-products-section .zilenzo-product-copy h3 a {
    margin: 0;
    color: #111111 !important;
    font-size: 1rem;
    font-weight: 500 !important;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

html body[data-page="home"] .popular-products-section .zilenzo-product-subtitle {
    margin: 2px 0 0;
    color: #6b7280;
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.35;
}

html body[data-page="home"] .popular-products-section .zilenzo-product-price,
html body[data-page="home"] .popular-products-section .zilenzo-product-price strong {
    margin: 8px 0 0 !important;
    color: #111111 !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
}

@media (hover: none) {
    html body[data-page="home"] .popular-products-section .zilenzo-product-size-overlay {
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }
}

html body[data-page="home"] .popular-products-section h2,
html body[data-page="home"] .zilenzo-sport-section h2,
html body[data-page="home"] #zilenzo-sport-heading {
    font-size: 28px !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.2 !important;
    color: #111111 !important;
    text-shadow: none !important;
}

@media (max-width: 900px) {
    html body[data-page="home"] .popular-products-section h2,
    html body[data-page="home"] .zilenzo-sport-section h2,
    html body[data-page="home"] #zilenzo-sport-heading {
        font-size: clamp(1.55rem, 6.5vw, 1.9rem) !important;
        letter-spacing: -0.035em !important;
        line-height: 1.1 !important;
    }
}
