/* Add custom CSS styles below */ 

.s-block--tabs-produtcs .tabs {
    display: none;
}

.s-block.container.fixed-products.fixed-products--4 .home-block-title,
.s-block.container.fixed-products.fixed-products--4 .flex.items-center.gap-8.mt-5 {
    display: none !important;
}
.s-block.container.fixed-products.fixed-products--5 .home-block-title,
.s-block.container.fixed-products.fixed-products--5 .flex.items-center.gap-8.mt-5 {
    display: none !important;
}
.s-block.container.fixed-products.fixed-products--7 .home-block-title,
.s-block.container.fixed-products.fixed-products--7 .flex.items-center.gap-8.mt-5 {
    display: none !important;
}
.s-block.container.fixed-products.fixed-products--8 .home-block-title,
.s-block.container.fixed-products.fixed-products--8 .flex.items-center.gap-8.mt-5 {
    display: none !important;
}
.s-block.container.fixed-products.fixed-products--10 .home-block-title,
.s-block.container.fixed-products.fixed-products--10 .flex.items-center.gap-8.mt-5 {
    display: none !important;
}
.s-block.container.fixed-products.fixed-products--11 .home-block-title,
.s-block.container.fixed-products.fixed-products--11 .flex.items-center.gap-8.mt-5 {
    display: none !important;
}

/* إخفاء رسائل التحميل وأزرار "عرض المزيد" ليبدو كقائمة واحدة */
salla-products-list .s-infinite-scroll-status,
salla-products-list .s-infinite-scroll-wrapper,
salla-products-list .s-button-load-more {
    display: none !important;
    opacity: 0;
    pointer-events: none;
}

/* تحسين عرض الشبكة لضمان عدم وجود فراغات أثناء التحميل */
salla-products-list {
    display: block;
    width: 100%;
    transition: height 0.3s ease;
}