salla-slider.photos-slider .swiper-slide {
    width: 100%;
}

img.img-fluid.max-h-\[70px\].max-w-\[70px\] {
    max-width: 230px;
}

.product-entry--vertical .product-entry__image {
    flex-grow: 0;
}

.promotion-badge.has-discount {

    background-color: #0b6769;

}

h4.text-sm.text-red-400 {
    font-size: 0.500rem;
}

navbar-brand {
position: fixed;
width: 100%;
height: 100vh;
background: #fff url('https://cdn.salla.sa/jZyvWq/Y4sjHuzwtQZflmYpyRQ3hd5PunuHRNhxuG7NJqfQ.png') no-repeat center center;
z-index: 9999;
}
.product-entry__title {
    font-size: 12px;
}

[dir=ltr] salla-slider[type]:not(.hydrated)>div,[dir=ltr] salla-slider[type]:not(.hydrated) .swiper>div>div,[dir=ltr] .carousel-slider .swiper {
    padding-right: 0rem
}

[dir=rtl] salla-slider[type]:not(.hydrated)>div,[dir=rtl] salla-slider[type]:not(.hydrated) .swiper>div>div,[dir=rtl] .carousel-slider .swiper {
    padding-left: 0rem
}

[dir=rtl] .promotion-badge {
    top: 11rem;
}

@media(min-width: 768px) {
  .main-nav__inner {
   border-radius: 10px;
    padding-left: 0.25rem;
    padding-right: 2.25rem;
  }
  
  [dir=rtl] .promotion-badge {
    top: 12rem;
}
}