/* Add custom CSS styles below */ 

.s-block--enhanced-features .grid {
  margin-top: -15px !important;
}

.sicon-quote {
    color: #000 !important; /* أسود غامق */
    opacity: 1 !important;   /* للتأكد إنه مش شفاف */
}

.comment__rating {
    color: #000 !important; /* أسود غامق */
}

.text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity)); /* أسود */
}

.review.swiper-slide {
    border: 1px solid #000;   /* أسود وسمكه 6px */
    border-radius: 6px;       /* حواف مستديرة 6px */
    margin: 6px;              /* مسافة بسيطة بين الكروت */
}

.bg-store-bg-secondary {
    background-color: #EEEEEE !important;
}

.grid-itme.col-span-2.lg\:col-span-1.mb-2\.5:last-child {
    display: none !important; /* اخفاء العمود الاخير */
}

/* توسيع الاعمدة الباقية لتاخد كامل المساحة */
.grid-itme.col-span-2.lg\:col-span-1.mb-2\.5:not(:last-child) {
    grid-column: span 5 !important; /* أو span حسب عدد الاعمدة المطلوبة */
}

.grid-itme.col-span-2.lg\:col-span-1.mb-2\.5 {
    justify-self: end; /* يحرك العنصر لأقصى يمين داخل الGrid cell */
}


.grid-itme.col-span-2.lg\:col-span-1.mb-2\.5 {
    margin-left: auto; /* يدفع العنصر لأقصى اليمين */
}

@media (min-width: 1024px) {
    .enhanced_links_wrapper {
        margin-left: 0;
        margin-right: -100px;
    }
}