/* Add custom CSS styles below */ 
.after-before img.w-full.h-full.object-cover.pointer-events-none ,
.beforeContainer img{
object-fit : contain;
}
.button.is-transparent:hover {
  color: black;
}
.limited-offer-product .product-price ,.limited-offer-product .product-details p.ql-direction-rtl.text-right{
  color: white !important;
}

  .interactive-points .image-wrapper div.relative.h-full{
  top :43px;
}

@media screen and (min-width: 1520px) {
  .interactive-points .image-wrapper div.relative.h-full {
    top: 70px;
    left: -53px;
  }
}

.h-\[150px\].md\:h-\[290px\].w-full.md\:w-1\/2.mx-auto.opacity-\[0\.08\]{
opacity:1;
}
.categories-1 .s-slider-swiper-wrapper{
    justify-content: center !important;
}
.limited-offer-product .product-price span {
color:white;
}

.navbar-brand img ,.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 6rem;
}