body {
  background-color: white;
}

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

/* ===== Section 1 ===== */
section:nth-of-type(1).s-block {
  margin: unset;
}

section:nth-of-type(1).s-block .container,
section:nth-of-type(5).s-block .container {
  max-width: unset;
  padding: unset;
}

/* ===== Section 2 ===== */
section:nth-of-type(2).s-block .container {
  max-width: 600px;
}

/* ===== Slider Title ===== */
.s-slider-block__title h2 {
  font-size: 1.7rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid black;
  color: black;
}

/* ===== Section 3 - Banners الأقسام ===== */
section:nth-of-type(3).s-block--banners > div,
section:nth-of-type(3).s-block--banners .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

section:nth-of-type(3).s-block--banners {
  margin-top: 1rem;
}

section:nth-of-type(3).s-block--banners .banner-entry {
  flex: 0 0 calc(16% - 10px);
  max-width: calc(14% - 10px);
  height: 204px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

section:nth-of-type(5).s-block--banners .grid.md\:grid-cols-2 a.banner-entry,
section.s-block.s-block--banners.container .grid.md\:grid-cols-2 a.banner-entry {
    height: 750px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

@media (max-width:768px){
  section:nth-of-type(5).s-block--banners .grid.md\:grid-cols-2 a.banner-entry,
  section.s-block.s-block--banners.container .grid.md\:grid-cols-2 a.banner-entry{
      height: 350px !important;
  }
}

/* ===== Two Row ===== */
.two-row .banner-entry:first-child {
  grid-row: span 1 / span 1;
}

/* ===== Global Banner Height ===== */
.banner-entry {
  height: 300px;
}

/* ===== Responsive 768px ===== */
@media (width: 768px) {
  section:nth-of-type(3).s-block--banners .banner-entry {
    height: 204px;
    margin-top: -66px;
  }
}

/* ===== Responsive 1024px ===== */
@media (width: 1024px) {
  section:nth-of-type(3).s-block--banners .banner-entry {
    height: 204px;
    margin-top: -37px;
  }
}

/* ===== Mobile ===== */
@media (max-width: 768px) {

  /* الجريدين */
  section:nth-of-type(3).s-block--banners .grid,
  section.s-block.s-block--banners.container .grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 10px !important;
  }

  /* البانرات */
  section:nth-of-type(3).s-block--banners .banner-entry,
  section.s-block.s-block--banners.container a.banner-entry {
    flex: 0 0 calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
    margin-top: 0 !important;
    border-radius: 8px;
  }

}

/* ===== Products ===== */
.s-product-card-vertical {
  box-shadow: 0 0 10px black;
  margin: 10px;
  border: 2px solid #63A94F;
}

.s-product-card-entry {
  height: 95%;
}

/* ===== Buttons & Footer ===== */
.s-button-primary-outline,
.store-footer__inner {
  color: white;
  background-color: #63A94F;
}

.s-button-primary-outline:hover {
  color: white;
  background-color: #63A94F;
}

.s-reviews-testimonial {
  color: white;
  background-color: #63A94F;
}

.footer-is-light .store-footer .store-footer__inner {
  color: white;
  background-color: #63A94F;
}

.store-footer {
  background-color: white;
}

/* ===== Hidden Elements ===== */
div.lazy__bg.lazy.bg-no-repeat.entered.loaded[data-bg="https://imglink.cc/cdn/QMx37uNY_H.png"] {
  display: none !important;
}

a.banner-entry.square-photos.custom-added-banner.custom-banner-0 {
  display: none !important;
}