@import url("https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap");
* {
  font-family: "Zain", sans-serif;
}
:root {
  --color-btn-card: #fff;
  --gradient-product-card-button-default: linear-gradient(
    90deg,
    rgba(247, 236, 229, 1) 0%,
    rgba(196, 172, 157, 1) 50%,
    rgba(106, 82, 69, 1) 100%
  );
  --gradient-product-card-button-hover: linear-gradient(
    270deg,
    rgba(247, 236, 229, 1) 0%,
    rgba(196, 172, 157, 1) 50%,
    rgba(106, 82, 69, 1) 100%
  );
}
/* start of main banner */
.store-header + .s-block.s-block--fixed-banner {
  margin-top: 0;
  .hero-video {
    width: 100%;
    max-height: calc(100dvh - 132px);
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
  }
}
.store-header + * + .s-block.s-block--fixed-banner,
.s-block--categories + .s-block.s-block--fixed-banner {
  margin-top: 0;
  .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .banner {
    width: 100%;
    margin: 0;
  }
  img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}

/* end of main banner */

/* start of categories swiper */
.grid {
  display: flex;
  justify-content: center;
}
.square-photos {
  height: 160px;
  width: 200px;
  background-size: contain;
}
/* end of categories swiper */

/* start of section titles */
.s-block__title .right-side {
  margin-inline: auto;
  h2 {
    font-size: 2rem;
  }
}
.s-slider-block__title {
  justify-content: center;
  h2 {
    font-size: 2rem;
  }
}
.s-slider-block__title-left {
  position: absolute;
  top: 0;
  left: 0;
}
/* end of section titles */

/* start of add to cart btn style */
salla-add-product-button .s-button-element.s-button-btn {
  border-radius: 0.25rem;
  background: var(--gradient-product-card-button-default);
  border: none;
  color: var(--color-btn-card);
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}

salla-add-product-button .s-button-element.s-button-btn:hover {
  background: var(--gradient-product-card-button-hover);
  transform: scale(1.05);
}
/* end of add to cart btn style */

/* start of offers products */
.s-product-card-horizontal {
  flex-direction: row-reverse;
  .s-product-card-image {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    overflow: hidden;
  }
}
/* end of offers products */
/* start of product card */
.s-product-card-entry {
  position: relative;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  overflow: hidden;
}

.s-product-card-entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #6a5245, rgba(0, 0, 0, 0));
  border-radius: inherit;
  padding: 2px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  pointer-events: none;
  z-index: 1;
}

.s-product-card-image {
  position: relative;
  z-index: 0;
}
/* end of product card */

/* start of footer */
footer,
.store-footer__inner {
  background-color: #6a5245 !important;
  border-style: solid;
}
footer .container {
  flex-wrap: wrap;
}
.store-footer {
  --text-color: white;
  --hover-opacity: 0.8;

  & *,
  p {
    color: var(--text-color);
  }

  & svg {
    & * {
      fill: var(--text-color);
      stroke: var(--text-color);
    }
  }

  & a {
    color: var(--text-color);

    &:hover {
      opacity: var(--hover-opacity);
    }
  }
  a[href="https://salla.sa/mhl-lbyea-alasl/"] h3,
   a[href="https://wafi-store0.com/"] h3
  {
    text-indent: -9999px;
    background-image: url("https://i.ibb.co/rRX2FyTV/Isolation-Mode.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 99px;
    height: 136px;
    display: block;
  }
}

/* end of footer */