{"product_id":"animatiq™-chillcloud-comfort-mat™-❄️🐾","title":"ANIMATIQ™ ChillCloud Comfort Mat™ ❄️🐾","description":"\u003cstyle\u003e\n  .animatiq-chillcloud {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    max-width: 950px;\n    margin: 0 auto;\n    color: #1b1b1b;\n    overflow: hidden;\n  }\n\n  .animatiq-chillcloud * {\n    box-sizing: border-box;\n  }\n\n  \/* HERO *\/\n  .chillcloud-hero {\n    position: relative;\n    text-align: center;\n    padding: 55px 25px;\n    border-radius: 24px;\n    background: linear-gradient(145deg, #ffffff 0%, #faf8f2 100%);\n    border: 1px solid #d4af37;\n    box-shadow: 0 15px 40px rgba(0,0,0,0.08);\n    animation: chillFade 1s ease forwards;\n  }\n\n  .chillcloud-brand {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 5px;\n    color: #c49b2e;\n    margin-bottom: 12px;\n  }\n\n  .chillcloud-hero h1 {\n    font-size: 38px;\n    line-height: 1.15;\n    margin: 0;\n    font-weight: 800;\n  }\n\n  .chillcloud-subtitle {\n    margin: 12px 0 25px;\n    font-size: 18px;\n    color: #777;\n  }\n\n  .chillcloud-tagline {\n    font-size: 25px;\n    font-weight: 700;\n    line-height: 1.35;\n    margin-bottom: 18px;\n  }\n\n  .gold {\n    color: #c49b2e;\n  }\n\n  .chillcloud-hero p {\n    max-width: 680px;\n    margin: auto;\n    font-size: 16px;\n    line-height: 1.75;\n    color: #555;\n  }\n\n  \/* FLOATING ICONS *\/\n  .floating-paw {\n    position: absolute;\n    font-size: 28px;\n    opacity: 0.15;\n    animation: floatPaw 4s ease-in-out infinite;\n  }\n\n  .paw-one {\n    top: 25px;\n    left: 7%;\n  }\n\n  .paw-two {\n    bottom: 25px;\n    right: 7%;\n    animation-delay: 1.5s;\n  }\n\n  @keyframes floatPaw {\n    0%,100% {\n      transform: translateY(0) rotate(-8deg);\n    }\n    50% {\n      transform: translateY(-12px) rotate(8deg);\n    }\n  }\n\n  \/* SECTION *\/\n  .chillcloud-section {\n    padding: 55px 20px;\n    text-align: center;\n  }\n\n  .chillcloud-section h2 {\n    font-size: 29px;\n    margin: 0 0 12px;\n  }\n\n  .section-intro {\n    color: #777;\n    font-size: 16px;\n    margin-bottom: 32px;\n  }\n\n  \/* FEATURES *\/\n  .chillcloud-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n  }\n\n  .chillcloud-card {\n    background: #fff;\n    padding: 30px 22px;\n    border-radius: 18px;\n    border: 1px solid #eeeeee;\n    box-shadow: 0 7px 22px rgba(0,0,0,0.06);\n    transition: all 0.35s ease;\n    animation: cardAppear 0.8s ease forwards;\n  }\n\n  .chillcloud-card:hover {\n    transform: translateY(-7px);\n    border-color: #d4af37;\n    box-shadow: 0 15px 30px rgba(196,155,46,0.16);\n  }\n\n  .chillcloud-icon {\n    font-size: 38px;\n    margin-bottom: 13px;\n    display: block;\n  }\n\n  .chillcloud-card h3 {\n    margin: 0 0 9px;\n    font-size: 18px;\n  }\n\n  .chillcloud-card p {\n    margin: 0;\n    color: #666;\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  \/* DARK STATEMENT *\/\n  .chillcloud-statement {\n    padding: 50px 25px;\n    border-radius: 22px;\n    background: #111111;\n    color: white;\n    text-align: center;\n    position: relative;\n  }\n\n  .chillcloud-statement h2 {\n    color: #d4af37;\n    font-size: 29px;\n    margin: 0 0 18px;\n  }\n\n  .chillcloud-statement p {\n    max-width: 680px;\n    margin: auto;\n    font-size: 17px;\n    line-height: 1.75;\n    color: #e8e8e8;\n  }\n\n  .chillcloud-highlight {\n    color: #ffffff;\n    font-weight: 700;\n  }\n\n  \/* BENEFIT STRIP *\/\n  .benefit-strip {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 15px;\n    padding: 45px 10px;\n  }\n\n  .benefit {\n    flex: 1 1 180px;\n    padding: 22px 12px;\n    border-radius: 15px;\n    background: #faf8f2;\n    border: 1px solid #eee;\n  }\n\n  .benefit-icon {\n    font-size: 30px;\n    display: block;\n    margin-bottom: 8px;\n  }\n\n  .benefit strong {\n    font-size: 14px;\n  }\n\n  \/* CTA *\/\n  .chillcloud-cta {\n    text-align: center;\n    padding: 45px 20px;\n    border-radius: 22px;\n    background: linear-gradient(135deg, #c49b2e, #e4c86a);\n    box-shadow: 0 12px 30px rgba(0,0,0,0.1);\n  }\n\n  .chillcloud-cta h2 {\n    margin: 0 0 10px;\n    font-size: 28px;\n  }\n\n  .chillcloud-cta p {\n    margin: 0;\n    font-size: 17px;\n    line-height: 1.6;\n  }\n\n  .chillcloud-footer {\n    text-align: center;\n    padding: 28px 15px 5px;\n    font-size: 13px;\n    letter-spacing: 1px;\n    color: #999;\n  }\n\n  \/* ANIMATIONS *\/\n  @keyframes chillFade {\n    from {\n      opacity: 0;\n      transform: translateY(25px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes cardAppear {\n    from {\n      opacity: 0;\n      transform: translateY(20px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 650px) {\n\n    .chillcloud-hero {\n      padding: 42px 20px;\n    }\n\n    .chillcloud-hero h1 {\n      font-size: 29px;\n    }\n\n    .chillcloud-tagline {\n      font-size: 21px;\n    }\n\n    .chillcloud-features {\n      grid-template-columns: 1fr;\n    }\n\n    .chillcloud-section {\n      padding: 40px 12px;\n    }\n\n    .chillcloud-statement {\n      padding: 40px 20px;\n    }\n\n    .chillcloud-statement h2 {\n      font-size: 25px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"animatiq-chillcloud\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"chillcloud-hero\"\u003e\n\n    \u003cspan class=\"floating-paw paw-one\"\u003e🐾\u003c\/span\u003e\n    \u003cspan class=\"floating-paw paw-two\"\u003e🐾\u003c\/span\u003e\n\n    \u003cdiv class=\"chillcloud-brand\"\u003e\n      ANIMATIQ™\n    \u003c\/div\u003e\n\n    \u003ch1\u003e\n      ChillCloud Comfort Mat ❄️🐾\n    \u003c\/h1\u003e\n\n    \u003cdiv class=\"chillcloud-subtitle\"\u003e\n      Breathable Cooling \u0026amp; Comfort for Dogs \u0026amp; Cats\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"chillcloud-tagline\"\u003e\n      A \u003cspan class=\"gold\"\u003ecooler\u003c\/span\u003e place to rest.\u003cbr\u003e\n      A \u003cspan class=\"gold\"\u003esofter\u003c\/span\u003e place to dream. ☁️\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Give your furry friend their own little cloud of comfort.\n      The \u003cstrong\u003eANIMATIQ™ ChillCloud Comfort Mat\u003c\/strong\u003e combines\n      breathable comfort with soft polyester fibre filling to create\n      a cosy resting space for everyday naps and relaxation. 🐶🐱\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"chillcloud-section\"\u003e\n\n    \u003ch2\u003e\n      Comfort They'll Keep Coming Back To. 🤍\n    \u003c\/h2\u003e\n\n    \u003cp class=\"section-intro\"\u003e\n      Designed for everyday lounging, relaxing and those seriously good naps.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"chillcloud-features\"\u003e\n\n      \u003cdiv class=\"chillcloud-card\"\u003e\n        \u003cspan class=\"chillcloud-icon\"\u003e❄️\u003c\/span\u003e\n        \u003ch3\u003eBreathable Comfort\u003c\/h3\u003e\n        \u003cp\u003e\n          A breathable surface designed to provide a more comfortable\n          resting environment for your pet.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"chillcloud-card\"\u003e\n        \u003cspan class=\"chillcloud-icon\"\u003e☁️\u003c\/span\u003e\n        \u003ch3\u003eSoft \u0026amp; Cosy\u003c\/h3\u003e\n        \u003cp\u003e\n          Soft polyester fibre filling creates a comfortable cushioned\n          space for relaxing and napping.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"chillcloud-card\"\u003e\n        \u003cspan class=\"chillcloud-icon\"\u003e🧼\u003c\/span\u003e\n        \u003ch3\u003eWashable\u003c\/h3\u003e\n        \u003cp\u003e\n          Easy to clean and maintain, helping keep your pet's favourite\n          resting place fresh.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"chillcloud-card\"\u003e\n        \u003cspan class=\"chillcloud-icon\"\u003e🐶🐱\u003c\/span\u003e\n        \u003ch3\u003eMade for Pets\u003c\/h3\u003e\n        \u003cp\u003e\n          A versatile comfort mat suitable for both cats and dogs.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- EMOTIONAL SECTION --\u003e\n  \u003cdiv class=\"chillcloud-statement\"\u003e\n\n    \u003ch2\u003e\n      Their Favourite Place Might Become Your Couch's Competition. 😴\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      After a long day of exploring, playing and keeping you entertained,\n      your pet deserves somewhere special to switch off.\n      \u003cbr\u003e\u003cbr\u003e\n\n      With the \u003cspan class=\"chillcloud-highlight\"\u003e\n      ANIMATIQ™ ChillCloud Comfort Mat\n      \u003c\/span\u003e, they get a soft, breathable space designed for\n      relaxing whenever they need it.\n      \u003cbr\u003e\u003cbr\u003e\n\n      \u003cspan class=\"chillcloud-highlight\"\u003e\n      Because happy pets deserve comfortable naps. 🐾🤍\n      \u003c\/span\u003e\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"benefit-strip\"\u003e\n\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"benefit-icon\"\u003e❄️\u003c\/span\u003e\n      \u003cstrong\u003eBreathable\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"benefit-icon\"\u003e☁️\u003c\/span\u003e\n      \u003cstrong\u003eSoft \u0026amp; Comfortable\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"benefit-icon\"\u003e🧼\u003c\/span\u003e\n      \u003cstrong\u003eWashable\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit\"\u003e\n      \u003cspan class=\"benefit-icon\"\u003e🐾\u003c\/span\u003e\n      \u003cstrong\u003eDogs \u0026amp; Cats\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"chillcloud-cta\"\u003e\n\n    \u003ch2\u003e\n      Give Them Their Own Little Cloud. ☁️🐾\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Comfortable. Breathable. Easy to clean.\u003cbr\u003e\n      \u003cstrong\u003eANIMATIQ™ — Smarter Pet Care. Happier Pets.\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"chillcloud-footer\"\u003e\n    ANIMATIQ™ • PREMIUM PET ESSENTIALS\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Animatiq™ Vision \u0026 Voice Smart Pet Feeder. ","offers":[{"title":"Default Title","offer_id":52526592786663,"sku":null,"price":199.9,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0800\/5897\/4439\/files\/6ee87a03-1bc4-40d0-b19e-c0f44fc148c9_6f86236b-738e-43e7-a8c9-a175d33a6f66.avif?v=1787810153","url":"https:\/\/animatiq.co.za\/products\/animatiq%e2%84%a2-chillcloud-comfort-mat%e2%84%a2-%e2%9d%84%ef%b8%8f%f0%9f%90%be","provider":"Animatiq™ Vision \u0026 Voice Smart Pet Feeder. ","version":"1.0","type":"link"}