.lazy__bg.lazy.bg-no-repeat.entered.loaded,
body#app {
    background-color: #fff;
}
.banner--fixed img {
    background-color: rgb(255 255 255);
}
@media (min-width: 1024px) {
  #main-content > section:nth-child(4) > div > a:nth-child(2) {
    height: 300px;
    left: 25%;
  }

  #main-content > section:nth-child(4) > div > a:nth-child(1) {
    height: 300px;
    right: 5%;
  }
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type > .container {
    padding: 0;
    margin-top: 0;
    max-width: 100%;
}
#main-content > section:nth-child(2),
#main-content > section:nth-child(9) {
    margin-top: 0;
}
.index section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    max-width: 100%;
    padding: 0;
}
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner,
.store-footer,
.store-footer__inner {
    background-color: #f8eaf0;
}
.footer-is-light .store-footer,
.s-product-card-entry:hover .s-product-card-content-title a,
.s-product-card-entry:hover .s-product-card-price {
    color: #9a516e;
}
.header-btn__icon,
.icon.sicon-shopping-bag,
.s-cart-summary-icon {
    font-size: 26px;
    transition:
        transform 0.3s,
        color 0.3s,
        filter 0.3s;
    cursor: pointer;
    color: #9a516e;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.header-btn:hover .header-btn__icon,
.s-cart-summary-wrapper:hover .icon.sicon-shopping-bag,
.s-cart-summary-wrapper:hover .s-cart-summary-icon {
    color: #9a516e;
    transform: scale(1.08);
    filter: drop-shadow(0 0 4px rgba(154, 81, 110, 0.3));
    animation: 1.5s ease-in-out infinite pulseGlowSmooth;
}
@keyframes pulseGlowSmooth {
    0%,
    100% {
        filter: drop-shadow(0 0 0 rgba(154, 81, 110, 0));
    }
    50% {
        filter: drop-shadow(0 0 6px rgba(154, 81, 110, 0.3));
    }
}
.s-user-menu-login-btn svg {
    width: 32px;
    height: 32px;
    transition:
        transform 0.3s,
        filter 0.3s,
        fill 0.3s;
    cursor: pointer;
    fill: #9a516e;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.s-user-menu-login-btn:hover svg {
    transform: scale(1.08);
    fill: #9a516e;
    filter: drop-shadow(0 0 4px rgba(154, 81, 110, 0.3));
    animation: 1.5s ease-in-out infinite pulseGlowUser;
}
@keyframes pulseGlowUser {
    0%,
    100% {
        filter: drop-shadow(0 0 0 rgba(154, 81, 110, 0));
    }
    50% {
        filter: drop-shadow(0 0 6px rgba(154, 81, 110, 0.3));
    }
}
@media (max-width: 768px) {
    .s-slider-block__title {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }
  #main-content > section:nth-child(4) > div {
    grid-template-columns: repeat(2, 1fr);
}
    .s-slider-block__title-right {
        flex: unset;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .s-slider-block__title-right h2 {
        margin-right: 0 !important;
        margin-left: 0 !important;
        font-size: 20px !important;
        padding: 6px 16px;
        max-width: 90%;
        line-height: 1.4;
        border-radius: 8px;
    }
    .s-slider-block__title-right h2::after {
        bottom: -5px;
        height: 2px;
    }
    .s-slider-block__title-right h2:hover::after {
        width: 50%;
    }
    .s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) h2 {
        font-size: 1.4rem;
    }
    .s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) h2::after {
        width: 40%;
    }
    .header-btn__icon,
    .icon.sicon-shopping-bag,
    .s-cart-summary-icon {
        font-size: 22px;
    }
    .s-user-menu-login-btn svg {
        width: 26px;
        height: 26px;
        transition:
            transform 0.25s,
            filter 0.25s,
            fill 0.25s;
    }
    .s-user-menu-login-btn:hover svg {
        transform: scale(1.05);
        filter: drop-shadow(0 0 3px rgba(154, 81, 110, 0.25));
        animation: 1.5s ease-in-out infinite pulseGlowUserMobile;
    }
    @keyframes pulseGlowUserMobile {
        0%,
        100% {
            filter: drop-shadow(0 0 0 rgba(154, 81, 110, 0));
        }
        50% {
            filter: drop-shadow(0 0 4px rgba(154, 81, 110, 0.25));
        }
    }
    #photos-0-slider
        > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-ios.swiper-backface-hidden {
        padding: 0;
    }
    .s-products-slider-card {
        max-width: 185px;
    }
    .main-nav-container {
        min-height: 56px;
    }
    .s-button-element:not(:disabled):not([loading]) {
        font-size: 11px;
    }
    .s-product-card-content-title a {
        font-size: 14px;
        text-align: center;
        word-break: break-word;
        display: block;
    }
}
.s-product-card-entry {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f1f1f1;
    transition:
        transform 0.35s,
        box-shadow 0.35s,
        border-color 0.35s;
}
.s-product-card-image img {
    transition: transform 0.6s;
}
.s-product-card-content-title a {
    transition: color 0.3s;
    display: block;
    font-size: 16px;
    color: #9a516e;
}
.s-product-card-content-footer .s-button-element {
    border-radius: 14px;
    transition:
        background-color 0.3s,
        color 0.3s,
        border-color 0.3s;
}
.s-product-card-entry:hover {
    transform: translateY(-8px);
    border-color: #9a516e;
    box-shadow: 0 18px 45px rgba(154, 81, 110, 0.25);
}
.s-product-card-entry:hover .s-product-card-image img {
    transform: scale(1.08);
}
.s-product-card-entry:hover .s-product-card-content-footer .s-button-element:not(.s-button-disabled) {
    background-color: #9a516e;
    border-color: #9a516e;
    color: #fff;
}
.s-button-primary-outline.s-button-btn {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: none;
    background: linear-gradient(135deg, #9a516e, #c47390, #b0617d, #9a516e);
    background-size: 350% 350%;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 12px 30px rgba(154, 81, 110, 0.35);
    animation:
        7s ease-in-out infinite softGradientShift,
        4s ease-in-out infinite buttonPulseGlow;
    transition:
        transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.45s,
        filter 0.45s;
}
.s-button-primary-outline.s-button-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.38), transparent 28%);
    transform: translateX(-120%) scale(1.2);
    opacity: 0.8;
    animation: 5s ease-in-out infinite liquidLight;
    pointer-events: none;
}
.s-button-primary-outline .s-button-text {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.s-button-primary-outline .sicon-shopping-bag {
    margin-left: 0;
    opacity: 0;
    transform: translateY(18px) scale(0.7) rotate(-12deg);
    width: 0;
    overflow: hidden;
    transition:
        opacity 0.45s,
        transform 0.45s cubic-bezier(0.2, 0.9, 0.2, 1.2),
        width 0.45s;
}
.s-button-primary-outline.s-button-btn:hover {
    transform: translateY(-5px) scale(1.045);
    box-shadow: 0 24px 55px rgba(154, 81, 110, 0.58);
    filter: saturate(1.08);
}
.s-button-primary-outline.s-button-btn:hover .sicon-shopping-bag {
    opacity: 1;
    width: 18px;
    transform: translateY(0) scale(1) rotate(0);
}
/* توزيع الجريد في الموبايل */
@media (max-width: 767px) {
  .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* صفين فوق */
    gap: 10px;
  }

  /* خلي العنصر الأخير في صف لوحده ويتوسّط */
  .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 .banner-entry:last-child {
    grid-column: 1 / -1;        /* يخليها تاخد عرض الجريد كله */
    justify-self: center;       /* توسيط العنصر */
    width: 50%;                 /* عرض أصغر شوي */
  }
.banner-entry {
    height: 105px;
}
  #main-content > section:nth-child(4) > div > a:nth-child(2) {
    height: 200px;
  }

  #main-content > section:nth-child(4) > div > a:nth-child(1) {
    height: 200px;
  }
}
}