{"title":"Home page","description":null,"products":[{"product_id":"nestvoro®-cozycove-3-in-1-convertible-pet-retreat","title":"NESTVORO® CozyCove 3-in-1 Convertible Pet Retreat","description":"\u003cstyle\u003e\n  .nestvoro-page,\n  .nestvoro-page * {\n    box-sizing: border-box;\n  }\n\n  .nestvoro-page {\n    --green: #263D32;\n    --green-2: #324C40;\n    --cream: #F7F2E9;\n    --sand: #E9DED0;\n    --white: #FFFFFF;\n    --text: #27332D;\n    --muted: #69736E;\n\n    margin: 0;\n    padding: 0;\n    overflow: hidden;\n    background: var(--cream);\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .nestvoro-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .nestvoro-page h1,\n  .nestvoro-page h2,\n  .nestvoro-page h3,\n  .nestvoro-page p {\n    margin-top: 0;\n  }\n\n  .nv-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n  }\n\n  .nv-section {\n    padding: 85px 0;\n  }\n\n  .nv-eyebrow {\n    display: inline-block;\n    margin-bottom: 16px;\n    color: var(--green);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  .nv-title {\n    margin-bottom: 18px;\n    color: var(--green);\n    font-size: clamp(34px, 5vw, 58px);\n    line-height: 1.06;\n    letter-spacing: -0.03em;\n  }\n\n  .nv-desc {\n    max-width: 720px;\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 17px;\n    line-height: 1.8;\n  }\n\n  \/* HERO *\/\n\n  .nv-hero {\n    background: var(--green);\n    color: #fff;\n    padding: 90px 0;\n  }\n\n  .nv-hero-inner {\n    max-width: 900px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .nv-brand {\n    margin-bottom: 22px;\n    font-family: Georgia, serif;\n    font-size: 32px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n  }\n\n  .nv-hero .nv-eyebrow {\n    color: #E9DED0;\n  }\n\n  .nv-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  .nv-hero p {\n    max-width: 760px;\n    margin: 0 auto 34px;\n    color: rgba(255,255,255,.78);\n    font-size: 18px;\n    line-height: 1.8;\n  }\n\n  .nv-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n  }\n\n  .nv-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    font-size: 13px;\n  }\n\n  \/* INTRO *\/\n\n  .nv-intro {\n    text-align: center;\n  }\n\n  .nv-intro .nv-desc {\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .nv-note {\n    max-width: 880px;\n    margin: 45px auto 0;\n    padding: 34px;\n    border-radius: 24px;\n    background: #fff;\n    color: #5C6962;\n    box-shadow: 0 14px 40px rgba(38,61,50,.08);\n    font-size: 17px;\n    line-height: 1.8;\n  }\n\n  \/* 3 MODES *\/\n\n  .nv-modes {\n    background: #fff;\n  }\n\n  .nv-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 45px;\n  }\n\n  .nv-card {\n    padding: 32px;\n    border-radius: 24px;\n    background: var(--cream);\n  }\n\n  .nv-number {\n    width: 46px;\n    height: 46px;\n    margin-bottom: 22px;\n    display: grid;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--green);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .nv-card h3 {\n    margin-bottom: 10px;\n    color: var(--green);\n    font-size: 22px;\n  }\n\n  .nv-card p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  \/* IMAGE + TEXT *\/\n\n  .nv-feature {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n    gap: 65px;\n  }\n\n  .nv-feature + .nv-feature {\n    margin-top: 100px;\n  }\n\n  .nv-feature.reverse .nv-image {\n    order: 2;\n  }\n\n  .nv-feature.reverse .nv-copy {\n    order: 1;\n  }\n\n  .nv-image img {\n    border-radius: 28px;\n    box-shadow: 0 25px 60px rgba(38,61,50,.13);\n  }\n\n  .nv-copy h2 {\n    margin-bottom: 17px;\n    color: var(--green);\n    font-size: clamp(32px, 4vw, 48px);\n    line-height: 1.08;\n  }\n\n  .nv-copy p {\n    color: var(--muted);\n    font-size: 16px;\n    line-height: 1.8;\n  }\n\n  .nv-checks {\n    display: grid;\n    gap: 13px;\n    margin-top: 26px;\n  }\n\n  .nv-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  .nv-check span:first-child {\n    width: 24px;\n    height: 24px;\n    display: grid;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--green);\n    color: #fff;\n    font-size: 11px;\n  }\n\n  \/* BENEFITS *\/\n\n  .nv-benefits {\n    background: var(--green);\n    color: #fff;\n  }\n\n  .nv-benefits .nv-title,\n  .nv-benefits .nv-eyebrow {\n    color: #fff;\n  }\n\n  .nv-benefits .nv-desc {\n    color: rgba(255,255,255,.7);\n  }\n\n  .nv-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 45px;\n  }\n\n  .nv-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  .nv-benefit-icon {\n    margin-bottom: 17px;\n    font-size: 28px;\n  }\n\n  .nv-benefit h3 {\n    margin-bottom: 8px;\n    color: #fff;\n    font-size: 19px;\n  }\n\n  .nv-benefit p {\n    margin: 0;\n    color: rgba(255,255,255,.66);\n    font-size: 14px;\n  }\n\n  \/* PLACES *\/\n\n  .nv-places {\n    background: #fff;\n  }\n\n  .nv-place-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 14px;\n    margin-top: 42px;\n  }\n\n  .nv-place {\n    padding: 22px;\n    border-radius: 18px;\n    background: var(--cream);\n    color: var(--green);\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .nv-place span {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 24px;\n  }\n\n  \/* FOR PETS *\/\n\n  .nv-for {\n    background: var(--cream);\n  }\n\n  .nv-for-box {\n    padding: 55px;\n    border-radius: 30px;\n    background: var(--green);\n  }\n\n  .nv-for-box .nv-title,\n  .nv-for-box .nv-eyebrow {\n    color: #fff;\n  }\n\n  .nv-for-box .nv-desc {\n    color: rgba(255,255,255,.68);\n  }\n\n  .nv-for-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 12px;\n    margin-top: 38px;\n  }\n\n  .nv-for-item {\n    padding: 18px;\n    border-radius: 15px;\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  .nv-how {\n    background: #fff;\n  }\n\n  .nv-steps {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 16px;\n    margin-top: 45px;\n  }\n\n  .nv-step {\n    display: grid;\n    grid-template-columns: 50px 1fr;\n    gap: 16px;\n    padding: 25px;\n    border-radius: 20px;\n    background: #FAF7F2;\n    border: 1px solid rgba(38,61,50,.08);\n  }\n\n  .nv-step-num {\n    width: 50px;\n    height: 50px;\n    display: grid;\n    place-items: center;\n    border-radius: 14px;\n    background: var(--green);\n    color: #fff;\n    font-weight: 800;\n  }\n\n  .nv-step h3 {\n    margin: 2px 0 6px;\n    color: var(--green);\n    font-size: 17px;\n  }\n\n  .nv-step p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  \/* FINAL *\/\n\n  .nv-final {\n    padding: 90px 0;\n    background: var(--green);\n    color: #fff;\n    text-align: center;\n  }\n\n  .nv-final h2 {\n    max-width: 760px;\n    margin: 0 auto 20px;\n    font-size: clamp(38px, 5vw, 60px);\n    line-height: 1.06;\n  }\n\n  .nv-final p {\n    max-width: 680px;\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    .nv-grid-3,\n    .nv-benefit-grid,\n    .nv-for-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .nv-feature {\n      grid-template-columns: 1fr;\n      gap: 35px;\n    }\n\n    .nv-feature.reverse .nv-image,\n    .nv-feature.reverse .nv-copy {\n      order: initial;\n    }\n\n    .nv-place-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n  }\n\n  @media (max-width: 650px) {\n    .nv-container {\n      width: min(100% - 28px,1180px);\n    }\n\n    .nv-section {\n      padding: 58px 0;\n    }\n\n    .nv-hero {\n      padding: 65px 0;\n    }\n\n    .nv-hero h1 {\n      font-size: 44px;\n    }\n\n    .nv-place-grid,\n    .nv-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .nv-for-box {\n      padding: 35px 22px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"nestvoro-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"nv-hero\"\u003e\n    \u003cdiv class=\"nv-container nv-hero-inner\"\u003e\n\n      \u003cdiv class=\"nv-brand\"\u003eNESTVORO®\u003c\/div\u003e\n\n      \u003cdiv class=\"nv-eyebrow\"\u003e\n        CozyCove 3-in-1 Convertible Pet Retreat\n      \u003c\/div\u003e\n\n      \u003ch1\u003e\n        A Cozy Space They Can Call Their Own\n      \u003c\/h1\u003e\n\n      \u003cp\u003e\n        Designed for cats and small to medium dogs that love to curl up,\n        lean against soft edges, observe the room, or retreat into a more\n        sheltered space when it is time to rest.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"nv-badges\"\u003e\n        \u003cspan class=\"nv-badge\"\u003e3 Resting Configurations\u003c\/span\u003e\n        \u003cspan class=\"nv-badge\"\u003eReversible Sleep Pad\u003c\/span\u003e\n        \u003cspan class=\"nv-badge\"\u003eFoldable Design\u003c\/span\u003e\n        \u003cspan class=\"nv-badge\"\u003eNon-Slip Bottom\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=\"nv-section nv-intro\"\u003e\n    \u003cdiv class=\"nv-container\"\u003e\n\n      \u003cdiv class=\"nv-eyebrow\"\u003e\n        More Than a Basic Pet Bed\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"nv-title\"\u003e\n        Made for Rest, Curling Up and Quiet Time\n      \u003c\/h2\u003e\n\n      \u003cp class=\"nv-desc\"\u003e\n        CozyCove adapts to different sleeping habits throughout the day.\n        Keep it open for relaxed lounging, raise the sides for a more\n        supportive resting space, or create a cozier cove when your pet\n        prefers extra separation from household activity.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"nv-note\"\u003e\n        The adjustable structure gives your pet a dedicated resting zone\n        without permanently locking them into one bed shape.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- 3 MODES --\u003e\n  \u003csection class=\"nv-section nv-modes\"\u003e\n    \u003cdiv class=\"nv-container\"\u003e\n\n      \u003cdiv class=\"nv-eyebrow\"\u003e\n        3 Ways to Rest\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"nv-title\"\u003e\n        One Retreat. Three Comfortable Configurations.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"nv-desc\"\u003e\n        Adjust the surrounding structure based on how your pet prefers to\n        sleep, lounge and relax.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"nv-grid-3\"\u003e\n\n        \u003cdiv class=\"nv-card\"\u003e\n          \u003cdiv class=\"nv-number\"\u003e01\u003c\/div\u003e\n          \u003ch3\u003eOpen Bed Mode\u003c\/h3\u003e\n          \u003cp\u003e\n            Lower the sides to create a wider resting surface for\n            stretching out, lounging and everyday naps.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-card\"\u003e\n          \u003cdiv class=\"nv-number\"\u003e02\u003c\/div\u003e\n          \u003ch3\u003eCozy Lounge Mode\u003c\/h3\u003e\n          \u003cp\u003e\n            Raise the surrounding panels while keeping the front open\n            for a balance of comfort, support and room visibility.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-card\"\u003e\n          \u003cdiv class=\"nv-number\"\u003e03\u003c\/div\u003e\n          \u003ch3\u003ePrivate Cove Mode\u003c\/h3\u003e\n          \u003cp\u003e\n            Bring the sides closer together to create a more sheltered\n            sleeping area for bedtime and quiet moments.\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 1 --\u003e\n  \u003csection class=\"nv-section\"\u003e\n    \u003cdiv class=\"nv-container\"\u003e\n\n      \u003cdiv class=\"nv-feature\"\u003e\n\n        \u003cdiv class=\"nv-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1020\/2700\/2165\/files\/0913fe70-f294-4ebb-897b-4346fa2fd62e.png?v=1790190502\" alt=\"NESTVORO CozyCove convertible pet retreat\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-copy\"\u003e\n\n          \u003cdiv class=\"nv-eyebrow\"\u003e\n            A More Defined Resting Space\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Designed Around the Way Pets Naturally Settle Down\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Many cats and dogs naturally look for corners, covered areas\n            and soft boundaries when they want to rest. CozyCove helps\n            create a dedicated personal space while still allowing your\n            pet to enter, exit and observe their surroundings freely.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"nv-checks\"\u003e\n\n            \u003cdiv class=\"nv-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eRaised sides create a more defined personal resting zone.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"nv-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eOpen access lets pets move in and out comfortably.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"nv-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eIdeal for pets that enjoy sleeping against soft edges.\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=\"nv-section nv-benefits\"\u003e\n    \u003cdiv class=\"nv-container\"\u003e\n\n      \u003cdiv class=\"nv-eyebrow\"\u003e\n        Thoughtful Everyday Features\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"nv-title\"\u003e\n        Comfort for Them. Convenience for You.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"nv-desc\"\u003e\n        CozyCove is designed to fit naturally into everyday home life,\n        from quiet afternoon naps to weekend travel.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"nv-benefit-grid\"\u003e\n\n        \u003cdiv class=\"nv-benefit\"\u003e\n          \u003cdiv class=\"nv-benefit-icon\"\u003e🏡\u003c\/div\u003e\n          \u003ch3\u003eHome-Friendly Design\u003c\/h3\u003e\n          \u003cp\u003e\n            A clean, low-profile shape that works naturally in bedrooms,\n            living rooms, apartments and multipurpose spaces.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-benefit\"\u003e\n          \u003cdiv class=\"nv-benefit-icon\"\u003e🧼\u003c\/div\u003e\n          \u003ch3\u003eEasier Routine Cleaning\u003c\/h3\u003e\n          \u003cp\u003e\n            Accessible interior surfaces make it easier to remove loose\n            fur and everyday debris using a vacuum, lint roller or cloth.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-benefit\"\u003e\n          \u003cdiv class=\"nv-benefit-icon\"\u003e🚗\u003c\/div\u003e\n          \u003ch3\u003eFoldable for Travel\u003c\/h3\u003e\n          \u003cp\u003e\n            Fold the retreat down for easier storage, road trips,\n            weekend visits and pet-friendly stays.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-benefit\"\u003e\n          \u003cdiv class=\"nv-benefit-icon\"\u003e🧩\u003c\/div\u003e\n          \u003ch3\u003eNon-Slip Bottom\u003c\/h3\u003e\n          \u003cp\u003e\n            Designed to help reduce unwanted movement on common indoor\n            surfaces such as hardwood, tile and laminate.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-benefit\"\u003e\n          \u003cdiv class=\"nv-benefit-icon\"\u003e🌙\u003c\/div\u003e\n          \u003ch3\u003eAdjustable Privacy\u003c\/h3\u003e\n          \u003cp\u003e\n            Keep it open when your pet wants visibility or create a more\n            sheltered shape when they prefer quieter rest.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-benefit\"\u003e\n          \u003cdiv class=\"nv-benefit-icon\"\u003e🐾\u003c\/div\u003e\n          \u003ch3\u003eFor Different Sleep Styles\u003c\/h3\u003e\n          \u003cp\u003e\n            Suitable for pets that alternate between stretching out,\n            curling up and leaning against raised sides.\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=\"nv-section\"\u003e\n    \u003cdiv class=\"nv-container\"\u003e\n\n      \u003cdiv class=\"nv-feature reverse\"\u003e\n\n        \u003cdiv class=\"nv-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1020\/2700\/2165\/files\/da3b90df-b3ff-4750-a4f3-116db609bb40.png?v=1790190501\" alt=\"NESTVORO reversible removable sleep pad\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-copy\"\u003e\n\n          \u003cdiv class=\"nv-eyebrow\"\u003e\n            Reversible Removable Sleep Pad\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Two Resting Surfaces for Different Seasons\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            The included removable pad is designed with two usable\n            surfaces, giving you more flexibility as temperatures and\n            sleeping preferences change.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"nv-checks\"\u003e\n\n            \u003cdiv class=\"nv-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Softer side for a warmer, cozier sleeping feel.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"nv-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Smoother side for pets that prefer a lighter surface.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"nv-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Can also be used separately as a travel mat or temporary\n                resting surface.\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!-- IMAGE 3 --\u003e\n  \u003csection class=\"nv-section\"\u003e\n    \u003cdiv class=\"nv-container\"\u003e\n\n      \u003cdiv class=\"nv-feature\"\u003e\n\n        \u003cdiv class=\"nv-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1020\/2700\/2165\/files\/6855770d-53c7-4c0c-8478-e6bb0ca9f29f.png?v=1790190501\" alt=\"NESTVORO CozyCove foldable pet retreat for home and travel\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-copy\"\u003e\n\n          \u003cdiv class=\"nv-eyebrow\"\u003e\n            Familiar Comfort Wherever You Go\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Fold It Down and Bring Their Resting Space Along\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            A familiar sleeping area can be useful when your pet's\n            surroundings change. CozyCove can be folded for easier\n            transport and reopened at your destination.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"nv-checks\"\u003e\n\n            \u003cdiv class=\"nv-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eConvenient for apartment storage and smaller spaces.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"nv-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eSuitable for road trips, weekend visits and travel.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"nv-check\"\u003e\n              \u003cspan\u003e✓\u003c\/span\u003e\n              \u003cspan\u003e\n                Add a familiar blanket or toy to create a recognizable\n                resting area away from home.\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!-- WHERE TO PLACE --\u003e\n  \u003csection class=\"nv-section nv-places\"\u003e\n    \u003cdiv class=\"nv-container\"\u003e\n\n      \u003cdiv class=\"nv-eyebrow\"\u003e\n        Designed to Belong in the Home\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"nv-title\"\u003e\n        Give Your Pet a Dedicated Spot Without Cluttering the Room\n      \u003c\/h2\u003e\n\n      \u003cp class=\"nv-desc\"\u003e\n        Place CozyCove wherever your pet naturally likes to relax.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"nv-place-grid\"\u003e\n\n        \u003cdiv class=\"nv-place\"\u003e\n          \u003cspan\u003e🛋️\u003c\/span\u003e\n          Beside the Sofa\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-place\"\u003e\n          \u003cspan\u003e🛏️\u003c\/span\u003e\n          Near the Bed\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-place\"\u003e\n          \u003cspan\u003e💻\u003c\/span\u003e\n          Home Office\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-place\"\u003e\n          \u003cspan\u003e🪟\u003c\/span\u003e\n          Window Area\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-place\"\u003e\n          \u003cspan\u003e📖\u003c\/span\u003e\n          Reading Corner\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-place\"\u003e\n          \u003cspan\u003e🏙️\u003c\/span\u003e\n          Apartment Living\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-place\"\u003e\n          \u003cspan\u003e🚐\u003c\/span\u003e\n          RV Sleeping Area\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-place\"\u003e\n          \u003cspan\u003e🏨\u003c\/span\u003e\n          Pet-Friendly Stays\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- FOR --\u003e\n  \u003csection class=\"nv-section nv-for\"\u003e\n    \u003cdiv class=\"nv-container\"\u003e\n\n      \u003cdiv class=\"nv-for-box\"\u003e\n\n        \u003cdiv class=\"nv-eyebrow\"\u003e\n          Made for Different Resting Personalities\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"nv-title\"\u003e\n          A Comfortable Choice for Pets That Love Their Own Space\n        \u003c\/h2\u003e\n\n        \u003cp class=\"nv-desc\"\u003e\n          Select the appropriate size according to your pet's body length,\n          weight and preferred sleeping position.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"nv-for-grid\"\u003e\n\n          \u003cdiv class=\"nv-for-item\"\u003e🐱 Cats\u003c\/div\u003e\n          \u003cdiv class=\"nv-for-item\"\u003e🐶 Small Dogs\u003c\/div\u003e\n          \u003cdiv class=\"nv-for-item\"\u003e🐕 Select Medium-Size Dogs\u003c\/div\u003e\n\n          \u003cdiv class=\"nv-for-item\"\u003e\n            🏠 Pets That Enjoy Enclosed Spaces\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"nv-for-item\"\u003e\n            💤 Pets That Sleep Against Raised Edges\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"nv-for-item\"\u003e\n            🌙 Pets That Prefer Quiet Personal Areas\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"nv-for-item\"\u003e\n            🌀 Pets That Love Curling Up\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"nv-for-item\"\u003e\n            ↔️ Pets That Also Like to Stretch Out\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"nv-for-item\"\u003e\n            🚗 Pets That Travel With Their Family\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=\"nv-section nv-how\"\u003e\n    \u003cdiv class=\"nv-container\"\u003e\n\n      \u003cdiv class=\"nv-eyebrow\"\u003e\n        How to Use\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"nv-title\"\u003e\n        Help Your Pet Settle In Naturally\n      \u003c\/h2\u003e\n\n      \u003cp class=\"nv-desc\"\u003e\n        Start with a familiar, open setup and gradually adjust the shape\n        based on the way your pet prefers to rest.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"nv-steps\"\u003e\n\n        \u003cdiv class=\"nv-step\"\u003e\n          \u003cdiv class=\"nv-step-num\"\u003e01\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eChoose a Comfortable Location\u003c\/h3\u003e\n            \u003cp\u003e\n              Place it in a quiet, dry area your pet already enjoys,\n              away from busy walkways.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-step\"\u003e\n          \u003cdiv class=\"nv-step-num\"\u003e02\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eStart With Open Bed Mode\u003c\/h3\u003e\n            \u003cp\u003e\n              Allow your pet to explore the retreat naturally before\n              gradually creating a more enclosed shape.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-step\"\u003e\n          \u003cdiv class=\"nv-step-num\"\u003e03\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eInsert the Sleep Pad\u003c\/h3\u003e\n            \u003cp\u003e\n              Place the removable pad flat inside and choose the side\n              that best matches your pet's preference.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-step\"\u003e\n          \u003cdiv class=\"nv-step-num\"\u003e04\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eAdd Something Familiar\u003c\/h3\u003e\n            \u003cp\u003e\n              Add a favorite toy or small blanket to make the new resting\n              area feel more recognizable.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-step\"\u003e\n          \u003cdiv class=\"nv-step-num\"\u003e05\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eAdjust the Shape\u003c\/h3\u003e\n            \u003cp\u003e\n              Keep it open for more visibility or create a cozier form\n              for pets that prefer curling up and hiding.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-step\"\u003e\n          \u003cdiv class=\"nv-step-num\"\u003e06\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eClean Regularly\u003c\/h3\u003e\n            \u003cp\u003e\n              Remove loose fur and debris using a vacuum, lint roller or\n              soft cloth, and clean the removable pad as needed.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"nv-step\"\u003e\n          \u003cdiv class=\"nv-step-num\"\u003e07\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eFold for Travel or Storage\u003c\/h3\u003e\n            \u003cp\u003e\n              Fold the retreat down when storing or transporting it,\n              then reopen it when needed.\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!-- FINAL --\u003e\n  \u003csection class=\"nv-final\"\u003e\n    \u003cdiv class=\"nv-container\"\u003e\n\n      \u003ch2\u003e\n        A Comfortable Little Retreat for the Moments They Want to Unwind\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Open for lounging, raised for support or shaped into a cozier\n        cove, NESTVORO® CozyCove adapts to the way your pet naturally\n        likes to rest.\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":53634053669173,"sku":null,"price":59.76,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1020\/2700\/2165\/files\/9526d223-1afc-4cdd-a0d7-62a1ec93c2aa.png?v=1790181855"}],"url":"https:\/\/nestvoro.com\/collections\/frontpage.oembed","provider":"NESTVORO®","version":"1.0","type":"link"}