/** Shopify CDN: Minification failed

Line 153:0 Expected "}" to go with "{"

**/
span.m-product-tag.m-product-tag--sale.m-gradient.m-color-badge-sale {
    border-radius: 5px;
    color: #b55833 !important;
    font-weight: 700;
}
span.m-currency--saved.m\:font-medium {
    font-weight: 700 !important;
}
.prod_badge {
    padding: 4px 11px;
    background: #E8DCCE;
    width: fit-content;
    text-transform: uppercase;
    font-size: 12px;
    color: #98776a;
    font-weight: 700;
    border-radius: 3px;
}

/* Base button style (applies to most buttons) */
 
.m-product-form .m-add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* PRIMARY BUTTON (default state) */
 
.m-product-form .m-add-to-cart {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

/* HOVER → SECONDARY STYLE */
 
.m-product-form .m-add-to-cart:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}

/* OPTIONAL: Secondary button class (if you want static outline buttons) */
.btn-secondary {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}

.btn-secondary:hover {
  background-color: #000;
  color: #fff;
}
h1.m-product-title {
    margin-top: 10px;
}

/* Target ONLY this section */
#shopify-section-template--22222657257693__content_with_faqs_rjKUzC .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto; /* center it */
 
}
/* Target ONLY this review section */
#shopify-section-template--22222657257693__swiper_reviews_q9JPrT .review-section {
  max-width: 1400px !important;
  width: 100%;
  margin: 0 auto;
 
}
span.m-tooltip__content.m-wishlist-button-text {
    display: none;
}
.m-cart-count{
    background-color:#A3866B;
    color:white !important;
}
@media (max-width: 767px) {
  .logo-text-item .content h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
  }
  .review-section {
    margin-bottom: 56px !important;
}
@media screen and (max-width: 767px) {
    .m-product-option--swatch .m-product-option--node__label {
        width: 16px !important;
        height: 16px !important;
    }
    .m-newsletter-form__button-inline .m-newsletter-form__button--text.m-button--blank {
    padding: 14px !important;
    font-size: 8px;
}

}
@media (min-width: 768px) {
  .m-product-option--swatch .m-product-option--node__label {
    width: 22px !important;
    height: 22px !important;
  }
}
li.m-menu__item {
    font-weight: 700 !important;
    font-size: 14px !important;
}
.m-price__sale .m-price-item--regular {
    font-size: 13px !important;
}

 .upsell-product-title {
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
    max-width: 100%;
    text-transform: capitalize;
    letter-spacing: 1px !important;
    max-width: 185px;
    color: black;
}
.best-sellers__title {
     
    font-weight: 500 !important;
}
.trustpilot-testimonials__heading {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: rgb(var(--color-foreground));
}



