/** Shopify CDN: Minification failed

Line 13:0 Unexpected "<"
Line 17:2 Unexpected "<"
Line 2810:35 Expected identifier but found whitespace
Line 2810:37 Unexpected "{"
Line 2810:44 Expected ":"

**/


/* 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;
}

.starsContainer.sc-center {
  flex-direction: column;
}

/* 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;
  }
}
.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("https://cdn.shopify.com/s/files/1/0721/8069/5343/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: calc(100vh - 50px);
    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-thumbnails {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }

  .byob-slider-thumbnail {
    width: 120px;
    height: 120px;
    border: 2px solid transparent;
    border-radius: 8px;
    background: none;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 0;
  }

  .byob-slider-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    border: 3px solid #E7B858;
  }

  .byob-slider-thumbnail--active {
  }




    /* image with 4 cards */

  .buildYourOwnBundle .imageWith4Cards__content {

    color: #fff;
    padding: 35px;
  }

  .imageWith4Cards__cardIcon img{
    margin: auto;
    height: 70px;
    width: 70px;
  }




    /* 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;

  }

  .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 10px 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;
  }

  .step1OptionPrice {
    font-size: 13px;
    font-family: "Masqualero";
    font-style: italic;    
  }

  .quantityOptionLabel{
    position: absolute;
    bottom: -20px;
    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;
  }

  .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
  }

  .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;
  }

  .out-of-stock-message {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
  }

  .out-of-stock-text {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .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;
  }

  .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 {
    transform: scale(1.05);
  }

  .addBundletoCart:disabled {
    background: #ccc;
    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;
    }

    .byob-slider-thumbnails {
      bottom: 0px;
      left: 85px
    }

    .byob-slider-thumbnail {
      width: 58px;
      height: 58px;
    }

    .byob-slider-thumbnail img {
      border: 0;
    }

  }


  @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;
}
.ss-pagination-wrapper {
    margin-top: 4rem;
  }

  @media screen and (min-width: 990px) {
    .ss-pagination-wrapper {
      margin-top: 5rem;
    }
  }

  .ss-pagination__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ss-pagination__list > li {
    flex: 1 0 4.4rem;
    max-width: 4.4rem;
  }

  .ss-pagination__item {
    color: rgb(var(--ss-color-foreground));
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 4.4rem;
    width: 100%;
    padding: 0;
    text-decoration: none;
  }

  .ss-pagination__item.link:hover {
    text-decoration: none;
  }

  a.ss-pagination__item:hover::after {
    height: 0.1rem;
  }

  .ss-pagination__item .ss-icon-caret {
    height: 0.6rem;
  }

  .ss-pagination__item--current::after {
    height: 0.1rem;
  }

  .ss-pagination__item--current::after,
  .ss-pagination__item:hover::after {
    content: '';
    display: block;
    width: 2rem;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: currentColor;
  }

  .ss-pagination__item--next .ss-icon {
    transform: rotate(-90deg);
  }

  .ss-pagination__item--next:hover .ss-icon {
    transform: rotate(-90deg) scale(1.07);
  }

  .ss-pagination__item--prev .ss-icon {
    transform: rotate(90deg);
  }

  .ss-pagination__item--prev:hover .ss-icon {
    transform: rotate(90deg) scale(1.07);
  }

  .ss-filters-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1rem;
    gap: 20px;
  }
/* Slideshow */
  ss-slideshow-component {
    display: block;
    width: 100%;
  }

  /* Slides container */
  .ss-slideshow__slides {
    display: grid;
    overflow: hidden;
    width: 100%;
    grid-template-areas: 'slide';
  }

  .ss-slideshow--small .ss-slideshow__slides {
    min-height: var(--ss-image-height-small-mobile);
  }

  .ss-slideshow--medium .ss-slideshow__slides {
    min-height: var(--ss-image-height-medium-mobile);
  }

  .ss-slideshow--large .ss-slideshow__slides {
    min-height: var(--ss-image-height-large-mobile);
  }

  .ss-slideshow--xlarge .ss-slideshow__slides {
    min-height: var(--ss-image-height-xlarge-mobile);
  }

  @media screen and (min-width: 750px) {
    .ss-slideshow--small .ss-slideshow__slides {
      min-height: var(--ss-image-height-small);
    }

    .ss-slideshow--medium .ss-slideshow__slides {
      min-height: var(--ss-image-height-medium);
    }

    .ss-slideshow--large .ss-slideshow__slides {
      min-height: var(--ss-image-height-large);
    }

    .ss-slideshow--xlarge .ss-slideshow__slides {
      min-height: var(--ss-image-height-xlarge);
    }
  }

  .ss-slideshow--adapt_image .ss-slideshow__slides {
    aspect-ratio: var(--aspect-ratio);
    min-height: var(--adapt-height);
  }

  /* Individual slides */
  .ss-slideshow__slide {
    display: flex;
    position: relative;
    grid-area: slide;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  ss-slideshow-component .ss-slideshow__slide {
    height: 100%;
  }

  .ss-slideshow__slide[aria-hidden='true'] {
    order: 0;
  }

  :is(.ss-slideshow__slide.ss-slide--next, .ss-slideshow__slide.ss-slide--previous) {
    order: 1;
    z-index: 1;
  }

  .ss-slideshow__slide[aria-hidden='false'] {
    order: 2;
    z-index: 2;
  }

  .ss-slide--transition-out-next,
  .ss-slide--transition-out-previous,
  .ss-slide--next,
  .ss-slide--previous {
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .ss-slide--next,
  .ss-slide--previous {
    animation-fill-mode: forwards;
  }

  .ss-slide--transition-out-next {
    animation-name: ssSlideOutRight;
  }

  .ss-slide--transition-out-previous {
    animation-name: ssSlideOutLeft;
  }

  .ss-slideshow__slide.ss-slide--next {
    animation-name: ssSlideInLeft;
  }

  .ss-slideshow__slide.ss-slide--previous {
    animation-name: ssSlideInRight;
  }

  /* Slide content */
  .ss-slide__content {
    display: flex;
    position: relative;
    padding: 3.2rem;
    width: 100%;
    height: 100%;
  }

  .ss-slide__content > * {
    margin: auto;
    max-height: 100%;
  }

  .ss-slideshow__slide > .ss-slide__image-container {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
  }

  .ss-slide__image-container svg {
    width: 100%;
  }

  .ss-slide__image-container img {
    object-fit: cover;
    object-position: var(--ss-image-position);
  }

  /* Slideshow controls */
  .ss-slideshow__controls {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ss-current-slide-indicator {
    display: flex;
    justify-content: center;
    min-width: 4.4rem;
    transition: transform 0.2s ease-in-out;
  }

  .ss-slideshow-controls__dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 0.1rem solid black;
    padding: 0;
    display: block;
    background-color: transparent;
  }

  :where(.ss-slideshow-controls__link--active) .ss-slideshow-controls__dot {
    background-color: rgba(var(--ss-color-foreground), 1);
  }

  .ss-slideshow__controls .ss-button-secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border: none;
    min-height: 4.4rem;
    min-width: 4.4rem;
    color: rgb(var(--ss-color-foreground));
  }

  .ss-slideshow-control .ss-icon {
    display: block;
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition:
      transform 150ms ease,
      opacity 150ms ease;
    width: 1.8rem;
    height: 1.2rem;
  }

  .ss-slideshow-controls__link {
    cursor: pointer;
    display: inline-block;
    border: none;
    color: rgba(var(--ss-color-foreground), 0.5);
    box-shadow: none;
    background-color: transparent;
    font-size: 1.4rem;
    font-family: inherit;
    padding: 1.28rem;
  }

  :where(.ss-slideshow-controls__link--active).ss-slideshow-controls__link {
    color: rgba(var(--ss-color-foreground), 1);
  }

  /* Autoplay */
  .ss-slideshow-control--autoplay {
    position: absolute;
    right: 0;
  }

  @media screen and (min-width: 750px) {
    .ss-slideshow-control--autoplay {
      position: inherit;
    }
  }

  .ss-slideshow-control--autoplay--paused .ss-icon-pause,
  .ss-slideshow-control--autoplay:not(.ss-slideshow-control--autoplay--paused) .ss-icon-play {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
  }

  /* Animation declarations */
  @keyframes ssSlideInLeft {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }

  @keyframes ssSlideOutRight {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  @keyframes ssSlideInRight {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }

  @keyframes ssSlideOutLeft {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
.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;
}
}

/* CSS from block stylesheet tags */
html {
    scroll-behavior: smooth;
  }
.ss-product-form__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ss-button--add-to-cart {
    border-radius: 4px;
    padding-block: 12px;
    padding-inline: 12px;
  }

  .ss-block .ss-product-form__buttons > * {
    width: 100%;
  }
  .ss-button--product-submit {
    border: 1px solid rgb(var(--ss-color-secondary-button-text));
    background: rgba(var(--ss-color-secondary-button), 1);
    color: rgb(var(--ss-color-secondary-button-text));
  }

  .ss-shopify-payment-button .ss-shopify-payment-button__button {
    width: 100%;
    line-height: normal;
    padding-block: 12px;
  }

  .ss-shopify-payment-button__button.ss-shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: rgba(var(--ss-color-button), 0.9);
  }

  .ss-shopify-payment-button__more-options.ss-shopify-payment-button__button--hidden {
    display: none;
  }
details.ss-block {
    width: 100%;
    border-block-start: 1px solid rgba(var(--ss-color-foreground), 0.08);
  }

  .ss-block summary {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    padding-block: 1.5rem;
    padding-inline: 0;
    cursor: pointer;
    list-style: none;
  }

  .ss-block summary:hover {
    text-decoration: underline;
    background-color: rgba(var(--ss-color-foreground), 0.04);
  }

  .ss-block summary .ss-icon-caret {
    margin-inline-start: auto;
    height: 0.6rem;
    margin-right: 1.5rem;
  }

  details.ss-block[open] > summary .ss-icon-caret {
    transform: rotate(180deg);
  }
/* Icon */
  .ss-icon-block {
    display: flex;
    fill: currentColor;
  }

  .ss-icon-block > svg,
  .ss-icon-block > img {
    height: auto;
  }

  .ss-icon-block__icon {
    width: var(--ss-icon-width);
  }
.ss-image-floating img {
    object-fit: var(--ss-object-fit, cover);
    height: 100%;
  }
.ss-image-block img {
    height: 100%;
    border-radius: var(--ss-image-corner-radius, 0px);
  }

  .ss-image-block--cover img {
    object-position: var(--ss-image-position);
  }

  .ss-image-block--cover img {
    object-fit: cover;
  }

  .ss-image-block--contain img {
    object-fit: contain;
  }
.ss-link-block {
    display: inline-flex;
  }

  .ss-link-block-icon-right {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .ss-link-block svg {
    fill: rgb(var(--ss-fill-link-icon-color));
    flex-shrink: 0;
  }

  .ss-link--with-icon {
    gap: 5px;
  }
.ss-newsletter-block {
    position: relative;
    overflow: auto;
  }

  .ss-newsletter-block .contact-form {
    width: max(150px, 100%);
    min-height: 44px;
  }

  .ss-newsletter-block__form-inputs {
    position: relative;
  }

  .ss-newsletter-block input {
    width: 100%;
    padding: 22px 44px 8px 12px;
    background: var(--ss-gradient-background);
    color: rgb(var(--ss-color-foreground));
  }

  .ss-newsletter-block label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    transition: all 0.2s ease-in-out;
  }

  .ss-newsletter-block input::placeholder {
    opacity: 0;
  }

  .ss-newsletter-block input:focus + label,
  .ss-newsletter-block input:not(:placeholder-shown) + label {
    font-size: 0.8rem;
    transform: translateY(-120%);
  }

  .ss-newsletter-block button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    min-width: 44px;
    padding-inline: 0;
    background-color: transparent;
    color: var(--ss-color-foreground);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .ss-newsletter-block svg {
    width: 15px;
  }

  .ss-field__input {
    padding-block: 12px;
    padding-inline: 8px;
    border: 1px solid rgb(var(--ss-color-foreground));
  }

  .ss-newsletter-block__success-message {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: white;
    padding: 1rem 4rem;
    border-radius: 12px;
    font-weight: normal;
    font-size: 24px;
    transition: all;
    z-index: 100;
  }
.ss-payment-icons__list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
.ss-price-block {
    display: flex;
    gap: 5px;
    width: fit-content;
  }
.ss-media-block {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .ss-layout--row > .ss-media-block {
    align-self: flex-start;
  }

  .ss-media-block:where(.column) {
    flex-direction: column;
  }

  .ss-media-block > div {
    display: flex;
  }

  .ss-media-block:not(.column) > div {
    flex-grow: 1;
  }

  .ss-media-block:has(div:nth-child(2)) {
    flex-wrap: wrap;
  }

  .ss-media-block > div:not(:only-child) {
    max-width: 50%;
  }

  .ss-media-block.column > div {
    max-width: 100%;
    width: 100%;
  }

  .ss-media-block .ss-placeholder-image svg {
    position: relative;
  }
.ss-quantity-block label {
    display: inline-block;
    padding-block: 8px;
  }

  .ss-quantity-button-wrapper {
    display: flex;
    align-items: stretch;
  }

  .ss-minus-button {
    border-start-start-radius: 4px;
    border-end-start-radius: 4px;
  }

  .ss-plus-button {
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
  }

  .ss-quantity-button {
    width: min(25%, fit-content);
    border: 1px solid #000;
    background-color: #fff;
    padding: 12px;
    font-size: calc(var(--ss-font-body-scale) * 1.8rem);
  }

  .ss-quantity-input {
    width: 100%;
    border-inline-width: 0px;
    border-block-width: 1px;
    padding: 12px;
    color: currentColor;
    font-size: calc(var(--ss-font-body-scale) * 1.6rem);
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
  }

  .ss-quantity-input::-webkit-outer-spin-button,
  .ss-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .ss-quantity-input[type='number'] {
    -moz-appearance: textfield;
  }
.ss-swiper-navigation .swiper-button-prev,
  .ss-swiper-navigation .swiper-button-next {
    --navigation-button-background: {{ block.settings.arrow_background | default: '' }};
  }
.ss-text-block-uppercase {
    text-transform: uppercase;
  }
  .ss-text-block ul {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
  .ss-text-block em {
    background-color: var(--italic-text-background-color, transparent);
    color: var(--italic-text-color, inherit);
    font-style: var(--italic-text-font-style, italic);
  }
.ss-variant-block label {
    display: inline-block;
    padding-block: 8px;
  }

  .ss-variant-select {
    position: relative;
  }

  .ss-variant-select svg {
    position: absolute;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    pointer-events: none;
  }

  .ss-variant-block select {
    width: 100%;
    padding-block: 12px;
    padding-inline: 10px 30px;
    border-radius: 4px;
    border: 1px solid #000;
    appearance: none;
  }
.ss-video-block__media {
    --ratio-percent: 56.25%;
    position: relative;
    padding-bottom: calc(var(--ratio-percent) - var(--media-border-width));
  }

  .ss-video-block__media.ss-global-media-settings--full-width {
    padding-bottom: var(--ratio-percent);
  }

  .ss-video-block__media.ss-deferred-media {
    box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset)
      var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  }

  .ss-video-block__media.ss-deferred-media:after {
    content: none;
  }

  .ss-video-block__poster.ss-deferred-media__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .ss-deferred-media[loaded] .ss-video-block__poster {
    display: none;
  }

  .ss-video-block__poster.ss-deferred-media__poster:focus {
    outline-offset: 0.3rem;
  }

  .ss-video-block__media iframe {
    background-color: rgba(var(--color-foreground), 0.03);
    border: 0;
  }

  .ss-video-block__poster img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .ss-video-block__media iframe,
  .ss-video-block__media video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .ss-video-block__media video {
    background: #000000;
  }

  .ss-video-block__media.ss-media-fit-cover video,
  .ss-video-block__media.ss-media-fit-cover iframe,
  .ss-video-block__media.ss-media-fit-cover .ss-video-block__poster img {
    object-fit: cover;
  }

  .ss-deferred-media__poster-button {
    background-color: rgb(var(--color-background));
    border: 0.1rem solid rgba(var(--color-foreground), 0.1);
    border-radius: 50%;
    color: rgb(var(--color-foreground));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.2rem;
    width: 6.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition:
      transform var(--duration-short) ease,
      color var(--duration-short) ease;
    z-index: 1;
  }

  .ss-deferred-media__poster-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
  }

  .ss-deferred-media__poster-button .icon {
    width: 2rem;
    height: 2rem;
  }

  .ss-deferred-media__poster-button .icon-play {
    margin-left: 0.2rem;
  }

  /* component-media */
  .ss-media {
    display: block;
    background-color: rgba(var(--color-foreground), 0.1);
    position: relative;
    overflow: hidden;
  }

  .ss-media--transparent {
    background-color: transparent;
  }

  .ss-media > *:not(.zoom):not(.ss-deferred-media__poster-button),
  .ss-media model-viewer {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .ss-media > img {
    object-fit: cover;
    object-position: center center;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .ss-media--square {
    padding-bottom: 100% !important;
  }

  .ss-media--portrait {
    padding-bottom: 125% !important;
  }

  .ss-media--landscape {
    padding-bottom: 66.6% !important;
  }

  .ss-media--cropped {
    padding-bottom: 56% !important;
  }

  .ss-media--16-9 {
    padding-bottom: 56.25% !important;
  }

  .ss-media--circle {
    padding-bottom: 100% !important;
    border-radius: 50%;
  }

  .ss-media.ss-media--hover-effect > img + img {
    opacity: 0;
  }

  @media screen and (min-width: 990px) {
    .media--cropped {
      padding-bottom: 63% !important;
    }
  }

  ss-deferred-media {
    display: block;
  }
.swiper-pagination-bullet-active {
    scale: var(--active-pagination-size);
  }