{"title":"Home page","description":null,"products":[{"product_id":"pocketedge™-slim","title":"PocketEdge™ Slim","description":"\n\u003csection class=\"pe-section\"\u003e\n\n    \u003cdiv class=\"pe-glow\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"pe-container\"\u003e\n\n        \u003cdiv class=\"pe-badge\"\u003e\n            ⚡ PocketEdge™ Slim\n        \u003c\/div\u003e\n\n        \u003ch1 class=\"pe-title\"\u003e\n            Your pocket used to work\n            \u003cspan\u003eagainst you.\u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp class=\"pe-description\"\u003e\n            Bulk. Friction. Wasted seconds.\n            \u003cbr\u003e\u003cbr\u003e\n            The PocketEdge™ Slim changes that.\n            One press. Cards out. Done.\n            \u003cbr\u003e\u003cbr\u003e\n            Engineered for the person who moves with intention because everything you carry should earn its place.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"pe-features\"\u003e\n\n            \u003cdiv class=\"pe-card\"\u003e\n                \u003cdiv class=\"pe-icon\"\u003e⏱️\u003c\/div\u003e\n                \u003ch3\u003eInstant Access\u003c\/h3\u003e\n                \u003cp\u003eOne press. Your cards are ready when you are.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pe-card\"\u003e\n                \u003cdiv class=\"pe-icon\"\u003e💳\u003c\/div\u003e\n                \u003ch3\u003eUltra Slim\u003c\/h3\u003e\n                \u003cp\u003eDesigned to eliminate bulk and streamline your carry.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"pe-card\"\u003e\n                \u003cdiv class=\"pe-icon\"\u003e🛡️\u003c\/div\u003e\n                \u003ch3\u003eRFID Protection\u003c\/h3\u003e\n                \u003cp\u003eProtect your cards from unwanted wireless scans.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003ca href=\"#ProductSubmitButton-template--main\" class=\"pe-button\"\u003e\n            SHOP NOW →\n        \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003cstyle\u003e\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900\u0026display=swap');\n\n.pe-section{\n    background:#ffffff;\n    padding:120px 20px;\n    position:relative;\n    overflow:hidden;\n    text-align:center;\n    font-family:'Inter',sans-serif;\n}\n\n.pe-container{\n    max-width:1100px;\n    margin:auto;\n    position:relative;\n    z-index:2;\n}\n\n.pe-glow{\n    position:absolute;\n    width:700px;\n    height:700px;\n    left:50%;\n    top:50%;\n    transform:translate(-50%,-50%);\n    background:radial-gradient(circle, rgba(0,0,0,0.04), transparent 70%);\n    animation:glowPulse 7s ease-in-out infinite;\n}\n\n.pe-badge{\n    display:inline-block;\n    padding:12px 22px;\n    border-radius:999px;\n    background:#f6f6f6;\n    border:1px solid #e7e7e7;\n    font-size:14px;\n    font-weight:600;\n    color:#111;\n    animation:fadeUp 0.8s ease;\n}\n\n.pe-title{\n    margin-top:25px;\n    margin-bottom:25px;\n    font-size:clamp(48px,8vw,92px);\n    font-weight:900;\n    line-height:1;\n    color:#111;\n    animation:fadeUp 1s ease;\n}\n\n.pe-title span{\n    display:block;\n    background:linear-gradient(90deg,#111,#777);\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n}\n\n.pe-description{\n    max-width:720px;\n    margin:auto;\n    color:#555;\n    font-size:18px;\n    line-height:1.8;\n    animation:fadeUp 1.2s ease;\n}\n\n.pe-features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n    gap:24px;\n    margin-top:70px;\n}\n\n.pe-card{\n    background:#fff;\n    border:1px solid #ececec;\n    border-radius:24px;\n    padding:35px;\n    box-shadow:0 10px 30px rgba(0,0,0,0.04);\n    transition:all .35s ease;\n}\n\n.pe-card:hover{\n    transform:translateY(-10px);\n    box-shadow:0 20px 50px rgba(0,0,0,0.08);\n}\n\n.pe-icon{\n    font-size:34px;\n    margin-bottom:15px;\n}\n\n.pe-card h3{\n    color:#111;\n    margin-bottom:10px;\n    font-size:22px;\n}\n\n.pe-card p{\n    color:#666;\n    line-height:1.6;\n}\n\n.pe-button{\n    display:inline-block !important;\n    margin-top:60px;\n    padding:18px 42px;\n    background:#111111 !important;\n    color:#ffffff !important;\n    text-decoration:none !important;\n    border-radius:999px;\n    font-size:16px;\n    font-weight:700;\n    letter-spacing:1px;\n    border:none !important;\n    opacity:1 !important;\n    visibility:visible !important;\n    transition:all .3s ease;\n    box-shadow:0 12px 30px rgba(0,0,0,0.15);\n}\n\n.pe-button:hover{\n    background:#000000 !important;\n    color:#ffffff !important;\n    transform:translateY(-4px);\n    box-shadow:0 18px 40px rgba(0,0,0,0.2);\n}\n\n@keyframes glowPulse{\n    0%{\n        transform:translate(-50%,-50%) scale(1);\n    }\n    50%{\n        transform:translate(-50%,-50%) scale(1.15);\n    }\n    100%{\n        transform:translate(-50%,-50%) scale(1);\n    }\n}\n\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\u003c\/style\u003e\n\n","brand":"PocketEdge","offers":[{"title":"Default Title","offer_id":54213274075428,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/5101\/5204\/files\/pocketedge-open-box-angle.png?v=1780487840"}],"url":"https:\/\/pocketedge.co.za\/collections\/frontpage.oembed","provider":"PocketEdge","version":"1.0","type":"link"}