{"product_id":"luxury-6-piece-satin-nightwear-set-with-lace-trim-robe-nighty-camisole-shorts-pyjama-copy-1","title":"Elegant Blush Satin Lounge Wear Set for Women","description":"\u003c!-- SHOPIFY ULTRA-LUXURY SATIN SLEEPWEAR DESCRIPTION START --\u003e\n\u003cdiv class=\"sp-satin-container\"\u003e\n  \u003cstyle\u003e\n    \/* Base Scope Styling *\/\n    .sp-satin-container {\n      font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"Segoe UI\", Roboto, sans-serif;\n      color: #2d232e;\n      max-width: 900px;\n      margin: 0 auto;\n      padding: 12px;\n      box-sizing: border-box;\n      line-height: 1.5;\n    }\n    .sp-satin-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Luxury Header Bar with Live Social Proof *\/\n    .sp-satin-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%, #fff7f3 100%);\n      border: 1px solid #f3e5dc;\n      border-radius: 16px;\n      padding: 14px 20px;\n      margin-bottom: 20px;\n      box-shadow: 0 4px 20px rgba(212, 163, 115, 0.08);\n    }\n    .sp-satin-rating {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      font-size: 14px;\n      font-weight: 700;\n      color: #2d232e;\n    }\n    .sp-satin-stars {\n      color: #d4a373;\n      display: flex;\n      gap: 2px;\n    }\n    .sp-satin-live {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      font-size: 13px;\n      font-weight: 600;\n      color: #8b4513;\n      background: #fdf5e6;\n      padding: 6px 14px;\n      border-radius: 30px;\n      border: 1px solid #f5e1d3;\n    }\n    .sp-dot {\n      width: 8px;\n      height: 8px;\n      background: #e07a5f;\n      border-radius: 50%;\n      box-shadow: 0 0 0 0 rgba(224, 122, 95, 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(224, 122, 95, 0.7); }\n      70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(224, 122, 95, 0); }\n      100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(224, 122, 95, 0); }\n    }\n\n    \/* Romantic Velvet\/Rose Gold Timer Box *\/\n    .sp-satin-timer-card {\n      background: linear-gradient(135deg, #3d2630 0%, #201319 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(61, 38, 48, 0.25);\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: #fceade;\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: #fff;\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: #faf4f0;\n      border: 1px solid #f0e1d7;\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 #e9d5c8;\n      font-size: 13px;\n      font-weight: 600;\n      color: #5c4339;\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: #c18c5d;\n      flex-shrink: 0;\n    }\n\n    \/* Section Headers *\/\n    .sp-heading {\n      font-size: 19px;\n      font-weight: 800;\n      color: #2d232e;\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, #f0e1d7, transparent);\n    }\n\n    \/* Feature Grid - Responsive Cards *\/\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 #f3e5dc;\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: #d4a373;\n      box-shadow: 0 12px 28px rgba(212, 163, 115, 0.15);\n    }\n    .sp-card-icon-box {\n      width: 44px;\n      height: 44px;\n      background: #fdf5e6;\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 14px;\n      color: #c18c5d;\n    }\n    .sp-card-h {\n      font-size: 15.5px;\n      font-weight: 700;\n      color: #2d232e;\n      margin-bottom: 6px;\n    }\n    .sp-card-p {\n      font-size: 13px;\n      color: #6a5961;\n      line-height: 1.55;\n    }\n\n    \/* STYLISH SIZE GUIDE SECTION *\/\n    .sp-size-box {\n      background: #ffffff;\n      border: 1px solid #f3e5dc;\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: #2d232e;\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: #fdf5e6;\n      color: #8b4513;\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 #f8ebe3;\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: #faf4f0;\n      color: #4a3a41;\n      font-weight: 700;\n      padding: 12px 14px;\n      border-bottom: 2px solid #eedcd1;\n    }\n    .sp-size-table td {\n      padding: 12px 14px;\n      border-bottom: 1px solid #f8ebe3;\n      color: #6a5961;\n      font-weight: 500;\n    }\n    .sp-size-table tr:hover td {\n      background: #fff8f5;\n      color: #b07240;\n      font-weight: 600;\n    }\n    .sp-size-tip {\n      font-size: 12.5px;\n      color: #6a5961;\n      margin-top: 14px;\n      background: #faf4f0;\n      padding: 10px 14px;\n      border-radius: 8px;\n      border-left: 3px solid #c18c5d;\n    }\n\n    \/* Responsive Adjustments *\/\n    @media (max-width: 640px) {\n      .sp-satin-topbar, .sp-satin-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-satin-topbar\"\u003e\n    \u003cdiv class=\"sp-satin-rating\"\u003e\n      \u003cdiv class=\"sp-satin-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:#a38f98; font-weight:400;\"\u003e(2,140 Verified Reviews)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sp-satin-live\"\u003e\n      \u003cspan class=\"sp-dot\"\u003e\u003c\/span\u003e\n      \u003cspan id=\"sp-satin-visitors-count\"\u003e34 women\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-satin-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👑 Exclusive Bridal \u0026amp; Luxury Discount Ends In:\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sp-timer-clock\" id=\"sp-satin-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\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        100% Premium Satin Silk 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=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Complete 5-Piece Luxurious Set\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        Discreet \u0026amp; Safe Packaging\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\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        100% Premium Satin Silk 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=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Complete 5-Piece Luxurious Set\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        Discreet \u0026amp; Safe Packaging\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 Fall In Love With This 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\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-card-h\"\u003eUltra-Soft Satin Silk\u003c\/div\u003e\n      \u003cdiv class=\"sp-card-p\"\u003eCrafted from feather-light, butter-soft satin that glides effortlessly on your skin for an ultra-comfortable sleep experience.\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\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\"\u003eIntricate French Lace Trims\u003c\/div\u003e\n      \u003cdiv class=\"sp-card-p\"\u003eAdorned with delicate scalloped lace detailing along the neckline, sleeves, and hem for an elegant, feminine aesthetic.\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\"\u003eVersatile 5-Piece Combo\u003c\/div\u003e\n      \u003cdiv class=\"sp-card-p\"\u003eIncludes 1 Belted Robe, 1 Slip Nightgown, 1 Cami Top, 1 Shorts, and 1 Long Pyjama Trousers + Removable Pads!\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\"\u003eRemovable Chest Padding\u003c\/div\u003e\n      \u003cdiv class=\"sp-card-p\"\u003eIncludes soft insertable pads for natural shape, privacy, and extra confidence while lounging around the house.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SIZE GUIDE SECTION --\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 Nightwear Size Chart (Inches)\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-fit-tag\"\u003eFit Type: Relaxed \u0026amp; Adjustable\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\u003c\/th\u003e\n            \u003cth\u003eBust Size\u003c\/th\u003e\n            \u003cth\u003eWaist (Elastic)\u003c\/th\u003e\n            \u003cth\u003eHip Size\u003c\/th\u003e\n            \u003cth\u003eRobe Length\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eFree Size (M\/L)\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e32\" - 36\"\u003c\/td\u003e\n            \u003ctd\u003e26\" - 32\"\u003c\/td\u003e\n            \u003ctd\u003e36\" - 40\"\u003c\/td\u003e\n            \u003ctd\u003e35.5\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eXL \/ XXL\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e36\" - 40\"\u003c\/td\u003e\n            \u003ctd\u003e32\" - 36\"\u003c\/td\u003e\n            \u003ctd\u003e40\" - 44\"\u003c\/td\u003e\n            \u003ctd\u003e36.5\"\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 Tip:\u003c\/strong\u003e The Spaghetti Cami Top \u0026amp; Nighty feature \u003cstrong\u003eadjustable shoulder straps\u003c\/strong\u003e, and the trousers\/shorts come with a high-stretch elastic waistband for comfort.\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_satin_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-satin-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 = 25, maxVal = 48;\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-satin-visitors-count');\n        if (target) target.innerText = count + ' women';\n      }\n      setInterval(updateLiveCount, 4000);\n    });\n  \u003c\/script\u003e\n\u003c\/div\u003e\n\u003c!-- SHOPIFY ULTRA-LUXURY SATIN SLEEPWEAR DESCRIPTION END --\u003e","brand":"store","offers":[{"title":"s","offer_id":50185373581569,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true},{"title":"m","offer_id":50185373614337,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true},{"title":"l","offer_id":50185373647105,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true},{"title":"xl","offer_id":50185373679873,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true},{"title":"2xl","offer_id":50185373712641,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true},{"title":"3xl","offer_id":50185373745409,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true},{"title":"4xl","offer_id":50185373778177,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0836\/0699\/5201\/files\/8Ycd1y8FUHsc2SnvA7tkRo.png?v=1786635317","url":"https:\/\/lovlle.online\/products\/luxury-6-piece-satin-nightwear-set-with-lace-trim-robe-nighty-camisole-shorts-pyjama-copy-1","provider":"My Store","version":"1.0","type":"link"}