/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 14:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .filter-btn-area .dropdown-menu{
    font-size: 16px;
}
  </style>
/*third button start here*/
.mybtn{
   position: relative;
}
.MainDiv{
    margin: unset !important;
    background-color: #F4F2EC;
    color: #06322D;
    width: 100%;
	max-width: 245px;
	height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'TTNorms';
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 0;
    outline: none;
    letter-spacing: 0.17em;
    transition: 0.3s;
	transform: translate(-50%,-50%);
	overflow: hidden;
    position: absolute;
    left: 9.5%;
    top: 40px;
}
  
.MainDiv a{
  color: #06322D;
   font-size: 14px;
    font-family: 'TTNorms';
    font-weight: 700;
}
.addeffect{
	width: 250px;
	height: 200px;  
background: linear-gradient(90deg, #FFB758 0%, rgb(255 183 88 / 36%) 100%, #F6D99D 100%) !important;  
	position: absolute;
	top: -195%;
	left: -120%;
	transition: 0.5s ease;
	transform: rotate(35deg);
}

.MainDiv:hover .addeffect{
	left: 0%;
	transition: 0.5s ease;
}
.MainDiv:hover a{
    color: #062F29;
    transition: 0.5s ease;
    z-index: 1;
}

/*third button style end here*/
.home-banner-section {
  height: 665px;
  position: relative;
}
.home-banner {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.homme-banner-ct {
  position: absolute;
  bottom: 64px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.home-banner-heading {
  color: #F4F2EC;
  font-family: TTNorms-700;
  font-size: 35px;
  line-height: 63px;
  text-transform: uppercase;
  margin-bottom: 46px;
  letter-spacing: 0.12em;
}
.home-banner-heading span {
  text-transform: lowercase;
  color: #F4F2EC;
  font-style: italic;
  letter-spacing: 0.05em;
  font-family: 'masqualero';
}
.homme-banner-ct .com-btn {
  width: 204px;
}
.com-btn {
  width: 245px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004837;
  color: #F4F2EC;
  font-size: 14px;
  font-family: TTNorms-700;
  text-align: center;
  text-transform: uppercase;
  border: none;
  padding: 0;
  outline: none;
  letter-spacing: 0.17em;
  transition: 0.3s;
}
  
.ml-auto, .mx-auto {
  margin-left: auto!important;
margin-right: auto!important;
}
.com-btn-white {
  background-color: #F4F2EC;
  color: #06322D;
}
  
/*  */
h1.home-banner-heading {
    text-align: left;
    color: #F4F2EC;
    font-family:'TTNorms';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 5.1px;
    text-transform: uppercase;
  margin-bottom: 10px;
}
    h1.home-banner-heading span{
color: #F4F2EC;
font-family: Masqualero;
font-size: 30px;
font-style: italic;
font-weight: 700;
line-height: 50px;
letter-spacing: 1.5px;
    }


  .onlydesktop{
   display:block; 
  }
  .onlymobile{
    display:none;
  }
@media screen and (max-width: 1200px){
.com-btn {
  height: 40px;
  font-size: 12px;
}
  .MainDiv{
    left: 12.5%;
    height: 40px;
    font-size: 12px;
  }
}
 @media screen and (max-width: 1024px){
   .addeffect{
         top: -245%;
   }
 } 
  @media screen and (max-width: 768px){
    .MainDiv {
    left: 17%;
  font-size: 14px;
}
    .addeffect {
    top: -230%;
}
    .homme-banner-ct.container .mybtn {
    margin-top: 15%;
}
  }
  
@media screen and (max-width: 767px){

  .onlydesktop{
   display:none; 
  }
  .onlymobile{
    display:block;
  }
h1.home-banner-heading {
   color: #F4F2EC;
text-align: center;
font-family:'TTNorms';
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 39.837px; /* 181.076% */
letter-spacing: 1.32px;
text-transform: uppercase;
  margin-bottom: 10px;
}
    h1.home-banner-heading span{
color: #F4F2EC;
font-family: Masqualero;
font-size: 22px;
font-style: italic;
font-weight: 700;
line-height: 39.837px;
letter-spacing: 1.32px;
    }
  

  
.home-banner-section {
  height: calc(100vh - 120px);
}
.homme-banner-ct {
  bottom: 61px;
}
.home-banner-heading {
  padding: 0 20px;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.com-btn {
  height: 55px;
  font-size: 14px;
}
.MainDiv {
    left: 50%;
     height: 55px;
  font-size: 14px;  
  top: 40px;
}
.homme-banner-ct.container .mybtn {
    margin-top: 15%;
}
.addeffect {
    top: -200%;
    height: 250px;
}

  .MainDiv:hover .addeffect {
      display: none !important;
}
  .homme-banner-ct.container .mybtn .MainDiv:hover {
   background-color: #7C7E41;
        color: #fff;
}
   .homme-banner-ct.container .mybtn .MainDiv:hover a {
        color: #fff;
}
}
@media screen and (max-width: 350px){
.homme-banner-ct {
  bottom: 40px;
}
.home-banner-heading {
  font-size: 18px;
  line-height: 30px;
}
.com-btn {
  height: 48px;
}
}
.subscriptionSelectors {
  padding: 0;
  background: #00352a;
}

.subscription-options {
  display: flex;
  flex-direction: column;
  font-family: "TTNorms";
  padding-bottom: 15px;
}

.subscription-option-container{
  display: flex;
  flex-direction: column;
  gap: 0;
}

.subscription-option {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  transition: all 0.2s ease;
}

.subscription-option:hover {
  border-color: #007bff;
}

/* Custom radio buttons */
.sub-custom-radio {
  width: 16px;
  height: 16px;
  border: 2px solid #f4f2ec;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  display: block !important;
}

.sub-custom-radio.selected {
  background: transparent;
  position: relative;
}

.sub-custom-radio.selected::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #f4f2ec;
  border-radius: 50%;
}

.subscription-option {
  cursor: pointer;
}

.subscription-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  flex: 1;
  margin: 0;
}

.option-text {
  font-weight: 500;
  font-size: 14px;
  color: #f4f2ec;
}

.save-text{
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-family: Avenir, 'TTNorms';
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  padding: 1px 5px;
  justify-content: center;
  align-items: center;
  border-radius: 78px;
  background: #DC4C55;
  margin-left: 5px;
}

.price-container {
  display: flex;
  align-items: center;
  gap: 4px;
}

.original-price {
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
}

.discounted-price {
  font-weight: 600;
  color: #f4f2ec;
  font-size: 12px;
}

.one-time-price {
  font-weight: 600;
  color: #f4f2ec;
  font-size: 12px;
}

.delivery-frequency {
  margin: 0 10px;
}

.frequency-select {
  width: auto;
  padding: 5px;
  border-radius: 4px;
  font-size: 11px;
  background: #f8f9fa00;
  color: #f4f2ec;
}

.frequency-select option {
  /* background: #00352a; */
  color: black;
}

.frequency-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.subsDiscountedPrice{
  display: none;
}

.lineThroughPrice{
  text-decoration: line-through;
  color: #999;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .lineThroughPrice{
    font-size: 14px;
  }
}
.mybtn5{
        width: 20%;
    margin: 0px auto;
    margin-top: 50px;
  }
  section#Feasts-section .common-product-img .product-video {
    display: none;
  }
  section#Feasts-section .common-product-img:hover .product-video{
    display: block;
  }
  section#Feasts-section .row.common-product-2-row {
    width: 100%;
    margin: 0px auto !important;
  }  
  section#Feasts-section button.com-btn{
color: #F4F2EC;
font-family:'TTNorms';
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 2.1px;
text-transform: uppercase;
background: #062F29;
padding: 14px 30px
    width: 100%;
}
body {
  color: #06322D;
  background-color: #F4F2EC !important;
}
.our-range-section {
    margin-top: 60px;
    margin-bottom: 100px;
    padding-right: 15px;
    padding-left: 15px;
}
.our-range-heading {
    margin-bottom: 80px;
}
.curly-heading {
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    color: #06322D;
    font-family: 'masqualero';
}
.our-range-section .com-row {
    justify-content: space-between;
    align-items: flex-start;
}
.com-row {
    display: flex;
}
.our-range-section .com-row .our-range-col {
    width: 23%;
    max-width: 271px;
    text-align: center;
}
.our-range-section .our-range-col .pointer {
    margin-bottom: 16px;
}
.pointer {
    width: 20px;
    margin: 0 auto;
}
.our-range-col .heading {
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'masqualero';
}
.com-para {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}
.our-range-section .com-btn {
    margin: 104px auto 0;
}
.com-btn {
    width: 245px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004837;
    color: #F4F2EC;
    font-size: 14px;
    font-family: TTNorms-700;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 0;
    outline: none;
    letter-spacing: 0.17em;
    transition: 0.3s;
}
  .our-range-section .com-para {
    opacity: 0.9;
}
  
@media screen and (max-width: 1200px) {
.curly-heading {
    font-size: 32px;
    line-height: 45px;
}
   .com-para {
    font-size: 15px;
    line-height: 25px;
}
}
 @media screen and (max-width: 991px) {
.curly-heading {
    font-size: 30px;
    line-height: 42px;
}
   .pointer {
    width: 15px;
}
   .our-range-col .heading {
    font-size: 20px;
    line-height: 26px;
}
   .our-range-section .com-btn {
    margin: 74px auto 0;
}
}
 @media screen and (max-width: 767px) {
.our-range-heading {
    font-size: 25px;
    line-height: 33px;
    max-width: 346px;
    margin: 0 auto 40px;
}
   .our-range-section .com-row {
    display: block;
}
   .our-range-section .com-row .our-range-col {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
}
   .pointer {
    width: 20px;
}
   .our-range-col .heading {
    font-size: 22px;
    margin-bottom: 0;
}
   .com-para {
    font-size: 17px;
    line-height: 27px;
}
   .our-range-section .com-btn {
    margin-top: 50px;
}
}
 @media screen and (max-width: 350px) {
.our-range-section .our-range-col .pointer {
    margin-bottom: 16px;
}
   .our-range-col .heading {
    font-size: 20px;
    margin-bottom: 8px;
}
    .com-para {
       font-size: 16px;
    line-height: 25px;
   }
}
section#howtouse h3 {
    margin-bottom: 8px;
}
   section#saute-section-new .row{
      margin: 0 !important;
   }
    section#saute-section-new , section#saute-section-new .container-fluid{
      padding:0px;
    }
   section#saute-section-new{
     background: #0B3F32;
   }
section#saute-section-new .col-lg-6.col-md-6.right-section{
    padding:0;
  }
  section#saute-section-new .col-lg-6.col-md-6.left-section .pointer {
    margin:unset;
}
section#saute-section-new .col-lg-6.col-md-6.left-section {
    padding: 40px 20px;
  background: url('https://cdn.shopify.com/s/files/1/0780/8185/1683/files/Frame_484.png?v=1693225310');
   background-repeat: no-repeat;
  background-size: cover;
}
  section#saute-section-new .col-lg-6.col-md-6.left-section .mycontent {
    width: 65%;
  margin:0px auto;
}
  section#saute-section-new .saute-single {
    display: flex;
    text-align:left;
    gap:20px;
  margin:0 0 15px;
}
  section#saute-section-new  .complex-flavours-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section#saute-section-new .saute-num{
color: #FFB758;
text-align: center;
font-family: Masqualero;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.8px;
text-transform: uppercase;
}
section#saute-section-new .saute-title{
color: #F4F2EC;
font-family: Masqualero;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.8px;
text-transform: uppercase;
  margin:0 0 15px;;
}
section#saute-section-new div.com-para{
color: #F4F2EC;
font-feature-settings: 'liga' off;
font-family: TT Norms;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 27px; 
  opacity: 0.9;
}
section#saute-section-new .saute-pointer-area {
    margin-top: 0px;
  display:flex;
   text-align:left;
    gap:10px;
  margin:0 0 15px;
}
section#saute-section-new .saute-pointer-area p.saute-tip.white-text.com-para{
color: #F4F2EC;
font-family: Masqualero;
font-size: 18px;
font-style: italic;
font-weight: 400;
line-height: normal;
}

@media screen and (max-width: 1024px) {
  section#saute-section-new .col-lg-6.col-md-6.left-section .mycontent {
    width: 80%;
    margin: 0px auto;
}
}
section#howtouse h3 {
    margin-bottom: 8px;
}
.com-banner-section .main-heading {
    font-family: 'TTNorms';
}
.com-banner-section .main-heading span {
    font-family: 'Masqualero';
    text-transform: lowercase;
}
/*third button start here*/
.mybtn{
   position: relative;
  background-color: #d25f00;
}
.mybtn a {
  display: block;
}
.MainDiv{
    margin: unset !important;
    background-color: #F4F2EC;
    color: #06322D;
    width: 100%;
	max-width: 245px;
	height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'TTNorms';
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 0;
    outline: none;
    letter-spacing: 0.17em;
    transition: 0.3s;
	transform: translate(-50%,-50%);
	overflow: hidden;
    position: absolute;
    left: 9.5%;
    top: auto;
}
  
.MainDiv span{
  color: #06322D;
   font-size: 14px;
    font-family: 'TTNorms';
    font-weight: 700;
}
.homme-banner-ct.container .mybtn .MainDiv span {
  color: #fff;
}
.addeffect{
	width: 250px;
	height: 200px;
	/* background: #FFB758; */
  /* background: linear-gradient(90deg, #FFB758 0%, rgba(255, 183, 88, 0.00) 100%, #F6D99D 100%); */
  
background: linear-gradient(90deg, #FFB758 0%, rgb(255 183 88 / 36%) 100%, #F6D99D 100%) !important;
  
	position: absolute;
	top: -195%;
	left: -120%;
	transition: 0.5s ease;
	transform: rotate(35deg);
}

.MainDiv:hover .addeffect{
	left: 0%;
	transition: 0.5s ease;
}
.MainDiv:hover a{
    color: #062F29;
    transition: 0.5s ease;
    z-index: 1;
}

/*third button style end here*/
  
.home-banner-section {
  height: 665px;
  position: relative;
}
.home-banner {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.homme-banner-ct {
  position: absolute;
  bottom: 64px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.home-banner-heading {
  color: #F4F2EC;
  font-family: TTNorms-700;
  font-size: 35px;
  line-height: 63px;
  text-transform: uppercase;
  margin-bottom: 46px;
  letter-spacing: 0.12em;
}
.home-banner-heading span {
  text-transform: lowercase;
  color: #F4F2EC;
  font-style: italic;
  letter-spacing: 0.05em;
  font-family: 'masqualero';
}
.homme-banner-ct .com-btn {
  width: 204px;
}
.com-btn {
  width: 245px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffb758;
  color: #F4F2EC;
  font-size: 14px;
  font-family: TTNorms-700;
  text-align: center;
  text-transform: uppercase;
  border: none;
  padding: 0;
  outline: none;
  letter-spacing: 0.17em;
  transition: 0.3s;
}
  
.ml-auto, .mx-auto {
  margin-left: auto!important;
margin-right: auto!important;
}
.com-btn-white {
  background-color: #F4F2EC;
  color: #06322D;
}
/* .mybtn11 {
    display:none;
  } */
@media screen and (max-width: 1200px){
.com-btn {
  height: 40px;
  font-size: 12px;
}
  .MainDiv{
    left: 12.5%;
    height: 40px;
    font-size: 12px;
  }
}
 @media screen and (max-width: 1024px){
   .addeffect{
         top: -245%;
   }
 } 
  @media screen and (max-width: 768px){
    .MainDiv {
    left: 17%;
  font-size: 14px;
}
    .addeffect {
    top: -230%;
}
    .homme-banner-ct.container .mybtn {
    margin-top: 15%;
}
  }
  .desktop{
    display:block;
  }
.mobile{
  display:none;
}
@media screen and (max-width: 767px){
   .desktop{
    display:none;
  }
.mobile{
  display:block;
}
.home-banner-section {
  height: calc(100vh - 120px);
}
.homme-banner-ct {
  bottom: 61px;
}
.home-banner-heading {
  padding: 0 20px;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.com-btn {
  height: 55px;
  font-size: 14px;
}
.MainDiv {
    left: 50%;
     height: 55px;
  font-size: 14px;  
}
/* .mybtn11 {
    display:block;
  } */
.homme-banner-ct.container .mybtn {
    margin-top: 15%;
  /* display:none; */
}
.addeffect {
    top: -200%;
    height: 250px;
}

  .MainDiv:hover .addeffect {
      display: none !important;
}
  .homme-banner-ct.container .mybtn .MainDiv:hover {
   background-color: #7C7E41;
        color: #fff;
}
   .homme-banner-ct.container .mybtn .MainDiv:hover a {
        color: #fff;
}
}
  
@media screen and (max-width: 350px){
.homme-banner-ct {
  bottom: 40px;
}
.home-banner-heading {
  font-size: 18px;
  line-height: 30px;
}
.com-btn {
  height: 48px;
}
}