{"product_id":"covered™-camp-lantern-portable-led-light","title":"Covered™ | Camp Lantern - Portable LED Light","description":"\u003cstyle\u003e\n\/* ===== COVERED™ CAMP LANTERN PREMIUM SECTION ===== *\/\n\n.covered-lantern-section {\n  background: #2B2B2B;\n  color: #F5F1E6;\n  padding: 100px 20px;\n  font-family: 'Helvetica Neue', sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\n.covered-container {\n  max-width: 1200px;\n  margin: auto;\n}\n\n\/* ===== Animated Lantern ===== *\/\n\n.lantern-visual {\n  position: relative;\n  height: 280px;\n  margin-bottom: 70px;\n  display: flex;\n  justify-content: center;\n  align-items: flex-end;\n}\n\n\/* Lantern Top Handle *\/\n.lantern-handle {\n  position: absolute;\n  top: 20px;\n  width: 90px;\n  height: 50px;\n  border: 6px solid #6B7A3D;\n  border-bottom: none;\n  border-radius: 50px 50px 0 0;\n}\n\n\/* Lantern Body *\/\n.lantern-body {\n  width: 140px;\n  height: 170px;\n  background: #3A3A3A;\n  border-radius: 20px;\n  position: relative;\n  box-shadow: 0 20px 40px rgba(0,0,0,0.6);\n  animation: float 4s ease-in-out infinite;\n}\n\n\/* Lantern Light Glow *\/\n.lantern-light {\n  position: absolute;\n  top: 35px;\n  left: 20px;\n  width: 100px;\n  height: 90px;\n  background: radial-gradient(circle, rgba(245,241,230,0.9) 0%, rgba(245,241,230,0.4) 60%, rgba(245,241,230,0.05) 100%);\n  border-radius: 15px;\n  animation: glow 2.5s ease-in-out infinite;\n}\n\n\/* Base *\/\n.lantern-base {\n  position: absolute;\n  bottom: -20px;\n  width: 160px;\n  height: 25px;\n  background: #6B7A3D;\n  border-radius: 12px;\n}\n\n\/* Glow Animation *\/\n@keyframes glow {\n  0%,100% { opacity: 0.9; transform: scale(1); }\n  50% { opacity: 1; transform: scale(1.05); }\n}\n\n\/* Floating effect *\/\n@keyframes float {\n  0%,100% { transform: translateY(0); }\n  50% { transform: translateY(-8px); }\n}\n\n\/* ===== Header ===== *\/\n\n.covered-header {\n  text-align: center;\n  margin-bottom: 70px;\n}\n\n.covered-header h1 {\n  font-size: 42px;\n  margin-bottom: 15px;\n  animation: fadeDown 1s ease forwards;\n}\n\n.covered-header p {\n  font-size: 18px;\n  opacity: 0.85;\n  max-width: 800px;\n  margin: auto;\n  animation: fadeUp 1.2s ease forwards;\n}\n\n\/* ===== Feature Grid ===== *\/\n\n.covered-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 35px;\n  margin-bottom: 70px;\n}\n\n.covered-card {\n  background: rgba(255,255,255,0.03);\n  backdrop-filter: blur(12px);\n  border: 1px solid rgba(255,255,255,0.08);\n  padding: 35px;\n  border-radius: 20px;\n  transition: all 0.4s ease;\n  opacity: 0;\n  transform: translateY(40px);\n  animation: fadeUp 1s ease forwards;\n}\n\n.covered-card:hover {\n  transform: translateY(-12px);\n  border-color: #6B7A3D;\n  box-shadow: 0 25px 60px rgba(0,0,0,0.7);\n}\n\n.covered-card h3 {\n  color: #6B7A3D;\n  margin-bottom: 20px;\n}\n\n.covered-list {\n  list-style: none;\n  padding: 0;\n}\n\n.covered-list li {\n  margin-bottom: 14px;\n  padding-left: 28px;\n  position: relative;\n}\n\n.covered-list li::before {\n  content: \"✔\";\n  position: absolute;\n  left: 0;\n  color: #6B7A3D;\n  font-weight: bold;\n}\n\n\/* ===== Highlight Section ===== *\/\n\n.covered-highlight {\n  background: linear-gradient(135deg, #6B7A3D, #55622F);\n  padding: 60px;\n  border-radius: 24px;\n  text-align: center;\n  margin-bottom: 60px;\n  animation: fadeUp 1.4s ease forwards;\n}\n\n.covered-highlight h2 {\n  font-size: 30px;\n  margin-bottom: 15px;\n}\n\n\/* ===== Note Section ===== *\/\n\n.covered-note {\n  text-align: center;\n  font-size: 14px;\n  opacity: 0.7;\n  margin-top: 20px;\n}\n\n\/* ===== CTA ===== *\/\n\n.covered-cta {\n  text-align: center;\n  margin-top: 40px;\n}\n\n.covered-btn {\n  display: inline-block;\n  background: #6B7A3D;\n  color: #F5F1E6;\n  padding: 18px 55px;\n  border-radius: 50px;\n  font-weight: 600;\n  text-decoration: none;\n  letter-spacing: 1px;\n  transition: all 0.3s ease;\n}\n\n.covered-btn:hover {\n  background: #55622F;\n  box-shadow: 0 0 35px rgba(107,122,61,0.9);\n  transform: translateY(-5px);\n}\n\n\/* ===== Animations ===== *\/\n\n@keyframes fadeUp {\n  to { opacity: 1; transform: translateY(0); }\n}\n\n@keyframes fadeDown {\n  from { opacity: 0; transform: translateY(-30px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n\/* ===== Mobile ===== *\/\n\n@media (max-width: 768px) {\n  .covered-header h1 { font-size: 28px; }\n  .lantern-visual { height: 220px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"covered-lantern-section\"\u003e\n  \u003cdiv class=\"covered-container\"\u003e\n\n    \u003c!-- Animated Lantern --\u003e\n    \u003cdiv class=\"lantern-visual\"\u003e\n      \u003cdiv class=\"lantern-handle\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"lantern-body\"\u003e\n        \u003cdiv class=\"lantern-light\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"lantern-base\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Header --\u003e\n    \u003cdiv class=\"covered-header\"\u003e\n      \u003ch1\u003eCovered™ | Camp Lantern – Portable LED Light\u003c\/h1\u003e\n      \u003cp\u003eLight up the night, anywhere you go. Reliable warmth and visibility when adventure doesn't stop at sunset.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Features --\u003e\n    \u003cdiv class=\"covered-grid\"\u003e\n\n      \u003cdiv class=\"covered-card\" style=\"animation-delay:0.2s;\"\u003e\n        \u003ch3\u003eWhat You Get\u003c\/h3\u003e\n        \u003cul class=\"covered-list\"\u003e\n          \u003cli\u003eBright warm LED ambient glow\u003c\/li\u003e\n          \u003cli\u003e360° wire cage light coverage\u003c\/li\u003e\n          \u003cli\u003ePortable lightweight design\u003c\/li\u003e\n          \u003cli\u003eBattery powered (3 AA)\u003c\/li\u003e\n          \u003cli\u003eDurable metal cage construction\u003c\/li\u003e\n          \u003cli\u003eVintage style with modern efficiency\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"covered-card\" style=\"animation-delay:0.4s;\"\u003e\n        \u003ch3\u003ePerfect For\u003c\/h3\u003e\n        \u003cul class=\"covered-list\"\u003e\n          \u003cli\u003eCamping \u0026amp; backpacking trips\u003c\/li\u003e\n          \u003cli\u003eTent lighting \u0026amp; night tasks\u003c\/li\u003e\n          \u003cli\u003eVan life \u0026amp; overlanding\u003c\/li\u003e\n          \u003cli\u003eEmergency preparedness kits\u003c\/li\u003e\n          \u003cli\u003eOutdoor gatherings \u0026amp; braais\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- Brand Highlight --\u003e\n    \u003cdiv class=\"covered-highlight\"\u003e\n      \u003ch2\u003eThe Covered™ Difference\u003c\/h2\u003e\n      \u003cp\u003e\n        Great adventures don't end when the sun goes down. Designed for explorers\n        who keep going — no matter how dark it gets.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"covered-note\"\u003e\n      *Requires 3 AA batteries (not included)\n    \u003c\/div\u003e\n\n    \u003c!-- CTA --\u003e\n    \u003cdiv class=\"covered-cta\"\u003e\n      \u003ca href=\"#\" class=\"covered-btn\"\u003eLIGHT UP YOUR CAMP\u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Covered.co.za","offers":[{"title":"Black","offer_id":47448561254649,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true},{"title":"Green","offer_id":47448561287417,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0798\/9536\/3833\/files\/premium-camping-lantern-illuminated.png?v=1771964637","url":"https:\/\/coveredshop.co.za\/products\/covered%e2%84%a2-camp-lantern-portable-led-light","provider":"Covered.co.za","version":"1.0","type":"link"}