{"title":"Women’s Wear Collection | Shop Women's Ethnic \u0026 Western Fashion | RAY LIGHT","description":"\u003cstyle\u003e\n:root{\n  --brand-primary:#114956;\n  --brand-accent:#f4810f;\n  --brand-light:#f6f8f9;\n  --brand-dark:#0b2f38;\n  --brand-text:#4d4d4d;\n}\n\n\/* ===== MAIN SECTION ===== *\/\n.rl-cotton-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-cotton-container{\n  max-width:1370px;\n  width:100%;\n}\n\n\/* ===== HERO ===== *\/\n.rl-cotton-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-cotton-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-cotton-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-cotton-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-cotton-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-cotton-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  .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-cotton-hero{\n    padding:55px 25px;\n  }\n\n  .rl-cotton-hero h1{\n    font-size:38px;\n  }\n\n  .rl-bottom-cta h2{\n    font-size:32px;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"rl-cotton-page\"\u003e\n\n  \u003cdiv class=\"rl-cotton-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cdiv class=\"rl-cotton-hero\"\u003e\n\n      \u003cdiv class=\"rl-cotton-badge\"\u003e\n        🌿 Pure Cotton Collection\n      \u003c\/div\u003e\n\n      \u003ch1\u003eEveryday Elegance \u0026amp; Timeless Comfort\u003c\/h1\u003e\n\n      \u003cp\u003e\n        Discover timeless comfort and effortless style with our \u003cstrong\u003ePure Cotton Collection\u003c\/strong\u003e, \n        thoughtfully designed for everyday elegance. Made from soft, breathable cotton fabric, each piece offers \n        a comfortable feel with a refined look. Featuring versatile silhouettes, classic details, and easy-to-style \n        designs, this collection is perfect for casual outings, workdays, vacations, and relaxed 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 Style for Every Day\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Upgrade your everyday wardrobe with breathable 100% pure cotton styles. \n              Designed for long-lasting comfort, seamless versatility, and smooth tailored drapes.\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 Collection\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\u003eSoft \u0026amp; Breathable\u003c\/h4\u003e\n        \u003cp\u003e\n          Crafted from 100% natural pure cotton fabric to keep you cool, relaxed, and comfortable 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\u003eEveryday Comfort\u003c\/h4\u003e\n        \u003cp\u003e\n          Featherlight textures and gentle-on-skin feel, making each garment ideal for prolonged daily wear.\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\u003eRefined Tailoring\u003c\/h4\u003e\n        \u003cp\u003e\n          Versatile silhouettes with classic detailing designed to provide a sleek, sophisticated, and modern fit.\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\u003eEasy-to-Style\u003c\/h4\u003e\n        \u003cp\u003e\n          Seamlessly adapts to your routine—transition smoothly from busy workdays to casual weekend outings.\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\u003eThoughtfully Designed Pure Cotton Fabric\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The core of this collection lies in the superior quality of pure cotton woven to perfection for comfort and durability.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003e\n            \u003cstrong\u003e100% Breathable Weave:\u003c\/strong\u003e Keeps body temperature balanced during long summer hours and warm days.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eUltra-Soft Texture:\u003c\/strong\u003e Treated for maximum softness against the skin without compromising structure.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eLow Maintenance Wear:\u003c\/strong\u003e Durable cotton fibers that retain shape, softness, and vibrant appearance after washing.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eNatural \u0026amp; Hypoallergenic:\u003c\/strong\u003e Gentle on all skin types, ensuring effortless comfort throughout the day.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rl-card\"\u003e\n\n        \u003ch3\u003eVersatile Silhouettes \u0026amp; Classic Details\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Every piece balances casual relaxed vibes with polished sophistication for all modern styling needs.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eWorkday Essentials:\u003c\/strong\u003e Clean lines and crisp collars that bring professional elegance to your office wear.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eCasual Outing Favorites:\u003c\/strong\u003e Relaxed, flowy cuts ideal for coffee runs, brunch dates, and city walks.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eVacation Ready Outfits:\u003c\/strong\u003e Lightweight, easy-to-pack silhouettes designed for warm weather getaways.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eTimeless Palette:\u003c\/strong\u003e Neutral tones and subtle classic details that coordinate effortlessly with any wardrobe.\n          \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\u003eStyle Your Pure Cotton Wardrobe\u003c\/h3\u003e\n\n      \u003cdiv class=\"rl-style-grid\"\u003e\n\n        \u003cdiv class=\"rl-style-box\"\u003e\n\n          \u003ch4\u003e🏢 Workday Polish\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Pair classic cotton tops or shirts with structured trousers and minimal accessories for a sharp, breathable office look.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rl-style-box\"\u003e\n\n          \u003ch4\u003e☕ Casual Outings\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Match versatile cotton silhouettes with comfortable denim, sneakers, or flats for an effortless weekend vibe.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rl-style-box\"\u003e\n\n          \u003ch4\u003e🏖️ Vacation Vibes\u003c\/h4\u003e\n\n          \u003cp\u003e\n            Opt for relaxed, airy cotton pieces combined with woven sandals and a sunhat for easy, breezy holiday aesthetics.\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\u003eExperience Pure Cotton Elegance\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Redefine your everyday style with lightweight comfort, timeless craftsmanship, and versatile designs. \n        Whether you are dressing for work, traveling, or enjoying a relaxed day out, find your perfect staple piece today.\n      \u003c\/p\u003e\n\n      \u003ca href=\"#\" class=\"rl-bottom-btn\"\u003e\n        Shop Pure Cotton Collection\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","products":[{"product_id":"women-s-pure-cotton-striped-collared-top-3-4-sleeve-relaxed-fit-casual-office-wear-shirt","title":"Ray Light Women’s Pure Cotton Striped Collared Top | 3\/4 Sleeve Relaxed Fit Casual \u0026 Office Wear Shirt","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 ✨ Everyday Chic Collection \u003c\/span\u003e\n      \u003ch2\u003eEffortless Elegance \u0026amp; Pure Comfort\u003c\/h2\u003e\n      \u003cp\u003eRefresh your everyday wardrobe with this stylish pure cotton striped women’s top, designed for comfort and effortless elegance. It features a classic collared neckline, subtle vertical stripes, front button detailing, and comfortable 3\/4 sleeves. The relaxed silhouette makes it ideal for casual outings, office wear, travel, and everyday styling.\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 Essential Everyday Top\u003c\/h3\u003e\n          \u003cp\u003eModern simplicity meets breathable comfort. Crafted with soft pure cotton and styled with timeless vertical stripes, this top gives you a polished look for work and play.\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e✔ Soft and breathable pure cotton fabric\u003c\/li\u003e\n            \u003cli\u003e✔ Smart vertical stripe pattern in Light Blue \u0026amp; White\u003c\/li\u003e\n            \u003cli\u003e✔ Polished collared neck with front button closure\u003c\/li\u003e\n            \u003cli\u003e✔ Relaxed fit with comfortable 3\/4 sleeves\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 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        \u003ch4\u003ePure Cotton Comfort\u003c\/h4\u003e\n        \u003cp\u003eMade from soft and breathable pure cotton fabric engineered for all-day airflow and comfortable everyday wear.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e💈\u003c\/div\u003e\n        \u003ch4\u003eClassic Striped Design\u003c\/h4\u003e\n        \u003cp\u003eVertical stripe pattern in Light Blue \u0026amp; White adds a smart, slimming, and versatile touch to your style.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👔\u003c\/div\u003e\n        \u003ch4\u003eStylish Collared Neck\u003c\/h4\u003e\n        \u003cp\u003eNeat collar with front button detailing creates a polished, sophisticated look for casual and office wear.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch4\u003eComfortable 3\/4 Sleeves\u003c\/h4\u003e\n        \u003cp\u003eWide 3\/4 sleeves with cuff detailing offer complete ease of movement and a stylish, contemporary appearance.\u003c\/p\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 Casual Top\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Pure Cotton\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Vertical Stripes\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eNeck:\u003c\/strong\u003e Collared Neck\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSleeve:\u003c\/strong\u003e 3\/4 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\u003eFit:\u003c\/strong\u003e Relaxed Fit\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Front Button\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Light Blue \u0026amp; White\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eOccasion:\u003c\/strong\u003e Casual, Office, Travel \u0026amp; Everyday Wear\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1 × Women’s Pure Cotton Striped Top\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: Everyday Versatility\u003c\/h3\u003e\n      \u003cdiv class=\"rl-style-grid\"\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e💼 Office Smart\u003c\/h4\u003e\n          \u003cp\u003ePair this classic collared top with tailored trousers or slim-fit chinos and loafers for a neat, professional, and comfortable workday look.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e☕ Casual Weekend\u003c\/h4\u003e\n          \u003cp\u003eTuck it lightly into high-waisted denim jeans or a linen skirt, finished with sneakers or flat sandals for a relaxed weekend vibe.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e✈️ Travel Ready\u003c\/h4\u003e\n          \u003cp\u003eCombine with comfortable leggings or stretch jeggings for a breathable, stylish, and hassle-free outfit while on the go.\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 Instructions\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 with similar colors\u003c\/li\u003e\n            \u003cli\u003eUse mild detergent\u003c\/li\u003e\n            \u003cli\u003eDry in shade to preserve original colors\u003c\/li\u003e\n            \u003cli\u003eIron on low to medium heat\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 harshly\u003c\/li\u003e\n            \u003cli\u003eAvoid washing with dark non-fast colors\u003c\/li\u003e\n            \u003cli\u003eDo not dry 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\"\u003e\n      Disclaimer: Product colors may slightly vary due to photographic lighting sources or your monitor settings.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"RAY LIGHT","offers":[{"title":"Sky Blue \/ S","offer_id":51419302920228,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-SKY-36","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Sky Blue \/ M","offer_id":51419302952996,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-SKY-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Sky Blue \/ L","offer_id":51419302985764,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-SKY-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Sky Blue \/ XL","offer_id":51419303018532,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-SKY-42","price":799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Blue-1_6fab10ea-d46d-40cf-bf20-7ee529b8929e.jpg?v=1788877202"},{"product_id":"women-s-pure-cotton-printed-collared-top-3-4-sleeve-floral-print-casual-office-wear-shirt","title":"Ray Light Women’s Pure Cotton Printed Collared Top | 3\/4 Sleeve Floral Print Casual \u0026 Office Wear Shirt","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 ✨ Everyday Chic Collection \u003c\/span\u003e\n      \u003ch2\u003eEffortless Elegance for Every Occasion\u003c\/h2\u003e\n      \u003cp\u003eAdd effortless elegance to your wardrobe with this pure cotton printed women’s top, featuring a beautiful floral-inspired pattern in blue and lavender tones. Designed with a classic collared neckline, front button detailing, and comfortable 3\/4 sleeves, this top offers a smart yet relaxed look. Pair it with trousers, jeans, or skirts for casual outings, office wear, brunches, and everyday occasions.\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\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 Essential Everyday Floral Top\u003c\/h3\u003e\n          \u003cp\u003eCasual comfort meets smart sophistication. Experience the soft touch of 100% breathable pure cotton patterned with graceful floral motifs in soothing blue and lavender shades.\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e✔ Pure Cotton Fabric: Soft, lightweight, and highly breathable for all-day wear\u003c\/li\u003e\n            \u003cli\u003e✔ Elegant Floral Print: Charming blue \u0026amp; lavender traditional motifs on a crisp white base\u003c\/li\u003e\n            \u003cli\u003e✔ Classic Collared Neck: Neat collar with functional front button detailing for a polished look\u003c\/li\u003e\n            \u003cli\u003e✔ Comfortable 3\/4 Sleeves: Ideal sleeve length designed for effortless daily movement\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 Upgrade Your Daily Look \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        \u003ch4\u003ePure Cotton Fabric\u003c\/h4\u003e\n        \u003cp\u003eCrafted from comfortable and breathable pure cotton for easy, sweat-free everyday wear.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e🌸\u003c\/div\u003e\n        \u003ch4\u003eElegant Floral Print\u003c\/h4\u003e\n        \u003cp\u003eAttractive blue and lavender floral motifs add a graceful, fresh, and stylish touch.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👔\u003c\/div\u003e\n        \u003ch4\u003eClassic Collared Neck\u003c\/h4\u003e\n        \u003cp\u003eSmart collar and front button detailing create a structured yet relaxed polished look.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch4\u003eComfortable 3\/4 Sleeves\u003c\/h4\u003e\n        \u003cp\u003ePractical sleeve length with a relaxed fit design for ease and fluid movement.\u003c\/p\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 Top\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Pure Cotton\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Floral \/ Traditional Motif Print\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eNeck:\u003c\/strong\u003e Collared Neck\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSleeve:\u003c\/strong\u003e 3\/4 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\u003eFit:\u003c\/strong\u003e Relaxed Fit\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Front Button\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eBase Color:\u003c\/strong\u003e White\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePrint Color:\u003c\/strong\u003e Blue \u0026amp; Lavender\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eOccasion:\u003c\/strong\u003e Casual, Office, Travel \u0026amp; Everyday Wear\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1 × Women’s Pure Cotton Printed Top\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 Everyday Edit\u003c\/h3\u003e\n      \u003cdiv class=\"rl-style-grid\"\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e💼 Office \u0026amp; Workwear\u003c\/h4\u003e\n          \u003cp\u003ePair this collared top with high-waisted tailored trousers or a crisp pencil skirt. Tucking it in gives a sharp, professional appearance suitable for work meetings and formal hours.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e☕ Casual \u0026amp; Brunch Ready\u003c\/h4\u003e\n          \u003cp\u003eCombine it with light-wash denim jeans or cotton palazzos along with minimal jewelry and flats for an easy-going, chic aesthetic perfect for weekend brunches and daytime outings.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e✈️ Travel \u0026amp; Everyday Wear\u003c\/h4\u003e\n          \u003cp\u003eKeep it relaxed by leaving it untucked over comfortable leggings or shorts. Its breathable pure cotton build ensures you stay cool and stylish during trips and daily errands.\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\"\u003eCare Instructions\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 recommended\u003c\/li\u003e\n            \u003cli\u003eWash with similar colors to retain vibrant tones\u003c\/li\u003e\n            \u003cli\u003eUse mild detergent for fabric longevity\u003c\/li\u003e\n            \u003cli\u003eDry in shade to preserve print quality\u003c\/li\u003e\n            \u003cli\u003eIron on low to medium heat on reverse side\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\u003eAvoid harsh wringing or twisting\u003c\/li\u003e\n            \u003cli\u003eDo not dry in direct 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 conditions or your monitor\/screen settings.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"RAY LIGHT","offers":[{"title":"White \/ S","offer_id":51419303116836,"sku":"RL50-W3\/4tHLOOSESHRT_PRNT-WHT-36","price":799.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":51419303149604,"sku":"RL50-W3\/4tHLOOSESHRT_PRNT-WHT-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":51419303182372,"sku":"RL50-W3\/4tHLOOSESHRT_PRNT-WHT-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":51419303215140,"sku":"RL50-W3\/4tHLOOSESHRT_PRNT-WHT-42","price":799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/DrakBlue-4_d8275240-5f0b-4df6-bb1f-9e0cc4b092eb.jpg?v=1788877139"},{"product_id":"women-s-pure-cotton-printed-top-3-4-sleeve-relaxed-fit-collared-casual-office-wear-shirt","title":"Ray Light Women’s Pure Cotton Printed Top | 3\/4 Sleeve Relaxed Fit Collared Casual \u0026 Office Wear Shirt","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  width:100%;\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 ✨ Everyday Elegance Collection \u003c\/span\u003e\n      \u003ch2\u003eSmart \u0026amp; Relaxed Style for Every Day\u003c\/h2\u003e\n      \u003cp\u003eAdd a stylish touch to your everyday wardrobe with this pure cotton printed women’s top. Featuring an eye-catching geometric floral-inspired print in green and blue tones, a smart collared neckline, front button detailing, and comfortable 3\/4 sleeves, it offers an elegant yet relaxed look. Perfect for office wear, casual outings, travel, brunches, and everyday styling.\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 Essential Everyday Top\u003c\/h3\u003e\n          \u003cp\u003eEffortless comfort meets modern charm. Pure breathable cotton decorated with vivid geometric motifs for versatile daily wear.\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e✔ Pure Cotton Fabric: Breathable \u0026amp; comfortable for all-day ease\u003c\/li\u003e\n            \u003cli\u003e✔ Geometric Floral Print: Unique green \u0026amp; blue tones on classic white\u003c\/li\u003e\n            \u003cli\u003e✔ Smart Collared Neck: Polished front-button detail\u003c\/li\u003e\n            \u003cli\u003e✔ Comfortable 3\/4 Sleeves: Contemporary cuff styling\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 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        \u003ch4\u003ePure Cotton Fabric\u003c\/h4\u003e\n        \u003cp\u003eMade with soft, breathable pure cotton to keep you cool and comfortable all day long.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e🎨\u003c\/div\u003e\n        \u003ch4\u003eGeometric Print\u003c\/h4\u003e\n        \u003cp\u003eAttractive floral-inspired geometric motifs in green and blue for a distinct and classy appearance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👔\u003c\/div\u003e\n        \u003ch4\u003eClassic Collar\u003c\/h4\u003e\n        \u003cp\u003eSmart collar paired with front button detailing gives a neat and professional finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch4\u003eComfort 3\/4 Sleeves\u003c\/h4\u003e\n        \u003cp\u003eRelaxed sleeves designed with elegant cuffs for smooth movement and effortless flair.\u003c\/p\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 Top\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Pure Cotton\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Geometric Printed\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eBase Color:\u003c\/strong\u003e White\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePrint Color:\u003c\/strong\u003e Green \u0026amp; Blue\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\u003eNeck:\u003c\/strong\u003e Collared Neck\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSleeve:\u003c\/strong\u003e 3\/4 Sleeves\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Relaxed Fit\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Front Button\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eOccasion:\u003c\/strong\u003e Casual, Office, Travel \u0026amp; Everyday Wear\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1 × Women’s Pure Cotton Printed Top\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\u003c\/h3\u003e\n      \u003cdiv class=\"rl-style-grid\"\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e💼 Chic Office Look\u003c\/h4\u003e\n          \u003cp\u003ePair this collared top with tailored trousers or structure leggings for a crisp, professional outfit ideal for work meetings and desk days.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e☕ Casual Brunch \u0026amp; Outings\u003c\/h4\u003e\n          \u003cp\u003eTuck it slightly into high-waisted denim jeans or denim skirts for a stylish, modern vibe that works effortlessly for catch-ups and weekend shopping.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e✈️ Travel \u0026amp; Relaxed Days\u003c\/h4\u003e\n          \u003cp\u003eCombine with wide-leg palazzos or cotton pants for ultimate breathability and comfort during flights, road trips, or leisurely strolls.\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 Instructions\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 recommended\u003c\/li\u003e\n            \u003cli\u003eWash with similar colors\u003c\/li\u003e\n            \u003cli\u003eUse mild detergent\u003c\/li\u003e\n            \u003cli\u003eDry in shade to protect vibrant colors\u003c\/li\u003e\n            \u003cli\u003eIron on low to medium heat\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\u003eAvoid harsh wringing\u003c\/li\u003e\n            \u003cli\u003eAvoid washing with dark non-fast colors\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":"Green \/ S","offer_id":51419303444516,"sku":"RL50-W3\/4tHLOOSESHRT_PRNT-GRN-36","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Green \/ M","offer_id":51419303477284,"sku":"RL50-W3\/4tHLOOSESHRT_PRNT-GRN-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Green \/ L","offer_id":51419303510052,"sku":"RL50-W3\/4tHLOOSESHRT_PRNT-GRN-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Green \/ XL","offer_id":51419303542820,"sku":"RL50-W3\/4tHLOOSESHRT_PRNT-GRN-42","price":799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Green-1_d0de67f0-b21f-40be-a973-a384a2184531.jpg?v=1788877056"},{"product_id":"women-s-pure-cotton-striped-casual-shirt-light-blue-3-4-sleeve-relaxed-fit-top","title":"Ray Light Women’s Pure Cotton Striped Casual Shirt – Light Blue 3\/4 Sleeve Relaxed Fit Top","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  width:100%;\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  list-style-type: disc;\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    \n    \u003c!-- HERO SECTION --\u003e\n    \u003cdiv class=\"rl-hero\"\u003e\n      \u003cspan class=\"rl-badge\"\u003e ✨ Everyday Chic Collection \u003c\/span\u003e\n      \u003ch2\u003eEffortless Elegance \u0026amp; Daily Comfort\u003c\/h2\u003e\n      \u003cp\u003eElevate your everyday wardrobe with this stylish light blue striped pure cotton shirt for women. Designed with a classic collared neckline, button-front detailing, relaxed silhouette, and comfortable 3\/4 sleeves, this top offers an effortless blend of casual elegance and everyday comfort. The breathable cotton fabric makes it suitable for work, outings, travel, and casual occasions.\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 Essential Striped Cotton Shirt\u003c\/h3\u003e\n          \u003cp\u003eTimeless pattern meets modern comfort. Experience the soft, breathable touch of pure cotton crafted into a classic vertical stripe silhouette, tailored for work, travel, and casual outings.\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e✔ Pure Cotton Fabric: Soft, breathable and comfortable for all-day wear\u003c\/li\u003e\n            \u003cli\u003e✔ Classic Striped Design: Light blue vertical stripes for a timeless, versatile look\u003c\/li\u003e\n            \u003cli\u003e✔ Smart Collared Neck: Adds a polished touch for casual and semi-formal styling\u003c\/li\u003e\n            \u003cli\u003e✔ Relaxed 3\/4 Sleeves: Features a comfortable sleeve length with a cuffed finish\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 Elevate 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        \u003ch4\u003ePure Cotton Fabric\u003c\/h4\u003e\n        \u003cp\u003eSoft, breathable, and skin-friendly fabric engineered for all-day airflow and effortless comfort.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👔\u003c\/div\u003e\n        \u003ch4\u003eClassic Striped Design\u003c\/h4\u003e\n        \u003cp\u003eLight blue vertical stripes create a clean, figure-flattering, and timeless aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch4\u003eSmart Collared Neck\u003c\/h4\u003e\n        \u003cp\u003eA structured collar with button-front detailing adds a polished, smart-casual finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e💫\u003c\/div\u003e\n        \u003ch4\u003eRelaxed 3\/4 Sleeves\u003c\/h4\u003e\n        \u003cp\u003eComfortable sleeve length with a stylish cuffed finish, ideal for multi-season wear.\u003c\/p\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 Casual Shirt \/ Top\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Pure Cotton\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Light Blue \u0026amp; White Stripes\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Vertical Stripes\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\u003eNeck:\u003c\/strong\u003e Collared Neck\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSleeve:\u003c\/strong\u003e 3\/4 Sleeves\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Relaxed \u0026amp; Comfortable\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Button Front\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Casual, Smart-Casual\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eOccasion:\u003c\/strong\u003e Office, Casual Outings, Travel, Weekend Wear\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1 × Women’s Pure Cotton Striped Casual Shirt\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\u003c\/h3\u003e\n      \u003cdiv class=\"rl-style-grid\"\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e💼 Office Smart\u003c\/h4\u003e\n          \u003cp\u003ePair it with tailored trousers, formal loafers, and minimal jewelry for a crisp, professional workplace look.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e☕ Casual Weekend\u003c\/h4\u003e\n          \u003cp\u003eTuck it into classic denim jeans or relaxed pants with sneakers for an easygoing, chic weekend vibe.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e🌿 Breezy Outings\u003c\/h4\u003e\n          \u003cp\u003eStyle it with a flowy A-line skirt or linen shorts, paired with sandals for travel, brunch, and casual hangouts.\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 Instructions\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 wash or gentle hand wash with similar colors\u003c\/li\u003e\n            \u003cli\u003eUse mild detergent\u003c\/li\u003e\n            \u003cli\u003eDry in shade to help maintain fabric color\u003c\/li\u003e\n            \u003cli\u003eIron on low to medium heat\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 use bleach\u003c\/li\u003e\n            \u003cli\u003eAvoid drying in direct, harsh sunlight\u003c\/li\u003e\n            \u003cli\u003eDo not wring forcefully\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\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"RAY LIGHT","offers":[{"title":"Light Blue \/ S","offer_id":51419303641124,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-LTBLUE-36","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Light Blue \/ M","offer_id":51419303673892,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-LTBLUE-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Light Blue \/ L","offer_id":51419303706660,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-LTBLUE-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Light Blue \/ XL","offer_id":51419303739428,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-LTBLUE-42","price":799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/LightBlue-1.jpg?v=1788876970"},{"product_id":"women-s-pure-cotton-pink-white-striped-shirt-top-3-4-sleeve-casual-collared-tunic","title":"Ray Light Women’s Pure Cotton Pink \u0026 White Striped Shirt Top | 3\/4 Sleeve Casual Collared Tunic","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 ✨ Everyday Chic Collection \u003c\/span\u003e\n      \u003ch2\u003eEffortless Charm for Your Daily Wardrobe\u003c\/h2\u003e\n      \u003cp\u003eAdd effortless charm to your everyday wardrobe with this stylish pink and white striped women’s top. Crafted from pure cotton fabric, it features a smart collared neckline, front button detailing, 3\/4 sleeves with contrast striped cuffs, and a comfortable relaxed silhouette. The fresh vertical stripe pattern gives it a polished yet casual look, making it easy to style for office wear, outings, travel, brunch, or everyday occasions.\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 Essential Everyday Stripe Top\u003c\/h3\u003e\n          \u003cp\u003eModern simplicity meets breathable comfort. Experience the soft feel of pure cotton styled with classic vertical stripes, designed for work, outings, travel, and casual gatherings.\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e✔ Pure Cotton Fabric: Soft, breathable, and designed for all-day wear\u003c\/li\u003e\n            \u003cli\u003e✔ Elegant Striped Pattern: Classic pink and white vertical stripes\u003c\/li\u003e\n            \u003cli\u003e✔ Smart Collared Neck: Classic shirt collar for a versatile, sharp look\u003c\/li\u003e\n            \u003cli\u003e✔ 3\/4 Sleeves with Cuffs: Accentuated with contrasting striped detailing\u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cdiv class=\"rl-offer\"\u003e🚚 Free Shipping Available On Eligible Orders\u003c\/div\u003e\n          \u003ca href=\"#\" class=\"rl-btn\"\u003e Upgrade Your Daily Style \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        \u003ch4\u003ePure Cotton Fabric\u003c\/h4\u003e\n        \u003cp\u003eSoft and highly breathable pure cotton fabric tailored for maximum comfort throughout the day.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👔\u003c\/div\u003e\n        \u003ch4\u003eSmart Collared Neck\u003c\/h4\u003e\n        \u003cp\u003eA traditional shirt collar detailing with front buttons for a neat, polished, and versatile appeal.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch4\u003eContrast Cuff Detail\u003c\/h4\u003e\n        \u003cp\u003eStylish 3\/4 sleeves featuring unique contrast striped cuffs for an added touch of casual 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\u003eEasy to Style\u003c\/h4\u003e\n        \u003cp\u003ePairs effortlessly with blue jeans, trousers, palazzos, skirts, or any preferred casual bottoms.\u003c\/p\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 Striped Shirt Top\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Pure Cotton\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Pink \u0026amp; White\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Vertical Stripes\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eNeck:\u003c\/strong\u003e Collared Neck\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Front Button\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cul class=\"rl-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSleeves:\u003c\/strong\u003e 3\/4 Sleeves\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSleeve Detail:\u003c\/strong\u003e Contrast Stripe Cuffs\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Relaxed \u0026amp; Comfortable\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Casual \/ Smart Casual\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eOccasion:\u003c\/strong\u003e Office, Casual Outings, Travel \u0026amp; Everyday Wear\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1 × Women’s Pure Cotton Striped Shirt Top\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 Smart Casual Edit\u003c\/h3\u003e\n      \u003cdiv class=\"rl-style-grid\"\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e💼 Office Smart\u003c\/h4\u003e\n          \u003cp\u003ePair this striped top with tailored white or grey trousers and sleek loafers for a clean, professional desk-to-dinner outfit.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e☕ Casual Brunch\u003c\/h4\u003e\n          \u003cp\u003eTuck it lightly into high-waisted denim jeans or a denim skirt, combined with comfortable flats or sneakers for a laid-back weekend look.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e✈️ Travel \u0026amp; Outings\u003c\/h4\u003e\n          \u003cp\u003eMatch with wide-leg palazzos or cotton pants for an ultra-comfortable yet chic ensemble perfect for day trips and travel.\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 Instructions\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 wash or gentle hand wash as per garment care label\u003c\/li\u003e\n            \u003cli\u003eWash with similar colors to retain freshness\u003c\/li\u003e\n            \u003cli\u003eUse a mild detergent\u003c\/li\u003e\n            \u003cli\u003eDry in shade to protect fabric vibrancy\u003c\/li\u003e\n            \u003cli\u003eIron on suitable cotton setting\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\u003eAvoid harsh bleach or strong chemical agents\u003c\/li\u003e\n            \u003cli\u003eDo not wring forcefully\u003c\/li\u003e\n            \u003cli\u003eAvoid direct sunlight while drying\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 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":"Pink \/ S","offer_id":51419303870500,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-PNK-36","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Pink \/ M","offer_id":51419303903268,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-PNK-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Pink \/ L","offer_id":51419303936036,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-PNK-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Pink \/ XL","offer_id":51419303968804,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-PNK-42","price":799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/OrangeLight-8.jpg?v=1788876897"},{"product_id":"women-s-pure-cotton-striped-shirt-top-3-4-sleeve-casual-button-down-tunic-comfortable-regular-fit","title":"Ray Light Women’s Pure Cotton Striped Shirt Top | 3\/4 Sleeve Casual Button-Down Tunic | Comfortable Regular Fit","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 ✨ Everyday Chic Collection \u003c\/span\u003e\n      \u003ch2\u003eFresh Style \u0026amp; Effortless Comfort for Every Day\u003c\/h2\u003e\n      \u003cp\u003eElevate your everyday wardrobe with this stylish women’s striped cotton shirt top. Crafted from pure cotton fabric, it features a classic collared neckline, front button detailing, 3\/4 sleeves with cuffs, and a relaxed silhouette for comfortable all-day wear. The soft green and white vertical stripes give the top a fresh, elegant look that pairs beautifully with trousers, jeans, palazzos, or skirts. Perfect for casual outings, office wear, travel, brunch, and everyday styling.\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 Essential Everyday Classic\u003c\/h3\u003e\n          \u003cp\u003eCasual ease meets smart refinement. Experience the breathable feel of pure cotton styled with soft green and white stripes, tailored for office, casual meetups, brunch, and weekend travel.\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e✔ Pure Cotton Fabric: Soft, lightweight \u0026amp; breathable for all-day comfort\u003c\/li\u003e\n            \u003cli\u003e✔ Classic Striped Design: Elegant vertical stripes create a timeless look\u003c\/li\u003e\n            \u003cli\u003e✔ Stylish Collared Neck: Adds a polished, smart-casual finish\u003c\/li\u003e\n            \u003cli\u003e✔ Versatile Styling: Pairs seamlessly with jeans, trousers, palazzos \u0026amp; skirts\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 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        \u003ch4\u003ePure Cotton Fabric\u003c\/h4\u003e\n        \u003cp\u003eMade with premium breathable cotton fabric, keeping you cool and comfortable all day long.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👑\u003c\/div\u003e\n        \u003ch4\u003eClassic Stripe Pattern\u003c\/h4\u003e\n        \u003cp\u003eVertical stripes in fresh Green \u0026amp; White offer a slimming effect and timeless aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👔\u003c\/div\u003e\n        \u003ch4\u003eStylish Collared Neck\u003c\/h4\u003e\n        \u003cp\u003eA classic collar with front button detailing adds structure and a sharp look to your casual ensemble.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch4\u003eCuffed 3\/4 Sleeves\u003c\/h4\u003e\n        \u003cp\u003eDesigned with neat 3\/4 sleeves and cuffs for effortless movement and smart-casual charm.\u003c\/p\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 Striped Shirt Top\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Pure Cotton\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePattern:\u003c\/strong\u003e Vertical Stripes\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Green \u0026amp; White\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eNeckline:\u003c\/strong\u003e Collared Neck\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cul class=\"rl-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSleeves:\u003c\/strong\u003e 3\/4 Sleeves with Cuffs\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Front Button Closure\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Comfortable Regular Fit\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Casual \u0026amp; Smart-Casual\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eOccasion:\u003c\/strong\u003e Casual, Office, Travel, Brunch \u0026amp; Everyday Wear\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1 × Women’s Pure Cotton Striped Shirt Top\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 Smart Casual Edit\u003c\/h3\u003e\n      \u003cdiv class=\"rl-style-grid\"\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e💼 Office \u0026amp; Workwear\u003c\/h4\u003e\n          \u003cp\u003ePair this shirt top with tailored trousers or slim-fit chinos and loafers for a sharp, professional yet breezy work environment outfit.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e☕ Casual Brunch \u0026amp; Outings\u003c\/h4\u003e\n          \u003cp\u003eTuck it lightly into high-waisted denim jeans or a flared skirt, completed with sneakers or flat sandals for a relaxed weekend look.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e✈️ Travel \u0026amp; Relaxed Days\u003c\/h4\u003e\n          \u003cp\u003eCombine with comfortable wide-leg palazzos or linen pants for maximum ease, keeping you chic and comfy during trips and daily errands.\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\u003eMachine wash or gentle hand wash as recommended on label\u003c\/li\u003e\n            \u003cli\u003eWash dark and light colors separately\u003c\/li\u003e\n            \u003cli\u003eUse mild detergent for long-lasting color\u003c\/li\u003e\n            \u003cli\u003eDry in shade to preserve color intensity\u003c\/li\u003e\n            \u003cli\u003eIron on a suitable cotton setting for crisp 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 use harsh bleach\u003c\/li\u003e\n            \u003cli\u003eDo not wring forcefully\u003c\/li\u003e\n            \u003cli\u003eAvoid drying directly under intense 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 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 Green \/ S","offer_id":51419304099876,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-LTGRN-36","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Light Green \/ M","offer_id":51419304132644,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-LTGRN-38","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Light Green \/ L","offer_id":51419304165412,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-LTGRN-40","price":799.0,"currency_code":"INR","in_stock":true},{"title":"Light Green \/ XL","offer_id":51419304198180,"sku":"RL50-W3\/4tHLOOSESHRT_STRIP-LTGRN-42","price":799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/green-1_6c535a8f-22cb-4670-a358-028709d858c3.jpg?v=1788876833"},{"product_id":"ray-light-women-s-solid-pink-casual-office-shirt-viscose-rayon-fabric-3-4th-sleeves","title":"Ray Light Women’s Solid Pink Casual Office Shirt – Viscose Rayon Fabric | 3\/4th Sleeves","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 ✨ Elegant Office \u0026amp; Casual Collection \u003c\/span\u003e\n      \u003ch2\u003ePolished Charm \u0026amp; All-Day Comfort\u003c\/h2\u003e\n      \u003cp\u003eRefresh your wardrobe with this elegant pink casual office shirt crafted from premium viscose rayon fabric. Designed with a soft texture and graceful drape, this stylish shirt offers all-day comfort with a polished modern look. The solid pink shade adds a feminine and sophisticated touch, making it perfect for office wear, brunch outings, casual meetings, and everyday fashion styling. Featuring comfortable 3\/4th sleeves and a smart collar neckline, this versatile shirt pairs effortlessly with trousers, jeans, skirts, or formal pants.\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 Modern Everyday Classic\u003c\/h3\u003e\n          \u003cp\u003eExperience the luxurious softness of premium viscose rayon tailored into a graceful solid pink silhouette, perfect for making an effortless statement from desk to dinner.\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e✔ Premium Viscose Rayon: Soft, lightweight \u0026amp; breathable fabric with smooth finish\u003c\/li\u003e\n            \u003cli\u003e✔ Solid Pink Elegance: Graceful drape for a polished, feminine look\u003c\/li\u003e\n            \u003cli\u003e✔ Smart Collar Neckline: Button-down front for refined professional appeal\u003c\/li\u003e\n            \u003cli\u003e✔ Versatile Styling: Seamlessly complements trousers, jeans, skirts \u0026amp; formal pants\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        \u003ch4\u003eViscose Rayon Fabric\u003c\/h4\u003e\n        \u003cp\u003eCrafted from premium viscose rayon with a soft texture, smooth finish, and graceful fall for all-day comfort.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👑\u003c\/div\u003e\n        \u003ch4\u003eElegant Pink Solid\u003c\/h4\u003e\n        \u003cp\u003eA sophisticated solid pink shade designed to add a feminine and timeless touch to your wardrobe.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👔\u003c\/div\u003e\n        \u003ch4\u003eSmart Shirt Collar\u003c\/h4\u003e\n        \u003cp\u003eClassic collar with a sleek button-down front that enhances modern appeal and structured style.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch4\u003eComfort 3\/4th Sleeves\u003c\/h4\u003e\n        \u003cp\u003eDesigned with comfortable 3\/4th sleeves offering perfect coverage and effortless everyday versatility.\u003c\/p\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 Casual Office Shirt\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 Solid\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Pink\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular Fit\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cul class=\"rl-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSleeves:\u003c\/strong\u003e 3\/4th Sleeves\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eCollar Type:\u003c\/strong\u003e Shirt Collar\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Button Down\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eOccasion:\u003c\/strong\u003e Office Wear, Casual Wear, Formal Wear\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eStyle \u0026amp; Comfort:\u003c\/strong\u003e Modern Casual Shirt | Soft, Lightweight \u0026amp; Breathable\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1 × Women’s Pink Viscose Rayon Shirt\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 Smart Casual Edit\u003c\/h3\u003e\n      \u003cdiv class=\"rl-style-grid\"\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e💼 Office \u0026amp; Formal Wear\u003c\/h4\u003e\n          \u003cp\u003ePair with tailored formal pants or high-waisted trousers and sleek pumps for a sharp, sophisticated desk-ready outfit.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e☕ Brunch Outings \u0026amp; Casual\u003c\/h4\u003e\n          \u003cp\u003eTuck into high-waisted denim jeans or an A-line skirt with loafers or stylish flats for an effortless weekend vibe.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e✈️ Everyday Fashion \u0026amp; Travel\u003c\/h4\u003e\n          \u003cp\u003eStyle with relaxed trousers or palazzos for maximum breathability and chic comfort while on the move or handling daily errands.\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\u003eMachine wash gentle or hand wash\u003c\/li\u003e\n            \u003cli\u003eWash separately with similar colors\u003c\/li\u003e\n            \u003cli\u003eIron at low temperature to retain fabric quality\u003c\/li\u003e\n            \u003cli\u003eDry in shade for better fabric durability\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\u003eAvoid drying in direct harsh sunlight\u003c\/li\u003e\n            \u003cli\u003eDo not wring forcefully\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":"PINK \/ S","offer_id":51426811674660,"sku":"RL33-WSRTCLR3\/4-PNK-36","price":599.0,"currency_code":"INR","in_stock":true},{"title":"PINK \/ M","offer_id":51426815442980,"sku":"RL33-WSRTCLR3\/4-PNK-38","price":599.0,"currency_code":"INR","in_stock":false},{"title":"PINK \/ L","offer_id":51426815475748,"sku":"RL33-WSRTCLR3\/4-PNK-40","price":599.0,"currency_code":"INR","in_stock":false},{"title":"PINK \/ XL","offer_id":51426815508516,"sku":"RL33-WSRTCLR3\/4-PNK-42","price":599.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Pink-1_e712b94b-744a-42fa-bab4-4722255a4d34.jpg?v=1788945502"},{"product_id":"ray-light-women-s-solid-grey-office-wear-shirt-viscose-rayon-fabric-3-4th-sleeves","title":"Ray Light Women’s Solid  Grey Office Wear Shirt – Viscose Rayon Fabric | 3\/4th Sleeves","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 ✨ Elegant Workwear Collection \u003c\/span\u003e\n      \u003ch2\u003eRefined Elegance \u0026amp; Effortless Comfort for Every Day\u003c\/h2\u003e\n      \u003cp\u003eAdd refined elegance to your wardrobe with this stylish taupe office wear shirt crafted from premium viscose rayon fabric. Designed for comfort and sophistication, this shirt features a smooth texture, breathable feel, and a flattering regular fit for all-day ease. The minimalist solid pattern combined with a smart collar neckline creates a polished and versatile look suitable for office meetings, business casual styling, formal occasions, and daily wear.\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 Essential Modern Professional Classic\u003c\/h3\u003e\n          \u003cp\u003eCasual ease meets corporate refinement. Experience the smooth, breathable feel of premium viscose rayon styled in a sophisticated taupe shade, tailored for office meetings, business casual wear, and travel.\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e✔ Premium Viscose Rayon Fabric: Soft, lightweight \u0026amp; breathable for all-day comfort\u003c\/li\u003e\n            \u003cli\u003e✔ Minimalist Solid Design: Sophisticated taupe shade creates a polished look\u003c\/li\u003e\n            \u003cli\u003e✔ Smart Collar Neckline: Adds a structured, professional finish\u003c\/li\u003e\n            \u003cli\u003e✔ Versatile Styling: Pairs seamlessly with trousers, jeans, and skirts\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        \u003ch4\u003eViscose Rayon Fabric\u003c\/h4\u003e\n        \u003cp\u003eMade with premium viscose rayon with a smooth finish, keeping you soft, cool, and comfortable all day long.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👑\u003c\/div\u003e\n        \u003ch4\u003eElegant Taupe Shade\u003c\/h4\u003e\n        \u003cp\u003eMinimalist solid pattern in a rich taupe tone offers a graceful drape and timeless sophisticated aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👔\u003c\/div\u003e\n        \u003ch4\u003eSmart Shirt Collar\u003c\/h4\u003e\n        \u003cp\u003eClassic collar design with front button-down detailing enhances your professional appeal and sharp style.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch4\u003eVersatile 3\/4th Sleeves\u003c\/h4\u003e\n        \u003cp\u003eDesigned with comfortable 3\/4th sleeves for versatile styling, freedom of movement, and effortless charm.\u003c\/p\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 Taupe Viscose Rayon Shirt\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 Solid\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Taupe\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eCollar Type:\u003c\/strong\u003e Shirt Collar\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Elegant Contemporary Shirt\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cul class=\"rl-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSleeves:\u003c\/strong\u003e 3\/4th Sleeves\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Button Down\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular Fit\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eComfort:\u003c\/strong\u003e Soft, Lightweight \u0026amp; Breathable\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eOccasion:\u003c\/strong\u003e Office Wear, Casual Wear, Formal Wear\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1 × Women’s Taupe Viscose Rayon Shirt\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 Modern Professional Edit\u003c\/h3\u003e\n      \u003cdiv class=\"rl-style-grid\"\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e💼 Office \u0026amp; Business Meetings\u003c\/h4\u003e\n          \u003cp\u003ePair this taupe shirt with tailored dark trousers or pencil skirts and pumps for a sharp, executive-ready corporate look.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e☕ Business Casual \u0026amp; Outings\u003c\/h4\u003e\n          \u003cp\u003eTuck it lightly into high-waisted denim jeans or flared trousers with loafers for an effortless, chic workday style.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e✈️ Travel \u0026amp; Formal Wear\u003c\/h4\u003e\n          \u003cp\u003eCombine with comfortable tailored pants or mid-rise skirts for maximum comfort and a sleek appearance during travel or evening events.\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\u003eMachine wash gentle or hand wash\u003c\/li\u003e\n            \u003cli\u003eWash separately with similar colors\u003c\/li\u003e\n            \u003cli\u003eIron on low temperature for a crisp finish\u003c\/li\u003e\n            \u003cli\u003eDry in shade for better fabric durability\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\u003eAvoid drying directly under intense sunlight\u003c\/li\u003e\n            \u003cli\u003eDo not wash with contrasting dark\/light garments together\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 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":"Grey \/ S","offer_id":51426811772964,"sku":"RL34-WSRTCLR3\/4-GRE-36","price":599.0,"currency_code":"INR","in_stock":true},{"title":"Grey \/ M","offer_id":51426811805732,"sku":"RL34-WSRTCLR3\/4-GRE-38","price":599.0,"currency_code":"INR","in_stock":true},{"title":"Grey \/ L","offer_id":51426811838500,"sku":"RL34-WSRTCLR3\/4-GRE-40","price":599.0,"currency_code":"INR","in_stock":true},{"title":"Grey \/ XL","offer_id":51426811871268,"sku":"RL34-WSRTCLR3\/4-GRE-42","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Shirt-1.jpg?v=1788945814"},{"product_id":"ray-light-women-s-elegant-solid-formal-shirt-pink-viscose-rayon-fabric-3-4th-sleeves","title":"Ray Light Women’s Elegant Solid Formal Shirt – Pink | Viscose Rayon Fabric | 3\/4th Sleeves","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 ✨ Elegant Minimalist Collection \u003c\/span\u003e\n      \u003ch2\u003eRefined Style \u0026amp; Graceful Comfort for Every Occasion\u003c\/h2\u003e\n      \u003cp\u003eRefresh your wardrobe with this sophisticated pink formal shirt crafted from premium viscose rayon fabric. Designed with a classic shirt collar and stylish 3\/4th sleeves, this elegant top offers a refined and graceful look for office wear, formal meetings, brunch outings, and smart casual occasions. The smooth, lightweight fabric drapes beautifully while providing all-day comfort and effortless style. Pair it with trousers, skirts, or denim for a polished and versatile fashion statement.\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 Essential Formal Classic\u003c\/h3\u003e\n          \u003cp\u003eGraceful style meets modern luxury. Experience the smooth, lightweight feel of premium viscose rayon styled in a charming solid pink hue, tailored for the office, formal meetings, and casual chic outings.\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e✔ Viscose Rayon Fabric: Ultra-soft, breathable \u0026amp; beautifully draping fabric\u003c\/li\u003e\n            \u003cli\u003e✔ Solid Pink Elegance: Sophisticated color that radiates subtle grace\u003c\/li\u003e\n            \u003cli\u003e✔ Classic Shirt Collar: Adds a professional, smart-formal finish\u003c\/li\u003e\n            \u003cli\u003e✔ Versatile Styling: Pairs seamlessly with trousers, skirts \u0026amp; denim\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        \u003ch4\u003ePremium Viscose Rayon\u003c\/h4\u003e\n        \u003cp\u003eCrafted from soft, breathable viscose rayon that drapes smoothly and ensures all-day comfort.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e🌸\u003c\/div\u003e\n        \u003ch4\u003eSolid Pink Design\u003c\/h4\u003e\n        \u003cp\u003eA classic, charming solid pink tone offering an elegant and timeless aesthetic for any setting.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👔\u003c\/div\u003e\n        \u003ch4\u003eClassic Shirt Collar\u003c\/h4\u003e\n        \u003cp\u003eFeatured with a refined collar and front button closure for a sharp, polished formal appearance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch4\u003eStylish 3\/4th Sleeves\u003c\/h4\u003e\n        \u003cp\u003eDesigned with trendy 3\/4th sleeves providing effortless grace and versatile style options.\u003c\/p\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 Formal Shirt\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 Solid\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Pink\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eNeckline:\u003c\/strong\u003e Shirt Collar\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cul class=\"rl-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSleeve Length:\u003c\/strong\u003e 3\/4th Sleeves\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Front Button Closure\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular Fit\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Elegant Minimalist\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eOccasion:\u003c\/strong\u003e Office Wear, Formal \u0026amp; Casual\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1 × Women’s Solid Pink Formal Shirt\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 Smart Casual Edit\u003c\/h3\u003e\n      \u003cdiv class=\"rl-style-grid\"\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e💼 Office \u0026amp; Formal Meetings\u003c\/h4\u003e\n          \u003cp\u003eTuck this pink shirt into dark high-waisted tailored trousers or a pencil skirt, paired with heels for an authoritative yet feminine look.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e☕ Brunch \u0026amp; Casual Outings\u003c\/h4\u003e\n          \u003cp\u003eMatch with light-wash denim jeans and chic loafers or flats for an effortless, graceful weekend brunch style.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e✨ Smart Casual Events\u003c\/h4\u003e\n          \u003cp\u003eCombine with a pleated midi skirt or white wide-leg trousers and minimal jewelry for a refined, head-turning ensemble.\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\u003eMachine wash gentle or hand wash with care\u003c\/li\u003e\n            \u003cli\u003eWash separately or with similar colors\u003c\/li\u003e\n            \u003cli\u003eDry in shade to maintain color brilliance\u003c\/li\u003e\n            \u003cli\u003eIron on low heat setting for a crisp drape\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 use harsh bleach\u003c\/li\u003e\n            \u003cli\u003eAvoid wringing or twisting forcefully\u003c\/li\u003e\n            \u003cli\u003eAvoid drying directly under 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. 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":"PEACH \/ S","offer_id":51426811936804,"sku":"RL36-WSRTCLR3\/4-PCH-36","price":599.0,"currency_code":"INR","in_stock":true},{"title":"PEACH \/ M","offer_id":51426811969572,"sku":"RL36-WSRTCLR3\/4-PCH-38","price":599.0,"currency_code":"INR","in_stock":true},{"title":"PEACH \/ L","offer_id":51426812002340,"sku":"RL36-WSRTCLR3\/4-PCH-40","price":599.0,"currency_code":"INR","in_stock":true},{"title":"PEACH \/ XL","offer_id":51426812035108,"sku":"RL36-WSRTCLR3\/4-PCH-42","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Shirt-2_c949ff2a-e263-42c1-8fd6-97cd795b894c.jpg?v=1788946287"},{"product_id":"ray-light-women-s-solid-formal-shirt-black-viscose-rayon-fabric-3-4th-sleeves","title":"Ray Light Women’s Solid Formal Shirt – Black | Viscose Rayon Fabric | 3\/4th Sleeves","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 ✨ Elegant \u0026amp; Minimal Collection \u003c\/span\u003e\n      \u003ch2\u003eEffortless Sophistication \u0026amp; Premium Comfort\u003c\/h2\u003e\n      \u003cp\u003eAdd effortless sophistication to your wardrobe with this elegant black formal shirt crafted from premium viscose rayon fabric. Designed with a sleek collared neckline and stylish 3\/4th sleeves, this shirt offers a refined and polished look perfect for office wear, business meetings, casual outings, and evening styling. The soft, lightweight fabric ensures superior comfort while maintaining a graceful drape and modern silhouette.\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 Timeless Black Classic\u003c\/h3\u003e\n          \u003cp\u003eSleek style meets lightweight luxury. Experience the smooth feel of soft viscose rayon styled in a classic solid black silhouette, tailored for work, corporate events, and evening occasions.\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e✔ Premium Viscose Rayon: Smooth, breathable \u0026amp; lightweight for all-day comfort\u003c\/li\u003e\n            \u003cli\u003e✔ Elegant Solid Black Design: Creates a sleek, timeless, and graceful drape\u003c\/li\u003e\n            \u003cli\u003e✔ Sleek Shirt Collar: Adds a polished and sharp formal look\u003c\/li\u003e\n            \u003cli\u003e✔ Versatile Styling: Pairs seamlessly with trousers, skirts, and jeans\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        \u003ch4\u003eViscose Rayon Fabric\u003c\/h4\u003e\n        \u003cp\u003eCrafted with premium soft viscose rayon fabric, ensuring a smooth, breathable texture and graceful drape.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e🖤\u003c\/div\u003e\n        \u003ch4\u003eSolid Black Elegance\u003c\/h4\u003e\n        \u003cp\u003eA minimalist solid black color designed to make a sophisticated and versatile style statement.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👔\u003c\/div\u003e\n        \u003ch4\u003eSleek Collared Neck\u003c\/h4\u003e\n        \u003cp\u003eClassic shirt collar with front button closure adds a clean, professional finish to your silhouette.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch4\u003eStylish 3\/4th Sleeves\u003c\/h4\u003e\n        \u003cp\u003eDesigned with stylish 3\/4th sleeves offering perfect balance between comfort and modern charm.\u003c\/p\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 Formal Shirt\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 Solid\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Black\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eNeckline:\u003c\/strong\u003e Shirt Collar\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cul class=\"rl-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSleeve Length:\u003c\/strong\u003e 3\/4th Sleeves\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Front Button Closure\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular Fit\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Elegant \u0026amp; Minimal\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eOccasion:\u003c\/strong\u003e Formal, Casual, Office Wear\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1 × Women’s Solid Black Formal Shirt\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 Formal \u0026amp; Casual Edit\u003c\/h3\u003e\n      \u003cdiv class=\"rl-style-grid\"\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e💼 Office \u0026amp; Business Meetings\u003c\/h4\u003e\n          \u003cp\u003eTuck into tailored formal trousers or a pencil skirt paired with classic pumps for a sharp, powerful corporate look.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e☕ Smart Casual Outings\u003c\/h4\u003e\n          \u003cp\u003ePair with light or dark blue denim jeans and stylish loafers or flats for an effortless weekend or evening ensemble.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e🌙 Evening \u0026amp; Events Styling\u003c\/h4\u003e\n          \u003cp\u003eCombine with a pleated skirt, bold statement jewelry, and high heels for an elegant, dinner-ready modern outfit.\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 Instructions\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 wash gentle or gentle hand wash\u003c\/li\u003e\n            \u003cli\u003eWash dark colors separately to maintain fabric depth\u003c\/li\u003e\n            \u003cli\u003eIron on low heat setting\u003c\/li\u003e\n            \u003cli\u003eDry in shade to preserve color intensity and texture\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\u003eAvoid exposing to high heat while ironing\u003c\/li\u003e\n            \u003cli\u003eDo not dry directly under 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 lighting conditions during photography and screen brightness settings.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"RAY LIGHT","offers":[{"title":"BLACK \/ S","offer_id":51426812067876,"sku":"RL37-WSRTCLR3\/4-BLK-36","price":599.0,"currency_code":"INR","in_stock":true},{"title":"BLACK \/ M","offer_id":51426812100644,"sku":"RL37-WSRTCLR3\/4-BLK-38","price":599.0,"currency_code":"INR","in_stock":true},{"title":"BLACK \/ L","offer_id":51426812133412,"sku":"RL37-WSRTCLR3\/4-BLK-40","price":599.0,"currency_code":"INR","in_stock":true},{"title":"BLACK \/ XL","offer_id":51426812166180,"sku":"RL37-WSRTCLR3\/4-BLK-42","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Black-1_911f4ac0-2854-4f43-a0f4-edeec47dd396.jpg?v=1788946411"},{"product_id":"ray-light-women-s-elegant-solid-shirt-white-viscose-rayon-fabric-3-4th-sleeves","title":"Ray Light Women’s Elegant Solid Shirt – White | Viscose Rayon Fabric | 3\/4th Sleeves","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 ✨ Elegant Minimalist Collection \u003c\/span\u003e\n      \u003ch2\u003eTimeless Sophistication \u0026amp; Effortless Elegance\u003c\/h2\u003e\n      \u003cp\u003eBring timeless sophistication to your wardrobe with this elegant white solid shirt crafted from premium viscose rayon fabric. Designed with a sleek collared neckline and stylish 3\/4th sleeves, this shirt offers a refined and graceful look suitable for office wear, formal meetings, brunch outings, or everyday smart styling. The lightweight and smooth fabric provides exceptional comfort while maintaining a polished appearance throughout the day.\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 Essential White Classic\u003c\/h3\u003e\n          \u003cp\u003eCasual ease meets polished refinement. Experience the smooth, breathable feel of premium viscose rayon styled in a clean solid white, tailored for office, formal meetings, brunch, and daily wear.\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e✔ Premium Viscose Rayon: Soft, lightweight \u0026amp; ultra-smooth for all-day comfort\u003c\/li\u003e\n            \u003cli\u003e✔ Elegant Solid White Design: A crisp, minimalist aesthetic that never goes out of style\u003c\/li\u003e\n            \u003cli\u003e✔ Stylish Collared Neck: Adds a sharp, professional, and graceful finish\u003c\/li\u003e\n            \u003cli\u003e✔ Versatile Styling: Pairs effortlessly with skirts, trousers, and denim\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        \u003ch4\u003ePremium Viscose Rayon\u003c\/h4\u003e\n        \u003cp\u003eMade with high-grade breathable rayon, providing a lightweight, ultra-smooth, and drape-friendly drape.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e💎\u003c\/div\u003e\n        \u003ch4\u003eElegant Solid White\u003c\/h4\u003e\n        \u003cp\u003eA pristine white aesthetic that offers a crisp, versatile, and sophisticated minimalist look.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e👔\u003c\/div\u003e\n        \u003ch4\u003eSleek Shirt Collar\u003c\/h4\u003e\n        \u003cp\u003eA classic collared neckline with front button detailing adds clean structure and refinement.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rl-feature\"\u003e\n        \u003cdiv class=\"rl-icon\"\u003e✨\u003c\/div\u003e\n        \u003ch4\u003eStylish 3\/4th Sleeves\u003c\/h4\u003e\n        \u003cp\u003eDesigned with elegant 3\/4th sleeves to offer a modern silhouette and effortless movement.\u003c\/p\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 Solid White Shirt\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 Solid\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e White\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eNeckline:\u003c\/strong\u003e Shirt Collar\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cul class=\"rl-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSleeves:\u003c\/strong\u003e 3\/4th Sleeves\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eClosure:\u003c\/strong\u003e Front Button Closure\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Regular Fit\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Elegant Minimalist\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eOccasion:\u003c\/strong\u003e Office Wear, Casual, Formal\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1 × Women’s Solid White Shirt\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💼 Office \u0026amp; Formal Wear\u003c\/h4\u003e\n          \u003cp\u003ePair with tailored high-waisted trousers or a sleek pencil skirt and heels for a polished, corporate appearance.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e☕ Casual \u0026amp; Brunch Outings\u003c\/h4\u003e\n          \u003cp\u003eTuck into high-waisted denim jeans or a flared midi skirt with loafers or flat sandals for a graceful weekend vibe.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rl-style-card\"\u003e\n          \u003ch4\u003e✨ Everyday Smart Styling\u003c\/h4\u003e\n          \u003cp\u003eWear it untucked over slim-fit bottoms with subtle jewelry for a clean, effortless, everyday minimalist look.\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\u003eMachine wash gentle or hand wash gently\u003c\/li\u003e\n            \u003cli\u003eWash light colors separately to maintain brightness\u003c\/li\u003e\n            \u003cli\u003eDry in shade to protect fabric texture\u003c\/li\u003e\n            \u003cli\u003eIron on low heat for a smooth, wrinkle-free 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 harshly\u003c\/li\u003e\n            \u003cli\u003eAvoid ironing on high temperature\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 conditions or your monitor settings.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"RAY LIGHT","offers":[{"title":"White \/ S","offer_id":51426812264484,"sku":"RL38-WSRTCLR3\/4-WHT-36","price":599.0,"currency_code":"INR","in_stock":true},{"title":"White \/ M","offer_id":51426812297252,"sku":"RL38-WSRTCLR3\/4-WHT-38","price":599.0,"currency_code":"INR","in_stock":true},{"title":"White \/ L","offer_id":51426812330020,"sku":"RL38-WSRTCLR3\/4-WHT-40","price":599.0,"currency_code":"INR","in_stock":true},{"title":"White \/ XL","offer_id":51426812362788,"sku":"RL38-WSRTCLR3\/4-WHT-44","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0776\/0497\/8724\/files\/Shirt-2_e2388255-6d3e-4048-96f1-c6fdceb9942a.jpg?v=1788946599"}],"url":"https:\/\/raylight.in\/collections\/women-s-wear-collection-shop-womens-ethnic-western-fashion-ray-light.oembed","provider":"RAY LIGHT","version":"1.0","type":"link"}