@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
body {
  background-color: #ffff !important;
  font-family: "Almarai", sans-serif !important;
}
/******title*******/
.top-navbar.py-2.before\:content-\[\'\'\].bg-darker.text-white {
    background: #fff;
}

section.s-block.speed-headlines.my-3.md\:my-4.s-block-saji-animate
  .saji_titles
  span {
  width: 0;
  height: 0;
  border: none;
}
section.s-block.speed-headlines.my-3.md\:my-4.s-block-saji-animate
  .saji_titles
  span:before {
  top: -2rem !important;
  right: 27rem !important;
  height: 12px;
  width: 16rem;
  background-color: #fa3e6d !important;
}
section.s-block.speed-headlines.my-3.md\:my-4.s-block-saji-animate
  .saji_titles
  span:after {
  top: -2rem !important;
  left: 27rem !important;
  height: 12px;
  width: 16rem;
  background-color: #fa3e6d !important;
}

section.s-block.speed-headlines.my-3.md\:my-4.s-block-saji-animate
  h2.saji-anime-item.text-\[var\(--store-title\)\] {
  font-size: 42px;
  font-weight: 400;
  color: #fa3e6d;
}
section.s-block.speed-headlines.my-3.md\:my-4.s-block-saji-animate
  .saji_titles
  span:before,
section.s-block.speed-headlines.my-3.md\:my-4.s-block-saji-animate
  .saji_titles
  span:after {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 3px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
  section.s-block.speed-headlines.my-3.md\:my-4.s-block-saji-animate
    .saji_titles
    span:before {
    top: -3rem !important;
    right: 8rem !important;
    height: 5px;
    width: 5rem;
  }
  section.s-block.speed-headlines.my-3.md\:my-4.s-block-saji-animate
    .saji_titles
    span:after {
    top: -3rem !important;
    left: 8rem !important;
    height: 5px;
    width: 5rem;
  }

  section.s-block.speed-headlines.my-3.md\:my-4.s-block-saji-animate
    h2.saji-anime-item.text-\[var\(--store-title\)\] {
    font-size: 20px;
    width: 200px;
  }
}
section.s-block.speed-headlines.my-3.md\:my-4.s-block-saji-animate {
  margin: 6% 0;
}
/******title*******/

/*****product****/

.s-product-card-content-main {
  text-align: center;
}

.s-product-card-content-sub {
  justify-content: center;
}

body.index .s-slider-block__title {
  position: relative;
  justify-content: flex-end;
}

.s-slider-block__title-right h2 {
  padding: 0;
  font-size: 28px;
  color: #0065c0;
}

body.index .s-slider-block__title-right {
  padding: 0;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translateX(50%);
}
@media (max-width: 600px) {
  .s-slider-block__title-right h2 {
    font-size: 18px;
    font-weight: 500;
  }
  body.index .s-slider-block__title-right {
    top: -50%;
  }

  body.index .s-block.s-block--best-offers.container.overflow-hidden {
    overflow: visible !important;
  }
}
.s-products-slider-card.swiper-slide.swiper-slide {
  border-radius: 2rem;
  box-shadow: 0px 2px 4px 0.5px rgba(0, 0, 0, 0.55);
  margin-left: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.s-product-card-content {
  background: transparent;
}
.index.animation_saji_on .saji_anime {
  border: none;
  box-shadow: none;
}
/*****product****/
.footer-list.w-full.grid.gap-3.mb-2\.5.md\:mb-4.text-\[var\(--footer-color\)\].dark\:text-\[var\(--footer-color-dark\)\].store-links-items.grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid.grid-cols-1.md\:grid-cols-3.gap-3.pt-3.md\:pt-32.relative.after\:content-\[\'\'\].after\:absolute.after\:left-0.after\:top-0.after\:w-full.after\:h-\[1px\].after\:opacity-30.after\:border-t.after\:border-dashed.after\:border-\[var\(--footer-color\)\].dark\:after\:border-\[var\(--footer-color-dark\)\] {
    padding-top: 3rem;
}