@font-face {
  font-family: "Careem";
  src: url("https://amr099.github.io/Fonts/GE_Hili_Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Careem", sans-serif;
}

:root {
  --bg: #fff;
  --header-bg: #fff;
  --header-color: #000;
  --feat-bg: #fff;
  --feat-color: #000;
}

salla-products-slider .swiper-wrapper{
  padding-block: 1rem
}
.product-index .s-products-list-wrapper.s-products-list-vertical-cards {
    padding: 1rem;
}

/* Categories */

section:nth-child(2 of .s-block--banners) .grid {
  grid-template-columns: repeat(3, 1fr);
}

section:nth-child(2 of .s-block--banners) .banner-entry:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
  height: 650px !important;
}
section:nth-child(2 of .s-block--banners) .banner-entry:nth-child(2) {
  grid-column: 2/4;

  height: 420px !important;
}
section:nth-child(2 of .s-block--banners) .banner-entry:nth-child(3) {
  grid-column: 2/4;
  height: 190px !important;
}

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

section:nth-child(1 of .s-block--banners) .banner-entry h3 {
  filter: drop-shadow(2px 4px 6px black);
}
@media (max-width: 768px) {
  section:nth-child(1 of .s-block--banners) .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  section:nth-child(1 of .s-block--banners) .two-row .banner-entry:first-child {
    padding: 1.25rem;
    grid-row: 1/3;
    height: 100%;
  }
  section:nth-child(1 of .s-block--banners) .banner-entry h3 {
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }

  section:nth-child(1 of .s-block--banners) .banner-entry {
    height: 90px;
  }
  section:nth-child(2 of .s-block--banners) .banner-entry:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
    height: 250px !important;
  }
  section:nth-child(2 of .s-block--banners) .banner-entry:nth-child(2) {
    grid-column: 2/4;

    height: 160px !important;
  }
  section:nth-child(2 of .s-block--banners) .banner-entry:nth-child(3) {
    grid-column: 2/4;
    height: 80px !important;
  }
}
@media (min-width: 640px) {
  section:nth-child(2 of .s-block--banners) .two-row .banner-entry:first-child {
    grid-row: span 1 / span 1;
  }
}

body {
  background-color: var(--bg) !important;
}

.app-inner {
  background-image: var(--bg-img) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center bottom;
}

.top-navbar .s-search-input {
  background-color: #fff;
}

.s-user-menu-trigger {
  background-color: transparent;
}

.main-nav-container {
  min-height: 0;
}

#mainnav,
.inner,
.sub-menu {
  background: var(--header-bg) !important;
}

#mainnav,
#mainnav i:before,
#mainnav b {
  color: var(--header-color) !important;
}

#mainnav a:hover {
  color: var(--header-color) !important;
  opacity: 0.7;
}

/* Carousel */

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

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
  background-color: transparent !important;
}

/* Products */

.s-block--best-offers .swiper-wrapper {
  padding-block: 1rem !important;
}

.s-product-card-entry {
  background-color: transparent !important;
  border-radius: 0.5rem !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.s-product-card-image {
  background-color: transparent !important;
}
.s-product-card-entry:hover img {
  scale: 1.2;
}
.s-product-card-entry img {
  transition: all 0.3s;
}
.slider-bannars-moving h2,
.s-product-card-content-title {
  text-align: center !important;
}
.s-product-card-content-sub {
  justify-content: center;
}
.s-product-card-content-title a {
  color: #000 !important;
}
body:not(body.product-single)
  .s-button-element:not(.s-product-card-wishlist-btn) {
  background: linear-gradient(90deg, #a98448 0%, #d6ba75 100%);

  color: #fff !important;
  border-radius: 0.5rem;
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
  background-color: var(--color-primary) !important;
}
.s-product-card-vertical
  .s-product-card-wishlist-btn
  button:hover
  .sicon-heart {
  color: #fff !important;
}
@media (max-width: 600px) {
  .s-products-slider-card {
    width: 55%;
  }
}

/* Features */

.s-block--features__item .feature-icon,
.s-block--features__item {
  background-color: #fafafa;
}

.s-block--features__item .feature-icon i {
  color: #fff;
  padding: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #a98448 0%, #d6ba75 100%);
}

/* Footer */

.store-footer__inner
  > div
  > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20
  > a
  > h3 {
  font-size: 0 !important;
}

.store-footer__inner
  > div
  > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20
  > a
  > h3:before {
  content: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=120,height=50,onerror=redirect,format=auto/onGpZZ/RAZVzCWgzUq6mPhmvxxOiB04XeAIIReIbDGYgG7V.png);
  filter: brightness(0) invert(1);
}

@media (min-width: 1024px) {
  footer .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

/* Special Heading */

.s-slider-block__title h2,
.s-block__title h2 {
  font-size: 48px !important;
  position: relative;
  color: #000 !important;
}

@media (max-width: 1024px) {
  .s-slider-block__title h2,
  .s-block__title h2 {
    font-size: 22px !important;
  }
}