-
-
Notifications
You must be signed in to change notification settings - Fork 846
Open
Description
<title>DARAL Luxury Clothing</title>
<style>
body{margin:0;background:black;color:white;font-family:'Poppins',sans-serif;}
header{background:black;border-bottom:1px solid gold;padding:15px 20px;position:sticky;top:0;z-index:1000}
nav{display:flex;justify-content:space-between;align-items:center}
.logo{font-family:'Cinzel',serif;font-size:30px;color:gold;letter-spacing:3px;animation:shine 3s infinite}
@Keyframes shine{
0%{text-shadow:0 0 5px gold}
50%{text-shadow:0 0 20px silver,0 0 30px gold}
100%{text-shadow:0 0 5px gold}
}
.menu a{color:white;text-decoration:none;margin:0 10px;font-size:14px}
.menu a:hover{color:gold}
.search{padding:6px;border-radius:4px;border:none}
.hero{text-align:center;padding:80px 20px;background:linear-gradient(black,#111)}
.hero h1{font-family:'Cinzel',serif;font-size:48px;color:gold}
.hero p{color:silver}
.section{padding:50px 20px;text-align:center}
.section h2{font-family:'Cinzel',serif;color:gold;margin-bottom:30px}
.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:25px;max-width:1100px;margin:auto}
.product{background:#111;padding:15px;border:1px solid #333;border-radius:8px}
.product img{width:100%;border-radius:6px}
.product h3{margin:10px 0}
.price{color:gold;margin-bottom:10px}
.btn{display:inline-block;padding:10px 18px;background:gold;color:black;text-decoration:none;font-weight:600;border-radius:4px;margin:5px}
.btn:hover{background:silver}
.category{margin-bottom:40px}
.reviews{max-width:800px;margin:auto;text-align:left}
.review{background:#111;padding:15px;margin-bottom:15px;border-radius:6px;border:1px solid #333}
footer{margin-top:40px;padding:30px;text-align:center;border-top:1px solid #333;color:silver}
</style>
<script>
function searchProducts(){
let input=document.getElementById('search').value.toLowerCase();
let items=document.getElementsByClassName('product');
for(let i=0;i
<script>
function sendOrder(){
let name=document.getElementById('name').value;
let phone=document.getElementById('phone').value;
let address=document.getElementById('address').value;
let size=document.getElementById('size').value;
let msg=`Order from DARAL:%0AName: ${name}%0APhone: ${phone}%0AAddress: ${address}%0ASize: ${size}`;
window.open(`https://wa.me/917527998135?text=${msg}`,'_blank');
}
</script>
© 2026 DARAL Clothing Brand
DARAL
DARAL Luxury Fashion
Black • Gold • Silver Streetwear
Premium ClothesMen Collection
Women Collection
Premium Collection
Order & Payment
Order on WhatsApp or pay using UPI.
Order on WhatsAppUPI Payment Example: yourupi@bank
Customer Reviews
⭐️⭐️⭐️⭐️⭐️
Amazing quality hoodie. Very stylish.
Amazing quality hoodie. Very stylish.
⭐️⭐️⭐️⭐️⭐️
Best streetwear brand. Fast delivery.
Best streetwear brand. Fast delivery.
Order Form
Fill the form and send order on WhatsApp.
SMLXL Send OrderDelivery Tracking
Enter your order phone number to check delivery status.
Status: Processing / Shipped / Delivered
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels