{"title":"Home page","description":null,"products":[{"product_id":"manematrix-all-in-one-install-kit","title":"ManeMatriX All-In-One Install Kit","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003ctitle\u003eManematrix | All-in-One Installation Kit\u003c\/title\u003e\n\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@400;500;600\u0026amp;family=Playfair+Display:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\n:root{\n    --black:#050505;\n    --black2:#0d0d0d;\n    --gold:#c9a45d;\n    --gold-light:#ead29c;\n    --white:#ffffff;\n    --grey:#999;\n}\n\n*{\n    box-sizing:border-box;\n    margin:0;\n    padding:0;\n}\n\nbody{\n    background:var(--black);\n    color:var(--white);\n    font-family:\"DM Sans\",sans-serif;\n    overflow-x:hidden;\n}\n\n\n\/* ==============================\n   MAIN DESCRIPTION\n============================== *\/\n\n.product-description{\n    position:relative;\n    max-width:1100px;\n    margin:auto;\n    padding:90px 7%;\n    overflow:hidden;\n}\n\n\n\/* ==============================\n   BACKGROUND GLOW\n============================== *\/\n\n.product-description::before{\n    content:\"\";\n    position:absolute;\n\n    width:500px;\n    height:500px;\n\n    top:-200px;\n    right:-180px;\n\n    border-radius:50%;\n\n    background:rgba(201,164,93,.08);\n\n    filter:blur(80px);\n\n    animation:glow 6s ease-in-out infinite;\n}\n\n.product-description::after{\n    content:\"\";\n\n    position:absolute;\n\n    width:350px;\n    height:350px;\n\n    bottom:-180px;\n    left:-180px;\n\n    border-radius:50%;\n\n    background:rgba(201,164,93,.05);\n\n    filter:blur(70px);\n\n    animation:glow 8s ease-in-out infinite reverse;\n}\n\n@keyframes glow{\n\n    0%,100%{\n        transform:scale(1);\n        opacity:.5;\n    }\n\n    50%{\n        transform:scale(1.25);\n        opacity:1;\n    }\n\n}\n\n\n\/* ==============================\n   CONTENT\n============================== *\/\n\n.description-content{\n    position:relative;\n    z-index:2;\n    animation:fadeUp 1s ease forwards;\n}\n\n@keyframes fadeUp{\n\n    from{\n        opacity:0;\n        transform:translateY(30px);\n    }\n\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n\n}\n\n\n\/* ==============================\n   BRAND\n============================== *\/\n\n.brand{\n    display:flex;\n    align-items:center;\n    gap:12px;\n\n    margin-bottom:22px;\n\n    color:var(--gold-light);\n\n    font-size:10px;\n\n    letter-spacing:4px;\n\n    text-transform:uppercase;\n}\n\n.brand::before{\n    content:\"\";\n\n    width:35px;\n    height:1px;\n\n    background:var(--gold);\n}\n\n\n\/* ==============================\n   TITLE\n============================== *\/\n\n.product-title{\n    font-family:\"Playfair Display\",serif;\n\n    font-size:\n        clamp(40px,6vw,70px);\n\n    font-weight:400;\n\n    line-height:1;\n\n    margin-bottom:28px;\n\n    letter-spacing:-1.5px;\n}\n\n.product-title span{\n    color:var(--gold-light);\n    font-style:italic;\n}\n\n\n\/* ==============================\n   DESCRIPTION\n============================== *\/\n\n.description{\n    max-width:800px;\n\n    color:#aaa;\n\n    font-size:15px;\n\n    line-height:1.9;\n\n    margin-bottom:45px;\n}\n\n.description strong{\n    color:white;\n    font-weight:500;\n}\n\n\n\/* ==============================\n   FEATURES\n============================== *\/\n\n.features{\n    display:grid;\n\n    grid-template-columns:\n        repeat(2,1fr);\n\n    gap:14px;\n\n    margin-top:30px;\n}\n\n.feature{\n    position:relative;\n\n    padding:25px;\n\n    background:\n        linear-gradient(\n            145deg,\n            rgba(255,255,255,.045),\n            rgba(255,255,255,.01)\n        );\n\n    border:1px solid\n        rgba(255,255,255,.09);\n\n    transition:\n        transform .4s ease,\n        border-color .4s ease,\n        background .4s ease;\n\n    overflow:hidden;\n}\n\n.feature:hover{\n    transform:translateY(-6px);\n\n    border-color:\n        rgba(201,164,93,.45);\n\n    background:\n        linear-gradient(\n            145deg,\n            rgba(201,164,93,.08),\n            rgba(255,255,255,.02)\n        );\n}\n\n.feature::after{\n    content:\"\";\n\n    position:absolute;\n\n    width:80px;\n    height:80px;\n\n    right:-40px;\n    bottom:-40px;\n\n    border-radius:50%;\n\n    background:rgba(201,164,93,.08);\n\n    transition:.5s;\n}\n\n.feature:hover::after{\n    transform:scale(2);\n}\n\n.feature-number{\n    color:var(--gold);\n\n    font-family:\"Playfair Display\",serif;\n\n    font-size:25px;\n\n    margin-bottom:20px;\n}\n\n.feature h3{\n    font-family:\"Playfair Display\",serif;\n\n    font-weight:400;\n\n    font-size:22px;\n\n    margin-bottom:8px;\n}\n\n.feature p{\n    color:#777;\n\n    font-size:12px;\n\n    line-height:1.7;\n}\n\n\n\/* ==============================\n   CLOSING STATEMENT\n============================== *\/\n\n.closing{\n    margin-top:50px;\n\n    padding-top:35px;\n\n    border-top:1px solid\n        rgba(255,255,255,.1);\n\n    color:#777;\n\n    font-size:13px;\n\n    line-height:1.8;\n}\n\n.closing span{\n    color:var(--gold-light);\n\n    font-family:\"Playfair Display\",serif;\n\n    font-size:20px;\n}\n\n\n\/* ==============================\n   MOBILE\n============================== *\/\n\n@media(max-width:650px){\n\n    .product-description{\n        padding:60px 22px;\n    }\n\n    .product-title{\n        font-size:44px;\n    }\n\n    .description{\n        font-size:13px;\n        line-height:1.8;\n    }\n\n    .features{\n        grid-template-columns:1fr;\n    }\n\n    .feature{\n        padding:22px;\n    }\n\n}\n\n\u003c\/style\u003e\n\n\n\n\n\n\n\u003csection class=\"product-description\"\u003e\n\n    \u003cdiv class=\"description-content\"\u003e\n\n\n        \u003cdiv class=\"brand\"\u003e\n            MANEMATRIX\n        \u003c\/div\u003e\n\n\n        \u003ch1 class=\"product-title\"\u003e\n\n            All-in-One\n            \u003cspan\u003eInstallation Kit\u003c\/span\u003e\n\n        \u003c\/h1\u003e\n\n\n        \u003cp class=\"description\"\u003e\n\n            Everything you need for a clean, professional-looking\n            wig installation — brought together in one convenient\n            \u003cstrong\u003eManematrix All-in-One Installation Kit.\u003c\/strong\u003e\n\n            Designed for both beginners and experienced stylists,\n            this kit helps simplify your installation routine while\n            keeping your essential tools organised and ready to use.\n\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"features\"\u003e\n\n\n            \u003cdiv class=\"feature\"\u003e\n\n                \u003cdiv class=\"feature-number\"\u003e\n                    01\n                \u003c\/div\u003e\n\n                \u003ch3\u003e\n                    All-in-One\n                \u003c\/h3\u003e\n\n                \u003cp\u003e\n                    Your essential installation tools\n                    conveniently brought together in one kit.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"feature\"\u003e\n\n                \u003cdiv class=\"feature-number\"\u003e\n                    02\n                \u003c\/div\u003e\n\n                \u003ch3\u003e\n                    Professional Finish\n                \u003c\/h3\u003e\n\n                \u003cp\u003e\n                    Designed to help you achieve a\n                    neat, polished and professional-looking\n                    installation.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"feature\"\u003e\n\n                \u003cdiv class=\"feature-number\"\u003e\n                    03\n                \u003c\/div\u003e\n\n                \u003ch3\u003e\n                    Easy to Use\n                \u003c\/h3\u003e\n\n                \u003cp\u003e\n                    A practical setup suitable for\n                    everyday wig installation and styling.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"feature\"\u003e\n\n                \u003cdiv class=\"feature-number\"\u003e\n                    04\n                \u003c\/div\u003e\n\n                \u003ch3\u003e\n                    Home \u0026amp; Salon\n                \u003c\/h3\u003e\n\n                \u003cp\u003e\n                    Ideal for personal use, mobile stylists\n                    and professional salon environments.\n                \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"closing\"\u003e\n\n            \u003cspan\u003e\n                Install with confidence.\n            \u003c\/span\u003e\n\n            \u003cbr\u003e\n\n            Manematrix brings the essentials together\n            so you can focus on creating the perfect look.\n\n        \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c\/body\u003e","brand":"ManeMatriX","offers":[{"title":"Default Title","offer_id":47855052914866,"sku":null,"price":500.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/9240\/9778\/files\/mane-matrix-sleek-flat-box_12cf14cc-cdee-4666-b1b6-8f91ccbe6967.png?v=1786018658"}],"url":"https:\/\/www.manematrix.co.za\/collections\/frontpage.oembed","provider":"ManeMatriX","version":"1.0","type":"link"}