/* header  */
header.store-header *:not(span.s-cart-summary-count) {
  color: #1d6b6d;
  border-color: #1d6b6d;
  fill: #1d6b6d;
}

a.navbar-brand {
  height: 100px !important;
}
a.navbar-brand img {
  max-height: 100% !important;
  height: 100% !important;
}
.top-navbar {
  background: #1d6b6d;
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}
custom-main-menu {
  display: flex;
  align-items: center;
}
/* header  */
/* banners */
section.s-block.s-block--photos-slider {
  margin: 0;
}

.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
  padding: 0;
}

salla-slider.photos-slider .swiper-slide {
  padding: 0;
  margin: 0;
  width: 100%;
}
salla-slider.photos-slider .swiper-slide,
salla-slider.photos-slider img {
  border-radius: 0 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* banners */
/* sq-photos */

.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.two-row .banner-entry:first-child {
  grid-row: span 1 / span1;
}

.lazy__bg.lazy.bg-no-repeat.entered.loaded {
  background-size: cover !important;
}

a.banner-entry.square-photos.has-overlay.with-hover {
  height: 266px !important;
}
section.s-block.s-block--banners.container .has-overlay:after {
  background: #1d6b6d;
  background: linear-gradient(
    180deg,
    rgba(29, 107, 109, 1) 0%,
    rgba(53, 76, 86, 1) 30%,
    rgba(64, 60, 75, 1) 50%,
    rgba(70, 52, 69, 1) 70%,
    rgba(76, 44, 63, 1) 100%
  );
  opacity: 0.6;
}

a.banner-entry.square-photos.has-overlay.with-hover h3.text-with-border {
  border: none;
}

@media (max-width: 600px) {
  section.s-block.s-block--banners.container .has-overlay.with-hover:after {
    opacity: 0.6 !important;
  }
  .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* sq-photos */

/* products  */
@media (min-width: 768px) {
  .s-product-card-vertical {
    flex-direction: row;
    max-height: 200px;
    max-width: 600px;
    overflow: hidden;
    border: 1px solid #1d6b6d;
  }

  .s-products-list-vertical-cards {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }

  .s-block__title {
    position: relative;
  }

  .s-block__title .right-side {
    position: absolute;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
    font-size: 36px;
  }
  .s-product-card-content {
    width: 50%;
  }

  img.s-product-card-image-cover {
    object-fit: contain;
  }
}
.s-block__title .right-side h2 {
  font-size: inherit;
  color: #1d6b6d;
}
@media (max-width: 600px) {
  .s-block__title .right-side {
    position: absolute;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
    font-size: 22px;
  }
  .s-block__title {
    padding: 20px 0;
  }
}
.s-block__title {
  position: relative;
  justify-content: end;
}

/* products  */
/* footer  */
.store-footer__inner {
  background: #fff !important;
}

.store-footer__inner a.flex.items-center.m-0 {
  position: relative;
  color: transparent;
  width: 100px;
  height: 100px;
  margin-bottom: 1rem;
}
.store-footer__inner a.flex.items-center.m-0:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/DGrzmb/eUP5RiHCU110ZKE0KUzGlhRKqbnl1lbGBQZRKIbc.jpg);
  background-position: center;
  background-size: contain;
  top: -50%;
  left: -50%;
  transform: translate(50%, 50%);
}

footer.store-footer {
  background: #1d6b6d !important;
}

footer.store-footer
  .md\:flex.items-center.justify-between.py-4.container.text-center
  * {
  color: #fff !important;
}
/* footer  */