/** Shopify CDN: Minification failed

Line 36:35 Expected ":"

**/



@media (max-width: 900px) {

    .shopify-section--mobile-menu {
        display: block;
    }
    body.modal-open #shopify-section-promo-bar {
       display: none;
    }
    body .site-header__nav > ul.header__nav--full {
        /* display: none; */
        display: block !important;
    }
    body.modal-open .site-header__nav  > ul.header__nav--full {
        display: flex;
        z-index: 6;
    }
    .site-header__nav > ul.header__nav--full {
        position: absolute;
        left: 0;
        width: 100vw;
        top: 0;
        padding: 0 35px 0 var(--gap);
        display: flex;
    }

    .header__nav--full {
        transform: translateY(-100%);
        background: var(--yellow);x'x';
        opacity: 0;
        transition: background 0.3s;
        /* transition: opacity 0.3s, transform 0.3s; */
    }

    .site-header__nav > ul.header__nav--full::after {
        position: absolute;
        right: var(--gap);
        left: var(--gap);
        bottom: 0;
        border-top: 1px dashed #aeaeae;
        /* content: ''; */
    }

    [data-menu] .header__nav--full {
        transform: none;
        opacity: 1;
    }

    [data-menu="discover"] .header__nav--full {
        background: #fff;
    }

    .header__nav--excerpt .header__search-link {
        width: 18px;
        height: 18px;
    }

    [data-menu="discover"] [data-target="discover"]::before,
    [data-menu="shop"] [data-target="shop"]::before {
        content: '';
        position: absolute;
        bottom: 0;
        border-top: 1px solid #000;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    [data-menu="discover"] [data-target="discover"],
    [data-menu="shop"] [data-target="shop"] {
        font-weight: var(--font-body-weight-bold);
        line-height: 39px;
    }

    [data-menu="discover"] ~ .shopify-section--mobile-menu .mobile-menu__inner {
        transform: translateX(-100%);
    }

    [data-menu="discover"] ~ .shopify-section--mobile-menu .mobile-menu {
        background: #fff;
    }

    /* .notifications-unread .notifications-icon::after {
        right: auto;
        top: 2px;
        left: 16px;
    } */

    #nav-header-bottom li.site-header__menu-item{
        display: none;
    }
    #nav-header-bottom li.site-header__menu-item.search-item{
        display: block;
        background: white;
        padding: 7px 10px;
        border-radius: 8px;
        width: 90%;
        margin: 12px 0;
        border: 1px solid black;
        display: none;
    }
    #nav-header-bottom li.site-header__menu-item.search-item.active{
        display: block;
    }



    .header__search-link:after{
        border: 0 !important;
    }
    .header__bag-link.active{
        position: absolute;
        right: 40px;
        z-index: 10;
    }
    .site-header__menu-item.side-menu{
        display: block !important;
    }
    .header__nav.header__nav--excerpt{
        gap: 15px;
    }

    .sticked .site-header__nav.left {
        padding-right: 0;
        min-width: 50px;
    }

    .subnav__activator{
        display: flex;
        padding: 0;
    }
    .subnav__activator svg{
        width: 21px;
    }
    .subnav__activator::after{
        display: none !important;
    }
    section.site-header.active{
        background-color: #f7f177;
    }
}

@media (max-width: 900px) {
    .site-header__menu-item-heart {
        display: none;
    }
}

@media (max-width: 768px) {
    .site-header__nav.left:has(.return_home__container) {
        min-width: 70px;
    }
}



.mobile-menu__inner {
    display: flex;
    height: 100%;
    transition: transform 0.3s;
}

.mobile-menu__inner .product-unit__main-content .product-label--final {
    display: none;
}

.mobile-menu__nav {
    flex: 0 0 100%;
    flex-direction: column;
    display: flex;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 50;
    background: var(--yellow);
    display: none;
    transition: background 0.3s;
}
.mobile-menu__top-layout{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px;
}
.mobile-menu__top-layout .mobile-menu__search-link{
    /* width: 307px; */
    width: 83%;
}
.mobile-menu__top-layout .mobile-menu__cart-link .header__bag-link{
    margin: 0;
}
.mobile-menu__top-layout .mobile-menu__cart-link .header__bag-link svg{
    width: 19px;
    height: auto;
}
.mobile-menu__top-layout .mobile-menu__cart-link{
    display: flex;
    align-items: center;
    gap: 13px;
}

.mobile-menu .menu-close {
    position: relative;
    width: 17px;
    height: 17px;
    top: 2px;
    right: unset;
    z-index: unset;
    margin: unset;
}
.mobile-menu__top-layout .mobile-menu__cart-link .menu-close{
    width: 23px;
    height: 23px;
}
.menu-close:before, .menu-close:after{
    width: 100%;
}

[data-menu] ~ .shopify-section--mobile-menu .mobile-menu {
    display: block;
}

.slide-menu__outer {
    overflow: hidden;
    flex: 1;
}

.slide-menu__container {
    --depth: 0;
    position: relative;
    transition: transform 0.5s;
    transform: translateX(calc(-100% * var(--depth)));
    height: 100%;
}

.slide-menu {
    position: relative;
    padding: 0 var(--gap);
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slide-menu .slide-menu {
    position: absolute;
    display: flex;
    left: 100%;
    width: 100%;
    top: 0;
    padding: 0 var(--gap);
    margin: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    overflow-y: auto;
    bottom: 0;
    padding-bottom: 70px;
}

.slide-menu-item {
    display: flex;
    align-items: center;
}

.slide-menu-item .mobile_collection_label {
    display: none;
}

.slide-menu-item .product-unit:nth-of-type(2n+1) .product-unit__image-wrapper {
    border-radius: 0 0 0 9px;
}

.slide-menu-item .product-unit:nth-of-type(2n) .product-unit__image-wrapper {
    border-radius: 0 0 9px 0;
}

/* .slide-menu-item:not(.slide-menu-item--edits):last-child {
    margin-bottom: 15px;
} */

.slide-menu-item > a {
    text-decoration: none;
    font-size: 24px;
    line-height: 42px;
}

.slide-menu-item:not(.slide-menu-item--single) > a:only-child{
    line-height: 30px;
    font-size: 16px;
    height: auto;
}

.side-menu__bottom .slide-menu-item img, .side-menu__bottom .slide-menu-item svg  {
    width: 16px;
}

.slide-menu__sub-button {
    flex: 1;
    position: absolute;
    height: 42px;
    width: calc(100% - 2 * var(--gap));
}

.slide-menu-item--has-sub {
    border-bottom: 1px dashed #aeaeae;
}
.mobile-menu__nav:first-child .slide-menu-item--single {
    border-bottom: 1px dashed #aeaeae;
}
.slide-menu__sub-button::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -4px;
    border-width: 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    content: '';
}

.slide-menu-item--active .slide-menu {
    opacity: 1;
    pointer-events: all;
}

.slide-menu-item--back {
    font-size: 24px;
    height: 42px;
    line-height: 42px;
    white-space: nowrap;
    padding-left: 16px;
    position: relative;
    border-bottom: 1px dashed #aeaeae;
    cursor: pointer;
    margin-bottom: 5px;
    position: sticky;
    top: 0;
    z-index: 5;
    transition: background 0.3s;
    background: var(--yellow);
}

.side-menu__bottom{
    background: white;
    border-radius: 8px;
    margin-top: 20px;
    padding: 0 15px;
}
.side-menu__bottom .slide-menu-item{
    margin: 7px 0;
}
.side-menu__bottom .slide-menu-item.slide-menu-item--push-bottom{
    margin: 12px 0;
}
.side-menu__bottom .slide-menu-item a{
    display: flex;
    align-items: center;
}


[data-menu="discover"] ~ .shopify-section--mobile-menu .slide-menu-item--back {
    background: #fff;
}

.slide-menu-item--back::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -8px;
    border-width: 5px 8px;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
    content: '';
}

.slide-menu-item--push-bottom {
    margin: 5px 0;
}

.slide-menu__icon-link {
    display: flex;
    align-items: center;
    gap: 5px;
}
/*
.slide-menu__icon-link svg {
    width: 20px;
    height: 22px;
} */

.slide-menu__icon-link .icon-account {
    stroke-width: 1.4;
}

.header__notifications-link {
    display: flex;
    gap: 6px;
}
.slide-menu-item > .header__notifications-link {
    font-size: 16px;
}


.slide-menu-item--promo {
    border-bottom: 1px dashed #aeaeae;
    display: block;
}

.slide-menu-item--promo a {
    text-decoration: none;
}

.mobile-menu__promo {
    display: flex;
    border-radius: 9px;
    overflow: hidden;
    height: 110px;
    flex: 1;
    margin: var(--gap) 0;
}

.mobile-menu__promo-image {
    background: #c5c5c5;
    flex: 1;
    min-width: 0;
    position: relative;
}

.mobile-menu__promo-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-menu__promo-title {
    flex: 1;
    min-width: 0;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 0rem 0.6rem;
    text-align: center;
}

.mobile-menu-promo-text {
    line-height: 1.1;
}

.slide-menu-item--media {
    overflow: hidden;
    border-radius: 9px;
    background: #c5c5c5;
    margin-top: 30px;
    position: relative;
    display: block;
}

.slide-menu-item--media a button {
    pointer-events: none;
}

.slide-menu-item--edits {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 20px;
    overflow-y: auto;
}

.slide-menu__edits-heading {
    align-self: flex-start;
    margin-bottom: -10px;
}

.slide-menu__edit-image {
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 5px;
}

.slide-menu__edit {
    width: 100%;
}

.slide-menu__edit a {
    text-decoration: none;
}

.slide-menu__edit:last-child {
    margin-bottom: 25px;
}

.slide-menu__edit-title {
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.25em;
    margin-bottom: 5px;
}

.slide-menu__edit-description p {
    height: 1.25em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100vw - 2 * var(--gap));
}

.slide-menu__media-info {
    position: absolute;
    top: 0;
    left: 0;
    padding: var(--gap);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
}

.slide-menu__media-info--color-black {
    color: #000;
}

.slide-menu__media-info .button {
    margin-top: 15px;
}

.slide-menu-item__title {
    width: 80%;
    font-size: 24px;
    text-align: center;
    line-height: 1.25em;
}

.slide-menu-item.slider__wrapper {
    flex-direction: column;
    margin-top: 15px;
    /* padding-top: 20px; */
}

.slide-menu-item .slider {
    width: 100%;
    border-radius: 9px 9px 0 0;
}

.slide-menu-item .product-unit {
    flex: 0 0 50%;
    width: 0%;
}

.slide-menu-item.slider__wrapper--start .slider__control--prev,
.slide-menu-item.slider__wrapper--end .slider__control--next {
    opacity: 0.3;
}

.slide-menu-item--flash a {
    background: white;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid;
    padding: 3px 12px;
    margin: 5px 0;
}

.mobile-menu-flashsale-text {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px;
}

@media (min-width: 370px) {
    .mobile-menu-flashsale-text p {
        display: flex;
        gap: 5px;
    }
}



.slide-menu-item--flashsale  .mobile-menu-promo-text {
    flex-direction: column;
    text-align: left;
    border-left: 1px dashed;
    max-width: 55%;
    padding: 30px 15px;
}

.slide-menu-item--flashsale  .mobile-menu-promo-text a {
    text-decoration: underline;
}

.slide-menu-item--flashsale .mobile-menu__promo  {
    margin: 0;
    border-radius: 0;
    height: auto;
}

.slide-menu-item--flashsale {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 12px;
    overflow: auto;
    text-align: left;
}

.slide-menu-item--flashsale .mobile-menu__promo-title {
    padding: 2px 8px;
    justify-content: flex-start;
    font-size: 30px;
    color: #ff0000;
    line-height: 38px;
}