/* =========================================================
   CINAMON HOUSE — COMPLETE THEME CSS
   الهوية + العناوين + تصغير المنتجات + البنرات
   ========================================================= */

/* الخط الحالي */
@import url("https://raw.githack.com/elwa2/cssres/main/freeraed.css");

@font-face {
    font-family: "GESSTextMedium";
    src: url("https://alfont.com/wp-content/fonts/thulth-arabic-fonts/alfont_com_Cadillac-Sans-Arabic-Medium.ttf");
    font-display: swap;
}

body,
*:not(i) {
    font-family: "GESSTextMedium", sans-serif !important;
}

/* =========================================================
   ألوان الهوية البصرية
   ========================================================= */

:root {
    --color-primary: #8B5E3C;
    --color-primary-dark: #5C3822;
    --color-primary-light: #C89B5B;
    --color-primary-reverse: #FFF8EE;

    --1: #8B5E3C;
    --2: #6B4226;
    --3: #C89B5B;
    --4: #3E2618;

    --ch-cinnamon: #8B5E3C;
    --ch-cinnamon-dark: #5C3822;
    --ch-brown-deep: #3E2618;
    --ch-gold: #C89B5B;
    --ch-gold-light: #E2BE86;
    --ch-cream: #FFF8EE;
    --ch-cream-soft: #FAF6F0;
    --ch-text: #3E2D21;
    --ch-muted: #8E8177;
    --ch-white: #FFFFFF;
}

/* =========================================================
   إعدادات عامة
   ========================================================= */

html {
    scroll-behavior: smooth;
}

body {
    background: #FFFFFF;
    color: var(--ch-text);
}

@media (min-width: 640px) {
    .s-block {
        margin-top: 0;
    }
}

/* =========================================================
   الهيدر والقائمة والفوتر
   ========================================================= */

header.store-header .inner.bg-inherit {
    background: var(--1);
}

.mm-spn.mm-spn--light,
.s-slider-nav-arrow,
.top-navbar,
.footer-is-light .store-footer .store-footer__inner,
.footer-is-light .store-footer {
    background: var(--2);
    background: linear-gradient(
        to top,
        var(--1),
        var(--4)
    ) !important;
    color: #FFFFFF;
}

i.sicon-menu.text-primary.text-2xl.rtl\:ml-2\.5.ltr\:mr-2\.5,
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center,
.main-menu li > a,
a.topnav-link-item.right-side,
.header-btn__icon,
.topnav-link-item,
.s-cart-summary-total,
.store-footer h3,
p.max-w-sm.leading-6.mb-6,
p.text-sm.text-text-grey.mb-1,
b.text-sm,
.store-footer a {
    color: #FFFFFF;
}

.main-menu .has-children li a,
.main-menu .has-children .has-children:hover > a {
    color: var(--1);
}

.main-menu > .has-children:hover > a,
.main-menu li > a:hover {
    color: #FFFFFF;
}

.s-slider-nav-arrow svg {
    fill: #FFFFFF;
}

.mm-spn li {
    background: transparent;
}

@media only screen and (max-width: 900px) {
    a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none,
    .store-footer .contact-social ul,
    a.flex.items-center.m-0,
    .flex.rtl\:space-x-reverse.space-x-2.items-end,
    .store-footer__inner {
        text-align: center;
        justify-content: center;
    }
}

/* =========================================================
   عناوين أقسام المنتجات في الصفحة الرئيسية
   أحدث المنتجات — عروض مميزة — وصل حديثًا — الأكثر مبيعًا
   ========================================================= */

.s-block__title {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    min-height: 55px;
    margin-bottom: 25px !important;
    padding: 0 115px;
    text-align: center !important;
}

/* الخط الزخرفي يمين العنوان ويساره */
.s-block__title::before,
.s-block__title::after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    flex: 0 0 72px;
}

.s-block__title::before {
    margin-left: 15px;
    background: linear-gradient(
        to left,
        var(--ch-gold),
        transparent
    );
}

.s-block__title::after {
    margin-right: 15px;
    background: linear-gradient(
        to right,
        var(--ch-gold),
        transparent
    );
}

/* إلغاء توزيع العنوان القديم */
.s-block__title .right-side {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    flex: 0 0 auto;
    margin: 0 !important;
    text-align: center !important;
}

/* عنوان القسم */
.s-block__title h2,
.s-block__title .s-block__title-text,
.s-block__title .title {
    position: relative;
    margin: 0 !important;
    color: var(--ch-text) !important;
    font-size: 27px !important;
    font-weight: 900 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    white-space: nowrap;
}

/* الدائرة الصغيرة أسفل العنوان */
.s-block__title h2::after,
.s-block__title .s-block__title-text::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -14px;
    width: 9px;
    height: 9px;
    border: 2px solid var(--ch-gold);
    border-radius: 50%;
    background: #FFFFFF;
    transform: translateX(50%);
}

/* زر عرض الكل */
.s-block__title .left-side {
    position: absolute;
    left: 8px;
    top: 50%;
    margin: 0 !important;
    transform: translateY(-50%);
}

.s-block__title .left-side a,
.s-block__title a[href*="products"],
.s-block__title a[href*="category"] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--ch-cinnamon) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: none;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.s-block__title .left-side a:hover {
    color: var(--ch-cinnamon-dark) !important;
    transform: translateX(-3px);
}

/* إزالة العنوان القديم الكبير أو الهوامش الزائدة */
.s-products-slider .s-block__title,
salla-products-slider .s-block__title {
    margin-top: 0 !important;
}

/* =========================================================
   بطاقات المنتجات
   ========================================================= */

.s-product-card-entry,
.s-product-card,
.product-entry,
.product-card {
    overflow: hidden !important;
    border: 1px solid rgba(139, 94, 60, 0.10) !important;
    border-radius: 16px !important;
    background: #FFFFFF !important;
    box-shadow: 0 5px 17px rgba(62, 45, 33, 0.06) !important;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease !important;
}

.s-product-card-entry:hover,
.s-product-card:hover,
.product-entry:hover,
.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 23px rgba(62, 45, 33, 0.11) !important;
}

/* =========================================================
   تصغير مساحة وصورة المنتج
   ========================================================= */

.s-product-card-image,
.s-product-card-entry .s-product-card-image,
.product-image {
    position: relative;
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
    overflow: hidden !important;
    background: var(--ch-cream-soft) !important;
}

/* صورة المنتج نفسها */
.s-product-card-image img,
.s-product-card-entry img,
.product-image img {
    width: 100% !important;
    height: 100% !important;
    padding: 10px !important;
    object-fit: contain !important;
    object-position: center !important;
    transition: transform 0.35s ease !important;
}

.s-product-card-entry:hover .s-product-card-image img,
.s-product-card:hover .s-product-card-image img {
    transform: scale(1.035);
}

/* المحتوى أسفل الصورة */
.s-product-card-content,
.s-product-card-entry .s-product-card-content {
    padding: 11px 12px 12px !important;
}

/* اسم العلامة التجارية */
.s-product-card-brand,
.s-product-card-entry .s-product-card-brand {
    margin-bottom: 4px !important;
    color: var(--ch-muted) !important;
    font-size: 11px !important;
}

/* اسم المنتج */
.s-product-card-name,
.s-product-card-entry .s-product-card-name,
.product-name {
    display: -webkit-box !important;
    min-height: 41px !important;
    max-height: 41px !important;
    margin-bottom: 7px !important;
    overflow: hidden !important;
    color: var(--ch-text) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* السعر */
.s-product-card-price,
.s-product-card-entry .s-product-card-price,
.product-price {
    color: var(--ch-cinnamon) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

/* السعر السابق */
.s-product-card-sale-price,
.s-product-card-regular-price,
.s-product-card-entry del {
    color: var(--ch-muted) !important;
    font-size: 11px !important;
}

/* شارة الخصم */
.s-product-card-promotion-title,
.s-product-card-entry .s-product-card-promotion-title {
    border-radius: 0 0 0 9px !important;
    background: var(--ch-cinnamon) !important;
    color: #FFFFFF !important;
    font-size: 10px !important;
}

/* زر المفضلة */
.s-product-card-wishlist-btn,
.s-product-card-entry .s-product-card-wishlist-btn {
    width: 35px !important;
    height: 35px !important;
    border: 1px solid rgba(139, 94, 60, 0.12) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    color: var(--ch-cinnamon) !important;
    box-shadow: 0 4px 12px rgba(62, 45, 33, 0.08) !important;
}

/* =========================================================
   زر إضافة للسلة
   ========================================================= */

salla-add-product-button.hydrated {
    overflow: hidden;
    border-right: 2px solid #D8AE70;
    border-left: 2px solid #D8AE70;
    border-radius: 18px 0 !important;
    background: linear-gradient(
        88deg,
        var(--2) 0%,
        var(--1) 50%,
        var(--3) 96%
    ) !important;
    color: #FFFFFF !important;
}

salla-add-product-button button,
salla-add-product-button .s-button-element,
.btn-add-to-cart {
    min-height: 38px !important;
    padding: 7px 10px !important;
    border: 0 !important;
    border-radius: 18px 0 !important;
    background: linear-gradient(
        88deg,
        var(--2) 0%,
        var(--1) 50%,
        var(--3) 96%
    ) !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

salla-add-product-button button:hover,
salla-add-product-button .s-button-element:hover,
.btn-add-to-cart:hover {
    background: linear-gradient(
        88deg,
        var(--4),
        var(--2)
    ) !important;
    color: #FFFFFF !important;
}

/* =========================================================
   عرض المنتجات داخل السلايدر — الكمبيوتر
   ========================================================= */

salla-products-slider .swiper,
.s-products-slider .swiper {
    padding-top: 5px !important;
    padding-bottom: 12px !important;
}

salla-products-slider .swiper-slide,
.s-products-slider .swiper-slide {
    height: auto !important;
    padding: 3px !important;
}

/* خمسة منتجات تقريبًا على الشاشات الكبيرة */
@media (min-width: 1200px) {
    salla-products-slider .swiper-slide,
    .s-products-slider .swiper-slide {
        width: calc(20% - 11px) !important;
    }
}

/* أربعة منتجات على الكمبيوتر المتوسط */
@media (min-width: 992px) and (max-width: 1199px) {
    salla-products-slider .swiper-slide,
    .s-products-slider .swiper-slide {
        width: calc(25% - 11px) !important;
    }
}

/* ثلاثة منتجات على التابلت */
@media (min-width: 768px) and (max-width: 991px) {
    salla-products-slider .swiper-slide,
    .s-products-slider .swiper-slide {
        width: calc(33.333% - 10px) !important;
    }
}

/* =========================================================
   الجوال — تصغير المنتجات وإظهار أكثر من بطاقتين
   ========================================================= */

@media (max-width: 767px) {
    /* عنوان القسم */
    .s-block__title {
        min-height: 48px;
        margin-bottom: 22px !important;
        padding: 0 73px;
    }

    .s-block__title::before,
    .s-block__title::after {
        width: 37px;
        flex-basis: 37px;
    }

    .s-block__title::before {
        margin-left: 8px;
    }

    .s-block__title::after {
        margin-right: 8px;
    }

    .s-block__title h2,
    .s-block__title .s-block__title-text,
    .s-block__title .title {
        font-size: 20px !important;
    }

    .s-block__title .left-side {
        left: 3px;
    }

    .s-block__title .left-side a {
        font-size: 12px !important;
    }

    /* عرض بطاقتين ونصف تقريبًا */
    salla-products-slider .swiper-slide,
    .s-products-slider .swiper-slide {
        width: 43% !important;
        max-width: 43% !important;
        margin-left: 8px !important;
        padding: 2px !important;
    }

    /* تصغير صورة المنتج بوضوح */
    .s-product-card-image,
    .s-product-card-entry .s-product-card-image,
    .product-image {
        height: 145px !important;
        min-height: 145px !important;
        max-height: 145px !important;
    }

    .s-product-card-image img,
    .s-product-card-entry img,
    .product-image img {
        padding: 8px !important;
    }

    .s-product-card-content,
    .s-product-card-entry .s-product-card-content {
        padding: 9px 9px 10px !important;
    }

    .s-product-card-name,
    .s-product-card-entry .s-product-card-name,
    .product-name {
        min-height: 37px !important;
        max-height: 37px !important;
        margin-bottom: 5px !important;
        font-size: 11.5px !important;
        line-height: 1.55 !important;
    }

    .s-product-card-price,
    .s-product-card-entry .s-product-card-price,
    .product-price {
        font-size: 12.5px !important;
    }

    .s-product-card-brand,
    .s-product-card-entry .s-product-card-brand {
        font-size: 10px !important;
    }

    salla-add-product-button button,
    salla-add-product-button .s-button-element,
    .btn-add-to-cart {
        min-height: 35px !important;
        padding: 6px 7px !important;
        font-size: 10.5px !important;
    }

    .s-product-card-entry,
    .s-product-card,
    .product-entry,
    .product-card {
        border-radius: 13px !important;
    }

    .s-product-card-wishlist-btn,
    .s-product-card-entry .s-product-card-wishlist-btn {
        width: 31px !important;
        height: 31px !important;
    }
}

/* الجوال الصغير */
@media (max-width: 380px) {
    salla-products-slider .swiper-slide,
    .s-products-slider .swiper-slide {
        width: 46% !important;
        max-width: 46% !important;
    }

    .s-product-card-image,
    .s-product-card-entry .s-product-card-image,
    .product-image {
        height: 135px !important;
        min-height: 135px !important;
        max-height: 135px !important;
    }

    .s-block__title h2,
    .s-block__title .s-block__title-text,
    .s-block__title .title {
        font-size: 18px !important;
    }
}

/* =========================================================
   البنرات المتعددة
   ========================================================= */

.s-block.s-block--banners > .grid {
    grid-template-columns: 1fr 1fr 1fr;
}

.s-block.s-block--banners > .grid .banner-entry {
    height: 37rem;
    padding-top: 0;
    overflow: hidden;
}

.two-row .banner-entry:first-child {
    grid-column: auto;
    grid-row: auto;
}

.s-block.s-block--banners:nth-of-type(19) {
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .s-block.s-block--banners > .grid {
        grid-template-columns: 1fr 1fr;
    }

    .s-block.s-block--banners:nth-of-type(19) > .grid .banner-entry:last-child,
    .s-block.s-block--banners:nth-of-type(21) > .grid .banner-entry:last-child,
    .s-block.s-block--banners:nth-of-type(22) > .grid .banner-entry:last-child {
        grid-column: 1 / 3;
    }

    .s-block.s-block--banners > .grid .banner-entry {
        height: 234px;
    }
}

/* =========================================================
   سلايدر الصور الرئيسي
   ========================================================= */

@media (min-width: 750px) {
    salla-slider.photos-slider .swiper-slide {
        position: relative;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 0;
        overflow: hidden;
        border-radius: 0.375rem;
    }

    section:nth-of-type(1).s-block.s-block--photos-slider {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    salla-slider.photos-slider .swiper {
        padding-left: 0 !important;
    }

    salla-slider.photos-slider .swiper-slide {
        width: 100%;
        margin: 0;
        padding: 0;
        border-radius: 0 !important;
    }
}

/* =========================================================
   البنر العريض بكامل الشاشة
   ========================================================= */

section:nth-of-type(1).s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container,
section.s-block.s-block--fixed-banner.wide-placeholder .lazy__bg {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container:hover,
section.s-block.s-block--fixed-banner.wide-placeholder .lazy__bg.lazy.entered.loaded:hover {
    transform: translateY(-5px);
}

@media (max-width: 991px) {
    section.s-block.s-block--fixed-banner.wide-placeholder .container {
        padding: 0;
    }
}

/* =========================================================
   تحسين الأسهم
   ========================================================= */

.s-slider-nav-arrow {
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    background: linear-gradient(
        135deg,
        var(--ch-cinnamon),
        var(--ch-cinnamon-dark)
    ) !important;
    color: #FFFFFF !important;
    box-shadow: 0 6px 18px rgba(62, 45, 33, 0.16);
}

.s-slider-nav-arrow:hover {
    background: var(--ch-gold) !important;
}

/* =========================================================
   تقليل المسافات بين أقسام المنتجات
   ========================================================= */

.s-products-slider,
salla-products-slider {
    margin-top: 0 !important;
}

.s-block--products-slider {
    margin-top: 28px !important;
    margin-bottom: 32px !important;
}

@media (max-width: 767px) {
    .s-block--products-slider {
        margin-top: 22px !important;
        margin-bottom: 26px !important;
    }
}
/* =========================================================
   CINAMON HOUSE
   تنسيق عناوين أقسام المنتجات — مطابق للقالب
   ========================================================= */

.s-slider-block__title {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 70px !important;
    margin-bottom: 24px !important;
    padding: 0 110px !important;
    text-align: center !important;
}

/* حاوية عنوان القسم */
.s-slider-block__title-right {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    margin: 0 auto !important;
}

/* عنوان القسم */
.s-slider-block__title h2 {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #3E2D21 !important;
    font-size: 27px !important;
    font-weight: 900 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

/* الخطان بجانب العنوان */
.s-slider-block__title h2::before,
.s-slider-block__title h2::after {
    content: "" !important;
    position: static !important;
    display: block !important;
    width: 72px !important;
    height: 1px !important;
    flex: 0 0 72px !important;
    border: 0 !important;
    background: linear-gradient(
        90deg,
        transparent,
        #C89B5B
    ) !important;
    transform: none !important;
}

.s-slider-block__title h2::after {
    background: linear-gradient(
        90deg,
        #C89B5B,
        transparent
    ) !important;
}

/* الدائرة أسفل العنوان */
.s-slider-block__title-right::after {
    content: "" !important;
    position: absolute !important;
    right: 50% !important;
    bottom: -15px !important;
    display: block !important;
    width: 9px !important;
    height: 9px !important;
    border: 2px solid #C89B5B !important;
    border-radius: 50% !important;
    background: #FFFFFF !important;
    transform: translateX(50%) !important;
}

/* عرض الكل */
.s-slider-block__title-left {
    position: absolute !important;
    left: 5px !important;
    top: 50% !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
}

.s-slider-block__title-left a {
    color: #8B5E3C !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

/* الجوال */
@media (max-width: 767px) {
    .s-slider-block__title {
        min-height: 62px !important;
        margin-bottom: 20px !important;
        padding: 0 70px !important;
    }

    .s-slider-block__title h2 {
        gap: 8px !important;
        font-size: 20px !important;
    }

    .s-slider-block__title h2::before,
    .s-slider-block__title h2::after {
        width: 35px !important;
        flex-basis: 35px !important;
    }

    .s-slider-block__title-left {
        left: 2px !important;
    }

    .s-slider-block__title-left a {
        font-size: 12px !important;
    }

    .s-slider-block__title-right::after {
        bottom: -13px !important;
        width: 8px !important;
        height: 8px !important;
    }
}
/* إخفاء عنوان ومساحة البنر الرئيسي فقط */
section.s-block--photos-slider .s-slider-block__title,
section.s-block--fixed-banner .s-slider-block__title,
salla-slider.photos-slider .s-slider-block__title {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* إبقاء عناوين أقسام المنتجات ظاهرة على الجوال والكمبيوتر */
salla-products-slider .s-slider-block__title,
.s-products-slider .s-slider-block__title,
.s-block--products-slider .s-slider-block__title {
    display: flex !important;
    height: auto !important;
    min-height: 62px !important;
    margin-bottom: 20px !important;
    padding: 0 70px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* عنوان القسم نفسه */
salla-products-slider .s-slider-block__title h2,
.s-products-slider .s-slider-block__title h2,
.s-block--products-slider .s-slider-block__title h2 {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* الجوال */
@media (max-width: 767px) {
    salla-products-slider .s-slider-block__title,
    .s-products-slider .s-slider-block__title,
    .s-block--products-slider .s-slider-block__title {
        display: flex !important;
        min-height: 58px !important;
        margin-bottom: 18px !important;
        padding: 0 58px !important;
    }

    salla-products-slider .s-slider-block__title h2,
    .s-products-slider .s-slider-block__title h2,
    .s-block--products-slider .s-slider-block__title h2 {
        display: flex !important;
        font-size: 20px !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

.ch-read-more{
background:#8B5E3C;
color:#fff;
border:none;
padding:10px 20px;
border-radius:30px;
cursor:pointer;
display:block;
margin:15px auto;
font-size:14px;
}

/* للجوال والتابلت فقط */

@media (max-width: 991px){

    /* تكبير وإظهار أيقونة القائمة */
    .header-btn__icon,
    i.sicon-menu,
    .sicon-menu{
        color:#fff !important;
        font-size:30px !important;
        font-weight:900 !important;
        opacity:1 !important;
    }

    /* خلفية واضحة حول زر القائمة */
    .header-btn,
    button[aria-label*="menu"],
    button[aria-label*="القائمة"]{
        background:rgba(255,255,255,.12) !important;
        border:1px solid rgba(255,255,255,.25) !important;
        border-radius:12px !important;
        padding:8px !important;
    }

}


/* تكبير شعار المتجر بالجوال والتابلت */
@media (max-width: 991px){

.header-logo img,
.navbar-brand img,
.logo img{
    max-height: 75px !important;
    width: auto !important;
    transform-origin: center;
    animation: cinnamonLogo 3s ease-in-out infinite;
}

/* حركة ناعمة */
@keyframes cinnamonLogo{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.12);
    }
    100%{
        transform: scale(1);
    }
}

}

/* =========================================================
   إزالة المسافة بين الشريط المتحرك وبنر الافتتاح على الجوال
   بدون إخفاء الشريط أو الأقسام
   ========================================================= */

@media screen and (max-width: 767px) {

    /* الشريط المتحرك */
    #ch-home-moving-bar {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* البنر الذي يأتي مباشرة بعد الشريط */
    #ch-home-moving-bar + section.s-block--fixed-banner,
    #ch-home-moving-bar + section.s-block--photos-slider,
    #ch-home-moving-bar + .s-block--hero-slider,
    #ch-home-moving-bar + .s-block--banners {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* إزالة هامش حاوية بنر الافتتاح فقط */
    #ch-home-moving-bar + section.s-block--fixed-banner .container,
    #ch-home-moving-bar + section.s-block--photos-slider .container {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* صورة البنر بدون فراغات داخلية */
    #ch-home-moving-bar + section.s-block--fixed-banner img,
    #ch-home-moving-bar + section.s-block--photos-slider img,
    #ch-home-moving-bar + section.s-block--fixed-banner .lazy__bg,
    #ch-home-moving-bar + section.s-block--photos-slider .lazy__bg {
        display: block !important;
        margin-top: 0 !important;
        vertical-align: middle !important;
    }

    /* منع تأثر قسم التصنيفات */
    #ch-shop-by-category {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}