body {
	background: #f4f4f4;
}
.main-nav-container.fixed-pinned.fixed-header .logo-normal,
.main-nav-container.fixed-header .logo-normal,
.main-nav-container.fixed-pinned .logo-normal {
  content: url("https://i.ibb.co/pBsvDyvB/Logo-dark.png") !important; /* الشعار بعد التثبيت/السكرول */
  
}
.main-nav-container .inner {
 padding-top: 18px !important;
 padding-bottom: 18px !important;
 border-radius : 0px 0px 20px 20px;
}

 body.enhanced_add_btn_in_mobile .simplified-products .s-products-list-wrapper .product-card--simplified .product-card__content, body.enhanced_add_btn_in_mobile .simplified-products .s-products-slider-card .product-card--simplified .product-card__content {
        padding-top: 10px !important;
    }
.text-store-text-primary {
    color: #4c525e;
    font-size: 18px;
}
/* يخفي العنوان والفاصل لكل fixed-products */
section.s-block.fixed-products .home-block-title {
  display: none !important;
}
#mainnav .container > .flex.items-stretch {
  align-items: baseline !important;
}
/* الكرت نفسه */
.review .flex.flex-col {
    border: 1px solid #000 !important;
    box-shadow: none !important;
    text-align: center;
    display: flex;
    flex-direction: column; /* نخلي الترتيب عمودي */
    justify-content: space-between;
}

/* صورة واسم العميل */
.review .flex.items-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 1rem 0 !important; /* مسافة تحتهم قبل التعليق */
}

/* الصورة */
.review .flex.items-center img {
    margin: 0 auto 0.5rem auto;
}

/* الاسم */
.review .flex.items-center .mx-2 p {
    margin: 0;
    font-weight: bold;
}

/* نص التعليق */
.review #item-text {
    order: 2; /* يخليه يجي تحت الاسم */
    margin-bottom: 1rem;
}

/* التقييم */
.review .comment__rating {
    display: flex;
    justify-content: center;
    margin-top: auto;
    order: 3; /* يجي آخر شي تحت */
}
.store-footer__curve {
display: none;
}
/* منع الزوم على الصور داخل سكشن روابط مربعة (سيليا) */
.s-block--square-links.square-links-2 img {
  touch-action: pan-x pan-y;      /* يسمح بالتمرير فقط، ويمنع التكبير */
  -ms-touch-action: pan-x pan-y;
  user-select: none;              /* يمنع تحديد الصورة */
  -webkit-user-drag: none;        /* يمنع سحب الصورة في Safari */
  -webkit-touch-callout: none;    /* يمنع القائمة المنبثقة عند الضغط المطول */
}