/** Shopify CDN: Minification failed

Line 38:0 All "@import" rules must come first

**/
@media screen and (min-width: 990px) {
  .announcement-bar {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
  }
}
.announcement-bar__link {
  width: initial;
}
.announcement-bar__message {
  font-size: 18px; 
}
@media screen and (min-width: 990px) {
    .announcement-bar .announcement-bat-buttons {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 8px 0;
    }
  .announcement-bar .announcement-bat-buttons .announcement-btn {
      display: inline-block;
      color: #355135;
      font-size: 16px;
      margin-right: 14px;
      padding: 5px;
      text-decoration: none;
      text-align: center;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
    font-family: 'Roboto', sans-serif;
    font-family: 'Manrope', sans-serif;
*/
body{
    font-family: 'Roboto', sans-serif !important;
}
p{
    margin: 0;
}
a {
    text-decoration: none;
    color: #d65733;
}
*, *::before, *::after {
    box-sizing: inherit;
}
a:hover {
  color: #ffa100;
}
img{
    max-width: 100%;
    height: auto;
}
.btn-hover{
    transition: all 0.3s ease-out;
    box-shadow: none;
}
.btn-hover:hover{
    background: #83A36A !important;
    box-shadow: none !important;
}
.head-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
}

.search__input.field__input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E2E3E3;
    border-radius: 34px;
    box-shadow: none;
    height: 55px;
}

.header__search.mobile {
    display: block;
}

.cart-count-bubble {
    bottom: 0px;
    left: 25px;
}
.account-link{
    padding: 0 3.2rem;
}
.menu-drawer .account-link{
    padding: 0 1.2rem;
}
@media screen and (min-width:360px){
    .menu-drawer .account-link{
        padding: 0 3.2rem;
    }
}
.account-link .user-list .user-itme.tea{
    margin-left: 0px;
}

.user-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin-right: 34px;
    padding: 0;
}

.user-list .user-itme {
    margin: 0 10px;
    position: relative;
}

.user-list .user-itme.tea {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.user-list .user-itme:nth-child(2)::after {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 1px;
    background: #E2E3E3;
    top: 50%;
    right: -11px;
}

.user-list .user-itme a {
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0px;
    color: #355135;
    transition: all 0.3s ease-out;
    font-size: 16px;

}

.user-list .user-itme a:hover {
    color: #D65733;

}

.search-div {
    display: none;
}

.mega-menu-header,.header__icons {
    display: none;

}

.mobile-search-icon{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    right: 10px;
}
.mobile-search-icon-div .header__icon .icon {
    height: auto;
    width: auto;
}
header-drawer {
    margin-left: 0 !important;
}
.announcement-bar-wrap .announcement-bat-buttons{
    display: none;
   
}
.childlink-title{
    font: normal normal bold 22px/30px Roboto;
    letter-spacing: 3.3px;
    color: #83A36A;
    text-transform: uppercase;
    padding: 0 3.2rem;
    margin: 20px 0 10px;
    display: block;
}

@media screen and (min-width: 990px) {
    .header--middle-left {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }

    .header__search.mobile {
        display: none !important;
    }
    .head-wrap {
        justify-content: space-between;
    }

    .search-div {
        display: block;
    }

    .mega-menu-header {
        display: block;
        text-align: center;
        background: #355135;
        padding: 0px 10px;
    }

    .mega-menu-header .menu-link summary.list-menu__item {
        padding-right: 1.2rem;
        position: relative;
    }
    .mega-menu-header .menu-link {
        padding: 10px 5px;
    }
    .mega-menu-header .menu-link .header__menu-item::after {
        content: '';
        position: absolute;
        transform: translate(-50%,-50%);
        height: 25px;
        width: 1px;
        background: #83A36A;
        top: 50%;
        right: -5px;
    }
    .header__submenu  .header__menu-item::after,.mega-links-type2 .header__menu-item::after{
       display: none;
    }
    .mega-menu-header .menu-link:last-child .header__menu-item::after {
      display: none;
    }

    .mega-menu-header .menu-link:hover,.mega-menu-header .menu-link.active-menu-link {
        background: #83A36A;
    }

    .mega-menu-header .menu-link:hover .header__inline-menu details >.header__submenu {
        opacity: 01;
        transform: translateY(0);
        animation: animateMenuOpen var(--duration-default) ease;
    }

    .mega-menu-header .list-menu--inline {
        justify-content: center;
        position: relative;
    }

    .mega-menu-header .mega-menu-header-title {
        color: #FFFFFF;
        font: normal normal bold 12px/28px Manrope;
        text-transform: uppercase;
        letter-spacing: 1.8px;
        font-weight: bold;
    }
    .mega-menu-header .header__menu-item:hover span {
        text-decoration: none;
    } 
    .mobile-search-icon-div{
        display: none;
    }
    .header__icons{
        display: flex;
      align-items: center;
    }
    .announcement-bar-wrap{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .announcement-bar-wrap .announcement-bat-buttons{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 8px 0;
    }
    .announcement-bar-wrap .announcement-bat-buttons .announcement-btn{
       display: inline-block;
       color: #355135;
       font-size: 16px;
       margin-right: 14px;
       padding: 5px 5px;
       text-decoration: none;
       text-align: center;
    }
    .announcement-bar-wrap .announcement-bat-buttons .announcement-btn i{
      margin-right: 2px;
      color:#355135 ;
    }
    .announcement-bar-wrap .announcement-bat-buttons .announcement-btn.contact{
       color: #FFFFFF;
       margin-right: 0px;
       background: #D65733;
       border-radius: 35px;
       min-width: 155px;
    }
}

@media screen and (min-width: 1280px) {
    .user-list .user-itme a {
        font-size: 19px;
    }
    .mega-menu-header .mega-menu-header-title {
        font-size: 16px;
    }
    .search__input.field__input {
        height: 68px;
    }
}
@media screen and (min-width:1350px) {
    .mega-menu-header .mega-menu-header-title {
        font-size: 19px;
    }
}
@media screen and (min-width: 990px) {
    .search-modal__content {
        padding: 0;
    }
}

.hero-section{
    /* background: url(../assets/hero-image-mobile.png)no-repeat center center/cover; */
   
    padding: 50px 20px;
}
@media screen and (min-width:990px) {
    .hero-section{
        padding: 90px 20px 50px;
        /* background: url(../assets/Hero-Image.png)no-repeat center center/cover; */
    }
}
.hero-section .hero-div-blocks{
    text-align: center;
}
@media screen and (min-width:551px) {
    .hero-section .hero-div-blocks{
      padding-bottom: 45px;
    }
}
@media screen and (min-width:700px) {
    .hero-section .hero-div-blocks{
      padding-bottom: 130px;
    }
}
@media screen and (min-width:990px) {
    .hero-section .hero-div-blocks{
        text-align: left;
        width: 50%;
        padding-bottom: 0px;
    }
}
.hero-section .hero-heading{
    font-size:3.6rem;
    color: #1A200F;
    font-family: 'Manrope', sans-serif;
    margin: 0 0 25px;
    font-weight: 800;
}
@media screen and (min-width:990px) {
    .hero-section .hero-heading{
        font-size:4.6rem;
    }
}
.hero-section .hero-text{
    font-size:1.8rem;
    color: #707070;
}
@media screen and (min-width:749px) {
    .hero-section .hero-text{
      font-size:2.2rem;
	}
}
.hero-section .hero-button{
    font-size:2.2rem;
    background: #D65733;
    border-radius:37px;
    padding: 15px 20px;
    letter-spacing: 2.2px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    transition: all 0.3s ease-out;
    text-decoration: none;
    margin-top: 20px;
}
.hero-section .hero-button:hover{
    background: #83A36A;
}

@media screen and (min-width:990px) {
    .hero-section .hero-div{
        display: flex;
        justify-content: flex-end;
    }
    .hero-section .hero-button{
        font-size:2.2rem;
        padding: 15px 30px;
    }
}
.tea-cup-section{
    padding-top: 25px;
}
@media screen and (min-width:990px) {
    .tea-cup-section{
        padding-top: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
}
.tea-cup-section .tea-info{
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (min-width:990px) {
    .tea-cup-section .tea-info{
        text-align: left;
        margin-bottom: 15px;
        width: 60%;
    }
}
.tea-cup-section .tea-heading{
    font-size: 3rem;
    color: #355135;
    letter-spacing: 0.6px;
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
}
@media screen and (min-width:990px) {
    .tea-cup-section .tea-heading{
        font-size: 4rem;
        margin: 0 0 2.5rem;
    }
}
.tea-cup-section .tea-text{
    font-size: 1.8rem;
    color: #707070;
}
.tea-cup-section .tea-image{
    text-align: center;
    display: flex;
    justify-content: center;
}
@media screen and (min-width:990px) {
    .tea-cup-section .tea-image{
        text-align: right;
        width: 40%;
        justify-content: flex-end;
    }
}
.tea-cup-section .tea-image img{
    max-width: 100%;
}

.features-section{
    background: #F9F4F2;
    padding: 60px 0;
}
.features-section .features-list{
    list-style: none;
    padding: 0;
}
@media screen and (min-width:480px) {
    .features-section .features-list{
        padding: 0 45px;
    }
}
@media screen and (min-width:990px) {
    .features-section .features-list{
        padding: 0px;
    }
}
.features-section .features-list .feature-item{
   text-align: center;
}
.features-section img{
  max-width: 100%;
}
.features-section .feature-name{
    font-size: 22px;
    color: #707070;
    letter-spacing: 3.3px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px auto 0;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    max-width: 168px;
}

.hover-cart{
    display: none;
}
.header__icon--cart:hover .normal-cart{
    display: none;
}
.header__icon--cart:hover .hover-cart{
    display: block;
}

.promotion-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (min-width:990px) {
    .promotion-section{
       display: flex;
       justify-content: space-between;
       align-items: flex-start;
    }
}
.promotion-section .info-div{
  max-width: 200px;
}
@media screen and (min-width:551px) {
    .promotion-section .info-div{
        max-width: 290px;
        margin-bottom: 55px;
      }
}
@media screen and (min-width:801px) {
    .promotion-section .info-div{
        max-width: 330px;
      }
}
.promotion-section .promotion-item{
    width: 100%;
    min-height: 300px;
    padding: 25px 25px;
    margin:  0 0 30px;
    display: flex;
    align-items: flex-end;
    background-position: bottom right !important;
    background-color: #f6f6f6 !important;
    background-size: 100% !important;
}
@media screen and (min-width:551px) {
    .promotion-section .promotion-item{
        min-height: 450px;
      }
}
@media screen and (min-width:600px) {
    .promotion-section .promotion-item{
        background-size: auto !important;
    }
}
@media screen and (min-width:990px) {
    .promotion-section .promotion-item{
        width: calc(50% - 20px);
        margin:  0 10px 30px;
        min-height: 660px;
        background-size: 100% !important;
    }
    .promotion-section .info-div {
        max-width: 285px;
    }
}
.promotion-section .promotion-heading{
    color: #355135;
    font: normal normal 800 30px/35px Manrope;
    margin: 0 0 8px;
}
.promotion-section .promotion-text{
    color: #707070;
    font: normal normal normal 18px/26px Roboto;
    margin: 0 0 10px;
}
.promotion-section .promotion-button{
    color: #ffffff;
    font-size: 1.8rem;
    background: #D65733;
    display: inline-block;
    border-radius: 37px;
    padding: 8px 15px;
    text-decoration: none;
    min-width: 155px;
    text-align: center;
}


@media screen and (min-width:990px) {
    .promotion-section{
        padding-top: 60px;
        padding-bottom: 60px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
}

.featured-product-title{
    color: #1A200F;
    font-size: 3.4rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    text-align: center; 
}
@media screen and (min-width:480px) {
    .featured-product-title{
       text-align: left;
    }
}
@media screen and (min-width:500px) {
    .featured-product-title{
        font-size: 3.6rem;
    }
}
.education-section{
    padding-top: 40px;
    padding-bottom: 40px;
}
.education-section .education-info{
    text-align: center;
    margin-bottom: 20px;
}
.education-section .education-image{
    text-align: center;
}
.education-section .education-image img{
    max-width: 100%;
    height: auto;
}
.education-section .education-info .education-heading{
    font: normal normal 300 30px/49px Manrope;
    letter-spacing: 0.6px;
    color: #355135;
}
.education-section .education-info .education-text{
    font: normal normal normal 18px/30px Roboto;
    color: #707070;
}
.education-section .education-info .education-button{
    color: #ffffff;
    font: normal normal medium 16px/22px Manrope;
    letter-spacing: 1.6px;
    background: #D65733;
    display: inline-block;
    border-radius: 37px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 15px;
}
@media screen and (min-width:990px) {
    .education-section{
        padding-top: 60px;
        padding-bottom: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .education-section .education-info{
        text-align: left;
        margin-bottom: 0px;
        width: 60%;
        padding-right: 50px;
    }
    .education-section .education-image{
        text-align: right;
        width: 40%;
    }
    .education-section .education-info .education-heading{
        font: normal normal 300 42px/69px Manrope;
        letter-spacing: 0.84px;
        color: #355135;
    }
    .education-section .education-info .education-button{
        padding: 15px 30px;
    }
   
}

.reward-section{
  padding: 40px 20px;
  border: 1px solid #E2E3E3;
  background: transparent linear-gradient(90deg, #FFFFFF 0%, #F3F4F4 100%) 0% 0% no-repeat padding-box;
}
.reward-section .reward-logo{
    text-align: center;
    margin-bottom: 20px;
}
.reward-section .reward-logo svg{
    max-width: 100%;
}
.reward-section .reward-info{
    text-align: center;
}
.reward-section .reward-heading{
    font: normal normal bold 18px/30px Roboto;
    color: #1A1718;
    text-transform: uppercase;
    margin:  0 0 10px;
}
.reward-section .reward-text{
    font: normal normal normal 18px/30px Roboto;
    color: #1A1718;
    margin: 0;
}
@media screen and (min-width:990px) {
    .reward-section{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .reward-section .reward-logo,.reward-section .reward-info{
       width: calc(50% - 10px);
    }
    .reward-section .reward-info{
       text-align: left;
    }
}
.brand-section{
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-section .brand-div{
    padding: 0 30px;
}
@media screen and (min-width:990px) {
    .brand-section .brand-div{
        padding: 0 45px;
    }
}

.signup-section{
    background: #355135;
    padding: 50px 0;
}
.signup-section .info{
    text-align: center;
    margin-bottom: 30px;
}
.signup-section .signup-head{
    font: normal normal bold 18px/30px Roboto;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0px;
}
.signup-section .signup-text{
    font: normal normal normal 18px/30px Roboto;
    color: #FFFFFF;
    margin: 10px 0 0;
}
.signup-section .signupform{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;

}
.signup-section .signupform .field{
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
    justify-content: center;

}
@media screen and (min-width:551px) {
    .signup-section .signupform .field{
        width: 50%;
    }
}
@media screen and (min-width:801px) {
    .signup-section .signupform .field{
        width: 33.33%;
    }
}
@media screen and (min-width:801px) {
    .signup-section .signupform .field{
        width: 25%;
    }
   .signup-section .signupform{
      flex-flow: nowrap;
    }
}
.signup-section .signupform .signup-input{
    background: #FFFFFF;
    border: 1px solid #E2E3E3;
    border-radius: 34px;
    width: 100%;
    color: #707070;
    padding: 20px;
}
.signup-section .signupform .signup-button{
    background: #D65733;
    border-radius: 34px;
    font: normal normal medium 16px/22px Manrope;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 20px 40px;
    display: inline-block;
    outline: none;
    border: none;
    margin: 0 5px;
    min-width: 190px;
    width: 100%;
    cursor: pointer;
}
@media screen and (min-width:801px) {
    .signup-section .signupform .signup-button{
       width: auto;
    }
}

.estate-section{
    /* background: url(../assets/Makaibari-bg-mobile.png)no-repeat center center/cover; */
    padding-top: 40px;
    padding-bottom: 40px;
}

.estate-section .makaibari-div{
    margin-bottom: 40px;
    text-align: center;
}
.estate-section .makaibari-div .subhead{
    font: normal normal 300 24px/49px Manrope;
    letter-spacing: 0.48px;
    color: #FFFFFF;
    margin: 0 0 10px;
}
.estate-section .makaibari-div .main-heading{
    font: normal normal 300 30px/49px Manrope;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    margin: 0 0 15px;
}
.estate-section .makaibari-div .text{
    font: normal normal normal 18px/30px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0 0 25px;
}
.estate-section .makaibari-div .estate-button{
    display: inline-block;
    background: #D65733;
    border-radius: 37px;
    font: normal normal medium 16px/22px Manrope;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px 20px;
    text-decoration: none;
}
.estate-section .gallery-div{
    text-align: left;
}
.estate-section .img-div{
    padding-right: 60px;
    position: relative;
    display: inline-block;
}
.estate-section .travel-div{
    position: absolute;
    max-width: 35%;
    transform: translate(-50%, -50%);
    right: -15%;
    top: 80%;
}

.estate-section .gallery-div .info-div{
    padding-right: 135px;
    max-width: 450px;
}
.estate-section .gallery-div .galleryhead{
    font: normal normal normal 20px/26px Roboto;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
}
.estate-section .gallery-div .gallerytext{
    font: normal normal normal 16px/26px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.estate-section .gallery-div .gallerylink{
    font: normal normal bold 18px/30px Roboto;
    color: #83A36A;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in;
}
.estate-section .gallery-div .gallerylink:hover{
    color: #d65733;
}
@media screen and (min-width:990px) {
    .estate-section{
        /* background: url(../assets/Makaibari-bg.png)no-repeat center center/cover; */
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .estate-section .estate-div{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .estate-section .makaibari-div{
        margin-bottom: 0px;
        text-align: left;
        order: 2;
        width: calc(50% - 20px);
    }
    .estate-section .gallery-div{
        order: 1;
        width: calc(50% - 20px);
    }
    .estate-section .travel-div {
        right: -24%;
        top: 85%;
    }
}
.blog .slider-buttons{
    display: none;
}
@media screen and (max-width:990px) {
    .blog .slider-buttons{
        display: flex;
    }
}
.article-card__excerpt{
    font: normal normal normal 18px/30px Roboto;
    color: #707070;
}
.caption-with-letter-spacing.blog-date{
    font: normal normal normal 16px/26px Roboto;
    letter-spacing: 0px;
    color: #355135;
}
.splide__pagination{
    display: none !important;
}
@media screen and (min-width:990px) {
    .splide__arrows{
        display: none !important;
    }
}
.splide__arrow {
    width: 4rem !important;
    height: 4rem !important;
    opacity: 1 !important;
    background: transparent !important;
}
.splide__arrow svg {
    width: 4rem !important;
    height: 4rem !important;
}
.collection-slider{
    padding: 0 40px;
}
.review-section{
    padding: 40px 0 50px;
    text-align: center;
}
.review-section .review-item{
    padding: 0 10px;
}
.review-section .review-list{
    /* padding: 0 35px;
    margin: 15px auto 0;
    max-width: 790px; */
    width: 100%;
}
.review-section .review-block{
    list-style: none;
    padding: 20px;
    border: 1px solid #83A36A;
    position: relative;
}
.review-section .review-text{
    font: normal normal normal 18px/30px Roboto;
    color: #1A200F;
    margin: 0 0 15px;
}
.review-section .user-name{
    font: normal normal 900 20px/30px Roboto;
    color: #83A36A;
    margin:0 0 10px;
}
.review-section .user-image{
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width:990px) {
    .review-section{
        padding: 60px 0 70px;
    }
}
.grid__item_review{
    width: 100%;
}
.review-slider{
    max-width: 790px;
    margin: 0 auto;
}
[class^="spr-icon-"]:before, [class*=" spr-icon-"]:before {
    color: #d65733;
    font-size: 145%;
}
.rating.featured .spr-badge-caption{
    display: none;
}
svg.calender-icon{
    margin-right: 10px;
}
.date-tag-div{
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
}
.date-tag-div .tags{
    text-transform: capitalize;
}
.tag-parent{
    margin: 0 8px 0;
}
.date-tag-div .tags span{
    margin-right: 5px;
}
.seo-section{
    padding-top: 5px;
    padding-bottom: 40px;
}
.seo-section .seo-content{
    width: 100%;
    margin: 0 0 15px;
}
.seo-section .content-title{
    font: normal normal 800 26px/64px Manrope;
    color: #1A200F;
    margin: 0;
    text-align: center;
}
.seo-section .content-text{
    font: normal normal normal 18px/30px Roboto;
    color: #707070;
    margin: 0;
}
@media screen and (min-width:990px) {
    .seo-section{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .seo-section .seo-content{
        width: calc(50% - 20px);
        margin: 0 10px 0px;
        padding: 0 5%;
    }
    .seo-section .content-title{
        font: normal normal 800 28px/64px Manrope;
    }
    
}
.lik-section{
    background: #F5F6F6;
    padding: 1px 0 45px;
    width: 100%;
    float: left;
}
@media screen and (min-width:481px) {
    .lik-section{
        padding: 1px 0 60px;
    }
}
.lik-section .like-prodcut{
    padding: 0 10px;
}
.lik-section .prodcut-div{
    background: #fff;
    padding: 15px;
}
.lik-section .prodcut-div .card-information{
   min-height: 130px;
   margin-top: 10px;
}
.splide.like-splide .splide__arrows{
    display: block !important;
}
.splide.like-splide .splide__arrow{
    width: 5rem!important;
    height: 5rem!important;
}
.splide.like-splide .splide__arrows svg{
    width: 5rem!important;
    height: 5rem!important;
}
.splide.like-splide .splide__arrows .splide__arrow {
    top: unset;
    bottom: -20px;
}
.splide.like-splide .splide__arrows .splide__arrow--prev {
    left: 12px;
    right: unset;
} 
.featured-prodcut-section{
    padding-top: 0px;
    padding-bottom: 40px;
}
.featured-prodcut-section .splide__arrows {
    display: block!important;
}
.featured-prodcut-section .card-wrapper {
   padding: 0 10px;
}
.featured-prodcut-section .featured-product-title{
   text-align: center;
}
.featured-prodcut-section .media{
    padding-bottom: 100%;
}
.splide.thumbnails{
    margin-top: 20px;
}
.splide.thumbnails .splide__slide {
    border: 1px solid #E2E2E2 !important;
    padding: 5px;
}
.splide.thumbnails .splide__slide.is-active {
    border: 2px solid #000 !important;
}
.splide.is-active.thumbnails .splide__list {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.like-cart-button{
    background: #D65733;
    border-radius: 37px;
    padding: 20px 15px;
    font: normal normal medium 16px/22px Manrope;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    box-shadow: none;
    outline: none;
    border: none;

}
@media screen and (min-width:360px) {
    .like-cart-button{
        width: 185px;
    }
}
.splide.like-splide .splide__slide{
    margin-bottom: 90px;
}
.splide.like-splide .splide__slide .add-cart{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -115px;
}


@media screen and (min-width:481px) {
    .splide.like-splide .splide__arrows .splide__arrow {
        top: -50px;
        bottom: unset;
    }
    .splide.like-splide .splide__arrows .splide__arrow--prev {
        left: unset;
        right: 75px;
    } 
    .splide.like-splide .splide__slide{
        margin-bottom: 0px;
    }
    .splide.like-splide .splide__slide .add-cart{
       display: none;
    }
}
.common-area{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}
@media screen and (min-width:360px) {
    .common-area{
        justify-content:space-between;
    }
}
@media screen and (min-width:375px) {
    .common-area{
        justify-content:flex-start;
        flex-flow: nowrap;
    }
}
.common-area.border{
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}
.common-area .common-price,.common-area .quantity-div{
    margin-right: 5px;
    position: relative;
}
@media screen and (min-width:551px) {
    .common-area .common-price,.common-area .quantity-div{
        margin-right: 20px;
    }
}
.common-area .common-price::after{
    content: '';
    position: absolute;
    width: 1px;
    background: #E2E2E2;
    border-radius: 10px;
    height: 90%;
    right: 0px;
    top: 50%;
    transform: translate(-50%,-50%);
}
@media screen and (min-width:551px) {
    .common-area .common-price::after{
        right: 0px;
    }
}
.common-area .quantity-div .product-form__input{
    margin: 0;    

}
.common-area .product-form__buttons button{
    background: #D65733;
    border-radius: 37px;
    text-align: center;
    font: normal normal medium 16px/22px Manrope;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 20px 15px;
    border: none;
    outline: none;
    box-shadow: none;
    width: 175px;
}
@media screen and (min-width:551px) {
    .common-area .product-form__buttons button{
        width: 200px;
    }
}
.brand-section-common{
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
}
.brand-section-common .brand-img-div{
    padding-right: 20px;
}
.steping-div{
  margin-top: 20px;
  margin-bottom: 20px;
}
.steping-info,.steping-image{
    width: 100%;
}
.steping-image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
}
.steping-image img{
    width: 100%;
    height: auto;
}
@media screen and (min-width:990px){
    .steping-image img{
        width: auto;
    }
    
}

.steping-info{
    padding: 30px 20px 0;
    background: #ebebeb;
}
.steping-image .desktop-img{
    display: none;
}
.steping-info .step-head{
    font: normal normal 800 28px/45px Manrope;
    color: #1A200F;
    margin: 0 0 20px;
}
.steping-info .step-disc{
    font: normal normal normal 18px/40px Open Sans;
    letter-spacing: 0px;
    color: #707070;
    margin: 0;
}
@media screen and (min-width:990px) {
    .steping-div{
       display: flex;
       justify-content: space-between;
       align-self: flex-start;
    }
    .steping-div.order2 .steping-info{
       order: 2;
    }
    .steping-div.order2 .steping-image{
       order: 1;
    }
    .steping-image{
     width: 50%;
      
    }
    .steping-image .desktop-img{
        display: block;
    }
    .steping-image .mobile-img{
        display: none;
    }
    .steping-info{
        width: 50%;
        padding: 44px 50px;
    }
    
}


.splide.featured-splide .splide__slide{
    margin-bottom: 90px;
}
.splide.featured-splide .splide__slide .add-cart{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -115px;
}
.splide.featured-splide .splide__arrows .splide__arrow {
    top: unset;
    bottom: -20px;
}
.splide.featured-splide .splide__arrow{
    width: 5rem!important;
    height: 5rem!important;
}
.splide.featured-splide .splide__arrows svg{
    width: 5rem!important;
    height: 5rem!important;
}

@media screen and (min-width:481px) {
    .splide.featured-splide .splide__arrows .splide__arrow {
        top: 50%;
        bottom: unset;
    }
    .splide.featured-splide .splide__arrows .splide__arrow--prev {
        left: 0;
        
    } 
    .splide.featured-splide .splide__arrows .splide__arrow--next {
        right: 0;
        
    } 
    .splide.featured-splide .splide__slide{
        margin-bottom: 0px;
    }
    .splide.featured-splide .splide__slide .add-cart{
       display: none;
    }
}
.splide.review-splide {
    max-width: 900px;
    margin: 15px  auto 0;
    padding: 0 55px;
}
@media screen and (min-width:990px) {
    .splide.review-splide {
        margin: 25px  auto 0;
        padding: 0 110px;
    }
}
.splide.review-splide .splide__slide{
    margin-bottom: 20px;
}
.splide.review-splide .splide__arrows {
    display: block!important;
}
.splide.review-splide .splide__arrows svg{
    display: none;
}
.splide.review-splide .splide__arrows .splide__arrow--prev{
    background: url('./arrow-left.png')no-repeat center !important;
    left: 0;
}
.splide.review-splide .splide__arrows .splide__arrow--next{
    background: url('./arrow-right.png')no-repeat center !important;
    right: 0;
}
.spr-summary-actions-newreview,.spr-button-primary{
    background: #d65733;
    border-radius: 34px;
    font: normal normal medium 16px/22px Manrope;
    letter-spacing: 1.6px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 18px;
    display: inline-block;
    outline: 0;
    border: none;
    text-decoration: none;
    box-shadow: none;
}
.spr-summary-actions-newreview{
    margin:0;
}



@media screen and (min-width:750px) {
    .spr-summary-actions-newreview{
        margin-right: 120px;
    }
    .spr-reviews {
        margin: 24px 0 0px 0;
    }
}

@media screen and (min-width:880px) {
    .spr-summary-actions-newreview{
      margin-bottom: 5px;
    }
}
.spr-summary-actions-newreview:hover,.spr-button-primary:hover{
        background: #83a36a;
        box-shadow: none !important;
   		color: #fff;
        
}
.spr-review-header-title {
    font-size: 24px !important;
    line-height: 22px !important;
    font-family: Open Sans !important;
    font-style: italic !important;
    color: #1A200F !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;

}
.spr-review-header-byline{
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: Open Sans !important;
    color: #1A200F !important;
    margin-bottom: 15px !important;
}
.spr-review-content-body {
    font-size: 18px !important;
    font-family: Open Sans !important;
    color: #707070;
    line-height: 30px !important;
}
.spr-form-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #1A200F !important;
}
.spr-header-title{
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #1A200F !important;
    font-family: 'Manrope', sans-serif !important;
    width: 100%;
}
@media screen and (min-width:480px) {
    .spr-header-title{
        width: auto;
    }
} 

input.spr-form-input,textarea.spr-form-input{
    background: #fff !important;
    border: 1px solid #e2e3e3 !important;
    border-radius: 34px;
    color: #707070 !important;
    padding: 15px !important;
    font-family: 'Roboto', sans-serif;
    
}
input.spr-form-input:focus-visible,textarea.spr-form-input:focus-visible{
   outline: none;
   box-shadow: none;
}
.spr-review-reportreview{
    color: #D65733;
}
/* .flickity-slider {
    transform: translateX(0) !important;
} */
.flickity-slider .spr-review{
    width: 100%;
    padding: 20px 0px 0;
    box-shadow: none;
}
@media screen and (min-width:750px) {
    .flickity-slider .spr-review{
        padding: 20px 15px 0;
    }
}
.spr-reviews:focus-visible{
    box-shadow: none !important;
}
.spr-review:first-child {
    margin-top: 0px !important;
}
.spr-container {
   border: none !important;
}
.spr-reviews {
    margin: 24px 0 50px 0 !important;
}
@media screen and (min-width:750px) {
    .spr-reviews {
        margin: 24px 0 0px 0 !important;
    }
    .flickity-slider .spr-review{
        width: 50%;
    }
}
.spr-badge-caption{
    color: #D65733 !important;
}
.mega-list{
    padding: 20px 20px;
    position: absolute;
    min-width: 100%;
    width: 20rem;
    border: 1px solid rgba(var(--color-foreground), 0.2);
    background-color: rgb(var(--color-background));
    top: 100%;
    left: 0;
    display: none;
}
.header__inline-menu .menu-link:hover .mega-list{
    display: block;
}
.mega-list .mega-div{
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   padding: 0;
   list-style: none;
}
.mega-list .mega-div li{
    width: 25%;
    margin: 0 25px 0 0;
    list-style: none;
}
.mega-list .mega-div li:last-child{
    margin: 0 0px 0 0;
}
.mega-list .mega-div .mega-item{
    /* background: url(../assets/black-tea.png)no-repeat center; */
    padding: 10px 10px;
    display: flex;
    justify-content: flex-end;
    text-align: left;
    min-height: 100px;
    align-items: center;
}
.mega-list .mega-div .mega-item .item-name{
   width: 55%;
}
.mega-list .mega-div .shop-title{
    font: normal normal 300 13px/25px Manrope;
    letter-spacing: 3.75px;
    color: #A2A6A8;
    text-transform: uppercase;
  	margin:0;
}
.mega-list .mega-div .item-link{
    font: normal normal bold 16px/24px Manrope;
    letter-spacing: 0.36px;
    color: #355135;
    text-transform: uppercase;
  	margin:0;
}
.more-link{
    position: relative;
    padding: 20px 0;
    text-align: left;
}
.more-link::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #E2E3E3;
    height: 1px;
    width: 82%;
}
.more-link .more-title{
  
    font: normal normal 300 15px/25px Manrope;
    letter-spacing: 2.25px;
    color: #A2A6A8;
    z-index: 2;
    background: #FFFFFF;
    display: inline-block;
    text-align: left;
    margin: 0;
    display: inline-block;
} 
.header__submenu.mega-submenu{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    padding: 0;
}
.header__submenu.mega-submenu .mega-list-item{
   width: 20%;
   display: inline-block;
   margin: 0 0 10px;
   padding-right: 10px;
}
.header__submenu.mega-submenu .mega-list-item a{
    font: normal normal bold 16px/30px Roboto;
    letter-spacing: 0px;
    color: #355135;
    text-transform: uppercase;
    padding: 0;
    transition: all 0.3s ease-in;
}
.header__submenu.mega-submenu .mega-list-item a:hover{
    color: #d65733;
}
.mega-div.type2{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.mega-div.type2 .mega-links-type2{
    width: 50%;
}
.mega-div.type2 .mega-links-type2 .mega-linklist{
    width: 100%;
}
.mega-div.type2 .mega-links-type2 .mega-linklist .mega-list-item{
    width: 100%;
    display: inline-block;
    margin: 0 0 10px;
 }
.mega-div.type2 .mega-links-type2 .mega-linklist .mega-list-item a{
    font: normal normal bold 16px/30px Roboto;
    letter-spacing: 0px;
    color: #355135;
    text-transform: uppercase;
    padding: 0;
    transition: all 0.3s ease-in;
}
.mega-div.type2 .mega-links-type2 .mega-linklist .mega-list-item a:hover{
    color: #d65733;
}

.mega-div.type2 .mega-image-div{
    width: 50%;
}
.mega-div.type3{
    width: 85%;
}
.mega-div.type3 .blog-post{
    width: 33.33%;
    margin-right: 20px;
    text-align: left;
}
.mega-div.type3 .blog-post .article-image img{
   width: 100%;
   height: 145px;
}
.mega-div.type3 .blog-post:last-child{
    margin-right: 0px;
}
.mega-div.type3 .blog-post .article-card__title{
    font: normal normal 800 18px/30px Manrope;
    color: #1A200F;
    margin: 0 0 5px;
}
.mega-div.type3 .blog-post .article-card__excerpt{
    font: normal normal normal 14px/28px Open Sans;
    color: #414141;
}
.mega-div.type3 .blog-post .read-more{
    font: normal normal normal 14px/40px Manrope;
    color: #D65733;
}
.mega-div.type3 .blog-post .read-more:hover{
    color: #355135;
}
.more-post-btn{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}
@media screen and (min-width:1280px) {
    .mega-list .mega-div .shop-title{
        font: normal normal 300 15px/25px Manrope;
    }
    .mega-list .mega-div .item-link{
        font: normal normal bold 17px/24px Manrope;
    }
    .header__submenu.mega-submenu .mega-list-item a{
        font: normal normal bold 18px/30px Roboto;
    }
    .mega-div.type3 .blog-post .article-card__title{
        font: normal normal 800 21px/30px Manrope;
    }
    .mega-div.type3 .blog-post .article-card__excerpt{
        font: normal normal normal 16px/28px Open Sans;
    }
    .mega-div.type3 .blog-post .read-more{
        font: normal normal normal 16px/40px Manrope;
    }
    .more-post-btn{
        right: 60px;
    }
    .mega-div.type2 .mega-links-type2 .mega-linklist .mega-list-item a{
        font: normal normal bold 18px/30px Roboto;
    }
}
.button,.shopify-challenge__button{
    background: #d65733 !important;
    background-color: #d65733 !important;
    border-radius: 34px !important;
    font: normal normal medium 16px/22px Manrope !important;
    letter-spacing: 1.6px !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 20px 20px !important;
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease-out !important;
}
@media screen and (min-width:360px) {
    .button.blog__button {
        padding: 20px 35px !important;
    }
    
}
.button.reset{
    background: #355135 !important;
    background-color: #355135 !important;
}
.button:hover,.shopify-challenge__button:hover,.button.reset:hover{
    background: #83a36a!important;
    box-shadow: none!important;
}
.customer h1{
    font-size: 3.6rem;
  font-family: Manrope,sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 750px) {
    .customer h1 {
      font: normal normal 800 36px/59px Manrope;
      color: #1a200f;
    }
  }

.faq-section{
    padding-top: 20px;
    padding-bottom: 20px;
}
.faq-section .featured-product-title{
    text-align: center;
    margin: 0 0 20px;
}
.faq-section .faq-list{
    width: 100%;
    padding: 0;
}
.faq-section .faq-list .faq-item{
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    list-style: none;

}
.faq-section .question{
    font: normal normal 800 18px/30px Manrope;
    color: #355135;
    margin: 0 0 10px;
}
.faq-section .answer{
    font: normal normal normal 14px/30px Open Sans;
    letter-spacing: 0px;
    color: #414141;
}
@media screen and (min-width:990px) {
    .faq-section .featured-product-title{
        text-align: center;
        margin: 0 0 50px;
    }
    .faq-section .faq-list{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-flow: row wrap;
    }
    .faq-section .faq-list .faq-item{
        width: calc(50% - 30px);
        margin: 0 15px 20px;
    }
    .faq-section .question{
        font: normal normal 800 20px/30px Manrope;
    }
    .faq-section .answer{
        font: normal normal normal 16px/30px Open Sans;
    }
}
.social-section{
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.newsletter-success{
    margin-top: 2rem;
    text-align: center;
    color: #fff;
}
.newsletter-success:focus-visible{
   box-shadow: none;
   outline: none;
}
.newsletter-success .icon {
    flex-shrink: 0;
    height: 1.3rem;
    margin-right: .5rem;
    width: 1.3rem;
}
.mobile-filter,.mobile-parent{
    display: block;
    margin: 0 0 15px;
}
.collection-filters{
    display: none !important;
}
@media screen and (min-width:990px) {
    .mobile-filter,.mobile-parent{
        display: none;
    }
    .collection-filters{
        display: grid !important;
    }
}
.filter-title{
    padding: 10px 13px;
    background: #F5F6F6;
    position: relative;
}
.filter-title h3{
    font: normal normal 800 16px/30px Manrope;
    color: #1A200F;
    margin: 0;
}
.mobile-parent .filter-down{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%,-50%);
}
#mobile_option{
    display: none;
}
.select-div{
    position: relative;
}
.mobile-parent .mobile-select{
    padding: 10px 13px;
    font: normal normal normal 16px/30px Open Sans;
    color: #000000;
    border: none;
    border-bottom: 1px solid #DCDCDC;
    width: 100%;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}
.product-review-section{
    position: relative;
}
.product-review-section .get-points{
    position: absolute;
    font: normal normal normal 16px/22px Open Sans;
    color: #1A200F;
    left: 0;
    top: 135px;
}
@media screen and (min-width:481px){
    .product-review-section .get-points{
        top: 105px;
    }
}
@media screen and (min-width:750px){
    .product-review-section .get-points{
        top: 70px;
    }
    .spr-button-primary {
        margin-right: 120px !important;
    }
}
@media screen and (min-width:1200px){
    .product-review-section .get-points{
        top: 40px;
        left: auto;
        right: 28%;
    }
}
@media screen and (min-width:1400px){
    .product-review-section .get-points{
        right: 25%;
    }
}
.spr-container {
    padding: 24px 0 !important;
}
@media only screen and (max-width: 480px){
    .spr-header-title,.spr-summary {
        text-align: left !important;
    }
    .spr-header {
        max-width: 400px;
    }
}
.spr-summary-starrating {
    display: none !important;
}
.spr-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
    flex-flow: row wrap;
}
@media screen and (min-width:750px){
    .spr-header{
        margin-bottom: 40px;
    }
}
@media screen and (min-width:890px){
    .spr-header{
        margin-bottom: 0px;
    }
}
.spr-header::before,.spr-header::after{
    display: none !important;
}
.spr-review-reportreview {
    display: none !important;
}
.product-sku{
    width: 100%;
    font: normal normal normal 16px/30px Open Sans;
    color: #303030;
    margin-bottom: 10px;
}
.article__tags ul li{
    position: relative;
}
.tag-list-hidden{
    position: absolute;
    right: 0%;
    top: 105%;
    min-width: 150px;
    background: #fff;
    border-radius: 10px !important;
    border: 1px solid #fff !important;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
   z-index: 1;
}
@media screen and (min-width:1250px) {
    .tag-list-hidden{
        left: 110%;
        top: 0%;
        right: unset;
    }
}
.tag-list-hidden ul{
    width: 100%;
    flex-flow: row wrap;
}
.tag-list-hidden ul li{
     margin: 0 0 10px;
     width: 100%;
}
.tag-list-hidden ul .item-1,.tag-list-hidden ul .item-2{
     display: none;
}
.cart-section{
    margin-top: 30px;
}
.cart-section .cart-items-div{
    width: 100%;
    margin-bottom: 30px;
}
.cart-section .cart-items-div .title-wrapper-with-link{
    margin: 0 0 5rem;
}
.cart-section .cart-total-div{
    width: 100%;
}
.cart__blocks{
    background: #fcf3ee;
    padding: 25px 25px;
    text-align: center;
    margin-bottom: 20px;
}
.cart-custom-fields{
    background: #f8f8f8;
    padding: 25px 25px;
}
.cart-list-item::marker{
    color: #787878;
}
.cart--note-div{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cart--note-div .icon{
    width: 10%;
    padding-top: 3px;
}
.cart--note-div .cart-warning-text{
    width: 90%;
}
@media screen and (min-width:990px) {
    .cart-section{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 65px;
    }
    .cart-section .cart-total-div{
        width: 30%;
    }
    .cart-section .cart-items-div{
        width: 65%;
        margin-bottom: 0px;
    }
}
.main-carousel .like-prodcut{
    width: 100%;
}
.main-carousel {
  padding: 0;
}
.main-carousel .like-prodcut{
    margin-bottom: 90px;
}
.main-carousel .add-cart{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -115px;
}
.main-carousel > .flickity-prev-next-button {
    top: unset;
    bottom: -20px;
    height: 5rem;
    width: 5rem;
}
.main-carousel > .flickity-prev-next-button.previous {
    left: 12px;
    right: unset;
} 
.main-carousel > .flickity-prev-next-button.next {
    left: unset;
    right: 1em;
} 
@media screen and (min-width:481px) {
    .main-carousel > .flickity-prev-next-button {
        top: -50px;
        bottom: unset;
    }
    .main-carousel > .flickity-prev-next-button.previous {
        left: unset;
        right: 75px;
    } 
    .main-carousel .like-prodcut .add-cart {
        display: none;
    }
   
    .main-carousel .like-prodcut{
        margin-bottom: 0px;
    }

    
}

@media screen and (min-width:551px) {
    .main-carousel .like-prodcut{
        width: 50%;
    }
}
@media screen and (min-width:750px) {
    .main-carousel .like-prodcut{
        width: 33.33%;
    }
}
@media screen and (min-width:990px) {
    .main-carousel .like-prodcut{
        width: 20%;
    }
}

.address-section{
    margin-bottom: 20px;
}
.address-section .address-div{
    width:100%;
    margin-bottom: 20px;
    text-align: center;
}

.address-section .address-div .title{
    font: normal normal bold 18px/30px Roboto;
    color: #1A1718;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.address-section .address-div .title i{
    margin-right: 10px;
    color: #355135;
}

.address-section .address-div .description i{
    font: normal normal normal 18px/26px Roboto;
    color: #707070;
}
.address-section .address-div li{
   list-style: none;
   margin: 0 0 5px;
}
.address-section .address-div ul{
    margin: 0;
    padding: 0;
}
@media screen and (min-width:750px) {
    .address-section{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .address-section .address-div{
        width:calc(50% - 20px);
        text-align: left;
    }
    .address-section .address-div.contact{
        text-align: right;
    }
}
.collection-hero__description.on-page{
    max-width:var(--page-width);
    margin: 10px auto 30px;
}
.custom-pages p{
    font: normal normal normal 18px/30px Roboto;
    color: #707070;
}
.custom-pages {
    font: normal normal normal 18px/30px Roboto;
    color: #707070;
}
.custom-pages h3{
    font: normal normal normal 24px/30px Roboto;
    
}
#reviewSlide .splide__list {
    align-items: center;
}
#goTop {
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 50px;
    transform: translateY(-50%);
    color: #fff;
    background: #ffa48a99;
    border: none;
    opacity: 0;
    transition: opacity .4s linear;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#goTop:hover {
    background:#D65733;
}

#goTop{
    font-size: 20px;
}
#goTop.is-visible {
    opacity:1;
  }
/* 
  @media screen and (min-width:551px){
	.card__inner {
    height: 318px;
    display: flex;
    justify-content: center;
    align-items: center;
      padding:10px;
  }
  .card__inner .media {
  	padding:10px !important;
     
  }
   .card__inner .media img{
  	position:relative !important;
    
  }
}
@media screen and (min-width:750px){
	.card__inner {
    height: 250px;
  }
}
@media screen and (min-width:1100px){
	.card__inner {
    height: 318px;
  }
} */
#Arrow_right:hover #arrow_right_bg{
    fill: #355135;
}
.all-tags-filters .tags-list a:hover{
    color: #D65733;
}
.lik-section .card-information__text {
    font: normal normal bold 16px/26px Manrope;
    letter-spacing: 0;
}
.lik-section .price{
    font: normal normal 800 24px/38px Manrope;
    color: #1A200F;
}
.carousel-cell-2{
    width: 50%;
}
@media screen and (min-width:750px) {
    .carousel-cell-2{
        width: 50%;
    }
}
@media screen and (min-width:990px) {
    .carousel-cell-2{
        width: 33.33%;
    }
}
@media screen and (min-width:1100px) {
    .carousel-cell-2{
        width: 25%;
    }
}
@media screen and (min-width:1300px) {
    .carousel-cell-2{
        width: 20%;
    }
    .features-list.main-carousel2 .flickity-prev-next-button {
        display: none;
    }
}
.features-list.main-carousel2 .flickity-prev-next-button {
    top: 50%;
}
.features-list.main-carousel2 .flickity-prev-next-button.previous {
    left: 10px;
    right: auto;
}
.features-list.main-carousel2 .flickity-prev-next-button.next {
    right: 10px
}
@media screen and (min-width:480px) {
    .features-list.main-carousel2 .flickity-prev-next-button.previous {
        left: 0;
    }
    .features-list.main-carousel2 .flickity-prev-next-button.next {
        right: 0px
    }
}
@media screen and (max-width:479px) {
    .page-width.features-padding{
        padding: 0;
    }
    .feature-item.carousel-cell-2 {
        opacity: 0.5;
    }
    .feature-item.carousel-cell-2.is-selected {
        opacity: 1;
    }
}

.article-header_socialshare svg:hover #icon_facebook #Rectangle_1166{
    fill: #3d5b9c;
  }
  .article-header_socialshare svg:hover #icon_facebook #Path_646{
    fill: #ffffff;
  }
  
  .article-header_socialshare svg:hover #icon_twitter #Path_647{
    fill: #02adee;
  }
  .article-header_socialshare svg:hover #icon_twitter #Path_648{
    fill: #ffffff;
  }
  
  .article-header_socialshare svg:hover #icon_G_ #Rectangle_1167{
    fill: #db4c38;
  }
  .article-header_socialshare svg:hover #icon_G_ #Path_649{
    fill: #ffffff;
  }
  .article-header_socialshare svg:hover #icon_G_ #Path_650{
    fill: #ffffff;
  }
  
  .article-header_socialshare svg:hover #icon_pinterest #Path_651{
    fill: #c82127;
  }
  .article-header_socialshare svg:hover #icon_pinterest #Path_652{
    fill: #ffffff;
  }
  
  .article-header_socialshare svg:hover #icon_email #Path_647{
    fill: #355135;
  }
  .article-header_socialshare svg:hover #icon_email #Path_655{
    fill: #ffffff;
  }
  .article-header_socialshare svg:hover #icon_email #Path_656{
    fill: #ffffff;
  }
    .menu-drawer__navigation .account-link{
      margin-bottom: 3rem;
  }
.hidden-article{
    display: none;
}

.product-form__input.flv_cat input[type=radio]:checked+label {
    color: #fff;
    background: #355135;
    border-radius: 20px;
}
.product-form__input.flv_cat input[type=radio]+label {
    color: #355135;
    background: #fff;
    border: 1px solid #355135;
    border-radius: 20px;
    padding: 1rem 1rem;
}
.offer-price{
    display: flex;
    align-items: center;
}
.search-modal__form .field:before,
.search-modal__form .field:after {
  display: none;
}
.search-modal__form .field__label,
.search-modal__form .search__button {
  top: 50%;
  transform: translateY(-50%);
}
.reset__button.field__button {
  display: none !important;
}
.footer-block-image {
 flex-flow: column; 
}
.footer-tagline{
  font: italic normal 600 16px/22px Open Sans;
  color: #355135;
}

.footer-address{
  font: normal normal normal 18px/30px Roboto;
  color: #A2A6A8;
}
.footer-contact{
  color: #355135;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease-out;
  margin-top: 10px;
  display: inline-block;
}
.footer-contact:hover{
  color: #D65733;
}
@media screen and (min-width:750px) {
  .footer-contact{
    font-size: 1.8rem;
  }
}
.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
}
footer {
  background: url(../assets/Footer-bg.png)no-repeat center center/cover !important;
}
@media screen and (max-width: 989px) {
  .announcement-bar-section {
    display: none;
  }
}
.product-form__input input[type=radio]+label {
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: .7rem .5rem .2rem 0;
  padding: 1rem .1rem;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
  /* padding: 1rem; */
}
.product-form__input input[type=radio]:checked {
  color: #fff;
}
.product-form__input input[type=radio]:checked+label .varient-value {
  top: 58%;
}
.varient-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-form__input input[type=radio]:checked+label .gray-bag {
    display: none;
}
.product-form__input input[type=radio]:checked+label {
    color: rgb(var(--color-background));
}
.product-form__input input[type=radio]:checked+label .green-bag {
    display: block;
}
.product-form__input input[type=radio]+label .gray-bag {
    display: block;
}
.product-form__input input[type=radio]+label .green-bag {
    display: none;
}
.swatch-input__input:active+.swatch-input__label, .swatch-input__input:checked+.swatch-input__label {
  outline: none !important;
}
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem;
  max-width: 37rem;
  min-width: fit-content;
  border: none;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-left: 1rem !important;
}
.price-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}
@media screen and (min-width: 360px) {
    .price-area {
        justify-content: space-between;
    }
}
@media screen and (min-width: 375px) {
    .price-area {
        justify-content: flex-start;
        flex-flow: nowrap;
    }
}
.price-area .price-container, .price-area .quantity-div {
    padding-right: 5px;
    position: relative;
}
@media screen and (min-width: 551px) {
    .price-area .price-container, .price-area .quantity-div {
        padding-right: 20px;
    }
}
.price-area .price-container:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #e2e2e2;
  border-radius: 10px;
  height: 90%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.quantity__button {
    width: 4.5rem;
    flex-shrink: 0;
    font-size: 1.8rem;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-foreground));
    padding: 0;
}
.quantity__button svg {
  width: initial !important;
}
.product-form__quantity {
  margin-left: 0 !important;
}
.quantity-area {
  padding-top: 1rem;
  margin-right: 21px;
}
.border {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (min-width: 750px) {
  .collection-hero .collection-hero__text-wrapper {
    padding: 4rem 2rem 4rem 0;
    flex-basis: 65%;
    margin-left: auto;
    margin-right: 0;
  }
  .collection-hero__description {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 990px) {
    .collection-hero__title {
        font: 800 46px / 64px Manrope;
    }
}

.collection.collection-page {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #cfcfcf;
    border-top: none;
}
@media screen and (min-width: 990px) {
    /* .collection.collection-page {
        border-top: 1px solid #cfcfcf;
    } */
}
.filter-sidebar-box {
    background-color: #f5f6f6;
    padding: 26px 19px;
    margin-bottom: 20px;
}
.collection-sidebar-filters {
    display: flex;
    flex-direction: column;
}
.filter-sidebar-box .sidebar-heading {
    font: 800 18px / 42px Manrope;
    letter-spacing: 0px;
    color: #1a200f;
    text-transform: capitalize;
    margin: 0;
}
.filter-sidebar-box .tags-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter-sidebar-box .tags-list li a {
    display: flex;
    text-transform: capitalize;
    align-items: center;
    font: 16px / 35px Open Sans;
    letter-spacing: 0px;
    color: #355135;
    opacity: 1;
}
.filter-sidebar-box .tags-list li a i {
    order: -1;
    padding-right: 10px;
    font-size: 19px;
    color: #dcdcdc;
}
.collection.collection-page .filter-options {
    width: 30%;
    margin-top: 15px;
    display: none;
}
@media screen and (min-width: 990px) {
    .collection.collection-page .filter-options {
        display: block;
    }
}
#main-collection-filters {
  margin-right: 0;
}
.collection-title {
    font: 800 25px / 52px Manrope;
    color: #1a200f;
    text-align: center;
    margin: 0 0 10px;
}
@media screen and (min-width: 990px) {
    .collection-title {
        font: 800 32px / 52px Manrope;
        text-align: left;
        margin: 0;
    }
}
.quantity__rules-cart,
.quantity__label {
  display: none;
}
.search-modal__form-blog,
.header__search-blog {
  width: 100% !important;
  max-width: 100% !important;
}
.article-sidebar__wrapper {
    margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .article-sidebar__wrapper-mobile {
    display: none;
  }
}
.article-sidebar__wrapper {
    margin-top: 2rem;
  }
  .article-sidebar__search form{
    position: relative;
  }
  .article-sidebar__categories {
    background-color: #F5F6F6;
    padding: 1.2rem 3rem 3.6rem 3rem;
    margin-top: 4rem;
  }
  .article-sidebar__categories h2, .relatedArticles h2 {
    font: normal normal 800 1.8rem/5.2rem Manrope;
    color: #1A200F;
    margin: 0;
  }
  .article-sidebar__categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .article-sidebar__categories ul li a{
    font: normal normal normal 1.6rem/4.2rem Open Sans;
    letter-spacing: 0px;
    color: #1A200F;
    text-decoration: none;
    text-transform: capitalize;
  }
  .article-sidebar__categories ul li a:hover{
      color: #D65733;
  }
  .article-sidebar_seals {
    display: flex;
    margin-top: 4.4rem;
    margin-bottom: 2.7rem;
  }
  .article-sidebar_seals .img-seal {
    width: 50%;
    height: 16.7rem;
  }
  .article-sidebar_seals .img-seal img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
  .article-sidebar_recent-post {
    background-color: #F5F6F6;
    padding: 1.2rem 3rem 3.6rem 3rem;
    margin-bottom: 50px;
  }
  .relatedArticles h3 a{
    font: normal normal normal 2.2rem/2.8rem Open Sans;
    letter-spacing: 0px;
    color: #1A200F;
    text-decoration: none;
  }
  .relatedArticles h3 a:hover{
    color: #d65733;
  }
  .relatedArticles .article-published_date {
    font: normal normal normal 1.6rem/2rem Open Sans;
    letter-spacing: 0px;
    color: #355135;
    opacity: 1;
  }
  .blog-header {
    position: relative;
    height: 284px;
  }
  /* .blog-header::after {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    top: 0;
  } */
  .blog-header_image-wrapper {
    display: flex;
    position: absolute;
    height: 100%;
  }
  .blog-header_image-wrapper img {
    width: 100vw;
    object-fit: cover;
  }
  .blog-header > .page-width {
    height: 100%;
  }
  .blog-header_text-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  .blog-header_text {
    max-width: 55rem;
  }
  .blog-header_text h1 {
    font: normal normal 800 4.6rem/6.4rem Manrope;
    letter-spacing: 0px;
    color: #1A200F;
    margin: 0;
  }
  .blog-header_text p {
    font: normal normal normal 1.8rem/3rem Roboto;
    letter-spacing: 0px;
    color: #707070;
    margin: 0;
  }
  .blog-main_wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 8rem;
    justify-content: center;
  }
  .blog-main_wrapper .blog-articles {
    grid-template-columns: 1fr;
  }
  .blog-main_wrapper .blog-articles > *:first-child, .blog-articles > *:nth-child(4), .blog-articles > *:last-child:nth-child(2), .blog-articles > *:last-child:nth-child(5) {
    grid-column: unset;
    text-align: left;
  }
  .blog-main_wrapper  .article-card__header {
    margin-bottom: 0;
  }
  .blog-main_wrapper .article-card__header h2 {
    font: normal normal 800 3rem/6.2rem Manrope;
    letter-spacing: 0px;
    color: #1A200F;
  }
  .blog-main_wrapper .article-card__excerpt {
    font: normal normal normal 1.8rem/3rem Open Sans;
    letter-spacing: 0px;
    color: #414141;
    margin: 0;
  }
  .article-hr_custom {
    background-color: #D6D6D6;
    margin: 1.5rem 0;
  }

  .blog-main_wrapper .article-card {
    background-color: transparent;
    flex-direction: column;
  }
  .blog-main_wrapper .article-card__info {
    padding: 0;
  }
  .blog-main_wrapper .article-card__excerpt {
    max-width: unset;
  }

.blog-main_wrapper .main-blog .pagination__list.list-unstyled li{
  flex: unset;
  max-width: unset;
  display: none;
}
.blog-main_wrapper .main-blog .pagination__list.list-unstyled li:first-child,
.blog-main_wrapper .main-blog .pagination__list.list-unstyled li:last-child{
  display: block;
}
.blog-main_wrapper .main-blog .pagination__list{
  justify-content: space-between;
}
.blog-main_wrapper .main-blog .pagination__list.list-unstyled li .pagination__item{
  height: unset;
  width: unset;
  text-align: left;
  font: normal normal 600 1.6rem/4.2rem Open Sans;
  letter-spacing: 0px;
  color: #D65733;
  opacity: 1;
}
.blog-main_wrapper .main-blog .pagination__list.list-unstyled li .pagination__item span{
  padding: 0px 1.4rem;
}
.artcle-card_header-wrap .article-content{
  display: none !important;
}
.artcle-card_header-wrap .blog-listing-card-header .article-content{
  display: block !important;
}
.blog-listing-date-and-tags {
    display: flex;
    align-items: center;
}
@media screen and (max-width:500px) {
  .blog-listing-date-and-tags {
    flex-wrap: wrap;
  }
  .article-tags_wrapper{
    margin-top: 1rem;
  }
}
.artcle-card_header-wrap .blog-listing-card-header .article-header_socialshare .article-content{
  display: none !important;
}



.blog-listing-card-header {
    display: flex;
    justify-content: space-between;
}
.article-header_socialshare {
    display: flex;
    justify-content: flex-end;
}
.article-header_socialshare a:not(:last-child){
  margin-right: 1rem;
}
.pagination-wrapper {
    padding: 1.6rem 0px;
    border-top: 1px solid #c5c5cc;
    border-bottom: 1px solid #c5c5cc;
    margin-top: 4.4rem !important;
    margin-bottom: 3.3rem !important;
}
.blog main .spaced-section{
  margin-top: 0 !important;
}
.blog .circle-divider::after{
  display: none;
}
.spaced-section:last-child {
    margin-bottom: 3rem;
}
#article-sidebar__categories-heading svg{
  display: none;
}
.article-main__wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 8rem;
  justify-content: center;
}
.article-content-custom__wrapper img {
  width: auto;
}
.article-main__wrapper .article-header__wrapper {
  margin-top: 2rem !important;
}
.article-header__wrapper h1 {
  font: normal normal 800 3.6rem/6.2rem Manrope;
  letter-spacing: 0px;
  color: #1A200F;
  margin-bottom: 0 !important;
}
.article-content-custom__wrapper p {
  font: normal normal normal 1.8rem/3rem Open Sans;
  letter-spacing: 0px;
  color: #414141;
  margin: 3rem 0;
}
.article-content-custom__wrapper h4 {
  font: normal normal 600 1.8rem/3rem Open Sans;
  margin-bottom: 0;
}
.article-content-custom__wrapper h4+p {
  margin-top: 0;
}
.article-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-header__detail {
  display: flex;
  align-items: center;
}
.article-tags_wrapper ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-tags_wrapper ul li a, .article-tags_wrapper ul li > div {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #D65733;
  border-radius: 46px;
  font: normal normal 600 1.4rem/2rem Open Sans;
  color: #D65733;
  padding: 0.7rem 1.5rem;
}
.article-tags_wrapper ul li a:hover {
  border: 1px solid #fff;
  background-color: #D65733;
  color: #fff;
}
.article-tags_wrapper ul li:not(:last-child) {
  margin-right: 0.7rem;
}
.article-date {
  font: normal normal normal 1.6rem/6.2rem Open Sans;
  color: #355135;
  text-transform: capitalize;
}
.artcle-author {
  font: normal normal normal 1.6rem/2rem Open Sans;
  color: #1A200F;
  text-transform: capitalize;
  padding-right: 2rem;
}
.blog-date {
  padding-right: 2rem;
}
.article-tags_wrapper .article__tags ul {
  padding-left: 0;
}
.article-header_socialshare a {
  display: inline-block;
}
.caption-with-letter-spacing.blog-date{
 text-transform: capitalize;
}
.article-sidebar__wrapper .search__input.field__input {
  font: normal normal normal 1.6rem/6.2rem Open Sans;
  letter-spacing: 0px;
  color: #9B9B9B;
  height: 5.8rem;
}

.article-sidebar__wrapper.article-sidebar__wrapper-desktop .article-sidebar__search, .article-sidebar__wrapper.article-sidebar__wrapper-desktop .article-sidebar__categories{
  display: block;
}
.article-sidebar__wrapper.article-sidebar__wrapper-mobile .article-sidebar__search, .article-sidebar__wrapper.article-sidebar__wrapper-mobile .article-sidebar__categories{
  display: none;
}
.article-header-details-footer hr {
  margin: 0;
  background-color: #D6D6D6;
}
.article-header-details-footer .article-header__wrapper {
  margin-top: 10px !important;
}
.relatedArticles h2+hr {
  display: none;
}
.relatedArticles hr {
  margin: 20px 0 17px 0;
  background-color: #D6D6D6;
}
.relatedArticles h3 {
  margin: 0 0 6px 0;
}
.article-next-prev {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding-top: 15px;
  padding-bottom: 15px;
}
.article-next-prev .button-prev, .article-next-prev .button-next {
  display: flex;
  align-items: center;
  
}
.article-next-prev a {
  font: normal normal 600 16px/42px Open Sans;
  letter-spacing: 0px;
  color: #D65733;
  text-decoration: none;
  padding: 0 15px;
  display: flex;
}
.article-next-prev a span{
  margin: 0 15px;
}
.blog-main_wrapper .article-card__info {
    width: 100%;
}
.blog-listing-card-header {
    flex: 1;
}
  @media screen and (max-width: 1199px) {
    .article-main__wrapper {
      grid-template-columns: 2.2fr 1fr;
      grid-column-gap: 3rem;
    }
    .article-header_inner{
      flex-wrap: wrap;
    }
    .blog-main_wrapper{
      grid-column-gap: 3rem;
    }
  }
  .article-card__image-wrapper .article-card__image {
    padding-bottom: 40%;
  }
  @media screen and (min-width: 320px){
     .article-sidebar__search .search-div {
      display: block !important;
    }
  }
  @media screen and (max-width: 992px){
    .article-header__detail {
      flex-wrap: wrap;
    }
    
    .article-sidebar__search .search-modal__content {
      padding: 0;
    }
  }
  @media screen and (max-width: 767px){
    .article-main__wrapper {
      grid-template-columns: 1fr;
    }
    .article-sidebar__wrapper.article-sidebar__wrapper-desktop .article-sidebar__search, .article-sidebar__wrapper.article-sidebar__wrapper-desktop .article-sidebar__categories{
      display: none;
    }
    .article-sidebar__wrapper.article-sidebar__wrapper-mobile .article-sidebar__search, .article-sidebar__wrapper.article-sidebar__wrapper-mobile .article-sidebar__categories{
      display: block;
      text-align: center;
  }
  .article-sidebar__categories{
    padding: 1.2rem 3rem 1.6rem 3rem;
  }
  #article-sidebar__categories-list{
    display: none;
  }
  .article-sidebar-mystyle{
    display: block !important;
  }

  .article-header_socialshare{
    margin-top: 2.5rem;
  }
  .blog-main_wrapper {
    grid-template-columns: 1fr;
  }
  #article-sidebar__categories-heading{
   display: flex;
   justify-content: space-between;
   align-items: center;
  }
  
  .blog-header{
    height: 348px;
  }
  #article-sidebar__categories-heading{
    display: flex;
    justify-content: space-between;
  }
  #article-sidebar__categories-heading svg{
    display: block;
    height: 15px;
    width: 15px;
  }
  #article-sidebar__categories-list li {
    text-align: left;
  }
  .blog main > section > .page-width,.article main > section > .page-width {
    padding: 0 3rem;
  }
    #article-sidebar__categories-heading {
      cursor: pointer;
    }
    .blog .brand-section, .article .brand-section {
      padding: 3rem 0 !important;
    }
    .blog-header_text h1 {
      font: normal normal 800 36px/40px Manrope;
      text-align: center;
      margin-bottom: 2.5rem;
    }
    .blog-header_text p {
      text-align: center;
    }
    .article-sidebar__wrapper .search__input.field__input {
      font: normal normal normal 16px/52px Open Sans;
      height: 5.2rem;
    }
    .article-sidebar__categories {
      margin-top: 2.1rem;
    }
    .article-sidebar__categories {
      padding: 1.2rem 3rem 1.6rem 1.4rem;
    }
    .article-sidebar__categories h2, .relatedArticles h2 {
      font: normal normal 800 16px/52px Manrope;
    }
    .blog-main_wrapper .article-card__header h2 {
      font: normal normal 800 28px/38px Manrope;
    }
  }
  .breadcrumbs__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .breadcrumbs__item {
    display: inline-block;
  }

  .breadcrumbs__item:not(:last-child):after {
    /* border-style: solid;
    border-width: .10em .10em 0 0; */
    content: '>';
    font: normal normal normal 14px/64px Open Sans;
    display: inline-block;
    /* height: .20em; */
    margin: 0 7px;
    position: relative;
    /* transform: rotate(45deg); */
    vertical-align: middle;
    /* width: .20em; */
  }

  .breadcrumbs__link, .breadcrumbs__link a {
    text-decoration: underline;
    font: normal normal normal 14px/64px Open Sans;
    letter-spacing: 0px;
    color: #355135;
  }
  .breadcrumbs__item .breadcrumbs__link-title {
    color: #1A1718;
    text-decoration: none;
  }
  

  

  .breadcrumbs__link[aria-current="page"]:hover,
  .breadcrumbs__link[aria-current="page"]:focus {
    text-decoration: underline;
  }

.blog-articles__article.article {
    margin-bottom: 20px;
}
@media screen and (min-width:750px) {
  .blog-articles__article.article {
    margin-bottom: 40px;
}
}
@media screen and (max-width:1050px) {
  .blog-listing-card-header{
    flex-wrap: wrap;
  }
  .article-header_socialshare {
    margin-top: 2.5rem;
}
}
.blog__title {
  margin: 0 auto !important;
}
.product-grid-container {
  width: 100% !important;
}
.main-blog .article-card__excerpt {
    font: 1.8rem / 3rem Open Sans;
    letter-spacing: 0px;
    color: #414141;
    margin: 0;
}
.main-blog .card__content {
  text-align: left;
}
.mobile-search-icon {
  display: block !important;
}
.collection-sidebar-filters {
  display: flex;
  flex-direction: column;
}
.collection-sidebar-filters .filter-regions {
  order: 0;
}
.collection-sidebar-filters .filter-flavors {
  order: 1;
}
.collection-sidebar-filters .filter-others {
  order: 2;
}
.all-tags-filters .filter-sidebar-box {
  background-color: #F9F4F2;
}
.field__input, .customer .field input {
    flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #e2e3e3;
    border-radius: 34px;
    width: 100%;
    color: #707070;
    box-shadow: none;
}
.underlined-link, .customer a {
    color: #83a36a;
    text-underline-offset: .3rem;
    text-decoration-thickness: .1rem;
    transition: all .3s ease-out;
}
.button, .shopify-challenge__button, #create_customer button,
#customer_login button {
    background: #d65733 !important;
    background-color: #d65733 !important;
    border-radius: 34px !important;
    font: normal normal medium 16px / 22px Manrope !important;
    letter-spacing: 1.6px !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 20px !important;
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
    transition: all .3s ease-out !important;
}
.template-index .blog .card__information {
  text-align: left;
}
.related-products .jdgm-widget {
  display: none !important;
}
.related-products .card__heading {
  font: 700 16px / 26px Manrope;
  letter-spacing: 0;
}
.related-products .card-wrapper {
  background: #fff;
  padding: 15px;
}
.card-information__wrapper>.price {
    color: #1a200f;
    font-size: 1.8rem;
    font-weight: 600;
}
@media screen and (min-width: 600px) {
    .price-item--sale {
        font: 800 28px / 45px Manrope;
        color: #1a200f;
    }
}
.price--on-sale .price-item--regular {
    color: #1a200f !important;
}
.price__sale {
  display: flex !important;
  flex-flow: column-reverse !important;
  align-items: center;
  justify-content: center;
}
.badge {
      background-color: #334FB4 !important;
}
.price__regular {
  display: none !important;
}
.header__menu-item {
  padding: 1.2rem;
}
@media screen and (min-width: 750px) {
    .collection-hero .collection-hero__inner {
        padding-bottom: 0;
        justify-content: flex-end;
        margin: 0 0 0 auto;
    }
}
.collections-breadcumb {
  padding-top: 36px;
}
.product-media-container {
  border: none !important;
}
.custom-pages ul {
  padding-left: 0;
}
.custom-pages li p {
  display: inline-block;
}
.no-size label {
  color: #fff !important;
  background: #355135 !important;
  border-radius: 20px !important;
  padding: 10px !important;
}
.no-size label span.swatch {
  height: auto;
  width: auto;
  line-height: 1;
  aspect-ratio: auto;
  border-radius: 50px;
}