{"product_id":"women-warm-fleece-body-warmer-body-inner-sleeveless-body-shaper","title":"Women Warm Fleece Body Warmer Body Inner Sleeveless Body Shaper","description":"\u003cstyle\u003e\n\/* --- GLOBAL WRAP --- *\/\n.sw-wrap{\n  font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n  width:100%;\n  max-width:800px;\n  margin:0 auto;\n  color:#111;\n  line-height:1.6;\n  font-size:15px;\n}\n\n\/* --- OFFER STRIP --- *\/\n.sw-offer-strip{\n  background:#111827;\n  color:#f9fafb;\n  padding:10px 14px;\n  text-align:center;\n  font-size:13px;\n  font-weight:600;\n  letter-spacing:.3px;\n  border-radius:10px;\n  margin:0 0 10px;\n}\n\n\/* --- COUNTDOWN --- *\/\n.countdown-box{\n  background:#d50000;\n  color:#fff;\n  text-align:center;\n  padding:14px;\n  border-radius:12px;\n  font-size:18px;\n  font-weight:800;\n  margin:10px 0 16px;\n  box-shadow:0 3px 10px rgba(255,0,0,0.3);\n}\n#countdown-timer{font-weight:900;font-size:20px;}\n\n\/* --- TRUST BAR ICONS --- *\/\n.sw-trust-bar{\n  display:flex;\n  flex-wrap:wrap;\n  gap:10px;\n  margin:8px 0 4px;\n}\n.sw-trust-item{\n  flex:1 1 140px;\n  display:flex;\n  align-items:center;\n  gap:8px;\n  font-size:12px;\n  font-weight:600;\n  background:#f9fafb;\n  border-radius:999px;\n  border:1px solid #e5e7eb;\n  padding:6px 10px;\n}\n.sw-trust-icon{font-size:16px;}\n\n\/* --- HEADER BADGE --- *\/\n.sw-badge{\n  display:inline-block;\n  background:#fff1f7;\n  color:#c2185b;\n  padding:4px 12px;\n  border-radius:999px;\n  font-size:12px;\n  font-weight:700;\n  margin-bottom:8px;\n}\n.sw-title{font-size:24px;font-weight:800;margin:4px 0 6px;}\n.sw-subtitle{font-size:15px;color:#444;margin-bottom:14px;}\n\n\/* --- HIGHLIGHT BOX --- *\/\n.sw-highlight-box{\n  background:#fff7fb;\n  border-radius:16px;\n  border:1px solid #ffd6ea;\n  padding:16px 16px 14px;\n  margin-bottom:16px;\n  box-shadow:0 2px 14px rgba(0,0,0,.03);\n}\n.sw-highlight-box h3{\n  font-size:17px;\n  margin:0 0 8px;\n  color:#b0124a;\n  font-weight:700;\n}\n.sw-list{\n  list-style:none;\n  padding-left:0;\n  margin:8px 0;\n}\n.sw-list li{\n  margin:6px 0;\n  padding-left:22px;\n  position:relative;\n  font-size:14px;\n}\n.sw-list li::before{\n  content:\"✔\";\n  position:absolute;\n  left:0;\n  top:0;\n  font-size:13px;\n  color:#d81b60;\n  font-weight:bold;\n}\n\n\/* --- 2-COLUMN CARDS --- *\/\n.sw-flex-2{\n  display:flex;\n  gap:12px;\n  flex-wrap:wrap;\n  margin:0 -4px 14px;\n}\n.sw-card{\n  flex:1 1 170px;\n  min-width:0;\n  background:#ffffff;\n  border-radius:16px;\n  border:1px solid #f3e5f5;\n  padding:12px;\n  box-shadow:0 3px 10px rgba(0,0,0,.02);\n  margin:4px;\n}\n.sw-card h4{\n  font-size:15px;\n  margin:0 0 6px;\n  color:#7b1fa2;\n  font-weight:700;\n}\n.sw-card p{\n  margin:0;\n  font-size:14px;\n  color:#444;\n}\n\n\/* --- TAGS --- *\/\n.sw-tag-row{\n  margin-top:8px;\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n}\n.sw-tag{\n  font-size:11px;\n  padding:4px 10px;\n  border-radius:999px;\n  border:1px dashed #f8bbd0;\n  background:#fff9fc;\n  color:#b0124a;\n  font-weight:600;\n}\n\n\/* --- BADGE ROW --- *\/\n.sw-badges-row{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:6px;\n}\n.sw-badge-box{\n  flex:1 1 130px;\n  background:#e8f5e9;\n  color:#2e7d32;\n  font-weight:700;\n  font-size:12px;\n  border-radius:999px;\n  border:1px solid #c8e6c9;\n  padding:8px;\n  text-align:center;\n}\n\n\/* --- FAQ --- *\/\n.sw-faq-item{\n  border-bottom:1px solid #f1e4f5;\n  padding:8px 0;\n}\n.sw-faq-q{\n  font-weight:700;\n  font-size:14px;\n  color:#7b1fa2;\n  margin-bottom:2px;\n}\n.sw-faq-a{\n  font-size:14px;\n  color:#444;\n}\n\n\/* MOBILE *\/\n@media (max-width:600px){\n  .sw-title{font-size:21px;}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"sw-wrap\"\u003e\n\u003c!-- TOP STRIP --\u003e\n\u003cdiv class=\"sw-offer-strip\"\u003e✨ Exclusive Deal: Soft • Warm • Lightweight Fleece Inner\u003c\/div\u003e\n\u003c!-- COUNTDOWN --\u003e\u003cscript\u003e\n(function(){\n  function startCountdown() {\n    var end = new Date().getTime() + 3600*1000;\n    function updateTimer(){\n      var now = new Date().getTime();\n      var diff = end - now;\n      if(diff \u003c 0){\n        end = new Date().getTime() + 3600*1000;\n        diff = end - now;\n      }\n      var h = Math.floor((diff\/(1000*60*60))%24);\n      var m = Math.floor((diff\/(1000*60))%60);\n      var s = Math.floor((diff\/1000)%60);\n      document.getElementById(\"countdown-timer\").innerHTML =\n        (h\u003c10?\"0\"+h:h)+\":\"+(m\u003c10?\"0\"+m:m)+\":\"+(s\u003c10?\"0\"+s:s);\n      setTimeout(updateTimer, 1000);\n    }\n    updateTimer();\n  }\n  startCountdown();\n})();\n\u003c\/script\u003e \u003c!-- TRUST BAR --\u003e\n\u003cdiv class=\"sw-trust-bar\"\u003e\n\u003cdiv class=\"sw-trust-item\"\u003e\n\u003cspan class=\"sw-trust-icon\"\u003e🚚\u003c\/span\u003eFast Delivery\u003c\/div\u003e\n\u003cdiv class=\"sw-trust-item\"\u003e\n\u003cspan class=\"sw-trust-icon\"\u003e💵\u003c\/span\u003eCash on Delivery\u003c\/div\u003e\n\u003cdiv class=\"sw-trust-item\"\u003e\n\u003cspan class=\"sw-trust-icon\"\u003e🛡️\u003c\/span\u003eSecure Shopping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TITLE --\u003e\n\u003cdiv class=\"sw-badge\"\u003eSoft • Stretchable • Fleece Inner\u003c\/div\u003e\n\u003ch2 class=\"sw-title\"\u003eWomen Warm Fleece Body Warmer (Sleeveless)\u003c\/h2\u003e\n\u003cdiv class=\"sw-subtitle\"\u003eA soft, cozy fleece inner designed for everyday layering. Lightweight, sleeveless, and comfortable to wear under any outfit.\u003c\/div\u003e\n\u003c!-- HIGHLIGHT POINTS --\u003e\n\u003cdiv class=\"sw-highlight-box\"\u003e\n\u003cul class=\"sw-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSoft Fleece Fabric:\u003c\/strong\u003e Gentle, cozy texture for everyday comfort.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSleeveless Design:\u003c\/strong\u003e Easy to layer under shirts, tops, and cardigans.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLightweight Feel:\u003c\/strong\u003e Adds warmth without any bulk.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStretchable Fit:\u003c\/strong\u003e Flexible material that adapts to your body comfortably.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNeat Look:\u003c\/strong\u003e Smooth appearance under clothing.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- CARDS --\u003e\n\u003cdiv class=\"sw-flex-2\"\u003e\n\u003cdiv class=\"sw-card\"\u003e\n\u003ch4\u003eWhy You’ll Love It\u003c\/h4\u003e\n\u003cp\u003eSoft fleece, easy layering, and a lightweight feel make this the perfect everyday inner.\u003c\/p\u003e\n\u003cdiv class=\"sw-tag-row\"\u003e\n\u003cspan class=\"sw-tag\"\u003eSoft Feel\u003c\/span\u003e \u003cspan class=\"sw-tag\"\u003eDaily Wear\u003c\/span\u003e \u003cspan class=\"sw-tag\"\u003eEasy Layering\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sw-card\"\u003e\n\u003ch4\u003eFeels Like\u003c\/h4\u003e\n\u003cp\u003eA light, smooth inner layer that keeps you comfortable throughout the day.\u003c\/p\u003e\n\u003cdiv class=\"sw-tag-row\"\u003e\n\u003cspan class=\"sw-tag\"\u003eCozy Fabric\u003c\/span\u003e \u003cspan class=\"sw-tag\"\u003eStretch Fit\u003c\/span\u003e \u003cspan class=\"sw-tag\"\u003eLight Layer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BADGES --\u003e\n\u003cdiv class=\"sw-highlight-box\"\u003e\n\u003ch3\u003e🛡️ Shop With Confidence\u003c\/h3\u003e\n\u003cdiv class=\"sw-badges-row\"\u003e\n\u003cdiv class=\"sw-badge-box\"\u003eCash on Delivery\u003c\/div\u003e\n\u003cdiv class=\"sw-badge-box\"\u003eHygienic Packing\u003c\/div\u003e\n\u003cdiv class=\"sw-badge-box\"\u003eQuality Checked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"sw-highlight-box\"\u003e\n\u003ch3\u003e❓ FAQ\u003c\/h3\u003e\n\u003cdiv class=\"sw-faq-item\"\u003e\n\u003cdiv class=\"sw-faq-q\"\u003eQ: Is it suitable for daily wear?\u003c\/div\u003e\n\u003cdiv class=\"sw-faq-a\"\u003eYes, it is designed for everyday, comfortable layering.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sw-faq-item\"\u003e\n\u003cdiv class=\"sw-faq-q\"\u003eQ: Is the fabric stretchable?\u003c\/div\u003e\n\u003cdiv class=\"sw-faq-a\"\u003eYes, the material is flexible and provides a smooth fit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sw-faq-item\"\u003e\n\u003cdiv class=\"sw-faq-q\"\u003eQ: Does it feel heavy?\u003c\/div\u003e\n\u003cdiv class=\"sw-faq-a\"\u003eNo, it is lightweight and gives a clean look under clothing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"sw-highlight-box\"\u003e\n\u003ch3\u003e🛒 Get Your Daily Comfort Layer\u003c\/h3\u003e\n\u003cp\u003eSelect your size and enjoy a soft, warm fleece inner that is perfect for everyday outfits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ShoppingWears","offers":[{"title":"Pack OF 2 \/ Black \/ M\/L","offer_id":53922647966001,"sku":null,"price":3099.0,"currency_code":"PKR","in_stock":true},{"title":"Pack OF 2 \/ Black \/ XL\/XXL","offer_id":53922647998769,"sku":null,"price":3099.0,"currency_code":"PKR","in_stock":true},{"title":"Pack OF 2 \/ Beige \/ M\/L","offer_id":53922648031537,"sku":null,"price":3499.0,"currency_code":"PKR","in_stock":true},{"title":"Pack OF 2 \/ Beige \/ XL\/XXL","offer_id":53922648064305,"sku":null,"price":3499.0,"currency_code":"PKR","in_stock":true},{"title":"Pack OF 1 \/ Black \/ M\/L","offer_id":53922648097073,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"Pack OF 1 \/ Black \/ XL\/XXL","offer_id":53922648129841,"sku":null,"price":2099.0,"currency_code":"PKR","in_stock":true},{"title":"Pack OF 1 \/ Beige \/ M\/L","offer_id":53922648162609,"sku":null,"price":2499.0,"currency_code":"PKR","in_stock":true},{"title":"Pack OF 1 \/ Beige \/ XL\/XXL","offer_id":53922648195377,"sku":null,"price":2499.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0986\/3436\/7281\/files\/rZaocyE6aamNGc7PRczniXQU-396cd092-580b-4adf-a32f-5112aa336aba.webp?v=1777054494","url":"https:\/\/andazz.shop\/products\/women-warm-fleece-body-warmer-body-inner-sleeveless-body-shaper","provider":"Andaaz","version":"1.0","type":"link"}