/** Shopify CDN: Minification failed

Line 134:3 Unexpected "/"

**/
span.compare-at-price {
    font-size: 27px;
}
.product-card__content product-price span.compare-at-price {
    font-size: 14px;
}
.product-card__content product-price span.price {
    font-size: 18px;
}
.variant-option__button-label {
    flex-direction:column;
}

.product-card__content .product-form-buttons {
    display: flex;
    flex-wrap: wrap;
}
.product-card__content .shopify-payment-button__button--unbranded {
   background: #FFFF !important;
    color: #00584b !important;
    border:1px solid  #00584b;
}
.product-card .product-card__content{
border-bottom-right-radius: 69px; 
}
.add-to-cart-text .add-to-cart-icon{
  fill:#fff !important;
}
span.variant-option-price {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color:#FFFF;
    color: #00000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    margin: 0px;
    border-radius: 0 0 12px 12px;
}
.variant-option__button-label:has(:checked) .variant-option-price{
color: black !important;
}
.variant-option--equal-width-buttons .variant-option__button-label__text {
    text-align: center;
    text-wrap: balance;
    margin-bottom: 21px;
}
.shopify-payment-button__button--unbranded {
   background: #efc905 !important;
    color: #00584b !important;
}
:is(.product-card):has([data-quick-add-button=choose]) add-to-cart-component {
    display:block !important;
}
summary.menu__heading.h4 , .text-block--AWk8xek5xeGJweXkvK__text_pjMDdf h4 
 {
    color: #D0BD80 !important;
}
/* ===============================
   Custom Dropdown Menu Styling
   Reference: anveshan.farm
================================ */
/* Custom dropdown hidden by default */
.custom-dropdown {
 position: absolute;
  top: 25px; /* thoda gap */  
 right: auto;
    left: -14px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  font-family:inherit;
 
  z-index: 50;
}
.menu-list__list-item {
  position: relative;
}
span.menu-list__link-title {
    padding: 5px;
}

/* When active */
.menu-list__list-item.is-open > .custom-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Reset */
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Child dropdown container */
.dropdown-child {
  width: 320px;
  padding: 24px 0;
  background: #fff;
}

/* Menu item */
.menu-link {
  padding: 7px 24px;
}

/* Main links */
.menu-link > a {
  display: block;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 400;
  color:rgb(92, 88, 88);
  text-decoration: none;
 font-family:Inter, sans-serif;
}

/* Hover effect */
.menu-link > a:hover {
   color: #242424;  
  /* padding-left: 6px; */
} */

/* ===== Grandchild Menu (3rd level) =====

.dropdown-grandchild {
  margin-top: 6px;
  padding-left: 14px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

/* Grandchild links */
.dropdown-grandchild .menu-link a {
  font-size: 14px;
  padding: 3px 0;
  color: #4b5563;
}

/* Hover for grandchild */
.dropdown-grandchild .menu-link a:hover {
  color: #0f766e;
}

/* Optional divider between items */


/* Mobile safety */
@media (max-width: 768px) {
  .dropdown-child {
    width: 100%;
    padding: 16px;
  }
}
.search-action .svg-wrapper,  .header-actions__cart-icon .svg-wrapper, .account-button__icon {
    color: #00584b;
  }
  a.size-style.button.button--Ac3Mzd1dmWXlkZ0dmQ__button_EfWkFt {
    background-color: #D0BD80;
    color: #00584b;
    width:75%;
    max-height:33px;
}
.header__row--top{
  box-shadow: 0 2px 3px #0000000d;
}
.text-block--AWm42WE00bVhSamZSV__text_pjMDdf{
margin-top:-25px!important;
}
/* .group-block-content > accordion-custom.menu:nth-of-type(2) .details-content ul.menu__item {
  margin-left: 15px;
} */
 rte-formatter.spacing-style.text-block.text-block--AVXExTXhjeUR3ek80T__text_iWEdqC.paragraph.rte p{
  color: #D0BD80 !important;
 }

