Women's Empire
Welcome to Women's Empire
Superior Comfort. Premium Protection. 100% Chemical Free Pads.
About Women's Empire
Since 2022, Women's Empire has been dedicated to providing superior and comfortable period protection.
Our mission is to ensure peace of mind and confidence through soft, breathable, and chemical-free sanitary pads.
Quality & Safety • Delight Comfort ✨ • Superior Protection • Gentle Touch
Our Products
Sanitary Pads (XL)
Soft & Hygiene Sanitary Pads
Rs 1000
100% Chemical Free
Sanitary Pads (XXL)
Soft & Hygiene Sanitary Pads
Rs 1100
100% Chemical Free
Premium Comfort Pads
Soft & Hygiene Sanitary Pads
Rs 1200
100% Chemical Free
Owner’s Words
“At Women's Empire, we are redefining comfort and trust for every woman.
Our promise is premium quality, care, and protection — because you deserve the best.”
© Women's Empire PVT. LTD. | All Rights Reserved.
/* Global */
body {font-family: 'Poppins', sans-serif; scroll-behavior: smooth;}
.nav-link {color:#8204ff;text-decoration:none;font-weight:500;transition:0.3s;}
.nav-link:hover {color:#c10fff;}
/* Buttons */
.btn-primary, .btn-secondary {
display:inline-block;
padding:12px 25px;
border-radius:30px;
font-weight:600;
transition:all 0.3s ease;
text-decoration:none;
}
.btn-primary {background:#8204ff;color:#fff;}
.btn-primary:hover {background:#c10fff;transform:scale(1.05);}
.btn-secondary {background:#25D366;color:#fff;}
.btn-secondary:hover {background:#1da851;transform:scale(1.05);}
/* Section titles */
.section-title {text-align:center;font-size:2.4em;color:#8204ff;margin-bottom:30px;}
.section-text {text-align:center;font-size:1.1em;line-height:1.8;color:#333;}
/* Scroll Gallery */
.scroll-gallery {overflow:hidden;margin:40px auto;max-width:90%;border-radius:20px;}
.scroll-track {display:flex;gap:20px;animation:scroll 18s linear infinite;}
.scroll-track img {width:500px;height:300px;object-fit:cover;border-radius:15px;transition:transform 0.5s;}
.scroll-track img:hover {transform:scale(1.05);}
@keyframes scroll {0%{transform:translateX(0);}100%{transform:translateX(-50%);} }
/* Product Grid */
.product-grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;justify-items:center;}
.product-card {
background:#fff;border-radius:20px;padding:25px;text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,0.1);transition:all 0.3s ease;
}
.product-card:hover {transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,0.15);}
.product-card img {border-radius:15px;width:100%;height:auto;margin-bottom:20px;}
.product-buttons {display:flex;justify-content:center;gap:10px;margin-top:15px;}
/* Responsive */
@media(max-width:768px){
h1{font-size:2em;}
.scroll-track img{width:300px;height:200px;}
}