Blush Garden Printed Kurti Set

Rs. 3,398.00 Rs. 1,699.00
(50% OFF)

/title> The Blush Garden Printed Kurti Set The Blush Garden Printed Kurti Set is a soft, elegant ethnic ensemble designed...

Only 6 left in stock — Buy Now!.

Size: XS

XS
S
M
L
XL
2XL
3XL
4XL
Get it by Calculating...
Dispatches in 24–48 hrs (custom-made processing)
Deliver to Checking...
Estimated dates shown. Actual delivery may vary due to courier operations.

Additional Offers

7-Day Exchange Policy
Description
/title> <style> :root { --primary: #1e4577; --primary-light: #2557a0; --primary-dark: #152f4f; --accent: #d4af37; --text-primary: #1a1a1a; --text-secondary: #64748b; --bg-light: #fafafa; --border: rgba(30, 69, 119, 0.12); } * { margin: 0; padding: 0; box-sizing: border-box; } @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800&display=swap'); body { font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.6; color: var(--text-primary); background: #ffffff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } h1, h2, h3, h4, .section-title { font-family: 'Playfair Display', Georgia, serif; } .product-description { max-width: 1000px; margin: 0 auto; padding: 40px 20px; } /* Hero Section */ .hero-section { margin-bottom: 48px; padding: 40px; background: linear-gradient(135deg, rgba(30, 69, 119, 0.03) 0%, rgba(212, 175, 55, 0.05) 100%); border-radius: 20px; border: 1.5px solid var(--border); position: relative; overflow: hidden; } .hero-section::before { content: ''; position: absolute; top: -50%; right: -50%; width: 100%; height: 100%; background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%); pointer-events: none; } .hero-section h1 { font-size: 32px; font-weight: 800; color: var(--primary); margin-bottom: 20px; letter-spacing: -0.02em; line-height: 1.2; position: relative; z-index: 1; } .hero-description { font-size: 17px; line-height: 1.7; color: var(--text-secondary); font-weight: 500; position: relative; z-index: 1; } .hero-description strong { color: var(--primary); font-weight: 700; } /* Style Tip Banner */ .style-banner { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); color: white; padding: 28px 32px; border-radius: 18px; margin: 32px 0; box-shadow: 0 8px 24px rgba(30, 69, 119, 0.18); position: relative; overflow: hidden; } .style-banner::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.1) 100%); pointer-events: none; } .style-banner h3 { font-size: 20px; font-weight: 800; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; position: relative; z-index: 1; } .style-banner h3::before { content: '✨'; font-size: 24px; } .style-banner p { font-size: 16px; line-height: 1.6; opacity: 0.95; font-weight: 500; position: relative; z-index: 1; } /* Features Grid */ .features-section { margin: 48px 0; } .section-title { font-size: 26px; font-weight: 800; color: var(--primary); margin-bottom: 24px; letter-spacing: -0.02em; display: flex; align-items: center; gap: 12px; } .section-title::after { content: ''; flex: 1; height: 2px; background: linear-gradient(90deg, var(--border) 0%, transparent 100%); } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } .feature-card { padding: 24px; background: white; border: 1.5px solid var(--border); border-radius: 16px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; } .feature-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(180deg, var(--accent) 0%, var(--primary) 100%); transform: scaleY(0); transition: transform 0.3s ease; } .feature-card:hover { border-color: var(--primary); box-shadow: 0 8px 24px rgba(30, 69, 119, 0.12); transform: translateY(-2px); } .feature-card:hover::before { transform: scaleY(1); } .feature-icon { width: 48px; height: 48px; background: linear-gradient(135deg, rgba(30, 69, 119, 0.08) 0%, rgba(212, 175, 55, 0.08) 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 24px; } .feature-card h4 { font-size: 17px; font-weight: 700; color: var(--primary); margin-bottom: 8px; } .feature-card p { font-size: 15px; color: var(--text-secondary); line-height: 1.5; font-weight: 500; } /* Style Details */ .details-section { margin: 48px 0; padding: 32px; background: var(--bg-light); border-radius: 18px; border: 1.5px solid var(--border); } .details-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; margin-top: 24px; } .detail-item { padding: 18px; background: white; border-radius: 12px; border: 1px solid var(--border); } .detail-label { font-size: 13px; font-weight: 700; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; } .detail-value { font-size: 16px; font-weight: 600; color: var(--primary); } /* Note Section */ .note-section { margin-top: 40px; padding: 24px 28px; background: linear-gradient(135deg, rgba(212, 175, 55, 0.06) 0%, rgba(30, 69, 119, 0.04) 100%); border-left: 4px solid var(--accent); border-radius: 12px; } .note-section h4 { font-size: 15px; font-weight: 800; color: var(--primary); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; } .note-section p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; font-weight: 500; } /* Quantity Badge */ .quantity-badge { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); color: white; border-radius: 10px; font-weight: 700; font-size: 15px; margin: 24px 0; box-shadow: 0 4px 12px rgba(30, 69, 119, 0.2); } .quantity-badge::before { content: '📦'; font-size: 20px; } /* Responsive */ @media (max-width: 768px) { .product-description { padding: 24px 16px; } .hero-section { padding: 28px 24px; } .hero-section h1 { font-size: 26px; } .hero-description { font-size: 15px; } .features-grid { grid-template-columns: 1fr; } .details-grid { grid-template-columns: 1fr; } .section-title { font-size: 22px; } .style-banner { padding: 24px 20px; } } </style> <div class="product-description"> <!-- Hero Section --> <div class="hero-section"> <h1>The Blush Garden Printed Kurti Set</h1> <div class="hero-description"> <p>The Blush Garden Printed Kurti Set is a soft, elegant ethnic ensemble designed for effortless everyday styling. Crafted in a soothing cream base with delicate pink floral prints, this set brings a fresh, graceful vibe that feels light yet refined. The straight kurti paired with coordinated printed pants creates a balanced look that’s perfect for workwear, casual outings, or relaxed festive days when you want comfort without compromising on style.</p> </div> </div> <!-- Features Section --> <div class="features-section"> <h2 class="section-title">Premium Features</h2> <div class="features-grid"> <div class="feature-card"> <div class="feature-icon">✨</div> <h4>Soft Floral Print</h4> <p>Soft cream base with delicate pink floral print</p> </div> <div class="feature-card"> <div class="feature-icon">🎨</div> <h4>Straight-Cut Kurti</h4> <p>Straight-cut kurti for a clean, flattering silhouette</p> </div> <div class="feature-card"> <div class="feature-icon">👔</div> <h4>Everyday Sleeves</h4> <p>Three-quarter sleeves for easy everyday wear</p> </div> <div class="feature-card"> <div class="feature-icon">🌟</div> <h4>Coordinated Bottoms</h4> <p>Coordinated printed pants for a complete look</p> </div> <div class="feature-card"> <div class="feature-icon">💎</div> <h4>All-Day Comfort</h4> <p>Lightweight and breathable for all-day comfort</p> </div> <div class="feature-card"> <div class="feature-icon">🎯</div> <h4>Modern Ethnic Vibe</h4> <p>Elegant ethnic design with a modern touch</p> </div> </div> </div> <!-- Style Tip Banner --> <div class="style-banner"> <h3>Styling Tip</h3> <p>Pair it with jhumkas and block heels for a polished ethnic look, or keep it simple with flats and minimal jewellery for daily wear.</p> </div> <!-- Style Details --> <div class="details-section"> <h2 class="section-title">Style Details</h2> <div class="details-grid"> <div class="detail-item"> <div class="detail-label">Fabric</div> <div class="detail-value">Premium printed fabric</div> </div> <div class="detail-item"> <div class="detail-label">Neckline</div> <div class="detail-value">Mandarin collar with slit</div> </div> <div class="detail-item"> <div class="detail-label">Closure</div> <div class="detail-value">Slip-on style</div> </div> <div class="detail-item"> <div class="detail-label">Sleeves</div> <div class="detail-value">Three-quarter sleeves</div> </div> <div class="detail-item"> <div class="detail-label">Fit</div> <div class="detail-value">Straight fit</div> </div> </div> </div> <!-- Quantity Badge --> <div class="quantity-badge"> 1N (Kurti + Pant Set) </div> <!-- Note Section --> <div class="note-section"> <h4>Important Note</h4> <p>Colour may slightly vary due to lighting and screen resolution. Accessories and footwear shown are for styling purposes only and are not included with the outfit.</p> </div> </div>
Additional Information
Size

XS, S, M, L, XL, 2XL, 3XL, 4XL