/* Add custom CSS styles below */
body {
  background-color: #fff;
}

.s-cart-summary-count {
  background-color: #16b4a0 !important;
}

nav#mobile-menu  img {
  display: none;
}

.s-add-product-button-main .s-button-text,
.s-cart-coupons-coupon-button-apply:where([dir="rtl"], [dir="rtl"] *)
  .s-button-text,
#cart-submit .s-button-text,
.s-add-product-toast__actions salla-button .s-button-btn {
  color: #fff;
}

.s-block--photos-slider {
  margin-top: 0;
}

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

.s-block.s-block--photos-slider.repeated-block {
  display: none;
}

@media (max-width: 767px) {
  .s-block.s-block--photos-slider:not(.repeated-block) {
    display: none;
  }

  .s-block.s-block--photos-slider.repeated-block {
    display: block;
  }
}

.s-block--categories .swiper-slide {
  min-height: 280px !important;
}

.s-block--categories .slide--cat-entry {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 20px !important;
}

.slide--cat-entry {
  border: none;
}

.s-block--categories .slide--cat-entry img {
  width: 200px !important;
  height: 200px !important;
}

.s-block--categories .slide--cat-entry h2 {
  font-size: 15px !important;
  font-weight: 700 !important;
}

@media (max-width: 991px) {
  .s-block--categories .slide--cat-entry img {
    width: 150px !important;
    height: 150px !important;
  }

  .s-block--categories .slide--cat-entry h2 {
    font-size: 14px !important;
  }
}

.s-block--best-offers .s-slider-block__title-right {
  display: none !important;
}

.s-block--best-offers .s-slider-block__title {
  position: relative;
}

.s-block--best-offers .s-slider-block__title-nav {
  position: absolute !important;
  left: 0;
  top: 100%;
  transform: translateY(-50%);
}

.s-product-card-entry {
  border: 1px solid #16b4a0;
}

.s-product-card-image img {
  background-color: #fff !important;
}

custom-salla-product-card.s-product-card-entry .s-product-card-content-main,
custom-salla-product-card.s-product-card-entry .s-product-card-content-sub {
  text-align: center !important;
  flex-direction: column !important;
}

.s-product-card-content-footer .s-button-primary-outline,
salla-add-product-button[width="wide"] [product-status="out"] {
  background-color: #16b4a0 !important;
  color: #fff !important;
  border-radius: 50px;
}

.s-product-card-content-footer .s-button-primary-outline i {
  color: #fff !important;
}

.s-product-card-content-footer .s-button-primary-outline:hover,
salla-add-product-button[width="wide"][product-status="out"]:hover {
  background-color: #fff !important;
  color: #16b4a0 !important;
  border-color: #16b4a0 !important;
}

.s-product-card-content-footer .s-button-primary-outline:hover i {
  color: #16b4a0 !important;
}

.s-block--banners .two-row .banner-entry:first-child {
  grid-column: span 1 / span 1;
  grid-row: span 1 / span 1;
}

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

.s-block--banners .banner-entry {
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 0 !important;
}

.s-block--banners .lazy__bg.loaded {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 767px) {
  .s-block--banners .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .s-block--banners
    .grid:has(.banner-entry:nth-child(3):last-child)
    .banner-entry:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
  }
}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

section.s-block--fixed-banner.wide-placeholder .banner--fixed img,
section.s-block--fixed-banner.wide-placeholder .banner--fixed picture {
  border-radius: 0 !important;
  background-color: transparent !important;
}

.store-footer {
  border-top: #16b4a0 solid 5px;
}

.footer-is-light .store-footer .store-footer__inner,
footer.store-footer {
  background: #fff !important;
  color: #000000 !important;
}

footer.store-footer {
  background: #16b4a0 !important;
}

.store-footer a {
  line-height: 25px;
}

.s-contacts-icon {
  border-color: #303030;
}

.s-social-link {
  border: 1px solid #303030;
  border-radius: 50%;
}

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

@media (max-width: 767px) {
  .footer-is-light
    .store-footer
    .store-footer__inner
    .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .store-footer h3 {
    text-align: center;
  }

  .s-contacts-list-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-is-light .store-footer .contact-social {
    display: flex;
    justify-content: center;
  }

  .s-menu-footer-list a {
    text-align: center;
  }
  .s-slider-block__title {

    justify-content: center;

}
}

.no-content-placeholder > a:hover {
  color: #fff;
}
.s-block.s-block-simple-section,
section.s-block.s-block--bundle-text-content {
    margin-top:2rem !important;
        margin-bottom:0 !important;

        padding-top:0 !important;
        padding-bottom:0 !important;
    
}