@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700&display=swap");

/*
 * One shared header contract for every storefront page.
 * This file loads last so page-specific presentation cannot split the
 * navigation into a second row or restyle the brand/cart independently.
 */
body #siteHeader .top-bar {
    display: none !important;
}

body #siteHeader .header {
    position: fixed !important;
    inset: 0 0 auto !important;
    z-index: 5000 !important;
    width: 100% !important;
    height: 86px !important;
    margin: 0 !important;
    color: #f7f7f2;
    background: linear-gradient(to bottom, rgba(5, 5, 5, .76), rgba(5, 5, 5, .18) 72%, transparent);
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    font-family: "Archivo", sans-serif;
    transition: height .3s cubic-bezier(.22, 1, .36, 1),
                background .3s ease,
                box-shadow .3s ease;
}

body #siteHeader .header.is-scrolled {
    height: 72px !important;
    background: rgba(7, 7, 7, .9);
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
    box-shadow: 0 14px 50px rgba(0, 0, 0, .32) !important;
    backdrop-filter: blur(18px) saturate(130%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(130%) !important;
}

body #siteHeader .header > .container {
    width: min(100% - 48px, 1380px) !important;
    max-width: none !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
}

body #siteHeader .header .header-main {
    position: relative;
    z-index: 2;
    min-height: 86px !important;
    height: 86px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    padding: 0 !important;
    transition: min-height .3s cubic-bezier(.22, 1, .36, 1),
                height .3s cubic-bezier(.22, 1, .36, 1);
}

body #siteHeader .header.is-scrolled .header-main {
    min-height: 72px !important;
    height: 72px !important;
    padding: 0 !important;
}

body #siteHeader .search-bar {
    display: none !important;
}

body #siteHeader .header .logo {
    position: relative;
    z-index: 3;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex: 0 0 auto;
    color: #f7f7f2 !important;
    font-family: "Archivo", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: -.025em !important;
    white-space: nowrap;
}

body #siteHeader .header .logo i {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    display: inline-grid !important;
    place-items: center !important;
    padding: 0 !important;
    color: #050505 !important;
    background: #f7f7f2 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    font-size: 13px !important;
}

body #siteHeader .header .site-brand-logo {
    display: block !important;
    width: 236px !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

body .footer-brand-lockup {
    margin: 0 0 16px !important;
}

body .footer-brand-lockup a {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

body .footer-brand-logo {
    display: block;
    width: min(272px, 100%);
    height: auto;
    object-fit: contain;
}

body .footer-brand-logo--on-light {
    display: none;
}

body.product-detail-page .footer-brand-logo--on-dark {
    display: none;
}

body.product-detail-page .footer-brand-logo--on-light {
    display: block;
}

body #siteHeader .header .nav {
    position: absolute !important;
    inset: 0 auto auto 50% !important;
    z-index: 2 !important;
    width: auto !important;
    min-height: 86px !important;
    height: 86px !important;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: translateX(-50%) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: min-height .3s cubic-bezier(.22, 1, .36, 1),
                height .3s cubic-bezier(.22, 1, .36, 1);
}

body #siteHeader .header.is-scrolled .nav {
    min-height: 72px !important;
    height: 72px !important;
}

body #siteHeader .header .nav > .container {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body #siteHeader .header .nav-list {
    width: auto !important;
    min-height: 0 !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    flex-flow: row nowrap !important;
    gap: clamp(16px, 2vw, 30px) !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    list-style: none !important;
}

body #siteHeader .header .nav-list li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body #siteHeader .header .nav-list a {
    position: relative;
    display: block !important;
    padding: 30px 0 !important;
    color: rgba(255, 255, 255, .76) !important;
    font-family: "Archivo", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    white-space: nowrap;
    transition: color .2s ease, padding .3s cubic-bezier(.22, 1, .36, 1);
}

body #siteHeader .header.is-scrolled .nav-list a {
    padding-block: 23px !important;
}

body #siteHeader .header .nav-list a:hover,
body #siteHeader .header .nav-list a.active {
    color: #fff !important;
}

body #siteHeader .header .nav-list a::after {
    content: "";
    position: absolute;
    right: auto !important;
    bottom: 21px !important;
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background: #ff5b0a !important;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .22s ease;
}

body #siteHeader .header .nav-list a:hover::after,
body #siteHeader .header .nav-list a.active::after {
    transform: scaleX(1);
}

body #siteHeader .header.is-scrolled .nav-list a::after {
    bottom: 15px !important;
}

body #siteHeader .header .header-actions {
    position: relative;
    z-index: 3;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-left: auto !important;
}

body #siteHeader .header .nav-quote-btn {
    min-height: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 20px !important;
    color: #050505 !important;
    background: #f7f7f2 !important;
    border: 1px solid rgba(255, 255, 255, .85) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-family: "Archivo", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}

body #siteHeader .header .nav-quote-btn::after {
    display: none !important;
}

body #siteHeader .header .nav-quote-btn:hover {
    color: #fff !important;
    background: #ff5b0a !important;
    border-color: #ff5b0a !important;
    box-shadow: none !important;
    transform: none !important;
}

body #siteHeader .header .header-action,
body #siteHeader .header .mobile-menu-btn {
    position: relative;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 42px !important;
    gap: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    background: rgba(9, 9, 9, .32) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

body #siteHeader .header .header-action:hover,
body #siteHeader .header .mobile-menu-btn:hover {
    background: rgba(255, 255, 255, .12) !important;
    border-color: rgba(255, 255, 255, .55) !important;
    transform: none !important;
}

body #siteHeader .header .header-action i,
body #siteHeader .header .mobile-menu-btn i {
    color: #fff !important;
    font-size: 15px !important;
}

body #siteHeader .header .header-action > span:last-child {
    display: none !important;
}

body #siteHeader .header .cart-count {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    color: #050505 !important;
    background: #dfff2f !important;
    border-radius: 50% !important;
    box-shadow: 0 0 0 2px #080808 !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

body #siteHeader .header .mobile-menu-btn {
    display: none !important;
}

/* A dark surface is required behind the transparent Home header on detail pages. */
body.product-detail-page #siteHeader .header:not(.is-scrolled) {
    background: rgba(7, 7, 7, .94);
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
}

body.product-detail-page .product-page-main {
    padding-top: 120px !important;
}

@media (max-width: 1120px) {
    body #siteHeader .header .nav {
        position: fixed !important;
        inset: 78px 18px auto !important;
        width: auto !important;
        min-height: 0 !important;
        height: auto !important;
        display: none !important;
        align-items: stretch !important;
        background: rgba(8, 8, 8, .96) !important;
        border: 1px solid rgba(255, 255, 255, .14) !important;
        border-radius: 16px !important;
        box-shadow: 0 24px 60px rgba(0, 0, 0, .42) !important;
        transform: none !important;
        backdrop-filter: blur(20px) !important;
        -webkit-backdrop-filter: blur(20px) !important;
    }

    body #siteHeader .header .nav.open {
        display: block !important;
    }

    body #siteHeader .header .nav > .container {
        width: 100% !important;
        padding: 12px 18px !important;
    }

    body #siteHeader .header .nav-list {
        align-items: stretch !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    body #siteHeader .header .nav-list a,
    body #siteHeader .header.is-scrolled .nav-list a {
        display: block !important;
        padding: 13px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
    }

    body #siteHeader .header .nav-list li:last-child a {
        border-bottom: 0 !important;
    }

    body #siteHeader .header .nav-list a::after {
        display: none !important;
    }

    body #siteHeader .header .mobile-menu-btn {
        display: inline-flex !important;
    }
}

@media (max-width: 680px) {
    body #siteHeader .header,
    body #siteHeader .header.is-scrolled {
        height: 70px !important;
        background: rgba(7, 7, 7, .88);
        backdrop-filter: blur(14px) !important;
        -webkit-backdrop-filter: blur(14px) !important;
    }

    body #siteHeader .header > .container {
        width: min(100% - 24px, 1380px) !important;
    }

    body #siteHeader .header .header-main,
    body #siteHeader .header.is-scrolled .header-main {
        min-height: 70px !important;
        height: 70px !important;
    }

    body #siteHeader .header .logo {
        max-width: 188px;
        font-size: 13px !important;
        line-height: 1.05 !important;
    }

    body #siteHeader .header .site-brand-logo {
        width: 188px !important;
    }

    body .footer-brand-logo {
        width: min(240px, 100%);
    }

    body #siteHeader .header .nav {
        inset: 76px 12px auto !important;
    }

    body #siteHeader .header .nav-quote-btn {
        display: none !important;
    }

    body.product-detail-page .product-page-main {
        padding-top: 92px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body #siteHeader .header,
    body #siteHeader .header-main,
    body #siteHeader .nav,
    body #siteHeader .nav-list a {
        transition: none !important;
    }
}
