/** Shopify CDN: Minification failed

Line 111:0 Unexpected "}"

**/
body.template-index {
    --font-body-family:font-type1;
 --font-header-menu-family:font-type1;
 --font-footer-menu-family:font-type1;
 --font-heading-family:font-type1;
}
body:not(.template-index) img.header__heading-logo{
    width:350px;
}
.header__icon .icon{
    color:#fff;
}
/* .header__icon--account {
    font-size: 13px;
} */

.list-menu--megamenu .mega-menu__toggle{
    font-size: calc(1.3 * 1rem);
}
/* .burger-menu{
    top:100%;
} */
.header__icon--cart{
    gap:10px;
}
.cart-count-bubble {
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    /* padding: 3px; */
    font-size: 9px;
}
/* body.template-index .media-banner__content, */
body.template-index .media-banner
{
  overflow:visible !important;
}
body.template-index .media-banner__wrapper .media-banner__content-wrapper{
        /* position: sticky;
    bottom: 20px; */
    position: absolute;
    margin-top: unset;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.footer__content-bottom{
    /* display:none; */
}
.footer{
    background-color:#fcfaf7 !important;
}
body.template-index .media-banner__overlay{

background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.37) 100%);

}
    body.template-index main > section:nth-child(1){
           position:sticky;
    top:0;
    }
    .top-overlay-header{
            background: linear-gradient(0deg, transparent, rgba(0, 0, 0, .3));
    pointer-events: none;
    transition: opacity .3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index:2;
    }
    .footer--mid-wrapper {
    width: 100%;
    justify-content: space-between;
}
button.add-icon {
    padding: 0;
    width: 20px;
    appearance: none;
    border: none;
    background-color: transparent;
    height: 20px;
}

@media (min-width:750px){
    .footer__blocks-container .container.footer__blocks-wrapper{
        padding-left:65px;
        padding-right:65px;
    }

    body.template-index main > section:nth-child(3){
           position:sticky;
    top:0;
    }
   .footer__blocks-wrapper  .footer--mid-wrapper {
    display: flex;
gap:0;
    }
}

}
.footer-inside-flex p {
    margin: 0;
    align-self: end;
    color:#9e9e9e;
}
.footer-inside-flex {
    display: flex;
    justify-content: space-between;
}
.meassge-inline .msg-preorder{
    margin-top:10px;
    font-size:12px;
    display:flex;
    gap:5px;
}
.product-form__buttons.hidepreorder .product-form__checkout {
    display:none;
}
@media (max-width:749px){

    
   .footer__content-bottom  .footer__content-bottom-wrapper{
        gap:1rem;
    }
.footer__content-top .footer__blocks-wrapper.with-padding{
    padding-bottom: 1.5rem;
}
    .cart-count-bubble{
        width:26px;
        height:26px;
    }
body.template-index .media-banner__slide {
    position:sticky;
    top:0;
}


body.template-index .media-banner__content
{
  overflow:visible !important;
}
body.template-index  .media-banner .media-banner-count-2,
body.template-index  .media-banner,
body.template-index  .media-banner__wrapper
{
    display:contents !important;
}

body.template-index main > section:nth-child(3),
body.template-index main > section:nth-child(4) 
{
 display:contents;

}

/* body.template-index .media-banner__wrapper .media-banner__content-wrapper{
        position: sticky;
    bottom: 20px;
} */
 .footer__content-top .footer--mid-wrapper {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-template-areas: "block1 block2"
"news news"
"block3 block4";
}
.footer-block__details-content .list-menu__item--link{
    padding-top:0.4rem;
    padding-bottom:0.4rem;
}
.footer-inside-flex {
    margin-top: 23px;
}
.footer-block.block-0 ul,
 .footer-block.block-1 ul{
    margin:0;
 }
.footer-block--menu.footer__column--social{
    display:block;
}
}

.footer-block.block-0 {
    grid-area: block1;
}
.footer-block.block-1 {
    grid-area: block2;
}
.footer-block.footer-block--menu.footer__column--social {
    grid-area: block3;
}
.footer-block.block-3 {
 grid-area: block4;
}
.footer--mid-wrapper .newsletter-wrap {
    grid-area: news;
    /* max-width:unset; */
}
.footer-block.footer-block--icon {
    grid-area: footer-logo;
}