{"product_id":"nestvoro®-furnest-home-pet-grooming-station","title":"NESTVORO® FurNest Home Pet Grooming Station","description":"\u003cstyle\u003e\n  .fn-page,\n  .fn-page * {\n    box-sizing: border-box;\n  }\n\n  .fn-page {\n    --fn-green: #263D32;\n    --fn-green-soft: #365244;\n    --fn-cream: #F7F2E9;\n    --fn-beige: #E9DED0;\n    --fn-white: #FFFFFF;\n    --fn-text: #2B3731;\n    --fn-muted: #68746E;\n\n    margin: 0;\n    padding: 0;\n    overflow: hidden;\n    background: var(--fn-cream);\n    color: var(--fn-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fn-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .fn-page h1,\n  .fn-page h2,\n  .fn-page h3,\n  .fn-page p {\n    margin-top: 0;\n  }\n\n  .fn-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n  }\n\n  .fn-section {\n    padding: 88px 0;\n  }\n\n  .fn-eyebrow {\n    display: inline-block;\n    margin-bottom: 16px;\n    color: var(--fn-green);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  .fn-title {\n    margin-bottom: 18px;\n    color: var(--fn-green);\n    font-size: clamp(34px, 5vw, 58px);\n    line-height: 1.06;\n    letter-spacing: -0.03em;\n  }\n\n  .fn-desc {\n    max-width: 740px;\n    margin-bottom: 0;\n    color: var(--fn-muted);\n    font-size: 17px;\n    line-height: 1.8;\n  }\n\n  \/* HERO *\/\n\n  .fn-hero {\n    padding: 95px 0;\n    background: var(--fn-green);\n    color: #fff;\n  }\n\n  .fn-hero-inner {\n    max-width: 940px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .fn-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  .fn-hero .fn-eyebrow {\n    color: var(--fn-beige);\n  }\n\n  .fn-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  .fn-hero p {\n    max-width: 800px;\n    margin: 0 auto 34px;\n    color: rgba(255,255,255,.78);\n    font-size: 18px;\n    line-height: 1.8;\n  }\n\n  .fn-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n  }\n\n  .fn-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  .fn-intro {\n    text-align: center;\n  }\n\n  .fn-intro .fn-desc {\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .fn-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  .fn-feature {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 64px;\n    align-items: center;\n  }\n\n  .fn-feature + .fn-feature {\n    margin-top: 100px;\n  }\n\n  .fn-feature.reverse .fn-image {\n    order: 2;\n  }\n\n  .fn-feature.reverse .fn-copy {\n    order: 1;\n  }\n\n  .fn-image img {\n    border-radius: 28px;\n    box-shadow: 0 24px 58px rgba(38,61,50,.13);\n  }\n\n  .fn-copy h2 {\n    margin-bottom: 18px;\n    color: var(--fn-green);\n    font-size: clamp(32px, 4vw, 48px);\n    line-height: 1.08;\n    letter-spacing: -0.025em;\n  }\n\n  .fn-copy p {\n    color: var(--fn-muted);\n    font-size: 16px;\n    line-height: 1.8;\n  }\n\n  .fn-checks {\n    display: grid;\n    gap: 13px;\n    margin-top: 25px;\n  }\n\n  .fn-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  .fn-check span:first-child {\n    width: 24px;\n    height: 24px;\n    display: grid;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--fn-green);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n  }\n\n  \/* BENEFITS *\/\n\n  .fn-benefits {\n    background: var(--fn-green);\n    color: #fff;\n  }\n\n  .fn-benefits .fn-eyebrow,\n  .fn-benefits .fn-title {\n    color: #fff;\n  }\n\n  .fn-benefits .fn-desc {\n    color: rgba(255,255,255,.7);\n  }\n\n  .fn-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 46px;\n  }\n\n  .fn-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  .fn-benefit-icon {\n    margin-bottom: 17px;\n    font-size: 28px;\n  }\n\n  .fn-benefit h3 {\n    margin-bottom: 8px;\n    color: #fff;\n    font-size: 19px;\n  }\n\n  .fn-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  \/* FUNCTIONS *\/\n\n  .fn-functions {\n    background: #fff;\n  }\n\n  .fn-function-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 14px;\n    margin-top: 42px;\n  }\n\n  .fn-function {\n    padding: 23px 18px;\n    border-radius: 18px;\n    background: var(--fn-cream);\n    color: var(--fn-green);\n    text-align: center;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .fn-function span {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 25px;\n  }\n\n  \/* LOCATIONS *\/\n\n  .fn-locations {\n    background: #fff;\n  }\n\n  .fn-location-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 14px;\n    margin-top: 42px;\n  }\n\n  .fn-location {\n    padding: 23px;\n    border-radius: 18px;\n    background: var(--fn-cream);\n    color: var(--fn-green);\n    text-align: center;\n    font-weight: 700;\n  }\n\n  .fn-location span {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 24px;\n  }\n\n  \/* PET TYPES *\/\n\n  .fn-pets {\n    background: var(--fn-cream);\n  }\n\n  .fn-pets-box {\n    padding: 56px;\n    border-radius: 30px;\n    background: var(--fn-green);\n  }\n\n  .fn-pets-box .fn-eyebrow,\n  .fn-pets-box .fn-title {\n    color: #fff;\n  }\n\n  .fn-pets-box .fn-desc {\n    color: rgba(255,255,255,.7);\n  }\n\n  .fn-pet-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 12px;\n    margin-top: 38px;\n  }\n\n  .fn-pet-item {\n    padding: 20px;\n    border-radius: 16px;\n    background: rgba(255,255,255,.065);\n    color: rgba(255,255,255,.9);\n    font-size: 14px;\n  }\n\n  \/* HOW TO USE *\/\n\n  .fn-how {\n    background: #fff;\n  }\n\n  .fn-steps {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 16px;\n    margin-top: 46px;\n  }\n\n  .fn-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  .fn-step-num {\n    width: 50px;\n    height: 50px;\n    display: grid;\n    place-items: center;\n    border-radius: 14px;\n    background: var(--fn-green);\n    color: #fff;\n    font-weight: 800;\n  }\n\n  .fn-step h3 {\n    margin: 2px 0 6px;\n    color: var(--fn-green);\n    font-size: 17px;\n  }\n\n  .fn-step p {\n    margin: 0;\n    color: var(--fn-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* CARE *\/\n\n  .fn-care {\n    background: var(--fn-beige);\n  }\n\n  .fn-care-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 42px;\n  }\n\n  .fn-care-card {\n    padding: 30px;\n    border-radius: 22px;\n    background: #fff;\n  }\n\n  .fn-care-card h3 {\n    margin: 14px 0 9px;\n    color: var(--fn-green);\n    font-size: 18px;\n  }\n\n  .fn-care-card p {\n    margin: 0;\n    color: var(--fn-muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* FINAL *\/\n\n  .fn-final {\n    padding: 95px 0;\n    background: var(--fn-green);\n    color: #fff;\n    text-align: center;\n  }\n\n  .fn-final h2 {\n    max-width: 820px;\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  .fn-final p {\n    max-width: 720px;\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    .fn-feature {\n      grid-template-columns: 1fr;\n      gap: 36px;\n    }\n\n    .fn-feature.reverse .fn-image,\n    .fn-feature.reverse .fn-copy {\n      order: initial;\n    }\n\n    .fn-benefit-grid,\n    .fn-care-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .fn-function-grid,\n    .fn-location-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  @media (max-width: 650px) {\n    .fn-container {\n      width: min(100% - 28px,1180px);\n    }\n\n    .fn-section {\n      padding: 58px 0;\n    }\n\n    .fn-hero {\n      padding: 68px 0;\n    }\n\n    .fn-hero h1 {\n      font-size: 44px;\n    }\n\n    .fn-function-grid,\n    .fn-location-grid,\n    .fn-pet-grid,\n    .fn-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .fn-pets-box {\n      padding: 35px 22px;\n    }\n\n    .fn-step {\n      grid-template-columns: 44px 1fr;\n      gap: 13px;\n      padding: 21px 18px;\n    }\n\n    .fn-step-num {\n      width: 44px;\n      height: 44px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"fn-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"fn-hero\"\u003e\n    \u003cdiv class=\"fn-container fn-hero-inner\"\u003e\n\n      \u003cdiv class=\"fn-brand\"\u003eNESTVORO®\u003c\/div\u003e\n\n      \u003cdiv class=\"fn-eyebrow\"\u003e\n        FurNest Home Pet Grooming Station\n      \u003c\/div\u003e\n\n      \u003ch1\u003e\n        Make Everyday Grooming Feel More Organized\n      \u003c\/h1\u003e\n\n      \u003cp\u003e\n        A dedicated home grooming station for cats and small dogs,\n        designed to bring brushing, loose-fur collection, pet-care\n        storage and routine cleanup together in one familiar place.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fn-badges\"\u003e\n        \u003cspan class=\"fn-badge\"\u003eDual-Sided Grooming Brush\u003c\/span\u003e\n        \u003cspan class=\"fn-badge\"\u003eLoose-Fur Collection Area\u003c\/span\u003e\n        \u003cspan class=\"fn-badge\"\u003eNon-Slip Grooming Mat\u003c\/span\u003e\n        \u003cspan class=\"fn-badge\"\u003eBuilt-In Storage\u003c\/span\u003e\n        \u003cspan class=\"fn-badge\"\u003eCats + Small Dogs\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=\"fn-section fn-intro\"\u003e\n    \u003cdiv class=\"fn-container\"\u003e\n\n      \u003cdiv class=\"fn-eyebrow\"\u003e\n        A Dedicated Grooming Place\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fn-title\"\u003e\n        Keep the Brush, the Fur and the Routine in One Place\n      \u003c\/h2\u003e\n\n      \u003cp class=\"fn-desc\"\u003e\n        FurNest creates a consistent home grooming area where loose\n        coat can be brushed, collected and cleaned up before it spreads\n        through the rest of the room.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fn-note\"\u003e\n        Instead of searching for brushes, wipes and grooming tools every\n        time your pet needs attention, FurNest keeps everyday care items\n        together in one organized setup.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 1 --\u003e\n  \u003csection class=\"fn-section\"\u003e\n    \u003cdiv class=\"fn-container\"\u003e\n\n      \u003cdiv class=\"fn-feature\"\u003e\n\n        \u003cdiv class=\"fn-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1020\/2700\/2165\/files\/0a678b8a-52e7-4e1b-8579-577e5fe03542.png?v=1790193003\" alt=\"NESTVORO FurNest Home Pet Grooming Station\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-copy\"\u003e\n\n          \u003cdiv class=\"fn-eyebrow\"\u003e\n            Keep Loose Fur Closer to the Grooming Area\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Create One Place for Brushing Before the Fur Reaches the Sofa\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Seasonal shedding can quickly move from your pet to rugs,\n            bedding, clothing and upholstered furniture. FurNest creates\n            a defined grooming surface where loose hair can be handled\n            in one area before spreading through the home.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"fn-checks\"\u003e\n\n            \u003cdiv class=\"fn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Raised edges help keep lightweight shed fur closer to\n                the grooming zone.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"fn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Gather loose coat in one place for easier cleanup afterward.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"fn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Useful during everyday brushing and seasonal shedding periods.\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=\"fn-section fn-benefits\"\u003e\n    \u003cdiv class=\"fn-container\"\u003e\n\n      \u003cdiv class=\"fn-eyebrow\"\u003e\n        Everyday Grooming Made Easier\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fn-title\"\u003e\n        More Than a Brush — A Complete Home Grooming Zone\n      \u003c\/h2\u003e\n\n      \u003cp class=\"fn-desc\"\u003e\n        FurNest combines several small grooming tasks into one dedicated\n        space that can remain ready for everyday use.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fn-benefit-grid\"\u003e\n\n        \u003cdiv class=\"fn-benefit\"\u003e\n          \u003cdiv class=\"fn-benefit-icon\"\u003e🪮\u003c\/div\u003e\n          \u003ch3\u003eDual-Sided Grooming Brush\u003c\/h3\u003e\n          \u003cp\u003e\n            Use one side for everyday surface brushing and the other to\n            help gather finer loose fur.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-benefit\"\u003e\n          \u003cdiv class=\"fn-benefit-icon\"\u003e🧲\u003c\/div\u003e\n          \u003ch3\u003eLoose-Fur Collection Area\u003c\/h3\u003e\n          \u003cp\u003e\n            A raised surrounding edge helps keep lightweight shed coat\n            closer to the grooming surface.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-benefit\"\u003e\n          \u003cdiv class=\"fn-benefit-icon\"\u003e🧸\u003c\/div\u003e\n          \u003ch3\u003eSoft Non-Slip Grooming Mat\u003c\/h3\u003e\n          \u003cp\u003e\n            Gives pets a softer standing surface while the non-slip\n            underside helps reduce movement as they shift or turn.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-benefit\"\u003e\n          \u003cdiv class=\"fn-benefit-icon\"\u003e🐱\u003c\/div\u003e\n          \u003ch3\u003eOptional Cat Self-Grooming Surface\u003c\/h3\u003e\n          \u003cp\u003e\n            Cats that enjoy rubbing against textured edges can approach\n            and use the side grooming area voluntarily.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-benefit\"\u003e\n          \u003cdiv class=\"fn-benefit-icon\"\u003e🧺\u003c\/div\u003e\n          \u003ch3\u003eBuilt-In Grooming Storage\u003c\/h3\u003e\n          \u003cp\u003e\n            Keep brushes, grooming wipes, towels, lint rollers and other\n            frequently used pet-care items close by.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-benefit\"\u003e\n          \u003cdiv class=\"fn-benefit-icon\"\u003e🧩\u003c\/div\u003e\n          \u003ch3\u003eModular Daily Setup\u003c\/h3\u003e\n          \u003cp\u003e\n            Use only the mat and handheld brush, add the cat grooming\n            surface, or organize the setup around your pet's routine.\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!-- FUNCTIONS --\u003e\n  \u003csection class=\"fn-section fn-functions\"\u003e\n    \u003cdiv class=\"fn-container\"\u003e\n\n      \u003cdiv class=\"fn-eyebrow\"\u003e\n        One Station, Several Everyday Tasks\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fn-title\"\u003e\n        Keep Routine Pet Care More Organized\n      \u003c\/h2\u003e\n\n      \u003cp class=\"fn-desc\"\u003e\n        FurNest gives common grooming activities a dedicated place in\n        the home.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fn-function-grid\"\u003e\n\n        \u003cdiv class=\"fn-function\"\u003e\n          \u003cspan\u003e🪮\u003c\/span\u003e\n          Brush Loose Fur\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-function\"\u003e\n          \u003cspan\u003e🧲\u003c\/span\u003e\n          Gather Shed Hair\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-function\"\u003e\n          \u003cspan\u003e🧼\u003c\/span\u003e\n          Wipe Coat or Paws\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-function\"\u003e\n          \u003cspan\u003e🧺\u003c\/span\u003e\n          Store Grooming Tools\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-function\"\u003e\n          \u003cspan\u003e🐱\u003c\/span\u003e\n          Cat Self-Grooming\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-function\"\u003e\n          \u003cspan\u003e🐶\u003c\/span\u003e\n          Small Dog Brushing\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-function\"\u003e\n          \u003cspan\u003e🧸\u003c\/span\u003e\n          Soft Standing Surface\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-function\"\u003e\n          \u003cspan\u003e💡\u003c\/span\u003e\n          Build a Consistent Routine\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=\"fn-section\"\u003e\n    \u003cdiv class=\"fn-container\"\u003e\n\n      \u003cdiv class=\"fn-feature reverse\"\u003e\n\n        \u003cdiv class=\"fn-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1020\/2700\/2165\/files\/8515b601-37fc-44f1-a213-79f049175b10.png?v=1790193004\" alt=\"NESTVORO FurNest dual-sided pet grooming brush and grooming area\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-copy\"\u003e\n\n          \u003cdiv class=\"fn-eyebrow\"\u003e\n            Groom by Hand or Let Curious Cats Explore\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Different Pets Can Use the Grooming Station in Different Ways\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            FurNest is designed around the fact that not every pet enjoys\n            the same grooming style. Small dogs may benefit most from\n            short manual brushing sessions, while some cats may prefer\n            rubbing against a textured grooming surface on their own.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"fn-checks\"\u003e\n\n            \u003cdiv class=\"fn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Use the removable brush by hand for controlled grooming.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"fn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Let cats approach the side grooming surface voluntarily.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"fn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Keep early sessions short and comfortable while your pet adjusts.\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=\"fn-section fn-locations\"\u003e\n    \u003cdiv class=\"fn-container\"\u003e\n\n      \u003cdiv class=\"fn-eyebrow\"\u003e\n        Made to Stay Ready at Home\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fn-title\"\u003e\n        Put Grooming Where Your Pet Already Feels Comfortable\n      \u003c\/h2\u003e\n\n      \u003cp class=\"fn-desc\"\u003e\n        FurNest uses a low-profile home-inspired design so it can stay in\n        a familiar everyday area instead of being packed away after every use.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fn-location-grid\"\u003e\n\n        \u003cdiv class=\"fn-location\"\u003e\n          \u003cspan\u003e🛋️\u003c\/span\u003e\n          Living Room Corners\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-location\"\u003e\n          \u003cspan\u003e🧺\u003c\/span\u003e\n          Laundry Rooms\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-location\"\u003e\n          \u003cspan\u003e🐾\u003c\/span\u003e\n          Pet Rooms\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-location\"\u003e\n          \u003cspan\u003e🛏️\u003c\/span\u003e\n          Bedrooms\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-location\"\u003e\n          \u003cspan\u003e🚪\u003c\/span\u003e\n          Entryways\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-location\"\u003e\n          \u003cspan\u003e💻\u003c\/span\u003e\n          Home Offices\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=\"fn-section\"\u003e\n    \u003cdiv class=\"fn-container\"\u003e\n\n      \u003cdiv class=\"fn-feature\"\u003e\n\n        \u003cdiv class=\"fn-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1020\/2700\/2165\/files\/7a5de101-eb62-41f9-9c8c-3191f2cf411d.png?v=1790193004\" alt=\"NESTVORO FurNest pet grooming storage and care station\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-copy\"\u003e\n\n          \u003cdiv class=\"fn-eyebrow\"\u003e\n            Keep Grooming Essentials Close\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            No More Searching the House for Brushes, Wipes and Towels\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            The built-in storage area keeps frequently used grooming\n            essentials close to the station, making it easier to begin\n            and finish each session without scattering pet-care supplies\n            around the room.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"fn-checks\"\u003e\n\n            \u003cdiv class=\"fn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Store grooming wipes, small towels and brushes together.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"fn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Keep lint rollers, finger brushes and replacement care\n                items nearby.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"fn-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Return the handheld brush to its dedicated position after 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!-- PETS --\u003e\n  \u003csection class=\"fn-section fn-pets\"\u003e\n    \u003cdiv class=\"fn-container\"\u003e\n\n      \u003cdiv class=\"fn-pets-box\"\u003e\n\n        \u003cdiv class=\"fn-eyebrow\"\u003e\n          Made for Everyday Shedding and Grooming\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"fn-title\"\u003e\n          A Useful Home Setup for Cats, Small Dogs and Shedding Households\n        \u003c\/h2\u003e\n\n        \u003cp class=\"fn-desc\"\u003e\n          FurNest is especially useful for households that want to keep\n          routine brushing and loose-fur cleanup in one consistent area.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"fn-pet-grid\"\u003e\n\n          \u003cdiv class=\"fn-pet-item\"\u003e\n            🐱 Long-Haired Cats\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fn-pet-item\"\u003e\n            🐶 Small Dogs With Regular Brushing Needs\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fn-pet-item\"\u003e\n            🍂 Seasonal Shedders\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fn-pet-item\"\u003e\n            🐾 Multi-Pet Households\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fn-pet-item\"\u003e\n            🛋️ Homes With Fabric Sofas and Rugs\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fn-pet-item\"\u003e\n            🪮 Pets That Benefit From Short, Regular Grooming Sessions\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=\"fn-section fn-how\"\u003e\n    \u003cdiv class=\"fn-container\"\u003e\n\n      \u003cdiv class=\"fn-eyebrow\"\u003e\n        How to Use\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fn-title\"\u003e\n        Build a Calm Grooming Routine One Short Session at a Time\n      \u003c\/h2\u003e\n\n      \u003cp class=\"fn-desc\"\u003e\n        Introduce FurNest gradually, keep early grooming sessions brief\n        and allow your pet to become familiar with the station at their\n        own pace.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fn-steps\"\u003e\n\n        \u003cdiv class=\"fn-step\"\u003e\n          \u003cdiv class=\"fn-step-num\"\u003e01\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eChoose a Calm Location\u003c\/h3\u003e\n            \u003cp\u003e\n              Place FurNest in a quiet area where your pet already feels\n              relaxed and avoid high-traffic walkways.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-step\"\u003e\n          \u003cdiv class=\"fn-step-num\"\u003e02\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eLet Your Pet Explore First\u003c\/h3\u003e\n            \u003cp\u003e\n              Allow your pet to sniff, step on and investigate the mat.\n              A familiar toy or treat can help create a positive introduction.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-step\"\u003e\n          \u003cdiv class=\"fn-step-num\"\u003e03\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eBegin With Short Sessions\u003c\/h3\u003e\n            \u003cp\u003e\n              Start with brief brushing and areas many pets tolerate well,\n              such as the back and sides.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-step\"\u003e\n          \u003cdiv class=\"fn-step-num\"\u003e04\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eUse the Dual-Sided Brush\u003c\/h3\u003e\n            \u003cp\u003e\n              Choose the brush side that best matches the grooming task\n              and work gently through visible loose coat.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-step\"\u003e\n          \u003cdiv class=\"fn-step-num\"\u003e05\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eLet Cats Use the Side Groomer Naturally\u003c\/h3\u003e\n            \u003cp\u003e\n              If your cat enjoys textured surfaces, allow voluntary use\n              of the side grooming area without forcing contact.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-step\"\u003e\n          \u003cdiv class=\"fn-step-num\"\u003e06\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eRemove Loose Fur\u003c\/h3\u003e\n            \u003cp\u003e\n              Gather collected hair from the grooming area and clear\n              remaining fur from the brush before storing it.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-step\"\u003e\n          \u003cdiv class=\"fn-step-num\"\u003e07\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eReturn Supplies to Storage\u003c\/h3\u003e\n            \u003cp\u003e\n              Put brushes, towels and frequently used care items back in\n              the side compartment so they are ready for next time.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-step\"\u003e\n          \u003cdiv class=\"fn-step-num\"\u003e08\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eClean the Grooming Mat\u003c\/h3\u003e\n            \u003cp\u003e\n              Remove and clean the mat based on use and shedding level,\n              then allow it to dry fully before reinstalling.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-step\"\u003e\n          \u003cdiv class=\"fn-step-num\"\u003e09\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eObserve the Coat and Skin\u003c\/h3\u003e\n            \u003cp\u003e\n              Routine grooming is also an opportunity to notice unusual\n              matting, irritation, redness or other visible changes.\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!-- CARE --\u003e\n  \u003csection class=\"fn-section fn-care\"\u003e\n    \u003cdiv class=\"fn-container\"\u003e\n\n      \u003cdiv class=\"fn-eyebrow\"\u003e\n        Easier Everyday Cleanup\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fn-title\"\u003e\n        Clean Individual Parts Instead of the Entire Station\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"fn-care-grid\"\u003e\n\n        \u003cdiv class=\"fn-care-card\"\u003e\n          \u003cdiv style=\"font-size:28px;\"\u003e🧲\u003c\/div\u003e\n\n          \u003ch3\u003eRemove Gathered Fur\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Pick up loose hair collected around the grooming zone after\n            each brushing session.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-care-card\"\u003e\n          \u003cdiv style=\"font-size:28px;\"\u003e🧸\u003c\/div\u003e\n\n          \u003ch3\u003eRemove the Grooming Mat\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Take the soft mat out for routine cleaning based on how often\n            the station is used and how much your pet sheds.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fn-care-card\"\u003e\n          \u003cdiv style=\"font-size:28px;\"\u003e🪮\u003c\/div\u003e\n\n          \u003ch3\u003eClear and Store the Brush\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Remove trapped fur from the grooming brush and return it to\n            its dedicated storage position when finished.\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=\"fn-final\"\u003e\n    \u003cdiv class=\"fn-container\"\u003e\n\n      \u003ch2\u003e\n        A Familiar Place for Brushing, Shedding and Everyday Pet Care\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        NESTVORO® FurNest brings grooming, loose-fur collection, tool\n        storage and a comfortable standing surface together in one\n        organized home station for cats and small dogs.\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":53634143650101,"sku":null,"price":59.68,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1020\/2700\/2165\/files\/ee649284-893d-4ebc-9813-ab8883b858aa.png?v=1790184692","url":"https:\/\/nestvoro.com\/products\/nestvoro%c2%ae-furnest-home-pet-grooming-station","provider":"NESTVORO®","version":"1.0","type":"link"}