/* Add custom CSS styles below */
  @import url("https://fonts.googleapis.com/css2?family=Beiruti:wght@200..900&display=swap");
  /* ============ Tokens ============ */
  :root {
    --ink: #1e1e1e;
    --badge-fg: #ffffff;
    --side-w: 400;
    /* ratio units, mirrors source crop width  */
    --mid-w: 640;
    --gap-edge: clamp(16px, 2.6vw, 40px);
    --content-max: 1180px;
    --divider-gap: clamp(28px, 3vw, 56px);
    --icon-size: clamp(28px, 2.4vw, 38px);
    --hero-bg: #000000;
    --hero-fg: #ffffff;
    --hero-decor: #565656;
    --hero-cta-bg: #ffffff;
    --hero-cta-fg: #161616;

    --hero-pad-inline: clamp(20px, 9.9vw, 143px);
    --hero-pad-block: clamp(40px, 7vw, 92px);
    --hero-gap: clamp(24px, 6vw, 86px);
    --hero-content-gap: clamp(14px, 1.8vw, 24px);

    --hero-fs-heading: clamp(1.75rem, 1.1996rem + 2.3482vw, 3.313rem);
    --hero-fs-body: clamp(1.125rem, 0.8609rem + 1.1268vw, 1.875rem);
    --hero-fs-cta: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
    --hero-fs-decor: clamp(2.9rem, 1.5rem + 6.5vw, 6.75rem);

    --hero-radius-pill: 999px;
  }

  img {
    max-width: 100%;
    display: block;
  }

  /* ============ Banner shell ============ */
  .custom-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: none;
    grid-template-columns: calc(var(--side-w) * 1fr) calc(var(--mid-w) * 1fr) calc(var(--side-w) * 1fr);
    grid-template-areas: "side-l content side-r";
    align-items: stretch;
    background: url("https://cdn.files.salla.network/homepage/641925485/9dc8eda5-53cd-4438-96ec-5e20dae47aae_1440x760.webp") center center / cover no-repeat;
  }

  /* ============ Side photo columns ============ */
  .side {
    grid-area: side-l;
    position: relative;
    height: 100%;
    overflow: hidden;
  }

  .side--women {
    grid-area: side-r;
  }

  .side__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .side__caption {
    position: absolute;
    inset: auto auto auto auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  /* ============ Center content column ============ */
  .content {
    grid-area: content;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: clamp(14px, 3.2vw, 40px) clamp(10px, 2.4vw, 28px) clamp(18px, 3vw, 34px);
    height: 100%;
    text-align: center;
  }

  /* ---- Brand header ---- */
  .brand {
    margin: 40px 0 clamp(16px, 3.4vw, 40px);
  }

  .brand__logo {
    margin: 0 0 clamp(10px, 1.6vw, 18px);
    display: inline-flex;
    align-items: center;
    gap: 0.18em;
    font-weight: 800;
    font-size: clamp(2rem, 2.8vw, 3rem);
    /* was 18–30px */
    letter-spacing: 0.01em;
    color: var(--ink);
    text-transform: uppercase;
    line-height: 1;
  }

  .brand__logo svg {
    width: 0.62em;
    height: 0.62em;
    color: var(--ink);
  }

  .brand__tagline-ar {
    margin: 0 0 clamp(8px, 1.3vw, 14px);
    font-weight: 700;
    font-size: clamp(1.5rem, 2vw, 2.25rem);
    /* was 13–22px */
    line-height: 1.6;
    color: var(--ink);
  }

  .brand__tagline-en {
    margin: 0 auto;
    max-width: 32em;
    font-weight: 700;
    font-size: clamp(1.3rem, 1.8vw, 2rem);
    /* was 11.5–19px */
    line-height: 1.5;
    color: var(--ink);
  }

  /* ---- Feature grid ---- */
  .features {
    direction: ltr;
    /* preserves the source's left-to-right card order */
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 560px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(10px, 1.9vw, 30px);
    row-gap: clamp(16px, 2.6vw, 34px);
  }

  .feature {
    direction: rtl;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .feature__icon {
    width: clamp(46px, 4.6vw, 64px);
    height: clamp(46px, 4.6vw, 64px);
    border-radius: 50%;
    border: 1px solid var(--ink);
    display: grid;
    place-items: center;
    color: var(--ink);
    margin: 0 0 clamp(6px, 1vw, 12px);
    flex: none;
  }

  .feature__icon svg {
    width: 54%;
    height: 54%;
  }

  .feature__title {
    margin: 0 0 clamp(7px, 1.1vw, 14px);
    font-weight: 700;
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    /* was 9.5–16px */
    line-height: 1.3;
    color: var(--ink);
    white-space: nowrap;
  }

  .feature__card {
    position: relative;
    width: 100%;
    border: 1px solid var(--ink);
    border-radius: clamp(8px, 1vw, 14px);
    padding: 0px clamp(6px, 1vw, 14px) clamp(12px, 1.7vw, 20px) clamp(8px, 1.1vw, 14px);
    height: stretch;
  }

  .feature__badge {
    background: var(--ink);
    color: var(--badge-fg);
    font-weight: 700;
    font-size: clamp(0.8rem, 0.9vw, 0.95rem);
    /* was 7–11.5px */
    letter-spacing: 0.02em;
    text-transform: lowercase;
    padding: 0.45em 1.5em;
    border-radius: 0 0 8px 8px;
    white-space: nowrap;
    display: block;
    width: fit-content;
    margin: -1px auto 8px auto;
  }

  .feature__desc {
    margin: 0;
    font-weight: 500;
    font-size: clamp(0.95rem, 1vw, 1.05rem);
    /* was 7.6–12.5px */
    line-height: 1.65;
    color: var(--ink);
  }

  /* ---- Formula strip ---- */
  .formula {
    direction: ltr;
    margin: 28px auto 0;
    display: flex;
    align-items: center;
    gap: clamp(8px, 1.2vw, 18px);
    padding: 0.55em clamp(12px, 1.6vw, 22px);
    border: 1.5px solid var(--ink);
    border-radius: 16px;
    width: fit-content;
  }

  .formula__icon {
    flex: none;
    color: var(--ink);
  }

  .formula__icon svg {
    width: clamp(26px, 3vw, 46px);
    height: clamp(26px, 3vw, 46px);
  }

  .formula__text {
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    flex: 1;
  }

  .formula__ar {
    font-weight: 700;
    font-size: clamp(1.15rem, 1.4vw, 1.5rem);
    /* was 9–17px */
    color: var(--ink);
  }

  .formula__en {
    direction: ltr;
    font-weight: 600;
    font-size: clamp(0.95rem, 1vw, 1.1rem);
    /* was 7–13px */
    line-height: 1.5;
    color: var(--ink);
  }

  /* ============ Responsive: stack under ~760px ============ */
  @media (max-width: 1024px) {
    .soum-promo-cta~.s-block--fixed-banner {
      display: none;
    }

    body {
      padding: 0;
    }

    .brand {
      margin-top: 0;
    }

    .custom-banner {
      aspect-ratio: auto;
      display: flex;
      flex-direction: column;
      background: radial-gradient(120% 90% at 50% 0%,
          #cdba9f 0%,
          #cdba9f 55%,
          #cdba9f 75%,
          #ece5da 100%);
    }

    .side {
      display: none;
    }

    .content {
      padding: 18px 26px;
    }

    .features {
      max-width: 480px;
    }

    .feature__title {
      white-space: normal;
    }
  }

  @media (max-width: 460px) {
    .features {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      max-width: 340px;
    }

    .formula {
      flex-direction: column;
      text-align: center;
    }

    .formula__text {
      align-items: center;
    }
  }







  /* ---------- Section ---------- */
  .hero-banner {
    position: relative;
    overflow: hidden;
    background: var(--hero-bg);
    color: var(--hero-fg);
    display: grid;
    grid-template-areas:
      "media"
      "content";
    align-items: center;
    gap: var(--hero-gap);
    padding: var(--hero-pad-block) var(--hero-pad-inline);
    min-height: clamp(31.25rem, 26.1884rem + 21.5962vw, 45.625rem);
  }

  /* ---------- Decorative bled wordmark ---------- */
  .hero-banner__decor {
    position: absolute;
    margin: 0;
    z-index: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 800;
    font-size: var(--hero-fs-decor);
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--hero-decor);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
  }

  .hero-banner__decor--start {
    top: -0.15em;
    left: clamp(-48px, -3.6vw, -14px);
  }

  .hero-banner__decor--end {
    top: 62%;
    right: clamp(-48px, -3.6vw, -14px);
  }

  /* ---------- Media (overlapping images) ---------- */
  .hero-banner__media {
    grid-area: media;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
    aspect-ratio: 13 / 12;
  }

  .hero-banner__image {
    position: absolute;
    display: block;
    width: 58%;
    height: 81.5%;
    object-fit: cover;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  }

  .hero-banner__image--back {
    top: 0;
    left: 0;
    z-index: 1;
  }

  .hero-banner__image--front {
    top: 18.4%;
    left: 42.15%;
    z-index: 2;
  }

  /* ---------- Content ---------- */
  .hero-banner__content {
    grid-area: content;
    position: relative;
    z-index: 1;
    display: grid;
    gap: var(--hero-content-gap);
    text-align: center;
    justify-items: center;
  }

  .hero-banner__title {
    margin: 0;
    font-size: var(--hero-fs-heading);
    font-weight: 700;
    line-height: 1.25;
    max-width: 378px;
    line-height: 147%;
  }

  .hero-banner__subtitle {
    margin: 0;
    font-size: var(--hero-fs-body);
    font-weight: 500;
    color: var(--hero-fg);
    max-width: 42ch;
  }

  .hero-banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: var(--space-2xs, 0.3rem);
    min-width: 168px;
    font-weight: 500;
    border-radius: var(--hero-radius-pill);
    background: var(--hero-cta-bg);
    color: var(--hero-cta-fg);
    font-size: var(--hero-fs-cta);
    padding: 7px 16px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition, transform 0.2s ease, opacity 0.2s ease);
  }

  .hero-banner__cta:hover,
  .hero-banner__cta:focus-visible {
    transform: translateY(-2px);
    opacity: 0.9;
  }

  .hero-banner__cta:focus-visible {
    outline: 2px solid var(--hero-fg);
    outline-offset: 3px;
  }

  /* =========================================================
      Desktop layout (single breakpoint, matches site convention)
      ========================================================= */
  @media (min-width: 880px) {
    .hero-banner {
      grid-template-areas: "content media";
      grid-template-columns: 1.3fr 1.8fr;
      text-align: start;

    }

    .hero-banner__media {
      margin-inline: 0 0 0 auto;
      max-width: 700px;
    }

    .hero-banner__content {
      justify-items: start;
      text-align: start;
    }

    .hero-banner__subtitle {
      max-width: 40ch;
    }
  }

  body {
    font-family: "Beiruti", sans-serif;
    .main-menu a , .main-menu span {
      font-size: 18px;
    }
    .soum-store-footer .soum-store-footer__inner a, .soum-store-footer .soum-store-footer__inner salla-contacts .s-contacts-item .unicode{
        font-size: 18px !important;

    }
    .soum-store-footer .soum-store-footer__inner h3{
      font-size: 22px !important;
    }
    .soum-store-footer .soum-copyright salla-payments .s-payments-list-item{
      height: 48px !important;
      width: 80px !important;
      background-color: #fff !important;
    }
    .font-black {
      font-weight: 700;
    }

    .s-block--fixed-banner .container {
      max-width: 100% !important;
      padding: 0px !important;
    }

    .s-block--fixed-banner:first-of-type {
      margin-top: 0px;
    }

    .soum-split-block .grid {
      gap: 0;
    }

    .soum-split-block__image {
        min-height: 30vh;
      height: 100%;
    }

    .soum-split-block__content {
      min-height: 30vh;
      padding: clamp(1rem, 0.5599rem + 1.8779vw, 2.25rem);
      height: stretch;
      justify-content: center;
      display: flex;
      flex-direction: column;
      background: url("https://cdn.files.salla.network/homepage/641925485/5c4764da-9433-48a2-8590-08ab91324ccc_580x348.webp") center center / cover no-repeat;

      h2 {
        max-width: 370px;
        font-size: clamp(1.5rem, 1.1039rem + 1.6901vw, 2.625rem);
        font-weight: 700;
        line-height: 147%;
      }

      a {
        min-width: 168px;
        text-align: center;
        font-size: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
        font-weight: 500;
      }
    }

    .soum-split-block__image>div {
      border-radius: 0px;
      aspect-ratio: unset;
      height: 100%;
      background: none;
    }

    .soum-features .grid>div {
      box-shadow: 0 0 11px #00000040;
      border-radius: 0;

      i {
        font-size: 2rem;
      }

      h4 {
        font-size: 22px;
      }

      p {
        font-size: 18px;
        margin-top: 12px;
      }
    }

    .soum-promo-cta {
      height: clamp(25rem, 20.3785rem + 19.7183vw, 38.125rem);
      background: url("https://cdn.files.salla.network/homepage/641925485/a5d995a0-abf8-4d8a-b2c3-a1edf3647459_1440x606.webp") center center / cover no-repeat !important;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-inline: 1rem;

      .absolute {
        display: none;
      }

      .max-w-3xl {
        max-width: unset;
        min-width: 56%;
        min-height: 70%;
        padding: clamp(1.5rem, 0.4877rem + 4.3192vw, 4.375rem) clamp(2.25rem, 0.8856rem + 5.8216vw, 6.125rem);
        background: #000000c7;

        .h-16.w-16 {
          display: none;
        }

        h2 {
          font-size: clamp(1.75rem, 0.9796rem + 3.2871vw, 3.938rem);
          line-height: 1.1;
        }

        p {
          font-size: clamp(1.375rem, 1.0669rem + 1.3146vw, 2.25rem);
          font-weight: 500;
          margin: 1.5rem 0px;
        }

        a {
          min-width: clamp(6.25rem, 3.4989rem + 11.7378vw, 14.063rem);
          text-align: center;
          font-size: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
          font-weight: 500;
          padding: 7px 0px;
          margin-top: clamp(0.75rem, 0.3539rem + 1.6901vw, 1.875rem);
        }
      }
    }

    @media (max-width: 767px) {
      .soum-features .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
      }
    }

    .s-product-card-entry {
      box-shadow: 0 0 11px #00000040;
      min-height: clamp(17.5rem, 15.6292rem + 7.9820vw, 22.813rem);
      overflow: hidden;
      border-radius: clamp(0.5rem, 0.3239rem + 0.7512vw, 1rem) !important;

      .s-product-card-image,
      .s-product-card-image img {
        border-radius: 0 !important;
      }

      .s-product-card-content-footer button i:before {
        content: '\e90c' !important;
      }

      .s-product-card-content-footer,
      .s-product-card-content {
        padding: clamp(0.25rem, 0.1620rem + 0.3756vw, 0.5rem) clamp(0.75rem, 0.6620rem + 0.3756vw, 1rem) !important;
      }

      .s-product-card-content-footer {
        border-top: 1px solid #000000;

      }


      .s-product-card-content-footer .s-button-btn {
        gap: 12px;
      }

      .s-product-card-image .s-product-card-wishlist-btn button,
      .s-product-card-image .s-product-card-quick-view-btn button {
        background-color: #fff !important;
        border: 1px solid #000 !important;
        border-radius: 0 !important;
        height: clamp(2rem, 1.8239rem + 0.7512vw, 2.5rem) !important;
        width: clamp(2rem, 1.8239rem + 0.7512vw, 2.5rem) !important;

      }


      .s-product-card-image .s-product-card-wishlist-btn button i,
      .s-product-card-image .s-product-card-quick-view-btn button i {
        color: #000 !important;

      }

      .s-product-card-image .s-product-card-wishlist-btn button:hover i,
      .s-product-card-image .s-product-card-quick-view-btn button:hover i {
        color: #fff !important;
      }

      .s-product-card-image button i {
        font-size: clamp(0.875rem, 0.7870rem + 0.3756vw, 1.125rem) !important;
      }

      .s-product-card-image button .s-button-text {
        overflow: visible;

      }
    }

    .banner--fixed img {
      border-radius: 0px !important;
    }

    .s-block .s-block__title h2 {
      font-size: clamp(1.125rem, 0.8169rem + 1.3146vw, 2rem);
      font-weight: 700;
    }

    .s-block__display-all {
      font-size: clamp(1rem, 0.8680rem + 0.5634vw, 1.375rem);
      font-weight: 700;
      padding: clamp(0.5rem, 0.4560rem + 0.1878vw, 0.625rem) clamp(1rem, 0.7799rem + 0.9390vw, 1.625rem);
      border: 1px solid #000;
      border-radius: 60px;
    }

    .s-block__display-all i {
      display: none;
    }

    @media (min-width: 1200px) {
      .s-products-list-vertical-cards {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 10px;
      }
    }
  }

li.s-social-link {
    background: #000;
}
footer .navbar-brand img{
  filter:invert(0) !important;
}
.soum-main-content .s-add-product-button-main>salla-button button {
    background-color: #000 !important;
}
.soum-store-footer .soum-store-footer__inner salla-social .s-social-list .s-social-link a svg {
    opacity: unset;
}
@media (min-width: 1024px) {
        .hero-banner__media {
      margin-bottom: -30px;
    }
    footer .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}