.back {
    background: #fff;
    color: #212121;
    font-size: 16px;
    font-weight: 700
}

.header .global-header__container .cartButton {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-shopping-cart w-6 h-6 md:w-5 md:h-5' aria-hidden='true' focusable='false'%3E%3Ccircle cx='8' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='19' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    background-size: 22px 22px;
    border-radius: 4px;
    cursor: pointer;
    height: 34px;
    position: relative;
    width: 34px
}

.header .global-header__container .cartButton:hover {
    background-color: #f2f2f2
}

.header .global-header__container .cartButton .cartIcon {
    cursor: pointer;
    display: block;
    height: 34px;
    width: 34px
}

.header .global-header__container .cartButton .cartIcon .cartText {
    background: none !important;
    height: auto;
    width: auto
}

.header .global-header__container .cartButton .cartArrow {
    margin: 0 0 !important
}

.header .global-header__container .cartButton .cartIcon #item-count {
    align-items: center;
    background-color: #2a508f;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
    font-size: 11px;
    font-weight: 400;
    height: 16px;
    justify-content: center;
    line-height: 1;
    min-width: 16px;
    padding: 0 4px;
    position: absolute;
    right: 0;
    top: 0
}

#hamburger-menu .icon {
    fill: #000 !important;
    stroke: none !important;
    stroke-width: unset !important
}

.global-header__container #universalcart {
    top: 52px
}

body.desktop .container {
    min-width: auto !important
}

#containerMain {
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    transition: 0.1s ease-in-out 0s;
    width: 100%
}

.global-header {
    background: #fff;
    box-sizing: border-box;
    height: auto;
    padding: 0 0;
    position: sticky !important;
    top: 0;
    transition: 0.1s ease-in-out 0s;
    width: 100%;
    z-index: 99
}

.global-header__nav {
    align-items: center;
    background-color: #fff !important;
    border-bottom: 1px solid #d1d1d6;
    display: flex;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    z-index: 9
}

.global-header__container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    height: 52px;
    margin: auto;
    max-width: 1400px !important;
    min-width: 0;
    padding: 0 24px;
    position: relative;
    width: 100%
}

.global-header .btn {
    box-shadow: none
}

#button-menu {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 30px
}

.icon {
    fill: #000;
    height: 24px;
    width: 24px
}

.link {
    display: inline-flex;
    grid-area: logo;
    justify-content: center
}

.flex-center {
    align-items: center;
    display: flex;
    grid-area: search;
    justify-content: center
}

.global-header__hamburger {
    flex: 0 0 auto;
    order: 1
}

.global-header__logo {
    align-items: center;
    flex: 0 0 auto;
    order: 2
}

.global-header__logo picture.logo img {
    height: 34px;
    width: auto
}

@media (max-width: 560px) {
    .global-header__logo picture.logo img {
        height:30px
    }
}

.global-header__search {
    flex: 1 1 auto;
    min-width: 0;
    order: 3
}

.global-header__search .combobox {
    width: 100%
}

.global-header__store-info {
    flex: 0 1 auto;
    min-width: 0;
    order: 4
}

.global-header__actions {
    flex: 0 0 auto;
    order: 5
}

.combobox form {
    background-color: #fff;
    border: 1px solid #c5c5c5 !important;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 0;
    margin: 0 0;
    max-width: 640px;
    overflow: visible;
    position: relative;
    width: auto
}

.combobox {
    --action-size: 24px;
    --clear-size: 15px;
    --gap: 12px;
    --right-lane: calc(var(--action-size) + var(--clear-size) + var(--gap) + 6px);
    max-width: 640px;
    position: relative;
    width: 100%
}

.combobox:has(.clear-search-btn[hidden]) {
    --right-lane: calc(var(--action-size) + 8px)
}

.clear-search-btn[hidden] {
    display: none
}

.clear-search-btn {
    background: none;
    border: none;
    cursor: pointer;
    height: 36px;
    line-height: 0;
    padding: 0;
    position: absolute;
    right: calc(var(--action-size) + var(--gap));
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    z-index: 2
}

.clear-search-btn-icon {
    height: 24px;
    width: 24px
}

.clear-search-btn:focus-visible {
    outline: 2px solid #285bc7;
    outline-offset: 2px
}

.preview-search-close-btn {
    display: none
}

.combobox--rounded .combobox__native-control {
    height: 36px
}

.combobox--rounded .combobox__native-control {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: #fff !important;
    border: none !important;
    border-radius: 5px!important;
    box-shadow: #0000000d 0 1px !important;
    color: #212121 !important;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    height: 36px !important;
    letter-spacing: .04em !important;
    line-height: 1 !important;
    margin: 0 0 !important;
    outline: none !important;
    padding: 0 16px !important;
    padding-right: var(--right-lane) !important;
    transition: border .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s cubic-bezier(.4, 0, .2, 1) !important;
    width: 100% !important;
    will-change: border, box-shadow !important
}

.combobox__action {
    align-items: center;
    background-color: transparent!important;
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2016%2016%22%3E%3Cpath%20d=%22M15.7,14.3l-3.1-3.1C13.5,10,14,8.6,14,7c0-3.9-3.1-7-7-7S0,3.1,0,7s3.1,7,7,7c1.6,0,3-0.5,4.2-1.4l3.1,3.1c0.2,0.2,0.4,0.3,0.7,0.3c0.6,0,1-0.4,1-1C16,14.8,15.9,14.5,15.7,14.3z%20M7,12c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S9.8,12,7,12z%22/%3E%3C/svg%3E) !important;
    background-position: center!important;
    background-repeat: no-repeat !important;
    background-size: 14px!important;
    border: none!important;
    border-radius: 0 18px 18px 0 !important;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 36px;
    z-index: 1
}

.combobox__action .icon {
    stroke: #212121;
    stroke-width: 1px
}

input[type="search"].combobox__native-control:focus-visible, .combobox__action:focus-visible {
    outline: 2px solid #3367d6 !important;
    outline-offset: -1px
}

.group {
    align-items: center;
    display: flex;
    gap: 8px;
    position: relative
}

.group--align-end {
    justify-content: end
}

.global-header__actions {
    gap: 4px
}

.group .desktop-only {
    display: block
}

.global-header .btn {
    color: #212121 !important
}

.global-header .btn:hover {
    background-color: #f2f2f2 !important;
    color: #212121 !important;
    cursor: pointer !important
}

.btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    display: inline-flex;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: .875rem;
    font-weight: 400 !important;
    gap: 4px;
    height: 36px;
    justify-content: center;
    letter-spacing: .04em;
    line-height: 1.875rem;
    min-width: 64px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    text-transform: initial;
    touch-action: manipulation;
    transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
    user-select: none
}

.btn--icon {
    min-width: 36px !important;
    padding: 0 !important;
    transition: transform .3s ease-in
}

.group .btn {
    padding: 0 4px !important
}

.desktop-only {
    display: block
}

.subtext {
    font-size: 12px
}

.subtext, .text {
    font-weight: 400 !important;
    line-height: 1.1;
    text-align: left
}

.text {
    font-size: 16px;
    font-weight: 500
}

.badge {
    align-items: center;
    background-color: #2a508f !important;
    border-radius: 16px;
    color: #fff !important;
    display: flex !important;
    font-size: 12px !important;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    min-width: 16px;
    padding: 4px 8px !important;
    right: 0;
    top: 0;
    width: fit-content !important
}

.product-badges .badge {
    align-items: center;
    border-radius: 1rem;
    font-size: 0.875rem !important;
    font-weight: 500;
    height: 2rem;
    justify-content: center
}

.header .global-header #Header-Area3 {
    height: 32px;
    overflow: hidden;
    padding-top: 0;
    position: relative;
    top: auto;
    width: 72px;
    z-index: 99
}

body.desktop .header .global-header #Header-Area3 #logo {
    height: 32px !important
}

#btn-signin-account {
    margin-right: 6px
}

.popover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, .25);
    border-radius: 4px;
    box-sizing: border-box;
    color: #212121;
    display: none;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
    left: 0;
    margin-left: -85px;
    max-height: calc(100vh - 56px);
    min-width: 232px;
    padding: 8px;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 8px);
    transition: opacity .15s;
    transition-delay: .05s;
    z-index: 9
}

.popover--expanded {
    display: block;
    pointer-events: visible;
    z-index: 9
}

.popover--left {
    left: 0;
    right: auto
}

.popover--right {
    left: auto;
    right: 40px
}

.link--button {
    -moz-appearance: none;
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    -ms-user-select: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    align-items: center;
    appearance: none;
    background-color: #2a508f;
    border: none;
    border-radius: 18px;
    box-shadow: inset 0 0 0 2px #1d3864;
    color: #fff !important;
    display: flex !important;
    font-size: .875rem;
    font-weight: 500;
    gap: 4px;
    height: 36px;
    justify-content: center;
    letter-spacing: .02em;
    line-height: 1.875rem;
    min-width: 64px;
    outline: 0;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-decoration: none !important;
    text-transform: initial;
    touch-action: manipulation;
    transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
    user-select: none
}

.link--button:hover, .link--button:focus {
    text-decoration: none
}

.separator {
    background-color: #a8a8ae;
    border: none;
    height: 1px;
    margin: 8px 0;
    width: 100%
}

.header .list {
    background-color: #fff;
    display: flex;
    flex-flow: column;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
    font-size: .875rem;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.list__item {
    -ms-flex: 0 0 100%;
    align-items: center;
    border-bottom: none !important;
    border-radius: 4px;
    border-right: none !important;
    display: flex;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-height: 36px;
    padding: 0 8px !important;
    position: relative;
    text-align: left
}

.list__item a, .list__item button.list__item__button {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 24px 1fr
}

.list__item button.list__item__button {
    background-color: transparent;
    border-radius: 0 0;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
    font-weight: 400;
    padding: 0 0;
    text-align: left;
    text-transform: none;
    width: 100%
}

.list__item--iconWithText {
    display: grid;
    gap: 8px;
    grid-template-columns: 24px 1fr
}

.global-header .list__item, .global-header .list__item a, .global-header .list__item .list__item__button {
    border: none;
    color: #212121;
    font-size: .875rem;
    justify-content: start
}

.list__item--focused, .list__item:hover, .global-header .list__item:hover {
    background-color: #f6f6f7;
    cursor: pointer
}

.global-header-utility {
    background: transparent;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    max-width: 100%;
    padding: 0;
    width: auto
}

.global-header-utility__container {
    align-items: center;
    display: flex;
    gap: 12px;
    max-width: 100%;
    min-height: 32px;
    min-width: 0;
    width: auto
}

.global-header__store-info .btn {
    max-width: 100%;
    min-width: 0
}

.global-header__store-info .ellipsis {
    max-width: 220px
}

.btn--icon {
    min-width: 32px;
    padding: 0;
    transition: transform .3s ease-in
}

.btn--sizeSmall {
    font-size: .75rem !important;
    height: 24px !important
}

.btn:focus-visible {
    outline: 2px solid #007acc;
    outline-offset: -2px
}

button.btn.btn--icon.close {
    border-radius: 50%;
    max-width: 36px;
    min-width: 36px;
    padding: 0
}

.ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.theme--spencers {
    background-color: #fff !important;
    margin-bottom: 16px
}

body.catalog.desktop nav.theme--spencers {
    margin-bottom: 0
}

.theme--spirit {
    background-color: #000;
    margin-bottom: 16px
}

.theme--spirit .menubar {
    background-color: #000
}

.theme--spirit .menubar__item:visited, .theme--spirit .menubar__item {
    color: #fff
}

.theme--spencers .menubar__item:visited, .theme--spencers .menubar__item {
    color: #212121
}

#header-category-menubar {
    justify-content: flex-start
}

.menubar, .menubar ul {
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1240px;
    min-height: 40px;
    overflow: hidden;
    padding: 4px 0;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.menubar__scroll {
    -ms-overflow-style: none;
    display: flex;
    flex: 1;
    overflow-x: auto;
    scrollbar-width: none
}

.menubar__scroll::before,.menubar__scroll::after {
    content: '';
    flex: 1 1 0
}

.menubar__scroll::-webkit-scrollbar {
    display: none
}

.menubar ul, .menubar ul li {
    list-style: none;
    margin: 0 0;
    padding: 0 0
}

.menubar__item:visited, .menubar__item {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    flex-shrink: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    min-height: 32px;
    outline: 0;
    padding: 0 12px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: initial;
    user-select: none;
    z-index: 0
}

.menubar button.icon {
    display: none;
    flex-shrink: 0;
    height: 32px;
    line-height: 32px;
    min-height: 32px;
    min-width: 30px;
    padding: 0;
    width: 30px;
    z-index: 2
}

.theme--spirit .menubar button.icon {
    background-color: #000
}

.theme--spencer .menubar button.icon {
    background-color: #fff
}

.theme--spencers .menubar button.icon:hover {
    background-color: #f2f2f2 !important;
    color: #212121 !important;
    cursor: pointer !important
}

nav.theme--spirit .menubar__item:hover, nav.theme--spirit .menubar__item:active {
    color: #f16531;
    text-decoration: underline
}

.menubar button.btn.icon:disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, .38);
    cursor: default;
    pointer-events: none
}

.menubar button.btn.icon {
    box-shadow: none !important
}

.menubar button.btn[disabled] svg {
    opacity: 0.2
}

.menubar button.icon svg {
    height: 14px;
    position: relative;
    top: 3px
}

.menubar__item:before {
    background-color: #f2f2f2;
    border-radius: 16px;
    content: "";
    left: 0;
    min-height: 32px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .15s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    z-index: -1
}

.menubar__item:hover:before, .menubar__item:active:before {
    opacity: 1
}

.menubar__item:hover, .menubar__item:active, .focus .menubar__item[tabindex="0"] {
    text-decoration: underline
}

.menubar__item:focus-visible, .menubar__item:focus-visible[tabindex="0"] {
    text-decoration: underline
}

.menubar__item:focus-visible:before {
    background-color: #f2f2f2;
    opacity: 1
}

.global-header__container .btn.btn--icon .cartIcon {
    position: relative
}

.global-header__container .btn.btn--icon .cartIcon span#item-count {
    background-color: #2a508f;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
    font-size: 12px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -12px;
    width: 16px
}

#btn-signin-account svg.icon {
    fill: #212121 !important;
    height: 24px;
    stroke: none !important;
    width: 24px
}

.global-header-utility svg.icon {
    fill: #000 !important;
    height: 24px !important;
    stroke: none !important;
    width: 24px !important
}

body.mobile .global-header .btn {
    min-width: 44px
}

body.mobile .menubar, body.tablet .menubar, body.mobile .group .desktop-only, body.mobile span#headerItemLabel, body.tablet span#headerItemLabel {
    display: none
}

body.mobile .header .cartText {
    height: 24px;
    width: 24px
}

body.mobile .cartButton, body.tablet .cartButton {
    display: block
}

body.mobile .header {
    min-height: 10px
}

body.mobile nav.global-header__nav {
    min-height: unset;
    position: relative
}

body.mobile .popover {
    transition: opacity 0s;
    transition-delay: 0s
}

body.mobile .popover--expanded, body.tablet .popover--expanded {
    left: auto;
    max-width: 200px;
    transform: none;
    transition: opacity 0s;
    transition-delay: 0s
}

body.mobile .header #Header-Area3 #logo {
    height: 25px;
    margin-left: 5px;
    top: 5px;
    width: 50px
}

body.mobile .header #Header-Area3 {
    margin-left: -30px;
    width: 60px;
    z-index: 998
}

body.mobile .navMenu, body.mobile .drawer {
    width: 320px !important
}

body.mobile .drawer .mobile_menu li.hasChild > a {
    background-position: calc(100% - 20px) !important
}

body.mobile .global-header__container {
    gap: 8px;
    padding: 8px 12px
}

body.mobile button#btn-signin-account {
    margin: 0;
    min-width: 28px;
    padding: 0 !important
}

body.tablet .header #Header-Area3 {
    left: 0;
    top: 3px;
    width: 60px
}

body.tablet .cartButton {
    display: block
}

body.tablet .menubar {
    display: none
}

body#onePageCheckout #containerMain {
    padding-top: 0 !important
}

body#onePageCheckout nav.theme--spencers {
    display: none
}

body.mobile header.global-header.header-stack-order {
    z-index: 9999
}

#hamburgerNavSelectors {
    display: inline-block;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0
}

#sddHeaderStore strong {
    font-weight: 400;
    text-decoration: underline
}

@media only screen and (max-device-width: 767px) {
    .tabs {
        position:relative !important
    }

    body#reflektion.mobile .tabs {
        position: fixed !important
    }
}

@media only screen and (max-device-width: 768px) and (max-device-width: 819px) {
    .tabs {
        position:relative !important
    }

    body#reflektion.tablet .tabs {
        position: fixed !important
    }
}

#icon-set {
    display: none
}

@media (max-width: 1023px) {
    .global-header, .global-header__container {
        transition:none !important
    }

    .global-header__container {
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        height: auto;
        justify-content: flex-start;
        min-height: 0;
        padding: 8px 12px 12px
    }

    .global-header__container > #hamburgerNavSelectors {
        display: none
    }

    .global-header__logo {
        margin-right: auto;
        min-width: 0;
        order: 1
    }

    .global-header__actions {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        gap: 4px;
        justify-content: flex-end;
        order: 2
    }

    .global-header__hamburger {
        flex: 0 0 auto;
        margin-right: 0;
        order: 3
    }

    .global-header__search {
        flex: 1 0 100%;
        margin: 0;
        min-width: 0;
        order: 4;
        padding: 0;
        width: 100%
    }

    .global-header__store-info {
        flex: 1 0 100%;
        min-width: 0;
        order: 5;
        width: 100%
    }

    .global-header__search .combobox, .global-header__search .combobox form {
        max-width: none;
        width: 100%
    }

    .global-header__actions .btn, .global-header__hamburger, .global-header__actions .cartButton, .global-header__actions .cartIcon {
        height: 40px;
        min-width: 40px;
        width: 40px
    }

    .global-header__actions .btn, .global-header__hamburger {
        padding: 0 !important
    }

    .global-header__actions .cartButton {
        align-items: center;
        background: none;
        background-position: center;
        display: flex;
        justify-content: center
    }

    .global-header__actions .cartButton .cartIcon #item-count {
        right: 2px;
        top: 2px
    }

    .global-header__store-info .global-header-utility {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: space-between;
        max-width: 100%
    }

    .global-header__store-info .global-header-utility #change-store-header {
        max-width: 60%
    }

    .global-header__store-info .global-header-utility #SDDZipPanel {
        max-width: 40%
    }

    .global-header__store-info .ellipsis {
        max-width: 100%
    }

    .global-header.global-header--scrolled .global-header__container {
        flex-wrap: nowrap;
        gap: 8px;
        min-height: 56px;
        padding: 8px 12px
    }

    .global-header.global-header--scrolled .global-header__container > .global-header__logo {
        flex: 0 0 auto;
        margin-right: 0;
        order: 1
    }

    .global-header__logo img {
        height: 34px;
        width: auto
    }

    .global-header.global-header--scrolled .global-header__container > .global-header__search {
        flex: 1 1 auto;
        margin: 0;
        min-width: 0;
        order: 2;
        padding: 0;
        width: auto
    }

    .global-header.global-header--scrolled .global-header__search .combobox, .global-header.global-header--scrolled .global-header__search .combobox form {
        max-width: none;
        width: 100%
    }

    .global-header.global-header--scrolled .global-header__store-info, .global-header.global-header--scrolled .mobile-store-delivery-row, .global-header.global-header--scrolled #btn-find_store, .global-header.global-header--scrolled #btn-signin-account {
        display: none !important
    }

    .global-header.global-header--scrolled .global-header__container > .global-header__actions {
        flex: 0 0 auto;
        gap: 4px;
        order: 3
    }

    .global-header.global-header--scrolled .global-header__container > #hamburger-menu.global-header__hamburger {
        flex: 0 0 auto;
        margin-right: 0;
        order: 4
    }

    .global-header.global-header--scrolled .combobox--rounded .combobox__native-control {
        border-radius: 10px !important;
        font-size: 16px !important;
        height: 40px !important
    }

    .global-header.global-header--scrolled .combobox__action, .global-header.global-header--scrolled .clear-search-btn {
        height: 40px;
        width: 40px
    }

    body .navMenu {
        left: auto !important;
        right: -100% !important
    }

    body .navMenu.show {
        right: 0 !important
    }
}

.drawer .mobile_menu li.hamburger-grid-section {
    display: flex;
    flex-direction: column;
}

.drawer .mobile_menu button.menu__item.hamburger-all-categories-btn {
    align-items: center;
    font-size: 0.875rem;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 16px;
    min-height: 40px;
    width: 100%;
    background-image: none !important;
    display: flex !important;
    height: auto !important;
    padding: 0px 12px;
}

.drawer {
    background-color: rgb(255, 255, 255);
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    scroll-behavior: smooth;
    padding: 16px;
    transition: opacity 0.2s;
}

.hamburger-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 16px;
    list-style: none;
    margin: 0px;
}

.hamburger-category-grid > li.main-categories {
    align-items: center;
    flex-direction: column;
    width: 100%;
    display: flex !important;
    border-radius: 10px;
    list-style: none;
    overflow: hidden;
}

.drawer .mobile_menu .hamburger-category-grid button.menu__item.hamburger-grid-item, .drawer .mobile_menu .hamburger-category-grid a.menu__item.hamburger-grid-item {
    align-items: center;
    flex-direction: column;
    font-size: 0.75rem;
    font-weight: 500;
    height: 100%;
    justify-content: space-between;
    min-height: auto;
    text-align: center;
    width: 100%;
    background-image: none !important;
    display: flex !important;
    line-height: 1.2 !important;
    transition: background-color 0.2s;
    white-space: normal;
    padding: 8px 4px !important;
}

.hamburger-category-grid .avatar.avatar--rounded.avatar--ring {
    flex-shrink: 0;
    height: 64px;
    margin-bottom: 6px;
    margin-right: 0px;
    width: 64px;
}

.avatar.avatar--rounded.avatar--ring {
    align-items: center;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    margin-right: 8px;
    position: relative;
    width: 64px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0px;
}

.drawer .mobile_menu li.main-link a {
    border-radius: 10px;
    padding: 12px;
    transition: background-color 0.2s;
}

.drawer .mobile_menu li.main-link * {
    line-height: unset !important;
    min-height: unset !important;
}

.drawer .mobile_menu li > a {
    padding-left: 10px;
    width: 100%;
    white-space: nowrap;
}

.menu-item-label {
    margin-left: 5px;
}

.drawer .mobile_menu hr.separator {
    background-color: rgb(235, 230, 231);
    margin-bottom: 16px !important;
    border-bottom: medium none currentcolor;
}

.drawer__title, .drawer__header-title {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.drawer__back .back__group svg {
    fill: none !important;
    transform: rotate(180deg);
}

.drawer__back {
    background-color: transparent !important;
    border-bottom: 0 !important;
}

.drawer__title, .drawer__header-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

.drawer.slide .mobile_menu li.active > .submenu {
    width:  304px !important;
}