body {
        background-color: #fffafe !important;
      }

      /* header */
      input.s-search-input::placeholder {
        color: #dddddd;
      }
      .s-search-icon svg {
        fill: #ddd !important ;
      }
      input.s-search-input,
      .top-navbar button.btn--rounded-gray.basis-0 {
        border: 1px solid #484c363b !important;
        box-shadow: 0 14px 28px rgb(0 0 0 / 11%), 0 10px 10px rgb(0 0 0 / 14%);
      }

      .top-navbar * {
        color: #ddd !important;
        border-color: #ddd !important;
      }

      .top-navbar {
        background: #501748 !important;
      }

      div#mainnav {
        background: #f8f8f9 !important;
      }

      i.header-btn__icon.sicon-user-circle,
      i.header-btn__icon.icon.sicon-shopping-bag,
      i.sicon-menu {
        border: 0px !important;
        background: #501748 !important;
        border-radius: 7px !important;
        transition: 0.5s;
        color: white;
      }

      i.sicon-menu {
        padding: 8px;
        border-radius: 10px;
      }

      i.header-btn__icon.sicon-user-circle:hover,
      i.header-btn__icon.icon.sicon-shopping-bag:hover {
        border-radius: 50% !important;
      }

      span.s-cart-summary-count {
        background: #06132e !important;
      }

      .main-menu li.root-level > a {
        background: #ededf1 !important;
        color: #501748 !important;
        margin-left: 8px;
        padding-top: 0.9rem !important;
        padding-bottom: 0.9rem !important;
        border-radius: 30px !important;
        transition: 0.5s;
      }

      .main-menu li.root-level > a:hover {
        transform: translateY(-4px);
        border-radius: 15px !important;
      }

      @media (min-width: 1024px) {
        .main-menu {
          padding-top: 1rem !important;
          padding-bottom: 1rem !important;
        }
      }
      .main-menu li.root-level > a {
        position: relative;
      }
      .main-menu li.root-level > a::before {
        content: "";
        position: absolute;
        left: 50%;
        width: 0;
        height: 3px;
        bottom: 0;
        background: #501748;
        transition: 0.5s;
        border-radius: 30px;
        transform: translateX(-50%);
      }
      .main-menu li.root-level > a:hover::before {
        width: 50%;
      }

      /* header */

      /* First Section */
      body.index
        > div.app-inner
        > section.s-block.s-block--photos-slider:nth-child(4),
      body.index
        > div.app-inner
        > section.s-block.s-block--photos-slider:nth-child(3) {
        margin: 0px !important;
      }

      body.index
        > div.app-inner
        > section.s-block.s-block--photos-slider:nth-child(4)
        .swiper,
      body.index
        > div.app-inner
        > section.s-block.s-block--photos-slider:nth-child(3)
        .swiper {
        margin: 0px !important;
        padding: 0px !important;
      }

      body.index
        > div.app-inner
        > section.s-block.s-block--photos-slider:nth-child(4)
        .swiper-slide,
      body.index
        > div.app-inner
        > section.s-block.s-block--photos-slider:nth-child(3)
        .swiper-slide {
        padding: 0px !important;
        margin: 0px !important;
        width: 100%;
        max-width: 100%;
      }

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

      section.s-block.s-block--fixed-banner > .container img {
        border-radius: 0px !important;
      }

      /* Second Section (CAT) */

      /* Product */
      a.s-slider-block__display-all {
        background: #501748 !important;
        color: #dfded3;
        border-radius: 30px;
        padding: 8px;
        font-size: 13px;
      }

      .s-products-slider-wrapper .s-slider-swiper-wrapper {
        padding-top: 1.5rem !important;
        padding-bottom: 1.8rem !important;
      }

      .s-product-card-entry {
        background: #ffffff !important;
        border-radius: 15px !important;
        box-shadow: 0px 1px 10px rgb(0 0 0 / 21%), 0px 1px 5px rgb(0 0 0 / 48%);
        text-align: center;
        transition: 0.5s;
      }

      .s-product-card-fit-height .s-product-card-image {
        height: 20rem;
        max-height: 26rem;
      }

      .s-product-card-entry:hover {
        transform: translateY(-4px);
      }

      button.s-button-btn {
        box-shadow: 0px 2px 2px rgb(0 0 0 / 35%);
      }

      button.s-button-btn:hover {
        border-radius: 10px;
        transform: translateY(-4px);
      }

      .s-product-card-content-sub {
        justify-content: center;
      }

      /* Title Section */
      .s-reviews-header {
        position: relative;
      }
      .section--title,
      .s-slider-block__title h2,
      .s-block__title h2,
      body.product-index .main-content > div > h1,
      .s-reviews-header {
        text-transform: uppercase;
        background-image: linear-gradient(
          -225deg,
          #501748 0%,
          #5e1e58 29%,
          #280628 67%,
          #b9becf 100%
        );
        background-size: auto auto;
        background-clip: border-box;
        background-size: 200% auto;
        color: #fff;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 4s linear infinite;
        display: inline-block;
        font-weight: 800;
        font-size: 1.4rem !important;
        position: relative;
      }

      body.product-index .main-content > div > h1::before,
      .s-reviews-header::before {
        content: "";
        position: absolute;
        bottom: -9px;
        width: 53%;
        height: 39px;
        background: #e3e4ed;
        z-index: -1;
        border-radius: 30px;
        right: -6px;
        transition: 0.5s;
      }

      .s-slider-block__title h2:hover::before,
      body.product-index .main-content > div > h1:hover::before,
      .s-reviews-header:hover::before {
        width: 100%;
      }

      @keyframes textclip {
        100% {
          background-position: 200%;
        }
      }

      /* Features Site Section */
      section.s-block.s-block--features.container:has(
          .s-block--features__item
        ) {
        background: #be941b;
        padding: 30px;
        border-radius: 15px;
      }
      .s-block--features__item {
        position: relative;
        padding: 25px;
        border-radius: 15px;
      }
      .s-block--features__item h2 {
        font-size: 1.2rem;
        margin-bottom: 10px;
      }
      .s-block--features__item .feature-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
      }
      .s-block--features__item h2,
      .s-block--features__item p {
        width: 80%;
        margin-right: auto;
        text-align: right;
      }
      @media (max-width: 1024px) {
        section.s-block.s-block--features
          > div.grid:has(.s-block--features__item) {
          display: flex;
          flex-direction: column;
        }
        section.s-block.s-block--features:has(.s-block--features__item) {
          padding: 30px 15px !important;
          width: 98%;
        }
      }
      i.sicon-headset,
      i.sicon-debit-card-back,
      i.sicon-gold-badge {
        width: 3rem;
      }
      i.sicon-headset {
        content: url(https://i.postimg.cc/tR2DwTdz/wired-outline-981-consultation-1.gif);
      }
      i.sicon-debit-card-back {
        content: url(https://i.postimg.cc/QtjknGHP/wired-outline-948-stock-share-1.gif);
      }
      i.sicon-gold-badge {
        content: url(https://i.postimg.cc/h45TV7bN/wired-outline-1780-medal-first-place-1.gif);
      }


      .store-footer__inner {
        background-color: #501748;
        padding-top: 6rem;
        padding-bottom: 6rem;
        /* باقي كود الخلفية هنا */
      }