[dir=rtl] .promotion-badge.has-discount {
  background-color:#db0505;
}
.text-green-500 {
    --tw-text-opacity: 1;
    color: #db0505;
   
}

.opacity-60 {
    opacity: 3;
        color: #db0505;

}
.s-block--tabs button,
.s-block--tabs button *,
.s-block--tabs .quicklinks-item,
.s-block--tabs .quicklinks-item *,
.s-block--tabs .tabs button,
.s-block--tabs .tabs button * {
  color: #C89B3C !important;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

.s-block--tabs button::after,
.s-block--tabs button::before,
.s-block--tabs .quicklinks-item::after,
.s-block--tabs .quicklinks-item::before {
  content: none !important;
  display: none !important;
}
.product-entry__content {
  text-align: center !important;
}

.product-entry__content h3 {
  width: 100% !important;
  text-align: center !important;
  margin: 10px auto 6px auto !important;
}

.product-entry__content h3 a {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

.price-wrapper,
.sale-price {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.banner--fixed,
.banner--fixed picture,
.banner--fixed img {
    width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    object-fit: cover !important;
    display: block !important;
}

@media (max-width: 768px) {
    .banner--fixed,
    .banner--fixed picture,
    .banner--fixed img {
        height: auto !important;
        min-height: unset !important;
        object-fit: cover !important;
    }
}
.banner--fixed img {
    object-fit: contain !important;
    height: auto !important;
    width: 100% !important;
    background: transparent !important;
}
.content-area,
.content-area-wrap,
.more-link {
    display: none !important;
}
.sale-price{
    color:#D71920 !important;
}

.sale-price *{
    color:#D71920 !important;
}