متجر Zero.10

زيرو.10 - منتج للعناية بالشعر

Zero.10 - هيدروسول طبيعي

تركيبة نباتية خفيفة تمتصها فروة الرأس بسهولة.

السعر: 99 ريال

/* ملف styles.css */ body { font-family: Arial, sans-serif; text-align: center; background-color: #f9f9f9; } header { background-color: #333; color: white; padding: 15px; } .product { display: flex; flex-direction: column; align-items: center; margin: 20px; padding: 20px; background: white; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border-radius: 10px; } .product img { width: 200px; border-radius: 10px; } .price { font-size: 20px; color: #e67e22; font-weight: bold; } .add-to-cart { background: #27ae60; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 5px; transition: 0.3s; } .add-to-cart:hover { background: #2ecc71; }