{"title":"Ray Light Women's Solid Linen Wide-Leg Trousers | Regular Fit Formal \u0026 Casual Pants","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-trouser-page{\n  padding:60px 20px;\n  border-radius:25px;\n  background:var(--brand-light);\n  position: relative;\n  width: 100%;\n  display: flex;\n  justify-content: center;\n  overflow: hidden;\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-trouser-container{\n  max-width:1370px;\n  width:100%;\n}\n\n\/* ===== HERO ===== *\/\n.rl-trouser-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-trouser-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-trouser-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-trouser-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-trouser-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-trouser-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-trouser-hero{\n    padding:55px 25px;\n  }\n\n  .rl-trouser-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-trouser-page\"\u003e\n\n  \u003cdiv class=\"rl-trouser-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cdiv class=\"rl-trouser-hero\"\u003e\n\n      \u003cdiv class=\"rl-trouser-badge\"\u003e\n        ✨ Premium Everyday Luxury\n      \u003c\/div\u003e\n\n      \u003ch1\u003eElegant Linen Trousers Collection\u003c\/h1\u003e\n\n      \u003cp\u003e\n        Elevate your everyday wardrobe with these \n        \u003cstrong\u003eElegant Linen Trousers from Ray Light.\u003c\/strong\u003e \n        Designed with a clean, tailored waistband, front pleat detailing, and a relaxed wide-leg silhouette, \n        these trousers offer a sophisticated yet comfortable look. \n        The premium linen fabric provides a lightweight, breathable feel, \n        making them perfectly suited for office wear, casual outings, vacations, and semi-formal occasions.\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\u003eEffortless Sophistication \u0026amp; Comfort\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Upgrade your style with trousers engineered for versatile elegance. \n              Enjoy a refined drape, all-day breathability, and natural texture \n              that seamlessly transitions from work desk to weekend getaways.\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; Styles\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\u003eBreathable Linen Fabric\u003c\/h4\u003e\n        \u003cp\u003e\n          Lightweight, high-quality linen that ensures maximum airflow and a cool, comfortable fit all day long.\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\u003eTailored Pleat Detail\u003c\/h4\u003e\n        \u003cp\u003e\n          Featuring a crisp, clean waistline with smart front pleats that add structural refinement to your silhouette.\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\u003eWide-Leg Silhouette\u003c\/h4\u003e\n        \u003cp\u003e\n          A modern wide-leg fit offering fluid movement, casual comfort, and an elevated high-end look.\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\u003eMulti-Occasion Versatility\u003c\/h4\u003e\n        \u003cp\u003e\n          Seamlessly styled for professional office settings, relaxed vacations, and elegant semi-formal events.\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\u003eDesigned for Everyday Elegance \u0026amp; Comfort\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Linen’s natural texture brings a refined, premium aesthetic to your ensemble while providing unparalleled comfort throughout the seasons.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003eClean Tailored Waistband:\u003c\/strong\u003e Gives a smooth, structured fit around the waist for effortless tucking.\u003c\/li\u003e\n\n          \u003cli\u003e\n\u003cstrong\u003eFront Pleat Architecture:\u003c\/strong\u003e Enhances drape and movement while offering extra room for natural comfort.\u003c\/li\u003e\n\n          \u003cli\u003e\n\u003cstrong\u003eLightweight \u0026amp; Airy Texture:\u003c\/strong\u003e Premium linen keeps you feeling fresh and comfortable, even in warmer weather.\u003c\/li\u003e\n\n          \u003cli\u003e\n\u003cstrong\u003eRefined Natural Finish:\u003c\/strong\u003e Adds an organic, luxurious touch to both modern minimalist and classic outfits.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-card\"\u003e\n\n        \u003ch3\u003eLimitless Pairing \u0026amp; Wardrobe Flexibility\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A true wardrobe staple, these wide-leg linen trousers are effortless to pair with your existing modern and traditional collection.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCrisp Shirts \u0026amp; Blouses:\u003c\/strong\u003e Perfect for creating a polished, chic office ensemble.\u003c\/li\u003e\n\n          \u003cli\u003e\n\u003cstrong\u003eKurtis \u0026amp; Tunics:\u003c\/strong\u003e Pair with short or medium-length kurtis for a sophisticated fusion look.\u003c\/li\u003e\n\n          \u003cli\u003e\n\u003cstrong\u003eSmart Tops \u0026amp; Tees:\u003c\/strong\u003e Create casual, breezy weekend or vacation outfits in seconds.\u003c\/li\u003e\n\n          \u003cli\u003e\n\u003cstrong\u003eLayered Outerwear:\u003c\/strong\u003e Add a blazer, cardigan, or light jacket for elevated semi-formal charm.\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 Linen Trousers\u003c\/h3\u003e\n\n      \u003cdiv class=\"rl-style-grid\"\u003e\n\n        \u003cdiv class=\"rl-style-box\"\u003e\n\n          \u003ch4\u003e💼 Smart Office Wear\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Tuck in a crisp button-down shirt or formal blouse, add a leather belt, and finish with sleek loafers or pumps for a polished corporate look.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rl-style-box\"\u003e\n\n          \u003ch4\u003e🏖️ Casual \u0026amp; Vacations\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Combine with a lightweight fitted top or linen shirt, slide sandals, and a oversized sun hat for an effortless resort vibe.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rl-style-box\"\u003e\n\n          \u003ch4\u003e🌿 Modern Fusion Chic\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Pair with an embroidered or printed short kurti, subtle silver jewellery, and stylish mules for a unique 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\u003eUpgrade Your Wardrobe with Ray Light Linen\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Redefine everyday luxury with the perfect balance of comfort, breathability, and tailored elegance. \n        Whether you are dressing for work, weekend brunches, or peaceful getaways, Ray Light Linen Trousers bring timeless style to every step.\n      \u003c\/p\u003e\n\n      \u003ca href=\"#\" class=\"rl-bottom-btn\"\u003e\n        Shop the Ray Light Trouser 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-womens-solid-brown-linen-wide-leg-trousers-regular-fit-formal-casual-pants","title":"Ray Light Women's Solid Brown Linen Wide-Leg Trousers | Regular Fit Formal \u0026 Casual Pants","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\u003eElevate your everyday wardrobe with these elegant Brown linen trousers from Ray Light. Designed with a clean, tailored waistband, front pleat detailing and a relaxed wide-leg silhouette, these trousers offer a sophisticated yet comfortable look. The linen fabric provides a lightweight, breathable feel, making them suitable for office wear, casual outings, vacations and semi-formal occasions. Pair them with a shirt, blouse, kurti or smart top for an effortlessly polished look. Linen's natural texture also adds a refined, premium appearance.\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 Brown adorned with subtle festive motifs, tailored for weddings, pujas, receptions, and elegant celebrations.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✔ Premium-looking linen fabric with a soft natural texture\u003c\/li\u003e\n\u003cli\u003e✔ Elegant solid brown colour for easy styling\u003c\/li\u003e\n\u003cli\u003e✔ Wide-leg silhouette for a modern, sophisticated look\u003c\/li\u003e\n\u003cli\u003e✔ Versatile for office, casual and semi-formal occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"rl-offer\"\u003e🚚 Free Shipping on Orders Over ₹1699\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 Linen\u003c\/h4\u003e\n\u003cp\u003eUltra-soft lightweight Linen 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 Solid in soft Brown 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\u003eTailored waistband with belt loops\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 Women's Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular \/ Wide-Leg Fit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Solid\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Linen\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Brown\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWaist:\u003c\/strong\u003e Mid Rise\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\u003eStyle:\u003c\/strong\u003e Straight\/Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Zip with Button\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePocket:\u003c\/strong\u003e Side pockets\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuitable for:\u003c\/strong\u003e Casual, Office, Semi-Formal \u0026amp; Everyday Wear\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGender:\u003c\/strong\u003e Women\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePack Contains:\u003c\/strong\u003e 1 × Women's Linen Trouser\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\u003eEmbrace timeless elegance with this Traditional Classic linen trouser, designed for a refined and graceful look. The clean silhouette, subtle Brown shade, and relaxed wide-leg fit create a sophisticated style that blends traditional charm with modern comfort. Perfect for festive occasions, family gatherings, cultural events, and elegant everyday wear.\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 touch of royal sophistication to your wardrobe with these elegant linen trousers. Their relaxed wide-leg silhouette creates a graceful layered look, while the classic Brown tone complements both traditional and contemporary outfits. Perfect for pairing with kurtas, long tunics, embroidered tops, or statement layers for a polished festive appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-style-card\"\u003e\n\u003ch4\u003e👖 Relaxed Festive\u003c\/h4\u003e\n\u003cp\u003eEnjoy effortless elegance with this Relaxed Festive linen trouser, designed for comfort and graceful styling. The relaxed wide-leg fit offers easy movement, while the classic Brown shade creates a sophisticated festive look. Pair it with a kurta, tunic, embroidered top, or festive blouse for family celebrations, cultural gatherings, and special occasions.\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":"Brown \/ S","offer_id":51408705585188,"sku":"RL15-WFLPNT-BRN-36","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ M","offer_id":51408705617956,"sku":"RL15-WFLPNT-BRN-38","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ L","offer_id":51408705650724,"sku":"RL15-WFLPNT-BRN-40","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ XL","offer_id":51408705683492,"sku":"RL15-WFLPNT-BRN-42","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Pant-7.jpg?v=1788794341"},{"product_id":"ray-light-women-s-linen-wide-leg-trousers-solid-light-grey-formal-casual-pants","title":"Ray Light Women’s Linen Wide-Leg Trousers | Solid Light Grey Formal \u0026 Casual Pants","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\u003eElevate your everyday wardrobe with these elegant Light Grey linen trousers from Ray Light. Designed with a clean, tailored waistband, front pleat detailing and a relaxed wide-leg silhouette, these trousers offer a sophisticated yet comfortable look. The linen fabric provides a lightweight, breathable feel, making them suitable for office wear, casual outings, vacations and semi-formal occasions. Pair them with a shirt, blouse, kurti or smart top for an effortlessly polished look. Linen's natural texture also adds a refined, premium appearance.\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 Light Grey adorned with subtle festive motifs, tailored for weddings, pujas, receptions, and elegant celebrations.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✔ Premium-looking linen fabric with a soft natural texture\u003c\/li\u003e\n\u003cli\u003e✔ Elegant solid brown colour for easy styling\u003c\/li\u003e\n\u003cli\u003e✔ Wide-leg silhouette for a modern, sophisticated look\u003c\/li\u003e\n\u003cli\u003e✔ Versatile for office, casual and semi-formal occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"rl-offer\"\u003e🚚 Free Shipping on Orders Over ₹1699\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 Linen\u003c\/h4\u003e\n\u003cp\u003eUltra-soft lightweight Linen 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 Solid in soft Light Grey 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\u003eTailored waistband with belt loops\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 Women's Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular \/ Wide-Leg Fit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Solid\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Linen\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Light Grey\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWaist:\u003c\/strong\u003e Mid Rise\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\u003eStyle:\u003c\/strong\u003e Straight\/Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Zip with Button\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePocket:\u003c\/strong\u003e Side pockets\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuitable for:\u003c\/strong\u003e Casual, Office, Semi-Formal \u0026amp; Everyday Wear\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGender:\u003c\/strong\u003e Women\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePack Contains:\u003c\/strong\u003e 1 × Women's Linen Trouser\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\u003eEmbrace timeless elegance with this Traditional Classic linen trouser, designed for a refined and graceful look. The clean silhouette, subtle light-grey shade, and relaxed wide-leg fit create a sophisticated style that blends traditional charm with modern comfort. Perfect for festive occasions, family gatherings, cultural events, and elegant everyday wear.\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 touch of royal sophistication to your wardrobe with these elegant linen trousers. Their relaxed wide-leg silhouette creates a graceful layered look, while the classic light-grey tone complements both traditional and contemporary outfits. Perfect for pairing with kurtas, long tunics, embroidered tops, or statement layers for a polished festive appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-style-card\"\u003e\n\u003ch4\u003e👖 Relaxed Festive\u003c\/h4\u003e\n\u003cp\u003eEnjoy effortless elegance with this Relaxed Festive linen trouser, designed for comfort and graceful styling. The relaxed wide-leg fit offers easy movement, while the classic light-grey shade creates a sophisticated festive look. Pair it with a kurta, tunic, embroidered top, or festive blouse for family celebrations, cultural gatherings, and special occasions.\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":"Light Grey \/ S","offer_id":51408830464036,"sku":"RL15-WFLPNT-LTGRE-36","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Light Grey \/ M","offer_id":51408834887716,"sku":"RL15-WFLPNT-LTGRE-38","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Light Grey \/ L","offer_id":51408834920484,"sku":"RL15-WFLPNT-LTGRE-40","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Light Grey \/ XL","offer_id":51408834953252,"sku":"RL15-WFLPNT-LTGRE-42","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Pant-7_86af3870-ce71-4062-a12e-a25173543f35.jpg?v=1788795788"},{"product_id":"ray-light-women-s-solid-black-linen-wide-leg-trousers-traditional-classic-royal-layering-relaxed-festive-wear","title":"Ray Light Women’s Solid Black Linen Wide-Leg Trousers | Traditional Classic Royal Layering Relaxed Festive Wear","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\u003eElevate your everyday wardrobe with these elegant Black linen trousers from Ray Light. Designed with a clean, tailored waistband, front pleat detailing and a relaxed wide-leg silhouette, these trousers offer a sophisticated yet comfortable look. The linen fabric provides a lightweight, breathable feel, making them suitable for office wear, casual outings, vacations and semi-formal occasions. Pair them with a shirt, blouse, kurti or smart top for an effortlessly polished look. Linen's natural texture also adds a refined, premium appearance.\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 Black adorned with subtle festive motifs, tailored for weddings, pujas, receptions, and elegant celebrations.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✔ Premium-looking linen fabric with a soft natural texture\u003c\/li\u003e\n\u003cli\u003e✔ Elegant solid brown colour for easy styling\u003c\/li\u003e\n\u003cli\u003e✔ Wide-leg silhouette for a modern, sophisticated look\u003c\/li\u003e\n\u003cli\u003e✔ Versatile for office, casual and semi-formal occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"rl-offer\"\u003e🚚 Free Shipping on Orders Over ₹1699\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 Linen\u003c\/h4\u003e\n\u003cp\u003eUltra-soft lightweight Linen 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 Solid in soft Black 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\u003eTailored waistband with belt loops\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 Women's Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular \/ Wide-Leg Fit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Solid\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Linen\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Black\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWaist:\u003c\/strong\u003e Mid Rise\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\u003eStyle:\u003c\/strong\u003e Straight\/Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Zip with Button\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePocket:\u003c\/strong\u003e Side pockets\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuitable for:\u003c\/strong\u003e Casual, Office, Semi-Formal \u0026amp; Everyday Wear\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGender:\u003c\/strong\u003e Women\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePack Contains:\u003c\/strong\u003e 1 × Women's Linen Trouser\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\u003eEmbrace timeless elegance with this Traditional Classic linen trouser, designed for a refined and graceful look. The clean silhouette, subtle Brown shade, and relaxed wide-leg fit create a sophisticated style that blends traditional charm with modern comfort. Perfect for festive occasions, family gatherings, cultural events, and elegant everyday wear.\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 touch of royal sophistication to your wardrobe with these elegant linen trousers. Their relaxed wide-leg silhouette creates a graceful layered look, while the classic Black tone complements both traditional and contemporary outfits. Perfect for pairing with kurtas, long tunics, embroidered tops, or statement layers for a polished festive appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-style-card\"\u003e\n\u003ch4\u003e👖 Relaxed Festive\u003c\/h4\u003e\n\u003cp\u003eEnjoy effortless elegance with this Relaxed Festive linen trouser, designed for comfort and graceful styling. The relaxed wide-leg fit offers easy movement, while the classic Black shade creates a sophisticated festive look. Pair it with a kurta, tunic, embroidered top, or festive blouse for family celebrations, cultural gatherings, and special occasions.\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":"Black \/ S","offer_id":51408959864868,"sku":"RL15-WFLPNT-BLK-36","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ M","offer_id":51408959897636,"sku":"RL15-WFLPNT-BLK-38","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ L","offer_id":51408959930404,"sku":"RL15-WFLPNT-BLK-40","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Black \/ XL","offer_id":51408959963172,"sku":"RL15-WFLPNT-BLK-42","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Pant-1_b5d4ea35-117e-4d47-8139-f9902f499f8c.jpg?v=1788796356"},{"product_id":"ray-light-women-s-solid-charcoal-grey-linen-wide-leg-trousers-traditional-classic-royal-layering-relaxed-festive-wear","title":"Ray Light Women’s Solid Charcoal Grey Linen Wide-Leg Trousers | Traditional Classic Royal Layering Relaxed Festive Wear","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\u003eElevate your everyday wardrobe with these elegant Charcoal Grey linen trousers from Ray Light. Designed with a clean, tailored waistband, front pleat detailing and a relaxed wide-leg silhouette, these trousers offer a sophisticated yet comfortable look. The linen fabric provides a lightweight, breathable feel, making them suitable for office wear, casual outings, vacations and semi-formal occasions. Pair them with a shirt, blouse, kurti or smart top for an effortlessly polished look. Linen's natural texture also adds a refined, premium appearance.\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 Charcoal Grey adorned with subtle festive motifs, tailored for weddings, pujas, receptions, and elegant celebrations.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✔ Premium-looking linen fabric with a soft natural texture\u003c\/li\u003e\n\u003cli\u003e✔ Elegant solid brown colour for easy styling\u003c\/li\u003e\n\u003cli\u003e✔ Wide-leg silhouette for a modern, sophisticated look\u003c\/li\u003e\n\u003cli\u003e✔ Versatile for office, casual and semi-formal occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"rl-offer\"\u003e🚚 Free Shipping on Orders Over ₹1699\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 Linen\u003c\/h4\u003e\n\u003cp\u003eUltra-soft lightweight Linen 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 Solid in soft Charcoal Grey 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\u003eTailored waistband with belt loops\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 Women's Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular \/ Wide-Leg Fit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Solid\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Linen\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Charcoal Grey\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWaist:\u003c\/strong\u003e Mid Rise\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\u003eStyle:\u003c\/strong\u003e Straight\/Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Zip with Button\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePocket:\u003c\/strong\u003e Side pockets\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuitable for:\u003c\/strong\u003e Casual, Office, Semi-Formal \u0026amp; Everyday Wear\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGender:\u003c\/strong\u003e Women\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePack Contains:\u003c\/strong\u003e 1 × Women's Linen Trouser\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\u003eEmbrace timeless elegance with this Traditional Classic linen trouser, designed for a refined and graceful look. The clean silhouette, subtle Charcoal Grey shade, and relaxed wide-leg fit create a sophisticated style that blends traditional charm with modern comfort. Perfect for festive occasions, family gatherings, cultural events, and elegant everyday wear.\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 touch of royal sophistication to your wardrobe with these elegant linen trousers. Their relaxed wide-leg silhouette creates a graceful layered look, while the classic Charcoal Grey tone complements both traditional and contemporary outfits. Perfect for pairing with kurtas, long tunics, embroidered tops, or statement layers for a polished festive appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-style-card\"\u003e\n\u003ch4\u003e👖 Relaxed Festive\u003c\/h4\u003e\n\u003cp\u003eEnjoy effortless elegance with this Relaxed Festive linen trouser, designed for comfort and graceful styling. The relaxed wide-leg fit offers easy movement, while the classic Charcoal Grey shade creates a sophisticated festive look. Pair it with a kurta, tunic, embroidered top, or festive blouse for family celebrations, cultural gatherings, and special occasions.\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":"Gray \/ S","offer_id":51409043193892,"sku":"RL15-WFLPNT-DGRE-36","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Gray \/ M","offer_id":51409043226660,"sku":"RL15-WFLPNT-DGRE-38","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Gray \/ L","offer_id":51409043259428,"sku":"RL15-WFLPNT-DGRE-40","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Gray \/ XL","offer_id":51409043292196,"sku":"RL15-WFLPNT-DGRE-42","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Pant-7_7df59956-57e5-40e6-bcd9-9d7496c00fa6.jpg?v=1788797195"},{"product_id":"ray-light-women-s-linen-wide-leg-trousers-traditional-classic-royal-layering-relaxed-festive-wear","title":"Ray Light Women’s Linen Wide-Leg Trousers | Traditional Classic Royal Layering Relaxed Festive Wear","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\u003eElevate your everyday wardrobe with these elegant Dark Olive Green linen trousers from Ray Light. Designed with a clean, tailored waistband, front pleat detailing and a relaxed wide-leg silhouette, these trousers offer a sophisticated yet comfortable look. The linen fabric provides a lightweight, breathable feel, making them suitable for office wear, casual outings, vacations and semi-formal occasions. Pair them with a shirt, blouse, kurti or smart top for an effortlessly polished look. Linen's natural texture also adds a refined, premium appearance.\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 Dark Olive Green adorned with subtle festive motifs, tailored for weddings, pujas, receptions, and elegant celebrations.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✔ Premium-looking linen fabric with a soft natural texture\u003c\/li\u003e\n\u003cli\u003e✔ Elegant solid brown colour for easy styling\u003c\/li\u003e\n\u003cli\u003e✔ Wide-leg silhouette for a modern, sophisticated look\u003c\/li\u003e\n\u003cli\u003e✔ Versatile for office, casual and semi-formal occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"rl-offer\"\u003e🚚 Free Shipping on Orders Over ₹1699\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 Linen\u003c\/h4\u003e\n\u003cp\u003eUltra-soft lightweight Linen 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 Solid in soft Dark Olive Green 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\u003eTailored waistband with belt loops\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 Women's Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular \/ Wide-Leg Fit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Solid\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Linen\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Dark Olive Green\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWaist:\u003c\/strong\u003e Mid Rise\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\u003eStyle:\u003c\/strong\u003e Straight\/Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Zip with Button\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePocket:\u003c\/strong\u003e Side pockets\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuitable for:\u003c\/strong\u003e Casual, Office, Semi-Formal \u0026amp; Everyday Wear\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGender:\u003c\/strong\u003e Women\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePack Contains:\u003c\/strong\u003e 1 × Women's Linen Trouser\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\u003eEmbrace timeless elegance with this Traditional Classic linen trouser, designed for a refined and graceful look. The clean silhouette, subtle Dark Olive Green shade, and relaxed wide-leg fit create a sophisticated style that blends traditional charm with modern comfort. Perfect for festive occasions, family gatherings, cultural events, and elegant everyday wear.\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 touch of royal sophistication to your wardrobe with these elegant linen trousers. Their relaxed wide-leg silhouette creates a graceful layered look, while the classic Dark Olive Green tone complements both traditional and contemporary outfits. Perfect for pairing with kurtas, long tunics, embroidered tops, or statement layers for a polished festive appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-style-card\"\u003e\n\u003ch4\u003e👖 Relaxed Festive\u003c\/h4\u003e\n\u003cp\u003eEnjoy effortless elegance with this Relaxed Festive linen trouser, designed for comfort and graceful styling. The relaxed wide-leg fit offers easy movement, while the classic Dark Olive Green shade creates a sophisticated festive look. Pair it with a kurta, tunic, embroidered top, or festive blouse for family celebrations, cultural gatherings, and special occasions.\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":"Green \/ S","offer_id":51419034746916,"sku":"RL15-WFLPNT-GRN-36","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Green \/ M","offer_id":51419034779684,"sku":"RL15-WFLPNT-GRN-38","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Green \/ L","offer_id":51419034812452,"sku":"RL15-WFLPNT-GRN-40","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Green \/ XL","offer_id":51419034845220,"sku":"RL15-WFLPNT-GRN-42","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Pant-1_074a3a54-83e1-452f-a9e8-851694e36e1b.jpg?v=1788871351"},{"product_id":"ray-light-women-s-linen-straight-fit-trousers-classic-formal-casual-pants-comfortable-mid-rise-office-festive-wear","title":"Ray Light Women’s Linen Straight-Fit Trousers | Classic Formal Casual Pants | Comfortable Mid-Rise Office \u0026 Festive Wear","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\u003eElevate your everyday wardrobe with these elegant Brown linen trousers from Ray Light. Designed with a clean, tailored waistband, front pleat detailing and a relaxed wide-leg silhouette, these trousers offer a sophisticated yet comfortable look. The linen fabric provides a lightweight, breathable feel, making them suitable for office wear, casual outings, vacations and semi-formal occasions. Pair them with a shirt, blouse, kurti or smart top for an effortlessly polished look. Linen's natural texture also adds a refined, premium appearance.\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 Brown adorned with subtle festive motifs, tailored for weddings, pujas, receptions, and elegant celebrations.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✔ Premium-looking linen fabric with a soft natural texture\u003c\/li\u003e\n\u003cli\u003e✔ Elegant solid brown colour for easy styling\u003c\/li\u003e\n\u003cli\u003e✔ Wide-leg silhouette for a modern, sophisticated look\u003c\/li\u003e\n\u003cli\u003e✔ Versatile for office, casual and semi-formal occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"rl-offer\"\u003e🚚 Free Shipping on Orders Over ₹1699\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 Linen\u003c\/h4\u003e\n\u003cp\u003eUltra-soft lightweight Linen 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 Solid in soft Brown 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\u003eTailored waistband with belt loops\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 Women's Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular \/ Wide-Leg Fit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Solid\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Linen\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Brown\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWaist:\u003c\/strong\u003e Mid Rise\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\u003eStyle:\u003c\/strong\u003e Straight\/Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Zip with Button\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePocket:\u003c\/strong\u003e Side pockets\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuitable for:\u003c\/strong\u003e Casual, Office, Semi-Formal \u0026amp; Everyday Wear\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGender:\u003c\/strong\u003e Women\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePack Contains:\u003c\/strong\u003e 1 × Women's Linen Trouser\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\u003eEmbrace timeless elegance with this Traditional Classic linen trouser, designed for a refined and graceful look. The clean silhouette, subtle Brown shade, and relaxed wide-leg fit create a sophisticated style that blends traditional charm with modern comfort. Perfect for festive occasions, family gatherings, cultural events, and elegant everyday wear.\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 touch of royal sophistication to your wardrobe with these elegant linen trousers. Their relaxed wide-leg silhouette creates a graceful layered look, while the classic Brown tone complements both traditional and contemporary outfits. Perfect for pairing with kurtas, long tunics, embroidered tops, or statement layers for a polished festive appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-style-card\"\u003e\n\u003ch4\u003e👖 Relaxed Festive\u003c\/h4\u003e\n\u003cp\u003eEnjoy effortless elegance with this Relaxed Festive linen trouser, designed for comfort and graceful styling. The relaxed wide-leg fit offers easy movement, while the classic Brown shade creates a sophisticated festive look. Pair it with a kurta, tunic, embroidered top, or festive blouse for family celebrations, cultural gatherings, and special occasions.\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":"Brown \/ S","offer_id":51419096154148,"sku":"RL15-WFLPNT-COFY-36","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ M","offer_id":51419096186916,"sku":"RL15-WFLPNT-COFY-38","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ L","offer_id":51419096219684,"sku":"RL15-WFLPNT-COFY-40","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Brown \/ XL","offer_id":51419096252452,"sku":"RL15-WFLPNT-COFY-42","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Pant-1_bef9645c-15da-4bba-9b94-2c1d5bd03308.jpg?v=1788872055"},{"product_id":"ray-light-women-s-linen-wide-leg-trousers-solid-cream-relaxed-fit-pants-traditional-classic-royal-layering-festive-wear","title":"Ray Light Women’s Linen Wide-Leg Trousers | Solid Cream Relaxed Fit Pants | Traditional, Classic, Royal Layering \u0026 Festive Wear","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\u003eElevate your everyday wardrobe with these elegant Cream linen trousers from Ray Light. Designed with a clean, tailored waistband, front pleat detailing and a relaxed wide-leg silhouette, these trousers offer a sophisticated yet comfortable look. The linen fabric provides a lightweight, breathable feel, making them suitable for office wear, casual outings, vacations and semi-formal occasions. Pair them with a shirt, blouse, kurti or smart top for an effortlessly polished look. Linen's natural texture also adds a refined, premium appearance.\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 Cream adorned with subtle festive motifs, tailored for weddings, pujas, receptions, and elegant celebrations.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✔ Premium-looking linen fabric with a soft natural texture\u003c\/li\u003e\n\u003cli\u003e✔ Elegant solid Cream colour for easy styling\u003c\/li\u003e\n\u003cli\u003e✔ Wide-leg silhouette for a modern, sophisticated look\u003c\/li\u003e\n\u003cli\u003e✔ Versatile for office, casual and semi-formal occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"rl-offer\"\u003e🚚 Free Shipping on Orders Over ₹1699\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 Linen\u003c\/h4\u003e\n\u003cp\u003eUltra-soft lightweight Linen 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 Solid in soft Cream 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\u003eTailored waistband with belt loops\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 Women's Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular \/ Wide-Leg Fit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Solid\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Linen\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Cream\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWaist:\u003c\/strong\u003e Mid Rise\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\u003eStyle:\u003c\/strong\u003e Straight\/Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Zip with Button\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePocket:\u003c\/strong\u003e Side pockets\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuitable for:\u003c\/strong\u003e Casual, Office, Semi-Formal \u0026amp; Everyday Wear\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGender:\u003c\/strong\u003e Women\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePack Contains:\u003c\/strong\u003e 1 × Women's Linen Trouser\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\u003eEmbrace timeless elegance with this Traditional Classic linen trouser, designed for a refined and graceful look. The clean silhouette, subtle Cream shade, and relaxed wide-leg fit create a sophisticated style that blends traditional charm with modern comfort. Perfect for festive occasions, family gatherings, cultural events, and elegant everyday wear.\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 touch of royal sophistication to your wardrobe with these elegant linen trousers. Their relaxed wide-leg silhouette creates a graceful layered look, while the classic Cream tone complements both traditional and contemporary outfits. Perfect for pairing with kurtas, long tunics, embroidered tops, or statement layers for a polished festive appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-style-card\"\u003e\n\u003ch4\u003e👖 Relaxed Festive\u003c\/h4\u003e\n\u003cp\u003eEnjoy effortless elegance with this Relaxed Festive linen trouser, designed for comfort and graceful styling. The relaxed wide-leg fit offers easy movement, while the classic Cream shade creates a sophisticated festive look. Pair it with a kurta, tunic, embroidered top, or festive blouse for family celebrations, cultural gatherings, and special occasions.\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":"Cream \/ S","offer_id":51419132952612,"sku":"RL17-WFLPNT-CRM-36","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Cream \/ M","offer_id":51419132985380,"sku":"RL17-WFLPNT-CRM-38","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Cream \/ L","offer_id":51419133018148,"sku":"RL17-WFLPNT-CRM-40","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Cream \/ XL","offer_id":51419133050916,"sku":"RL17-WFLPNT-CRM-42","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Cream-7.jpg?v=1788872884"},{"product_id":"ray-light-women-s-linen-wide-leg-trousers-solid-navy-blue-relaxed-fit-pants-traditional-classic-royal-layering-festive-wear","title":"Ray Light Women’s Linen Wide-Leg Trousers | Solid Navy Blue Relaxed Fit Pants | Traditional Classic Royal Layering Festive Wear","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\u003eElevate your everyday wardrobe with these elegant Navy Blue linen trousers from Ray Light. Designed with a clean, tailored waistband, front pleat detailing and a relaxed wide-leg silhouette, these trousers offer a sophisticated yet comfortable look. The linen fabric provides a lightweight, breathable feel, making them suitable for office wear, casual outings, vacations and semi-formal occasions. Pair them with a shirt, blouse, kurti or smart top for an effortlessly polished look. Linen's natural texture also adds a refined, premium appearance.\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 Cream adorned with subtle festive motifs, tailored for weddings, pujas, receptions, and elegant celebrations.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✔ Premium-looking linen fabric with a soft natural texture\u003c\/li\u003e\n\u003cli\u003e✔ Elegant solid Navy Blue colour for easy styling\u003c\/li\u003e\n\u003cli\u003e✔ Wide-leg silhouette for a modern, sophisticated look\u003c\/li\u003e\n\u003cli\u003e✔ Versatile for office, casual and semi-formal occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"rl-offer\"\u003e🚚 Free Shipping on Orders Over ₹1699\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 Linen\u003c\/h4\u003e\n\u003cp\u003eUltra-soft lightweight Linen 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 Solid in soft Navy Blue 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\u003eTailored waistband with belt loops\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 Women's Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular \/ Wide-Leg Fit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Solid\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Linen\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Navy Blue\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWaist:\u003c\/strong\u003e Mid Rise\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\u003eStyle:\u003c\/strong\u003e Straight\/Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Zip with Button\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePocket:\u003c\/strong\u003e Side pockets\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuitable for:\u003c\/strong\u003e Casual, Office, Semi-Formal \u0026amp; Everyday Wear\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGender:\u003c\/strong\u003e Women\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePack Contains:\u003c\/strong\u003e 1 × Women's Linen Trouser\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\u003eEmbrace timeless elegance with this Traditional Classic linen trouser, designed for a refined and graceful look. The clean silhouette, subtle Navy Blue shade, and relaxed wide-leg fit create a sophisticated style that blends traditional charm with modern comfort. Perfect for festive occasions, family gatherings, cultural events, and elegant everyday wear.\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 touch of royal sophistication to your wardrobe with these elegant linen trousers. Their relaxed wide-leg silhouette creates a graceful layered look, while the classic Navy Blue tone complements both traditional and contemporary outfits. Perfect for pairing with kurtas, long tunics, embroidered tops, or statement layers for a polished festive appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-style-card\"\u003e\n\u003ch4\u003e👖 Relaxed Festive\u003c\/h4\u003e\n\u003cp\u003eEnjoy effortless elegance with this Relaxed Festive linen trouser, designed for comfort and graceful styling. The relaxed wide-leg fit offers easy movement, while the classic Navy Blue shade creates a sophisticated festive look. Pair it with a kurta, tunic, embroidered top, or festive blouse for family celebrations, cultural gatherings, and special occasions.\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":"Navy Blue \/ S","offer_id":51419170144292,"sku":"RL19-WFLPNT-NAV-36","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Navy Blue \/ M","offer_id":51419170177060,"sku":"RL19-WFLPNT-NAV-38","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Navy Blue \/ L","offer_id":51419170209828,"sku":"RL19-WFLPNT-NAV-40","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"Navy Blue \/ XL","offer_id":51419170242596,"sku":"RL19-WFLPNT-NAV-42","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Navy-Blue-7_be1a15a9-6963-4aa3-99c4-31d0082ab121.jpg?v=1788873557"},{"product_id":"ray-light-women-s-linen-wide-leg-trousers-white-classic-relaxed-festive-wear","title":"Ray Light Women’s Linen Wide-Leg Trousers – White | Classic Relaxed Festive Wear","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\u003eElevate your everyday wardrobe with these elegant White linen trousers from Ray Light. Designed with a clean, tailored waistband, front pleat detailing and a relaxed wide-leg silhouette, these trousers offer a sophisticated yet comfortable look. The linen fabric provides a lightweight, breathable feel, making them suitable for office wear, casual outings, vacations and semi-formal occasions. Pair them with a shirt, blouse, kurti or smart top for an effortlessly polished look. Linen's natural texture also adds a refined, premium appearance.\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 Cream adorned with subtle festive motifs, tailored for weddings, pujas, receptions, and elegant celebrations.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e✔ Premium-looking linen fabric with a soft natural texture\u003c\/li\u003e\n\u003cli\u003e✔ Elegant solid White colour for easy styling\u003c\/li\u003e\n\u003cli\u003e✔ Wide-leg silhouette for a modern, sophisticated look\u003c\/li\u003e\n\u003cli\u003e✔ Versatile for office, casual and semi-formal occasions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"rl-offer\"\u003e🚚 Free Shipping on Orders Over ₹1699\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 Linen\u003c\/h4\u003e\n\u003cp\u003eUltra-soft lightweight Linen 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 Solid in soft White 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\u003eTailored waistband with belt loops\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 Women's Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular \/ Wide-Leg Fit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Solid\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Linen\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e White\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWaist:\u003c\/strong\u003e Mid Rise\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\u003eStyle:\u003c\/strong\u003e Straight\/Wide-Leg Trousers\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Zip with Button\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePocket:\u003c\/strong\u003e Side pockets\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuitable for:\u003c\/strong\u003e Casual, Office, Semi-Formal \u0026amp; Everyday Wear\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGender:\u003c\/strong\u003e Women\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePack Contains:\u003c\/strong\u003e 1 × Women's Linen Trouser\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\u003eEmbrace timeless elegance with this Traditional Classic linen trouser, designed for a refined and graceful look. The clean silhouette, subtle White shade, and relaxed wide-leg fit create a sophisticated style that blends traditional charm with modern comfort. Perfect for festive occasions, family gatherings, cultural events, and elegant everyday wear.\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 touch of royal sophistication to your wardrobe with these elegant linen trousers. Their relaxed wide-leg silhouette creates a graceful layered look, while the classic White tone complements both traditional and contemporary outfits. Perfect for pairing with kurtas, long tunics, embroidered tops, or statement layers for a polished festive appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rl-style-card\"\u003e\n\u003ch4\u003e👖 Relaxed Festive\u003c\/h4\u003e\n\u003cp\u003eEnjoy effortless elegance with this Relaxed Festive linen trouser, designed for comfort and graceful styling. The relaxed wide-leg fit offers easy movement, while the classic White shade creates a sophisticated festive look. Pair it with a kurta, tunic, embroidered top, or festive blouse for family celebrations, cultural gatherings, and special occasions.\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 \/ S","offer_id":51419222835236,"sku":"RL18-WFLPNT-WHT-36","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":51419222868004,"sku":"RL18-WFLPNT-WHT-38","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":51419222900772,"sku":"RL18-WFLPNT-WHT-40","price":1699.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":51419222933540,"sku":"RL18-WFLPNT-WHT-42","price":1699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/White-7.jpg?v=1788874030"}],"url":"https:\/\/raylight.in\/collections\/ray-light-womens-solid-linen-wide-leg-trousers-regular-fit-formal-casual-pants.oembed","provider":"RAY LIGHT","version":"1.0","type":"link"}