body,
.inner {
  background-color: #EDE6E2 !important;
}

/* Unset Raeed Carousel */

.s-block:nth-of-type(1) {
  margin-top: 0 !important;
}

section.s-block.s-block--photos-slider * {
  margin: 0 !important;
  padding: 0 !important;
}

salla-slider.photos-slider .swiper-slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

/* Categories Grid */

.s-block--banners .grid {
  grid-template-columns: repeat(3, 1fr);
}

.s-block--banners .banner-entry {
  height: 450px;
}

@media (max-width: 992px) {
  .s-block--banners .banner-entry {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .s-block--banners .banner-entry {
    height: 150px;
  }
}

.s-block--banners .lazy__bg {
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  .two-row .banner-entry:first-child {
    grid-row: span 1 / span 1;
  }
}

/* Products */

.s-slider-block__title {
  display: none;
}

@media (max-width: 600px) {
  .s-products-slider-card {
    width: 60%;
  }
}

/* Center Product Content */

.s-product-card-content > * {
  text-align: center;
}

.s-product-card-content-sub {
  justify-content: center;
}

body.index .s-button-element:not(.s-product-card-wishlist-btn) {
  background: #445c78;
  color: #fff !important;
}

body.index .s-product-card-content-title a {
  color: #643d91 !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
  background-color: #445c78 !important;
}

.s-product-card-vertical
  .s-product-card-wishlist-btn
  button:hover
  .sicon-heart {
  color: #fff !important;
}

/* Last Banner Padding */

.s-block--fixed-banner:nth-of-type(6) {
  padding: 1rem 8rem !important;
}

@media (max-width: 1200px) {
  .s-block--fixed-banner:nth-of-type(6) {
    padding: 1rem 2rem !important;
  }
}

/* Transparent Banner */

.banner-entry,
.banner--fixed img {
  background-color: transparent !important;
}

/* Footer */

.store-footer__inner {
  background-color: #fff !important;
}


@media (min-width: 992px) {
  footer img[alt="Logo"] {
    grid-column: span 2 / span 2;
  }
}
.s-contacts-icon {
  border-color: var(--primary-clr);
}

@media (max-width: 769px) {
  footer * {
    margin: 0 auto;
    text-align: center;
  }
}

.banner-entry > div {
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0.3s;
}

.footer-is-light .store-footer{
  background-color: #fff !important
}

.banner-entry > div:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

.banner-entry > div:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */
.banner-entry > div:active:after {
  opacity: 0;
}

.banner-entry > div:hover {
  transform: scale(0.9);
}