@import url("https://fonts.googleapis.com/css2?family=Style+Script&display=swap");
body {
  font-family: "Style Script", cursive !important ;
}

:root {
  --brand: #940d0f;
  --sub-brand: #940d0f;
  --grad-start: #940d0f;
  --grad-end: #940d0f;
}
.ar-font {
  font-family: "Alilato", "Tajawal", sans-serif !important;
}
body {
  background-color: #f9f3e7 !important;
}
/* header */
.inner.bg-inherit.w-full {
  background-color: #f9f3e7;
}
.inner.bg-inherit.w-full .flex.items-center i {
  color: #2b211e !important;
}
nav#mobile-menu {
  display: none;
}
a.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.top-navbar {
  background: var(--brand) !important;
  color: #fff;
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}

span.s-cart-summary-count {
  background: var(--brand);
}

a.navbar-brand {
  height: auto !important;
  width: 80px !important;
}
a.navbar-brand img {
  height: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
}

custom-main-menu {
  display: flex;
  align-items: center;
}

ul.main-menu.mm-spn--open {
  color: #133448;
}
/* header */
/* banner */
.s-slider-block__title {
    margin: 0 !important;
}

.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    margin: 0 !important;
}
salla-slider.photos-slider .swiper-slide {
  padding: 0;
  margin: 0;
  width: 100%;
}

section.s-block--photos-slider .swiper.s-slider-container {
  padding: 0;
}

section.s-block--fixed-banner.wide-placeholder .container,
section.s-block--fixed-banner.wide-placeholder .container * {
  border-radius: 0;
}
section.s-block--fixed-banner.wide-placeholder .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

section.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
  margin-top: 0px;
}

.grid.one-row.md\:grid-cols-3 * {
  border-radius: 0;
}
section.s-block.s-block--photos-slider {
  margin: 0;
}
.banner--fixed img {
  background-color: transparent !important;
}

/* banner */

/* footer */
.store-footer__inner {
  background: var(--brand) !important;
  box-shadow: 0 -18px 23.1px 0 #00000014;
}
.store-footer__inner * {
  color: #f9f3e7 !important;
  border-color: #f9f3e7 !important;
}
.store-footer__inner a.flex.items-center.m-0 {
  position: relative;
  color: transparent !important;
  width: 100px;
  height: 80px;
  margin-bottom: 1rem;
}
.store-footer__inner a.flex.items-center.m-0::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(https://i.ibb.co/SXj3HnHv/Mask-group-13.png) center / cover
    no-repeat;
}
/* footer */
.store-footer__inner a.flex.items-center.m-0 h3 {
  display: none;
}
.blog-single img.h-80.mb-10.w-full.object-cover.rounded-md,
a.post-entry__image.relative.overflow-hidden.hover\:opacity-90.w-full.h-56.bg-border-color.flex.items-center.justify-center {
  height: 100%;
}
.blog-single img.h-80.mb-10.w-full.object-cover.rounded-md,
a.post-entry__image.relative.overflow-hidden.hover\:opacity-90.w-full.h-56.bg-border-color.flex.items-center.justify-center {
  height: 100%;
}
/* ================== cat ================== */

a.slide--cat-entry {
  min-height: 110px;
  justify-content: center;
  border-radius: 16px;
  background: transparent;
  width: fit-content;
  flex-direction: column;
  padding: 10px;
  position: relative;
  height: 110px;
  align-items: center !important;
  gap: 10px;
  height: fit-content;
}

.slide--one-sixth a.slide--cat-entry i {
  color: transparent !important;
  width: 250px;
  height: 190px;
  background: var(--cat-img) transparent center / contain no-repeat;
  margin-bottom: 16px;
  border-radius: 16px;
  max-height: 100% !important;
  margin: 0;
}

.slide--one-sixth .slide--cat-entry h2 {
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  background-color: var(--brand);
  padding: 10px;
  border-radius: 2rem;
  width: 100% !important;
}

.slide--one-sixth:nth-of-type(1) {
  --cat-img: url("https://i.ibb.co/fVWBhK6g/Frame-2085660655-2x.png");
}
.slide--one-sixth:nth-of-type(2) {
  --cat-img: url("https://i.ibb.co/4nd5VdWC/Frame-2085660655-2x-1.png");
}
.slide--one-sixth:nth-of-type(3) {
  --cat-img: url("https://i.ibb.co/27SdtzK7/Frame-2085660655-2x-2.png");
}

.slide--one-sixth:nth-of-type(4) {
  --cat-img: url("https://i.ibb.co/678p0jjK/Frame-2085660655-2x-3.png");
}

section.s-block.s-block--categories .swiper-wrapper {
  gap: 40px;
  padding: 30px 0;
}
@media (min-width: 991px) {
  section.s-block.s-block--categories .swiper-wrapper {
    justify-content: space-around;
  }
}
.swiper-slide.slide--one-sixth.swiper-slide {
  width: fit-content;
}

@media (max-width: 600px) {
  a.slide--cat-entry {
    height: fit-content;
    width: fit-content;
    min-height: 0;
    border-radius: 8px;
  }

  section.s-block.s-block--categories .swiper-wrapper {
    gap: 20px;
    margin-top: 0;
    padding: 30px 0;
  }

  .slide--one-sixth a.slide--cat-entry i {
    background: var(--cat-img) transparent center / contain no-repeat;

    max-height: 100% !important;
  }
  a.slide--cat-entry:before {
    width: 85px;
    height: 95px;
    border-radius: 12px;
    transform: translateX(-10px);
  }

  a.slide--cat-entry:after {
    width: 85px;
    height: 95px;
    border-radius: 12px;
    transform: translateX(10px);
  }
}
/* ================== /cat ================== */
/* product */
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
  margin-top: 2.5rem;
}

.s-block__title {
  justify-content: center;
  margin-top: 2em;
  overflow: hidden;
}
.s-block__title .right-side {
  padding: 0;
}
.s-slider-block__title {
  margin-top: 5rem;
  justify-content: end;
  margin-bottom: 0;
}
s-slider-block__title * {
  overflow: visible;
}
.s-slider-block__title .s-slider-block__title-right {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--brand);
  width: fit-content;
  padding: 0;
  text-align: center;
  /* height: 100px; */
}

/* heading text + gradient lines before/after */
.s-slider-block__title .s-slider-block__title-right h2,
.s-block__title .right-side h2 {
  font-size: 60px !important;
  padding: 0;
  color: var(--brand);

  /* layout for the lines */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* gap: 16px; */
  white-space: nowrap;
  font-weight: 400;
  flex-direction: column;
  /* max-height: 41px; */
}

@media (max-width: 600px) {
  .s-slider-block__title .s-slider-block__title-right h2,
  .s-block__title .right-side h2 {
    font-size: 44px !important;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    gap: 10px;
    font-weight: 400 !important;
  }
  .s-block--best-offers {
    padding-top: 5rem;
  }
  .s-slider-block__title .s-slider-block__title-right {
    top: -17%;
  }
}
.s-product-card-content a,
.s-product-card-content h4 {
  color: #1c1b1b;
}
.s-product-card-vertical {
  border-radius: 25px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.s-button-primary-outline:hover {
  background-color: var(--sub-brand);
  color: #fff;
}
.s-product-card-content {
  background-color: #ffff;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
  color: var(--brand);
}
.s-button-primary-outline:hover{color:#fff !important}
/* product */
.s-slider-block__title-right h2 .title-first-word {
  display: block;
  font-size: calc(1em - 20px);
}

.s-slider-block__title-right h2 .title-rest {
  display: block;
}
/* reviews header */
.s-reviews-header-wrapper {
  text-align: center;
  overflow: hidden;
  justify-content: center;
}

.s-reviews-header-wrapper h1.s-reviews-header {
  font-size: 60px !important;
  padding: 0;
  color: var(--brand);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  margin: 0;
}

.s-reviews-header-wrapper h1.s-reviews-header span {
  display: block;
  line-height: 1.3;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .s-reviews-header-wrapper h1.s-reviews-header {
    font-size: 44px !important;
    -webkit-text-stroke-width: 1px;
    font-weight: 400 !important;
  }
}
salla-slider#testimonials-undefined-slider {
  margin-top: -3rem;
}
/* reviews header */