@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap");

body {
  font-family: "El Messiri", sans-serif;
}
/* header  */

.top-navbar {
  background: #fff;
}

span.s-cart-summary-count {
  background: #582f80;
}
/* header  */
/* banner  */

section.s-block.s-block--fixed-banner.wide-placeholder .container * {
  border-radius: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
  margin: 0;
}
.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 * {
  border-radius: 0;
}

.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
  grid-template-columns: auto auto;
  gap: 0;

  grid-template-areas: "frist  sec" "frist  ther";
}

a.banner-entry.square-photos:nth-of-type(1) {
  grid-area: frist;
  height: 100%;
}
a.banner-entry.square-photos:nth-of-type(2) {
  grid-area: sec;
}
a.banner-entry.square-photos:nth-of-type(3) {
  grid-area: ther;
}
@media (max-width: 600px) {
  .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    display: flex;
    flex-direction: column;
  }
  a.banner-entry.square-photos:nth-of-type(1) {
    height: 222px;
  }
  a.banner-entry.square-photos:nth-of-type(2) {
    height: 113px;
  }
  a.banner-entry.square-photos:nth-of-type(3) {
    height: 113px;
  }
}

/* banner  */
/* product  */

.s-block__title {
  justify-content: center;
  margin-top: 2em;
  overflow: hidden;
}
.s-block__title .right-side {
  padding: 0;
}

.s-slider-block__title {
  margin-top: 2rem;
  justify-content: end;
  /* overflow: hidden; */
  /* width: 100% !important; */
}

.s-slider-block__title .s-slider-block__title-right {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #582f80;
  width: fit-content;
  padding: 0;
  text-align: center;
}
.s-slider-block__title .s-slider-block__title-right h2 {
  font-size: 32px !important;
  padding: 0;
}

.s-slider-block__title .s-slider-block__title-right:before {
  content: "";
  height: 3px;
  width: 200px;
  background: #582f80;
  top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -250px;
}

.s-slider-block__title .s-slider-block__title-right:after {
  content: "";
  height: 3px;
  width: 200px;
  background: #582f80;
  top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -250px;
}
.s-block__title .right-side {
  position: relative;
}
.s-block__title .right-side h2 {
  font-size: 32px !important;
  padding: 0;
  color: #582f80;
}
.s-block__title .right-side:before {
  content: "";
  height: 3px;
  width: 200px;
  background: #582f80;
  top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
}

.s-block__title .right-side:after {
  content: "";
  height: 3px;
  width: 200px;
  background: #582f80;
  top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100%;
}

@media (max-width: 600px) {
  .s-slider-block__title .s-slider-block__title-right:before {
    content: "";
    height: 3px;
    width: 100px;
    background: #582f80;
    top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -123px;
  }

  .s-slider-block__title .s-slider-block__title-right:after {
    content: "";
    height: 3px;
    width: 100px;
    background: #582f80;
    top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -123px;
  }
  .s-block__title .right-side {
    position: relative;
  }
  .s-block__title .right-side h2 {
    font-size: 18px !important;
    padding: 0;
    color: #582f80;
  }
  .s-block__title .right-side {
  }
  .s-block__title .right-side:before {
    content: "";
    height: 3px;
    width: 100px;
    background: #582f80;
    top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -70%;
  }

  .s-block__title .right-side:after {
    content: "";
    height: 3px;
    width: 100px;
    background: #582f80;
    top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -70%;
  }
  .s-slider-block__title .s-slider-block__title-right h2 {
    font-size: 18px !important;
    padding: 0;
    text-align: center;
  }
}

/* product  */
/* footer  */
.store-footer__inner {
  background: #582f80;
}

.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://imgg.io/images/2025/11/18/e8a09ccc3a900b00fb86bd7f98d1fd9c.png);
  background-position: center;
  background-size: contain;
}
/* footer  */