{"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","url":"https:\/\/protectify.co.za\/products\/protectify%e2%84%a2-pore-perfecting-vacuum","provider":"Protectify","version":"1.0","type":"link"}