/** Shopify CDN: Minification failed

Line 67:2 Unexpected "/"

**/
:root {
    --af-header-spacing: 8px;
    --af-header-logo-size: 100px;
    --af-header-logo-size-mobile: 80px;
    --af-header-height: 110px;
    --af-header-height-mobile: 90px;
    --af-search-width: 650px;
    --nav-link-padding-y: .4em;
    --nav-link-padding-x: .5em;
    --af-topbar-height: 0px;
    --af-topbar-height-mobile: 0px;
    --af-full-header-height: calc(var(--af-header-height) + var(--af-topbar-height));
    --af-full-header-height-mobile: calc(var(--af-header-height-mobile) + var(--af-topbar-height-mobile));
}

[data-header-padded] {
    line-height: 1.711;
    padding-top: var(--af-header-group-height);
    background: #1c1c1c
}

#af-header-group {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #222;
    height: auto;
    overflow: unset;
    z-index: 5000;
    opacity: 1;
    transition: top .2s ease-in-out, opacity .2s ease-in-out
}

#af-header-group.nav-up {
    top: calc(var(--af-full-header-height) * (-1))
}
@media only screen and (max-width:767px) {
    #af-header-group.nav-up {
        top: calc(var(--af-full-header-height-mobile) * (-1))
    }
}

@media only screen and (max-width:767px) {
    [data-header-padded] {
        padding-top: var(--af-header-group-height-mobile);
    }
}

@media only screen and (max-width:1024px) {

    .af-topbar__company-details a:not(.af-topbar__company-details__icon),
    .af-topbar__company-reviews__logo,
    .af-topbar__company-reviews__title {
        display: none
    }
}

.top-bar.caps {
    z-index: 1
}
 */
#cart-drawer {
    box-shadow: 1px 0 3px 0 #000
}

#af-header>.af-header__wrapper {
    display: grid;
    grid-template-columns: calc(50% - (var(--af-header-logo-size)/ 2)) var(--af-header-logo-size) calc(50% - (var(--af-header-logo-size)/ 2));
    align-items: center;
    max-width: 100%;
    height: var(--af-header-height);
    margin: 0 auto;
    padding: 0 var(--gutter);
    font-family: var(--FONT-STACK-HEADING);
    font-style: var(--FONT-STYLE-HEADING);
    text-transform: var(--HEADING-TEXT-CAPS);
    letter-spacing: var(--HEADING-TEXT-LETTER-SPACING);
    font-weight: var(--FONT-WEIGHT-HEADING);
    opacity: 0;
    animation: 250ms displayHeaderWrapper forwards;
    animation-delay: .3s;
    font-size: .8em;
    letter-spacing: 1.25px
}

#af-header .af-header-separator {
    height: 25%;
    width: .5px;
    background-color: rgba(255, 255, 255, .2);
    padding: unset !important;
    margin: var(--nav-link-padding-y) var(--nav-link-padding-x);
    position: initial;
}

#af-header .af-header__logo {
    padding: 3px
}

#af-header .af-header__links-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    gap: 30px;
}

#af-header .af-header__links-wrapper>.af-header__link-item {
    text-transform: uppercase;
    text-align: left;
    height: 100%;
}

#af-header .af-header__links-wrapper>.af-header__link-item a {
    color: #fff
}

#af-header .af-header__links-wrapper>.af-header__link-item>a>span {
    pointer-events: none
}

#af-header .af-header__links-wrapper>.af-header__link-item>a {
    height:100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: calc(((var(--header-height) - var(--af-topbar-height))/ 2) - var(--nav-item-padding) - 2.5px) 0
}

.af-nav-link {
    padding: var(--nav-link-padding-y) var(--nav-link-padding-x);
    position: relative;
    color: var(--COLOR-TEXT-HEADER);
    font-weight: var(--FONT-WEIGHT-HEADING);
    cursor: pointer;
    text-align: right;
    transition: 250ms
}
.af-header__link-item.af-nav-link {
    padding: 0 var(--nav-link-padding-x) !important;
}
.af-nav-link>a:not(.no-underline) {
    padding-bottom: 5px;
    position: relative;
    color: var(--COLOR-TEXT-HEADER);
    font-weight: var(--FONT-WEIGHT-HEADING)
}

.af-header__links-wrapper>.af-nav-link[data-has-children=true]>a {
    position: relative
}

.af-header__links-wrapper>.af-nav-link[data-has-children=false]>a:before,
.af-header__links-wrapper>.af-nav-link[data-has-children=true]>a:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0 solid #fff;
    transition: .3s ease-in;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0
}

.af-nav-link[data-has-children=true].active>a:before,
.af-nav-link[data-has-children=true]:hover>a:before {
    text-decoration: underline;
    border-bottom: 6px solid #fff !important;
    opacity: 1
}

.af-header__links-wrapper>.af-nav-link[data-has-children=false]>a:after,
.af-nav-link:not([data-has-children]).active>a:not(.no-underline):after,
.af-nav-link:not([data-has-children])>a:not(.no-underline):after {
    content: "";
    position: absolute;
    background: #222;
    width: 0;
    height: 1px;
    left: 50%;
    bottom: 4px;
    border-radius: 2px;
    transform: translate(-50%, 0);
    transition: .2s
}

.af-header__links-wrapper>.af-nav-link[data-has-children=false]>a:after {
    background: #fff;
    bottom: 0;
    height: 2px
}

.af-header__links-wrapper>.af-nav-link[data-has-children=false]:hover>a:after,
.af-nav-link:not([data-has-children]).active>a:not(.no-underline):after,
.af-nav-link:not([data-has-children]):hover>a:not(.no-underline):after {
    width: 100%
}

.af-header__links-wrapper .af-nav-link:not([data-has-children]).active>a:not(.no-underline):after,
.af-header__links-wrapper .af-nav-link:not([data-has-children])>a:not(.no-underline):after {
    background: #000
}

.af-nav-link.has-icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.af-nav-link.has-icon>a:not(.no-underline) {
    margin-right: 10px
}

.af-nav-link.has-icon img {
    width: 80px;
    height: 80px;
    border-radius: var(--radius-medium)
}

.af-header__dropdown {
    width: 100%;
    position: absolute;
    z-index: 5002;
    background: #fff;
    top: var(--af-full-header-height);
    box-shadow: 0 0 3px -1px #222
}

.af-header__dropdown-wrapper {
    width: 100%;
    max-height: 500px;
    display: none;
    opacity: 1;
    overflow: hidden;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    font-family: var(--FONT-STACK-NAV);
    font-style: var(--FONT-STYLE-NAV);
    font-size: calc(1.2rem * var(--adjust-nav));
    letter-spacing: var(--FONT-NAV-LETTER-SPACING);
    margin: 0 auto;
    position: relative
}

.af-header__dropdown-hidden {
    display: none
}

.af-header__dropdown-show {
    display: flex !important;
    opacity: 0;
    animation: .35s showMenuDropdown ease-in-out forwards
}

.af-header__dropdown-wrapper.af-header__dropdown-show>.af-header__dropdown-image-container img {
    transform: translate(-50%, -50%) scale(1.16);
    animation: zoomHeaderImage .6s ease-in-out forwards;
    animation-delay: .2s
}

@keyframes zoomHeaderImage {
    from {
        transform: translate(-50%, -50%) scale(1.2)
    }
    to {
        transform: translate(-50%, -50%) scale(1)
    }
}

.af-header__dropdown-wrapper>.af-header__dropdown-container {
    display: flex;
    flex-direction: column;
    padding: var(--gutter);
    max-height: 100%
}

.af-header__dropdown-wrapper>.af-header__dropdown-container::-webkit-scrollbar {
    display: none
}

.af-header__dropdown-wrapper>.af-header__dropdown-child-container {
    width: 25%;
    position: relative;
    background: #fff;
    overflow-y: scroll;
    font-size: .8em
}

.af-header__dropdown-wrapper:not([data-has-grandchildren=false]):after,
.af-header__dropdown-wrapper:not([data-has-grandchildren=false]):before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    pointer-events: none
}

.af-header__dropdown-wrapper:not([data-has-grandchildren=false]):after {
    height: 70px;
    bottom: 0;
    background: #fff;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%)
}

.af-header__dropdown-wrapper:not([data-has-grandchildren=false]):before {
    height: 85px;
    top: 0;
    z-index: 1;
    height: 60px;
    background: #fff;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%)
}

.af-header__dropdown-wrapper:not([data-has-grandchildren=false])>.af-header__dropdown-divider {
    position: absolute;
    left: 25%;
    top: calc(70px / 2);
    width: 2px;
    height: calc(100% - 70px);
    background: #d3d3d3
}

.af-header__dropdown-wrapper>.af-header__dropdown-child-container>div a:not(.no-underline) {
    padding-bottom: 5px;
    position: relative;
    color: var(--COLOR-TEXT-HEADER);
    font-weight: var(--FONT-WEIGHT-HEADING);
    cursor: pointer;
    text-align: right
}

.af-header__dropdown-wrapper>.af-header__dropdown-grandchild-container {
    width: 25%;
    display: none;
    align-items: flex-start;
    position: relative;
    padding: calc(var(--gutter) + var(--nav-link-padding-y) + ((100px / 3) - 1em)) var(--gutter);
    overflow-y: scroll
}

.af-header__dropdown-wrapper>.af-header__dropdown-grandchild-container>.af-nav-link {
    text-align: left
}

.af-header__dropdown-wrapper>.af-header__dropdown-grandchild-container>.af-nav-link>a {
    font-weight: var(--FONT-WEIGHT-NAV-LIGHT) !important
}

.af-header__dropdown-wrapper>.af-header__dropdown-grandchild-container.af-header__dropdown-grandchild-show {
    display: flex;
    opacity: 0;
    animation: .3s showMenuGrandchildren forwards
}

.af-header__dropdown-wrapper>.af-header__dropdown-image-container {
    width: 50%;
    padding: 0;
    position: relative;
    min-height: calc(100% - 0em);
    cursor: pointer;
    overflow: hidden
}

.af-header__dropdown-wrapper>.af-header__dropdown-image-container:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(10deg, rgba(0, 0, 0, .8) 20%, rgba(255, 255, 255, 0) 70%);
    z-index: 1
}

.af-header__dropdown-image-container a {
    color: unset;
    visibility: hidden
}

.af-header__dropdown-wrapper>.af-header__dropdown-image-container img:not(.active) {
    border-radius: var(--radius-medium)
}

.af-header__dropdown-wrapper>.af-header__dropdown-image-container img {
    min-width: 100%;
    min-height: 600px;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    will-change: filter, transform;
    transition: filter 250ms
}

.af-header__dropdown-wrapper>.af-header__dropdown-image-container:hover img {
    filter: brightness(50%)
}

.af-header__dropdown-wrapper:not([data-has-grandchildren=false])>.af-header__dropdown-image-container {
    width: 50%;
    margin-top: 0
}

.af-header__dropdown-wrapper:not([data-has-grandchildren=true])>.af-header__dropdown-image-container {
    min-height: calc(100% - 4em);
    margin: 2em;
    border-radius: var(--radius-medium)
}

.af-header__dropdown-wrapper:not([data-has-grandchildren=true])>.af-header__dropdown-image-container:first-of-type {
    margin-right: 0
}

.af-header__dropdown-wrapper:not([data-has-grandchildren=true])>.af-header__dropdown-image-container:last-of-type {
    margin-left: 0
}

.af-header__dropdown-wrapper>.af-header__dropdown-image-container>.af-header__dropdown-image-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: var(--gutter);
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    word-wrap: break-word;
    z-index: 1
}

.af-header__dropdown-wrapper>.af-header__dropdown-image-container>.af-header__dropdown-image-text-container .af-header__dropdown-image-heading {
    font-size: 1.5em;
    font-weight: var(--FONT-WEIGHT-HEADING);
    text-transform: uppercase;
    line-height: 1
}

.af-header__dropdown-wrapper>.af-header__dropdown-image-container>.af-header__dropdown-image-text-container .af-header__dropdown-image-subheading {
    font-size: 1em !important;
    font-weight: var(--FONT-WEIGHT-NAV-LIGHT);
    text-transform: initial;
    line-height: 1.4
}

.af-header__dropdown-wrapper>.af-header__dropdown-image-container>.af-header__dropdown-image-text-container .af-header__dropdown-image-subheading:not(:empty) {
    padding-top: calc(var(--gutter-mobile)/ 2)
}

.af-header__logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.af-header__logo-wrapper>.af-header__logo-container {
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    position: relative;
    width: var(--af-header-logo-size);
    height: var(--af-header-logo-size);
    transition: .2s
}

.af-header__logo-wrapper>.af-header__logo-container>img {
    width: var(--af-header-logo-size);
    height: var(--af-header-logo-size);
    transition: .2s
}

#af-header>.af-header__wrapper>.af-header__container:not(:first-of-type):not(:last-of-type) {
    text-align: center
}

#af-header>.af-header__wrapper>.af-header__container.af-header__icons-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

#af-header>.af-header__wrapper>.af-header__icons-wrapper svg {
    max-width: 25px;
    max-height: 25px;
    margin: var(--af-header-spacing)
}

#af-header>.af-header__wrapper>.af-header__icons-wrapper svg.icon-caret {
    display: none
}

#af-header>.af-header__wrapper>.af-header__icons-wrapper>.af-header__icon-container {
    cursor: pointer
}

#af-header>.af-header__wrapper>.af-header__icons-wrapper svg>path {
    transition: 150ms
}

#af-header>.af-header__wrapper>.af-header__icons-wrapper>.af-header__icon-container:hover svg>path {
    fill: gray
}

#af-header>.af-header__wrapper>.af-header__icons-wrapper>.af-header__icon-container.af-header__icon-cart {
    min-width: 41px
}

.af-header__icon-account>a,
.af-header__icon-cart>a,
.af-header__icon-search {
    color: #fff
}

.af-header__icon-search {
    display: none
}
.af-header__icon-search svg {
    pointer-events: none !important;
}
.af-header__icon-cart>a {
    height: 100%;
    position: relative;
    display: block;
    color: #fff
}

.af-header__search-wrapper {
    width: 60%;
    min-width: 300px
}

#af-header .af-search-form__inner {
    background: 0 0;
    border-radius: var(--radius-medium);
    padding: unset
}

#af-header #searchInput-desktop.af-search-form__input {
    color: #fff;
    padding: .6em 1em;
    background: 0 0;
    border-bottom: 1px solid #222222;
    transition: .25s ease-in-out
}

#af-header #searchInput-desktop.af-search-form__input:focus {
    border-bottom: 1px solid #fff
}

#af-header .af-search-form__input-holder {
    background: 0 0
}

#af-header .af-search-form__input-holder svg {
    color: #fff
}

#af-header .af-search-form__label {
    left: unset;
    right: 0
}

.af-search-popdown__close {
    right: -2px !important
}

.af-search-popdown__close svg {
    margin-right: 0 !important;
    max-width: 30px !important;
    max-height: 30px !important
}

.af-predictive-search:not(.is-focused) .af-search-popdown__close {
    opacity: 0;
    display: none
}

#af-header #searchResults-desktop.af-search-popdown__results {
    left: unset;
    width: 50%;
    min-width: 400px;
    max-width: 100%;
    top: calc(100% + 11px);
    text-transform: initial
}

.af-header__search-wrapper-mobile {
    opacity: 0;
    display: none;
    position: absolute;
    width: 100%
}

.af-header__search-wrapper-mobile.af-header__search-show {
    display: block;
    animation: 350ms showSearchPopdown forwards;
    top: 0;
    z-index: 1;
}

.af-header__search-wrapper-mobile.af-header__search-hide {
    animation: 350ms hideSearchPopdown forwards
}

.af-header__search-wrapper-mobile .search-form__inner {
    background: #222;
    width: var(--af-search-width);
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    min-height: unset
}

.af-header__search-wrapper-mobile .search-popdown__close>svg>path {
    fill: #fff
}

.af-header__search-wrapper-mobile .search-form__input-holder {
    background: #222
}

.af-header__search-wrapper-mobile .search-form__label {
    color: #a9a9a9
}

.af-header__search-wrapper-mobile .search-form__input {
    background: #363636;
    color: #fff
}

.af-header__search-wrapper-mobile #popularSearches-desktop,
.af-header__search-wrapper-mobile .predictive-search {
    width: var(--af-search-width);
    margin: 0 auto
}

.af-predictive-search.is-focused label[for=searchInput-desktop] {
    animation: .35s hideSearchIcon ease-in-out forwards
}

.af-predictive-search.is-focused .af-search-popdown__close {
    opacity: 0;
    animation: .35s showCloseSearchBtn ease-in-out forwards
}

@keyframes hideSearchIcon {
    0% {
        transform: translateY(-50%) rotateY(0)
    }

    49.99% {
        display: flex
    }

    50% {
        display: none;
        transform: translateY(-50%) rotateY(90deg)
    }

    100% {
        display: none;
        transform: translateY(-50%) rotateY(90deg)
    }
}

@keyframes showCloseSearchBtn {
    0% {
        opacity: 0;
        display: inline-block;
        transform: translateY(-50%) rotateY(0)
    }

    49.99% {
        opacity: 0;
        display: inline-block !important;
        transform: translateY(-50%) rotateY(90deg)
    }

    50% {
        opacity: 1;
        display: inline-block !important;
        transform: translateY(-50%) rotateY(90deg)
    }

    100% {
        opacity: 1;
        display: inline-block !important;
        transform: translateY(-50%) rotateY(180deg)
    }
}

.af-header__market-selector,
.af-header__market-selector-mobile {
    margin-left: var(--gutter-mobile)
}

.af-header__market-selector,
.af-header__market-selector-mobile {
    margin-right: .8em;
    margin-left: .8em
}

.af-market-selector-btn {
    display: flex;
    align-items: center;
    gap: .5rem
}

.af-market-selector-btn>* {
    cursor: pointer
}

#af-header .af-market-selector-btn p {
    font-size: .9em;
    margin-right: .5em
}

.af-market-selector-btn svg {
    color: #fff;
    margin: 0 !important;
    width: 12px;
    border-radius: 2px
}

.af-market-selector-btn>img {
    padding: 0 !important;
    width: 20px !important;
    max-width: unset !important;
    max-height: unset !important;
    margin: var(--af-header-spacing) 0 var(--af-header-spacing) 0;
    border-radius: 2px
}

.af-market-selector-btn.af-market-selector-icon-type>img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover
}

ul.market-selector__nav-drawer .af-market-selector-btn svg {
    color: initial;
    display: none !important
}

@media screen and (max-width:1050px) {
    #md-modal__form__footer-popup__id .md-footer-modal-closeButton {
        display: block !important;
        padding: 1.5em 1em !important
    }
}

@media screen and (max-width:767px) {
    .af-header__market-selector {
        margin-right: unset;
        margin-left: unset
    }

    .af-market-selector-btn.af-market-selector-icon-type>img {
        width: 25px !important;
        height: 25px !important
    }
}

.af-header__icon-hamburger {
    display: none;
    left: 0;
    padding-left: var(--gutter)
}

.af-header__icon-hamburger>button {
    color: #fff
}

#af-header>.af-header__wrapper>.af-header__icons-wrapper>.af-header__icon-hamburger svg {
    margin-left: 0 !important
}

@media screen and (max-width:768px) {
    .af-header__icon-hamburger {
        padding-left: var(--gutter-mobile);
        position: absolute;
    }
}

#nav-drawer {
    z-index: 2147483647
}

@keyframes hideSearchPopdown {
    from {
        opacity: 1;
        top: 100%
    }

    to {
        opacity: 0;
        top: 0
    }
}

@keyframes showSearchPopdown {
    from {
        opacity: 0;
        top: 0
    }

    to {
        opacity: 1;
        top: var(--af-full-header-height)
    }
}
@media screen and (max-width: 767px) {
    @keyframes showSearchPopdown {
        from {
            opacity: 0;
            top: 0
        }

        to {
            opacity: 1;
            top: var(--af-full-header-height-mobile)
        }
    }
}
@keyframes slideHeaderDown {
    from {
        top: -30px
    }

    to {
        top: 0
    }
}

@keyframes logoFlip {
    0% {
        transform: rotate3d(0, 1, 0, 0deg)
    }

    15% {
        transform: rotate3d(0, 1, 0, 90deg)
    }

    25% {
        transform: rotate3d(0, 1, 0, 180deg)
    }

    100%,
    45% {
        transform: rotate3d(0, 1, 0, 360deg)
    }
}

@keyframes logoShine {
    0% {
        left: -185px
    }

    50% {
        left: calc(var(--af-header-logo-size) * 1.5)
    }

    100% {
        left: var(--af-header-logo-size)
    }
}

@keyframes showMenuDropdown {
    from {
        height: 0;
        opacity: 0
    }

    to {
        height: 500px;
        opacity: 1
    }
}

@keyframes showMenuGrandchildren {
    from {
        left: -60px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

@keyframes displayHeaderWrapper {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media only screen and (min-width:1200px) {
    .af-header__icon-account {
        padding-right: 5px
    }
}

@media only screen and (max-width:1200px) {
    #af-header>.af-header-wrapper {
        height: var(--af-header-height-mobile);
        display: flex;
        justify-content: space-between
    }

    .af-header__links-wrapper>div.af-header__link-item {
        display: none
    }

    .af-header__dropdown {
        display: none
    }

    .af-header__icon-search {
        padding-right: 2px
    }

    .af-header__icon-account {
        display: none
    }

    .af-header__icon-hamburger {
        display: flex
    }

    .af-header__icon-cart {
        padding-right: 8px
    }

    .af-header__icon-hamburger>button>svg {
        width: 25px !important
    }

    .af-topbar__company-details a:not(.af-topbar__company-details__icon) {
        display: none
    }
}

.search-form__inner {
    max-height: 65px;
    min-height: unset
}

@media only screen and (max-width:767px) {
    .af-header__market-selector-mobile {
        display: inline-block
    }

    #af-header>.af-header__wrapper {
        height: var(--af-header-height-mobile);
        padding: unset !important;
        grid-template-columns: calc(50% - (var(--af-header-logo-size-mobile)/ 2)) var(--af-header-logo-size-mobile) calc(50% - (var(--af-header-logo-size-mobile)/ 2))
    }

    #af-header>.af-header__wrapper>.af-header__container.af-header__icons-wrapper {
        padding-right: 8px
    }

    .af-header__icon-search {
        display: block;
    }
}

#md-modal__form__footer-popup___language__id,
.md-modal__footer-selector-modal__region-list-divider,
md-footer-selector-popup__language__form {
    display: none !important
}

.market-selector__nav-drawer .af-header__market-selector-mobile .af-market-selector-btn svg {
    position: absolute;
    right: var(--gutter-mobile);
    transform: rotate(-90deg)
}

.market-selector__nav-drawer .af-header__market-selector-mobile {
    width: 100%;
    padding: 0 var(--gutter-mobile);
    margin: 0
}

.market-selector__nav-drawer p {
    font-size: calc(1rem * var(--adjust-nav))
}

/* NAV DRAWER SUB MENU - ALLOCATED CSS */
.mobile-menu__item--has-items {
    align-items: center;
}
.mobile-nav__trigger--level-1 {
    height: calc(1.5rem * var(--adjust-nav) * var(--line-height) + 20px);
}
.mobile-navlink--level-1 {
    padding: 10px var(--inner);
    text-transform: var(--HEADING-TEXT-CAPS);
}
.mobile-navlink--level-2 { 
    font-weight: var(--FONT-WEIGHT-BODY);
}
.mobile-menu__item--level-2:first-child .mobile-navlink--level-2 {
    font-weight: var(--FONT-WEIGHT-HEADING);
}
.mobile-nav-sub-menu .mobile-navlink--level-1 {
    font-size: calc(1.2rem* var(--adjust-nav));
    padding: 5px var(--inner);
}
.mobile-menu__item--level-1 > .mobile-dropdown {
    margin-top: -8px;
}
