{"title":"Capsules","description":"","products":[{"product_id":"the-power-golden-capsules","title":"The Power Golden Capsules","description":"\u003c!-- ========================================= --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- THE POWER GOLDEN CAPSULES --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- PREMIUM WHITE + GOLD DESCRIPTION --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- FULLY ISOLATED \/ SHOPIFY SAFE --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========================================= --\u003e\n\u003cstyle\u003e\n.lgc-wrap *{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\n.lgc-wrap{\n  font-family:Arial,sans-serif;\n  background:#ffffff;\n  color:#111;\n  border-radius:24px;\n  overflow:hidden;\n  position:relative;\n}\n\n\/* Animated Background Glow *\/\n.lgc-wrap::before{\n  content:'';\n  position:absolute;\n  width:450px;\n  height:450px;\n  background:radial-gradient(circle, rgba(212,166,74,0.15), transparent 70%);\n  top:-120px;\n  right:-120px;\n  animation:lgcGlow 6s infinite alternate;\n  pointer-events:none;\n}\n\n@keyframes lgcGlow{\n  from{\n    transform:scale(1);\n  }\n  to{\n    transform:scale(1.15);\n  }\n}\n\n\/* HERO *\/\n.lgc-hero{\n  position:relative;\n  padding:90px 25px 80px;\n  text-align:center;\n  background:\n  linear-gradient(rgba(255,255,255,.90), rgba(255,255,255,.95)),\n  url('https:\/\/images.unsplash.com\/photo-1506744038136-46273834b3fb?q=80\u0026w=1200\u0026auto=format\u0026fit=crop');\n  background-size:cover;\n  background-position:center;\n}\n\n.lgc-badge{\n  display:inline-block;\n  padding:10px 22px;\n  border-radius:50px;\n  background:rgba(212,166,74,.12);\n  border:1px solid rgba(212,166,74,.35);\n  color:#b8862d;\n  font-size:13px;\n  letter-spacing:1px;\n  margin-bottom:24px;\n  animation:lgcFloat 3s ease-in-out infinite;\n}\n\n@keyframes lgcFloat{\n  0%{transform:translateY(0);}\n  50%{transform:translateY(-6px);}\n  100%{transform:translateY(0);}\n}\n\n.lgc-hero h1{\n  font-size:64px;\n  line-height:1.05;\n  font-weight:900;\n  text-transform:uppercase;\n  color:#c9972d;\n  margin-bottom:18px;\n}\n\n.lgc-hero h1 span{\n  display:block;\n  color:#111;\n  font-size:42px;\n  font-weight:300;\n}\n\n.lgc-hero p{\n  max-width:850px;\n  margin:auto;\n  font-size:18px;\n  line-height:1.9;\n  color:#444;\n}\n\n\/* SECTION *\/\n.lgc-section{\n  padding:85px 24px;\n}\n\n.lgc-title{\n  text-align:center;\n  font-size:42px;\n  color:#c9972d;\n  text-transform:uppercase;\n  font-weight:900;\n  margin-bottom:18px;\n}\n\n.lgc-subtitle{\n  max-width:760px;\n  margin:0 auto 55px;\n  text-align:center;\n  color:#666;\n  line-height:1.8;\n  font-size:17px;\n}\n\n\/* GRID *\/\n.lgc-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n  gap:24px;\n}\n\n.lgc-card{\n  background:#fff;\n  border-radius:24px;\n  padding:34px 28px;\n  border:1px solid rgba(212,166,74,.18);\n  box-shadow:0 10px 35px rgba(0,0,0,.05);\n  transition:.4s;\n  position:relative;\n  overflow:hidden;\n}\n\n.lgc-card::before{\n  content:'';\n  position:absolute;\n  width:100%;\n  height:100%;\n  top:0;\n  left:-100%;\n  background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);\n  transition:.7s;\n}\n\n.lgc-card:hover::before{\n  left:100%;\n}\n\n.lgc-card:hover{\n  transform:translateY(-10px);\n  border-color:#d4a64a;\n  box-shadow:0 20px 40px rgba(212,166,74,.15);\n}\n\n.lgc-icon{\n  width:72px;\n  height:72px;\n  border-radius:20px;\n  background:linear-gradient(135deg,#f7e3b4,#d4a64a);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-size:30px;\n  margin-bottom:22px;\n  color:#111;\n}\n\n.lgc-card h3{\n  font-size:24px;\n  margin-bottom:15px;\n  color:#111;\n}\n\n.lgc-card p{\n  color:#666;\n  line-height:1.8;\n  font-size:15px;\n}\n\n\/* BENEFITS *\/\n.lgc-benefits{\n  background:linear-gradient(180deg,#fff,#faf7f1);\n}\n\n.lgc-benefit-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));\n  gap:18px;\n}\n\n.lgc-benefit{\n  display:flex;\n  gap:16px;\n  align-items:flex-start;\n  padding:22px;\n  border-radius:18px;\n  background:#fff;\n  border:1px solid rgba(212,166,74,.14);\n  transition:.3s;\n  box-shadow:0 8px 20px rgba(0,0,0,.03);\n}\n\n.lgc-benefit:hover{\n  transform:translateX(6px);\n  border-color:#d4a64a;\n}\n\n.lgc-check{\n  min-width:34px;\n  height:34px;\n  border-radius:50%;\n  background:#d4a64a;\n  color:#111;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  font-weight:bold;\n}\n\n.lgc-benefit h4{\n  margin-bottom:8px;\n  color:#111;\n  font-size:18px;\n}\n\n.lgc-benefit p{\n  color:#666;\n  line-height:1.7;\n  font-size:14px;\n}\n\n\/* HIGHLIGHT *\/\n.lgc-highlight{\n  text-align:center;\n  padding:90px 25px;\n  background:\n  linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.96)),\n  url('https:\/\/images.unsplash.com\/photo-1512621776951-a57141f2eefd?q=80\u0026w=1200\u0026auto=format\u0026fit=crop');\n  background-size:cover;\n  background-position:center;\n}\n\n.lgc-highlight h2{\n  font-size:48px;\n  color:#c9972d;\n  margin-bottom:20px;\n  text-transform:uppercase;\n}\n\n.lgc-highlight p{\n  max-width:820px;\n  margin:auto;\n  color:#444;\n  line-height:1.9;\n  font-size:18px;\n}\n\n\/* PREMIUM TAGS *\/\n.lgc-tags{\n  margin-top:40px;\n  display:flex;\n  justify-content:center;\n  flex-wrap:wrap;\n  gap:15px;\n}\n\n.lgc-tag{\n  padding:14px 22px;\n  border-radius:50px;\n  background:#fff;\n  border:1px solid rgba(212,166,74,.2);\n  color:#b8862d;\n  font-weight:700;\n  box-shadow:0 5px 15px rgba(0,0,0,.04);\n  transition:.3s;\n}\n\n.lgc-tag:hover{\n  transform:translateY(-5px);\n  background:#d4a64a;\n  color:#111;\n}\n\n\/* MOBILE *\/\n@media(max-width:768px){\n\n  .lgc-hero{\n    padding:70px 18px 60px;\n  }\n\n  .lgc-hero h1{\n    font-size:40px;\n  }\n\n  .lgc-hero h1 span{\n    font-size:28px;\n  }\n\n  .lgc-title{\n    font-size:30px;\n  }\n\n  .lgc-highlight h2{\n    font-size:34px;\n  }\n\n  .lgc-hero p,\n  .lgc-highlight p{\n    font-size:16px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"lgc-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"lgc-hero\"\u003e\n\u003cdiv class=\"lgc-badge\"\u003ePREMIUM DAILY WELLNESS EXPERIENCE\u003c\/div\u003e\n\u003ch1\u003eThe Power \u003cspan\u003eGolden Capsules\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp\u003eCrafted for modern lifestyles, The Power Golden Capsules bring together premium wellness inspiration and luxury presentation in one refined daily formula. Designed for people who value confidence, consistency, focus, and balance throughout their routine.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"lgc-section\"\u003e\n\u003ch2 class=\"lgc-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cp class=\"lgc-subtitle\"\u003ePremium-quality capsules designed to complement your everyday lifestyle with elegance, simplicity, and modern wellness inspiration.\u003c\/p\u003e\n\u003cdiv class=\"lgc-grid\"\u003e\n\u003cdiv class=\"lgc-card\"\u003e\n\u003cdiv class=\"lgc-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eDaily Lifestyle Support\u003c\/h3\u003e\n\u003cp\u003eDesigned to complement active routines and help you feel refreshed and prepared throughout the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-card\"\u003e\n\u003cdiv class=\"lgc-icon\"\u003e🏔️\u003c\/div\u003e\n\u003ch3\u003eInspired By Himalayan Tradition\u003c\/h3\u003e\n\u003cp\u003eCrafted with inspiration from traditional natural wellness practices and premium ingredient philosophy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-card\"\u003e\n\u003cdiv class=\"lgc-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eLuxury Capsule Experience\u003c\/h3\u003e\n\u003cp\u003eElegant packaging and easy-to-use capsules designed for a smooth and premium daily experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-card\"\u003e\n\u003cdiv class=\"lgc-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eModern Wellness Formula\u003c\/h3\u003e\n\u003cp\u003ePerfect for professionals, fitness-focused individuals, and modern lifestyle routines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"lgc-section lgc-benefits\"\u003e\n\u003ch2 class=\"lgc-title\"\u003eBenefits You’ll Appreciate\u003c\/h2\u003e\n\u003cp class=\"lgc-subtitle\"\u003eCarefully designed for people who seek a balanced, premium, and elevated wellness lifestyle.\u003c\/p\u003e\n\u003cdiv class=\"lgc-benefit-grid\"\u003e\n\u003cdiv class=\"lgc-benefit\"\u003e\n\u003cdiv class=\"lgc-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003ePremium Everyday Formula\u003c\/h4\u003e\n\u003cp\u003eEasy to include in your daily wellness routine without complicated preparation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-benefit\"\u003e\n\u003cdiv class=\"lgc-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eActive Lifestyle Friendly\u003c\/h4\u003e\n\u003cp\u003eDesigned for busy schedules, modern lifestyles, and performance-focused routines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-benefit\"\u003e\n\u003cdiv class=\"lgc-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eElegant Premium Packaging\u003c\/h4\u003e\n\u003cp\u003eSophisticated design that reflects luxury, confidence, and quality standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-benefit\"\u003e\n\u003cdiv class=\"lgc-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eConvenient Capsule Format\u003c\/h4\u003e\n\u003cp\u003eSimple and practical capsule design made for everyday convenience and portability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-benefit\"\u003e\n\u003cdiv class=\"lgc-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eInspired By Natural Wellness\u003c\/h4\u003e\n\u003cp\u003eBuilt around a modern approach to premium wellness and balanced living.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-benefit\"\u003e\n\u003cdiv class=\"lgc-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eConfidence In Every Day\u003c\/h4\u003e\n\u003cp\u003eA refined wellness companion designed to complement focus, motivation, and consistency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL SECTION --\u003e\n\u003csection class=\"lgc-highlight\"\u003e\n\u003ch2\u003eElevate Your Everyday Routine\u003c\/h2\u003e\n\u003cp\u003eThe Power Golden Capsules combine premium presentation with a modern wellness-inspired lifestyle formula. Crafted for individuals who appreciate quality, balance, and a refined daily experience.\u003c\/p\u003e\n\u003cdiv class=\"lgc-tags\"\u003e\n\u003cdiv class=\"lgc-tag\"\u003ePremium Lifestyle Formula\u003c\/div\u003e\n\u003cdiv class=\"lgc-tag\"\u003eLuxury Inspired Design\u003c\/div\u003e\n\u003cdiv class=\"lgc-tag\"\u003eDaily Wellness Support\u003c\/div\u003e\n\u003cdiv class=\"lgc-tag\"\u003eModern Routine Friendly\u003c\/div\u003e\n\u003cdiv class=\"lgc-tag\"\u003eElegant Capsule Experience\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Powerbost","offers":[{"title":"Default Title","offer_id":48826540294363,"sku":null,"price":149.0,"currency_code":"SAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0822\/7812\/1691\/files\/WhatsAppImage2026-06-01at08.22.35_1.jpg?v=1780327548"}],"url":"https:\/\/vrbtk3-ue.myshopify.com\/collections\/capsules.oembed","provider":"Powerbost","version":"1.0","type":"link"}