/* Add custom CSS styles below */ 
.product-entry__title:hover {
    color: #A5879E !important;
}

.s-block--categories .slide--cat-entry .item-img img {
    border: 1px solid #A5879E; /* سمك ولون البوردر */
    border-radius: 8px; /* اختياري لتنعيم الزوايا */
    box-sizing: border-box; /* مهم عشان البوردر ما يغيرش حجم الصورة */
}

.index section.s-block--fixed-banner > .container{
    max-width: 100%; /* تمديد الكونتينر بعرض الصفحة */
    padding: 0;      /* إزالة الهوامش الداخلية */
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}

/* تخصيص الصورة داخل السلايدر فقط */
.s-block--products-slider-with-side-fixedarea .bg-area {
    background-color: #ffffff; /* خلفية بيضاء */
    background-position: center; /* الصورة في النص */
    background-repeat: no-repeat;
    background-size: contain; /* الصورة بالكامل داخل الإطار */
}

/* تكبير اللوجو داخل الـ loader */
.loader-init img {
    height: 150px; /* الحجم الكبير */
    width: auto;   /* يحافظ على نسبة العرض للارتفاع */
    max-width: 100%; /* ما يتجاوزش مساحة الحاوية */
    display: block;
    margin: 0 auto; /* يوضع في النص أفقياً */
}