{"product_id":"vvs-glow-ice-roller","title":"VVS Glow Ice Roller","description":"\u003csection class=\"vvs-section\"\u003e\n  \u003cdiv class=\"vvs-wrapper\"\u003e\n\n    \u003ch1 class=\"vvs-title\"\u003eTransform Your Skin in Minutes ✨\u003c\/h1\u003e\n    \u003cp class=\"vvs-subtitle\"\u003e\n      Cold therapy, meet your new favourite ritual.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"vvs-card\"\u003e\n      \u003ch2 class=\"vvs-product\"\u003eVVS Glow Ice Roller\u003c\/h2\u003e\n      \u003cp class=\"vvs-desc\"\u003e\n        Visibly refreshed, sculpted, and glowing skin — no expensive facials needed.\n      \u003c\/p\u003e\n\n      \u003cul class=\"vvs-benefits\"\u003e\n        \u003cli\u003e❄️ Depuffs instantly — Bye-bye morning puffiness\u003c\/li\u003e\n        \u003cli\u003e🌸 Soothes \u0026amp; calms — Perfect for redness \u0026amp; post-breakout skin\u003c\/li\u003e\n        \u003cli\u003e💆🏽 Relieves tension — Melt away facial muscle stress\u003c\/li\u003e\n        \u003cli\u003e🩸 Boosts circulation — Natural healthy glow\u003c\/li\u003e\n        \u003cli\u003e🔒 Locks in skincare — Helps serums absorb deeper\u003c\/li\u003e\n        \u003cli\u003e🗿 Lifts \u0026amp; sculpts — Define your jawline over time\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cp class=\"vvs-result\"\u003e\n        Skin that looks \u003cspan\u003eawake\u003c\/span\u003e, \u003cspan\u003elifted\u003c\/span\u003e, and \u003cspan\u003eluminous\u003c\/span\u003e — every day 🌟\n      \u003c\/p\u003e\n\n      \u003cbutton class=\"vvs-btn\"\u003eFreeze. Roll. Glow. ❄️✨\u003c\/button\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e\n:root {\n  --gold: #c9a84c;\n  --gold-dark: #b8963f;\n  --text: #111;\n  --subtext: #555;\n}\n\n\/* Section *\/\n.vvs-section {\n  background: #fff;\n  padding: 60px 16px;\n  display: flex;\n  justify-content: center;\n  font-family: -apple-system, BlinkMacSystemFont, \"Helvetica Neue\", sans-serif;\n}\n\n\/* Wrapper *\/\n.vvs-wrapper {\n  width: 100%;\n  max-width: 680px;\n  text-align: center;\n  animation: fadeUp 0.8s ease;\n}\n\n\/* Title *\/\n.vvs-title {\n  font-size: 1.9rem;\n  font-weight: 700;\n  color: var(--text);\n  line-height: 1.3;\n}\n\n.vvs-title::after {\n  content: \"\";\n  width: 60px;\n  height: 3px;\n  background: var(--gold);\n  display: block;\n  margin: 12px auto 0;\n  animation: lineGrow 1s ease;\n}\n\n\/* Subtitle *\/\n.vvs-subtitle {\n  margin: 12px 0 30px;\n  color: var(--subtext);\n  font-size: 0.95rem;\n}\n\n\/* Card *\/\n.vvs-card {\n  background: #fff;\n  border: 1px solid rgba(201,168,76,0.25);\n  border-radius: 16px;\n  padding: 24px 18px;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.05);\n  transition: all 0.3s ease;\n}\n\n\/* Desktop hover only *\/\n@media (hover:hover) {\n  .vvs-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 18px 50px rgba(0,0,0,0.1);\n  }\n}\n\n\/* Product *\/\n.vvs-product {\n  font-size: 1.3rem;\n  color: var(--gold);\n  margin-bottom: 8px;\n}\n\n\/* Description *\/\n.vvs-desc {\n  font-size: 0.95rem;\n  color: #444;\n  margin-bottom: 18px;\n}\n\n\/* Benefits *\/\n.vvs-benefits {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  text-align: left;\n}\n\n.vvs-benefits li {\n  margin: 10px 0;\n  padding-left: 10px;\n  border-left: 2px solid var(--gold);\n  font-size: 0.92rem;\n  opacity: 0;\n  transform: translateY(8px);\n  animation: fadeList 0.5s forwards;\n}\n\n\/* stagger *\/\n.vvs-benefits li:nth-child(1){animation-delay:0.2s;}\n.vvs-benefits li:nth-child(2){animation-delay:0.35s;}\n.vvs-benefits li:nth-child(3){animation-delay:0.5s;}\n.vvs-benefits li:nth-child(4){animation-delay:0.65s;}\n.vvs-benefits li:nth-child(5){animation-delay:0.8s;}\n.vvs-benefits li:nth-child(6){animation-delay:0.95s;}\n\n\/* Result *\/\n.vvs-result {\n  margin-top: 18px;\n  font-size: 0.95rem;\n  color: #333;\n}\n\n.vvs-result span {\n  color: var(--gold);\n  font-weight: 600;\n}\n\n\/* Button (BIG for mobile thumbs) *\/\n.vvs-btn {\n  margin-top: 22px;\n  width: 100%;\n  padding: 16px;\n  border: none;\n  border-radius: 40px;\n  background: var(--gold);\n  color: #fff;\n  font-weight: 600;\n  font-size: 1rem;\n  cursor: pointer;\n  transition: all 0.25s ease;\n}\n\n\/* Hover only on desktop *\/\n@media (hover:hover) {\n  .vvs-btn:hover {\n    background: var(--gold-dark);\n    transform: scale(1.05);\n    box-shadow: 0 10px 25px rgba(201,168,76,0.35);\n  }\n}\n\n\/* Desktop scaling *\/\n@media (min-width: 768px) {\n  .vvs-section {\n    padding: 100px 20px;\n  }\n\n  .vvs-title {\n    font-size: 2.6rem;\n  }\n\n  .vvs-subtitle {\n    font-size: 1.1rem;\n  }\n\n  .vvs-card {\n    padding: 40px;\n  }\n\n  .vvs-product {\n    font-size: 1.6rem;\n  }\n\n  .vvs-desc,\n  .vvs-benefits li,\n  .vvs-result {\n    font-size: 1.05rem;\n  }\n\n  .vvs-btn {\n    width: auto;\n    padding: 14px 36px;\n  }\n}\n\n\/* Animations *\/\n@keyframes fadeUp {\n  from {opacity:0; transform: translateY(20px);}\n  to {opacity:1; transform: translateY(0);}\n}\n\n@keyframes fadeList {\n  to {opacity:1; transform: translateY(0);}\n}\n\n@keyframes lineGrow {\n  from {width:0;}\n  to {width:60px;}\n}\n\u003c\/style\u003e","brand":"Value Vault Studio","offers":[{"title":"Default Title","offer_id":42750812127303,"sku":null,"price":159.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0673\/8382\/0359\/files\/ice-roller-lifestyle-flat-lay.png?v=1777923597","url":"https:\/\/www.valuevaultstudio.co.za\/products\/vvs-glow-ice-roller","provider":"Value Vault Studio","version":"1.0","type":"link"}