/* Add custom CSS styles below */
:root {
    --main-color: #5e548e;
    --second-color: #be95c4;
    --text-color: #fff;
  }
  
  .s-cart-summary-total {
    color: #fff;
  }
  
  .iti input,
  .iti input[type="text"],
  .iti input[type="tel"] {
    color: #000;
  }
  
  .s-login-modal-input {
    color: #000;
  }
  
  .iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
  }
  
  .s-verify-input[type="number"] {
    color: #000;
  }
  
  .btn--outline-primary {
    border-width: 1px;
    border-color: #414042;
    border-color: var(--text-color);
    color: #414042;
    color: var(--main-color);
  }
  
  .btn--outline-primary:hover {
    background-color: #414042;
    background-color: var(--second-color);
    color: #ff6767;
    color: var(--main-color);
  }
  
  textarea.form-input {
    color: #000;
  }
  
  b,
  strong {
    font-weight: bolder;
    color: #000;
  }
  body {
    background: #fff;
  }
  body:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: #fff
      url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/Gqjqa/8LvcwmovvwOFQ1q5XOhykviJpVtHa9CNsDojmrdQ.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 250px;
    animation-name: fade-in;
    animation-duration: 2s;
    transform: scale(0);
    border: none;
  }
  
  .s-quantity-input-input {
    color: #000;
  }
  
  @keyframes fade-in {
    0% {
      opacity: 1;
      transform: scale(1);
    }
  
    75% {
      opacity: 1;
      transform: scale(1);
    }
  
    100% {
      opacity: 0;
      transform: scale(0.1);
    }
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .s-block--photos-slider {
    margin-top: 0 !important;
  }
  
  .header-btn__icon {
    color: #fff;
  }
  
  .swiper {
    padding-left: 0 !important;
  }
  
  .salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 1.1rem;
    margin-right: 0.5rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
  
  .main-nav-container.fixed-header .inner {
    transform: translate3d(0, 0, 0);
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0)
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  }
  
  .bg-inherit {
    background-color: inherit;
    transform: translate3d(0, 0, 0);
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0)
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  }
  
  .bg-inherit:hover {
    background-color: inherit;
    transform: translate3d(0, 0, 0);
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0)
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  }
  
  @media only screen and (min-width: 1024px) {
    .main-menu li > a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.75rem;
      font-size: 0.875rem;
      line-height: 1.25rem;
      transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
      transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 300ms;
      color: var(--main-color);
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--navbar.mm-spn--main:where([dir="rtl"], [dir="rtl"] *):after {
      padding-right: 0.75rem;
      background: var(--second-color);
    }
  }
  
  @media only screen and (min-width: 1024px) {
    .main-menu li > a:hover {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 0.875rem;
      line-height: 1.25rem;
      transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
      transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 300ms;
      color: var(--second-color);
    }
  }
  
  .mm-spn.mm-spn--navbar.mm-spn--main a {
    cursor: default;
    background: var(--main-color);
    color: #fff;
  }
  
  .mm-spn.mm-spn--navbar.mm-spn--main a:hover {
    cursor: default;
    background: var(--main-color);
    color: var(--second-color);
  }
  
  .mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default;
    background: var(--main-color);
  }
  
  [class*=" sicon-"],
  [class^="sicon-"] {
    font-family: sallaicons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: var(--second-color);
    -moz-osx-font-smoothing: grayscale;
  }
  
  .s-block--photos-slider {
    margin-top: 0 !important;
  }
  
  .swiper {
    padding-left: 0 !important;
  }
  
  .salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 1.1rem;
    margin-right: 0.5rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
  
  .banner-entry {
    width: 42vw;
    min-height: 100px;
    background: 0 0;
  }
  
  .s-product-card-vertical {
    flex-direction: column;
    box-shadow: -6px 6px 12px rgba(0, 0, 0, 0.1);
    transform: scale(1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border: 2px solid #3c405b;
  }
  
  .s-product-card-vertical:hover {
    flex-direction: column;
    box-shadow: -1px -3px 45px var(--second-color);
    transform: translateY(-3px) scale(1.02);
  }
  
  .s-product-card-content {
    color: #fff;
    border-radius: 2%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
  }
  
  .s-product-card-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #5e548e,
     #be95c4);
  
    z-index: -1;
    transform: skew(45deg);
    transition: transform 0.5s;
    opacity: 0;
  }
  
  .s-product-card-content:hover:before {
    transform: skew(-45deg);
    opacity: 1;
  }
  
  .s-product-card-content h2 {
    margin: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
  }
  
  .s-product-card-content p {
    margin: 10px 0;
    font-size: 1rem;
  }
  
  .s-product-card-content a {
    color: #fff;
    text-decoration: none;
  }
  
  .s-product-card-content:hover {
    transform: translateY(-5px);
  }
  
  .s-button-btn {
    background-color: var(--main-color);
    color: #fff;
  }
  
  .s-button-btn:hover {
    background-color: var(--second-color);
    color: #000;
    border-color: #fff;
  }
  
  .s-product-card-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #000;
  }
  
  .s-product-card-content-main a {
    color: var(--main-color);
  }
  
  .s-slider-block__title h2::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: var(--second-color);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .text-center {
    text-align: center;
    background: var(--main-color);
  }
  
  
  */
  @keyframes moveLeft {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(-10px);
    }
  }
  
  .leading-6 {
    line-height: 1.5rem;
    font-size: larger;
  }
  
  @media (min-width: 1024px) {
    .store-footer h3 {
      margin-bottom: 1.25rem;
      box-shadow: var(--second-color) 4px 4px 10px;
      border-radius: 11%;
      border: var(--second-color) solid 1px;
      padding: 7px;
    }
  }
  
  .store-footer h3 {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    box-shadow: var(--second-color) 4px 4px 10px;
    border-radius: 11%;
    border: var(--second-color) solid 1px;
    padding: 7px;
    text-align: center;
  }
  
  .s-product-card-content-title a:hover {
    color: #414042;
    color: #000;
  }
  
  salla-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #414042;
    background-color: var(--main-color);
  }
  
  .s-product-card-vertical .s-product-card-wishlist-btn:hover {
    opacity: 1;
    color: red;
  }
  
  .banner--fixed img {
    display: block;
    width: 100%;
    border-radius: 0.375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    -o-object-fit: cover;
    object-fit: cover;
    background: 0 0;
  }
  
  .header-btn__icon:hover {
    color: #df7a5e;
  }
  
  .s-cart-summary-total:hover {
    color: #df7a5e;
  }
  
  .s-cart-summary-count {
    top: -0.125rem;
    --tw-bg-opacity: 1;
    background-color: #991b1b;
    background-color: rgba(223, 122, 94, var(--tw-bg-opacity));
  }
  .banner-entry {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0.75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    margin: auto;
  }
  .lazy__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    background-color: #fff;
    background-repeat: no-repeat;
  }
  @media (min-width: 500px) {
    .lazy__bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: 98%;
      background-position: center;
      opacity: 0;
      transition-property: opacity;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 500ms;
      background-color: #fff;
      background-repeat: no-repeat;
    }
  }
  @media (min-width: 900px) {
    .lazy__bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: 75%;
      background-position: center;
      opacity: 0;
      transition-property: opacity;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 500ms;
      background-color: #fff;
      background-repeat: no-repeat;
    }
  }
  @media (min-width: 1230px) {
    .lazy__bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: 52%;
      background-position: center;
      opacity: 0;
      transition-property: opacity;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 500ms;
      background-color: #fff;
      background-repeat: no-repeat;
    }
  }
  @media (min-width: 1280px) {
    .container {
      max-width: 1655px;
    }
  }
  @media (min-width: 100px) and (max-width: 499px) {
    .lazy__bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: 120%;
      background-position: center;
      opacity: 0;
      transition-property: opacity;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 500ms;
      background-repeat: no-repeat;
    }
  }
  
  .gap-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  @media only screen and (max-width: 600px) {
    .banner-entry {
      height: auto;
    }
  }
  
  @media (min-width: 768px) {
    .two-row .banner-entry:first-child {
      height: auto !important;
    }
  }
  
  .min-h-\[300px\] {
    min-height: 95vh;
  }
  
.s-button-element:not(:disabled):not([loading]) {
  background: var(--main-color) !important;
  color: var(--second-color);
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.s-button-element:not(:disabled):not([loading]) {
  animation: signal 1200ms linear infinite;
}

@keyframes signal {
  0% {
    box-shadow: 0 0 0 0 #e8cdad;
  }

  100% {
    box-shadow: 0 0 0 5px #fff;
  }
}
.footer-is-light .store-footer .store-footer__inner {
    background-color: var(--main-color);
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-image: url(https://www.transparenttextures.com/patterns/asfalt-light.png);
  }
  
  .footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: #374151;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    background: var(--second-color);
    padding: 13px 18px;
    border-top: 3px solid var(--main-color);
    position: relative;
    border-radius: 20px;
    width: 100%;
  }
  
  .footer-is-light .social-icons {
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }
  
  .footer-is-light .social-icons li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .footer-is-light .social-icons li:last-child {
    margin-right: 0;
  }
  
  .footer-is-light .social-icons a {
    color: #fff;
    font-size: 24px;
    transition: color 0.3s ease;
  }
  
  .footer-is-light .social-icons a:hover {
    color: gold;
  }
  
  .footer-is-light .store-footer__links a {
    color: #fff;
    transition: color 0.3s ease;
  }
  
  .footer-is-light .store-footer__links a:hover {
    color: gold;
  }
  
  .text-center {
    text-align: center;
    background: var(--second-color);
    padding: 0;
  }
  
  footer a i {
    background-color: var(--second-color);
  }
  
  .copyright-text p {
    --tw-text-opacity: 1;
    color: #000;
  }
  
  .s-payments-list-item {
    border: 1px solid #03161f;
  }
  
  .text-center::before {
    content: "برمجه وتطوير JUDY MARKETING";
    display: block;
    text-align: center;
    background: var(--second-color);
    padding: 10px;
    color: #000;
  }
  /*
  .footer-is-light .store-footer .store-footer__inner::before {
   text-align: center;
   content: "";
   display: block;
   height: 110px;
   width: 150px;
   background-image: url(https://cdn.salla.sa/vXzjvP/9W7Xo0K584WUp02s7wlarbjeXfk3weFUtKRDOX9g.png),
     radial-gradient(circle, #ffd700 5%, transparent 5%);
   background-repeat: no-repeat, repeat;
   background-size: contain, 10px 10px;
   background-position: center, center;
   border-radius: 32%;
   margin: -19px auto 0 4%;
   padding: 0;
   animation: moveLeft 1s infinite alternate;
  }
  /* تغيير لون النصوص في القائمة المنسدلة */
.dropdown-menu {
    background-color: #ffffff; /* خلفية بيضاء */
    color: #000000; /* نص أسود */
}

/* تغيير لون النصوص عند التحويم */
.dropdown-menu a:hover {
    background-color: #f0f0f0; /* لون خلفية فاتح عند التحويم */
    color: #000000; /* نص أسود */
}

/* تحسين الحدود */
.dropdown-menu {
    border: 1px solid #000000; /* حدود سوداء */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* إضافة ظل خفيف */
 }
@media only screen and (max-width: 768px) {
    /* التأثير على القائمة الرئيسية فقط في الهيدر */
    header .main-menu {
        position: relative;
        z-index: 9999; /* لضمان ظهور القائمة أمام الصور والبانرات */
    }

    header .main-menu ul {
        background-color: #ffffff; /* الخلفية البيضاء */
        color: #5e548e; /* لون النص */
        padding: 15px; /* تحسين مظهر القائمة */
        border-radius: 5px; /* زوايا مستديرة للقائمة
        }