BOTTOMWEAR






Bottom Wear Collection

Bottom Wear Collection

Explore our stylish jeans, pants & shorts

Jeans

Blue Denim Jeans

₹1299Buy Now

Joggers

Black Joggers

₹999Buy Now

Shorts

Summer Shorts

₹799Buy Now

Watch Our Bottom Wear Collection






Bottom Wear Collection

Bottom Wear Collection

Explore our stylish jeans, pants & shorts

Jeans

Blue Denim Jeans

₹1299Buy Now

Joggers

Black Joggers

₹999Buy Now

Shorts

Summer Shorts

₹799Buy Now

Watch Our Bottom Wear Collection






Bottom Wear Collection

Bottom Wear Collection

Explore our stylish jeans, pants & shorts

Jeans

Blue Denim Jeans

₹1299Buy Now

Joggers

Black Joggers

₹999Buy Now

Shorts

Summer Shorts

₹799Buy Now

Watch Our Bottom Wear Collection

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bottom Wear Collection</title><style>
body{
font-family: Arial, sans-serif;
background:#f5f5f5;
margin:0;
padding:0;
}header{
background:black;
color:white;
text-align:center;
padding:20px;
}.section{
padding:40px;
text-align:center;
}.products{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}.card{
background:white;
width:250px;
border-radius:10px;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
padding:15px;
}.card img{
width:100%;
border-radius:10px;
}.card h3{
margin:10px 0;
}.card button{
background:black;
color:white;
border:none;
padding:10px 15px;
cursor:pointer;
border-radius:5px;
}.video-section{
margin-top:50px;
}
</style>
</head><body><header>
<h1>Bottom Wear Collection</h1>
<p>Explore our stylish jeans, pants & shorts</p>
</header><section class="section"><div class="products"><div class="card">
<img src="https://via.placeholder.com/250x300" alt="Jeans">
<h3>Blue Denim Jeans</h3>
<p>₹1299</p>
<button>Buy Now</button>
</div><div class="card">
<img src="https://via.placeholder.com/250x300" alt="Joggers">
<h3>Black Joggers</h3>
<p>₹999</p>
<button>Buy Now</button>
</div><div class="card">
<img src="https://via.placeholder.com/250x300" alt="Shorts">
<h3>Summer Shorts</h3>
<p>₹799</p>
<button>Buy Now</button>
</div></div><div class="video-section">
<h2>Watch Our Bottom Wear Collection</h2><video width="600" controls>
<source src="fashion-video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div></section></body>
</html>