/** 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;
  }
}
.buildYourOwnBundle {
    padding: 0;
    font-family: "TTNorms";
    color: #06322d;
    position: relative;
  }



.buildYourOwnBundle::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("/cdn/shop/files/Gymkhana_Marble_Full_Pattern_Green_sRGB.png?v=1744119974");
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.01;
	z-index: -1;
}

  .byobContainer {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .byobtitle {
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    font-family: "TTNorms";
    color: #043f25;
    margin: 0;
  }

  .byobsubtitle {
    text-align: left;
    margin-bottom: 60px;
    font-size: 18px;
    color: #666;
    font-family: "TTNorms";
    color: #06322d;
  }

  .buildYourOwnBundle .reviewsBlock {
    width: 100%;
    
  }



  .bundlesInfoandSelectorContainer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 auto;
 
  }

  .bundlesInfoContainer {
     flex: 1;
     position: sticky;
     top: 1px;
  }

  .infoSectionTitle {
    font-size: 18px;
  }
  .infoSectionImage {
    width: 100%;
    height: 100%;
  }
  .infoSectionImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .byob-image-slider {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
  }

  .byob-slider-container {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .byob-slide {
    display: none;
    width: 100%;
    height: 100%;
  }

  .byob-slide--active {
    display: block;
  }

  .byob-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .byob-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    color: #f4f2ec;
  }

  .byob-slider-arrow svg, .byob-slider-arrow path {
    color: #f4f2ec;
    fill: #f4f2ec;
    stroke: #f4f2ec;

  } 

  .byob-slider-arrow--prev {
    left: 15px;
    background: #043f25;
  }

  .byob-slider-arrow--next {
    right: 15px;
    background: linear-gradient(82.99deg, #e7b858 11.19%, #f6e7a8 50.59%, #eece7e 69.83%, #e8be62 85.4%, #e7b858 94.57%);
    transform: translateY(-50%) rotate(180deg);
  }

  .byob-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }

  .byob-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .byob-slider-dot--active {
    background: #f4f2ec;
  }



    /* image with 4 cards */

  .buildYourOwnBundle .imageWith4Cards__content {
    background: linear-gradient(#00352af7, #00352af7), url(/cdn/shop/files/Gymkhana_Marble_Full_Pattern_Green_sRGB.png?v=1744119974);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 35px;
  }




    /* steps selector */

  .selectorContainerWrapper{
    width: 50%;
    padding: 120px 40px 40px 0;
  }


  .selectorContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 700px;
    margin-left: 89px;
    margin-right: auto;
  }

  .buildYourOwnBundle .reviewsBlock__text p {
    margin: 0;
    margin-left: 5px;
    font-size: 14px;
  }

  .byobdescription {
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    padding: 0;
    /* font-family: 'Masqualero'; */
    /* font-style: italic;  */
  }

  .stepContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 3px solid #06322d;
    border-radius: 10px;
    padding: 15px;
    align-content: flex-start;
    align-items: flex-start;
  }

  .step1 {
    padding-bottom: 40px;
  }

  .stepTitle {
    font-size: 17px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .step1Title {
  }

  .stepTitle span {
    font-size: 17px;
    font-weight: 600;
  }

  .step1Options {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }

  .step1Options img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 8px;
    margin: auto;
    opacity: 0.6 !important;
    filter: grayscale(50%);
  }

  .step1Option.selected img {
    opacity: 1 !important;
    filter: grayscale(0%);
  }

  .step1Option {
    padding: 10px 20px 50px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    font-size: 17px;
    font-weight: 600;
    border: 3px solid #9997978f;
    border-radius: 10px;
    position: relative;
    color: #9997978f;
  }

  .step1Option:hover {
    border: 3px solid #06322d;
  }

  .step1Option.selected {
    border: 3px solid #06322d;
    color: #06322d;
  }

  .quantityOptionLabel{
    position: absolute;
    bottom: -30px;
    left: 50%;
    /* right: 0; */
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 10px;
    color: #fff;
    background-color: #edb1b5;
    width: 74%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
  }

  .step1Option.selected .quantityOptionLabel{
    background-color: #DC4C55;
  }

  .step2{
    padding-bottom: 30px;

  }
  .step2Title{

  }

  .step2Title span{

  }

  .step2Subs{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;

  }
  .step2SubsOption {
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    font-size: 18px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 3px solid #9997978f;
    border-radius: 10px;
    color: #9997978f;
  }

  .step2SubsOption:first-child {
    flex: 1;
  }

  .step2SubsOption:last-child {
    flex: 0 0 auto;
  }

  .step2SubsOption:hover,  .step2SubsOption.selected {
    border: 3px solid #06322d;
    border-radius: 10px;
    color: #06322d;

  }

  /* Pricing display styles */
  .pricing-display {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
  }

  .discounted-price {
    font-weight: bold;
    color: #06322d;
    font-size: 16px;
  }

  /* Transparency for unselected pricing */
  .step2SubsOption:not(.selected) .pricing-display {
    opacity: 0.6;
  }

  .step2SubsOption.selected .pricing-display {
    opacity: 1;
  }

  /* Selected Items Section */

  .selectedItemsTitle {
    text-align: center;
    margin-bottom: 15px;
  }

  .selectedItemsGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
    min-height: 60px;
  }

  .selectedItemSquare {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 2px solid #06322d;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .selectedItemSquare img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }

  .emptyItemSquare {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 2px dashed #c0c0c0;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 60px;
    min-height: 60px;
  }

  .emptyItemSquare::before {
    content: '+';
    color: #999999;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.7;
  }

  .overflowIndicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #06322d;
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin-left: 8px;
  }

  /* .step2SubsOption.selected {
    background-color: #06322d;
    color: #fff;
    border: 1px solid #06322d;
    transform: scale(1.05);
  } */

  .step2SubsFrequency {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
    border: 3px solid #06322d;
    padding: 6px 10px;
    border-radius: 10px;
    width: 100%;
  }

  .frequency-selector {
    background: transparent;
    border: none;
    font-size: 14px;
    color: inherit;
    text-align: center;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    font-weight: 600;
  }

  .frequency-selector:focus {
    outline: none;
  }

  .subsBenefits {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: left;
    font-variant-ligatures: none; 
  }

  .subscribeLabel {
    background: #dfabaf;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 10px;
    text-align: center;
    transform: translateY(-2px);
  }

  .step2SubsOption.selected .subscribeLabel{
    background: #DC4C55;
  }

  .subsBenefits p {
    font-size: 17px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    padding: 0 20px;
    width: fit-content;
  }

  .benefits-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: 10px;
  }

  .benefits-list p {
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 500;
    color: #333;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    background-color: #ebe9e4;
  }

  .benefits-list p::before ,.subsBenefits p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("https://www.gymkhanafinefoods.com/cdn/shop/t/42/assets/check_circle-2.svg?v=54451905930752325011756388201");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .products-section {
    margin-top: 10px;
  }

  .products-counter {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
  }

  .counter-text {
    font-weight: 600;
    color: #333;
    font-size: 14px;
  }

  #selectedCount {
    color: #000;
    font-weight: bold;
  }

  #maxCount {
    color: #666;
    font-weight: bold;
  }

  .block-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .listProduct {
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  /* .listProduct.selected {
    border: 2px solid #043f25;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  } */

  .lookImageLink {
    display: block;
    margin-bottom: 15px;
  }

  .lookImageLink img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: auto;
  }

  .listProductContent {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .listProductTitle {
    display: block;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    max-width: 120px;
  }

  .listProductTitle:hover {
    color: #000;
  }

  .listProductPrices {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    display: none;

  }

  .listProductComparePrice {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
  }

  .listProductPrice {
    font-weight: bold;
    color: #000;
    font-size: 14px;
  }

  .product-quantity-control {
    display: flex;
    justify-content: center;
  }

  .add-product-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #043f25;
    background: white;
    color: #043f25;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* .add-product-btn:hover {
    background: #043f25;
    color: #fff;
    transform: scale(1.1);
  } */

  .quantity-selector {
    display: none !important;
    align-items: center;
    gap: 0px;
    border-radius: 25px;
    padding: 0;
    border: 1px solid #043f25;
    background: #fff;
  }

  .quantity-selector.show {
    display: flex !important;
  }

  .quantity-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #043f25;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none ;
  }

  .quantity-btn:hover {
    transform: scale(1.05);
  }

  .quantity-display {
    min-width: 30px;
    text-align: center;
    font-weight: bold;
    color: #043f25;
    font-size: 16px;
  }

  .subtotal-container {
    text-align: center;
    border-radius: 10px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

  }

  .subtotal-container div {
    font-weight: 600;
    color: #333;
    font-size: 16px;
  }

  #subtotal {
    font-weight: bold;
    font-size: 18px;
  }

  #discount {
    font-weight: bold;
    color: #28a745;
    background: #DC4C55;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 10px;
    text-align: center;
    transform: translateY(-2px);
  
  }

  #total {
    font-weight: bold;
    font-size: 20px;
    color: #000;
  }

  .addBundletoCart {
    padding: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    height: 50px;
    text-align: center;
    position: relative;
    font-size: 18px;

    background: linear-gradient(82.99deg, #E7B858 11.19%, #F6E7A8 50.59%, #EECE7E 69.83%, #E8BE62 85.4%, #E7B858 94.57%);
    color: #043f25;
    font-family: "TTNorms";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08),
      0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  }

  .addBundletoCart:hover {
    /* background-color: #fff; */
    /* color: #333; */
    transform: scale(1.05);
  }

  .addBundletoCart:disabled {
    background: #ccc;
    /* background: none; */
    color: #999;
    cursor: not-allowed;
    transform: none;
  }

  .addBundletoCart:disabled:hover {
    background-color: #ccc;
    color: #999;
    transform: none;
  }

  .addBundletoCart__loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    z-index: 10;
  }

  .addBundletoCart__loading .loading-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
  }

  .addBundletoCart__loading span {
    font-size: 14px;
    font-weight: 500;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .buildYourOwnBundle .shipping_msg p {
    text-align: left;
  }



  @media screen and (max-width: 768px) {

    .selectedItemsGrid {
      gap: 4px;
    }

    .selectedItemSquare {
      width: 40px;
      height: 40px;
    }

    .overflowIndicator {
      width: 40px;
      height: 40px;
    }

    .subsBenefits p {
      font-size: 12px;
    }

    
    .buildYourOwnBundle {
      padding: 0;
    }

    .selectorContainerWrapper{
      padding: 40px 20px;
      width: 100%;
    }

    .selectorContainer{
      margin-left: 0;
    }

    .bundlesInfoandSelectorContainer {
      flex-direction: column-reverse;
      padding-right: 0;
    }

    .buildYourOwnBundle .imageWith4Cards__title{
      margin-bottom: 30px;
    }

    .selectorContainer {
      width: 100%;
    }

    .byobtitle{
      font-size: 30px;
    }

    .step1Options img {
      height: 55px;
    }

    .quantityOptionLabel{
      width: 90%;
    }
    
    .block-products {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      width: 100%;
    }

    .step2SubsOption{
      padding: 10px;
    }

    .step2SubsOption{
      font-size:14px;
    }

    .subscribeLabel{
      font-size: 9px;
    }

    .step2Subs {
      width: 100%;
    }

    .step2SubsOption:first-child{
      flex: 1;
    }

    .addBundletoCart{
      font-size: 16px;
    }

    .byob-image-slider {
      height: 300px;
    }

    .subtotal-container{
      flex-direction: column-reverse;
    }

    .byobdescription {
      text-align: center;
    }

    .buildYourOwnBundle .shipping_msg p {
      text-align: center;
    }

    .byobtitle {
      text-align: center;
    }

    .buildYourOwnBundle .reviewsBlock {
      justify-content: center;
    }

  }


  @media screen and (max-width: 380px) {
    .selectorContainerWrapper{
      padding: 40px 15px;
    }

    .step2 {
      padding: 8px 8px 30px;
    }
  }
.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;
}
}