/* Add custom CSS styles below */ 
.product-card__promotion {
    background-color: #255c2f !important;
}

.product-card__price .total-price {
    color: #0f4202;
    text-shadow: 0 0 0.1px #6ceaa6, 0 0 0px #2FD27A, 0 0 8px #8cecbb, 0 0 40px #006C35;
}

.price_is_on_sale h2,
.price_is_on_sale h4 {
  color: #0f4202 !important;
  text-shadow: 
    0 0 6px rgba(47, 210, 122, 0.25),
    0 0 15px rgba(0, 108, 53, 0.2) !important;
}
.advanced-slider__caption__inner--right .advanced-slider__caption__inner__content:where([dir=rtl],[dir=rtl] *) {
    color: #f6fff4; }


.main-nav-container .inner {
    padding-top: 18px;
}
.animated-text__inner, .promotion-banner__inner {
    margin-top: 9px; }