تفضل يا سيدي. انسخ الكود التالي كاملًا، واحذف الكود القديم من متجر سلة الحقيقي، ثم الصق الجديد مكانه:

```css
/* ==================================================
   كلين إكسبريس — CSS متوافق مع تحديث قالب سلة
   ================================================== */


/* شبكة الخدمات */

.square-photos-grid.square-photos-grid--equal-3,
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8,
.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8,
.grid.one-row.md\:grid-cols-1.grid-flow-row.gap-3.sm\:gap-8 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
}


/* بطاقة الخدمة */

.square-photos-grid .banner-entry,
.banner-entry {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0 !important;
    padding-bottom: 125% !important;
    background: transparent !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    transition: transform 0.2s ease !important;
}


/* صورة الخدمة */

.square-photos-grid .banner-entry .lazy__bg,
a.banner-entry.square-photos.has-overlay.with-hover
.lazy__bg.lazy.entered.loaded {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 84% !important;
    border-radius: 0 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/* اسم الخدمة أسفل الصورة */

.square-photos-grid .banner-entry h3.text-with-border,
.banner-entry h3.text-with-border {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 16% !important;
    margin: 0 !important;
    padding: 0 3px !important;
    border: 0 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    text-align: center !important;
    opacity: 1 !important;
    transform: none !important;
}

.square-photos-grid .banner-entry h3.text-with-border span,
.banner-entry h3.text-with-border span {
    display: block !important;
    width: 100% !important;
    color: #46828b !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1 !important;
}


/* إزالة الطبقة الداكنة فوق الصور */

.has-overlay::after,
.square-photos-grid .has-overlay::after {
    display: none !important;
}


/* عناوين الأقسام: الأكثر طلبًا والخدمات */

.s-block__title {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
}

.s-block__title .right-side,
.s-block__title .right-side:where(
    [dir="rtl"],
    [dir="rtl"] *
) {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.s-block__title h2 {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 12px auto 18px !important;
    padding: 7px 20px 4px !important;
    background-color: #46828b !important;
    color: #ffffff !important;
    border-radius: 1rem 0.3rem !important;
    box-shadow: 4px 5px #aad3d9 !important;
    font-size: 19px !important;
    line-height: 1.5 !important;
    text-align: center !important;
}


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

.s-block {
    margin-top: 0 !important;
}

.s-block--features + .s-block--features,
.s-block--fixed-banner + .s-block--fixed-banner,
.s-block--banners + .s-block--banners {
    margin-top: 0 !important;
}


/* البنر الرئيسي */

section:nth-of-type(1) {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

section:nth-of-type(1)
salla-slider.photos-slider
.swiper {
    padding: 0 !important;
}

section:nth-of-type(1)
salla-slider.photos-slider
.swiper-slide {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.rounded-md {
    border-radius: 0 !important;
}


/* ألوان ملخص السلة */

.s-cart-summary-count {
    background-color: #46828b !important;
}

.s-cart-summary-total {
    color: #46828b !important;
}


/* ترتيب وسائل التقسيط في صفحة المنتج */

.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 {
    display: flex !important;
    flex-direction: column !important;
}

salla-installment.hydrated {
    order: 1 !important;
}


/* إعدادات الجوال */

@media (max-width: 767px) {

    .square-photos-grid.square-photos-grid--equal-3,
    .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8,
    .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8,
    .grid.one-row.md\:grid-cols-1.grid-flow-row.gap-3.sm\:gap-8 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .square-photos-grid .banner-entry,
    .banner-entry {
        padding-bottom: 125% !important;
    }

    .square-photos-grid .banner-entry h3.text-with-border,
    .banner-entry h3.text-with-border {
        padding: 0 2px !important;
        font-size: 12px !important;
        line-height: 1.3 !important;
    }

    .s-block__title h2 {
        margin: 10px auto 16px !important;
        padding: 5px 15px 3px !important;
        font-size: 19px !important;
        line-height: 1.5 !important;
    }
}


/* إعادة زر قائمة الجوال */

@media (max-width: 1023px) {

    a.mburger,
    a.lg\:hidden.mburger.mburger--collapse.leading-none.rtl\:ml-4.ltr\:mr-4 {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}


/* إعدادات الكمبيوتر */

@media (min-width: 768px) {

    .square-photos-grid.square-photos-grid--equal-3,
    .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8,
    .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8,
    .grid.one-row.md\:grid-cols-1.grid-flow-row.gap-3.sm\:gap-8 {
        gap: 0.75rem !important;
    }

    .square-photos-grid .banner-entry,
    .banner-entry {
        padding-bottom: 115% !important;
    }

    .square-photos-grid .banner-entry h3.text-with-border,
    .banner-entry h3.text-with-border {
        font-size: 25px !important;
    }

    .s-block__title h2 {
        font-size: 25px !important;
    }

    section:nth-of-type(1)
    salla-slider.photos-slider
    .swiper-slide {
        width: 100% !important;
        padding: 0 !important;
    }
}


/* حركة البطاقة على الكمبيوتر فقط */

@media (hover: hover) {

    .square-photos-grid .banner-entry:hover,
    .banner-entry:hover {
        transform: translateY(-10px) !important;
    }
}
```

بعد اللصق اضغط **حفظ التغييرات** فقط، واترك JavaScript معطّلًا.