{"product_id":"nestvoro®-coolnest-pet-cooling-drying-care-station","title":"NESTVORO® CoolNest Pet Cooling \u0026 Drying Care Station","description":"\u003cstyle\u003e\n  .cn-page,\n  .cn-page * {\n    box-sizing: border-box;\n  }\n\n  .cn-page {\n    --cn-green: #263D32;\n    --cn-green-soft: #365244;\n    --cn-cream: #F7F2E9;\n    --cn-beige: #E9DED0;\n    --cn-white: #FFFFFF;\n    --cn-text: #2B3731;\n    --cn-muted: #68746E;\n\n    margin: 0;\n    padding: 0;\n    overflow: hidden;\n    background: var(--cn-cream);\n    color: var(--cn-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .cn-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .cn-page h1,\n  .cn-page h2,\n  .cn-page h3,\n  .cn-page p {\n    margin-top: 0;\n  }\n\n  .cn-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n  }\n\n  .cn-section {\n    padding: 88px 0;\n  }\n\n  .cn-eyebrow {\n    display: inline-block;\n    margin-bottom: 16px;\n    color: var(--cn-green);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  .cn-title {\n    margin-bottom: 18px;\n    color: var(--cn-green);\n    font-size: clamp(34px, 5vw, 58px);\n    line-height: 1.06;\n    letter-spacing: -0.03em;\n  }\n\n  .cn-desc {\n    max-width: 760px;\n    margin-bottom: 0;\n    color: var(--cn-muted);\n    font-size: 17px;\n    line-height: 1.8;\n  }\n\n  \/* HERO *\/\n\n  .cn-hero {\n    padding: 95px 0;\n    background: var(--cn-green);\n    color: #fff;\n  }\n\n  .cn-hero-inner {\n    max-width: 950px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .cn-brand {\n    margin-bottom: 24px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 32px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n  }\n\n  .cn-hero .cn-eyebrow {\n    color: var(--cn-beige);\n  }\n\n  .cn-hero h1 {\n    margin-bottom: 24px;\n    color: #fff;\n    font-size: clamp(46px, 7vw, 78px);\n    line-height: 1;\n    letter-spacing: -0.04em;\n  }\n\n  .cn-hero p {\n    max-width: 820px;\n    margin: 0 auto 34px;\n    color: rgba(255,255,255,.78);\n    font-size: 18px;\n    line-height: 1.8;\n  }\n\n  .cn-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n  }\n\n  .cn-badge {\n    padding: 10px 15px;\n    border: 1px solid rgba(255,255,255,.18);\n    border-radius: 999px;\n    background: rgba(255,255,255,.06);\n    color: #fff;\n    font-size: 13px;\n  }\n\n  \/* INTRO *\/\n\n  .cn-intro {\n    text-align: center;\n  }\n\n  .cn-intro .cn-desc {\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .cn-note {\n    max-width: 900px;\n    margin: 44px auto 0;\n    padding: 34px;\n    border-radius: 24px;\n    background: #fff;\n    box-shadow: 0 16px 42px rgba(38,61,50,.08);\n    color: #5C6962;\n    font-size: 17px;\n    line-height: 1.8;\n  }\n\n  \/* FEATURE *\/\n\n  .cn-feature {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 64px;\n    align-items: center;\n  }\n\n  .cn-feature.reverse .cn-image {\n    order: 2;\n  }\n\n  .cn-feature.reverse .cn-copy {\n    order: 1;\n  }\n\n  .cn-image img {\n    border-radius: 28px;\n    box-shadow: 0 24px 58px rgba(38,61,50,.13);\n  }\n\n  .cn-copy h2 {\n    margin-bottom: 18px;\n    color: var(--cn-green);\n    font-size: clamp(32px, 4vw, 48px);\n    line-height: 1.08;\n    letter-spacing: -0.025em;\n  }\n\n  .cn-copy p {\n    color: var(--cn-muted);\n    font-size: 16px;\n    line-height: 1.8;\n  }\n\n  .cn-checks {\n    display: grid;\n    gap: 13px;\n    margin-top: 25px;\n  }\n\n  .cn-check {\n    display: grid;\n    grid-template-columns: 26px 1fr;\n    gap: 10px;\n    align-items: start;\n    color: #53615A;\n    font-size: 15px;\n  }\n\n  .cn-check span:first-child {\n    width: 24px;\n    height: 24px;\n    display: grid;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--cn-green);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n  }\n\n  \/* BENEFITS *\/\n\n  .cn-benefits {\n    background: var(--cn-green);\n    color: #fff;\n  }\n\n  .cn-benefits .cn-eyebrow,\n  .cn-benefits .cn-title {\n    color: #fff;\n  }\n\n  .cn-benefits .cn-desc {\n    color: rgba(255,255,255,.7);\n  }\n\n  .cn-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 46px;\n  }\n\n  .cn-benefit {\n    padding: 30px;\n    border: 1px solid rgba(255,255,255,.09);\n    border-radius: 22px;\n    background: rgba(255,255,255,.055);\n  }\n\n  .cn-benefit-icon {\n    margin-bottom: 17px;\n    font-size: 28px;\n  }\n\n  .cn-benefit h3 {\n    margin-bottom: 8px;\n    color: #fff;\n    font-size: 19px;\n  }\n\n  .cn-benefit p {\n    margin-bottom: 0;\n    color: rgba(255,255,255,.66);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* MODES *\/\n\n  .cn-modes {\n    background: #fff;\n  }\n\n  .cn-mode-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n    margin-top: 44px;\n  }\n\n  .cn-mode {\n    padding: 34px;\n    border-radius: 22px;\n    background: var(--cn-cream);\n  }\n\n  .cn-mode-num {\n    width: 46px;\n    height: 46px;\n    display: grid;\n    place-items: center;\n    margin-bottom: 20px;\n    border-radius: 50%;\n    background: var(--cn-green);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .cn-mode h3 {\n    margin-bottom: 10px;\n    color: var(--cn-green);\n    font-size: 22px;\n  }\n\n  .cn-mode p {\n    margin: 0;\n    color: var(--cn-muted);\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  \/* LOCATIONS *\/\n\n  .cn-locations {\n    background: #fff;\n  }\n\n  .cn-location-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 14px;\n    margin-top: 42px;\n  }\n\n  .cn-location {\n    padding: 23px;\n    border-radius: 18px;\n    background: var(--cn-cream);\n    color: var(--cn-green);\n    text-align: center;\n    font-weight: 700;\n  }\n\n  .cn-location span {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 24px;\n  }\n\n  \/* SEASONS *\/\n\n  .cn-seasons {\n    background: var(--cn-cream);\n  }\n\n  .cn-season-box {\n    padding: 56px;\n    border-radius: 30px;\n    background: var(--cn-green);\n  }\n\n  .cn-season-box .cn-eyebrow,\n  .cn-season-box .cn-title {\n    color: #fff;\n  }\n\n  .cn-season-box .cn-desc {\n    color: rgba(255,255,255,.7);\n  }\n\n  .cn-season-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 14px;\n    margin-top: 38px;\n  }\n\n  .cn-season-card {\n    padding: 28px;\n    border-radius: 18px;\n    background: rgba(255,255,255,.065);\n  }\n\n  .cn-season-card h3 {\n    margin-bottom: 10px;\n    color: #fff;\n    font-size: 20px;\n  }\n\n  .cn-season-card p {\n    margin: 0;\n    color: rgba(255,255,255,.7);\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  \/* HOW TO USE *\/\n\n  .cn-how {\n    background: #fff;\n  }\n\n  .cn-steps {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 16px;\n    margin-top: 46px;\n  }\n\n  .cn-step {\n    display: grid;\n    grid-template-columns: 50px 1fr;\n    gap: 16px;\n    padding: 25px;\n    border: 1px solid rgba(38,61,50,.08);\n    border-radius: 20px;\n    background: #FAF7F2;\n  }\n\n  .cn-step-num {\n    width: 50px;\n    height: 50px;\n    display: grid;\n    place-items: center;\n    border-radius: 14px;\n    background: var(--cn-green);\n    color: #fff;\n    font-weight: 800;\n  }\n\n  .cn-step h3 {\n    margin: 2px 0 6px;\n    color: var(--cn-green);\n    font-size: 17px;\n  }\n\n  .cn-step p {\n    margin: 0;\n    color: var(--cn-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* SAFETY *\/\n\n  .cn-safety {\n    background: var(--cn-beige);\n  }\n\n  .cn-safety-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 42px;\n  }\n\n  .cn-safety-card {\n    padding: 30px;\n    border-radius: 22px;\n    background: #fff;\n  }\n\n  .cn-safety-card h3 {\n    margin: 14px 0 9px;\n    color: var(--cn-green);\n    font-size: 18px;\n  }\n\n  .cn-safety-card p {\n    margin: 0;\n    color: var(--cn-muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* FINAL *\/\n\n  .cn-final {\n    padding: 95px 0;\n    background: var(--cn-green);\n    color: #fff;\n    text-align: center;\n  }\n\n  .cn-final h2 {\n    max-width: 850px;\n    margin: 0 auto 20px;\n    font-size: clamp(38px, 5vw, 60px);\n    line-height: 1.06;\n    letter-spacing: -0.03em;\n  }\n\n  .cn-final p {\n    max-width: 730px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.7);\n    font-size: 17px;\n    line-height: 1.8;\n  }\n\n  @media (max-width: 900px) {\n    .cn-feature {\n      grid-template-columns: 1fr;\n      gap: 36px;\n    }\n\n    .cn-feature.reverse .cn-image,\n    .cn-feature.reverse .cn-copy {\n      order: initial;\n    }\n\n    .cn-benefit-grid,\n    .cn-safety-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .cn-location-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  @media (max-width: 650px) {\n    .cn-container {\n      width: min(100% - 28px,1180px);\n    }\n\n    .cn-section {\n      padding: 58px 0;\n    }\n\n    .cn-hero {\n      padding: 68px 0;\n    }\n\n    .cn-hero h1 {\n      font-size: 44px;\n    }\n\n    .cn-mode-grid,\n    .cn-location-grid,\n    .cn-season-grid,\n    .cn-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .cn-season-box {\n      padding: 35px 22px;\n    }\n\n    .cn-step {\n      grid-template-columns: 44px 1fr;\n      gap: 13px;\n      padding: 21px 18px;\n    }\n\n    .cn-step-num {\n      width: 44px;\n      height: 44px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cn-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"cn-hero\"\u003e\n    \u003cdiv class=\"cn-container cn-hero-inner\"\u003e\n\n      \u003cdiv class=\"cn-brand\"\u003eNESTVORO®\u003c\/div\u003e\n\n      \u003cdiv class=\"cn-eyebrow\"\u003e\n        CoolNest Pet Cooling \u0026amp; Drying Care Station\n      \u003c\/div\u003e\n\n      \u003ch1\u003e\n        One Place to Cool Down, Dry Off and Settle In\n      \u003c\/h1\u003e\n\n      \u003cp\u003e\n        A dedicated pet care station that combines an elevated breathable\n        platform, removable absorbent mat and organized storage for warm\n        weather, post-bath routines and damp-paw cleanup.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cn-badges\"\u003e\n        \u003cspan class=\"cn-badge\"\u003eBreathable Elevated Platform\u003c\/span\u003e\n        \u003cspan class=\"cn-badge\"\u003eAbsorbent Care Mat\u003c\/span\u003e\n        \u003cspan class=\"cn-badge\"\u003eCooling + Drying Modes\u003c\/span\u003e\n        \u003cspan class=\"cn-badge\"\u003eCare Storage\u003c\/span\u003e\n        \u003cspan class=\"cn-badge\"\u003eNon-Slip Base\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"cn-section cn-intro\"\u003e\n    \u003cdiv class=\"cn-container\"\u003e\n\n      \u003cdiv class=\"cn-eyebrow\"\u003e\n        A Dedicated In-Between Care Zone\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"cn-title\"\u003e\n        For the Moments When Your Pet Is Warm, Damp or Ready to Rest\n      \u003c\/h2\u003e\n\n      \u003cp class=\"cn-desc\"\u003e\n        CoolNest brings cooling rest, post-bath drying, wet-paw care,\n        towels and everyday grooming support into one organized station.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cn-note\"\u003e\n        Instead of moving between a drying mat, pet bed, towel pile and\n        grooming supplies, CoolNest keeps the routine centered around one\n        dedicated area.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 1 --\u003e\n  \u003csection class=\"cn-section\"\u003e\n    \u003cdiv class=\"cn-container\"\u003e\n\n      \u003cdiv class=\"cn-feature\"\u003e\n\n        \u003cdiv class=\"cn-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1020\/2700\/2165\/files\/450216e5-09c5-439e-86f8-c8fcc36da9c0.png?v=1790240531\" alt=\"NESTVORO CoolNest elevated pet cooling and drying station\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-copy\"\u003e\n\n          \u003cdiv class=\"cn-eyebrow\"\u003e\n            Elevated for Better Airflow\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            A Lighter Resting Surface for Warmer Conditions\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            The raised platform keeps pets slightly above the floor while\n            a breathable support layer allows air to move underneath the\n            resting area.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"cn-checks\"\u003e\n\n            \u003cdiv class=\"cn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Creates a lighter alternative to thick floor-level bedding.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Useful during warm-weather indoor rest.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Keeps the main resting surface elevated from common hard flooring.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"cn-section cn-benefits\"\u003e\n    \u003cdiv class=\"cn-container\"\u003e\n\n      \u003cdiv class=\"cn-eyebrow\"\u003e\n        Everyday Comfort Meets Everyday Cleanup\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"cn-title\"\u003e\n        One Station for Airflow, Moisture Care and Pet-Care Essentials\n      \u003c\/h2\u003e\n\n      \u003cp class=\"cn-desc\"\u003e\n        CoolNest is designed to move between cooling rest and practical\n        post-bath or rainy-day care without requiring a completely different setup.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cn-benefit-grid\"\u003e\n\n        \u003cdiv class=\"cn-benefit\"\u003e\n          \u003cdiv class=\"cn-benefit-icon\"\u003e🌬️\u003c\/div\u003e\n          \u003ch3\u003eBreathable Platform\u003c\/h3\u003e\n          \u003cp\u003e\n            Air can move underneath the elevated resting surface during\n            warmer everyday conditions.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-benefit\"\u003e\n          \u003cdiv class=\"cn-benefit-icon\"\u003e💧\u003c\/div\u003e\n          \u003ch3\u003eRemovable Absorbent Mat\u003c\/h3\u003e\n          \u003cp\u003e\n            Add the care mat after baths, rainy walks, water play or\n            damp-paw returns.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-benefit\"\u003e\n          \u003cdiv class=\"cn-benefit-icon\"\u003e🧊\u003c\/div\u003e\n          \u003ch3\u003eOptional Cooling Layer\u003c\/h3\u003e\n          \u003cp\u003e\n            A removable cooling insert can be added during warmer\n            conditions while keeping the main platform useful year-round.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-benefit\"\u003e\n          \u003cdiv class=\"cn-benefit-icon\"\u003e🧺\u003c\/div\u003e\n          \u003ch3\u003eBuilt-In Care Storage\u003c\/h3\u003e\n          \u003cp\u003e\n            Keep towels, brushes, wipes and replacement care mats close\n            to the station.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-benefit\"\u003e\n          \u003cdiv class=\"cn-benefit-icon\"\u003e🧼\u003c\/div\u003e\n          \u003ch3\u003eSeparate Cleaning\u003c\/h3\u003e\n          \u003cp\u003e\n            Remove the absorbent layer for cleaning while wiping the\n            main platform and frame separately.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-benefit\"\u003e\n          \u003cdiv class=\"cn-benefit-icon\"\u003e🛡️\u003c\/div\u003e\n          \u003ch3\u003eNon-Slip Base\u003c\/h3\u003e\n          \u003cp\u003e\n            Grip points underneath help reduce unwanted movement on\n            suitable flat indoor flooring.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- MODES --\u003e\n  \u003csection class=\"cn-section cn-modes\"\u003e\n    \u003cdiv class=\"cn-container\"\u003e\n\n      \u003cdiv class=\"cn-eyebrow\"\u003e\n        Two Everyday Comfort Modes\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"cn-title\"\u003e\n        Use the Same Platform for Cooling Rest or Damp-Pet Care\n      \u003c\/h2\u003e\n\n      \u003cp class=\"cn-desc\"\u003e\n        Change the surface based on what your pet needs at that moment.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cn-mode-grid\"\u003e\n\n        \u003cdiv class=\"cn-mode\"\u003e\n          \u003cdiv class=\"cn-mode-num\"\u003e01\u003c\/div\u003e\n\n          \u003ch3\u003eBreathable Cooling Mode\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Use the open airflow platform during warmer weather or when\n            your pet prefers a lighter resting surface.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-mode\"\u003e\n          \u003cdiv class=\"cn-mode-num\"\u003e02\u003c\/div\u003e\n\n          \u003ch3\u003eAbsorbent Care Mode\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Add the removable absorbent mat after baths, rain, water play\n            or other situations where your pet returns damp.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 2 --\u003e\n  \u003csection class=\"cn-section\"\u003e\n    \u003cdiv class=\"cn-container\"\u003e\n\n      \u003cdiv class=\"cn-feature reverse\"\u003e\n\n        \u003cdiv class=\"cn-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1020\/2700\/2165\/files\/fcfacd55-d52b-4a9f-b960-450795980267.png?v=1790240530\" alt=\"NESTVORO CoolNest absorbent drying care mat for pets\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-copy\"\u003e\n\n          \u003cdiv class=\"cn-eyebrow\"\u003e\n            A Better Transition After Bath Time\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Towel Off the Heaviest Moisture, Then Let Them Settle\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            CoolNest can become a comfortable transition area after a\n            bath. Remove the heaviest surface moisture first, then allow\n            your pet to rest while you continue targeted towel drying where needed.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"cn-checks\"\u003e\n\n            \u003cdiv class=\"cn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Useful after baths and rainy-day returns.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Keep towels close for paws, chest, legs and other damp areas.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Remove the mat once it becomes noticeably damp.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- LOCATIONS --\u003e\n  \u003csection class=\"cn-section cn-locations\"\u003e\n    \u003cdiv class=\"cn-container\"\u003e\n\n      \u003cdiv class=\"cn-eyebrow\"\u003e\n        Made for Practical Pet-Care Areas\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"cn-title\"\u003e\n        Put CoolNest Where Drying and Cleanup Already Happen\n      \u003c\/h2\u003e\n\n      \u003cp class=\"cn-desc\"\u003e\n        The station works especially well in utility spaces that are\n        already part of your normal pet-care routine.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cn-location-grid\"\u003e\n\n        \u003cdiv class=\"cn-location\"\u003e\n          \u003cspan\u003e🛁\u003c\/span\u003e\n          Bathrooms\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-location\"\u003e\n          \u003cspan\u003e🧺\u003c\/span\u003e\n          Laundry Rooms\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-location\"\u003e\n          \u003cspan\u003e🥾\u003c\/span\u003e\n          Mudrooms\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-location\"\u003e\n          \u003cspan\u003e🚪\u003c\/span\u003e\n          Entryways\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-location\"\u003e\n          \u003cspan\u003e🌿\u003c\/span\u003e\n          Covered Patio Entrances\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-location\"\u003e\n          \u003cspan\u003e🧽\u003c\/span\u003e\n          Utility Rooms\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 3 --\u003e\n  \u003csection class=\"cn-section\"\u003e\n    \u003cdiv class=\"cn-container\"\u003e\n\n      \u003cdiv class=\"cn-feature\"\u003e\n\n        \u003cdiv class=\"cn-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1020\/2700\/2165\/files\/c3198923-154c-4ad0-8adf-21bd064b47f7.png?v=1790240530\" alt=\"NESTVORO CoolNest pet care storage and easy-clean platform\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-copy\"\u003e\n\n          \u003cdiv class=\"cn-eyebrow\"\u003e\n            Keep Towels and Care Tools Close\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Everything Needed for the Drying Routine in One Place\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            The side storage area keeps frequently used pet-care items\n            near the platform so you do not need to leave a damp pet\n            unattended while searching for towels or grooming supplies.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"cn-checks\"\u003e\n\n            \u003cdiv class=\"cn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Store pet towels and absorbent cloths nearby.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Keep brushes, wipes and suitable small care bottles organized.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Store replacement care mats for future use.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- SEASONS --\u003e\n  \u003csection class=\"cn-section cn-seasons\"\u003e\n    \u003cdiv class=\"cn-container\"\u003e\n\n      \u003cdiv class=\"cn-season-box\"\u003e\n\n        \u003cdiv class=\"cn-eyebrow\"\u003e\n          Useful Beyond Summer\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"cn-title\"\u003e\n          One Station for Warm Weather and Wet Weather\n        \u003c\/h2\u003e\n\n        \u003cp class=\"cn-desc\"\u003e\n          CoolNest stays useful across different seasons by changing how\n          the platform is used.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"cn-season-grid\"\u003e\n\n          \u003cdiv class=\"cn-season-card\"\u003e\n            \u003ch3\u003e☀️ Spring \u0026amp; Summer\u003c\/h3\u003e\n            \u003cp\u003e\n              Use the elevated breathable platform primarily as a lighter\n              resting area during warmer indoor conditions.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cn-season-card\"\u003e\n            \u003ch3\u003e🌧️ Fall \u0026amp; Winter\u003c\/h3\u003e\n            \u003cp\u003e\n              Add the absorbent mat for post-bath drying, rainy-day cleanup\n              and wet-paw care.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003csection class=\"cn-section cn-how\"\u003e\n    \u003cdiv class=\"cn-container\"\u003e\n\n      \u003cdiv class=\"cn-eyebrow\"\u003e\n        How to Use\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"cn-title\"\u003e\n        Choose the Mode, Remove Excess Moisture and Let Your Pet Settle Naturally\n      \u003c\/h2\u003e\n\n      \u003cp class=\"cn-desc\"\u003e\n        Keep CoolNest on a flat surface in a regular care area and change\n        the setup depending on whether your pet needs airflow or moisture care.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cn-steps\"\u003e\n\n        \u003cdiv class=\"cn-step\"\u003e\n          \u003cdiv class=\"cn-step-num\"\u003e01\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eChoose a Dry, Flat Location\u003c\/h3\u003e\n            \u003cp\u003e\n              Place CoolNest near a bathroom, laundry room, entryway or\n              another pet-care area on a level surface.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-step\"\u003e\n          \u003cdiv class=\"cn-step-num\"\u003e02\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eChoose the Appropriate Mode\u003c\/h3\u003e\n            \u003cp\u003e\n              Use the breathable platform in warmer conditions or add\n              the absorbent mat when your pet is damp.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-step\"\u003e\n          \u003cdiv class=\"cn-step-num\"\u003e03\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eRemove Excess Moisture First\u003c\/h3\u003e\n            \u003cp\u003e\n              After a bath or rainy walk, towel away the heaviest moisture\n              before placing your pet on the station.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-step\"\u003e\n          \u003cdiv class=\"cn-step-num\"\u003e04\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eLet Your Pet Settle Naturally\u003c\/h3\u003e\n            \u003cp\u003e\n              Use a familiar toy or small reward if helpful and do not\n              force your pet to remain on the platform for extended periods.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-step\"\u003e\n          \u003cdiv class=\"cn-step-num\"\u003e05\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eUse Towels for Targeted Drying\u003c\/h3\u003e\n            \u003cp\u003e\n              Use a towel on damp areas such as the ears, paws, chest or\n              legs when additional drying is needed.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-step\"\u003e\n          \u003cdiv class=\"cn-step-num\"\u003e06\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eMonitor Warm-Weather Conditions\u003c\/h3\u003e\n            \u003cp\u003e\n              CoolNest is not an air-conditioning device. Always provide\n              appropriate shade, ventilation and fresh drinking water in hot weather.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-step\"\u003e\n          \u003cdiv class=\"cn-step-num\"\u003e07\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eRemove a Damp Care Mat\u003c\/h3\u003e\n            \u003cp\u003e\n              If the absorbent mat becomes noticeably wet, take it off\n              the platform for cleaning or drying.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-step\"\u003e\n          \u003cdiv class=\"cn-step-num\"\u003e08\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eWipe Down the Structure\u003c\/h3\u003e\n            \u003cp\u003e\n              Remove water drops, loose fur and everyday debris and keep\n              the main station dry between uses.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-step\"\u003e\n          \u003cdiv class=\"cn-step-num\"\u003e09\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eInspect the Base and Connections\u003c\/h3\u003e\n            \u003cp\u003e\n              Check non-slip contact points and structural connections\n              periodically and address looseness or wear before continued use.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- SAFETY --\u003e\n  \u003csection class=\"cn-section cn-safety\"\u003e\n    \u003cdiv class=\"cn-container\"\u003e\n\n      \u003cdiv class=\"cn-eyebrow\"\u003e\n        Warm-Weather Care Still Requires the Basics\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"cn-title\"\u003e\n        Airflow Helps — but It Does Not Replace a Cool Environment\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"cn-safety-grid\"\u003e\n\n        \u003cdiv class=\"cn-safety-card\"\u003e\n          \u003cdiv style=\"font-size:28px;\"\u003e🌬️\u003c\/div\u003e\n\n          \u003ch3\u003eProvide Ventilation\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Use the platform in a properly ventilated area and move your\n            pet if the surrounding environment becomes too warm.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-safety-card\"\u003e\n          \u003cdiv style=\"font-size:28px;\"\u003e⛱️\u003c\/div\u003e\n\n          \u003ch3\u003eKeep Shade Available\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Do not rely on the station alone during hot conditions.\n            Provide access to an appropriately shaded or cooler area.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cn-safety-card\"\u003e\n          \u003cdiv style=\"font-size:28px;\"\u003e💧\u003c\/div\u003e\n\n          \u003ch3\u003eKeep Fresh Water Nearby\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Make sure clean drinking water remains available whenever\n            your pet is using CoolNest during warm weather.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"cn-final\"\u003e\n    \u003cdiv class=\"cn-container\"\u003e\n\n      \u003ch2\u003e\n        From Warm Afternoon Rest to Rainy-Day Cleanup — One Place for Everyday Care\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        NESTVORO® CoolNest combines breathable rest, absorbent care and\n        organized grooming essentials in one furniture-inspired station\n        designed for the everyday moments between activity and relaxation.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"NESTVORO®","offers":[{"title":"Default Title","offer_id":53634249720117,"sku":null,"price":58.68,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1020\/2700\/2165\/files\/cee5f482-a513-4e7e-8d31-0290ef2fd00a.png?v=1790187988","url":"https:\/\/nestvoro.com\/products\/nestvoro%c2%ae-coolnest-pet-cooling-drying-care-station","provider":"NESTVORO®","version":"1.0","type":"link"}