/** Shopify CDN: Minification failed

Line 665:39 Expected ":"

**/
cart-drawer.wt-cart { z-index: 103; }
.section-hero-features { display: none !important; }
.lux-header-desktop__search .wt-search__form { display: none !important; }


header.lux-header {
    --offset-top: 0px;

    z-index: 100;
    position: sticky;
    top: var(--offset-top) !important;
}

.lux-header {
    background: #F8F9F9;
    
    width: 100%;
    overflow-x: clip;
    border-bottom: 1px solid #0000001A;
}

.lux-header button {
    margin: 0;
    border: 0;
    padding: 0;
    display: flex;
    border-radius: 0;
    background: transparent;
}

.lux-header button:hover,
.lux-header button:focus-visible {
    background: transparent;
}

/* Header Desktop */

.lux-header-desktop {
    display: flex;
    margin-inline: auto;
    align-items: stretch;
    flex-flow: row nowrap;
    width: min(1240px, calc(100% - 32px));
}

.lux-header-desktop__logo {
    display: flex;
    margin-right: 81px;
    align-items: center;
    justify-content: center;
}

.lux-header-desktop__nav {
    display: flex;
}

.lux-header-desktop__navbar {
    display: flex;
    column-gap: 50px;
    position: relative;
    align-items: stretch;
    flex-flow: row nowrap;
}

.lux-header-desktop__item {
    display: flex;
    align-items: center;
    /* position: relative; */
    padding-block: 20px 19px;
    transition: border .35s ease-in;
    border-bottom: 1px solid transparent;
}

.lux-header-desktop__item svg {
    transition: transform .35s ease-in;
}

.lux-header-desktop__item:hover,
.lux-header-desktop__item:focus-visible {
    border-bottom: 1px solid #000;
}

.lux-header-desktop__item svg {
    transition: transform .35s ease-in;
}

.lux-header-desktop__item:hover svg,
.lux-header-desktop__item:focus-visible svg {
    transform: rotateZ(180deg);
}

/* 
.lux-header-desktop__item::after {
    opacity: 0;
    width: 100%;
    height: 1px;
    content: "";
    bottom: -1px;
    background: #000;
    position: absolute;
    transform: opacity .35s ease-in;
}

.lux-header-desktop__item:hover::after,
.lux-header-desktop__item:focus-visible::after {
    opacity: 1;
}

.lux-header-desktop__item:hover svg,
.lux-header-desktop__item:focus-visible svg {
    transform: rotateX(180deg);
}  */

/* 
.lux-header-desktop__item:hover,
.lux-header-desktop__item:focus-visible {
    border-bottom: 1px solid #000;
} */

.lux-header-desktop__link-wrapper {
    display: flex;
    column-gap: 4px;
    align-items: center;
}

.lux-header-desktop__link {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.4px;
}

.lux-header-desktop__sub-nav {
    left: 0;
    top: 100%;
    width: 100vw;
    display: grid;
    overflow-y: clip;
    position: absolute;
    grid-template-rows: 0fr;
    transition: 
        grid-template-rows .35s ease-in, 
        padding-block .35s ease-in;
}

.lux-header-desktop__item:hover .lux-header-desktop__sub-nav ,
.lux-header-desktop__item:focus-visible .lux-header-desktop__sub-nav {
    grid-template-rows: 1fr;
    padding-block: 5px 32px;
}

.lux-header-desktop__sub-navbar {
    display: flex;
    column-gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-flow: row nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-width: var(--navbar-width);
}

.lux-header-desktop__sub-navbar::-webkit-scrollbar {
    display: none;
}

.lux-header-desktop__item:hover .lux-header-desktop__sub-nav ,
.lux-header-desktop__item:focus-visible .lux-header-desktop__sub-nav {
}

.lux-header-desktop__sub-nav:before {
    top: 1px;
    z-index: 1;
    content: "";
    width: 200vw;
    height: 100%;
    position: absolute;
    background: #F8F9F9;
    transform: translateX(-50%);
}

.lux-header-desktop__sub-item {
    flex: 1 0 150px;
    max-width: 150px;
}

.lux-header-desktop__sub-navbar > * {
    z-index: 5;
    position: relative;
}

.lux-header-desktop__sub-picture {
    display: flex;
    max-width: 150px;
    background: #fff;
    padding-block: 20px;
    justify-content: center;
}

.lux-header-desktop__sub-image {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 1;
    max-width: 141px;
    object-fit: cover;
    object-position: center;
}

.lux-header-desktop__sub-title {
    margin: 0;
    color: #000;
    line-height: 1;
    font-size: 14px;
    margin-top: 16px;
    font-weight: 500;
    font-family: "Figtree", sans-serif;
}

/* Header Utilities Section */
.lux-header-desktop__utilities {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
}

.lux-header-desktop__utilities {
    margin-left: auto;
}

.lux-header-desktop__contact {
    display: flex;
    column-gap: 6px;
    overflow: hidden;
    background: #fff;
    padding-block: 4px;
    align-items: center;
    border-radius: 60px;
    padding-inline: 10px;
    flex-flow: row nowrap;
}

.lux-header-desktop__contact svg {
    width: 20px;
    height: 20px;
}

.lux-header-desktop__contact-number {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.32px;
    font-family: "Figtree", sans-serif;
}

.lux-header-desktop__tools {
    display: flex;
    column-gap: 20px;
    align-items: center;
    flex-flow: row nowrap;
}

.lux-header-desktop__tools .lux-header-desktop__cart svg,
.lux-header-desktop__tools .lux-header-desktop__search svg,
.lux-header-desktop__tools .lux-header-desktop__account svg {
    width: 16px;
    height: 16px;
}

.lux-header-desktop__tools .lux-header-desktop__account {
    display: flex;
}

.lux-header-desktop__account-label {
    display: none;
}

/* Desktop Header Arrows */
.lux-header .lux-header-desktop__sub-navbar-arrows {
    display: none !important;

    top: 81px;
    width: 100%;
    z-index: 100;
    display: flex;
    position: absolute;
    pointer-events: none;
    padding-inline: 16px;
    flex-flow: row nowrap;
    width: var(--navbar-width);
    justify-content: space-between;
}

.lux-header-desktop__sub-nav.overflowing .lux-header-desktop__sub-navbar-arrows { display: flex !important; }

.lux-header .lux-header-desktop__sub-navbar-arrow {
    width: 42px;
    height: 42px;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    align-items: center;
    pointer-events: all;
    border-radius: 100%;    
    justify-content: center;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .1));
}

.lux-header .lux-header-desktop__sub-navbar-arrow.next { margin-left: auto; }

/* Header Mobile */
.lux-header-mobile {
    position: relative;
}

.lux-header-mobile__main {
    display: grid;
    align-items: center;
    padding-block: 11px;
    padding-inline: 16px;
    grid-template-columns: 1fr auto 1fr;
}

.lux-header-mobile__menu {
    top: 100%;  
    display: grid;
    background: #fff;
    overflow-y: hidden;  
    position: absolute;
    width: min(375px, 100%);
    grid-template-rows: 0fr;
    max-height: calc(100vh - var(--offset-nav));
    transition: 
        grid-template-rows .35s ease-in,
        padding-block .35s ease-in;
}

.lux-header-mobile__menu[aria-expanded="true"] {
    grid-template-rows: 1fr;
}

.lux-header-mobile__menu--inner {
    z-index: 2;
    display: flex;
    overflow: auto;
    padding-block: 0;
    position: relative;
    padding-inline: 16px;
    background: #F8F9F9;
    border: 5px solid #fff;
    border-block-width: 0;
    flex-direction: column;
    transition: 
        padding-block .35s ease-in, 
        border .35s ease-in;
    max-height: calc(100vh - var(--offset-nav));
}

.lux-header-mobile__menu[aria-expanded="true"]
.lux-header-mobile__menu--inner {
    padding-block: 16px;
    border-block-width: 5px;
}

.lux-header-mobile__menu
.lux-header-mobile__menu--overlay {
    inset: 0;
    z-index: 1;
    width: 100vw;
    display: none;
    position: fixed;
    top: var(--offset-nav);
    background: rgba(0, 0, 0, .5);
    height: calc(100vh - var(--offset-nav)); 
}

.lux-header-mobile__menu[aria-expanded="true"]
.lux-header-mobile__menu--overlay {
    display: block;
}

.lux-header-mobile__toggle {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lux-header-mobile__toggle[aria-expanded="false"] .lux-header-icons__bars { display: block; }
.lux-header-mobile__toggle[aria-expanded="false"] .lux-header-icons__close { display: none; }

.lux-header-mobile__toggle[aria-expanded="true"] .lux-header-icons__bars { display: none; }
.lux-header-mobile__toggle[aria-expanded="true"] .lux-header-icons__close { display: block; }

.lux-header-mobile__logo {
    width: 33px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lux-header-mobile__title {
    margin: 0;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1%;
    line-height: 23.4px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5);
    font-family: "Figtree", sans-serif;
}

.lux-header-mobile__navbar .lux-header-mobile__item:has(.lux-header-mobile__item-label),
.lux-header-mobile__navbar .lux-header-mobile__link:has(.lux-header-mobile__item-label) {
    display: flex;
    column-gap: 6px;
    align-items: center;
    flex-flow: row nowrap;
}

.lux-header-mobile__navbar .lux-header-mobile__item .lux-header-mobile__item-label {
    color: #fff;
    line-height: 1;
    font-size: 10px;
    background: #000;
    font-weight: 400;
    padding-block: 4px;
    letter-spacing: 1%;
    padding-inline: 6px;
    font-family: "Figtree", sans-serif;
}

/* Mobile Header Categories Region */
.lux-header-mobile__navbar.categories {
    display: flex;
    row-gap: 10.58px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.lux-header-mobile__navbar.categories .lux-header-mobile__link {
    display: flex;
    column-gap: 13.17px;
    align-items: center;
    flex-flow: row nowrap;
}

.lux-header-mobile__navbar.categories .lux-header-mobile__picture {
    display: flex;
}

.lux-header-mobile__navbar.categories .lux-header-mobile__image {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
    max-width: 37.82px;
    max-height: 37.82px;
    object-position: center;
}

/* Mobile Header Quicklinks Region */
.lux-header-mobile__navbar.quicklinks {
    display: flex;
    row-gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
}

.lux-header-mobile__navbar.quicklinks .lux-header-mobile__item {}

.lux-header-mobile__navbar.quicklinks .lux-header-mobile__link {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1%;
    line-height: 23.4px;
    font-family: "Figtree", sans-serif;
}

/* Mobile Header Gifts Region */
.lux-header-mobile__gifts {
    margin-bottom: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.lux-header-mobile__navbar.gifts {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
}

.lux-header-mobile__navbar.gifts .lux-header-mobile__link-wrapper {
    display: flex;
    padding-right: 5px;
    align-items: center;
    justify-content: space-between;
}

.lux-header-mobile__navbar.gifts .lux-header-mobile__link {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1%;
    line-height: 23.4px;
    font-family: "Figtree";
}

.lux-header-mobile__navbar.gifts .lux-header-mobile__link-wrapper:has(~ .lux-header-mobile__subnav) .lux-header-mobile__link {
    font-weight: 500;
}

.lux-header-mobile__navbar.gifts .lux-header-mobile__link-wrapper
.lux-header-mobile__toggler { transition: transform .35s ease-in; }

.lux-header-mobile__navbar.gifts .lux-header-mobile__link-wrapper[aria-expanded="true"] 
.lux-header-mobile__toggler { transform: rotateX(0); }

.lux-header-mobile__navbar.gifts .lux-header-mobile__link-wrapper[aria-expanded="false"] 
.lux-header-mobile__toggler { transform: rotateX(180deg); }

.lux-header-mobile__navbar.gifts .lux-header-mobile__subnav {
    display: grid;
    padding-top: 0px;
    grid-template-rows: 0fr;
    transition: 
        grid-template-rows .35s ease-in,
        padding-top .35s ease-in;
}

.lux-header-mobile__navbar.gifts
.lux-header-mobile__link-wrapper[aria-expanded="true"] + .lux-header-mobile__subnav {
    padding-top: 10px;
    grid-template-rows: 1fr;
}

.lux-header-mobile__navbar.gifts .lux-header-mobile__subnavbar {
    overflow: hidden;
}

.lux-header-mobile__navbar.gifts .lux-header-mobile__subitem,
.lux-header-mobile__navbar.gifts .lux-header-mobile__sublink {
    font-size: 13px;
    font-weight: 300;
    line-height: 2.1;
    letter-spacing: 1%;
    color: rgba(0, 0, 0, .7);
    font-family: "Figtree", sans-serif;
}

/* Mobile Header Footer */
.lux-header-mobile__tools {
    display: flex;
    column-gap: 20px;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.lux-header-mobile__footer .lux-header-mobile__tools { justify-content: space-between; }

.lux-header-mobile__tools svg {
    width: 20px;
    height: 20px;
}
    
.lux-header-mobile__account {
    color: #fff;
    display: flex;
    font-size: 14px;
    background: #000;
    column-gap: 10px;
    font-weight: 300;
    line-height: 1.55;
    padding-block: 8px;
    padding-inline: 10px;
    font-family: "Figtree", sans-serif;
}

.lux-header-mobile__account svg {
    width: 20px;
    height: 20px;
}

.lux-header-mobile__account svg path {
    stroke: #fff;
}

.lux-header-mobile__contact {
    color: #000;
    display: flex;
    font-size: 14px;
    column-gap: 10px;
    background: #fff;
    font-weight: 300;
    line-height: 1.55;
    padding-block: 8px;
    align-items: center;
    flex-flow: row wrap;
    padding-inline: 10px;
    font-family: "Figtree", sans-serif;
}

.lux-header-mobile__contact svg {
    width: 20px;
    height: 20px;
}

.lux-header-mobile__contact svg path {
    stroke: #000;
}

.lux-header-mobile__hours {
    margin: 0;
    color: #000;
    font-size: 13px;
    margin-top: 22px;
    font-weight: 300;
    letter-spacing: 1%;
    text-align: center;
    line-height: 23.4px;
    font-family: "Figtree", sans-serif;
}

/* Desktop Responsive */
@media screen and (max-width: 1024px) {
    .lux-header-desktop__logo { margin-right: 40px; }

    .lux-header-desktop__currency .buckscc-currency-box .bucks-selected { display: block !important; }

    .lux-header-desktop__navbar { column-gap: 30px; }
}

@media screen and (max-width: 989px) {
    .lux-header-desktop { display: none !important; }
}

@media screen and (min-width: 990px) {
    .lux-header-mobile { display: none !important; }
}


/* HEADER TOOLS (Search, Cart Toggle, Currency Picker) */
/* Cart Drawer Toggler */
#lux-header-cart-toggle { position: relative; }
#lux-header-cart-toggle .wt-header__panel__label { display: none; }

#lux-header-cart-toggle .wt-header__panel__counter {
    top: -50%;
    right: -50%;
    position: absolute;wt-cart__trigger
    
    color: #fff;
    height: auto;
    height: 16px;
    display: flex;
    font-size: 11px;
    aspect-ratio: 1;
    background: #000;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    padding-inline: 3.5px 2px;
}

/* Search Drawer */
#lux-header-search {
    border: 0;
    margin: 0;
    z-index: 100;
    background: transparent;
    display: block !important;
}

#lux-header-search:not(.wt-drawer-search--active) {
    height: fit-content;
}

#lux-header-search.wt-drawer-search--active { 
    inset: 0;
    position: fixed;
    background: #fff;
}

#lux-header-search:not(.wt-drawer-search--active) .wt-header__search-trigger { 
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    background: transparent;
}

#lux-header-search:not(.wt-drawer-search--active) .wt-header__search__body { display: none !important; }

#lux-header-search .search-result-products .search-result-more { margin-inline: auto; }

#lux-header-search .wt-header__search__button { display: none !important; }

@media screen and (max-width: 989px) {
    #lux-header-search .wt-header__search__body {
        padding-top: 80px;
    }
}

/* Currency */
@media screen and (min-width: 990px) {
    /* Desktop Header Currency */
    .lux-header-desktop__currency-position { z-index: 1; }

    .lux-header-desktop__currency-position .buckscc-currency-box {
        max-width: 45px;
        margin-inline: 43px 30px;
    }
    
    @media screen and (max-width: 1023px) {
        .lux-header-desktop__currency-position .buckscc-currency-box {
            max-width: 45px;
            margin-inline: 20px 20px;
        }
    }

    #lux-header-desktop__currency.lux-header-desktop__currency-position .buckscc-select-options {
        left: 50% !important;
        transform: translateX(-50%);
    }

    .lux-header-desktop__currency-position .buckscc-currency-box .hxoSelectTheme .buckscc-select-styled {
        min-width: unset !important;
    }

    .lux-header-desktop__currency-position .buckscc-currency-box .bucks-selected,
    .lux-header-desktop__currency-position .buckscc-currency-box .buckscc-currency-wrapper,
    .lux-header-desktop__currency-position .buckscc-currency-box .bucks__folder-collapse_btn {
        margin: 0;
        padding: 0;
    }

    .lux-header-desktop__currency-position .buckscc-currency-box .bucks-selected {
        font-size: 14px;
        font-weight: 400;
        margin-right: 4px;
        letter-spacing: 3%;
        line-height: 23.4px;
        display: block !important;
        font-family: "Figtree", sans-serif;
    }

    .lux-header-desktop__currency-position .buckscc-currency-box .bucks__folder-collapse_btn {
        margin-top: 0 !important;
    } 
}

@media screen and (max-width: 989px) {
    /* Mobile Header Currency */
    #lux-header-mobile__currency .buckscc-currency-box {
        width: 100%;
        background: #fff;
        margin-bottom: 17px;
        display: block !important;
    }

    #lux-header-mobile__currency .buckscc-select,
    #lux-header-mobile__currency .buckscc-select-styled,
    #lux-header-mobile__currency .buckscc-currency-wrapper {
        display: block;
        margin: 0 !important;
        width: 100% !important;
    }

    #lux-header-mobile__currency .bucks-selected { display: block !important; }

    #lux-header-mobile__currency .buckscc-select-styled {
        align-items: center;
        border: 0 !important;
        display: flex !important;
        border-radius: 0 !important;
        padding-inline: 0 !important;
        padding-block: 8px !important;
        justify-content: space-between !important;
    }

    #lux-header-mobile__currency .buckscc-select {
        margin: 0 !important;
        padding: 0 !important;
        height: unset !important;
    }

    #lux-header-mobile__currency .bucks-selected {
        color: #000;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.55;
        margin: 0 !important;
        padding: 0 !important;
        margin-left: 10px !important;
        font-family: "Figtree", sans-serif;
    }
    
    #lux-header-mobile__currency .bucks__folder-collapse_btn {
        margin: 0 !important;
        margin-right: 10px !important;
    }

    #lux-header-mobile__currency .buckscc-select-options {
        margin: 0;
        width: 100%;
        position: static;
    }

}