/** Shopify CDN: Minification failed

Line 275:21 Expected ":"

**/
.announcement-bar{
    padding: 9px 0px;
    background: #334075 !important;
}

.announcement-bar__text{
   color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.219%; /* 12.522px */
    letter-spacing: 1.4px;
}

.header__row  .menu-list .menu-list__link, 
.header__row  .menu-list .menu-list__link span{ 
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.219%; /* 17.531px */
    letter-spacing: 0.56px;
    text-transform: capitalize;
}

.header__row--top  .header__columns{
    padding-top: 39px;
}
.header__row--bottom  .header__columns{
    padding-top: 20px;
    padding-bottom: 23px;
}

.header__row{
    background-color: transparent !important;
}

@media(min-width: 751px){
header-actions{
    margin-right: 19px;
    z-index: 20;
    position: relative;
}

}

.container{
    padding: 0px 20px;
}

.cart-drawer button .svg-wrapper svg{
width: 27px;
height: 27px;
}


.custom-banner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media(min-width: 992px){
    .custom-banner{
        background-attachment: fixed;
    }
}

.custom-banner__inner{
    min-height:591px;
    padding: 100px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.custom-banner{
    position: relative;
    margin-top: 7px;
}
.custom-banner::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.30);
}
.custom-banner__inner{
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.custom-banner__inner h2{
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 113%; /* 45.2px */
    letter-spacing: 1.6px;
    margin: 0;
    margin-top: 24px;
}

.custom-banner__inner .subtitle{
    color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 125.219%; /* 15.026px */
letter-spacing: 0.48px;
max-width: 415px;
 margin-top: -10px;
}

.custom-banner__inner a{
    display: inline-block;
    padding: 10px 24px;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.219%; /* 12.522px */
    letter-spacing: 1.4px;
    border-radius: 66px;
    background: #57B5DD;
   
}

@media(max-width:767px){
    .custom-banner__inner h2{
        font-size: 28px;
    }
    .custom-banner__inner {
        min-height: 0;
    }
}


.just-text{
    padding-top: 55px;
    padding-bottom: 45px;
    background: #57B5DD;
}

.just-text__inner{
    max-width: 426px;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 95%; /* 12.35px */
    letter-spacing: 0.52px;
    margin: 0 auto;
}


.custom-bestsellers{
    padding-top: 50px;
    padding-bottom: 76px;
}


.custom-bestsellers h2{
    color: #334075;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125.219%; /* 30.052px */
    letter-spacing: 0.96px;
    margin-bottom: 52px;
}

.custom-bestsellers h2 span{
    color: #57B5DD;
}

.custom-bestsellers__grid{
    max-width: 821px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 61px;
}

@media(max-width:640px){
    .custom-bestsellers__grid{
        grid-template-columns: 1fr;
        gap:  48px;
    }
}
.custom-bestsellers__grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.custom-bestsellers__grid-item img{
    border-radius: 7px;
    aspect-ratio: 233/269;
    width: 100%;
    display:  block;
    margin-bottom: 22px;
    object-fit: cover;
}
.custom-bestsellers__grid-item  h3{
    color: #000;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5; /* 11.34px */
    letter-spacing: 0.56px;
    margin: 0;
}
.custom-bestsellers__grid-item  h3 span{
    color: #000;
    font-family: "Montserrat";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 81%;
    letter-spacing: 0.48px;
    display: inline-block;
    padding-top: 12px;
}

.custom-bestsellers__grid-item  a{
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.219%; /* 12.522px */
    letter-spacing: 1.4px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 31px;
    margin-top: 10px;
    border-radius: 43px;
background: #57B5DD;
}


.reviews-wrapper{
 margin-top: 0;
    margin-bottom: 64px;
}


@media(max-width:767px){
    .reviews-wrapper{
        margin-bottom 32px;
        margin-top: 0;
    }
}

.reviews{
  background: #334075;
  position: relative;
  color: #fff; 
  overflow: hidden;
  position: relative;
}

.reviews::before{
    position: absolute;
    display: block;
    content: "";
    z-index: 2;
    height: 110%;
    width: 100%;
    left: 50%;
    top: 50%;
     background: #334075;
    transform: translate(-50%, -50%)
}

.reviews h2{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.219%; /* 30.052px */
    letter-spacing: 0.96px;
    margin-bottom: 20px;
    text-transform:none;
}
.reviews h2 span{
    color: #EFF169;
    font-weight: 700;
}


.reviews__inner{
    position: relative;
    z-index: 5;
}




.reviews__slider .text{
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 12.35px */
    letter-spacing: 0.52px;
}

.reviews__slider .author{
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 95%; /* 10.45px */
    letter-spacing: 0.44px;

    padding-top: 20px;
}


.reviews__slider{
    max-width: 400px;
    margin: 0 auto;
}

.reviews-wrapper svg{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    height: 130px;
}



.custom-collections{
    margin-top: 60px;
    margin-bottom: 89px;
}

.custom-collections__inner{
    max-width: 862px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 39px;
    row-gap: 17px;
    position: relative;
    


}

.custom-collections__inner svg{
    position: absolute;
     left: -94px;
    bottom: -66px;
    z-index: 15;
}

.custom-collections__item:first-child{
    grid-row: span 2;
}
.custom-collections__item:first-child img{
    max-height: 100%;
}

.custom-collections__item img{
    width: 100%;
    border-radius: 7px;
    max-height: 248px;
    height: 100%;

    position: relative;
    z-index: 1;
    object-fit: cover;
    transition: 0.2s linear;
}

.custom-collections__item:hover img{
    transform: scale(1.05);
}

.custom-collections__item{
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.custom-collections__item::before{
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 7px;
    background: rgba(51, 64, 117, 0.50);
    position: absolute;
    z-index: 2;
}

.custom-collections__item h2{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125.219%; /* 30.052px */
    letter-spacing: 0.96px;
    position: absolute;
    left: 31px;
    bottom: 38px;
    z-index: 15;
    max-width: 185px;
}

.custom-collections__item:first-child h2{
       left: 51px;
}

@media(max-width: 767px){
    .custom-collections__inner{
        grid-template-columns: 1fr;
    }
    .custom-collections__item h2{
        left: 31px !important;
    }
    .custom-collections__item img{
        height: 280px !important;
    }
}



.custom-steps__running{
  overflow: hidden;
  padding: 4px 0;
  background: #EFF169;                 
}
.custom-steps__running .swiper-wrapper{
  transition-timing-function: linear !important;
}
.custom-steps__running .swiper-slide{
  width: auto;                    
  white-space: nowrap;             
 
}

.custom-steps__running .swiper-slide{
    color: #334075;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.219%; /* 12.522px */
    letter-spacing: 1.4px;
}





.custom-steps{
    background: #57B5DD;
}

.custom-steps__inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 900px;
    margin: 0 auto;
}


.custom-steps__content h2{
    color: #FFF;
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125.219%; /* 30.052px */
    letter-spacing: 0.96px;

    max-width: 360px;
}

.custom-steps__content  ul li{
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 12.35px */
    letter-spacing: 0.52px;
    margin-bottom: 37px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.custom-steps__content  ul{
    list-style: none;
    padding: 0;
}

.custom-steps__content  ul li span{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%; /* 22.8px */
    letter-spacing: 0.96px;
    min-width: 24px;
}

.custom-steps__content {
      padding-top: 38px;
    max-width: 400px;
    padding-left: 23px;
}

.custom-steps__image img{
    width: 100%;
    height: auto;
    max-width: 434px;
   
}

.custom-steps__inner{
    padding-top: 60px;
    padding-bottom: 110px;
    gap: 37px;
}

.custom-steps__content a{
    color: #334075;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.219%; /* 12.522px */
    letter-spacing: 1.4px;

    padding: 10px;
    border-radius: 66px;
    background: #FFF;
    min-width: 220px;
    display: inline-block;
}

@media(max-width: 767px){
    .custom-steps__inner{
          grid-template-columns: 1fr;
          gap:48px;
    }



    .custom-steps__content{
        padding-left: 0;
        max-width: 100%;
    }

    .custom-steps__image img{
        margin-left: 0;
        max-width: 100%;
    }
    .custom-steps__inner{
        padding-top: 0px;
    }
    .custom-steps__content ul li{
        margin-bottom: 24px;
    }
}




.custom-icons__wrapper{
    margin-top: -60px
}
.custom-icons__wrapper .top-wave{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    height: 130px;
}
.custom-icons{
    background: #334075;
    padding-bottom: 60px;
}

.custom-icons h2{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 125.219%; /* 30.052px */
    letter-spacing: 0.96px;
    text-transform: none;
    margin-bottom: 48px;
}

.custom-icons__list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 66px;
    max-width: 875px;
    margin: 0 auto;
}

@media(max-width: 767px){
    .custom-icons__list{
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

.custom-icons__list-item img{
    width:99px;
    height:105px;
    object-fit: contain;
    margin-bottom: 8px;
}

.custom-icons__list-item, .custom-icons__inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.custom-icons__list-item h3{
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%; /* 12.35px */
    letter-spacing: 0.52px;
    margin-bottom: 12px;
     text-transform: none;
}

.custom-icons__list-item .text{
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
    letter-spacing: 0.52px;
}

.custom-icons a{
    display: inline-block;
    padding: 10px 24px;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.219%;
    letter-spacing: 1.4px;
    border-radius: 66px;
    background: #57B5DD;

    margin: 0 auto;
    margin-top: 60px;
}



.custom-email{
    padding: 50px 0px;
}


.custom-email__inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 875px;
    margin: 0 auto;
    align-items: flex-end;
}




.custom-email__content h2{
    color: #334075;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125.219%; /* 30.052px */
    letter-spacing: 0.96px;
    margin: 0;
    text-transform: none;
}

.custom-email__content h2 strong{
color: #57B5DD;
}

.custom-email__content .text{
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 12.35px */
    letter-spacing: 0.52px;
    padding-top: 8px;
    max-width: 350px;
}

.custom-email__form .input-row{

  

    border-radius: 43px;
    border: 1px solid #334075;
    width: 100%;
    max-width: 435px;
    margin-left: auto;

    display: flex;
    flex-wrap: nowrap;

}

.custom-email__form .input-row input{
    color: #334075;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.219%;
    letter-spacing: 1.4px;
    border: none;
    background: none;
    outline: none;
    padding: 8px 25px;
    width: 100%;
     border-radius: 43px;

}

.custom-email__form .input-row button{
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.219%; /* 12.522px */
    letter-spacing: 1.4px;
    padding: 8px 16px;
    border-radius: 43px;
    background: #334075;
    width: 145px;
    height: 100%;
    outline: none;
    cursor: pointer;
    border: none;
}

.input-success{
    color: green;
    padding-top: 8px;
}


@media(max-width: 767px){
    .custom-email__inner{
        grid-template-columns: 1fr;
    }
    .custom-email__form .input-row{
        margin-left: 0;
    }
}


.footer__inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer__inner img{
    width: 159px;
}
.footer ul{
    display: flex;
    list-style: none;
    padding: 0;
    gap: 16px;
}
.footer{
    background: #fff;
    position: relative;
}
.footer ul li a{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.219%; /* 17.531px */
    letter-spacing: 0.56px;
}


.footer-wave{
    width: 100%;
    height: 190px;
    position: relative;
    z-index: 15;
    display: block;
    margin-top: -75px;
}


.footer__inner{
    justify-content: center;
    padding-bottom: 90px;
    padding-top: 0px;
}

.footer{
    margin-top: -70px;
    position: relative;
    z-index: 20;
}

.footer header-actions{
    margin: 0 !important;
}


.custom-banner--big  .custom-banner__inner{
    min-height:610px;
    padding-bottom: 200px;
}

.custom-banner--big.custom-banner::before{
background: rgba(0, 0, 0, 0.50);
}

@media(max-width: 767px){
    .footer ul{
        flex-wrap: wrap;
    }
}


.custom-bestsellers__grid-item a:hover, .custom-banner__inner a:hover, .custom-icons a:hover{
    background: #3a96bd !important;
}

.custom-email__form .input-row button:hover{
    background: #4457a5 !important;
}

.custom-steps__content a:hover, .menu-list__link:hover, .footer ul li a:hover{
    opacity: 0.7  !important;
}


@media(max-width:767px){
    .header__row--top .header__columns{
        padding-top: 9px;
    }
    .reviews-wrapper svg.top-wave{
        margin-bottom: -2px;
    }
}