{"product_id":"✨-zanivah-luxeease™-co-ord-lounge-set-td-1","title":"✨ Zanivah LuxeEase™ Co-Ord Lounge Set (TD-1)","description":"\u003c!-- SHOPIFY ULTRA-PREMIUM OMBRE CO-ORD SET DESCRIPTION START --\u003e\n\u003cdiv class=\"sp-coord-container\"\u003e\n  \u003cstyle\u003e\n    \/* Scope Base Styling *\/\n    .sp-coord-container {\n      font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"Segoe UI\", Roboto, sans-serif;\n      color: #1e1b1e;\n      max-width: 900px;\n      margin: 0 auto;\n      padding: 12px;\n      box-sizing: border-box;\n      line-height: 1.5;\n    }\n    .sp-coord-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Gradient Header Bar with Live Social Proof *\/\n    .sp-coord-topbar {\n      display: flex;\n      flex-wrap: wrap;\n      align-items: center;\n      justify-content: space-between;\n      gap: 12px;\n      background: linear-gradient(135deg, #ffffff 0%, #fdf2f8 100%);\n      border: 1px solid #fbcfe8;\n      border-radius: 16px;\n      padding: 14px 20px;\n      margin-bottom: 20px;\n      box-shadow: 0 4px 20px rgba(236, 72, 153, 0.06);\n    }\n    .sp-coord-rating {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      font-size: 14px;\n      font-weight: 700;\n      color: #1e1b1e;\n    }\n    .sp-coord-stars {\n      color: #f59e0b;\n      display: flex;\n      gap: 2px;\n    }\n    .sp-coord-live {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      font-size: 13px;\n      font-weight: 600;\n      color: #9d174d;\n      background: #fce7f3;\n      padding: 6px 14px;\n      border-radius: 30px;\n      border: 1px solid #fbcfe8;\n    }\n    .sp-dot {\n      width: 8px;\n      height: 8px;\n      background: #ec4899;\n      border-radius: 50%;\n      box-shadow: 0 0 0 0 rgba(236, 72, 153, 0.7);\n      animation: sp-pulse-glow 1.8s infinite;\n    }\n    @keyframes sp-pulse-glow {\n      0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(236, 72, 153, 0.7); }\n      70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(236, 72, 153, 0); }\n      100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(236, 72, 153, 0); }\n    }\n\n    \/* Elegant Dark-Plum Timer Box *\/\n    .sp-coord-timer-card {\n      background: linear-gradient(135deg, #2a1b28 0%, #170d16 100%);\n      color: #ffffff;\n      border-radius: 16px;\n      padding: 16px 22px;\n      margin-bottom: 22px;\n      display: flex;\n      flex-wrap: wrap;\n      align-items: center;\n      justify-content: space-between;\n      gap: 12px;\n      box-shadow: 0 10px 25px rgba(42, 27, 40, 0.22);\n    }\n    .sp-timer-label {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      font-size: 15px;\n      font-weight: 600;\n      letter-spacing: 0.3px;\n      color: #fbcfe8;\n    }\n    .sp-timer-clock {\n      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n      font-size: 20px;\n      font-weight: 800;\n      background: rgba(255, 255, 255, 0.12);\n      padding: 6px 16px;\n      border-radius: 10px;\n      border: 1px solid rgba(255, 255, 255, 0.22);\n      color: #ffffff;\n      letter-spacing: 1px;\n    }\n\n    \/* Auto Endless Horizontal Scroll Badges *\/\n    .sp-marquee-wrapper {\n      overflow: hidden;\n      white-space: nowrap;\n      position: relative;\n      width: 100%;\n      background: #fdf2f8;\n      border: 1px solid #fbcfe8;\n      border-radius: 14px;\n      padding: 12px 0;\n      margin-bottom: 28px;\n      mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);\n      -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);\n    }\n    .sp-marquee-track {\n      display: inline-flex;\n      gap: 14px;\n      animation: sp-scroll 24s linear infinite;\n    }\n    .sp-marquee-wrapper:hover .sp-marquee-track {\n      animation-play-state: paused;\n    }\n    @keyframes sp-scroll {\n      0% { transform: translateX(0); }\n      100% { transform: translateX(-50%); }\n    }\n    .sp-badge-pill {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: #ffffff;\n      padding: 9px 18px;\n      border-radius: 40px;\n      border: 1px solid #f472b6;\n      font-size: 13px;\n      font-weight: 600;\n      color: #831843;\n      box-shadow: 0 2px 8px rgba(0,0,0,0.02);\n      white-space: nowrap;\n    }\n    .sp-badge-pill svg {\n      width: 17px;\n      height: 17px;\n      color: #ec4899;\n      flex-shrink: 0;\n    }\n\n    \/* Section Headers *\/\n    .sp-heading {\n      font-size: 19px;\n      font-weight: 800;\n      color: #1e1b1e;\n      margin: 28px 0 16px 0;\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      letter-spacing: -0.3px;\n    }\n    .sp-heading::after {\n      content: \"\";\n      flex: 1;\n      height: 2px;\n      background: linear-gradient(to right, #fbcfe8, transparent);\n    }\n\n    \/* Feature Grid - Responsive *\/\n    .sp-features-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 16px;\n      margin-bottom: 28px;\n    }\n    .sp-feature-card {\n      background: #ffffff;\n      border: 1px solid #fbcfe8;\n      border-radius: 14px;\n      padding: 20px;\n      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n      box-shadow: 0 2px 10px rgba(0,0,0,0.02);\n    }\n    .sp-feature-card:hover {\n      transform: translateY(-4px);\n      border-color: #ec4899;\n      box-shadow: 0 12px 28px rgba(236, 72, 153, 0.12);\n    }\n    .sp-card-icon-box {\n      width: 44px;\n      height: 44px;\n      background: #fce7f3;\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 14px;\n      color: #db2777;\n    }\n    .sp-card-h {\n      font-size: 15.5px;\n      font-weight: 700;\n      color: #1e1b1e;\n      margin-bottom: 6px;\n    }\n    .sp-card-p {\n      font-size: 13px;\n      color: #705868;\n      line-height: 1.55;\n    }\n\n    \/* STYLISH SIZE GUIDE SECTION *\/\n    .sp-size-box {\n      background: #ffffff;\n      border: 1px solid #fbcfe8;\n      border-radius: 16px;\n      padding: 20px;\n      margin-bottom: 28px;\n      box-shadow: 0 4px 18px rgba(0,0,0,0.02);\n    }\n    .sp-size-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      margin-bottom: 16px;\n      flex-wrap: wrap;\n      gap: 10px;\n    }\n    .sp-size-title {\n      font-size: 16px;\n      font-weight: 700;\n      color: #1e1b1e;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n    .sp-fit-tag {\n      font-size: 12px;\n      font-weight: 600;\n      background: #fce7f3;\n      color: #9d174d;\n      padding: 4px 10px;\n      border-radius: 20px;\n    }\n    .sp-table-scroll {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      border-radius: 12px;\n      border: 1px solid #fce7f3;\n    }\n    .sp-size-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: center;\n      font-size: 13.5px;\n      min-width: 480px;\n    }\n    .sp-size-table th {\n      background: #fdf2f8;\n      color: #831843;\n      font-weight: 700;\n      padding: 12px 14px;\n      border-bottom: 2px solid #fbcfe8;\n    }\n    .sp-size-table td {\n      padding: 12px 14px;\n      border-bottom: 1px solid #fce7f3;\n      color: #523b49;\n      font-weight: 500;\n    }\n    .sp-size-table tr:hover td {\n      background: #fdf2f8;\n      color: #db2777;\n      font-weight: 600;\n    }\n    .sp-size-tip {\n      font-size: 12.5px;\n      color: #705868;\n      margin-top: 14px;\n      background: #fdf2f8;\n      padding: 10px 14px;\n      border-radius: 8px;\n      border-left: 3px solid #ec4899;\n    }\n\n    \/* Responsive Breakpoints *\/\n    @media (max-width: 640px) {\n      .sp-coord-topbar, .sp-coord-timer-card {\n        flex-direction: column;\n        align-items: flex-start;\n      }\n      .sp-timer-clock {\n        width: 100%;\n        text-align: center;\n      }\n      .sp-heading {\n        font-size: 17px;\n      }\n      .sp-size-box {\n        padding: 14px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- LIVE PROOF TOP BAR --\u003e\n  \u003cdiv class=\"sp-coord-topbar\"\u003e\n    \u003cdiv class=\"sp-coord-rating\"\u003e\n      \u003cdiv class=\"sp-coord-stars\"\u003e\n        \u003csvg width=\"16\" height=\"16\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003csvg width=\"16\" height=\"16\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003csvg width=\"16\" height=\"16\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003csvg width=\"16\" height=\"16\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003csvg width=\"16\" height=\"16\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cspan\u003e4.9 \/ 5.0 Rating\u003c\/span\u003e\n      \u003cspan style=\"color:#9d8b97; font-weight:400;\"\u003e(1,890 Verified Reviews)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sp-coord-live\"\u003e\n      \u003cspan class=\"sp-dot\"\u003e\u003c\/span\u003e\n      \u003cspan id=\"sp-coord-visitors-count\"\u003e31 shoppers\u003c\/span\u003e viewing this right now\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PERSISTENT COUNTDOWN TIMER --\u003e\n  \u003cdiv class=\"sp-coord-timer-card\"\u003e\n    \u003cdiv class=\"sp-timer-label\"\u003e\n      \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003cspan\u003e✨ Limited Edition Ombre Set Offer Ends In:\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sp-timer-clock\" id=\"sp-coord-clock\"\u003e29 : 59\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- AUTO INFINITE SCROLL BADGES --\u003e\n  \u003cdiv class=\"sp-marquee-wrapper\"\u003e\n    \u003cdiv class=\"sp-marquee-track\"\u003e\n      \u003c!-- Group 1 --\u003e\n      \u003cdiv class=\"sp-badge-pill\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"1\" y=\"4\" width=\"22\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"1\" y1=\"10\" x2=\"23\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n        Cash On Delivery (COD) Available\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-badge-pill\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n        Exclusive Ombre Dip-Dye Design\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-badge-pill\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Premium Breathable Stretch Fabric\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-badge-pill\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Fast Express Shipping Across India\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-badge-pill\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolyline points=\"23 4 23 10 17 10\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        7-Day Easy Size Exchange\n      \u003c\/div\u003e\n\n      \u003c!-- Duplicate Group 2 for smooth loop --\u003e\n      \u003cdiv class=\"sp-badge-pill\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"1\" y=\"4\" width=\"22\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"1\" y1=\"10\" x2=\"23\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n        Cash On Delivery (COD) Available\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-badge-pill\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n        Exclusive Ombre Dip-Dye Design\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-badge-pill\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Premium Breathable Stretch Fabric\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-badge-pill\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Fast Express Shipping Across India\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-badge-pill\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolyline points=\"23 4 23 10 17 10\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        7-Day Easy Size Exchange\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- KEY FEATURES GRID --\u003e\n  \u003cdiv class=\"sp-heading\"\u003eWhy You'll Love This Co-ord Set\u003c\/div\u003e\n  \u003cdiv class=\"sp-features-grid\"\u003e\n    \u003cdiv class=\"sp-feature-card\"\u003e\n      \u003cdiv class=\"sp-card-icon-box\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-card-h\"\u003ePastel Gradient Ombre\u003c\/div\u003e\n      \u003cdiv class=\"sp-card-p\"\u003eBeautiful soft pink to cream gradient finish that gives a super trendy, high-fashion aesthetic for airport \u0026amp; casual looks.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sp-feature-card\"\u003e\n      \u003cdiv class=\"sp-card-icon-box\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v8M8 12h8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-card-h\"\u003ePremium Stretch Fabric\u003c\/div\u003e\n      \u003cdiv class=\"sp-card-p\"\u003eUltra-smooth cotton blend with light stretch that feels feather-soft on the skin and stays wrinkle-free all day.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sp-feature-card\"\u003e\n      \u003cdiv class=\"sp-card-icon-box\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-card-h\"\u003eEmbroidered Crest Logo\u003c\/div\u003e\n      \u003cdiv class=\"sp-card-p\"\u003eFeatures high-density white embroidered equestrian artwork on the chest and thigh for a luxury designer touch.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sp-feature-card\"\u003e\n      \u003cdiv class=\"sp-card-icon-box\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\"\u003e\u003c\/path\u003e\u003cline x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-card-h\"\u003eChic Polo \u0026amp; Relaxed Pants\u003c\/div\u003e\n      \u003cdiv class=\"sp-card-p\"\u003eComes with a relaxed collared polo tee paired with elastic drawstring straight-leg pants for unmatched comfort.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STYLISH SIZE GUIDE --\u003e\n  \u003cdiv class=\"sp-heading\"\u003eFind Your Perfect Fit\u003c\/div\u003e\n  \u003cdiv class=\"sp-size-box\"\u003e\n    \u003cdiv class=\"sp-size-header\"\u003e\n      \u003cdiv class=\"sp-size-title\"\u003e\n        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M21.3 15.3l-7.6-7.6c-.4-.4-1-.4-1.4 0l-7.6 7.6c-.4.4-.4 1 0 1.4l7.6 7.6c.4.4 1 .4 1.4 0l7.6-7.6c.4-.4.4-1 0-1.4z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Official Co-ord Set Size Chart (Inches)\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-fit-tag\"\u003eFit Type: Relaxed \/ Regular Stretch Fit\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sp-table-scroll\"\u003e\n      \u003ctable class=\"sp-size-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSize Label\u003c\/th\u003e\n            \u003cth\u003eBust Size\u003c\/th\u003e\n            \u003cth\u003eTop Length\u003c\/th\u003e\n            \u003cth\u003eWaist (Elastic)\u003c\/th\u003e\n            \u003cth\u003ePant Length\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eS\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e34\" - 36\"\u003c\/td\u003e\n            \u003ctd\u003e22.0\"\u003c\/td\u003e\n            \u003ctd\u003e26\" - 29\"\u003c\/td\u003e\n            \u003ctd\u003e38.5\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eM\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e36\" - 38\"\u003c\/td\u003e\n            \u003ctd\u003e22.5\"\u003c\/td\u003e\n            \u003ctd\u003e29\" - 31\"\u003c\/td\u003e\n            \u003ctd\u003e39.0\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eL\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e38\" - 40\"\u003c\/td\u003e\n            \u003ctd\u003e23.0\"\u003c\/td\u003e\n            \u003ctd\u003e31\" - 33\"\u003c\/td\u003e\n            \u003ctd\u003e39.5\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eXL\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e40\" - 42\"\u003c\/td\u003e\n            \u003ctd\u003e23.5\"\u003c\/td\u003e\n            \u003ctd\u003e33\" - 35\"\u003c\/td\u003e\n            \u003ctd\u003e40.0\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sp-size-tip\"\u003e\n      💡 \u003cstrong\u003eFit Advice:\u003c\/strong\u003e The trousers feature an elasticated waistband with an adjustable drawstring. Order your regular top size for a standard comfortable fit!\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- JAVASCRIPT LOGIC --\u003e\n  \u003cscript\u003e\n    document.addEventListener(\"DOMContentLoaded\", function() {\n      \/\/ 1. Persistent 30-Minute Timer Logic\n      var TIMER_LENGTH = 30 * 60 * 1000;\n      var storageKey = 'sp_coord_timer_end_v1';\n      var savedEnd = localStorage.getItem(storageKey);\n      var now = Date.now();\n\n      if (!savedEnd || parseInt(savedEnd, 10) \u003c now) {\n        savedEnd = now + TIMER_LENGTH;\n        localStorage.setItem(storageKey, savedEnd);\n      } else {\n        savedEnd = parseInt(savedEnd, 10);\n      }\n\n      function renderTimer() {\n        var diff = savedEnd - Date.now();\n        if (diff \u003c= 0) {\n          savedEnd = Date.now() + TIMER_LENGTH;\n          localStorage.setItem(storageKey, savedEnd);\n          diff = TIMER_LENGTH;\n        }\n        var mins = Math.floor(diff \/ (1000 * 60));\n        var secs = Math.floor((diff % (1000 * 60)) \/ 1000);\n        \n        var clock = document.getElementById('sp-coord-clock');\n        if (clock) {\n          clock.innerText = (mins \u003c 10 ? '0' + mins : mins) + ' : ' + (secs \u003c 10 ? '0' + secs : secs);\n        }\n      }\n      renderTimer();\n      setInterval(renderTimer, 1000);\n\n      \/\/ 2. Natural Live Visitor Counter\n      var minVal = 24, maxVal = 42;\n      var count = Math.floor(Math.random() * (maxVal - minVal + 1)) + minVal;\n\n      function updateLiveCount() {\n        count += (Math.floor(Math.random() * 5) - 2);\n        if (count \u003c minVal) count = minVal + 1;\n        if (count \u003e maxVal) count = maxVal - 1;\n        var target = document.getElementById('sp-coord-visitors-count');\n        if (target) target.innerText = count + ' shoppers';\n      }\n      setInterval(updateLiveCount, 4000);\n    });\n  \u003c\/script\u003e\n\u003c\/div\u003e\n\u003c!-- SHOPIFY ULTRA-PREMIUM OMBRE CO-ORD SET DESCRIPTION END --\u003e","brand":"store","offers":[{"title":"s","offer_id":50185371877633,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true},{"title":"m","offer_id":50185371910401,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true},{"title":"l","offer_id":50185371943169,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true},{"title":"xl","offer_id":50185371975937,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true},{"title":"2xl","offer_id":50185372008705,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true},{"title":"3xl","offer_id":50185372041473,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true},{"title":"4xl","offer_id":50185372074241,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0836\/0699\/5201\/files\/pomelli_catalog_image_0811_2.png?v=1786635315","url":"https:\/\/lovlle.online\/products\/%e2%9c%a8-zanivah-luxeease%e2%84%a2-co-ord-lounge-set-td-1","provider":"My Store","version":"1.0","type":"link"}