{"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\/products\/protectify%e2%84%a2-beauty-wellness-essentials-basket","provider":"Protectify","version":"1.0","type":"link"}