/* Add custom CSS styles below */ 
/* تحسين السرعة والمظهر لمتجر نيلي */

/* بطاقات المنتجات */
.product,
.product-entry,
.product-item{
border-radius:12px;
overflow:hidden;
transition:.2s ease;
}

.product:hover,
.product-entry:hover,
.product-item:hover{
transform:translateY(-3px);
}


/* تحسين الخطوط */
*{
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}

/* شريط علوي */
.top-announcement{
background:#000;
color:#fff;
text-align:center;
padding:10px;
font-weight:700;
}

/* زر شراء ثابت للجوال */
@media (max-width:768px){

.product-form .btn-primary,
.btn-add-to-cart{
position:fixed;
bottom:10px;
left:10px;
right:10px;
z-index:9999;
border-radius:12px;
height:54px;
font-size:16px;
font-weight:700;
}

body{
padding-bottom:80px;
}

}.price::after {
  content: "🔥 الأكثر مبيعًا – تم طلبه +999 مرة";
  display: inline-block;
  background: #fff3f3;
  color: #e63946;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: bold;
  margin-top: 10px;
}

/* تثبيت سلايدر الصور */
.s-product-image-slider,
.s-product-image-slider img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f3f3f3;
}

/* تثبيت السعر + الخصم */
.s-product-price-wrapper {
  min-height: 85px;
}

/* تثبيت التاقات */
.s-product-tags {
  min-height: 45px;
}

/* منع القفز */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* إلغاء الأنيميشن */
* {
  transition: none !important;
}