/* Add custom CSS styles below */
/* Add custom CSS styles below */

/* Carousel */
.navbar-brand img {
  max-height: 100px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 100px;
}

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

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

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

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

/* Categories */

.s-block__title {
  justify-content: center;
}
.s-block__title h2 {
  color: #ae3a8e;
  font-size: 50px;
}
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0;
}
section:nth-child(1 of .s-block--banners) .grid {
  width: 100%;
  margin: auto;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}

section:nth-child(2 of .s-block--banners) .grid {
  width: 100%;
  margin: auto;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}

section:nth-child(4 of .s-block--banners) {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  section:nth-child(4 of .s-block--banners) .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  section:nth-child(4 of .s-block--banners) .banner-entry:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  section:nth-child(4 of .s-block--banners) .banner-entry:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
    height: 100%;
  }
  .has-overlay:after {
    background-color: transparent;
  }
}
section:nth-child(4 of .s-block--banners) .lazy__bg:nth-child(1) {
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 95% !important;
}

.s-block--banners .lazy__bg {
  background-size: contain;
  background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
  height: 300px;
}

section:nth-child(3 of .s-block--banners) .banner-entry {
  height: 260px;
}
@media (max-width: 992px) {
  .s-block--banners .banner-entry {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .s-block--banners .banner-entry {
    height: 260px;
  }
}
@media (min-width: 640px) {
  .two-row .banner-entry:first-child {
    grid-row: span 1 / span 1;
  }
}

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

/* Products */
.s-slider-block__title {
  margin-bottom: 2rem;
  justify-content: center;
}

a.s-slider-block__display-all {
  display: none;
}

.s-slider-block__title-left {
  display: none;
  color: #fff !important;
}

.s-slider-block__title h2 {
  color: #ae3a8e;
  border: none;
  font-size: 36px;
}
.s-product-card-entry {
  background-color: transparent !important;
  border-radius: 0.5rem !important;
}
.s-product-card-image {
  background-color: transparent !important;
}
.s-product-card-entry:hover img {
  scale: 1.2;
}
.s-product-card-entry img {
  transition: all 0.3s;
}
.slider-bannars-moving h2,
.s-product-card-content-title {
  text-align: center !important;
}
.s-product-card-content-sub {
  justify-content: center;
}
.s-product-card-content-title a {
  color: #000 !important;
}
body:not(body.product-single)
  .s-button-element:not(.s-product-card-wishlist-btn) {
  background: var(--color-primary);
  color: #fff !important;
  border-radius: 0.5rem;
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
  background-color: var(--color-primary) !important;
}
.s-product-card-vertical
  .s-product-card-wishlist-btn
  button:hover
  .sicon-heart {
  color: #fff !important;
}

.s-block--features__item:first-child {
  grid-column: span 1 / span 2;
}
.s-block--features .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.s-block--features__item .feature-icon {
  background-color: transparent;
}
.s-block--features__item .feature-icon i {
  color: #ae3a8e;
}

.s-block--features__item p {
  display: none;
}

@media (min-width: 768px) {
  section:nth-child(2 of .s-block--photos-slider),
  section:nth-child(4 of .s-block--photos-slider),
  section:nth-child(6 of .s-block--photos-slider) {
    display: none;
  }
}
@media (max-width: 768px) {
  section:nth-child(2 of .s-block--photos-slider),
  section:nth-child(4 of .s-block--photos-slider),
  section:nth-child(6 of .s-block--photos-slider) {
    display: block;
    margin: 0;
  }
  section:nth-child(1 of .s-block--photos-slider),
  section:nth-child(3 of .s-block--photos-slider),
  section:nth-child(5 of .s-block--photos-slider) {
    display: none;
  }
}

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

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

  .s-block__title .right-side {
    padding: 0;
  }
  .s-product-card-content-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

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

  .s-block__title h2 {
    font-size: 20px;
  }

  .s-slider-block__title h2 {
    font-size: 22px;
  }

  section:nth-child(1 of .s-block--banners) .grid {
    width: 100%;
    margin: auto;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }

  section:nth-child(2 of .s-block--banners) .grid {
    width: 100%;
    margin: auto;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
/* Footer */

.store-footer,
.store-footer__inner {
  background-color: #ae3a8e !important;
}

footer * {
  color: #fff;
}

@media (min-width: 1024px) {
  footer .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.copyright-text p {
  color: #fff !important;
}