{"title":"Men's Long Kurtas - Wedding \u0026 Festive Wear | RAY LIGHT","description":"\u003cstyle\u003e\n:root{\n  --brand-primary:#114956;\n  --brand-accent:#f4810f;\n  --brand-light:#f6f8f9;\n  --brand-dark:#0b2f38;\n  --brand-text:#4d4d4d;\n}\n\n\/* ===== MAIN SECTION ===== *\/\n.rl-kurta-page{\n  padding:60px 20px;\n  border-radius:25px;\n  background:var(--brand-light);\n  border-radius: 25px;\n  position: relative;\n  width: 100%;\n  display: flex;\n  justify-content: center;\n  overflow: hidden;\n  background-color: var(--rl-light); \/* Fixed variable name *\/\n  background-image: repeating-conic-gradient(\n    from 135deg at 80% 0%, \n    rgba(17, 73, 86, 0.03) 0deg, \n    rgba(17, 73, 86, 0.03) 15deg, \n    transparent 15deg,\n    transparent 30deg\n  );\n}\n\n.rl-kurta-container{\n  max-width:1370px;\n  width:100%;\n}\n\n\/* ===== HERO ===== *\/\n.rl-kurta-hero{\n  text-align:center;\n  padding:70px 40px;\n  border-radius:28px;\n  background:linear-gradient(135deg,#114956 0%,#0f3943 50%,#f4810f 180%);\n  color:#fff;\n  position:relative;\n  overflow:hidden;\n  box-shadow:0 25px 60px rgba(17,73,86,0.18);\n}\n\n.rl-kurta-hero::before{\n  content:\"\";\n  position:absolute;\n  width:350px;\n  height:350px;\n  background:rgba(255,255,255,0.05);\n  border-radius:50%;\n  top:-120px;\n  right:-100px;\n}\n\n.rl-kurta-hero::after{\n  content:\"\";\n  position:absolute;\n  width:250px;\n  height:250px;\n  background:rgba(255,255,255,0.04);\n  border-radius:50%;\n  bottom:-120px;\n  left:-80px;\n}\n\n.rl-kurta-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  padding:12px 22px;\n  border-radius:50px;\n  background:rgba(255,255,255,0.12);\n  backdrop-filter:blur(10px);\n  margin-bottom:22px;\n  font-size:13px;\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.rl-kurta-hero h1{\n  font-size:52px;\n  line-height:1.15;\n  margin-bottom:20px;\n  color:#fff;\n  font-weight: 300;\n  letter-spacing: 1.5px;\n}\n\n.rl-kurta-hero p{\n  max-width:920px;\n  margin:auto;\n  font-size:17px;\n  line-height:1.9;\n  color:rgba(255,255,255,0.92);\n}\n\n\/* ===== HIGHLIGHT CARD ===== *\/\n.rl-highlight{\n  margin-top:-40px;\n  position:relative;\n  z-index:5;\n  padding:0 20px;\n}\n\n.rl-highlight-card{\n  background:#fff;\n  border-radius:24px;\n  padding:35px;\n  max-width:1100px;\n  margin:auto;\n  box-shadow:0 18px 50px rgba(0,0,0,0.08);\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:25px;\n  transition:all 0.35s cubic-bezier(0.25,0.8,0.25,1);\n}\n\n.rl-highlight-card:hover{\n  transform:translateY(-6px);\n  box-shadow:0 30px 70px rgba(17,73,86,0.18);\n}\n\n.rl-highlight-left{\n  display:flex;\n  gap:22px;\n  align-items:flex-start;\n}\n\n.rl-highlight-icon{\n  min-width:72px;\n  width:72px;\n  height:72px;\n  border-radius:22px;\n  background:linear-gradient(135deg,#114956,#f4810f);\n  color:#fff;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:34px;\n  animation:rlPulse 3s infinite;\n}\n\n@keyframes rlPulse{\n  0%{transform:scale(1);}\n  50%{transform:scale(1.06);}\n  100%{transform:scale(1);}\n}\n\n.rl-highlight-content h3{\n  font-size:30px;\n  margin-bottom:12px;\n  color:var(--brand-primary);\n}\n\n.rl-highlight-content p{\n  color:var(--brand-text);\n  line-height:1.8;\n}\n\n.rl-highlight-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  text-decoration:none;\n  padding:16px 28px;\n  border-radius:50px;\n  background:var(--brand-accent);\n  color:#fff;\n  font-weight:700;\n  transition:0.3s ease;\n  white-space:nowrap;\n}\n\n.rl-highlight-btn:hover{\n  transform:translateY(-3px) scale(1.03);\n}\n\n\/* ===== FEATURES ===== *\/\n.rl-feature-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:22px;\n  margin-top:60px;\n}\n\n.rl-feature{\n  background:#fff;\n  padding:30px 25px;\n  border-radius:22px;\n  box-shadow:0 12px 40px rgba(0,0,0,0.05);\n  transition:0.35s ease;\n  position:relative;\n  overflow:hidden;\n}\n\n.rl-feature::before{\n  content:\"\";\n  position:absolute;\n  width:120px;\n  height:120px;\n  background:rgba(244,129,15,0.06);\n  border-radius:50%;\n  top:-60px;\n  right:-40px;\n}\n\n.rl-feature:hover{\n  transform:translateY(-7px);\n  box-shadow:0 25px 60px rgba(17,73,86,0.12);\n}\n\n.rl-feature-icon{\n  width:65px;\n  height:65px;\n  border-radius:18px;\n  background:linear-gradient(135deg,#114956,#f4810f);\n  color:#fff;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:28px;\n  margin-bottom:18px;\n}\n\n.rl-feature h4{\n  font-size:21px;\n  margin-bottom:12px;\n  color:var(--brand-primary);\n}\n\n.rl-feature p{\n  color:var(--brand-text);\n  line-height:1.8;\n  font-size:15px;\n}\n\n\/* ===== CONTENT BLOCK ===== *\/\n.rl-content{\n  margin-top:65px;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:28px;\n}\n\n.rl-card{\n  background:#fff;\n  padding:38px;\n  border-radius:24px;\n  box-shadow:0 15px 50px rgba(0,0,0,0.05);\n  transition:0.35s ease;\n}\n\n.rl-card:hover{\n  transform:translateY(-5px);\n}\n\n.rl-card h3{\n  font-size:30px;\n  margin-bottom:18px;\n  color:var(--brand-primary);\n}\n\n.rl-card p{\n  line-height:1.9;\n  color:var(--brand-text);\n  margin-bottom:18px;\n}\n\n.rl-card ul{\n  padding-left:18px;\n}\n\n.rl-card li{\n  margin-bottom:12px;\n  color:var(--brand-text);\n  line-height:1.8;\n}\n\n\/* ===== STYLE GUIDE ===== *\/\n.rl-style-guide{\n  margin-top:35px;\n  background:linear-gradient(135deg,#114956,#0b2f38);\n  color:#fff;\n  padding:45px;\n  border-radius:26px;\n  box-shadow:0 20px 60px rgba(17,73,86,0.18);\n}\n\n.rl-style-guide h3{\n  font-size:34px;\n  margin-bottom:25px;\n  color:#fff;\n}\n\n.rl-style-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:25px;\n}\n\n.rl-style-box{\n  background:rgba(255,255,255,0.08);\n  padding:28px;\n  border-radius:20px;\n  backdrop-filter:blur(10px);\n  transition:0.35s ease;\n}\n\n.rl-style-box:hover{\n  transform:translateY(-5px);\n  background:rgba(255,255,255,0.12);\n}\n\n.rl-style-box h4{\n  color:var(--brand-accent);\n  margin-bottom:14px;\n  font-size:21px;\n}\n\n.rl-style-box p{\n  color:rgba(255,255,255,0.88);\n  line-height:1.8;\n}\n\n\/* ===== CTA ===== *\/\n.rl-bottom-cta{\n  margin-top:50px;\n  padding:50px 35px;\n  border-radius:28px;\n  background:#fff;\n  text-align:center;\n  box-shadow:0 15px 50px rgba(0,0,0,0.05);\n}\n\n.rl-bottom-cta h2{\n  font-size:42px;\n  color:var(--brand-primary);\n  margin-bottom:18px;\n}\n\n.rl-bottom-cta p{\n  max-width:900px;\n  margin:auto;\n  line-height:1.9;\n  color:var(--brand-text);\n}\n\n.rl-bottom-btn{\n  display:inline-block;\n  margin-top:28px;\n  background:linear-gradient(135deg,#114956,#f4810f);\n  color:#fff;\n  text-decoration:none;\n  padding:18px 34px;\n  border-radius:50px;\n  font-weight:700;\n  transition:0.35s ease;\n}\n\n.rl-bottom-btn:hover{\n  transform:translateY(-5px) scale(1.03);\n}\n\n\/* ===== MOBILE ===== *\/\n@media(max-width:991px){\n\n  .rl-feature-grid,\n  .rl-content,\n  .rl-style-grid{\n    grid-template-columns:1fr;\n  }\n\n  .rl-highlight-card{\n    flex-direction:column;\n    text-align:center;\n  }\n\n  .rl-highlight-left{\n    flex-direction:column;\n    align-items:center;\n    text-align:center;\n  }\n\n  .rl-kurta-hero{\n    padding:55px 25px;\n  }\n\n  .rl-kurta-hero h1{\n    font-size:38px;\n  }\n\n  .rl-bottom-cta h2{\n    font-size:32px;\n  }\n\n}\n\u003c\/style\u003e\n\n\u003csection class=\"rl-kurta-page\"\u003e\n\n  \u003cdiv class=\"rl-kurta-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cdiv class=\"rl-kurta-hero\"\u003e\n\n      \u003cdiv class=\"rl-kurta-badge\"\u003e\n        ✨ Premium Ethnic Collection\n      \u003c\/div\u003e\n\n      \u003ch1\u003eMen's Long Kurtas Collection\u003c\/h1\u003e\n\n      \u003cp\u003e\n        Elevate your traditional wardrobe with the \n        \u003cstrong\u003eRAY LIGHT Men's Ethnic Long Kurta Collection.\u003c\/strong\u003e \n        From grand weddings and intimate festive pujas to elevated everyday wear, \n        our curated selection merges heritage craftsmanship with modern tailoring. \n        Explore luxurious Jacquard, rich Silk blends, breathable Cotton, and intricately textured Crochet fabrics, \n        available in timeless solids, bold geometric prints, and classic florals. \n        Step into every occasion with unmatched elegance and confidence.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- HIGHLIGHT --\u003e\n    \u003cdiv class=\"rl-highlight\"\u003e\n\n      \u003cdiv class=\"rl-highlight-card\"\u003e\n\n        \u003cdiv class=\"rl-highlight-left\"\u003e\n\n          \u003cdiv class=\"rl-highlight-icon\"\u003e\n            👑\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"rl-highlight-content\"\u003e\n            \u003ch3\u003eThe Royal Festive Upgrade\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Discover your perfect fit for the wedding season. \n              Shop premium long kurtas crafted with luxurious fabrics, regal textures, \n              hidden utility pockets, and refined tailoring designed for modern Indian celebrations.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003ca href=\"#\" class=\"rl-highlight-btn\"\u003e\n          Explore Offers \u0026amp; Steals\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- FEATURE GRID --\u003e\n    \u003cdiv class=\"rl-feature-grid\"\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-feature-icon\"\u003e🧵\u003c\/div\u003e\n        \u003ch4\u003ePremium Fabrics\u003c\/h4\u003e\n        \u003cp\u003e\n          Discover luxurious Jacquard, breathable Cotton, textured Crochet, and refined Silk blends engineered for comfort and elegance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-feature-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch4\u003eFestive Detailing\u003c\/h4\u003e\n        \u003cp\u003e\n          Ornate designer buttons, textured weaves, and heritage-inspired patterns crafted to elevate every festive occasion.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-feature-icon\"\u003e👔\u003c\/div\u003e\n        \u003ch4\u003eModern Tailoring\u003c\/h4\u003e\n        \u003cp\u003e\n          Sharp Mandarin collars, flawless drapes, and contemporary silhouettes designed for today's gentleman.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-feature-icon\"\u003e🎉\u003c\/div\u003e\n        \u003ch4\u003eEvery Occasion Ready\u003c\/h4\u003e\n        \u003cp\u003e\n          From weddings and receptions to festive dinners and cultural events — find the perfect kurta for every celebration.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- CONTENT --\u003e\n    \u003cdiv class=\"rl-content\"\u003e\n\n      \u003cdiv class=\"rl-card\"\u003e\n\n        \u003ch3\u003ePremium Fabrics Built for Comfort \u0026amp; Royalty\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The foundation of every exceptional kurta lies in its fabric. \n          Our collection is carefully crafted using premium materials selected for luxurious texture, breathability, and timeless appeal.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003eRich Jacquard \u0026amp; Silk Blends:\u003c\/strong\u003e Perfect for weddings, receptions, and grand festive celebrations with luxurious woven textures.\u003c\/li\u003e\n\n          \u003cli\u003e\n\u003cstrong\u003eTextured Crochet Fabrics:\u003c\/strong\u003e Breathable yet regal fabrics that add modern sophistication to ethnic styling.\u003c\/li\u003e\n\n          \u003cli\u003e\n\u003cstrong\u003ePremium Pure Cotton:\u003c\/strong\u003e Lightweight, ultra-soft, and ideal for long celebrations, casual ethnic wear, and warm-weather comfort.\u003c\/li\u003e\n\n          \u003cli\u003e\n\u003cstrong\u003eLuxury Weaves:\u003c\/strong\u003e Detailed craftsmanship that delivers elevated drape, premium feel, and refined movement.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-card\"\u003e\n\n        \u003ch3\u003eVersatile Styles \u0026amp; Signature Patterns\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Every man deserves ethnic wear that reflects his personality. \n          From minimal solids to statement festive designs, our collection delivers unmatched versatility.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTimeless Solids:\u003c\/strong\u003e Elegant jewel tones and earthy shades that pair effortlessly with Nehru jackets and festive footwear.\u003c\/li\u003e\n\n          \u003cli\u003e\n\u003cstrong\u003eGeometric Heritage Prints:\u003c\/strong\u003e Bandhani-inspired motifs and intricate patterns for elevated festive dressing.\u003c\/li\u003e\n\n          \u003cli\u003e\n\u003cstrong\u003eClassic Floral Designs:\u003c\/strong\u003e Traditional artistry reimagined with modern tailoring and rich textures.\u003c\/li\u003e\n\n          \u003cli\u003e\n\u003cstrong\u003eContemporary Indo-Western Looks:\u003c\/strong\u003e Smart silhouettes designed to style beautifully with denim, trousers, or churidars.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- STYLE GUIDE --\u003e\n    \u003cdiv class=\"rl-style-guide\"\u003e\n\n      \u003ch3\u003eHow to Style Your RAY LIGHT Long Kurta\u003c\/h3\u003e\n\n      \u003cdiv class=\"rl-style-grid\"\u003e\n\n        \u003cdiv class=\"rl-style-box\"\u003e\n\n          \u003ch4\u003e👑 High-End Weddings\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Pair a deep-toned Jacquard or Silk-blend long kurta with crisp white churidar pyjamas. \n            Add a contrasting Nehru jacket, pocket square, and leather mojaris for the ultimate royal wedding look.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rl-style-box\"\u003e\n\n          \u003ch4\u003e🪔 Festive Pujas\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Opt for bright geometric or floral cotton kurtas styled with straight-cut trousers. \n            Roll the sleeves slightly for a relaxed yet respectful festive appearance during long ceremonies.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rl-style-box\"\u003e\n\n          \u003ch4\u003e✨ Everyday Ethnic Wear\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Keep it modern and effortless by styling solid long kurtas with dark-wash denim jeans and loafers \n            for the perfect Indo-Western fusion aesthetic.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- CTA --\u003e\n    \u003cdiv class=\"rl-bottom-cta\"\u003e\n\n      \u003ch2\u003eDiscover the Perfect Long Kurta Today\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Redefine your festive wardrobe with premium craftsmanship, timeless ethnic elegance, and modern tailoring. \n        Whether you prefer luxurious Jacquard weaves, breathable cotton classics, or bold heritage-inspired prints, \n        RAY LIGHT delivers the perfect long kurta for every celebration and every personality.\n      \u003c\/p\u003e\n\n      \u003ca href=\"#\" class=\"rl-bottom-btn\"\u003e\n        Shop the RAY LIGHT Ethnic Collection\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","products":[{"product_id":"ray-light-mens-classic-solid-cotton-long-kurta-dark-green-with-dual-side-pockets","title":"RAY LIGHT Men's Classic Solid Cotton Long Kurta – Dark Green with Dual Side Pockets","description":"\u003cdiv class=\"rl-section\"\u003e\n\u003cdiv class=\"rl-container\"\u003e\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"rl-hero\"\u003e\n  \u003ch2\u003eTimeless Tradition Meets Everyday Utility.\u003c\/h2\u003e\n  \u003cp\u003e\n    A refined festive essential crafted for elegance, comfort, and modern practicality.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"rl-block\"\u003e\n  \u003cp\u003e\n    Step into every celebration with confidence in the RAY LIGHT Classic Solid Long Kurta in rich forest green. Designed for the modern gentleman who respects tradition while demanding comfort, this piece delivers a clean, regal aesthetic for weddings, festive gatherings, and cultural occasions.\n  \u003c\/p\u003e\n  \u003cp\u003e\n    Crafted from breathable pure cotton and tailored for a graceful above-knee silhouette, it ensures effortless movement, all-day comfort, and standout presence.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"rl-features\"\u003e\n\n  \u003cdiv class=\"rl-feature\"\u003e\n    \u003ch4\u003e🌿 Rich Forest Green\u003c\/h4\u003e\n    \u003cp\u003eDeep, luxurious tone that enhances your presence instantly.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rl-feature\"\u003e\n    \u003ch4\u003e🧥 Dual Side Pockets\u003c\/h4\u003e\n    \u003cp\u003eHidden pockets for phone \u0026amp; essentials without bulk.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rl-feature\"\u003e\n    \u003ch4\u003e🌬️ Breathable Cotton\u003c\/h4\u003e\n    \u003cp\u003eLightweight comfort for long festive hours.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rl-feature\"\u003e\n    \u003ch4\u003e👑 Regal Fit\u003c\/h4\u003e\n    \u003cp\u003eAbove-knee length with side slits for easy movement.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- 🔥 HIGHLIGHT CTA --\u003e\n\u003cdiv class=\"rl-highlight rl-orange\"\u003e\n  \u003ch3\u003e🌿 The Festive Essential with Pockets\u003c\/h3\u003e\n\n  \u003cp\u003e\n    Traditional elegance meets modern convenience. Designed with breathable cotton and hidden utility pockets, this kurta is built for real celebrations.\n  \u003c\/p\u003e\n\n  \u003cul\u003e\n    \u003cli\u003e✔ Premium Pure Cotton Comfort\u003c\/li\u003e\n    \u003cli\u003e✔ Hidden Side Pockets\u003c\/li\u003e\n    \u003cli\u003e✔ Regal Mandarin Collar\u003c\/li\u003e\n    \u003cli\u003e✔ Perfect Festive Fit\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"rl-offer\"\u003e\n    🚚 Free Shipping on Orders Above ₹599\n  \u003c\/div\u003e\n\n  \u003ca href=\"#\" class=\"rl-btn\"\u003eSecure Your Festive Look\u003c\/a\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003cdiv class=\"rl-block\"\u003e\n  \u003ch3\u003eProduct Details\u003c\/h3\u003e\n  \u003cul class=\"rl-list\"\u003e\n    \u003cli\u003eProduct Type: Men's Long Kurta\u003c\/li\u003e\n    \u003cli\u003eFit: Regular Fit\u003c\/li\u003e\n    \u003cli\u003ePattern: Solid \/ Plain\u003c\/li\u003e\n    \u003cli\u003eFabric: 100% Pure Cotton\u003c\/li\u003e\n    \u003cli\u003eColor: Dark Green \/ Forest Green\u003c\/li\u003e\n    \u003cli\u003eCollar: Mandarin Collar\u003c\/li\u003e\n    \u003cli\u003eSleeves: Full Sleeves\u003c\/li\u003e\n    \u003cli\u003eLength: Above Knee\u003c\/li\u003e\n    \u003cli\u003ePockets: 2 Side Seam Pockets\u003c\/li\u003e\n    \u003cli\u003eHemline: Curved with Side Slits\u003c\/li\u003e\n    \u003cli\u003eClosure: Half Button Placket\u003c\/li\u003e\n    \u003cli\u003ePack: 1 Kurta\u003c\/li\u003e\n    \u003cli\u003eOrigin: Made in India 🇮🇳\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- STYLE --\u003e\n\u003cdiv class=\"rl-block\"\u003e\n  \u003ch3\u003eStyle It Your Way\u003c\/h3\u003e\n  \u003cul class=\"rl-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eTraditional Classic:\u003c\/strong\u003e Pair with white churidar \u0026amp; mojaris\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLayered Royal:\u003c\/strong\u003e Add beige or gold Nehru jacket\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eFusion Look:\u003c\/strong\u003e Style with dark denim \u0026amp; loafers\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- CARE --\u003e\n\u003cdiv class=\"rl-block\"\u003e\n  \u003ch3\u003eWash \u0026amp; Care\u003c\/h3\u003e\n\n  \u003cp class=\"rl-do\"\u003e\n    ✔ Machine wash cold\u003cbr\u003e\n    ✔ Wash separately\u003cbr\u003e\n    ✔ Dry in shade\u003cbr\u003e\n    ✔ Iron inside-out\n  \u003c\/p\u003e\n\n  \u003cp class=\"rl-dont\"\u003e\n    ✖ Do not bleach\u003cbr\u003e\n    ✖ Do not tumble dry\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- DISCLAIMER --\u003e\n\u003cdiv class=\"rl-block\"\u003e\n  \u003cp\u003e\n    \u003cstrong\u003eDisclaimer:\u003c\/strong\u003e Product colors may slightly vary due to lighting conditions and screen settings.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n:root{\n  --brand-primary:#114956;\n  --brand-accent:#f4810f;\n  --brand-light:#f6f8f9;\n}\n\n\/* ===== SECTION ===== *\/\n.rl-section{\npadding:20px 20px;\n  border-radius:25px;\n  position:relative;\n  width:100%;\n  display:flex;\n  justify-content:center;\n  overflow:hidden;\n  background:var(--brand-light);\n  background-image: repeating-conic-gradient(\n    from 135deg at 80% 0%, \n    rgba(17, 73, 86, 0.03) 0deg, \n    rgba(17, 73, 86, 0.03) 15deg, \n    transparent 15deg,\n    transparent 30deg\n  );\n}\n\n\/* ===== CONTAINER ===== *\/\n.rl-container{\n  max-width:1370px;\n  width:100%;\n  padding:20px 20px !important;\n}\n\n\/* ===== HERO ===== *\/\n.rl-hero{\n  text-align:center;\n  max-width:800px;\n  margin:0 auto 60px;\n  background:none;\n}\n.rl-hero h2{\n  font-size:38px;\n  color:var(--brand-primary);\n  margin-bottom:12px;\n}\n.rl-hero p{\n  color:#555;\n  line-height:1.8;\n}\n\n\/* ===== BLOCK ===== *\/\n.rl-block{\n  margin-bottom:25px;\n  padding:34px;\n  background:#fff;\n  border-radius:18px;\n  box-shadow:0 12px 30px rgba(0,0,0,0.05);\n  transition:all 0.35s ease;\n}\n.rl-block:hover{\n  transform:translateY(-6px);\n  box-shadow:0 24px 50px rgba(0,0,0,0.08);\n}\n\n\/* ===== TITLE ===== *\/\n.rl-title{\n  font-size:22px;\n  color:var(--brand-primary);\n  margin-bottom:12px;\n}\n\n\/* ===== TEXT ===== *\/\n.rl-text{\n  color:#555;\n  line-height:1.8;\n}\n\n\/* ===== FEATURES ===== *\/\n.rl-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:22px;\n  margin-bottom:30px;\n}\n@media(max-width:768px){\n  .rl-features{grid-template-columns:1fr;}\n}\n\n\/* ===== FEATURE ===== *\/\n.rl-feature{\n  padding:26px;\n  background:#fff;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.04);\n  transition:all 0.35s ease;\n  position:relative;\n  overflow:hidden;\n}\n.rl-feature::before{\n  content:\"\";\n  position:absolute;\n  width:100%;\n  height:3px;\n  background:var(--brand-accent);\n  top:0;\n  left:-100%;\n  transition:0.4s;\n}\n.rl-feature:hover::before{\n  left:0;\n}\n.rl-feature:hover{\n  transform:translateY(-6px);\n  box-shadow:0 18px 40px rgba(17,73,86,0.15);\n}\n\n\/* ===== HIGHLIGHT ===== *\/\n.rl-highlight{\n  padding:40px 30px;\n  margin:30px 0;\n  background:var(--brand-primary);\n  border-radius:22px;\n  text-align:center;\n  color:#fff;\n  transition:all 0.35s ease;\n}\n.rl-highlight:hover{\n  transform:translateY(-6px);\n  box-shadow:0 30px 70px rgba(17,73,86,0.35);\n}\n\n.rl-highlight h3{\n  color:var(--brand-accent);\n  font-size:26px;\n  margin-bottom:12px;\n}\n\n.rl-highlight ul{\n  margin:20px 0;\n  padding-left:20px;\n  text-align:left;\n}\n\n\/* ===== BUTTON ===== *\/\n.rl-btn{\n  display:inline-block;\n  margin-top:18px;\n  padding:14px 30px;\n  background:var(--brand-accent);\n  color:#fff;\n  border-radius:30px;\n  text-decoration:none;\n  transition:all 0.3s ease;\n}\n.rl-btn:hover{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 12px 30px rgba(244,129,15,0.45);\n}\n\n\/* ===== LIST ===== *\/\n.rl-list{\n  padding-left:18px;\n}\n\n\/* ===== CARE ===== *\/\n.rl-do{color:#2e7d32;}\n.rl-dont{color:#c62828;}\n\u003c\/style\u003e","brand":"RAY LIGHT","offers":[{"title":"Dark Green \/ M","offer_id":43869609689124,"sku":"48-LONGKRT-GRN-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Dark Green \/ L","offer_id":43869609721892,"sku":"48-LONGKRT-GRN-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Dark Green \/ XL","offer_id":43869609754660,"sku":"48-LONGKRT-GRN-42","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Dark Green \/ 2XL","offer_id":43869609787428,"sku":"48-LONGKRT-GRN-44","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Maroon \/ M","offer_id":43869609852964,"sku":"48-LONGKRT-MRN-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Maroon \/ L","offer_id":43869609885732,"sku":"48-LONGKRT-MRN-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Maroon \/ XL","offer_id":43869609918500,"sku":"48-LONGKRT-MRN-42","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Maroon \/ 2XL","offer_id":43869609951268,"sku":"48-LONGKRT-MRN-44","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Navy Blue \/ M","offer_id":43869610016804,"sku":"48-LONGKRT-NAV-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Navy Blue \/ L","offer_id":43869610049572,"sku":"48-LONGKRT-NAV-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Navy Blue \/ XL","offer_id":43869610082340,"sku":"48-LONGKRT-NAV-42","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Navy Blue \/ 2XL","offer_id":43869610115108,"sku":"48-LONGKRT-NAV-44","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ M","offer_id":43869610180644,"sku":"48-LONGKRT-RED-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ L","offer_id":43869610213412,"sku":"48-LONGKRT-RED-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ XL","offer_id":43869610246180,"sku":"48-LONGKRT-RED-42","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ 2XL","offer_id":43869610278948,"sku":"48-LONGKRT-RED-44","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Royal Blue \/ M","offer_id":43869605986340,"sku":"48-LONGKRT-RYL-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Royal Blue \/ L","offer_id":43869606019108,"sku":"48-LONGKRT-RYL-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Royal Blue \/ XL","offer_id":43869606051876,"sku":"48-LONGKRT-RYL-42","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Royal Blue \/ 2XL","offer_id":43869606084644,"sku":"48-LONGKRT-RYL-44","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Sky Blue \/ M","offer_id":43869606150180,"sku":"48-LONGKRT-SKY-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Sky Blue \/ L","offer_id":43869606182948,"sku":"48-LONGKRT-SKY-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Sky Blue \/ XL","offer_id":43869606215716,"sku":"48-LONGKRT-SKY-42","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Sky Blue \/ 2XL","offer_id":43869606248484,"sku":"48-LONGKRT-SKY-44","price":799.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":43869606477860,"sku":"48-LONGKRT-WHT-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":43869606510628,"sku":"48-LONGKRT-WHT-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":43869606543396,"sku":"48-LONGKRT-WHT-42","price":799.0,"currency_code":"INR","in_stock":true},{"title":"White \/ 2XL","offer_id":43869606576164,"sku":"48-LONGKRT-WHT-44","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Yellow \/ M","offer_id":43869606641700,"sku":"48-LONGKRT-YLO-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Yellow \/ L","offer_id":43869606674468,"sku":"48-LONGKRT-YLO-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Yellow \/ XL","offer_id":43869606707236,"sku":"48-LONGKRT-YLO-42","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Yellow \/ 2XL","offer_id":43869606740004,"sku":"48-LONGKRT-YLO-44","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ M","offer_id":44143657615396,"sku":"48-LONGKRT-GLD-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ L","offer_id":44143657648164,"sku":"48-LONGKRT-GLD-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ XL","offer_id":44143657680932,"sku":"48-LONGKRT-GLD-42","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ 2XL","offer_id":44143657713700,"sku":"48-LONGKRT-GLD-44","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Pista \/ M","offer_id":44143657779236,"sku":"48-LONGKRT-PST-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Pista \/ L","offer_id":44143657812004,"sku":"48-LONGKRT-PST-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Pista \/ XL","offer_id":44143657844772,"sku":"48-LONGKRT-PST-42","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Pista \/ 2XL","offer_id":44143657877540,"sku":"48-LONGKRT-PST-44","price":799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Drak-Green-01_eeba3e83-4f72-4f6a-9bd1-f23916fc4117.jpg?v=1777993366"},{"product_id":"ray-light-mens-royal-jacquard-geometric-long-kurta-deep-maroon","title":"RAY LIGHT Men's Royal Jacquard Geometric Long Kurta – Deep Maroon","description":"\u003csection class=\"rl-section\"\u003e\n  \u003cdiv class=\"rl-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cdiv class=\"rl-hero\"\u003e\n      \u003ch2\u003eRegal Elegance Crafted for the Modern Gentleman.\u003c\/h2\u003e\n      \u003cp\u003e\n        Make a lasting impression at your next wedding, festive celebration, or cultural gathering with the \n        \u003cstrong\u003eRAY LIGHT Royal Jacquard Long Kurta\u003c\/strong\u003e. Crafted for men who appreciate refined traditional menswear, \n        this masterpiece features a luxurious Jacquard weave enriched with a sophisticated geometric diamond texture \n        that subtly reflects light for an elevated royal finish.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DESCRIPTION --\u003e\n    \u003cdiv class=\"rl-block\"\u003e\n      \u003ch3 class=\"rl-title\"\u003eLuxury Woven Into Every Detail\u003c\/h3\u003e\n\n      \u003cp class=\"rl-text\"\u003e\n        Set in a rich maroon-brown hue, this premium long kurta blends heritage-inspired elegance with modern utility. \n        The sharp Mandarin collar, antique-finish metallic designer buttons, and hidden side seam pockets create \n        the perfect balance between timeless sophistication and practical everyday comfort.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FEATURES --\u003e\n    \u003cdiv class=\"rl-features\"\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003ch4\u003ePremium Jacquard Weave\u003c\/h4\u003e\n        \u003cp\u003e\n          Intricate tone-on-tone geometric diamond patterns woven directly into the fabric for a luxurious textured finish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003ch4\u003eDesigner Metallic Buttons\u003c\/h4\u003e\n        \u003cp\u003e\n          Antique-finish statement buttons add a regal touch that instantly elevates the traditional silhouette.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003ch4\u003eRich Maroon Elegance\u003c\/h4\u003e\n        \u003cp\u003e\n          A deeply saturated burgundy-brown hue that flatters all complexions and stands out beautifully during festive occasions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003ch4\u003eHidden Utility Pockets\u003c\/h4\u003e\n        \u003cp\u003e\n          Dual side seam pockets offer practical convenience without compromising the clean, royal drape of the kurta.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- HIGHLIGHT --\u003e\n    \u003cdiv class=\"rl-highlight\"\u003e\n      \u003ch3\u003e👑 The Royal Festive Essential\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Woven to perfection with luxurious Jacquard texture, designer metallic buttons, and hidden side pockets. \n        Crafted to make every festive entrance unforgettable.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"rl-offer\"\u003e\n        Free Shipping Over ₹599\n      \u003c\/div\u003e\n\n      \u003ca href=\"#\" class=\"rl-btn\"\u003e\n        Secure Your Festive Look\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT DETAILS --\u003e\n    \u003cdiv class=\"rl-block\"\u003e\n      \u003ch3 class=\"rl-title\"\u003eProduct Details\u003c\/h3\u003e\n\n      \u003cul class=\"rl-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eProduct Type:\u003c\/strong\u003e Men's Long Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular Fit\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Woven Geometric Diamond Pattern\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Premium Jacquard\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Deep Maroon \/ Burgundy Brown\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCollar:\u003c\/strong\u003e Mandarin Collar (Chinese Collar)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSleeves:\u003c\/strong\u003e Full Sleeves\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e Long (Below Knee Length)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePocket:\u003c\/strong\u003e 2 Functional Side Seam Pockets\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHemline:\u003c\/strong\u003e Curved with Traditional Side Slits\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Front Placket with Antique-Finish Designer Buttons\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePack Contains:\u003c\/strong\u003e 1 Long Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eOrigin:\u003c\/strong\u003e Proudly Made in India 🇮🇳\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eManufacturer:\u003c\/strong\u003e ACCHA JEE ON-LINE SHOPPING PVT LTD\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- STYLE GUIDE --\u003e\n    \u003cdiv class=\"rl-block\"\u003e\n      \u003ch3 class=\"rl-title\"\u003eStyle It Your Way — Heritage Edit\u003c\/h3\u003e\n\n      \u003cul class=\"rl-list\"\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eThe Traditional Classic:\u003c\/strong\u003e Pair this rich maroon kurta with crisp white or cream churidar pyjamas \n          and finish with dark leather mojaris for a timeless festive look.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eThe Royal Layering:\u003c\/strong\u003e Add a textured beige, gold, or black Nehru jacket for weddings, receptions, \n          and grand festive celebrations.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eThe Modern Indo-Western:\u003c\/strong\u003e Team it with black tailored trousers or dark denim and finish with \n          Chelsea boots or velvet loafers for a bold contemporary fusion aesthetic.\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WASH CARE --\u003e\n    \u003cdiv class=\"rl-block rl-care\"\u003e\n      \u003ch3 class=\"rl-title\"\u003eWash \u0026amp; Care\u003c\/h3\u003e\n\n      \u003cul class=\"rl-list\"\u003e\n\n        \u003cli class=\"rl-do\"\u003e\n          ✔ Machine washable using gentle\/delicate cold cycle\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-do\"\u003e\n          ✔ Wash separately during first few washes\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-do\"\u003e\n          ✔ Line dry in shade to preserve color richness\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-do\"\u003e\n          ✔ Iron on reverse side for best fabric protection\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-dont\"\u003e\n          ✖ Do not bleach\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-dont\"\u003e\n          ✖ Do not tumble dry\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n      \u003cp class=\"rl-text\" style=\"margin-top:18px;\"\u003e\n        Disclaimer: Product colors may slightly vary due to lighting conditions and screen settings. \n        We ensure high accuracy, but minor differences may occur.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n:root{\n  --brand-primary:#114956;\n  --brand-accent:#f4810f;\n  --brand-light:#f6f8f9;\n}\n\n\/* ===== SECTION ===== *\/\n.rl-section{\npadding:20px 20px;\n  border-radius:25px;\n  position:relative;\n  width:100%;\n  display:flex;\n  justify-content:center;\n  overflow:hidden;\n  background:var(--brand-light);\n  background-image: repeating-conic-gradient(\n    from 135deg at 80% 0%, \n    rgba(17, 73, 86, 0.03) 0deg, \n    rgba(17, 73, 86, 0.03) 15deg, \n    transparent 15deg,\n    transparent 30deg\n  );\n}\n\n\/* ===== CONTAINER ===== *\/\n.rl-container{\n  max-width:1370px;\n  width:100%;\n  padding:20px 20px !important;\n}\n\n\/* ===== HERO ===== *\/\n.rl-hero{\n  text-align:center;\n  max-width:800px;\n  margin:0 auto 60px;\n  background:none;\n}\n.rl-hero h2{\n  font-size:38px;\n  color:var(--brand-primary);\n  margin-bottom:12px;\n}\n.rl-hero p{\n  color:#555;\n  line-height:1.8;\n}\n\n\/* ===== BLOCK ===== *\/\n.rl-block{\n  margin-bottom:25px;\n  padding:34px;\n  background:#fff;\n  border-radius:18px;\n  box-shadow:0 12px 30px rgba(0,0,0,0.05);\n  transition:all 0.35s ease;\n}\n.rl-block:hover{\n  transform:translateY(-6px);\n  box-shadow:0 24px 50px rgba(0,0,0,0.08);\n}\n\n\/* ===== TITLE ===== *\/\n.rl-title{\n  font-size:22px;\n  color:var(--brand-primary);\n  margin-bottom:12px;\n}\n\n\/* ===== TEXT ===== *\/\n.rl-text{\n  color:#555;\n  line-height:1.8;\n}\n\n\/* ===== FEATURES ===== *\/\n.rl-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:22px;\n  margin-bottom:30px;\n}\n@media(max-width:768px){\n  .rl-features{grid-template-columns:1fr;}\n}\n\n\/* ===== FEATURE ===== *\/\n.rl-feature{\n  padding:26px;\n  background:#fff;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.04);\n  transition:all 0.35s ease;\n  position:relative;\n  overflow:hidden;\n}\n.rl-feature::before{\n  content:\"\";\n  position:absolute;\n  width:100%;\n  height:3px;\n  background:var(--brand-accent);\n  top:0;\n  left:-100%;\n  transition:0.4s;\n}\n.rl-feature:hover::before{\n  left:0;\n}\n.rl-feature:hover{\n  transform:translateY(-6px);\n  box-shadow:0 18px 40px rgba(17,73,86,0.15);\n}\n\n\/* ===== HIGHLIGHT ===== *\/\n.rl-highlight{\n  padding:40px 30px;\n  margin:30px 0;\n  background:var(--brand-primary);\n  border-radius:22px;\n  text-align:center;\n  color:#fff;\n  transition:all 0.35s ease;\n}\n.rl-highlight:hover{\n  transform:translateY(-6px);\n  box-shadow:0 30px 70px rgba(17,73,86,0.35);\n}\n\n.rl-highlight h3{\n  color:var(--brand-accent);\n  font-size:26px;\n  margin-bottom:12px;\n}\n\n.rl-highlight ul{\n  margin:20px 0;\n  padding-left:20px;\n  text-align:left;\n}\n\n\/* ===== BUTTON ===== *\/\n.rl-btn{\n  display:inline-block;\n  margin-top:18px;\n  padding:14px 30px;\n  background:var(--brand-accent);\n  color:#fff;\n  border-radius:30px;\n  text-decoration:none;\n  transition:all 0.3s ease;\n}\n.rl-btn:hover{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 12px 30px rgba(244,129,15,0.45);\n}\n\n\/* ===== LIST ===== *\/\n.rl-list{\n  padding-left:18px;\n}\n\n\/* ===== CARE ===== *\/\n.rl-do{color:#2e7d32;}\n.rl-dont{color:#c62828;}\n\u003c\/style\u003e","brand":"RAY LIGHT","offers":[{"title":"Maroon \/ M","offer_id":44180050575396,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Maroon \/ L","offer_id":44180050608164,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Maroon \/ XL","offer_id":44180050640932,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Maroon \/ 2XL","offer_id":44180050673700,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Yellow \/ M","offer_id":44180037730340,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Yellow \/ L","offer_id":44180037763108,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Yellow \/ XL","offer_id":44180037795876,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Yellow \/ 2XL","offer_id":44180037828644,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ M","offer_id":44180037074980,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ L","offer_id":44180037107748,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ XL","offer_id":44180037140516,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ 2XL","offer_id":44180037173284,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Brown-1_abcead8a-d472-425a-a989-32a63fc4aeb8.jpg?v=1778688639"},{"product_id":"ray-light-mens-premium-crochet-fabric-geometric-long-kurta-aqua-mint","title":"RAY LIGHT Men's Premium Crochet Fabric Geometric Long Kurta – Aqua Mint","description":"\u003csection class=\"rl-section\"\u003e\n  \u003cdiv class=\"rl-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cdiv class=\"rl-hero\"\u003e\n      \u003ch2\u003eIntricate Craftsmanship for the Modern Royal.\u003c\/h2\u003e\n      \u003cp\u003e\n        Elevate your festive wardrobe with the \n        \u003cstrong\u003eRAY LIGHT Geometric Crochet Long Kurta\u003c\/strong\u003e — \n        a masterpiece of luxurious texture, intricate artistry, and regal contemporary tailoring.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DESCRIPTION --\u003e\n    \u003cdiv class=\"rl-block\"\u003e\n      \u003ch3 class=\"rl-title\"\u003eFestive Luxury Redefined\u003c\/h3\u003e\n\n      \u003cp class=\"rl-text\"\u003e\n        Designed for the modern gentleman who appreciates elevated ethnic fashion, this long kurta features a stunning \n        self-triangle geometric medallion print layered over a refreshing aqua mint canvas. The premium crochet fabric is \n        interwoven with delicate metallic threads that subtly shimmer under natural and evening lighting, creating an effortlessly royal presence.\n      \u003c\/p\u003e\n\n      \u003cp class=\"rl-text\"\u003e\n        The elegant Mandarin collar, ornate antique-finish designer buttons, and hidden side pockets blend heritage-inspired \n        aesthetics with practical modern utility. Whether you are attending a wedding celebration, festive gathering, or cultural event, \n        this kurta guarantees unmatched sophistication and comfort.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FEATURES --\u003e\n    \u003cdiv class=\"rl-features\"\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003ch4\u003ePremium Crochet Fabric\u003c\/h4\u003e\n        \u003cp\u003e\n          Luxuriously textured woven crochet fabric enhanced with subtle metallic threading for festive elegance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003ch4\u003eIntricate Geometric Artwork\u003c\/h4\u003e\n        \u003cp\u003e\n          Detailed self-triangle medallion motifs create incredible visual depth and heritage-inspired sophistication.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003ch4\u003eDesigner Metallic Buttons\u003c\/h4\u003e\n        \u003cp\u003e\n          Antique-finish statement buttons elevate the kurta with a rich royal aesthetic and artisanal detailing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003ch4\u003eFunctional Side Pockets\u003c\/h4\u003e\n        \u003cp\u003e\n          Two hidden side seam pockets provide modern convenience without disturbing the elegant drape.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- HIGHLIGHT --\u003e\n    \u003cdiv class=\"rl-highlight\"\u003e\n      \u003ch3\u003e✨ The Festive Masterpiece\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Experience premium crochet craftsmanship, metallic detailing, ornate buttons, and luxurious festive elegance — \n        designed to make every entrance unforgettable.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e✔ Premium Metallic Crochet Fabric\u003c\/li\u003e\n        \u003cli\u003e✔ Intricate Geometric Medallion Pattern\u003c\/li\u003e\n        \u003cli\u003e✔ Designer Antique-Finish Buttons\u003c\/li\u003e\n        \u003cli\u003e✔ Hidden Functional Side Pockets\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"rl-offer\"\u003e\n        Free Shipping Over ₹599\n      \u003c\/div\u003e\n\n      \u003ca href=\"#\" class=\"rl-btn\"\u003e\n        Secure Your Festive Look\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT DETAILS --\u003e\n    \u003cdiv class=\"rl-block\"\u003e\n      \u003ch3 class=\"rl-title\"\u003eProduct Details\u003c\/h3\u003e\n\n      \u003cul class=\"rl-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eProduct Type:\u003c\/strong\u003e Men's Long Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular Fit\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Self Triangle Print Pattern (Intricate Geometric Medallion)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Premium Crochet Fabric (Textured weave with subtle metallic threading)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Aqua Mint \/ Light Pistachio with Dark Contrasting Print\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCollar:\u003c\/strong\u003e Mandarin Collar (Chinese Collar)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSleeves:\u003c\/strong\u003e Full Sleeves\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e Long (Knee Length)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePocket:\u003c\/strong\u003e 2 Functional Side Seam Pockets\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHemline:\u003c\/strong\u003e Curved with Traditional Side Slits\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Front Placket with Antique-Finish Designer Buttons\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePack Contains:\u003c\/strong\u003e 1 Long Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eOrigin:\u003c\/strong\u003e Proudly Made in India 🇮🇳\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eManufacturer:\u003c\/strong\u003e ACCHA JEE ON-LINE SHOPPING PVT LTD\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- STYLE --\u003e\n    \u003cdiv class=\"rl-block\"\u003e\n      \u003ch3 class=\"rl-title\"\u003eStyle It Your Way — The Royal Festive Edit\u003c\/h3\u003e\n\n      \u003cul class=\"rl-list\"\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eThe Traditional Sophisticate:\u003c\/strong\u003e Pair this aqua mint kurta with crisp white or cream churidar pyjamas \n          or straight-cut cotton trousers. Finish the look with tan leather loafers or traditional mojaris for timeless elegance.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eThe Wedding Ready Layer:\u003c\/strong\u003e Add a textured navy blue, charcoal, or silver Nehru jacket to create a regal layered ensemble \n          perfect for receptions, festive evenings, and wedding celebrations.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eThe Modern Fusion:\u003c\/strong\u003e Style it with dark indigo tailored denim jeans and polished Chelsea boots for a confident Indo-Western aesthetic \n          ideal for contemporary cultural gatherings.\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARE --\u003e\n    \u003cdiv class=\"rl-block rl-care\"\u003e\n      \u003ch3 class=\"rl-title\"\u003eWash \u0026amp; Care\u003c\/h3\u003e\n\n      \u003cul class=\"rl-list\"\u003e\n\n        \u003cli class=\"rl-do\"\u003e\n          ✔ Machine washable using gentle cold delicate cycle\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-do\"\u003e\n          ✔ Wash separately to preserve metallic detailing\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-do\"\u003e\n          ✔ Line dry in shade to maintain fabric richness\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-do\"\u003e\n          ✔ Iron on reverse side to protect metallic threads and designer buttons\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-dont\"\u003e\n          ✖ Do not bleach\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-dont\"\u003e\n          ✖ Do not tumble dry\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n      \u003cp class=\"rl-text\" style=\"margin-top:15px;\"\u003e\n        Disclaimer: Product colors may slightly vary due to lighting conditions and screen settings. \n        We ensure high accuracy, but minor differences may occur.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n:root{\n  --brand-primary:#114956;\n  --brand-accent:#f4810f;\n  --brand-light:#f6f8f9;\n}\n\n\/* ===== SECTION ===== *\/\n.rl-section{\npadding:20px 20px;\n  border-radius:25px;\n  position:relative;\n  width:100%;\n  display:flex;\n  justify-content:center;\n  overflow:hidden;\n  background:var(--brand-light);\n  background-image: repeating-conic-gradient(\n    from 135deg at 80% 0%, \n    rgba(17, 73, 86, 0.03) 0deg, \n    rgba(17, 73, 86, 0.03) 15deg, \n    transparent 15deg,\n    transparent 30deg\n  );\n}\n\n\/* ===== CONTAINER ===== *\/\n.rl-container{\n  max-width:1370px;\n  width:100%;\n  padding:20px 20px !important;\n}\n\n\/* ===== HERO ===== *\/\n.rl-hero{\n  text-align:center;\n  max-width:800px;\n  margin:0 auto 60px;\n  background:none;\n}\n.rl-hero h2{\n  font-size:38px;\n  color:var(--brand-primary);\n  margin-bottom:12px;\n}\n.rl-hero p{\n  color:#555;\n  line-height:1.8;\n}\n\n\/* ===== BLOCK ===== *\/\n.rl-block{\n  margin-bottom:25px;\n  padding:34px;\n  background:#fff;\n  border-radius:18px;\n  box-shadow:0 12px 30px rgba(0,0,0,0.05);\n  transition:all 0.35s ease;\n}\n.rl-block:hover{\n  transform:translateY(-6px);\n  box-shadow:0 24px 50px rgba(0,0,0,0.08);\n}\n\n\/* ===== TITLE ===== *\/\n.rl-title{\n  font-size:22px;\n  color:var(--brand-primary);\n  margin-bottom:12px;\n}\n\n\/* ===== TEXT ===== *\/\n.rl-text{\n  color:#555;\n  line-height:1.8;\n}\n\n\/* ===== FEATURES ===== *\/\n.rl-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:22px;\n  margin-bottom:30px;\n}\n@media(max-width:768px){\n  .rl-features{grid-template-columns:1fr;}\n}\n\n\/* ===== FEATURE ===== *\/\n.rl-feature{\n  padding:26px;\n  background:#fff;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.04);\n  transition:all 0.35s ease;\n  position:relative;\n  overflow:hidden;\n}\n.rl-feature::before{\n  content:\"\";\n  position:absolute;\n  width:100%;\n  height:3px;\n  background:var(--brand-accent);\n  top:0;\n  left:-100%;\n  transition:0.4s;\n}\n.rl-feature:hover::before{\n  left:0;\n}\n.rl-feature:hover{\n  transform:translateY(-6px);\n  box-shadow:0 18px 40px rgba(17,73,86,0.15);\n}\n\n\/* ===== HIGHLIGHT ===== *\/\n.rl-highlight{\n  padding:40px 30px;\n  margin:30px 0;\n  background:var(--brand-primary);\n  border-radius:22px;\n  text-align:center;\n  color:#fff;\n  transition:all 0.35s ease;\n}\n.rl-highlight:hover{\n  transform:translateY(-6px);\n  box-shadow:0 30px 70px rgba(17,73,86,0.35);\n}\n\n.rl-highlight h3{\n  color:var(--brand-accent);\n  font-size:26px;\n  margin-bottom:12px;\n}\n\n.rl-highlight ul{\n  margin:20px 0;\n  padding-left:20px;\n  text-align:left;\n}\n\n\/* ===== BUTTON ===== *\/\n.rl-btn{\n  display:inline-block;\n  margin-top:18px;\n  padding:14px 30px;\n  background:var(--brand-accent);\n  color:#fff;\n  border-radius:30px;\n  text-decoration:none;\n  transition:all 0.3s ease;\n}\n.rl-btn:hover{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 12px 30px rgba(244,129,15,0.45);\n}\n\n\/* ===== LIST ===== *\/\n.rl-list{\n  padding-left:18px;\n}\n\n\/* ===== CARE ===== *\/\n.rl-do{color:#2e7d32;}\n.rl-dont{color:#c62828;}\n\u003c\/style\u003e","brand":"RAY LIGHT","offers":[{"title":"Pista \/ M","offer_id":44181403435044,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Pista \/ L","offer_id":44181403467812,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Pista \/ XL","offer_id":44181403500580,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Pista \/ 2XL","offer_id":44181403533348,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Beige \/ M","offer_id":44181403598884,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Beige \/ L","offer_id":44181403631652,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Beige \/ XL","offer_id":44181403664420,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Beige \/ 2XL","offer_id":44181403697188,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Cream \/ M","offer_id":44181403762724,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Cream \/ L","offer_id":44181403795492,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Cream \/ XL","offer_id":44181403828260,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Cream \/ 2XL","offer_id":44181403861028,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Light Pink \/ M","offer_id":44181403926564,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Light Pink \/ L","offer_id":44181403959332,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Light Pink \/ XL","offer_id":44181403992100,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Light Pink \/ 2XL","offer_id":44181404024868,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Pista-1_7cb30b4f-8951-4b13-b015-2f66dcfbab0f.jpg?v=1778763093"},{"product_id":"ray-light-mens-premium-crochet-fabric-geometric-long-kurta-light-orange","title":"RAY LIGHT Men's Premium Crochet Fabric Geometric Long Kurta – Light Orange","description":"\u003csection class=\"rl-section\"\u003e\n  \u003cdiv class=\"rl-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cdiv class=\"rl-hero\"\u003e\n      \u003ch2\u003eVibrant Heritage Meets Intricate Craftsmanship.\u003c\/h2\u003e\n      \u003cp\u003e\n        Elevate your festive wardrobe with the \n        \u003cstrong\u003eRAY LIGHT Geometric Crochet Long Kurta\u003c\/strong\u003e — \n        a luxurious fusion of traditional artistry, rich texture, and contemporary regal tailoring.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DESCRIPTION --\u003e\n    \u003cdiv class=\"rl-block\"\u003e\n      \u003ch3 class=\"rl-title\"\u003eFestive Luxury with Heritage Charm\u003c\/h3\u003e\n\n      \u003cp class=\"rl-text\"\u003e\n        Designed for the modern gentleman who appreciates rich textures and timeless Indian craftsmanship, \n        this long kurta features a vibrant light orange base elevated by a highly detailed bandhani-inspired geometric diamond print. \n        The premium crochet fabric introduces subtle woven vertical detailing that adds luxurious depth and a refined structured finish.\n      \u003c\/p\u003e\n\n      \u003cp class=\"rl-text\"\u003e\n        Finished with ornate antique-finish metallic buttons, a crisp Mandarin collar, and hidden side pockets, \n        this kurta blends majestic festive styling with modern comfort and utility for weddings, pujas, receptions, and cultural gatherings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FEATURES --\u003e\n    \u003cdiv class=\"rl-features\"\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003ch4\u003ePremium Crochet Fabric\u003c\/h4\u003e\n        \u003cp\u003e\n          Luxuriously textured woven crochet fabric with subtle vertical detailing for a rich premium finish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003ch4\u003eBandhani-Inspired Geometric Print\u003c\/h4\u003e\n        \u003cp\u003e\n          Intricate self-triangle diamond motifs inspired by traditional Indian block-print artistry.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003ch4\u003eDesigner Metallic Buttons\u003c\/h4\u003e\n        \u003cp\u003e\n          Antique-finish statement buttons elevate the kurta with royal festive sophistication.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003ch4\u003eHidden Side Pockets\u003c\/h4\u003e\n        \u003cp\u003e\n          Two functional side seam pockets deliver modern convenience without disturbing the elegant drape.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- HIGHLIGHT --\u003e\n    \u003cdiv class=\"rl-highlight\"\u003e\n      \u003ch3\u003e✨ The Festive Masterpiece\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Vibrant heritage artistry woven into luxurious crochet fabric. \n        Experience regal festive elegance with designer buttons, hidden pockets, and statement craftsmanship.\n      \u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e✔ Premium Textured Crochet Fabric\u003c\/li\u003e\n        \u003cli\u003e✔ Intricate Geometric Diamond Motifs\u003c\/li\u003e\n        \u003cli\u003e✔ Antique-Finish Designer Buttons\u003c\/li\u003e\n        \u003cli\u003e✔ Functional Hidden Side Pockets\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"rl-offer\"\u003e\n        Free Shipping Over ₹599\n      \u003c\/div\u003e\n\n      \u003ca href=\"#\" class=\"rl-btn\"\u003e\n        Secure Your Festive Look\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT DETAILS --\u003e\n    \u003cdiv class=\"rl-block\"\u003e\n      \u003ch3 class=\"rl-title\"\u003eProduct Details\u003c\/h3\u003e\n\n      \u003cul class=\"rl-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eProduct Type:\u003c\/strong\u003e Men's Long Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular Fit\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Self Triangle Print Pattern (Bandhani-Inspired Geometric Diamonds)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Premium Crochet Fabric (Textured Weave)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Light Orange Base with Multi-Pastel Contrasting Print\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCollar:\u003c\/strong\u003e Mandarin Collar (Chinese Collar)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSleeves:\u003c\/strong\u003e Full Sleeves\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e Long (Knee Length)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePocket:\u003c\/strong\u003e 2 Functional Side Seam Pockets\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHemline:\u003c\/strong\u003e Curved with Traditional Side Slits\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Front Placket with Antique-Finish Designer Buttons\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePack Contains:\u003c\/strong\u003e 1 Long Kurta\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eOrigin:\u003c\/strong\u003e Proudly Made in India 🇮🇳\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eManufacturer:\u003c\/strong\u003e ACCHA JEE ON-LINE SHOPPING PVT LTD\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- STYLE --\u003e\n    \u003cdiv class=\"rl-block\"\u003e\n      \u003ch3 class=\"rl-title\"\u003eStyle It Your Way — The Royal Festive Edit\u003c\/h3\u003e\n\n      \u003cul class=\"rl-list\"\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eThe Traditional Sophisticate:\u003c\/strong\u003e Pair this light orange kurta with crisp white or cream straight-cut cotton trousers \n          or churidar pyjamas. Complete the look with brown or black leather mojaris for timeless festive elegance.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eThe Wedding Ready Layer:\u003c\/strong\u003e Elevate the ensemble with a textured beige, cream, or contrasting navy Nehru jacket \n          for wedding receptions, festive evenings, and traditional celebrations.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eThe Modern Fusion:\u003c\/strong\u003e Style it with dark indigo or black tailored denim jeans and polished loafers or Chelsea boots \n          for a sleek Indo-Western festive aesthetic.\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CARE --\u003e\n    \u003cdiv class=\"rl-block rl-care\"\u003e\n      \u003ch3 class=\"rl-title\"\u003eWash \u0026amp; Care\u003c\/h3\u003e\n\n      \u003cul class=\"rl-list\"\u003e\n\n        \u003cli class=\"rl-do\"\u003e\n          ✔ Machine washable using gentle cold delicate cycle\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-do\"\u003e\n          ✔ Wash separately to maintain print vibrancy\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-do\"\u003e\n          ✔ Line dry in shade to preserve color richness\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-do\"\u003e\n          ✔ Iron on reverse side to protect textured weave and buttons\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-dont\"\u003e\n          ✖ Do not bleach\n        \u003c\/li\u003e\n\n        \u003cli class=\"rl-dont\"\u003e\n          ✖ Do not tumble dry\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n      \u003cp class=\"rl-text\" style=\"margin-top:15px;\"\u003e\n        Disclaimer: Product colors may slightly vary due to lighting conditions and screen settings. \n        We ensure high accuracy, but minor differences may occur.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n:root{\n  --brand-primary:#114956;\n  --brand-accent:#f4810f;\n  --brand-light:#f6f8f9;\n}\n\n\/* ===== SECTION ===== *\/\n.rl-section{\npadding:20px 20px;\n  border-radius:25px;\n  position:relative;\n  width:100%;\n  display:flex;\n  justify-content:center;\n  overflow:hidden;\n  background:var(--brand-light);\n  background-image: repeating-conic-gradient(\n    from 135deg at 80% 0%, \n    rgba(17, 73, 86, 0.03) 0deg, \n    rgba(17, 73, 86, 0.03) 15deg, \n    transparent 15deg,\n    transparent 30deg\n  );\n}\n\n\/* ===== CONTAINER ===== *\/\n.rl-container{\n  max-width:1370px;\n  width:100%;\n  padding:20px 20px !important;\n}\n\n\/* ===== HERO ===== *\/\n.rl-hero{\n  text-align:center;\n  max-width:800px;\n  margin:0 auto 60px;\n  background:none;\n}\n.rl-hero h2{\n  font-size:38px;\n  color:var(--brand-primary);\n  margin-bottom:12px;\n}\n.rl-hero p{\n  color:#555;\n  line-height:1.8;\n}\n\n\/* ===== BLOCK ===== *\/\n.rl-block{\n  margin-bottom:25px;\n  padding:34px;\n  background:#fff;\n  border-radius:18px;\n  box-shadow:0 12px 30px rgba(0,0,0,0.05);\n  transition:all 0.35s ease;\n}\n.rl-block:hover{\n  transform:translateY(-6px);\n  box-shadow:0 24px 50px rgba(0,0,0,0.08);\n}\n\n\/* ===== TITLE ===== *\/\n.rl-title{\n  font-size:22px;\n  color:var(--brand-primary);\n  margin-bottom:12px;\n}\n\n\/* ===== TEXT ===== *\/\n.rl-text{\n  color:#555;\n  line-height:1.8;\n}\n\n\/* ===== FEATURES ===== *\/\n.rl-features{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:22px;\n  margin-bottom:30px;\n}\n@media(max-width:768px){\n  .rl-features{grid-template-columns:1fr;}\n}\n\n\/* ===== FEATURE ===== *\/\n.rl-feature{\n  padding:26px;\n  background:#fff;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.04);\n  transition:all 0.35s ease;\n  position:relative;\n  overflow:hidden;\n}\n.rl-feature::before{\n  content:\"\";\n  position:absolute;\n  width:100%;\n  height:3px;\n  background:var(--brand-accent);\n  top:0;\n  left:-100%;\n  transition:0.4s;\n}\n.rl-feature:hover::before{\n  left:0;\n}\n.rl-feature:hover{\n  transform:translateY(-6px);\n  box-shadow:0 18px 40px rgba(17,73,86,0.15);\n}\n\n\/* ===== HIGHLIGHT ===== *\/\n.rl-highlight{\n  padding:40px 30px;\n  margin:30px 0;\n  background:var(--brand-primary);\n  border-radius:22px;\n  text-align:center;\n  color:#fff;\n  transition:all 0.35s ease;\n}\n.rl-highlight:hover{\n  transform:translateY(-6px);\n  box-shadow:0 30px 70px rgba(17,73,86,0.35);\n}\n\n.rl-highlight h3{\n  color:var(--brand-accent);\n  font-size:26px;\n  margin-bottom:12px;\n}\n\n.rl-highlight ul{\n  margin:20px 0;\n  padding-left:20px;\n  text-align:left;\n}\n\n\/* ===== BUTTON ===== *\/\n.rl-btn{\n  display:inline-block;\n  margin-top:18px;\n  padding:14px 30px;\n  background:var(--brand-accent);\n  color:#fff;\n  border-radius:30px;\n  text-decoration:none;\n  transition:all 0.3s ease;\n}\n.rl-btn:hover{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 12px 30px rgba(244,129,15,0.45);\n}\n\n\/* ===== LIST ===== *\/\n.rl-list{\n  padding-left:18px;\n}\n\n\/* ===== CARE ===== *\/\n.rl-do{color:#2e7d32;}\n.rl-dont{color:#c62828;}\n\u003c\/style\u003e","brand":"RAY LIGHT","offers":[{"title":"Light Orange \/ M","offer_id":44181546237988,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Light Orange \/ L","offer_id":44181546270756,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Light Orange \/ XL","offer_id":44181546303524,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Light Orange \/ 2XL","offer_id":44181546336292,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ M","offer_id":44181546369060,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ L","offer_id":44181546401828,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ XL","offer_id":44181546434596,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Red \/ 2XL","offer_id":44181546467364,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Sky Blue \/ M","offer_id":44181546500132,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Sky Blue \/ L","offer_id":44181546532900,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Sky Blue \/ XL","offer_id":44181546565668,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Sky Blue \/ 2XL","offer_id":44181546598436,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Yellow \/ M","offer_id":44181546631204,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Yellow \/ L","offer_id":44181546663972,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Yellow \/ XL","offer_id":44181546696740,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"Yellow \/ 2XL","offer_id":44181546729508,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Orange-Light-2.jpg?v=1778765196"},{"product_id":"ray-light-mens-premium-festive-cotton-long-kurta-ivory-cream-with-geometric-motif","title":"RAY LIGHT Men's Premium Festive Cotton Long Kurta – Ivory Cream with Geometric Motif","description":"\u003cstyle\u003e\n:root{\n  --brand-primary:#114956;\n  --brand-accent:#f4810f;\n  --brand-light:#f6f8f9;\n  --brand-dark:#0c3139;\n}\n\n\/* SECTION *\/\n.rl-section{\n  padding:20px;\n  background:var(--brand-light);\n  border-radius:28px;\n  overflow:hidden;\n    display:flex;\n  justify-content:center;\n  overflow:hidden;\n  position:relative;\n  background-image: repeating-conic-gradient(\n    from 135deg at 80% 0%, \n    rgba(17, 73, 86, 0.03) 0deg, \n    rgba(17, 73, 86, 0.03) 15deg, \n    transparent 15deg,\n    transparent 30deg\n  );\n}\n\n.rl-container{\n  max-width:1370px;\n  margin:auto;\n}\n\n\/* HERO *\/\n.rl-hero{\n  text-align:center;\n  padding:70px 30px;\n  border-radius:30px;\n  background:linear-gradient(135deg,#114956,#0c3139 55%,#f4810f 180%);\n  color:#fff;\n  position:relative;\n  overflow:hidden;\n  box-shadow:0 25px 60px rgba(17,73,86,0.18);\n}\n\n.rl-badge{\n  display:inline-block;\n  padding:12px 22px;\n  border-radius:50px;\n  background:rgba(255,255,255,0.12);\n  margin-bottom:22px;\n  font-size:13px;\n  letter-spacing:1px;\n  text-transform:uppercase;\n  backdrop-filter:blur(10px);\n}\n\n.rl-hero h2{\n  font-size:52px;\n  line-height:1.15;\n  margin-bottom:22px;\n  color:#fff;\n}\n\n.rl-hero p{\n  max-width:900px;\n  margin:auto;\n  line-height:1.9;\n  color:rgba(255,255,255,0.92);\n  font-size:17px;\n}\n\n\/* HIGHLIGHT *\/\n.rl-highlight{\n  margin-top:-40px;\n  position:relative;\n  z-index:5;\n}\n\n.rl-luxury{\n  background:linear-gradient(135deg,#114956,#f4810f);\n  border-radius:26px;\n  padding:40px;\n  overflow:hidden;\n  position:relative;\n  box-shadow:0 30px 80px rgba(17,73,86,0.18);\n  transition:all 0.35s cubic-bezier(0.25,0.8,0.25,1);\n}\n\n.rl-luxury:hover{\n  transform:translateY(-6px);\n  box-shadow:0 40px 90px rgba(17,73,86,0.25);\n}\n\n.rl-highlight-overlay{\n  position:absolute;\n  width:260px;\n  height:260px;\n  background:rgba(255,255,255,0.06);\n  border-radius:50%;\n  right:-80px;\n  top:-80px;\n}\n\n.rl-highlight-flex{\n  display:flex;\n  gap:28px;\n  align-items:flex-start;\n  position:relative;\n  z-index:2;\n}\n\n.rl-highlight-icon{\n  width:85px;\n  height:85px;\n  min-width:85px;\n  border-radius:24px;\n  background:rgba(255,255,255,0.14);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:38px;\n  color:#fff;\n  animation:rlFloat 3s ease-in-out infinite;\n}\n\n@keyframes rlFloat{\n  0%{transform:translateY(0);}\n  50%{transform:translateY(-6px);}\n  100%{transform:translateY(0);}\n}\n\n.rl-highlight-content h3{\n  font-size:34px;\n  color:#fff;\n  margin-bottom:14px;\n}\n\n.rl-highlight-content p{\n  color:rgba(255,255,255,0.92);\n  line-height:1.9;\n}\n\n.rl-highlight-content ul{\n  margin-top:18px;\n  padding-left:20px;\n  color:#fff;\n}\n\n.rl-highlight-content li{\n  margin-bottom:10px;\n}\n\n.rl-offer{\n  margin-top:18px;\n  font-weight:700;\n  color:#fff;\n}\n\n.rl-btn{\n  display:inline-block;\n  margin-top:24px;\n  background:#fff;\n  color:#114956;\n  text-decoration:none;\n  padding:16px 32px;\n  border-radius:50px;\n  font-weight:700;\n  transition:0.35s ease;\n}\n\n.rl-btn:hover{\n  transform:translateY(-4px) scale(1.03);\n}\n\n\/* FEATURES *\/\n.rl-features{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:22px;\n  margin-top:40px;\n}\n\n.rl-feature{\n  background:#fff;\n  border-radius:22px;\n  padding:28px;\n  box-shadow:0 12px 40px rgba(0,0,0,0.05);\n  transition:0.35s ease;\n}\n\n.rl-feature:hover{\n  transform:translateY(-6px);\n}\n\n.rl-icon{\n  width:65px;\n  height:65px;\n  border-radius:18px;\n  background:linear-gradient(135deg,#114956,#f4810f);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:28px;\n  margin-bottom:18px;\n  color:#fff;\n}\n\n.rl-feature h4{\n  font-size:22px;\n  color:#114956;\n  margin-bottom:12px;\n}\n\n.rl-feature p{\n  line-height:1.8;\n  color:#555;\n}\n\n\/* BLOCK *\/\n.rl-block{\n  margin-top:30px;\n  background:#fff;\n  padding:38px;\n  border-radius:24px;\n  box-shadow:0 15px 50px rgba(0,0,0,0.05);\n  transition:0.35s ease;\n}\n\n.rl-block:hover{\n  transform:translateY(-5px);\n}\n\n.rl-title{\n  font-size:32px;\n  color:#114956;\n  margin-bottom:22px;\n}\n\n.rl-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:25px;\n}\n\n.rl-list{\n  padding-left:18px;\n}\n\n.rl-list li{\n  margin-bottom:12px;\n  color:#555;\n  line-height:1.8;\n}\n\n\/* STYLE *\/\n.rl-style-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:22px;\n}\n\n.rl-style-card{\n  background:#f8fafb;\n  padding:26px;\n  border-radius:20px;\n  transition:0.35s ease;\n}\n\n.rl-style-card:hover{\n  transform:translateY(-5px);\n  background:#fff8f0;\n}\n\n.rl-style-card h4{\n  color:#114956;\n  margin-bottom:14px;\n  font-size:22px;\n}\n\n.rl-style-card p{\n  color:#555;\n  line-height:1.8;\n}\n\n\/* CARE *\/\n.rl-care-card{\n  background:#fafafa;\n  padding:28px;\n  border-radius:18px;\n}\n\n.rl-do{\n  color:#2e7d32;\n}\n\n.rl-dont{\n  color:#c62828;\n}\n\n\/* DISCLAIMER *\/\n.rl-disclaimer{\n  margin-top:25px;\n  text-align:center;\n  color:#777;\n  line-height:1.8;\n  font-size:14px;\n}\n\n\/* MOBILE *\/\n@media(max-width:991px){\n\n  .rl-features,\n  .rl-grid,\n  .rl-style-grid{\n    grid-template-columns:1fr;\n  }\n\n  .rl-highlight-flex{\n    flex-direction:column;\n  }\n\n  .rl-hero{\n    padding:55px 22px;\n  }\n\n  .rl-hero h2{\n    font-size:38px;\n  }\n\n  .rl-title{\n    font-size:28px;\n  }\n\n}\n\u003c\/style\u003e\n\u003csection class=\"rl-section\"\u003e\n\u003cdiv class=\"rl-container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"rl-hero\"\u003e\n\u003cspan class=\"rl-badge\"\u003e ✨ Festive Luxury Collection \u003c\/span\u003e\n\u003ch2\u003eUnderstated Elegance for Your Most Celebrated Moments\u003c\/h2\u003e\n\u003cp\u003eStep into the festive season with a garment that radiates effortless grace. The \u003cstrong\u003eRAY LIGHT Festive Cotton Long Kurta\u003c\/strong\u003e in a pristine Ivory Cream is crafted for the modern gentleman who values refined sophistication over loud styling. Featuring a subtle geometric block motif in soft gold-beige tones, this premium long kurta delivers the perfect balance of timeless heritage and modern festive luxury.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- HIGHLIGHT CARD --\u003e\n\u003cdiv class=\"rl-highlight rl-luxury\"\u003e\n\u003cdiv class=\"rl-highlight-overlay\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"rl-highlight-flex\"\u003e\n\u003cdiv class=\"rl-highlight-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"rl-highlight-content\"\u003e\n\u003ch3\u003eThe Signature Festive Essential\u003c\/h3\u003e\n\u003cp\u003eTimeless tradition meets modern comfort. Experience the luxurious touch of breathable pure cotton adorned with subtle festive motifs, tailored for weddings, pujas, receptions, and elegant celebrations.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✔ Premium Breathable Pure Cotton\u003c\/li\u003e\n\u003cli\u003e✔ Elegant Gold Geometric Detailing\u003c\/li\u003e\n\u003cli\u003e✔ Hidden Side Pockets for Everyday Utility\u003c\/li\u003e\n\u003cli\u003e✔ Regal Mandarin Collar Finish\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"rl-offer\"\u003e🚚 Free Shipping on Orders Over ₹599\u003c\/div\u003e\n\u003ca href=\"#\" class=\"rl-btn\"\u003e Secure Your Festive Look \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"rl-features\"\u003e\n\u003cdiv class=\"rl-feature\"\u003e\n\u003cdiv class=\"rl-icon\"\u003e🧵\u003c\/div\u003e\n\u003ch4\u003ePremium Breathable Cotton\u003c\/h4\u003e\n\u003cp\u003eUltra-soft lightweight cotton engineered for all-day airflow and luxurious comfort during long celebrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-feature\"\u003e\n\u003cdiv class=\"rl-icon\"\u003e👑\u003c\/div\u003e\n\u003ch4\u003eSubtle Festive Motifs\u003c\/h4\u003e\n\u003cp\u003eElegant geometric block patterns in soft gold-beige tones create refined festive sophistication.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-feature\"\u003e\n\u003cdiv class=\"rl-icon\"\u003e🪔\u003c\/div\u003e\n\u003ch4\u003eRegal Mandarin Collar\u003c\/h4\u003e\n\u003cp\u003eA structured neckline and clean placket create a sharp heritage-inspired silhouette for every occasion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-feature\"\u003e\n\u003cdiv class=\"rl-icon\"\u003e📱\u003c\/div\u003e\n\u003ch4\u003eFunctional Side Pockets\u003c\/h4\u003e\n\u003cp\u003eHidden side pockets provide modern convenience without disturbing the elegant festive drape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003cdiv class=\"rl-block\"\u003e\n\u003ch3 class=\"rl-title\"\u003eProduct Details\u003c\/h3\u003e\n\u003cdiv class=\"rl-grid\"\u003e\n\u003cdiv\u003e\n\u003cul class=\"rl-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eProduct Type:\u003c\/strong\u003e Men's Long Kurta\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular Fit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Subtle Geometric Block Print Motif\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Pure Cotton\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Ivory Cream \/ Off-White with Gold-Beige detailing\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCollar:\u003c\/strong\u003e Mandarin Collar (Chinese Collar)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cul class=\"rl-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSleeves:\u003c\/strong\u003e Full Sleeves\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e Long (Knee Length)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePocket:\u003c\/strong\u003e 2 Functional Side Seam Pockets\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHemline:\u003c\/strong\u003e Curved with side slits\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Front Half-Button Placket\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePack Contains:\u003c\/strong\u003e 1 Long Kurta\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STYLING --\u003e\n\u003cdiv class=\"rl-block\"\u003e\n\u003ch3 class=\"rl-title\"\u003eStyle It Your Way: The Heritage Celebration Edit\u003c\/h3\u003e\n\u003cdiv class=\"rl-style-grid\"\u003e\n\u003cdiv class=\"rl-style-card\"\u003e\n\u003ch4\u003e🤍 Traditional Classic\u003c\/h4\u003e\n\u003cp\u003ePair this ivory kurta with crisp white or cream straight-cut trousers and polished brown leather mojaris for a timeless wedding-ready look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-style-card\"\u003e\n\u003ch4\u003e✨ Royal Layering\u003c\/h4\u003e\n\u003cp\u003eAdd a pastel or jewel-toned Nehru jacket for evening receptions and complete the outfit with a matching pocket square.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-style-card\"\u003e\n\u003ch4\u003e👖 Relaxed Festive\u003c\/h4\u003e\n\u003cp\u003eStyle it with dark indigo denim jeans and leather sandals for a comfortable Indo-Western festive fusion aesthetic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CARE --\u003e\n\u003cdiv class=\"rl-block\"\u003e\n\u003ch3 class=\"rl-title\"\u003eWash \u0026amp; Care\u003c\/h3\u003e\n\u003cdiv class=\"rl-grid\"\u003e\n\u003cdiv class=\"rl-care-card\"\u003e\n\u003ch4 class=\"rl-do\"\u003e✔ Do's\u003c\/h4\u003e\n\u003cul class=\"rl-list\"\u003e\n\u003cli\u003eMachine washable on gentle\/delicate cycle\u003c\/li\u003e\n\u003cli\u003eWash separately to maintain pristine ivory tones\u003c\/li\u003e\n\u003cli\u003eLine dry in shade to avoid yellowing\u003c\/li\u003e\n\u003cli\u003eCool iron on reverse side for sharp finish\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-care-card\"\u003e\n\u003ch4 class=\"rl-dont\"\u003e✖ Don'ts\u003c\/h4\u003e\n\u003cul class=\"rl-list\"\u003e\n\u003cli\u003eDo not bleach\u003c\/li\u003e\n\u003cli\u003eDo not tumble dry\u003c\/li\u003e\n\u003cli\u003eAvoid harsh detergents on printed motifs\u003c\/li\u003e\n\u003cli\u003eDo not dry under direct sunlight\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DISCLAIMER --\u003e\n\u003cdiv class=\"rl-disclaimer\"\u003eDisclaimer: Product colors may slightly vary due to lighting conditions and screen settings. We ensure high accuracy, but minor differences may occur.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"RAY LIGHT","offers":[{"title":"White \/ M","offer_id":44183324262436,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":44183324295204,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":44183324327972,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true},{"title":"White \/ 2XL","offer_id":44183324360740,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/White-1_c55e3950-8b87-42c1-bad4-b5f5ba45747b.jpg?v=1778848209"}],"url":"https:\/\/raylight.in\/collections\/mens-long-kurtas.oembed","provider":"RAY LIGHT","version":"1.0","type":"link"}