{"product_id":"protectify™-anti-aging-glow-massager","title":"Protectify™ Anti-Aging Glow Massager","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@500;700\u0026family=Inter:wght@300;400;500;600;700\u0026display=swap');\n\n*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\n.protectify-section{\n  font-family:'Inter',sans-serif;\n  background:linear-gradient(180deg,#2f2f2f,#1f1f1f);\n  color:#ffffff;\n  padding:90px 24px;\n  overflow:hidden;\n  position:relative;\n}\n\n\/* Luxury glowing background *\/\n.protectify-section::before{\n  content:'';\n  position:absolute;\n  width:700px;\n  height:700px;\n  background:radial-gradient(circle, rgba(212,175,55,0.14), transparent 70%);\n  top:-250px;\n  right:-200px;\n  animation:floatGlow 7s ease-in-out infinite;\n}\n\n.protectify-section::after{\n  content:'';\n  position:absolute;\n  width:500px;\n  height:500px;\n  background:radial-gradient(circle, rgba(255,255,255,0.05), transparent 70%);\n  bottom:-200px;\n  left:-150px;\n}\n\n@keyframes floatGlow{\n  0%{transform:translateY(0px);}\n  50%{transform:translateY(20px);}\n  100%{transform:translateY(0px);}\n}\n\n.protectify-container{\n  max-width:1200px;\n  margin:auto;\n  position:relative;\n  z-index:2;\n}\n\n\/* Top Badge *\/\n.protectify-badge{\n  display:inline-block;\n  padding:12px 24px;\n  border:1px solid rgba(212,175,55,0.4);\n  border-radius:50px;\n  color:#d4af37;\n  font-size:12px;\n  letter-spacing:2px;\n  text-transform:uppercase;\n  margin-bottom:28px;\n  backdrop-filter:blur(12px);\n  background:rgba(255,255,255,0.03);\n  animation:fadeUp 1s ease;\n}\n\n\/* Heading *\/\n.protectify-title{\n  font-family:'Playfair Display',serif;\n  font-size:72px;\n  line-height:1.05;\n  margin-bottom:24px;\n  font-weight:700;\n  color:#ffffff;\n  animation:fadeUp 1.2s ease;\n}\n\n.gold{\n  background:linear-gradient(to right,#d4af37,#fff1b8);\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n\/* Description *\/\n.protectify-description{\n  max-width:850px;\n  font-size:20px;\n  line-height:1.9;\n  color:#f2f2f2;\n  margin-bottom:50px;\n  animation:fadeUp 1.4s ease;\n}\n\n\/* CTA Buttons *\/\n.hero-buttons{\n  display:flex;\n  gap:18px;\n  flex-wrap:wrap;\n  margin-bottom:70px;\n  animation:fadeUp 1.6s ease;\n}\n\n.btn{\n  padding:18px 40px;\n  border-radius:60px;\n  text-decoration:none;\n  font-weight:700;\n  font-size:15px;\n  transition:.4s ease;\n}\n\n.btn-primary{\n  background:linear-gradient(135deg,#d4af37,#fff1b8);\n  color:#000;\n  box-shadow:0 15px 40px rgba(212,175,55,0.35);\n}\n\n.btn-primary:hover{\n  transform:translateY(-5px) scale(1.03);\n  box-shadow:0 20px 50px rgba(212,175,55,0.45);\n}\n\n.btn-secondary{\n  border:1px solid rgba(255,255,255,0.18);\n  background:rgba(255,255,255,0.05);\n  color:#fff;\n  backdrop-filter:blur(10px);\n}\n\n.btn-secondary:hover{\n  background:#fff;\n  color:#000;\n}\n\n\/* Luxury Cards *\/\n.glass-card{\n  background:rgba(255,255,255,0.05);\n  border:1px solid rgba(255,255,255,0.08);\n  border-radius:32px;\n  padding:40px;\n  margin-top:40px;\n  backdrop-filter:blur(14px);\n  transition:.4s ease;\n  box-shadow:0 10px 35px rgba(0,0,0,0.25);\n}\n\n.glass-card:hover{\n  transform:translateY(-8px);\n  border-color:rgba(212,175,55,0.35);\n  box-shadow:0 20px 55px rgba(0,0,0,0.35);\n}\n\n.section-title{\n  font-family:'Playfair Display',serif;\n  font-size:42px;\n  margin-bottom:16px;\n  color:#fff;\n}\n\n.section-subtitle{\n  color:#e0e0e0;\n  line-height:1.8;\n  margin-bottom:35px;\n  max-width:760px;\n}\n\n\/* Benefits Grid *\/\n.benefits-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n  gap:24px;\n}\n\n.benefit-card{\n  background:rgba(0,0,0,0.22);\n  border-radius:26px;\n  padding:30px;\n  border:1px solid rgba(255,255,255,0.08);\n  transition:.4s ease;\n}\n\n.benefit-card:hover{\n  transform:translateY(-6px);\n  border-color:rgba(212,175,55,0.4);\n  box-shadow:0 15px 40px rgba(212,175,55,0.12);\n}\n\n.icon{\n  width:68px;\n  height:68px;\n  border-radius:20px;\n  background:linear-gradient(135deg,#d4af37,#fff1b8);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:28px;\n  margin-bottom:22px;\n  color:#000;\n}\n\n.benefit-card h4{\n  font-size:22px;\n  margin-bottom:14px;\n  color:#fff;\n}\n\n.benefit-card p{\n  color:#e6e6e6;\n  line-height:1.8;\n  font-size:15px;\n}\n\n\/* Features *\/\n.feature-strip{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n  gap:24px;\n  margin-top:30px;\n}\n\n.feature-box{\n  background:linear-gradient(180deg,#343434,#262626);\n  border-radius:24px;\n  padding:28px;\n  border:1px solid rgba(212,175,55,0.12);\n  text-align:center;\n  transition:.4s ease;\n}\n\n.feature-box:hover{\n  transform:translateY(-5px);\n  border-color:rgba(212,175,55,0.35);\n}\n\n.feature-box h5{\n  color:#d4af37;\n  font-size:18px;\n  margin-bottom:12px;\n}\n\n.feature-box p{\n  color:#ececec;\n  line-height:1.7;\n  font-size:14px;\n}\n\n\/* Steps *\/\n.steps{\n  display:flex;\n  flex-direction:column;\n  gap:20px;\n  margin-top:30px;\n}\n\n.step{\n  display:flex;\n  gap:18px;\n  align-items:flex-start;\n  background:rgba(0,0,0,0.25);\n  padding:22px;\n  border-radius:22px;\n  border:1px solid rgba(255,255,255,0.08);\n  transition:.4s ease;\n}\n\n.step:hover{\n  transform:translateX(8px);\n  border-color:rgba(212,175,55,0.35);\n}\n\n.step-number{\n  min-width:48px;\n  height:48px;\n  border-radius:50%;\n  background:linear-gradient(135deg,#d4af37,#fff1b8);\n  color:#000;\n  font-weight:700;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:18px;\n}\n\n.step p{\n  color:#f1f1f1;\n  line-height:1.8;\n}\n\n\/* Final CTA *\/\n.final-cta{\n  text-align:center;\n  margin-top:90px;\n}\n\n.final-cta h2{\n  font-family:'Playfair Display',serif;\n  font-size:58px;\n  line-height:1.2;\n  margin-bottom:24px;\n}\n\n.final-cta p{\n  max-width:760px;\n  margin:auto;\n  color:#ebebeb;\n  line-height:1.9;\n  font-size:18px;\n  margin-bottom:38px;\n}\n\n\/* Animation *\/\n@keyframes fadeUp{\n  from{\n    opacity:0;\n    transform:translateY(40px);\n  }\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n\/* Mobile *\/\n@media(max-width:768px){\n\n  .protectify-title{\n    font-size:46px;\n  }\n\n  .section-title{\n    font-size:34px;\n  }\n\n  .final-cta h2{\n    font-size:40px;\n  }\n\n  .protectify-description{\n    font-size:17px;\n  }\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"protectify-section\"\u003e\n\n  \u003cdiv class=\"protectify-container\"\u003e\n\n    \u003cdiv class=\"protectify-badge\"\u003e\n      Premium Anti-Aging Beauty Device\n    \u003c\/div\u003e\n\n    \u003ch1 class=\"protectify-title\"\u003e\n      Turn Back Time.\u003cbr\u003e\n      \u003cspan class=\"gold\"\u003eGlow Every Day.\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp class=\"protectify-description\"\u003e\n      Introducing the \u003cstrong\u003eProtectify™ Anti-Aging Glow Massager\u003c\/strong\u003e — your luxurious at-home facial treatment designed to visibly lift, firm and rejuvenate your skin. Powered by gentle vibration technology, this beauty device helps your creams, serums and moisturisers absorb deeper into the skin for radiant, long-lasting results you can see and feel from the very first use.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hero-buttons\"\u003e\n      \u003ca href=\"#\" class=\"btn btn-primary\"\u003eShop Now ✨\u003c\/a\u003e\n      \u003ca href=\"#\" class=\"btn btn-secondary\"\u003eExperience Luxury\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- BENEFITS --\u003e\n    \u003cdiv class=\"glass-card\"\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        ✨ What You'll See \u0026amp; Feel\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-subtitle\"\u003e\n        Designed for women who want smoother, healthier and younger-looking skin without expensive treatments or complicated skincare routines.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"benefits-grid\"\u003e\n\n        \u003cdiv class=\"benefit-card\"\u003e\n          \u003cdiv class=\"icon\"\u003e💎\u003c\/div\u003e\n          \u003ch4\u003eLifted \u0026amp; Firmer Skin\u003c\/h4\u003e\n          \u003cp\u003e\n            Helps contour and tighten the appearance of your skin for a more youthful and sculpted facial look.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"benefit-card\"\u003e\n          \u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n          \u003ch4\u003eRadiant Glow\u003c\/h4\u003e\n          \u003cp\u003e\n            Boosts circulation and skincare absorption for brighter, smoother and naturally glowing skin.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"benefit-card\"\u003e\n          \u003cdiv class=\"icon\"\u003e🌸\u003c\/div\u003e\n          \u003ch4\u003eReduce Fine Lines\u003c\/h4\u003e\n          \u003cp\u003e\n            Supports softer-looking skin while reducing the visible appearance of wrinkles and aging signs.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"benefit-card\"\u003e\n          \u003cdiv class=\"icon\"\u003e💧\u003c\/div\u003e\n          \u003ch4\u003eDeep Hydration\u003c\/h4\u003e\n          \u003cp\u003e\n            Helps your favourite serums and creams penetrate deeper for plumper, hydrated skin.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"benefit-card\"\u003e\n          \u003cdiv class=\"icon\"\u003e👁️\u003c\/div\u003e\n          \u003ch4\u003eDepuff Tired Eyes\u003c\/h4\u003e\n          \u003cp\u003e\n            Eye attachment helps minimise puffiness, dark circles and tired-looking under-eyes.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"benefit-card\"\u003e\n          \u003cdiv class=\"icon\"\u003e💆\u003c\/div\u003e\n          \u003ch4\u003eSpa-Like Relaxation\u003c\/h4\u003e\n          \u003cp\u003e\n            Transform your skincare routine into a calming self-care ritual that feels luxurious every day.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- FEATURES --\u003e\n    \u003cdiv class=\"glass-card\"\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        🔄 3 Premium Attachments Included\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"feature-strip\"\u003e\n\n        \u003cdiv class=\"feature-box\"\u003e\n          \u003ch5\u003eFace Massage Head\u003c\/h5\u003e\n          \u003cp\u003e\n            Covers larger facial areas for contouring, lifting and an all-over healthy glow.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-box\"\u003e\n          \u003ch5\u003eEye Massage Head\u003c\/h5\u003e\n          \u003cp\u003e\n            Delicately targets puffiness, dark circles and fine lines around the eyes.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-box\"\u003e\n          \u003ch5\u003eNeck Massage Head\u003c\/h5\u003e\n          \u003cp\u003e\n            Helps smooth and tighten the appearance of sagging skin around the neck area.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-box\"\u003e\n          \u003ch5\u003eLuxury Gold Finish\u003c\/h5\u003e\n          \u003cp\u003e\n            Elegant black, white and gold design created to feel premium and sophisticated.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- HOW TO USE --\u003e\n    \u003cdiv class=\"glass-card\"\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        💛 How To Use\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"steps\"\u003e\n\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n          \u003cp\u003e\n            Apply your favourite serum, cream or moisturiser to clean skin.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n          \u003cp\u003e\n            Attach the correct massage head for the face, eye or neck area.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n          \u003cp\u003e\n            Gently glide the device upward in circular motions for 5–10 minutes daily.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- FINAL CTA --\u003e\n    \u003cdiv class=\"final-cta\"\u003e\n\n      \u003ch2\u003e\n        Because Glowing Skin\u003cbr\u003e\n        \u003cspan class=\"gold\"\u003eIsn't A Luxury — It's A Lifestyle.\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Join women upgrading their skincare routine with the Protectify™ Anti-Aging Glow Massager and experience visibly smoother, firmer and more radiant skin every single day.\n      \u003c\/p\u003e\n\n      \u003ca href=\"#\" class=\"btn btn-primary\"\u003e\n        Get Yours Today ✨\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Protectify","offers":[{"title":"Default Title","offer_id":47905169211604,"sku":null,"price":399.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0829\/6759\/3172\/files\/studio-shot.png?v=1778143212","url":"https:\/\/protectify.co.za\/products\/protectify%e2%84%a2-anti-aging-glow-massager","provider":"Protectify","version":"1.0","type":"link"}