{"product_id":"dog-cooling-mat","title":"Dog Cooling Mat™","description":"\u003c!-- DOG COOLING MAT – Shopify Product Description (English) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Insert via product editor \u003e \u003c\u003e HTML toggle --\u003e\n\u003cstyle\u003e\n  .dcm-wrap {\n    --ice:          #EAF5EE;\n    --ice-deep:     #C8E6D0;\n    --ocean:        #1A5C35;\n    --ocean-light:  #2E8B57;\n    --ocean-pale:   #E3F5EA;\n    --sky:          #6DBF8A;\n    --sky-pale:     #C8EDD5;\n    --coral:        #E07A5F;\n    --coral-pale:   #FAEAE5;\n    --warm-white:   #FDFEFE;\n    --text-dark:    #0F2A1A;\n    --text-mid:     #3D6650;\n    --text-light:   #7AA88A;\n    --sand:         #EDE8DF;\n    font-family: 'DM Sans', sans-serif;\n    color: var(--text-dark);\n    background: var(--warm-white);\n    max-width: 860px;\n    margin: 0 auto;\n    overflow: hidden;\n  }\n\n  \/* ── HERO ── *\/\n  .dcm-hero {\n    background: linear-gradient(135deg, #1A5C35 0%, #0F3D22 60%, #0A2D18 100%);\n    color: var(--warm-white);\n    padding: 56px 44px 50px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .dcm-ripple {\n    position: absolute;\n    border-radius: 50%;\n    border: 1.5px solid rgba(109,191,138,0.25);\n    animation: dcm-ripple-out 4s ease-out infinite;\n  }\n  .dcm-ripple-1 { width: 200px; height: 200px; top: -40px; right: 60px; animation-delay: 0s; }\n  .dcm-ripple-2 { width: 320px; height: 320px; top: -100px; right: 0px; animation-delay: 0.8s; }\n  .dcm-ripple-3 { width: 440px; height: 440px; top: -160px; right: -60px; animation-delay: 1.6s; }\n  .dcm-ripple-4 { width: 160px; height: 160px; bottom: -30px; left: 20px; animation-delay: 0.5s; }\n\n  @keyframes dcm-ripple-out {\n    0%   { opacity: 0.5; transform: scale(0.92); }\n    50%  { opacity: 0.2; }\n    100% { opacity: 0; transform: scale(1.08); }\n  }\n\n  .dcm-crystal {\n    position: absolute;\n    font-size: 22px;\n    opacity: 0;\n    animation: dcm-drift 7s ease-in-out infinite;\n  }\n  .dcm-crystal:nth-child(5)  { top: 18%; left: 8%;   animation-delay: 0s;   animation-duration: 6s; }\n  .dcm-crystal:nth-child(6)  { top: 60%; left: 14%;  animation-delay: 1.2s; animation-duration: 8s; }\n  .dcm-crystal:nth-child(7)  { top: 30%; right: 18%; animation-delay: 2.1s; animation-duration: 7s; }\n  .dcm-crystal:nth-child(8)  { top: 72%; right: 10%; animation-delay: 0.7s; animation-duration: 9s; }\n\n  @keyframes dcm-drift {\n    0%   { opacity: 0;    transform: translateY(0px) rotate(0deg); }\n    20%  { opacity: 0.45; }\n    80%  { opacity: 0.3; }\n    100% { opacity: 0;    transform: translateY(-22px) rotate(25deg); }\n  }\n\n  .dcm-eyebrow {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--sky);\n    margin-bottom: 14px;\n    opacity: 0;\n    animation: dcm-fadein 0.6s 0.1s forwards;\n  }\n  .dcm-hero h2 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(38px, 7vw, 64px);\n    font-weight: 800;\n    line-height: 1.02;\n    letter-spacing: -0.5px;\n    color: var(--warm-white);\n    margin: 0 0 18px;\n    opacity: 0;\n    animation: dcm-fadein 0.7s 0.25s forwards;\n  }\n  .dcm-hero h2 em { font-style: normal; color: var(--sky); }\n  .dcm-hero-sub {\n    font-size: 16px;\n    font-weight: 300;\n    color: rgba(253,254,254,0.68);\n    line-height: 1.65;\n    max-width: 500px;\n    margin: 0 0 32px;\n    opacity: 0;\n    animation: dcm-fadein 0.7s 0.4s forwards;\n  }\n  .dcm-badge-row {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    opacity: 0;\n    animation: dcm-fadein 0.7s 0.55s forwards;\n  }\n  .dcm-badge {\n    background: rgba(109,191,138,0.12);\n    border: 1px solid rgba(109,191,138,0.35);\n    color: var(--sky-pale);\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.4px;\n    padding: 7px 14px;\n    border-radius: 40px;\n  }\n  @keyframes dcm-fadein {\n    from { opacity: 0; transform: translateY(14px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* ── TEMP STRIP ── *\/\n  .dcm-temp-strip {\n    background: var(--ice-deep);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 32px;\n    padding: 18px 40px;\n    flex-wrap: wrap;\n  }\n  .dcm-temp-stat { text-align: center; }\n  .dcm-temp-num {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 30px;\n    font-weight: 800;\n    color: var(--ocean);\n    line-height: 1;\n  }\n  .dcm-temp-label {\n    font-size: 11px;\n    color: var(--text-mid);\n    font-weight: 400;\n    letter-spacing: 0.5px;\n    margin-top: 3px;\n  }\n  .dcm-temp-sep { width: 1px; height: 36px; background: rgba(26,92,53,0.2); }\n\n  \/* ── DIVIDER ── *\/\n  .dcm-divider {\n    height: 3px;\n    background: linear-gradient(90deg, var(--ocean-light), var(--sky), transparent);\n  }\n\n  \/* ── SECTIONS ── *\/\n  .dcm-section { padding: 44px 44px; }\n  .dcm-section-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--ocean-light);\n    margin-bottom: 28px;\n  }\n\n  \/* ── BENEFITS ── *\/\n  .dcm-benefits-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n  }\n  .dcm-benefit-card {\n    background: var(--warm-white);\n    border: 1px solid var(--ice-deep);\n    border-radius: 14px;\n    padding: 24px 20px;\n    transition: transform 0.28s ease, box-shadow 0.28s ease;\n    position: relative;\n    overflow: hidden;\n  }\n  .dcm-benefit-card::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, rgba(109,191,138,0.06) 0%, transparent 60%);\n    opacity: 0;\n    transition: opacity 0.3s;\n  }\n  .dcm-benefit-card:hover { transform: translateY(-5px); box-shadow: 0 14px 36px rgba(26,92,53,0.12); }\n  .dcm-benefit-card:hover::after { opacity: 1; }\n  .dcm-benefit-icon { font-size: 28px; margin-bottom: 12px; display: block; }\n  .dcm-benefit-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--ocean);\n    margin-bottom: 7px;\n    letter-spacing: 0.2px;\n  }\n  .dcm-benefit-desc {\n    font-size: 13px;\n    font-weight: 300;\n    color: var(--text-mid);\n    line-height: 1.6;\n  }\n\n  \/* ── USE CASES ── *\/\n  .dcm-usecases {\n    background: linear-gradient(135deg, #1A5C35 0%, #0F3D22 100%);\n    padding: 44px 44px;\n  }\n  .dcm-usecases .dcm-section-label { color: var(--sky); }\n  .dcm-usecases-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n  }\n  .dcm-usecase {\n    background: rgba(253,254,254,0.06);\n    border: 1px solid rgba(109,191,138,0.2);\n    border-radius: 12px;\n    padding: 22px 14px;\n    text-align: center;\n    transition: background 0.28s, transform 0.28s;\n  }\n  .dcm-usecase:hover { background: rgba(109,191,138,0.14); transform: translateY(-3px); }\n  .dcm-usecase-icon { font-size: 26px; display: block; margin-bottom: 10px; }\n  .dcm-usecase-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--warm-white);\n    margin-bottom: 5px;\n  }\n  .dcm-usecase-desc { font-size: 12px; color: rgba(253,254,254,0.5); line-height: 1.5; font-weight: 300; }\n\n  \/* ── HOW COOLING WORKS ── *\/\n  .dcm-science {\n    background: var(--ice);\n    padding: 44px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .dcm-science::before {\n    content: '🌿';\n    position: absolute;\n    font-size: 200px;\n    opacity: 0.04;\n    right: -20px;\n    bottom: -40px;\n    animation: dcm-spin 20s linear infinite;\n  }\n  @keyframes dcm-spin { to { transform: rotate(360deg); } }\n  .dcm-science-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 0;\n  }\n  .dcm-sci-step {\n    flex: 1;\n    text-align: center;\n    position: relative;\n  }\n  .dcm-sci-step + .dcm-sci-step::before {\n    content: '→';\n    position: absolute;\n    left: -13px;\n    top: 10px;\n    color: var(--sky);\n    font-size: 20px;\n  }\n  .dcm-sci-icon {\n    font-size: 32px;\n    display: block;\n    margin-bottom: 10px;\n    animation: dcm-pulse 3s ease-in-out infinite;\n  }\n  .dcm-sci-step:nth-child(2) .dcm-sci-icon { animation-delay: 0.5s; }\n  .dcm-sci-step:nth-child(3) .dcm-sci-icon { animation-delay: 1s; }\n  .dcm-sci-step:nth-child(4) .dcm-sci-icon { animation-delay: 1.5s; }\n  @keyframes dcm-pulse {\n    0%,100% { transform: scale(1); }\n    50%      { transform: scale(1.12); }\n  }\n  .dcm-sci-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--ocean);\n    margin-bottom: 6px;\n  }\n  .dcm-sci-desc {\n    font-size: 12.5px;\n    color: var(--text-mid);\n    font-weight: 300;\n    line-height: 1.55;\n  }\n\n  \/* ── SPECS ── *\/\n  .dcm-specs-table { width: 100%; border-collapse: collapse; font-size: 14px; }\n  .dcm-specs-table tr { border-bottom: 1px solid var(--ice-deep); transition: background 0.2s; }\n  .dcm-specs-table tr:last-child { border-bottom: none; }\n  .dcm-specs-table tr:hover { background: var(--ocean-pale); }\n  .dcm-specs-table td { padding: 13px 6px; vertical-align: middle; color: var(--text-mid); font-weight: 300; }\n  .dcm-specs-table td:first-child {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 15px;\n    color: var(--ocean);\n    width: 38%;\n  }\n  .dcm-spec-check { color: var(--ocean-light); font-size: 15px; margin-right: 6px; }\n\n  \/* ── REVIEWS ── *\/\n  .dcm-reviews { background: var(--warm-white); padding: 44px 44px; }\n  .dcm-reviews-header {\n    display: flex;\n    align-items: baseline;\n    gap: 18px;\n    margin-bottom: 28px;\n  }\n  .dcm-overall-score {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 800;\n    color: var(--ocean);\n    line-height: 1;\n  }\n  .dcm-overall-meta { display: flex; flex-direction: column; gap: 3px; }\n  .dcm-stars-full { color: #E8A045; font-size: 20px; letter-spacing: 2px; }\n  .dcm-reviews-count { font-size: 13px; color: var(--text-light); font-weight: 300; }\n  .dcm-reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }\n  .dcm-review-card {\n    background: var(--ice);\n    border: 1px solid var(--ice-deep);\n    border-radius: 14px;\n    padding: 22px 20px;\n    transition: box-shadow 0.25s, transform 0.25s;\n  }\n  .dcm-review-card:hover { box-shadow: 0 8px 24px rgba(26,92,53,0.10); transform: translateY(-3px); }\n  .dcm-review-stars { color: #E8A045; font-size: 14px; letter-spacing: 1px; margin-bottom: 10px; }\n  .dcm-review-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--ocean);\n    margin-bottom: 8px;\n  }\n  .dcm-review-body {\n    font-size: 13px;\n    font-weight: 300;\n    color: var(--text-mid);\n    line-height: 1.65;\n    margin-bottom: 14px;\n  }\n  .dcm-review-footer { display: flex; align-items: center; justify-content: space-between; font-size: 12px; }\n  .dcm-reviewer-name { font-weight: 500; color: var(--text-mid); }\n  .dcm-verified {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    font-size: 11px;\n    color: var(--ocean-light);\n    background: rgba(46,139,87,0.1);\n    padding: 3px 9px;\n    border-radius: 20px;\n  }\n  .dcm-helpful { font-size: 11px; color: var(--text-light); margin-top: 8px; }\n\n  \/* ── FAQ ── *\/\n  .dcm-faq { padding: 44px 44px; background: var(--ice-deep); }\n  .dcm-faq-item { border-bottom: 1px solid rgba(26,92,53,0.15); padding: 18px 0; }\n  .dcm-faq-item:first-of-type { padding-top: 0; }\n  .dcm-faq-q {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--ocean);\n    margin-bottom: 8px;\n  }\n  .dcm-faq-a { font-size: 13.5px; font-weight: 300; color: var(--text-mid); line-height: 1.65; }\n\n  \/* ── CTA ── *\/\n  .dcm-cta {\n    background: linear-gradient(135deg, #1A5C35 0%, #0A2D18 100%);\n    padding: 52px 44px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .dcm-wave-bar {\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, transparent, var(--sky), var(--ocean-light), transparent);\n    animation: dcm-wave-slide 3s linear infinite;\n    opacity: 0.5;\n  }\n  @keyframes dcm-wave-slide {\n    0%   { transform: translateX(-100%); }\n    100% { transform: translateX(100%); }\n  }\n  .dcm-cta-eyebrow {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--sky);\n    margin-bottom: 12px;\n  }\n  .dcm-cta h2 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(28px, 5vw, 44px);\n    font-weight: 800;\n    color: var(--warm-white);\n    line-height: 1.08;\n    margin: 0 0 14px;\n  }\n  .dcm-cta-sub {\n    font-size: 15px;\n    font-weight: 300;\n    color: rgba(253,254,254,0.6);\n    margin-bottom: 30px;\n  }\n  .dcm-whats-in {\n    background: rgba(253,254,254,0.08);\n    border: 1px solid rgba(109,191,138,0.3);\n    border-radius: 10px;\n    display: inline-block;\n    padding: 14px 32px;\n    font-size: 14px;\n    color: var(--sky-pale);\n    font-weight: 400;\n  }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 600px) {\n    .dcm-section, .dcm-usecases, .dcm-science,\n    .dcm-reviews, .dcm-faq, .dcm-cta { padding: 36px 22px; }\n    .dcm-hero { padding: 44px 22px 38px; }\n    .dcm-benefits-grid, .dcm-reviews-grid { grid-template-columns: 1fr; }\n    .dcm-usecases-grid { grid-template-columns: 1fr 1fr; }\n    .dcm-science-row { flex-direction: column; gap: 20px; }\n    .dcm-sci-step + .dcm-sci-step::before { display: none; }\n    .dcm-temp-strip { gap: 18px; }\n    .dcm-temp-sep { display: none; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"dcm-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"dcm-hero\"\u003e\n\u003cdiv class=\"dcm-ripple dcm-ripple-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"dcm-ripple dcm-ripple-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"dcm-ripple dcm-ripple-3\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"dcm-ripple dcm-ripple-4\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"dcm-crystal\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"dcm-crystal\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"dcm-crystal\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"dcm-crystal\"\u003e🌿\u003c\/div\u003e\n\u003cp class=\"dcm-eyebrow\" style=\"text-align: center;\"\u003eInstant Summer Relief\u003c\/p\u003e\n\u003ch2 style=\"text-align: center;\"\u003eStay Cool.\u003cbr\u003e\u003cem\u003eStay Happy.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003e\u003cem\u003e\u003cimg src=\"https:\/\/groom-pet.com\/cdn\/shop\/files\/Cooling_mat_gif_1.gif?v=1727843274\u0026amp;width=400\" alt=\"Groom-pet\" width=\"254\" height=\"254\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp style=\"margin-inline: auto; text-align: center;\" class=\"dcm-hero-sub\"\u003eThe self-cooling mat that keeps your dog comfortable on the hottest days — at home, in the garden, or on the go. No water, no electricity. Just instant, effortless relief.\u003c\/p\u003e\n\u003cdiv style=\"justify-content: center;\" class=\"dcm-badge-row\"\u003e\n\u003cspan class=\"dcm-badge\"\u003e❄ Self-Cooling Surface\u003c\/span\u003e \u003cspan class=\"dcm-badge\"\u003e✔ Waterproof\u003c\/span\u003e \u003cspan class=\"dcm-badge\"\u003e✔ All Breeds \u0026amp; Sizes\u003c\/span\u003e \u003cspan class=\"dcm-badge\"\u003e✔ Non-Toxic \u0026amp; Pet-Safe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- STATS STRIP --\u003e\n\u003cdiv class=\"dcm-temp-strip\"\u003e\n\u003cdiv class=\"dcm-temp-stat\"\u003e\n\u003cdiv class=\"dcm-temp-num\"\u003e−5°C\u003c\/div\u003e\n\u003cdiv class=\"dcm-temp-label\"\u003eCooler than ambient air\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-temp-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"dcm-temp-stat\"\u003e\n\u003cdiv class=\"dcm-temp-num\"\u003eInstant\u003c\/div\u003e\n\u003cdiv class=\"dcm-temp-label\"\u003eCooling on contact\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-temp-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"dcm-temp-stat\"\u003e\n\u003cdiv class=\"dcm-temp-num\"\u003eAll\u003c\/div\u003e\n\u003cdiv class=\"dcm-temp-label\"\u003eBreeds \u0026amp; sizes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-temp-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"dcm-temp-stat\"\u003e\n\u003cdiv class=\"dcm-temp-num\"\u003e0\u003c\/div\u003e\n\u003cdiv class=\"dcm-temp-label\"\u003eWater or electricity needed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv style=\"background: var(--warm-white);\" class=\"dcm-section\"\u003e\n\u003cp class=\"dcm-section-label\"\u003eWhy It Works\u003c\/p\u003e\n\u003cdiv class=\"dcm-benefits-grid\"\u003e\n\u003cdiv class=\"dcm-benefit-card\"\u003e\n\u003cspan class=\"dcm-benefit-icon\"\u003e❄️\u003c\/span\u003e\n\u003cdiv class=\"dcm-benefit-title\"\u003eInstant Cooling Effect\u003c\/div\u003e\n\u003cdiv class=\"dcm-benefit-desc\"\u003eThe self-cooling surface activates on contact with your dog's body heat — no freezing, no soaking, no setup required.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-benefit-card\"\u003e\n\u003cspan class=\"dcm-benefit-icon\"\u003e🌡️\u003c\/span\u003e\n\u003cdiv class=\"dcm-benefit-title\"\u003ePrevents Overheating\u003c\/div\u003e\n\u003cdiv class=\"dcm-benefit-desc\"\u003eRegulates your dog's body temperature during peak summer heat, reducing the risk of heatstroke in vulnerable breeds.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-benefit-card\"\u003e\n\u003cspan class=\"dcm-benefit-icon\"\u003e💤\u003c\/span\u003e\n\u003cdiv class=\"dcm-benefit-title\"\u003eDeeper, Calmer Rest\u003c\/div\u003e\n\u003cdiv class=\"dcm-benefit-desc\"\u003eA comfortable, cool resting surface helps your pet relax and sleep better — even on the hottest summer afternoons.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-benefit-card\"\u003e\n\u003cspan class=\"dcm-benefit-icon\"\u003e🧳\u003c\/span\u003e\n\u003cdiv class=\"dcm-benefit-title\"\u003eTake It Anywhere\u003c\/div\u003e\n\u003cdiv class=\"dcm-benefit-desc\"\u003eLightweight and foldable — rolls up in seconds for travel, beach days, camping, car trips or outdoor events.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USE CASES --\u003e\n\u003cdiv class=\"dcm-usecases\"\u003e\n\u003cp class=\"dcm-section-label\" style=\"text-align: center;\"\u003ePerfect For Every Situation\u003c\/p\u003e\n\u003cdiv class=\"dcm-usecases-grid\"\u003e\n\u003cdiv class=\"dcm-usecase\"\u003e\n\u003cspan class=\"dcm-usecase-icon\"\u003e🏠\u003c\/span\u003e\n\u003cdiv class=\"dcm-usecase-name\"\u003eAt Home\u003c\/div\u003e\n\u003cdiv class=\"dcm-usecase-desc\"\u003eA cool spot to nap on hot afternoons without AC.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-usecase\"\u003e\n\u003cspan class=\"dcm-usecase-icon\"\u003e🌿\u003c\/span\u003e\n\u003cdiv class=\"dcm-usecase-name\"\u003eGarden \u0026amp; Outdoors\u003c\/div\u003e\n\u003cdiv class=\"dcm-usecase-desc\"\u003ePlace on any surface for outdoor shade breaks.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-usecase\"\u003e\n\u003cspan class=\"dcm-usecase-icon\"\u003e🚗\u003c\/span\u003e\n\u003cdiv class=\"dcm-usecase-name\"\u003eCar Journeys\u003c\/div\u003e\n\u003cdiv class=\"dcm-usecase-desc\"\u003eKeeps pets cool and settled during long drives.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-usecase\"\u003e\n\u003cspan class=\"dcm-usecase-icon\"\u003e⛺\u003c\/span\u003e\n\u003cdiv class=\"dcm-usecase-name\"\u003eTravel \u0026amp; Camping\u003c\/div\u003e\n\u003cdiv class=\"dcm-usecase-desc\"\u003eFolds flat — always ready wherever you go.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"dcm-science\"\u003e\n\u003cp class=\"dcm-section-label\"\u003eHow the Cooling Works\u003c\/p\u003e\n\u003cdiv class=\"dcm-science-row\"\u003e\n\u003cdiv class=\"dcm-sci-step\"\u003e\n\u003cspan class=\"dcm-sci-icon\"\u003e🐶\u003c\/span\u003e\n\u003cdiv class=\"dcm-sci-title\"\u003eDog Lies Down\u003c\/div\u003e\n\u003cdiv class=\"dcm-sci-desc\"\u003eBody heat makes contact with the mat's surface.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-sci-step\"\u003e\n\u003cspan class=\"dcm-sci-icon\"\u003e🔁\u003c\/span\u003e\n\u003cdiv class=\"dcm-sci-title\"\u003eHeat Absorbed\u003c\/div\u003e\n\u003cdiv class=\"dcm-sci-desc\"\u003eThe gel-filled layer draws warmth away from the body.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-sci-step\"\u003e\n\u003cspan class=\"dcm-sci-icon\"\u003e❄️\u003c\/span\u003e\n\u003cdiv class=\"dcm-sci-title\"\u003eCool Sensation\u003c\/div\u003e\n\u003cdiv class=\"dcm-sci-desc\"\u003eDog feels a soothing, refreshing coolness instantly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-sci-step\"\u003e\n\u003cspan class=\"dcm-sci-icon\"\u003e⚡\u003c\/span\u003e\n\u003cdiv class=\"dcm-sci-title\"\u003eSelf-Recharges\u003c\/div\u003e\n\u003cdiv class=\"dcm-sci-desc\"\u003eResets on its own in minutes — no action needed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv style=\"background: var(--warm-white);\" class=\"dcm-section\"\u003e\n\u003cp class=\"dcm-section-label\"\u003eProduct Details\u003c\/p\u003e\n\u003ctable class=\"dcm-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCooling Type\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dcm-spec-check\"\u003e✔\u003c\/span\u003eSelf-activating pressure-activated gel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dcm-spec-check\"\u003e✔\u003c\/span\u003eNon-toxic, pet-safe materials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSurface\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dcm-spec-check\"\u003e✔\u003c\/span\u003eSoft, comfortable \u0026amp; durable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dcm-spec-check\"\u003e✔\u003c\/span\u003eEasy wipe-clean surface\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortability\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dcm-spec-check\"\u003e✔\u003c\/span\u003eLightweight and foldable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUse\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dcm-spec-check\"\u003e✔\u003c\/span\u003eIndoor and outdoor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable For\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dcm-spec-check\"\u003e✔\u003c\/span\u003eAll breeds and sizes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncludes\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dcm-spec-check\"\u003e✔\u003c\/span\u003e1 × Dog Cooling Mat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEWS --\u003e\n\u003cdiv class=\"dcm-reviews\"\u003e\n\u003cp class=\"dcm-section-label\"\u003eCustomer Reviews\u003c\/p\u003e\n\u003cdiv class=\"dcm-reviews-header\"\u003e\n\u003cdiv class=\"dcm-overall-score\"\u003e4.9\u003c\/div\u003e\n\u003cdiv class=\"dcm-overall-meta\"\u003e\n\u003cdiv class=\"dcm-stars-full\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"dcm-reviews-count\"\u003eBased on 287 verified reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-reviews-grid\"\u003e\n\u003cdiv class=\"dcm-review-card\"\u003e\n\u003cdiv class=\"dcm-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-title\"\u003eMy bulldog can finally relax in summer\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-body\"\u003eFrench Bulldogs overheat so easily — our vet actually recommended cooling mats. This one is genuinely impressive. Within 30 seconds of lying down, Chester is out cold and content. We've used it every single day this summer and it still works perfectly.\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-footer\"\u003e\n\u003cspan class=\"dcm-reviewer-name\"\u003eJames H. — Manchester, UK\u003c\/span\u003e\u003cspan class=\"dcm-verified\"\u003e✔ Verified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-helpful\"\u003e👍 61 people found this helpful\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-card\"\u003e\n\u003cdiv class=\"dcm-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-title\"\u003eWe brought it camping — life-changing\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-body\"\u003eTook this on a 4-day camping trip with our two Labradors. Rolled up easily in the car and set up in seconds at the campsite. Both dogs fought over who got to lie on it first. Zero fuss, no electricity, no water — it just works. Will buy a second one for next year.\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-footer\"\u003e\n\u003cspan class=\"dcm-reviewer-name\"\u003eClaire M. — Brisbane, AU\u003c\/span\u003e\u003cspan class=\"dcm-verified\"\u003e✔ Verified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-helpful\"\u003e👍 49 people found this helpful\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-card\"\u003e\n\u003cdiv class=\"dcm-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-title\"\u003eArrived fast, works instantly\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-body\"\u003eI was sceptical about \"self-cooling\" — thought it was just marketing. Within a second of my dog pressing on it I could feel it was noticeably cooler than room temperature. She figured it out on her own and now heads straight for it every afternoon. Incredible value.\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-footer\"\u003e\n\u003cspan class=\"dcm-reviewer-name\"\u003eAnna K. — Berlin, DE\u003c\/span\u003e\u003cspan class=\"dcm-verified\"\u003e✔ Verified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-helpful\"\u003e👍 43 people found this helpful\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-card\"\u003e\n\u003cdiv class=\"dcm-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-title\"\u003eSo easy to clean after muddy walks\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-body\"\u003eOur Spaniel loves rolling in everything, so easy cleaning was a must. One wipe with a damp cloth and it's spotless. The surface feels durable — no signs of wear after two months of daily use. Doesn't slide around on tile or hardwood either. Perfect.\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-footer\"\u003e\n\u003cspan class=\"dcm-reviewer-name\"\u003eTom W. — Dublin, IE\u003c\/span\u003e\u003cspan class=\"dcm-verified\"\u003e✔ Verified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-helpful\"\u003e👍 37 people found this helpful\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-card\"\u003e\n\u003cdiv class=\"dcm-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-title\"\u003eSenior dog is so much more comfortable\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-body\"\u003eOur 11-year-old Retriever struggles badly with heat. Since we got this mat she sleeps through the afternoon without panting or getting restless. It's made a visible difference to her comfort and mood. I only wish we'd found it sooner. Worth every cent.\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-footer\"\u003e\n\u003cspan class=\"dcm-reviewer-name\"\u003eLaura G. — Toronto, CA\u003c\/span\u003e\u003cspan class=\"dcm-verified\"\u003e✔ Verified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-helpful\"\u003e👍 34 people found this helpful\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-card\"\u003e\n\u003cdiv class=\"dcm-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-title\"\u003eGreat for the car — no more panting on drives\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-body\"\u003eRoad trips with our Husky were a nightmare in summer — constant panting, drooling, anxiety. Put this on the back seat and the difference was instant. He settled down within minutes and barely made a sound for the whole 3-hour drive. Genuinely shocked at how well it works.\u003c\/div\u003e\n\u003cdiv class=\"dcm-review-footer\"\u003e\n\u003cspan class=\"dcm-reviewer-name\"\u003eMarcus R. — Stockholm, SE\u003c\/span\u003e\u003cspan class=\"dcm-verified\"\u003e✔ Verified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-helpful\"\u003e👍 28 people found this helpful\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"dcm-faq\"\u003e\n\u003cp class=\"dcm-section-label\"\u003eFrequently Asked Questions\u003c\/p\u003e\n\u003cdiv class=\"dcm-faq-item\"\u003e\n\u003cdiv class=\"dcm-faq-q\"\u003eDoes it need to be frozen or soaked in water?\u003c\/div\u003e\n\u003cdiv class=\"dcm-faq-a\"\u003eNo — the mat is fully self-cooling and pressure-activated. Simply place it on the floor and let your dog lie down. No preparation needed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-faq-item\"\u003e\n\u003cdiv class=\"dcm-faq-q\"\u003eHow long does the cooling last?\u003c\/div\u003e\n\u003cdiv class=\"dcm-faq-a\"\u003eThe mat stays cool for as long as your dog rests on it and naturally reactivates after a few minutes off the surface. It's designed for continuous daily use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-faq-item\"\u003e\n\u003cdiv class=\"dcm-faq-q\"\u003eIs it safe if my dog chews or licks it?\u003c\/div\u003e\n\u003cdiv class=\"dcm-faq-a\"\u003eThe mat is made from non-toxic, pet-safe materials. However, we recommend supervising your dog, especially during the first few uses, and discouraging chewing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-faq-item\"\u003e\n\u003cdiv class=\"dcm-faq-q\"\u003eCan I use it outside?\u003c\/div\u003e\n\u003cdiv class=\"dcm-faq-a\"\u003eYes. The mat is designed for both indoor and outdoor use. Avoid placing it in direct sunlight for extended periods as this can reduce the cooling efficiency.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dcm-faq-item\"\u003e\n\u003cdiv class=\"dcm-faq-q\"\u003eHow do I clean it?\u003c\/div\u003e\n\u003cdiv class=\"dcm-faq-a\"\u003eWipe clean with a damp cloth or mild soapy water. The waterproof surface dries quickly and does not require machine washing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"dcm-cta\"\u003e\n\u003cdiv class=\"dcm-wave-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"dcm-cta-eyebrow\"\u003eSummer Essential\u003c\/p\u003e\n\u003ch2\u003eCool Comfort.\u003cbr\u003eHappy Dog. 🌿\u003c\/h2\u003e\n\u003cp class=\"dcm-cta-sub\"\u003eTrusted by thousands of pet owners worldwide. No setup. No hassle. Instant relief.\u003c\/p\u003e\n\u003cdiv class=\"dcm-whats-in\"\u003e📦 What's Included — 1 × Dog Cooling Mat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FurryFluffy Pets","offers":[{"title":"Blue \/ M 62x50cm","offer_id":51601894998333,"sku":"14:1063#Blue;200007763:201336100;5:361386#M 62x50cm","price":20.95,"currency_code":"EUR","in_stock":true},{"title":"Blue \/ L 70x55cm","offer_id":51601895096637,"sku":"14:1063#Blue;200007763:201336100;5:361385#L 70x55cm","price":24.95,"currency_code":"EUR","in_stock":true},{"title":"Blue \/ XL 100x75cm","offer_id":51601895063869,"sku":"14:1063#Blue;200007763:201336100;5:100014065#XL 100x75cm","price":30.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0988\/1577\/0941\/files\/20260421_1416_Image_Generation_remix_01kpr2y50nfdev3bkgtvahwff7.png?v=1776777541","url":"https:\/\/furryfluffypets.com\/products\/dog-cooling-mat","provider":"FurryFluffy Pets","version":"1.0","type":"link"}