{"product_id":"ray-light-womens-two-piece-set-royal-blue-shirts-with-wide-leg-trousers-full-sleeve","title":"Ray Light Women's Two Piece Set, Royal Blue, Shirts with Wide Leg Trousers, Full Sleeve","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  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  .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\u003c\/style\u003e\n\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 ✨ Trendy Co-ord Set Collection \u003c\/span\u003e\n      \u003ch2\u003eEffortless Style \u0026amp; Breathable Comfort\u003c\/h2\u003e\n      \u003cp\u003eStep into effortless style and comfort with this elegant Printed Co-ord Set crafted from premium Viscose Rayon Fabric. Designed for modern women, this outfit combines a relaxed silhouette with a trendy floral-inspired print, making it perfect for casual outings, vacations, travel, office wear, or everyday fashion. The soft and breathable rayon fabric offers all-day comfort, while the coordinated shirt and wide-leg pants create a chic and sophisticated look.\u003c\/p\u003e\n    \u003c\/div\u003e\n\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 Chic Royal Blue Co-Ord\u003c\/h3\u003e\n          \u003cp\u003eCasual ease meets modern sophistication. Experience the soft, breathable feel of premium viscose rayon styled in a trendy Royal Blue with White Print, tailored for travel, office, vacations, and daily wear.\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e✔ Premium Viscose Rayon: Soft, lightweight \u0026amp; breathable for all-day comfort\u003c\/li\u003e\n            \u003cli\u003e✔ Chic Printed Design: Royal blue with white print for an elegant, modern look\u003c\/li\u003e\n            \u003cli\u003e✔ Wide-Leg Pants: Elastic waistband for a relaxed and flawless fit\u003c\/li\u003e\n            \u003cli\u003e✔ Versatile Styling: Pair with sneakers, flats, or minimal accessories\u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cdiv class=\"rl-offer\"\u003e🚚 Free Shipping on Orders Over ₹499\u003c\/div\u003e\n          \u003ca href=\"#\" class=\"rl-btn\"\u003e Upgrade Your Wardrobe \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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        \u003cdiv class=\"rl-feature-content\"\u003e\n          \u003ch4\u003eViscose Rayon Fabric\u003c\/h4\u003e\n          \u003cp\u003eMade with soft, lightweight, and skin-friendly fabric that offers high breathability and ease of movement.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e🌸\u003c\/div\u003e\n        \u003cdiv class=\"rl-feature-content\"\u003e\n          \u003ch4\u003eStylish Print Pattern\u003c\/h4\u003e\n          \u003cp\u003eFeatures a gorgeous Royal Blue background with contrast White Print for an elegant and eye-catching vibe.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👔\u003c\/div\u003e\n        \u003cdiv class=\"rl-feature-content\"\u003e\n          \u003ch4\u003eFull Sleeve Shirt Top\u003c\/h4\u003e\n          \u003cp\u003eFull sleeves top with a classic shirt collar for a structured, polished, and graceful silhouette.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👖\u003c\/div\u003e\n        \u003cdiv class=\"rl-feature-content\"\u003e\n          \u003ch4\u003eWide-Leg Bottoms\u003c\/h4\u003e\n          \u003cp\u003eComfy wide-leg pants fitted with a flexible elastic waistband for ultimate relax-fit everyday ease.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT DETAILS --\u003e\n    \u003cdiv class=\"rl-block\"\u003e\n      \u003ch3 class=\"rl-title\"\u003eProduct Details\u003c\/h3\u003e\n      \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 Printed Co-ord Set\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Viscose Rayon\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Printed\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Royal Blue with White Print\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eNeckline:\u003c\/strong\u003e Shirt Collar\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSleeves:\u003c\/strong\u003e Full Sleeves\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\u003eTop Type:\u003c\/strong\u003e Full Sleeve Shirt-Style Top\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eBottom Type:\u003c\/strong\u003e Wide-Leg Pants\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eWaistband:\u003c\/strong\u003e Comfortable Elastic Waistband\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Relaxed Regular Fit\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eOccasion:\u003c\/strong\u003e Casual, Travel, Office, Lounge \u0026amp; Vacation Wear\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1 × Printed Shirt Top + 1 × Matching Wide-Leg Pant\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- STYLING --\u003e\n    \u003cdiv class=\"rl-block\"\u003e\n      \u003ch3 class=\"rl-title\"\u003eStyle It Your Way: The Versatile Edit\u003c\/h3\u003e\n      \u003cdiv class=\"rl-style-grid\"\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e✈️ Travel \u0026amp; Vacations\u003c\/h4\u003e\n          \u003cp\u003ePair with comfy sneakers, a sling bag, and sunglasses for a effortless airport look or resort day out.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e💼 Casual Office Wear\u003c\/h4\u003e\n          \u003cp\u003eStyle with sleek loafers or block heels with delicate jewelry for a clean, smart-casual workday ensemble.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e☕ Weekend Brunch \u0026amp; Outings\u003c\/h4\u003e\n          \u003cp\u003eCombine with stylish flat sandals and a tote bag for an effortless, chic weekend outing with friends.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\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\u003eGentle machine wash or hand wash\u003c\/li\u003e\n            \u003cli\u003eWash separately in cold water\u003c\/li\u003e\n            \u003cli\u003eDry in shade to retain rich color\u003c\/li\u003e\n            \u003cli\u003eIron on low to medium heat for best 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 wring or twist roughly\u003c\/li\u003e\n            \u003cli\u003eAvoid drying under direct harsh sunlight\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DISCLAIMER --\u003e\n    \u003cdiv class=\"rl-disclaimer\"\u003eDisclaimer: Product colors may slightly vary due to photographic lighting sources or your monitor settings.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"RAY LIGHT","offers":[{"title":"Royal Blue \/ S","offer_id":51428434149412,"sku":"RL17-COORDFULSRTPNT-RYL-36","price":1599.0,"currency_code":"INR","in_stock":true},{"title":"Royal Blue \/ M","offer_id":51428434182180,"sku":"RL17-COORDFULSRTPNT-RYL-38","price":1599.0,"currency_code":"INR","in_stock":true},{"title":"Royal Blue \/ L","offer_id":51428434214948,"sku":"RL17-COORDFULSRTPNT-RYL-40","price":1599.0,"currency_code":"INR","in_stock":true},{"title":"Royal Blue \/ XL","offer_id":51428434247716,"sku":"RL17-COORDFULSRTPNT-RYL-42","price":1599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/RoyalBlue-8.jpg?v=1788958533","url":"https:\/\/raylight.in\/products\/ray-light-womens-two-piece-set-royal-blue-shirts-with-wide-leg-trousers-full-sleeve","provider":"RAY LIGHT","version":"1.0","type":"link"}