{"title":"Home page","description":null,"products":[{"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"},{"product_id":"protectify™-pore-perfecting-vacuum","title":"Protectify™ Pore Perfecting Vacuum","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;800\u0026display=swap');\n\n*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\nhtml{\n  scroll-behavior:smooth;\n}\n\n.protectify-section{\n  font-family:'Inter',sans-serif;\n  background:\n  radial-gradient(circle at top right, rgba(212,175,55,0.12), transparent 30%),\n  radial-gradient(circle at bottom left, rgba(255,255,255,0.04), transparent 35%),\n  linear-gradient(180deg,#101010,#181818,#0d0d0d);\n  color:#fff;\n  padding:110px 24px;\n  overflow:hidden;\n  position:relative;\n}\n\n\/* Luxury glow effects *\/\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:-220px;\n  animation:floatGlow 8s 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:-180px;\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\/* Premium Badge *\/\n.protectify-badge{\n  display:inline-block;\n  padding:14px 28px;\n  border-radius:50px;\n  border:1px solid rgba(212,175,55,0.35);\n  background:rgba(255,255,255,0.03);\n  backdrop-filter:blur(14px);\n  color:#d4af37;\n  font-size:12px;\n  letter-spacing:2px;\n  text-transform:uppercase;\n  margin-bottom:30px;\n  animation:fadeUp 1s ease;\n  box-shadow:0 10px 40px rgba(212,175,55,0.08);\n}\n\n\/* Hero *\/\n.protectify-title{\n  font-family:'Playfair Display',serif;\n  font-size:82px;\n  line-height:1.03;\n  margin-bottom:28px;\n  max-width:900px;\n  animation:fadeUp 1.2s ease;\n}\n\n.gold{\n  background:linear-gradient(to right,#d4af37,#fff4c9);\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.protectify-description{\n  font-size:20px;\n  line-height:1.9;\n  color:#ececec;\n  max-width:820px;\n  margin-bottom:45px;\n  animation:fadeUp 1.4s ease;\n}\n\n\/* Buttons *\/\n.hero-buttons{\n  display:flex;\n  gap:18px;\n  flex-wrap:wrap;\n  animation:fadeUp 1.6s ease;\n}\n\n.btn{\n  padding:18px 42px;\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 18px 45px rgba(212,175,55,0.35);\n}\n\n.btn-primary:hover{\n  transform:translateY(-6px) scale(1.03);\n  box-shadow:0 24px 60px rgba(212,175,55,0.5);\n}\n\n.btn-secondary{\n  border:1px solid rgba(255,255,255,0.12);\n  background:rgba(255,255,255,0.04);\n  backdrop-filter:blur(12px);\n  color:#fff;\n}\n\n.btn-secondary:hover{\n  background:#fff;\n  color:#000;\n}\n\n\/* Glass cards *\/\n.glass-card{\n  margin-top:65px;\n  padding:52px;\n  border-radius:34px;\n  background:rgba(255,255,255,0.04);\n  border:1px solid rgba(255,255,255,0.08);\n  backdrop-filter:blur(14px);\n  transition:.4s ease;\n  box-shadow:0 10px 40px rgba(0,0,0,0.25);\n}\n\n.glass-card:hover{\n  transform:translateY(-8px);\n  border-color:rgba(212,175,55,0.25);\n}\n\n.section-title{\n  font-family:'Playfair Display',serif;\n  font-size:48px;\n  margin-bottom:18px;\n}\n\n.section-subtitle{\n  color:#dfdfdf;\n  line-height:1.9;\n  margin-bottom:40px;\n  max-width:780px;\n}\n\n\/* Benefits *\/\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:linear-gradient(180deg,#232323,#161616);\n  border-radius:28px;\n  padding:34px;\n  border:1px solid rgba(255,255,255,0.06);\n  transition:.45s ease;\n}\n\n.benefit-card:hover{\n  transform:translateY(-8px);\n  border-color:rgba(212,175,55,0.35);\n  box-shadow:0 18px 45px rgba(212,175,55,0.12);\n}\n\n.icon{\n  width:72px;\n  height:72px;\n  border-radius:22px;\n  background:linear-gradient(135deg,#d4af37,#fff1b8);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:30px;\n  margin-bottom:22px;\n  color:#000;\n}\n\n.benefit-card h4{\n  font-size:24px;\n  margin-bottom:14px;\n}\n\n.benefit-card p{\n  color:#e5e5e5;\n  line-height:1.8;\n  font-size:15px;\n}\n\n\/* Levels *\/\n.level-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n  gap:24px;\n}\n\n.level-card{\n  padding:34px;\n  border-radius:28px;\n  background:linear-gradient(180deg,#2a2a2a,#1a1a1a);\n  border:1px solid rgba(212,175,55,0.12);\n  transition:.4s ease;\n}\n\n.level-card:hover{\n  transform:translateY(-6px);\n  border-color:rgba(212,175,55,0.35);\n}\n\n.level-card h5{\n  color:#d4af37;\n  font-size:22px;\n  margin-bottom:14px;\n}\n\n.level-card p{\n  line-height:1.9;\n  color:#ececec;\n}\n\n\/* Steps *\/\n.steps{\n  display:flex;\n  flex-direction:column;\n  gap:22px;\n  margin-top:20px;\n}\n\n.step{\n  display:flex;\n  align-items:flex-start;\n  gap:20px;\n  padding:24px;\n  border-radius:24px;\n  background:rgba(0,0,0,0.22);\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:54px;\n  height:54px;\n  border-radius:50%;\n  background:linear-gradient(135deg,#d4af37,#fff1b8);\n  color:#000;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-weight:800;\n  font-size:18px;\n}\n\n.step p{\n  line-height:1.9;\n  color:#f1f1f1;\n}\n\n\/* Final CTA *\/\n.final-cta{\n  margin-top:100px;\n  text-align:center;\n}\n\n.final-cta h2{\n  font-family:'Playfair Display',serif;\n  font-size:64px;\n  line-height:1.2;\n  margin-bottom:24px;\n}\n\n.final-cta p{\n  max-width:780px;\n  margin:auto;\n  line-height:1.9;\n  color:#e8e8e8;\n  font-size:18px;\n  margin-bottom:40px;\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:52px;\n  }\n\n  .section-title{\n    font-size:38px;\n  }\n\n  .final-cta h2{\n    font-size:42px;\n  }\n\n  .glass-card{\n    padding:34px;\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✨ Professional Deep Pore Cleansing Technology\n\u003c\/div\u003e\n\n\u003ch1 class=\"protectify-title\"\u003e\nVisibly Clear Skin.\u003cbr\u003e\n\u003cspan class=\"gold\"\u003eDeeply Purified Pores.\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp class=\"protectify-description\"\u003e\nIntroducing the \u003cstrong\u003eProtectify™ Pore Perfecting Vacuum\u003c\/strong\u003e — your professional-grade pore cleansing device that helps remove blackheads, excess oil, dead skin cells and impurities for smoother, clearer and more radiant-looking skin from the comfort of your home.\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\nAdvanced suction technology deeply purifies pores while helping your skin appear smoother, brighter and healthier after every use.\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\u003eReduced Blackheads\u003c\/h4\u003e\n\u003cp\u003e\nTargets stubborn blackheads and clogged pores for visibly cleaner 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\u003eSmoother Texture\u003c\/h4\u003e\n\u003cp\u003e\nHelps refine rough skin texture for a softer and more polished appearance.\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 Pore Cleansing\u003c\/h4\u003e\n\u003cp\u003e\nLifts away oil, dirt and buildup trapped deep inside your pores.\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\nLeaves skin looking brighter, fresher and naturally glowing.\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\u003eBetter Skincare Absorption\u003c\/h4\u003e\n\u003cp\u003e\nAllows moisturisers and serums to absorb more effectively into freshly cleansed 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\u003eProfessional Results At Home\u003c\/h4\u003e\n\u003cp\u003e\nEnjoy salon-quality pore cleansing without expensive appointments.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- SUCTION LEVELS --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2 class=\"section-title\"\u003e\n🔄 3 Adjustable Suction Levels\n\u003c\/h2\u003e\n\n\u003cdiv class=\"level-grid\"\u003e\n\n\u003cdiv class=\"level-card\"\u003e\n\u003ch5\u003eLevel 1 — Gentle\u003c\/h5\u003e\n\u003cp\u003e\nPerfect for beginners and sensitive skin. Provides a soft and comfortable cleanse for light impurities.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"level-card\"\u003e\n\u003ch5\u003eLevel 2 — Medium\u003c\/h5\u003e\n\u003cp\u003e\nIdeal for regular use. Helps remove stubborn blackheads and excess oil effectively.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"level-card\"\u003e\n\u003ch5\u003eLevel 3 — Intensive\u003c\/h5\u003e\n\u003cp\u003e\nMaximum suction power designed for oily skin and deeply clogged pores.\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\nStart with clean skin and apply a warm towel for 5 minutes to open pores.\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\nSelect your preferred suction level before gliding the device over your skin in short movements.\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\nNever keep the device in one spot for more than 2 seconds.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n\u003cp\u003e\nApply toner and moisturiser after use to hydrate and protect your skin.\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\nBecause Clear Skin\u003cbr\u003e\n\u003cspan class=\"gold\"\u003eIs A Confidence Boost.\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp\u003e\nTransform your skincare routine with the Protectify™ Pore Perfecting Vacuum and enjoy visibly cleaner pores, smoother skin and a luxurious self-care experience every single day.\n\u003c\/p\u003e\n\n\u003ca href=\"#\" class=\"btn btn-primary\"\u003e\nGet 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":47910925730004,"sku":null,"price":350.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0829\/6759\/3172\/files\/branded-shot.png?v=1778399395"},{"product_id":"protectify™-age-defying-eye-mask","title":"Protectify™ Age-Defying Eye Mask 60pcs 80g","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;800\u0026display=swap');\n\n*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\nhtml{\n  scroll-behavior:smooth;\n}\n\n.protectify-eye-section{\n  font-family:'Inter',sans-serif;\n  background:\n  radial-gradient(circle at top right, rgba(212,175,55,0.16), transparent 30%),\n  radial-gradient(circle at bottom left, rgba(255,255,255,0.04), transparent 35%),\n  linear-gradient(180deg,#0b0b0b,#151515,#090909);\n  color:#fff;\n  padding:110px 24px;\n  overflow:hidden;\n  position:relative;\n}\n\n\/* Luxury Glow *\/\n.protectify-eye-section::before{\n  content:'';\n  position:absolute;\n  width:750px;\n  height:750px;\n  background:radial-gradient(circle, rgba(212,175,55,0.15), transparent 70%);\n  top:-250px;\n  right:-250px;\n  animation:floatGlow 8s ease-in-out infinite;\n}\n\n.protectify-eye-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:-180px;\n  left:-150px;\n}\n\n@keyframes floatGlow{\n  0%{transform:translateY(0px);}\n  50%{transform:translateY(25px);}\n  100%{transform:translateY(0px);}\n}\n\n.protectify-eye-container{\n  max-width:1250px;\n  margin:auto;\n  position:relative;\n  z-index:2;\n}\n\n\/* Premium Badge *\/\n.eye-badge{\n  display:inline-block;\n  padding:14px 28px;\n  border-radius:50px;\n  border:1px solid rgba(212,175,55,0.35);\n  background:rgba(255,255,255,0.03);\n  backdrop-filter:blur(14px);\n  color:#d4af37;\n  font-size:12px;\n  letter-spacing:2px;\n  text-transform:uppercase;\n  margin-bottom:32px;\n  animation:fadeUp 1s ease;\n  box-shadow:0 10px 40px rgba(212,175,55,0.08);\n}\n\n\/* Hero *\/\n.eye-title{\n  font-family:'Playfair Display',serif;\n  font-size:82px;\n  line-height:1.03;\n  margin-bottom:28px;\n  max-width:950px;\n  animation:fadeUp 1.2s ease;\n}\n\n.gold{\n  background:linear-gradient(to right,#d4af37,#fff4c9);\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.eye-description{\n  font-size:20px;\n  line-height:1.9;\n  color:#ececec;\n  max-width:850px;\n  margin-bottom:45px;\n  animation:fadeUp 1.4s ease;\n}\n\n\/* Buttons *\/\n.eye-buttons{\n  display:flex;\n  gap:18px;\n  flex-wrap:wrap;\n  animation:fadeUp 1.6s ease;\n}\n\n.eye-btn{\n  padding:18px 42px;\n  border-radius:60px;\n  text-decoration:none;\n  font-weight:700;\n  font-size:15px;\n  transition:.4s ease;\n}\n\n.eye-btn-primary{\n  background:linear-gradient(135deg,#d4af37,#b8860b);\n  color:#fff;\n  box-shadow:0 18px 45px rgba(212,175,55,0.35);\n}\n\n.eye-btn-primary:hover{\n  transform:translateY(-6px) scale(1.03);\n  box-shadow:0 24px 60px rgba(212,175,55,0.45);\n}\n\n.eye-btn-secondary{\n  border:1px solid rgba(255,255,255,0.12);\n  background:rgba(255,255,255,0.04);\n  backdrop-filter:blur(12px);\n  color:#fff;\n}\n\n.eye-btn-secondary:hover{\n  background:#fff;\n  color:#000;\n}\n\n\/* Luxury Cards *\/\n.glass-card{\n  margin-top:65px;\n  padding:55px;\n  border-radius:34px;\n  background:rgba(255,255,255,0.04);\n  border:1px solid rgba(255,255,255,0.08);\n  backdrop-filter:blur(14px);\n  transition:.4s ease;\n  box-shadow:0 10px 40px rgba(0,0,0,0.25);\n}\n\n.glass-card:hover{\n  transform:translateY(-8px);\n  border-color:rgba(212,175,55,0.25);\n}\n\n.section-title{\n  font-family:'Playfair Display',serif;\n  font-size:48px;\n  margin-bottom:18px;\n  color:#fff;\n}\n\n.section-subtitle{\n  color:#e3e3e3;\n  line-height:1.9;\n  margin-bottom:40px;\n  max-width:780px;\n}\n\n\/* Benefits *\/\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:linear-gradient(180deg,#232323,#141414);\n  border-radius:28px;\n  padding:34px;\n  border:1px solid rgba(255,255,255,0.06);\n  transition:.45s ease;\n}\n\n.benefit-card:hover{\n  transform:translateY(-8px);\n  border-color:rgba(212,175,55,0.35);\n  box-shadow:0 18px 45px rgba(212,175,55,0.12);\n}\n\n.icon{\n  width:72px;\n  height:72px;\n  border-radius:22px;\n  background:linear-gradient(135deg,#d4af37,#fff1b8);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:30px;\n  margin-bottom:22px;\n  color:#fff;\n}\n\n.benefit-card h4{\n  font-size:24px;\n  margin-bottom:14px;\n  color:#fff;\n}\n\n.benefit-card p{\n  color:#e8e8e8;\n  line-height:1.8;\n  font-size:15px;\n}\n\n\/* Ingredients *\/\n.ingredients-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));\n  gap:24px;\n}\n\n.ingredient-card{\n  background:linear-gradient(180deg,#202020,#131313);\n  padding:34px;\n  border-radius:28px;\n  border:1px solid rgba(212,175,55,0.12);\n  transition:.4s ease;\n}\n\n.ingredient-card:hover{\n  transform:translateY(-6px);\n  border-color:rgba(212,175,55,0.35);\n}\n\n.ingredient-card h5{\n  color:#d4af37;\n  font-size:24px;\n  margin-bottom:16px;\n}\n\n.ingredient-card p{\n  line-height:1.9;\n  color:#ececec;\n}\n\n\/* Steps *\/\n.steps{\n  display:flex;\n  flex-direction:column;\n  gap:22px;\n  margin-top:20px;\n}\n\n.step{\n  display:flex;\n  gap:20px;\n  align-items:flex-start;\n  padding:24px;\n  border-radius:24px;\n  background:rgba(0,0,0,0.22);\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:54px;\n  height:54px;\n  border-radius:50%;\n  background:linear-gradient(135deg,#d4af37,#fff1b8);\n  color:#fff;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-weight:800;\n  font-size:18px;\n}\n\n.step p{\n  line-height:1.9;\n  color:#f1f1f1;\n}\n\n\/* Pro Tip *\/\n.pro-tip{\n  margin-top:35px;\n  padding:28px;\n  border-radius:24px;\n  background:linear-gradient(135deg,rgba(212,175,55,0.12),rgba(255,255,255,0.03));\n  border:1px solid rgba(212,175,55,0.2);\n  color:#f5f5f5;\n  line-height:1.9;\n}\n\n\/* Final CTA *\/\n.final-cta{\n  text-align:center;\n  margin-top:100px;\n}\n\n.final-cta h2{\n  font-family:'Playfair Display',serif;\n  font-size:64px;\n  line-height:1.2;\n  margin-bottom:24px;\n}\n\n.final-cta p{\n  max-width:780px;\n  margin:auto;\n  color:#e8e8e8;\n  line-height:1.9;\n  font-size:18px;\n  margin-bottom:40px;\n}\n\n\/* Animations *\/\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  .eye-title{\n    font-size:52px;\n  }\n\n  .section-title{\n    font-size:38px;\n  }\n\n  .final-cta h2{\n    font-size:42px;\n  }\n\n  .glass-card{\n    padding:34px;\n  }\n\n  .eye-description{\n    font-size:17px;\n  }\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"protectify-eye-section\"\u003e\n\n\u003cdiv class=\"protectify-eye-container\"\u003e\n\n\u003cdiv class=\"eye-badge\"\u003e\n✨ Luxury Overnight Eye Treatment\n\u003c\/div\u003e\n\n\u003ch1 class=\"eye-title\"\u003e\nYounger-Looking Eyes.\u003cbr\u003e\n\u003cspan class=\"gold\"\u003eOvernight. Every Time.\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp class=\"eye-description\"\u003e\nIntroducing the \u003cstrong\u003eProtectify™ Age-Defying Eye Mask\u003c\/strong\u003e — your luxurious at-home eye treatment infused with powerful Collagen, Retinol and Hyaluronic Acid to visibly firm, brighten and deeply hydrate the delicate under-eye area while you relax.\n\u003c\/p\u003e\n\n\u003cdiv class=\"eye-buttons\"\u003e\n\u003ca href=\"#\" class=\"eye-btn eye-btn-primary\"\u003eShop Now ✨\u003c\/a\u003e\n\u003ca href=\"#\" class=\"eye-btn eye-btn-secondary\"\u003eReveal Brighter Eyes\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\nWake up to brighter, smoother and visibly younger-looking eyes with every single use.\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\u003eReduced Fine Lines\u003c\/h4\u003e\n\u003cp\u003e\nHelps smooth the appearance of wrinkles and fine lines around the 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\u003eDeep Hydration\u003c\/h4\u003e\n\u003cp\u003e\nDelivers intense moisture to keep the under-eye area plump and refreshed.\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\u003eBrighter Eyes\u003c\/h4\u003e\n\u003cp\u003e\nCreates a more radiant and awake-looking eye area after every treatment.\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\u003eReduced Dark Circles\u003c\/h4\u003e\n\u003cp\u003e\nHelps minimise the appearance of tired-looking under-eyes and puffiness.\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\u003eFirmer Skin\u003c\/h4\u003e\n\u003cp\u003e\nSupports a lifted and youthful appearance around the delicate eye area.\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\u003eSofter Texture\u003c\/h4\u003e\n\u003cp\u003e\nLeaves skin feeling smoother, softer and deeply nourished after use.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2 class=\"section-title\"\u003e\n🌟 Key Ingredients \u0026amp; Their Benefits\n\u003c\/h2\u003e\n\n\u003cdiv class=\"ingredients-grid\"\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch5\u003eHydrolyzed Collagen\u003c\/h5\u003e\n\u003cp\u003e\nHelps improve elasticity and creates smoother, firmer-looking skin around the eyes.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch5\u003eRetinyl Palmitate\u003c\/h5\u003e\n\u003cp\u003e\nSupports a brighter and more even-looking skin tone while enhancing radiance.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch5\u003eSodium Hyaluronate\u003c\/h5\u003e\n\u003cp\u003e\nDeeply moisturises and hydrates to reduce the visible appearance of wrinkles.\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💛 Method Of 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\nCleanse the skin around your eyes thoroughly to remove makeup, oil and impurities.\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\nGently place the golden eye patches under your eyes and leave on for 10–15 minutes.\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\nAfter removing the patches, gently massage the remaining essence into the skin.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"pro-tip\"\u003e\n\u003cstrong class=\"gold\"\u003e💡 Pro Tip:\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\nPlace a warm damp towel over your eyes for 10–15 seconds before applying to help the nourishing ingredients absorb even deeper into the skin.\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\nBecause Your Eyes\u003cbr\u003e\n\u003cspan class=\"gold\"\u003eTell Your Story.\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp\u003e\nLet Protectify™ make it a beautiful one with luxurious overnight hydration, brighter-looking eyes and visibly youthful results you can wake up to every morning.\n\u003c\/p\u003e\n\n\u003ca href=\"#\" class=\"eye-btn eye-btn-primary\"\u003e\nGet 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":47911067812052,"sku":null,"price":260.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0829\/6759\/3172\/files\/product-lifestyle.png?v=1778408719"},{"product_id":"protectify™-collagen-revival-facial-mask-50g","title":"Protectify™ Collagen Revival Facial Mask 50g","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@500;700;800\u0026family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\nhtml{\n  scroll-behavior:smooth;\n}\n\nbody{\n  background:#090909;\n}\n\n\/* MAIN SECTION *\/\n.protectify-section{\n  position:relative;\n  overflow:hidden;\n  padding:120px 24px;\n  font-family:'Inter',sans-serif;\n  color:#fff;\n  background:\n  radial-gradient(circle at top right, rgba(212,175,55,0.14), transparent 30%),\n  radial-gradient(circle at bottom left, rgba(255,255,255,0.04), transparent 35%),\n  linear-gradient(180deg,#0a0a0a,#141414,#080808);\n}\n\n\/* LUXURY GLOW *\/\n.protectify-section::before{\n  content:'';\n  position:absolute;\n  width:850px;\n  height:850px;\n  background:radial-gradient(circle, rgba(212,175,55,.12), transparent 70%);\n  top:-320px;\n  right:-260px;\n  animation:floatGlow 8s ease-in-out infinite;\n}\n\n.protectify-section::after{\n  content:'';\n  position:absolute;\n  width:650px;\n  height:650px;\n  background:radial-gradient(circle, rgba(255,255,255,.03), transparent 70%);\n  bottom:-260px;\n  left:-220px;\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\/* BADGE *\/\n.protectify-badge{\n  display:inline-block;\n  padding:14px 28px;\n  border-radius:60px;\n  background:rgba(255,255,255,.04);\n  border:1px solid rgba(212,175,55,.25);\n  backdrop-filter:blur(14px);\n  color:#d4af37;\n  font-size:12px;\n  letter-spacing:2px;\n  text-transform:uppercase;\n  margin-bottom:30px;\n  animation:fadeUp 1s ease;\n  box-shadow:0 10px 40px rgba(212,175,55,.08);\n}\n\n\/* HERO *\/\n.hero{\n  text-align:center;\n  max-width:980px;\n  margin:auto;\n}\n\n.protectify-title{\n  font-family:'Playfair Display',serif;\n  font-size:86px;\n  line-height:1.02;\n  margin-bottom:28px;\n  animation:fadeUp 1.2s ease;\n}\n\n.gold-text{\n  background:linear-gradient(to right,#d4af37,#fff4c7,#d4af37);\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.protectify-description{\n  font-size:21px;\n  line-height:1.9;\n  color:#ececec;\n  margin-bottom:45px;\n  animation:fadeUp 1.4s ease;\n}\n\n\/* BUTTONS *\/\n.hero-buttons{\n  display:flex;\n  justify-content:center;\n  gap:18px;\n  flex-wrap:wrap;\n  animation:fadeUp 1.6s ease;\n}\n\n.btn{\n  padding:18px 42px;\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 18px 45px rgba(212,175,55,.35);\n}\n\n.btn-primary:hover{\n  transform:translateY(-6px) scale(1.03);\n  box-shadow:0 25px 60px rgba(212,175,55,.45);\n}\n\n.btn-secondary{\n  border:1px solid rgba(255,255,255,.1);\n  background:rgba(255,255,255,.04);\n  color:#fff;\n  backdrop-filter:blur(12px);\n}\n\n.btn-secondary:hover{\n  background:#fff;\n  color:#000;\n}\n\n\/* GLASS CARDS *\/\n.glass-card{\n  position:relative;\n  margin-top:70px;\n  padding:55px;\n  border-radius:34px;\n  background:rgba(255,255,255,.04);\n  border:1px solid rgba(255,255,255,.08);\n  backdrop-filter:blur(16px);\n  overflow:hidden;\n  transition:.45s ease;\n  box-shadow:\n  0 10px 30px rgba(0,0,0,.25),\n  0 20px 60px rgba(0,0,0,.4);\n}\n\n.glass-card:hover{\n  transform:translateY(-8px);\n  border-color:rgba(212,175,55,.28);\n}\n\n.glass-card::before{\n  content:'';\n  position:absolute;\n  inset:0;\n  border-radius:inherit;\n  padding:1px;\n  background:linear-gradient(\n    135deg,\n    rgba(212,175,55,.35),\n    transparent,\n    rgba(255,255,255,.08)\n  );\n  -webkit-mask:\n    linear-gradient(#fff 0 0) content-box,\n    linear-gradient(#fff 0 0);\n  -webkit-mask-composite:xor;\n}\n\n.section-title{\n  font-family:'Playfair Display',serif;\n  font-size:50px;\n  margin-bottom:18px;\n}\n\n.section-subtitle{\n  color:#dfdfdf;\n  line-height:1.9;\n  margin-bottom:40px;\n  max-width:780px;\n}\n\n\/* BENEFITS *\/\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:linear-gradient(180deg,#1d1d1d,#111111);\n  border-radius:28px;\n  padding:34px;\n  border:1px solid rgba(255,255,255,.06);\n  transition:.45s ease;\n}\n\n.benefit-card:hover{\n  transform:translateY(-10px);\n  border-color:rgba(212,175,55,.3);\n  box-shadow:0 18px 45px rgba(212,175,55,.12);\n}\n\n.icon{\n  width:74px;\n  height:74px;\n  border-radius:22px;\n  background:linear-gradient(135deg,#d4af37,#fff1b8);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:30px;\n  color:#000;\n  margin-bottom:22px;\n}\n\n.benefit-card h4{\n  font-size:24px;\n  margin-bottom:14px;\n}\n\n.benefit-card p{\n  color:#e5e5e5;\n  line-height:1.8;\n}\n\n\/* INGREDIENTS *\/\n.ingredients-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));\n  gap:24px;\n}\n\n.ingredient-card{\n  padding:32px;\n  border-radius:28px;\n  background:linear-gradient(180deg,#1a1a1a,#101010);\n  border:1px solid rgba(255,255,255,.06);\n  transition:.4s ease;\n}\n\n.ingredient-card:hover{\n  transform:translateY(-8px);\n  border-color:rgba(212,175,55,.28);\n}\n\n.ingredient-card h5{\n  color:#d4af37;\n  font-size:22px;\n  margin-bottom:12px;\n}\n\n.ingredient-card p{\n  line-height:1.9;\n  color:#ececec;\n}\n\n\/* STEPS *\/\n.steps{\n  display:flex;\n  flex-direction:column;\n  gap:22px;\n}\n\n.step{\n  display:flex;\n  align-items:flex-start;\n  gap:22px;\n  padding:24px;\n  border-radius:24px;\n  background:rgba(0,0,0,.2);\n  border:1px solid rgba(255,255,255,.06);\n  transition:.4s ease;\n}\n\n.step:hover{\n  transform:translateX(8px);\n  border-color:rgba(212,175,55,.3);\n}\n\n.step-number{\n  min-width:58px;\n  height:58px;\n  border-radius:50%;\n  background:linear-gradient(135deg,#d4af37,#fff1b8);\n  color:#000;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-weight:800;\n  font-size:20px;\n}\n\n.step-content h4{\n  margin-bottom:8px;\n  font-size:22px;\n}\n\n.step-content p{\n  line-height:1.8;\n  color:#ececec;\n}\n\n\/* FINAL CTA *\/\n.final-cta{\n  margin-top:120px;\n  text-align:center;\n}\n\n.final-cta h2{\n  font-family:'Playfair Display',serif;\n  font-size:68px;\n  line-height:1.15;\n  margin-bottom:24px;\n}\n\n.final-cta p{\n  max-width:760px;\n  margin:auto;\n  line-height:1.9;\n  color:#ececec;\n  font-size:18px;\n  margin-bottom:40px;\n}\n\n\/* TRUST ROW *\/\n.trust-row{\n  display:flex;\n  justify-content:center;\n  flex-wrap:wrap;\n  gap:18px;\n  margin-top:35px;\n}\n\n.trust-item{\n  padding:14px 22px;\n  border-radius:50px;\n  background:rgba(255,255,255,.04);\n  border:1px solid rgba(255,255,255,.06);\n  color:#f2f2f2;\n  font-size:14px;\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:52px;\n  }\n\n  .section-title{\n    font-size:38px;\n  }\n\n  .final-cta h2{\n    font-size:42px;\n  }\n\n  .glass-card{\n    padding:34px;\n  }\n\n  .protectify-description{\n    font-size:17px;\n  }\n\n  .hero-buttons{\n    flex-direction:column;\n  }\n\n  .btn{\n    width:100%;\n    text-align:center;\n  }\n\n}\n\u003c\/style\u003e\n\n\u003csection class=\"protectify-section\"\u003e\n\n\u003cdiv class=\"protectify-container\"\u003e\n\n\u003cdiv class=\"hero\"\u003e\n\n\u003cdiv class=\"protectify-badge\"\u003e\n✨ Luxury Collagen Revival Formula\n\u003c\/div\u003e\n\n\u003ch1 class=\"protectify-title\"\u003e\nRevive. Restore.\u003cbr\u003e\n\u003cspan class=\"gold-text\"\u003e\nReveal Your Glow.\n\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp class=\"protectify-description\"\u003e\nIntroducing the \u003cstrong\u003eProtectify™ Collagen Revival Facial Mask\u003c\/strong\u003e — a luxurious, results-driven treatment that deeply nourishes, firms and brightens your skin while you relax. Infused with Collagen, Biotin and premium botanical extracts for visibly plumper, smoother and more radiant-looking skin after every use.\n\u003c\/p\u003e\n\n\u003cdiv class=\"hero-buttons\"\u003e\n\n\u003ca href=\"#\" class=\"btn btn-primary\"\u003e\nShop Now ✨\n\u003c\/a\u003e\n\n\u003ca href=\"#\" class=\"btn btn-secondary\"\u003e\nLuxury Self-Care\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\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\nExperience visibly smoother, firmer and deeply hydrated skin with every luxurious application.\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\u003eFirmer Looking Skin\u003c\/h4\u003e\n\u003cp\u003e\nHelps improve the appearance of elasticity for a youthful-looking complexion.\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\nNourishes and moisturises the skin for long-lasting softness and comfort.\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\nEnhances brightness and helps restore your skin's natural glow.\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\u003eSmoother Texture\u003c\/h4\u003e\n\u003cp\u003e\nLeaves skin feeling silky-soft, refreshed and beautifully smooth.\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\u003eBotanical Nourishment\u003c\/h4\u003e\n\u003cp\u003e\nPacked with skin-loving ingredients that pamper and revitalise your complexion.\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 Experience\u003c\/h4\u003e\n\u003cp\u003e\nTurn your skincare routine into a luxurious self-care ritual from home.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2 class=\"section-title\"\u003e\n🌿 Premium Ingredients\n\u003c\/h2\u003e\n\n\u003cdiv class=\"ingredients-grid\"\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch5\u003eCollagen\u003c\/h5\u003e\n\u003cp\u003e\nHelps improve skin firmness and elasticity while reducing the appearance of fine lines.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch5\u003eBiotin (Vitamin B7)\u003c\/h5\u003e\n\u003cp\u003e\nSupports healthy-looking skin renewal and smoother texture.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch5\u003eVitamin C\u003c\/h5\u003e\n\u003cp\u003e\nBrightens uneven skin tone while promoting a radiant complexion.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch5\u003eJojoba Oil\u003c\/h5\u003e\n\u003cp\u003e\nDeeply moisturises and leaves skin feeling soft, supple and nourished.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch5\u003eTea Tree Oil\u003c\/h5\u003e\n\u003cp\u003e\nPurifies and refreshes the skin while helping keep pores feeling clean.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch5\u003ePomegranate Extract\u003c\/h5\u003e\n\u003cp\u003e\nRich in antioxidants that help protect and revitalise tired-looking skin.\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💛 Method Of Use\n\u003c\/h2\u003e\n\n\u003cdiv class=\"steps\"\u003e\n\n\u003cdiv class=\"step\"\u003e\n\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eCleanse\u003c\/h4\u003e\n\u003cp\u003e\nWash and dry your face thoroughly before application.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"step\"\u003e\n\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eApply\u003c\/h4\u003e\n\u003cp\u003e\nApply an even layer to your face and neck while avoiding the eye area.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"step\"\u003e\n\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eRelax\u003c\/h4\u003e\n\u003cp\u003e\nLeave on for 15–20 minutes while the ingredients work their magic.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"step\"\u003e\n\n\u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eRinse \u0026amp; Moisturise\u003c\/h4\u003e\n\u003cp\u003e\nRinse gently with warm water and follow with your favourite moisturiser.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\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\nBecause Glowing Skin\u003cbr\u003e\n\u003cspan class=\"gold-text\"\u003e\nIs Always In Style.\n\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp\u003e\nGive your skin the luxurious revival it deserves with the Protectify™ Collagen Revival Facial Mask and experience radiant, nourished and visibly smoother-looking skin every single day.\n\u003c\/p\u003e\n\n\u003ca href=\"#\" class=\"btn btn-primary\"\u003e\nGet Yours Today ✨\n\u003c\/a\u003e\n\n\u003cdiv class=\"trust-row\"\u003e\n\n\u003cdiv class=\"trust-item\"\u003e\n✔ Luxury Formula\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-item\"\u003e\n✔ Spa-Inspired Self-Care\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-item\"\u003e\n✔ Net Weight: 50g\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-item\"\u003e\n✔ Premium Botanical Blend\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Protectify","offers":[{"title":"Default Title","offer_id":47923830096084,"sku":null,"price":250.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0829\/6759\/3172\/files\/lifestyle-shot-with-protectify-logo-on-box.png?v=1778492857"},{"product_id":"protectify™-age-defying-retinol-cream","title":"Protectify™ Age-Defying Retinol Cream","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@500;700;800\u0026family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\nhtml{\n  scroll-behavior:smooth;\n}\n\nbody{\n  background:#090909;\n}\n\n\/* MAIN SECTION *\/\n.protectify-retinol-section{\n  position:relative;\n  overflow:hidden;\n  padding:120px 24px;\n  font-family:'Inter',sans-serif;\n  color:#fff;\n  background:\n  radial-gradient(circle at top right, rgba(212,175,55,0.14), transparent 30%),\n  radial-gradient(circle at bottom left, rgba(255,255,255,0.04), transparent 35%),\n  linear-gradient(180deg,#0a0a0a,#141414,#080808);\n}\n\n\/* GLOW EFFECTS *\/\n.protectify-retinol-section::before{\n  content:'';\n  position:absolute;\n  width:850px;\n  height:850px;\n  background:radial-gradient(circle, rgba(212,175,55,.12), transparent 70%);\n  top:-320px;\n  right:-260px;\n  animation:floatGlow 8s ease-in-out infinite;\n}\n\n.protectify-retinol-section::after{\n  content:'';\n  position:absolute;\n  width:650px;\n  height:650px;\n  background:radial-gradient(circle, rgba(255,255,255,.03), transparent 70%);\n  bottom:-260px;\n  left:-220px;\n}\n\n@keyframes floatGlow{\n  0%{transform:translateY(0px);}\n  50%{transform:translateY(20px);}\n  100%{transform:translateY(0px);}\n}\n\n.protectify-retinol-container{\n  max-width:1200px;\n  margin:auto;\n  position:relative;\n  z-index:2;\n}\n\n\/* BADGE *\/\n.protectify-badge{\n  display:inline-block;\n  padding:14px 28px;\n  border-radius:60px;\n  background:rgba(255,255,255,.04);\n  border:1px solid rgba(212,175,55,.25);\n  backdrop-filter:blur(14px);\n  color:#d4af37;\n  font-size:12px;\n  letter-spacing:2px;\n  text-transform:uppercase;\n  margin-bottom:30px;\n  animation:fadeUp 1s ease;\n  box-shadow:0 10px 40px rgba(212,175,55,.08);\n}\n\n\/* HERO *\/\n.hero{\n  text-align:center;\n  max-width:980px;\n  margin:auto;\n}\n\n.protectify-title{\n  font-family:'Playfair Display',serif;\n  font-size:86px;\n  line-height:1.02;\n  margin-bottom:28px;\n  animation:fadeUp 1.2s ease;\n}\n\n.gold-text{\n  background:linear-gradient(to right,#d4af37,#fff4c7,#d4af37);\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.protectify-description{\n  font-size:21px;\n  line-height:1.9;\n  color:#ececec;\n  margin-bottom:45px;\n  animation:fadeUp 1.4s ease;\n}\n\n\/* BUTTONS *\/\n.hero-buttons{\n  display:flex;\n  justify-content:center;\n  gap:18px;\n  flex-wrap:wrap;\n  animation:fadeUp 1.6s ease;\n}\n\n.btn{\n  padding:18px 42px;\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 18px 45px rgba(212,175,55,.35);\n}\n\n.btn-primary:hover{\n  transform:translateY(-6px) scale(1.03);\n  box-shadow:0 25px 60px rgba(212,175,55,.45);\n}\n\n.btn-secondary{\n  border:1px solid rgba(255,255,255,.1);\n  background:rgba(255,255,255,.04);\n  color:#fff;\n  backdrop-filter:blur(12px);\n}\n\n.btn-secondary:hover{\n  background:#fff;\n  color:#000;\n}\n\n\/* GLASS CARD *\/\n.glass-card{\n  position:relative;\n  margin-top:70px;\n  padding:55px;\n  border-radius:34px;\n  background:rgba(255,255,255,.04);\n  border:1px solid rgba(255,255,255,.08);\n  backdrop-filter:blur(16px);\n  overflow:hidden;\n  transition:.45s ease;\n  box-shadow:\n  0 10px 30px rgba(0,0,0,.25),\n  0 20px 60px rgba(0,0,0,.4);\n}\n\n.glass-card:hover{\n  transform:translateY(-8px);\n  border-color:rgba(212,175,55,.28);\n}\n\n.glass-card::before{\n  content:'';\n  position:absolute;\n  inset:0;\n  border-radius:inherit;\n  padding:1px;\n  background:linear-gradient(\n    135deg,\n    rgba(212,175,55,.35),\n    transparent,\n    rgba(255,255,255,.08)\n  );\n  -webkit-mask:\n    linear-gradient(#fff 0 0) content-box,\n    linear-gradient(#fff 0 0);\n  -webkit-mask-composite:xor;\n}\n\n.section-title{\n  font-family:'Playfair Display',serif;\n  font-size:50px;\n  margin-bottom:18px;\n}\n\n.section-subtitle{\n  color:#dfdfdf;\n  line-height:1.9;\n  margin-bottom:40px;\n  max-width:780px;\n}\n\n\/* BENEFITS *\/\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:linear-gradient(180deg,#1d1d1d,#111111);\n  border-radius:28px;\n  padding:34px;\n  border:1px solid rgba(255,255,255,.06);\n  transition:.45s ease;\n}\n\n.benefit-card:hover{\n  transform:translateY(-10px);\n  border-color:rgba(212,175,55,.3);\n  box-shadow:0 18px 45px rgba(212,175,55,.12);\n}\n\n.icon{\n  width:74px;\n  height:74px;\n  border-radius:22px;\n  background:linear-gradient(135deg,#d4af37,#fff1b8);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:30px;\n  color:#000;\n  margin-bottom:22px;\n}\n\n.benefit-card h4{\n  font-size:24px;\n  margin-bottom:14px;\n}\n\n.benefit-card p{\n  color:#e5e5e5;\n  line-height:1.8;\n}\n\n\/* RESULTS *\/\n.results-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n  gap:24px;\n}\n\n.result-card{\n  text-align:center;\n  padding:40px 30px;\n  border-radius:28px;\n  background:linear-gradient(180deg,#1b1b1b,#101010);\n  border:1px solid rgba(255,255,255,.06);\n  transition:.4s ease;\n}\n\n.result-card:hover{\n  transform:translateY(-8px);\n  border-color:rgba(212,175,55,.3);\n}\n\n.result-number{\n  font-size:64px;\n  font-weight:800;\n  margin-bottom:12px;\n  background:linear-gradient(to right,#d4af37,#fff1b8);\n  -webkit-background-clip:text;\n  -webkit-text-fill-color:transparent;\n}\n\n.result-card p{\n  color:#ececec;\n  line-height:1.8;\n}\n\n\/* INGREDIENTS *\/\n.ingredients-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));\n  gap:24px;\n}\n\n.ingredient-card{\n  padding:34px;\n  border-radius:28px;\n  background:linear-gradient(180deg,#1a1a1a,#101010);\n  border:1px solid rgba(255,255,255,.06);\n  transition:.4s ease;\n}\n\n.ingredient-card:hover{\n  transform:translateY(-8px);\n  border-color:rgba(212,175,55,.28);\n}\n\n.ingredient-card h5{\n  color:#d4af37;\n  font-size:24px;\n  margin-bottom:14px;\n}\n\n.ingredient-card p{\n  color:#ececec;\n  line-height:1.9;\n}\n\n\/* STEPS *\/\n.steps{\n  display:flex;\n  flex-direction:column;\n  gap:22px;\n}\n\n.step{\n  display:flex;\n  align-items:flex-start;\n  gap:22px;\n  padding:24px;\n  border-radius:24px;\n  background:rgba(0,0,0,.2);\n  border:1px solid rgba(255,255,255,.06);\n  transition:.4s ease;\n}\n\n.step:hover{\n  transform:translateX(8px);\n  border-color:rgba(212,175,55,.3);\n}\n\n.step-number{\n  min-width:58px;\n  height:58px;\n  border-radius:50%;\n  background:linear-gradient(135deg,#d4af37,#fff1b8);\n  color:#000;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-weight:800;\n  font-size:20px;\n}\n\n.step-content h4{\n  margin-bottom:8px;\n  font-size:22px;\n}\n\n.step-content p{\n  line-height:1.8;\n  color:#ececec;\n}\n\n\/* FINAL CTA *\/\n.final-cta{\n  margin-top:120px;\n  text-align:center;\n}\n\n.final-cta h2{\n  font-family:'Playfair Display',serif;\n  font-size:68px;\n  line-height:1.15;\n  margin-bottom:24px;\n}\n\n.final-cta p{\n  max-width:760px;\n  margin:auto;\n  line-height:1.9;\n  color:#ececec;\n  font-size:18px;\n  margin-bottom:40px;\n}\n\n\/* TRUST ROW *\/\n.trust-row{\n  display:flex;\n  justify-content:center;\n  flex-wrap:wrap;\n  gap:18px;\n  margin-top:35px;\n}\n\n.trust-item{\n  padding:14px 22px;\n  border-radius:50px;\n  background:rgba(255,255,255,.04);\n  border:1px solid rgba(255,255,255,.06);\n  color:#f2f2f2;\n  font-size:14px;\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:52px;\n  }\n\n  .section-title{\n    font-size:38px;\n  }\n\n  .final-cta h2{\n    font-size:42px;\n  }\n\n  .glass-card{\n    padding:34px;\n  }\n\n  .protectify-description{\n    font-size:17px;\n  }\n\n  .hero-buttons{\n    flex-direction:column;\n  }\n\n  .btn{\n    width:100%;\n    text-align:center;\n  }\n\n}\n\u003c\/style\u003e\n\n\u003csection class=\"protectify-retinol-section\"\u003e\n\n\u003cdiv class=\"protectify-retinol-container\"\u003e\n\n\u003cdiv class=\"hero\"\u003e\n\n\u003cdiv class=\"protectify-badge\"\u003e\n✨ Advanced Retinol \u0026amp; Collagen Technology\n\u003c\/div\u003e\n\n\u003ch1 class=\"protectify-title\"\u003e\nLift. Firm. Hydrate.\u003cbr\u003e\n\u003cspan class=\"gold-text\"\u003e\nLook Years Younger.\n\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp class=\"protectify-description\"\u003e\nIntroducing the \u003cstrong\u003eProtectify™ Retinol \u0026amp; Collagen Lift Cream\u003c\/strong\u003e — a luxurious Day \u0026amp; Night cream powered by Retinol, Collagen and Hyaluronic Acid to visibly firm, smooth and deeply hydrate your skin while reducing the appearance of wrinkles and fine lines.\n\u003c\/p\u003e\n\n\u003cdiv class=\"hero-buttons\"\u003e\n\n\u003ca href=\"#\" class=\"btn btn-primary\"\u003e\nShop Now ✨\n\u003c\/a\u003e\n\n\u003ca href=\"#\" class=\"btn btn-secondary\"\u003e\nDay \u0026amp; Night Luxury\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\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\nExperience visibly smoother, firmer and deeply hydrated skin with every luxurious application.\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\u003eFirmer Complexion\u003c\/h4\u003e\n\u003cp\u003e\nImproves skin elasticity for visibly tighter and lifted-looking 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\u003eDeep Hydration\u003c\/h4\u003e\n\u003cp\u003e\nDelivers long-lasting moisture for plump and supple 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\u003eSmoother Texture\u003c\/h4\u003e\n\u003cp\u003e\nHelps reduce the appearance of wrinkles and fine lines.\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\u003eYouthful Glow\u003c\/h4\u003e\n\u003cp\u003e\nLeaves skin looking visibly brighter, healthier and rejuvenated.\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\u003ePowerful Actives\u003c\/h4\u003e\n\u003cp\u003e\nFormulated with skincare’s most celebrated anti-ageing ingredients.\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\u003eDay \u0026amp; Night Care\u003c\/h4\u003e\n\u003cp\u003e\nWorks around the clock to nourish, restore and revitalise your skin.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- RESULTS --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2 class=\"section-title\"\u003e\n📊 Proven Results\n\u003c\/h2\u003e\n\n\u003cdiv class=\"results-grid\"\u003e\n\n\u003cdiv class=\"result-card\"\u003e\n\u003cdiv class=\"result-number\"\u003e96%\u003c\/div\u003e\n\u003cp\u003e\nAgreed skin felt instantly hydrated and nourished.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"result-card\"\u003e\n\u003cdiv class=\"result-number\"\u003e89%\u003c\/div\u003e\n\u003cp\u003e\nAgreed skin felt visibly firmer and tighter.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"result-card\"\u003e\n\u003cdiv class=\"result-number\"\u003e95%\u003c\/div\u003e\n\u003cp\u003e\nAgreed skin looked smoother, lifted and more radiant.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv class=\"glass-card\"\u003e\n\n\u003ch2 class=\"section-title\"\u003e\n🌿 Key Actives\n\u003c\/h2\u003e\n\n\u003cdiv class=\"ingredients-grid\"\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch5\u003eRetinol\u003c\/h5\u003e\n\u003cp\u003e\nAccelerates skin cell renewal while helping reduce the appearance of wrinkles and uneven skin tone.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch5\u003eCollagen\u003c\/h5\u003e\n\u003cp\u003e\nImproves skin firmness and elasticity for a visibly plumper complexion.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch5\u003eHyaluronic Acid\u003c\/h5\u003e\n\u003cp\u003e\nDeeply hydrates the skin while helping maintain a youthful, supple appearance.\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💛 3 Easy Steps For Perfect Skin\n\u003c\/h2\u003e\n\n\u003cdiv class=\"steps\"\u003e\n\n\u003cdiv class=\"step\"\u003e\n\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eClean \u0026amp; Dry\u003c\/h4\u003e\n\u003cp\u003e\nThoroughly cleanse and dry your skin before application.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"step\"\u003e\n\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eApply \u0026amp; Massage\u003c\/h4\u003e\n\u003cp\u003e\nMassage a small amount into your face and neck using upward circular motions.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"step\"\u003e\n\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\n\u003cdiv class=\"step-content\"\u003e\n\u003ch4\u003eUse Twice Daily\u003c\/h4\u003e\n\u003cp\u003e\nApply morning and night consistently for maximum lifting and hydrating results.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\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\nBecause Youthful Skin\u003cbr\u003e\n\u003cspan class=\"gold-text\"\u003e\nNever Goes Out Of Style.\n\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp\u003e\nTransform your skincare routine with the Protectify™ Retinol \u0026amp; Collagen Lift Cream and enjoy visibly firmer, smoother and deeply hydrated skin every single day.\n\u003c\/p\u003e\n\n\u003ca href=\"#\" class=\"btn btn-primary\"\u003e\nGet Yours Today ✨\n\u003c\/a\u003e\n\n\u003cdiv class=\"trust-row\"\u003e\n\n\u003cdiv class=\"trust-item\"\u003e\n✔ Retinol + Collagen Formula\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-item\"\u003e\n✔ Day \u0026amp; Night Cream\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-item\"\u003e\n✔ Suitable For All Skin Types\n\u003c\/div\u003e\n\n\u003cdiv class=\"trust-item\"\u003e\n✔ Size: 80ml\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Protectify","offers":[{"title":"Default Title","offer_id":47923861881044,"sku":null,"price":220.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0829\/6759\/3172\/files\/flat-lay_de23b46e-33da-410f-989e-3c11a7a9c88b.png?v=1778174003"},{"product_id":"protectify™-beauty-wellness-essentials-basket","title":"Protectify™ Beauty \u0026 Wellness Essentials Basket","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003csection class=\"protectify-elite-section\"\u003e\n\u003cdiv class=\"protectify-overlay\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"protectify-wrapper\"\u003e\n\u003cdiv class=\"protectify-header\"\u003e\n\u003cspan class=\"protectify-mini-title\"\u003eLuxury Self-Care Collection\u003c\/span\u003e\n\u003ch1\u003eExperience Timeless Beauty With \u003cspan\u003eProtectify™\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp\u003eDiscover a premium skincare ritual designed to refresh, hydrate, and rejuvenate your skin. Each product in the Protectify™ collection is carefully selected to help you achieve smoother, firmer, and naturally glowing skin every single day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"protectify-products-grid\"\u003e\n\u003cdiv class=\"protectify-box\"\u003e\n\u003cdiv class=\"protectify-emoji\"\u003e🖤\u003c\/div\u003e\n\u003ch2\u003eFacial Sculpting Massager\u003c\/h2\u003e\n\u003cp\u003eBoosts circulation, helps reduce puffiness, improves skin firmness, and supports a naturally sculpted appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"protectify-box\"\u003e\n\u003cdiv class=\"protectify-emoji\"\u003e👁️\u003c\/div\u003e\n\u003ch2\u003eCollagen Retinol Eye Therapy\u003c\/h2\u003e\n\u003cp\u003eHelps brighten tired eyes, smooth fine lines, reduce dark circles, and deeply hydrate delicate under-eye skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"protectify-box\"\u003e\n\u003cdiv class=\"protectify-emoji\"\u003e✨\u003c\/div\u003e\n\u003ch2\u003eRetinol \u0026amp; Hyaluronic Moisture Cream\u003c\/h2\u003e\n\u003cp\u003eDelivers intense hydration while improving elasticity, softening wrinkles, and restoring a youthful glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"protectify-box\"\u003e\n\u003cdiv class=\"protectify-emoji\"\u003e🌙\u003c\/div\u003e\n\u003ch2\u003eCollagen Biotin Renewal Mask\u003c\/h2\u003e\n\u003cp\u003eNourishes dry skin overnight, restores moisture balance, and leaves your complexion soft, refreshed, and radiant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"protectify-action-buttons\"\u003e\n\u003ca class=\"protectify-main-btn\" href=\"#\"\u003eShop Protectify™\u003c\/a\u003e \u003ca class=\"protectify-alt-btn\" href=\"#\"\u003eLearn More\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\n.protectify-elite-section {\n  position: relative;\n  background: #090909;\n  padding: 120px 20px;\n  overflow: hidden;\n}\n\n.protectify-overlay {\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(circle at top right, rgba(212,175,55,0.15), transparent 30%),\n    radial-gradient(circle at bottom left, rgba(255,255,255,0.05), transparent 25%);\n  animation: backgroundMove 10s ease-in-out infinite alternate;\n}\n\n.protectify-wrapper {\n  position: relative;\n  z-index: 2;\n  max-width: 1250px;\n  margin: auto;\n}\n\n.protectify-header {\n  text-align: center;\n  margin-bottom: 70px;\n  animation: fadeInUp 1.2s ease;\n}\n\n.protectify-mini-title {\n  display: inline-block;\n  color: #f0d37a;\n  border: 1px solid rgba(240,211,122,0.25);\n  padding: 12px 22px;\n  border-radius: 50px;\n  font-size: 13px;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 25px;\n  background: rgba(255,255,255,0.03);\n  backdrop-filter: blur(8px);\n}\n\n.protectify-header h1 {\n  font-size: 64px;\n  color: #ffffff;\n  line-height: 1.1;\n  margin-bottom: 25px;\n  font-weight: 800;\n}\n\n.protectify-header h1 span {\n  color: #f0d37a;\n  text-shadow: 0 0 18px rgba(240,211,122,0.35);\n}\n\n.protectify-header p {\n  max-width: 820px;\n  margin: auto;\n  color: #d6d6d6;\n  font-size: 18px;\n  line-height: 1.9;\n}\n\n.protectify-products-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n  gap: 28px;\n}\n\n.protectify-box {\n  position: relative;\n  background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));\n  border: 1px solid rgba(255,255,255,0.08);\n  border-radius: 28px;\n  padding: 40px 28px;\n  overflow: hidden;\n  transition: all 0.45s ease;\n  backdrop-filter: blur(12px);\n}\n\n.protectify-box::before {\n  content: \"\";\n  position: absolute;\n  width: 180px;\n  height: 180px;\n  background: rgba(240,211,122,0.08);\n  border-radius: 50%;\n  top: -80px;\n  right: -60px;\n  transition: all 0.4s ease;\n}\n\n.protectify-box:hover {\n  transform: translateY(-12px);\n  border-color: rgba(240,211,122,0.35);\n  box-shadow: 0 18px 40px rgba(0,0,0,0.45);\n}\n\n.protectify-box:hover::before {\n  transform: scale(1.3);\n}\n\n.protectify-emoji {\n  font-size: 46px;\n  margin-bottom: 22px;\n  animation: floating 3s ease-in-out infinite;\n}\n\n.protectify-box h2 {\n  color: #f5f5f5;\n  font-size: 24px;\n  margin-bottom: 18px;\n  font-weight: 700;\n}\n\n.protectify-box p {\n  color: #cccccc;\n  font-size: 15px;\n  line-height: 1.8;\n}\n\n.protectify-action-buttons {\n  display: flex;\n  justify-content: center;\n  gap: 20px;\n  margin-top: 60px;\n  flex-wrap: wrap;\n}\n\n.protectify-main-btn,\n.protectify-alt-btn {\n  text-decoration: none;\n  padding: 16px 36px;\n  border-radius: 60px;\n  font-weight: 700;\n  transition: all 0.35s ease;\n  font-size: 15px;\n}\n\n.protectify-main-btn {\n  background: linear-gradient(135deg, #f0d37a, #d4af37);\n  color: #111;\n  box-shadow: 0 10px 28px rgba(240,211,122,0.28);\n}\n\n.protectify-main-btn:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 16px 38px rgba(240,211,122,0.4);\n}\n\n.protectify-alt-btn {\n  border: 1px solid rgba(255,255,255,0.15);\n  color: #ffffff;\n  background: rgba(255,255,255,0.04);\n}\n\n.protectify-alt-btn:hover {\n  background: rgba(255,255,255,0.08);\n  transform: translateY(-5px);\n}\n\n@keyframes floating {\n  0% {\n    transform: translateY(0px);\n  }\n\n  50% {\n    transform: translateY(-8px);\n  }\n\n  100% {\n    transform: translateY(0px);\n  }\n}\n\n@keyframes fadeInUp {\n  from {\n    opacity: 0;\n    transform: translateY(40px);\n  }\n\n  to {\n    opacity: 1;\n    transform: translateY(0px);\n  }\n}\n\n@keyframes backgroundMove {\n  from {\n    transform: scale(1) translateY(0px);\n  }\n\n  to {\n    transform: scale(1.1) translateY(20px);\n  }\n}\n\n@media screen and (max-width: 768px) {\n\n  .protectify-header h1 {\n    font-size: 40px;\n  }\n\n  .protectify-header p {\n    font-size: 16px;\n  }\n\n  .protectify-action-buttons {\n    flex-direction: column;\n    align-items: center;\n  }\n\n  .protectify-main-btn,\n  .protectify-alt-btn {\n    width: 100%;\n    max-width: 300px;\n    text-align: center;\n  }\n\n}\n\n\u003c\/style\u003e","brand":"Protectify","offers":[{"title":"Default Title","offer_id":47961549177044,"sku":null,"price":999.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0829\/6759\/3172\/files\/luxury-skincare-gift-basket-1-1.png?v=1779266013"}],"url":"https:\/\/protectify.co.za\/collections\/frontpage.oembed","provider":"Protectify","version":"1.0","type":"link"}