Ensembles
Voici le seul résultat
-

Ensemble pantalon & chemise en lin 80% coton
د.ج4,900.00 Choix des options Ce produit a plusieurs variations. Les options peuvent être choisies sur la page du produit
/* تنسيق علامة Out of Stock فوق الصور المربعة */ .product.outofstock { position: relative; } /* إضافة طبقة باهتة خفيفة على المنتجات اللي خلاصو */ .product.outofstock img { opacity: 0.6 !important; filter: grayscale(30%); /* لمسة رمادية خفيفة باش تبان بلي ماراهيش متوفرة */ } /* الشارة الوردية الاحترافية */ .product.outofstock::before { content: "Rupture de stock" !important; position: absolute; top: 50%; /* تجي في وسط المربع */ left: 50%; transform: translate(-50%, -50%); /* سنترة دقيقة */ background-color: rgba(255, 192, 203, 0.9) !important; /* وردي شفاف شوية */ color: white !important; padding: 8px 15px; font-size: 12px; font-weight: bold; text-transform: uppercase; border-radius: 30px; z-index: 15; white-space: nowrap; /* باش ما تنقسمش الكلمة */ box-shadow: 0 4px 10px rgba(0,0,0,0.1); pointer-events: none; }
Voici le seul résultat
