RICH
المكونات: الهيل، اللافندر، الحمضيات، القرفة، جوز الطيب، خشب العود.
SR 350
/* Add custom CSS styles below */ /* RESET */ * { margin:0; padding:0; box-sizing:border-box; } body { font-family:'Cairo',sans-serif; background:#fff; color:#111; line-height:1.6; } /* HEADER */ header { background:#fff; padding:20px 0; border-bottom:1px solid #eee; position:sticky; top:0; z-index:1000; } header nav ul { list-style:none; display:flex; justify-content:center; gap:30px; } header nav ul li a { text-decoration:none; font-weight:600; color:#111; transition:.3s; } header nav ul li a:hover { text-decoration:underline; } /* HERO */ .hero { height:70vh; background:#fff; display:flex; justify-content:center; align-items:center; text-align:center; } .hero-text h1 { font-size:4rem; margin-bottom:15px; color:#111; } .hero-text p { font-size:1.3rem; color:#555; margin-bottom:20px; } .btn-hero { background:#111; color:#fff; padding:14px 30px; border-radius:30px; text-decoration:none; font-weight:bold; transition:.3s; } .btn-hero:hover { background:#555; } /* BANNERS */ .banners { display:flex; flex-wrap:wrap; gap:30px; padding:50px 5%; justify-content:center; } .banner { position:relative; border-radius:20px; overflow:hidden; flex:1 1 400px; max-width:600px; } .banner img { width:100%; transition:transform .5s; } .banner:hover img { transform:scale(1.05); } .overlay { position:absolute; bottom:20px; left:20px; color:#111; background:rgba(255,255,255,0.8); padding:10px; border-radius:10px; } .overlay h2 { font-size:1.8rem; } .overlay p { margin-top:5px; font-size:1rem; } /* PRODUCT GRID */ .product-list { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:30px; padding:60px 5%; } .product { background:#fff; border-radius:15px; box-shadow:0 5px 15px rgba(0,0,0,0.05); text-align:center; padding-bottom:20px; position:relative; transition:.3s; } .product:hover { transform:translateY(-5px); box-shadow:0 10px 25px rgba(0,0,0,0.1); } .product img { width:100%; border-bottom:1px solid #eee; } .product h2 { font-size:1.5rem; margin:15px 0 10px; } .product p { padding:0 15px; font-size:.95rem; color:#555; } .price { font-size:1.1rem; font-weight:bold; margin:15px 0; color:#111; } button { background:#111; color:#fff; border:none; padding:12px 25px; border-radius:30px; cursor:pointer; font-weight:bold; transition:.3s; } button:hover { background:#555; box-shadow:0 5px 15px rgba(0,0,0,0.2); } .label { position:absolute; top:15px; right:15px; background:#111; color:#fff; font-size:.8rem; font-weight:600; padding:5px 12px; border-radius:20px; } /* FOOTER */ footer { background:#fff; border-top:1px solid #eee; text-align:center; padding:30px; color:#555; } footer .social { margin-top:10px; } footer .social a { margin:0 10px; display:inline-block; } footer .social img { width:25px; } /* RESPONSIVE */ @media(max-width:900px){ .hero-text h1{font-size:3rem} .hero-text p{font-size:1.1rem} .banners{flex-direction:column;align-items:center} .banner{max-width:90%} }
المكونات: الهيل، اللافندر، الحمضيات، القرفة، جوز الطيب، خشب العود.
SR 350
المكونات: الريحان، نجيل الهند، الفلفل الأسود، قلب الباتشولي.
SR 300
المكونات: الزعفران، الياسمين، الفانيليا.
SR 320