button, a {will-change: transform, opacity}button:hover, .button:hover {background-color: #f8b400;transform: scale(1.05);transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out}img, video {max-width: 100%;height: auto;display: block}.ad-slot {width: 300px;height: 250px;display: block;min-height: 250px}.banner {min-height: 1px;display: flex;align-items: center;justify-content: center}.lazyload {display: block;min-height: 100px;opacity: 0;transition: opacity 0.3s ease-in-out}.lazyload.loaded {opacity: 1}@font-face {font-family: 'CustomFont';src: url('customfont.woff2') format('woff2');font-display: swap}body {scroll-behavior: smooth;font-display: swap}


.swiper-wrapper.s-slider-swiper-wrapper {
  padding-top: .4rem;
  padding-bottom: .4rem;
}
salla-slider .swiper-slide {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    margin-bottom: .6rem;
}
.s-product-card-content {
  border-radius: 0;
}

.product-card__title {
  margin: 0 0 5px;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product-card--fit-height, .product-card__full-image, .product-card--minimal, .product-card--horizontal {
  height: auto;
 
  padding: 0.2rem;
  overflow: hidden;
  
}
.fit-slider-products .s-slider-swiper-wrapper .swiper-slide custom-salla-product-card {
    flex: 1 1 0%;
    min-height: 100%;
    justify-content: space-between;
   
}
.swiper-pagination {
  display: none !important;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *), .s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
  padding-left: 0;   
}

.s-products-list-vertical-cards {
    padding: .3rem !important;
}
.product-card__image {
   
    aspect-ratio: 4 / 4 !important;
}