/** Shopify CDN: Minification failed

Line 296:4 Unexpected "{"
Line 296:5 Expected identifier but found "%"
Line 303:4 Unexpected "{"
Line 303:5 Expected identifier but found "%"

**/
.ab-announce{
    background: var(--ab-bg, #1f1f1f);
    color: var(--ab-fg, #ffffff);
    height: 4rem;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: 12px;
}

/* 3-column layout */
.ab-announce__inner{
    width: 100%;
    height: 4rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 18px;
    gap: 16px;
}

/* Left */
.ab-announce__left{
    justify-self: start;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    white-space: nowrap;
}

.ab-social-label{
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ab-social-links{
    display: flex;
    align-items: center;
    gap: 10px;
}

.ab-social-links a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}

.ab-social-links svg{
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* Center */
.ab-announce__center{
    justify-self: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40rem;
}

.ab-announce__item{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .35s ease;
    padding: 0 16px;
    text-align: center;
}
.ab-announce__item.is-active{ opacity: 1; }

.ab-announce__text,
.ab-announce__link{
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Right */
.ab-announce__right{
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.glb-lang-btn .glb-items {
    transition: all 0.25s ease;
    display: none;
}

.glb-lang-btn .glb-items.active {
    display: block;
    position: fixed;
    right: 0rem;
    background: #FFF;
    border: 1px solid #000;
    margin-right: 1rem;
    width: 10rem;
    z-index: 1;
}

.glb-lang-btn .glb-items .glb-item {
    color: #000;
    padding: 0.55rem 1.25rem;
    display: flex;
    justify-content: center;
}

.glb-lang-btn .glb-items .glb-item.active {
    color: #fff;
    background: #000;
}

.glb-lang-btn .glb-items .glb-item:hover {
    background: #888;
}

.glc-switcher-btn .glc-language__icon-arrow, .glc-switcher-btn .glc-currency__icon-arrow, .glc-switcher-btn .glc-country__icon-arrow {
    color: #FFF !important;
}

.glc-switcher-btn .glc-language__name, .glc-switcher-btn .glc-currency__name, .glc-switcher-btn .glc-country__name {
    color: #FFF !important;
}

.glc-switcher-btn, .glc-switcher-btn:hover, .glc-switcher-btn.glc-dropdown-btn__open {
    background: transparent !important;
}

.header__icons {
    padding: 0;
}

.glc-switcher-btn--embedded-desktop {
    margin: 0px;
}

.glb-lang-btn {
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    font-family: inherit;
}

.glb-lang-btn img {
    width: 1rem;
    margin-left: 0.25rem;
    margin-top: 0.25rem;
}

header {
    display: block !important;
}

.nav-container-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.header__heading-link.link.link--text.focus-inset {
    padding: 0;
}

.nav-container-child[nav-logo] {
    display: flex;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1rem 1rem 0.5rem;
}

.nav-container-child[nav-logo] img {
    width: 90px;
}

.nav-container-child:first-child {
    margin-right: auto;
    margin-left: 1rem;
}

.nav-container-child:last-child {
    margin-right: 1rem;
    margin-left: auto;
    display: flex;
}

/* NAV BAR CONTENTS MENU */
.section-header ul.ab-nav__list {
    margin: 0.5rem 0rem 0rem;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    gap: 2.5rem;
    align-items: center;
    padding: 0;
    height: unset;
    opacity: 1;
    overflow: hidden;
    transition: all 0.5s ease;
    font-size: 14px;
}

.section-header:hover ul.ab-nav__list li.ab-nav__item {
    margin-bottom: 1rem;
    border-bottom: 1px solid #000;
}

.section-header:hover ul.ab-nav__list li.ab-nav__item:hover {
    border-bottom: 1px solid #fff;
}

.section-header ul.ab-nav__list ul.ab-sub__list li.ab-sub__item.has-subsub {
    padding: 0rem 1rem 0rem;
}

li.ab-sub__item.has-subsub .ab-sub__link {
    /* border-bottom: 2px solid #000; */
    width: 230px;
    font-weight: 600;
}

.section-header ul.ab-subsub__list {
    list-style: none;
    text-align: left;
    padding: 0rem;
}

.section-header ul.ab-subsub__list li.ab-subsub__item {
    padding: 0.25rem 0rem;
}

.section-header ul.ab-subsub__list li.ab-subsub__item .ab-subsub__text {
    padding: 0rem 1rem;
    text-align: center;
}

.section-header ul.ab-subsub__list li.ab-subsub__item .ab-subsub__text:hover, 
.section-header ul.ab-subsub__list li.ab-subsub__item .ab-subsub__text.active {
    background: #ccc;
}

.dsp-mb {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Mobile */
@media (max-width: 749px){
    .ab-announce{ height: 2rem; }
    .ab-announce__inner{ height: 2rem; grid-template-columns: 1fr; }
    .ab-announce__center{ height: 2rem; }
    .ab-announce__text,
    .ab-announce__link{ letter-spacing: .04em; font-size: 1.0rem; }

    .ab-announce__left{ display: none !important; width: 0px; height: 0; padding: 0; margin: 0; overflow: hidden;}
    .ab-announce__right{ display: none !important; width: 0px; height: 0; padding: 0; margin: 0; overflow: hidden;}
    {%- if section.settings.ab_mobile_show_right -%}
        .ab-announce__right{
            display: flex;
            justify-self: center;
            margin-top: .25rem;
        }
        .ab-announce__inner{ grid-template-columns: 1fr; }
    {%- endif -%}

    .dsp-desk {
        display: none;
        opacity: 0;
        width: 0;
        height: 0;
    }

    .dsp-mb {
        display: block;
        opacity: 1;
        width: unset;
        height: unset;
    }

    .nav-container-main.dsp-mb, .nav-container-menu.dsp-mb {
        background: #000;
        display: flex;
    }

    button.ctm-cart-btn {
        color: #fff;
    }

    button.mb-nav-trigger {
        color: #fff;
        width: 3.50rem;
        height: 3.50rem;
        background: transparent;
        border: 0;
    }

    .ab-social-links svg{
        width: 25px;
        height: 25px;
    }
}

/* New Side Bar */
.newmb-sidesbars {
    background: #0000007a;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}

.newmb-sidesbars.open {
    opacity: 1;
    width: 100%;
}

.newmb-container {
    transition: all 1.0s ease;
    background: #fff;
    height: 100%;
    width: 85%;
    overflow: hidden;
    position: absolute;
    left: -100%;
    opacity: 0;
}

.newmb-sidesbars.open .newmb-container {
    left: 0;
    opacity: 1;
}

.newmb-header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-bottom: 1px solid #ddd;
}

.newmb-header div {
    display: flex;
    align-items: center;
}

.newmb-header div:first-child {
    margin-left: 0.50rem;
    margin-right: auto;
}

.newmb-header div.nh-center * {
    width: 0;
    overflow: hidden;
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.newmb-header div.nh-center.open * {
    width: 150px;
}

.newmb-header div:last-child {
    margin-left: auto;
    margin-right: 0.50rem;
}

button.nh-btn {
    background: transparent;
    border: 0;
    width: 3rem;
    height: 2rem;
    position: relative;
    padding: 0rem;
}

button.nh-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

button.nh-btn.back-btn {
    display: none;
}

button.nh-btn.back-btn.open {
    display: block;
}

.newmb-body ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.newmb-body ul li div {
    padding: 0.5rem 1.0rem 0.5rem 1.0rem;
    font-size: 18px;
    font-weight: bold;
    color: #444;
}

.newmb-body ul li div.active {
    background: #444;
    color: #fff;
}

.newmb-body ul li.has-subitem > div:not(.mb-nav-sub-items) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mb-nav-item.has-subitem img {
    transition: all 0.5s ease;
    transform: rotate(0deg);
}

.mb-nav-item.has-subitem .open > img {
    transform: rotate(90deg);
}

.mb-nav-item.has-subitem .mb-nav-sub-items {
    width: 100%;
    height: 0px;
    padding: 0rem;
    overflow: hidden;
    transition: all 0.5s ease;
}

.mb-nav-item.has-subitem .mb-nav-sub-items.open {
    height: 150px;
}

.subsubitem-title {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.newmb-sublevel-links {
    transition: all 0.5s ease;
    position: absolute;
    top: 5rem;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
}

.newmb-sublevel-links.open {
    left: 0;
}

.newmb-sublevel-links .mb-sublevel-links {
    display: none;
}

.newmb-sublevel-links .mb-sublevel-links.open {
    display: block;
}

.newmb-sublevel-links .mb-sublevel-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.newmb-sublevel-links .mb-sublevel-links ul li, .newmb-sublevel-links .mb-sublevel-links ul li a {
    padding: 0.5rem;
    font-size: 18px;
    font-weight: bold;
    color: #444;
}

.newmb-sublevel-links .mb-sublevel-links ul li.active, .newmb-sublevel-links .mb-sublevel-links ul li.active a {
    background: #444;
    color: #fff;
}

.newmb-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 25rem;
    border-top: 1px solid #ddd;
}

.newmb-footer > .newmb-footer-content > div {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    position: relative;
}

div[language-switcher] div[ls-content-list] {
    display: flex;
    transition: all 0.5s ease;
    height: 0rem;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: absolute;
    right: 0;
    bottom: 5rem;
    background: #fff;
}

div.open[language-switcher] div[ls-content-list] {
    height: 7.9rem;
    border: 1px solid #ddd;
}

div.open[language-switcher] div[ls-content-list] > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    padding: 0.5rem 1rem;
    width: 100%;
}

div[user-account] * {
    width: 100%;
    text-align: left;
    display: block;
}

div.open[language-switcher] div[ls-content-list] > div.active {
    background: #848484;
    color: #fff;
    margin: 0.25rem 0.00rem 0.00rem 0.25rem;
}

div[cc-title] {
    max-width: 55%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 749px) {
    .glc-dropdown-expand.glc-dropdown-expand--multi.glc-dropdown--default-embedded_header, 
    .glc-dropdown-expand.glc-dropdown-expand--multi.glc-dropdown--default-embedded_header.glc-dropdown-expand__active {
        left: 15rem !important;
        top: 32.5rem !important;
    }
}