@media (max-width: 768px) {
  section:nth-child(1 of .s-block--photos-slider) {
    display: none;
  }
  section:nth-child(2 of .s-block--photos-slider) {
    display: block;
  }
}
@media (min-width: 768px) {
  section:nth-child(1 of .s-block--photos-slider) {
    display: block;
  }
  section:nth-child(2 of .s-block--photos-slider) {
    display: none;
  }
}



html.dark .main-logo {
  filter: invert(1) sepia(1);
}

.global-animated-ads,
.mobile-nav-outer,
.index salla-add-product-button.w-full.aaliicon-add-to-cart-outer.hydrated {
  display: none;
}

.s-block--best-offers {
  margin-top: 1rem !important;
}

.top-navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Carousel */

#fullscreen-banner-0 {
  margin-bottom: 0 !important;
}

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

.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;
}

@media (max-width: 768px) {
  .s-block-fullscreen-banners .bg__image img {
    height: 500px !important;
  }
}

#app.fs-btn-gradient .fs_banners_btn {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  padding: 16px 32px;
  border-radius: 0 !important;
}

@media (min-width: 1024px) {
  .s-block-fullscreen-banners .bg__image img {
    height: 700px !important;
  }
  .s-block-fullscreen-banners h2 {
    font-size: 72px !important;
    margin-bottom: 2.5rem !important;
  }
  .s-block-fullscreen-banners p {
    font-size: 24px !important;
  }
}

@media (max-width: 768px) {
  .home-sec-1 .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .floating_text {
    margin-top: 12rem !important;
  }
}

#_2chat-whatsapp-widget > div > div {
  bottom: 82px !important;
  right: 12px !important;
}

html:not(html.dark) .s-slider-block__display-all {
  font-size: 1.2rem;
  font-weight: bold !important;
  color: #000 !important;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
}

.s-slider-block__title h2 {
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .tabs-on .main-nav-container.fixed-pinned .inner {
    top: 0;
  }
}

.custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.custom-popup {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.popup-img {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 45px;
  font-size: 40px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  background: #fff;
  padding: 8px;
  border-radius: 50%;
  padding-bottom: 13px;
  box-shadow: 0 0 10px #fff;
}

span.copy-code {
  position: absolute;
  z-index: 9999;
  bottom: 20% !important;
  color: #ffff;
  left: 50%;
  transform: translate(-50%, 0);
}

span.copy-code:hover {
  cursor: pointer;
}