/* banner */
salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider:first-of-type,
salla-slider.photos-slider .swiper-slide {
    margin: 0;
    padding: 0 !important;
    width: 100%;
}

.s-slider-block__title-nav{
display:none !important;
}

/* cats */
section:nth-child(1 of .s-block--banners ) .md\:grid-cols-3 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 768px) {
  section:nth-child(1 of .s-block--banners) .md\:grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: scale(1.06);
  }
}


.two-row .banner-entry,
.two-row .banner-entry:first-child {
    padding:0;
    height:180px;
    background-color: transparent;
}


md\:grid-cols-3 .lazy__bg.lazy.entered.loaded {
    background-repeat: no-repeat;
    background-size: contain;
}

/* Scale on hover */
.banner-entry:hover .lazy__bg {
  transform: scale(1.08);
}

/* Shine effect */
.banner-entry::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transform: skewX(-20deg);
  z-index: 2;
  transition: none;
}

.banner-entry:hover::after {
  animation: shine 0.9s ease forwards;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}


footer *{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.footer-is-light .store-footer .store-footer__inner {
    background-color: #B4797E;
    color: #e8e8e8;
}

.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #985f64;
}

.copyright-text p {
    color: rgb(255 255 255);
}

.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    margin: 0 auto;
    transform: scale(1.5);
    padding: 9px 0 9px 0;
}

@media (max-width: 768px) {
  .s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    margin: 0 auto;
    transform: scale(1.35);
    padding: 9px 0;
  }
}

.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}

h2 {
    color: #B4797E;
}

body {
    background-color: #eddee0;
}

.right-side {
    margin: 0 auto;
    transform: scale(122%);
    padding-bottom: 19px;
}

.s-block__title .right-side:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}