/** Shopify CDN: Minification failed

Line 162:13 Expected identifier but found whitespace
Line 162:18 Unexpected ";"

**/
header-component .header__columns {
    padding: 0;
}

.page-index main#MainContent {
  position: relative;
  z-index: 0;
}

.page-index main#MainContent:before{
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(/cdn/shop/files/Vector_5.png?v=1759249561) no-repeat top center/cover;
  mix-blend-mode: overlay;
  z-index: -1
}



footer {
    background: url(/cdn/shop/files/u9374194675_httpss.mj.runPu4vpGrxYYk_use_F9F7E6_as_background_b09f254a-acb9-4eec-a3a4-17d2899f08a6_2_1.png) right top no-repeat;
    min-height: 500px;
}

marquee-component {
    background: #DFC47D !important;
}

/** Header **/
header-component#header-component[data-sticky-state="active"] {
    box-shadow: 0px 6px 14px rgb(0 0 0 / 12%);
    border-bottom: 1px solid #d8d8d8;
}


header-component#header-component header-menu .menu-list__link {
    font-weight: 500;
}

header-component#header-component span.menu-list__link-title {
    font-weight: 700;
     /* 91.875% */
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

/** Header End**/



.featured-product-v2 .product-information__details {
  padding: 2rem;
}

/* Product Form Accordion */
.product-form-accordion {
  border: 1px solid #e5e5e5;
  overflow: hidden;
      border-radius: 0;
    background: #faf7e6;
}

.product-form-accordion__option {
  border-bottom: 1px solid #e5e5e5;
    position: relative;

}

.product-form-accordion__option:last-child {
  border-bottom: none;
}

.product-form-accordion__option input[type="radio"] {
    position: absolute;
    top: 32px;
    transform: translateY(-50%);
    margin: 0;
    left: 15px;
    accent-color: #094A25;
}

.product-form-accordion__option label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  margin-left: 25px;
  min-height: 65px;
  padding: 10px 1rem;
}

.product-form-accordion__option label .price {
  font-weight: normal;
   margin-left: auto;
}

.product-form-accordion__option label .badge {
    margin-left: 30px;
    background: rgba(200, 168, 90, 0.80);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FAF7E6;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 4px 8px;
}

.product-form-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}

.product-form-accordion__option
  input[type="radio"]:checked
  + label
  + .product-form-accordion__content {
  max-height: 500px;
  padding: 1rem;
  border-top: 0;
  background: #00000003;
}

.subscription-details select {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
      background: #2454140D;
    outline: none;
    cursor: pointer;

        appearance: none; /* Disable the default arrow */
    -webkit-appearance: none; /* For WebKit-based browsers */
    -moz-appearance: none; /* For Firefox */
    background-image: url('data:image/svg+xml,<svg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_572_1469)"><path d="M0 8L4 13L8 8H0Z" fill="%23094A25"/><path d="M4 0L0 5H8L4 0Z" fill="%23094A25"/></g><defs><clipPath id="clip0_572_1469"><rect width="8" height="13" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 8px;
    cursor: pointer;
}
.product-media-constraint-wrapper{
  width: 100% !important;
}
main#MainContent {
    margin-top: 40px;
}


.page-index subscription-details
  list-style: none;
  padding: 0;
  margin: 0;
}

.subscription-details ul li {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.hidden{
  display: none !important;
}

.block{
  display: block !important;
}

@media(min-width: 768px){
  .sm\:hidden{
    display: none !important;
  }
  .sm\:block{
    display: block !important;
  }
}

.featured-product-v2 .product-information__media img{
  max-width: 400px;
  margin: auto;
}
.mx-auto {
    margin: auto;
}

.uppercase *{
  text-transform:uppercase !important;
}
/*
.product-details .text-block p {
    max-width: unset;
}
*/
@media (min-width: 768px){
  .header__column--right .search-action:before {
    content: 'Subscribe & Save 10%';
    font-family: Cormorant;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.7px; /* 91.875% */
    letter-spacing: 0.3px;
    margin-right: 10px;
  }
  .header__column--right .search-action{
    align-items: center;
  }
}
@media (max-width: 768px){
  
main#MainContent {
    margin-top: 0;
}

.page-index main#MainContent:before{
    background: url(/cdn/shop/files/Vector_6.png?v=1759911778) no-repeat top center;
    background-size: 100vw;
  }


   .featured-product-v2 .custom-featured-image-wrapper.desktop\:hidden img {width: 220px;height: auto;margin: auto;}



  .featured-product-v2--rectangular-media .custom-featured-image-wrapper {
      aspect-ratio: auto;
  }

  .featured-product-v2 .product-information__details {
      padding: 0;
  }

  footer {
      min-height: 50px !important;
      background: #f1efdf;
  }
}


