@import url("https://fonts.googleapis.com/css2?family=Changa:wght@200..800&display=swap");

:root {
  --color-primary: #be945b;
  --font-main: "Changa", sans-serif;
}
body {
  background: white;
}
/* start of main banner */
.store-header + .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 3 images cats قائمة عناصر*/
.store-header + .s-block.s-block--fixed-banner + .s-block--banners {
  margin-top: 2rem;
  .grid {
    justify-content: center;
    grid-template-columns: repeat(3, minmax(0, 178px));
  }
  .square-photos {
    aspect-ratio: 129 / 178;
    height: auto;
    background-color: transparent;
  }
}
/* end of categories swiper */

.s-block--banners:nth-of-type(3) {
  margin-top: 2rem;
  .grid {
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, 707px));
  }
  .square-photos {
    aspect-ratio: 707 / 323;
    height: auto;
    background-color: transparent;
  }
}
@media(max-width: 768px) {
  .s-block--banners:nth-of-type(3) .grid {
    grid-template-columns: repeat(1, minmax(0, 707px));
  }
}

.s-button-primary-outline {
  border-radius: 0;
  background: var(--color-primary);
  border: none;
  color: white !important;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
.s-block--features__item .feature-icon {
  background-color: transparent;
}
.s-block--features__item p {
  display: none;
}
/* start of footer */
footer,
.store-footer__inner {
  background: #be945b !important;
  border-style: solid;
}
footer .container {
  flex-wrap: wrap;
}
.store-footer {
  --text-color: white;
  --hover-opacity: 0.8;
  margin-block-start: 0;
  & *,
  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/fdef9c68-1620-409b-8b4f-22f2c1a39a6a/"] h3,
   a[href="https://alsalwastores.com/"] h3
  {
    text-indent: -9999px;
    background-image: url("https://i.ibb.co/Rpvz0kfJ/alsalwastores.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 336px;
    height: 83px;
    display: block;
  }
}

/* end of footer */