{"product_id":"nestigo-cat-backpack-xl","title":"Nestigo cat carrier backpack XL 51x32x41 cm up to 12 kg","description":"\n\u003cstyle\u003e\n  .zs-wrap *, .zs-wrap *::before, .zs-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .zs-wrap {\n    --primary: #484572;\n    --primary-light: #6360a0;\n    --text: #1a1a2e;\n    --text-muted: #6b6b8a;\n    --bg: #ffffff;\n    --bg-soft: #f7f7fb;\n    --border: #e4e4f0;\n    --radius: 12px;\n    font-family: 'Montserrat', sans-serif;\n    color: var(--text);\n    line-height: 1.65;\n  }\n\n  .zs-hero { margin-bottom: 40px; }\n  .zs-hero-desc { color: var(--text-muted); font-size: 14px; }\n\n  .zs-wrap section { margin-bottom: 44px; }\n  .zs-wrap h2 {\n    font-size: 17px; font-weight: 700; color: var(--primary);\n    letter-spacing: .01em; margin-bottom: 18px;\n    padding-bottom: 10px; border-bottom: 2px solid var(--border);\n  }\n\n  \/* VIDEO *\/\n  .zs-video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n  .zs-video-col {}\n  .zs-video-wrap {\n    position: relative; width: 100%; padding-bottom: 177%;\n    border-radius: var(--radius); overflow: hidden;\n    border: 1px solid var(--border);\n  }\n  .zs-video-wrap iframe {\n    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\n  }\n  .zs-video-label { font-size: 12px; color: var(--text-muted); text-align: center; margin-top: 8px; }\n\n  \/* FEATURES *\/\n  .zs-features { list-style: none; display: flex; flex-direction: column; gap: 8px; }\n  .zs-features li {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 14px; padding: 11px 14px; line-height: 1.5;\n    background: var(--bg-soft); border-radius: 8px; border: 1px solid var(--border);\n  }\n  .zs-features li::before { content: \"✓\"; flex-shrink: 0; font-weight: 700; color: #2a7a4b; margin-top: 1px; }\n\n  \/* BOX CONTENTS *\/\n  .zs-box-items {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px;\n  }\n  .zs-box-item {\n    background: var(--bg-soft); border: 1px solid var(--border);\n    border-radius: var(--radius); padding: 18px 16px;\n    display: flex; align-items: flex-start; gap: 12px;\n  }\n  .zs-box-icon { font-size: 24px; flex-shrink: 0; line-height: 1; margin-top: 2px; }\n  .zs-box-item-title { font-weight: 600; font-size: 14px; margin-bottom: 3px; }\n  .zs-box-item-desc { font-size: 12px; color: var(--text-muted); }\n\n  \/* SPECS TABLE *\/\n  .zs-specs-table { width: 100%; border-collapse: collapse; font-size: 14px; }\n  .zs-specs-table tr { border-bottom: 1px solid var(--border); }\n  .zs-specs-table tr:last-child { border-bottom: none; }\n  .zs-specs-table td { padding: 11px 14px; vertical-align: top; }\n  .zs-specs-table td:first-child { width: 42%; color: var(--text-muted); font-weight: 500; }\n  .zs-specs-table td:last-child { font-weight: 600; }\n  .zs-specs-table tr:nth-child(even) td { background: var(--bg-soft); }\n\n  \/* SIZE CARD *\/\n  .zs-size-card {\n    background: var(--bg-soft); border: 1px solid var(--border);\n    border-left: 4px solid var(--primary); border-radius: var(--radius); padding: 20px 22px;\n  }\n  .zs-size-dims {\n    display: grid;\n    grid-template-columns: 1fr auto 1fr auto 1fr;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 16px;\n  }\n  .zs-dim-block { text-align: center; }\n  .zs-dim-value { font-size: 26px; font-weight: 700; color: var(--primary); display: block; line-height: 1.1; }\n  .zs-dim-label { font-size: 10px; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted); font-weight: 600; }\n  .zs-dim-sep { font-size: 18px; color: var(--border); text-align: center; }\n  .zs-size-note { font-size: 13px; color: var(--text-muted); line-height: 1.6; }\n  .zs-size-note strong { color: var(--text); }\n  .zs-expand-note {\n    display: block; margin-top: 12px;\n    background: #fff8eb; border: 1px solid #f0d88a; border-radius: 8px;\n    padding: 9px 13px; font-size: 12px; font-weight: 600; color: #8a5e00;\n    line-height: 1.5;\n  }\n\n  \/* BREEDS *\/\n  .zs-breeds-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }\n  .zs-breeds-col h3 {\n    font-size: 13px; font-weight: 700; text-transform: uppercase;\n    letter-spacing: .06em; color: var(--text-muted); margin-bottom: 10px;\n  }\n  .zs-breed-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .zs-breed-list li { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; }\n  .zs-breed-list li::before {\n    content: \"\"; width: 6px; height: 6px; border-radius: 50%;\n    background: var(--primary-light); flex-shrink: 0;\n  }\n  .zs-breed-weight { font-size: 12px; color: var(--text-muted); font-weight: 400; margin-left: 4px; }\n  .zs-breed-note { font-size: 12px; color: var(--text-muted); margin-top: 12px; font-style: italic; }\n\n  \/* FAQ *\/\n  .zs-faq-list { display: flex; flex-direction: column; gap: 8px; }\n  .zs-wrap details { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }\n  .zs-wrap details[open] { border-color: var(--primary-light); }\n  .zs-wrap summary {\n    display: flex; justify-content: space-between; align-items: center;\n    padding: 14px 18px; font-size: 14px; font-weight: 600;\n    cursor: pointer; list-style: none; background: var(--bg-soft); gap: 12px;\n  }\n  .zs-wrap summary::-webkit-details-marker { display: none; }\n  .zs-wrap summary .arrow {\n    font-size: 18px; color: var(--primary); flex-shrink: 0;\n    transition: transform .2s; line-height: 1;\n  }\n  .zs-wrap details[open] summary .arrow { transform: rotate(45deg); }\n  .zs-wrap details[open] summary { background: #f0effa; }\n  .zs-faq-body {\n    padding: 14px 18px; font-size: 14px; color: var(--text-muted);\n    line-height: 1.7; border-top: 1px solid var(--border); background: #fff;\n  }\n\n  @media (max-width: 540px) {\n    .zs-video-grid { grid-template-columns: 1fr; }\n    .zs-breeds-grid { grid-template-columns: 1fr; }\n    .zs-box-items { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How many cats fit in the Nestigo XL Cat Backpack?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Nestigo XL fits 1 extra-large cat or 2 medium-sized cats, with a combined weight up to 12 kg and a 60L interior volume.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the Nestigo XL be carried as a bag without the backpack straps?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The carrier has top handles for carrying as a hand bag. There is no separate shoulder strap — for hands-free carrying, use the included backpack straps.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the Nestigo XL airline approved?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Nestigo XL is designed for ground travel — city trips, vet visits, hiking, and public transport. For in-cabin airline travel please check our airline-approved carriers collection, as cabin size limits are strict.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I know if my cat fits inside?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Measure your cat's length from nose to tail base, and height from floor to top of head while standing. Both measurements should be comfortably smaller than the carrier's interior dimensions (51 × 32 × 41 cm). Your cat should be able to stand, turn around, and lie down.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is included in the box?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The box includes the Nestigo XL Cat Backpack, backpack straps, a removable hard-bottom liner mat, and a safety leash clip inside the carrier.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the carrier well-ventilated?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The Nestigo XL features scratch-resistant mesh ventilation panels on multiple sides to ensure constant airflow and keep your cat comfortable.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cdiv class=\"zs-wrap\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003cheader class=\"zs-hero\"\u003e\n    \u003cp class=\"zs-hero-desc\"\u003e\n      The Nestigo XL is built for big cats and owners who refuse to compromise on comfort. With a generous 60L interior, your cat has real space to sit, turn around, and even nap — while you carry them hands-free on your back or by the top handles.\n    \u003c\/p\u003e\n  \u003c\/header\u003e\n\n  \u003c!-- Videos --\u003e\n  \u003csection aria-labelledby=\"zs-video-heading\"\u003e\n    \u003ch2 id=\"zs-video-heading\"\u003eSee It In Action\u003c\/h2\u003e\n    \u003cdiv class=\"zs-video-grid\"\u003e\n      \u003cdiv class=\"zs-video-col\"\u003e\n        \u003cdiv class=\"zs-video-wrap\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/F2zB2S8_F_A\" title=\"Nestigo XL Cat Backpack – Product Overview\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"zs-video-label\"\u003eProduct overview\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"zs-video-col\"\u003e\n        \u003cdiv class=\"zs-video-wrap\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/TRzxOjhtSZk\" title=\"Nestigo XL Cat Backpack – Real Customer Review\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"zs-video-label\"\u003eReal customer review\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Key features --\u003e\n  \u003csection aria-labelledby=\"zs-features-heading\"\u003e\n    \u003ch2 id=\"zs-features-heading\"\u003eWhy Cat Owners Choose the Nestigo XL\u003c\/h2\u003e\n    \u003cul class=\"zs-features\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eGenuinely spacious\u003c\/strong\u003e — 60L interior. Cats go in and out on their own and sleep inside between trips.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTwo carry modes\u003c\/strong\u003e — wear as a backpack with ergonomic chest straps, or carry by the top handles as a hand bag.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBuilt for big cats\u003c\/strong\u003e — fits 1 XL cat or 2 medium cats, combined weight up to 12 kg.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eScratch-resistant mesh ventilation\u003c\/strong\u003e — new durable mesh type on multiple panels that holds up to curious claws.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHard-bottom liner mat\u003c\/strong\u003e — removable and washable, with a rigid base for stable footing.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSafety leash clip\u003c\/strong\u003e — keeps your cat secure even when the zipper is open.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- What's in the box --\u003e\n  \u003csection aria-labelledby=\"zs-box-heading\"\u003e\n    \u003ch2 id=\"zs-box-heading\"\u003eWhat's in the Box\u003c\/h2\u003e\n    \u003cdiv class=\"zs-box-items\"\u003e\n      \u003cdiv class=\"zs-box-item\"\u003e\n        \u003cdiv class=\"zs-box-icon\"\u003e🎒\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"zs-box-item-title\"\u003eNestigo XL Backpack\u003c\/div\u003e\n          \u003cdiv class=\"zs-box-item-desc\"\u003eScratch-resistant mesh panels, top handles, double zippers, safety leash clip inside.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"zs-box-item\"\u003e\n        \u003cdiv class=\"zs-box-icon\"\u003e🔧\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"zs-box-item-title\"\u003eBackpack Straps\u003c\/div\u003e\n          \u003cdiv class=\"zs-box-item-desc\"\u003eErgonomic padded straps with chest clip for hands-free carrying.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"zs-box-item\"\u003e\n        \u003cdiv class=\"zs-box-icon\"\u003e🟫\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"zs-box-item-title\"\u003eHard-Bottom Liner Mat\u003c\/div\u003e\n          \u003cdiv class=\"zs-box-item-desc\"\u003eRemovable rigid base mat. Gives your cat a flat, stable surface. Machine washable.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Specs --\u003e\n  \u003csection aria-labelledby=\"zs-specs-heading\"\u003e\n    \u003ch2 id=\"zs-specs-heading\"\u003eSpecifications\u003c\/h2\u003e\n    \u003ctable class=\"zs-specs-table\" role=\"table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eDimensions (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e51 × 32 × 41 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eInterior volume\u003c\/td\u003e\n\u003ctd\u003e60 L\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMax pet weight\u003c\/td\u003e\n\u003ctd\u003e12 kg (1 XL cat or 2 medium cats)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCarry modes\u003c\/td\u003e\n\u003ctd\u003eBackpack \/ hand bag (top handles)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eVentilation\u003c\/td\u003e\n\u003ctd\u003eScratch-resistant mesh panels (multiple sides)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSafety\u003c\/td\u003e\n\u003ctd\u003eInternal leash clip\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eLiner mat\u003c\/td\u003e\n\u003ctd\u003eRemovable, washable — hard bottom\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003e0710579463112\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Size guide --\u003e\n  \u003csection aria-labelledby=\"zs-size-heading\"\u003e\n    \u003ch2 id=\"zs-size-heading\"\u003eDoes My Cat Fit? How to Measure\u003c\/h2\u003e\n    \u003cdiv class=\"zs-size-card\"\u003e\n      \u003cdiv class=\"zs-size-dims\"\u003e\n        \u003cdiv class=\"zs-dim-block\"\u003e\n          \u003cspan class=\"zs-dim-value\"\u003e51\u003c\/span\u003e\n          \u003cspan class=\"zs-dim-label\"\u003eLength (cm)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"zs-dim-sep\"\u003e×\u003c\/div\u003e\n        \u003cdiv class=\"zs-dim-block\"\u003e\n          \u003cspan class=\"zs-dim-value\"\u003e32\u003c\/span\u003e\n          \u003cspan class=\"zs-dim-label\"\u003eWidth (cm)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"zs-dim-sep\"\u003e×\u003c\/div\u003e\n        \u003cdiv class=\"zs-dim-block\"\u003e\n          \u003cspan class=\"zs-dim-value\"\u003e41\u003c\/span\u003e\n          \u003cspan class=\"zs-dim-label\"\u003eHeight (cm)\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"zs-size-note\"\u003e\n        Measure your cat's \u003cstrong\u003ebody length\u003c\/strong\u003e (nose to tail base) and \u003cstrong\u003estanding height\u003c\/strong\u003e (floor to top of head). Both should be comfortably smaller than the carrier interior. Your cat should be able to \u003cstrong\u003estand, turn around, and lie down\u003c\/strong\u003e inside.\n      \u003c\/p\u003e\n      \u003cspan class=\"zs-expand-note\"\u003e\n        💡 Between sizes? Always go larger — a cat with space will sleep in the carrier; a cramped cat will resist it.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Suitable breeds --\u003e\n  \u003csection aria-labelledby=\"zs-breeds-heading\"\u003e\n    \u003ch2 id=\"zs-breeds-heading\"\u003eSuitable Cat Breeds (up to 12 kg as adults)\u003c\/h2\u003e\n    \u003cdiv class=\"zs-breeds-grid\"\u003e\n      \u003cdiv class=\"zs-breeds-col\"\u003e\n        \u003ch3\u003e🐱 Large breeds\u003c\/h3\u003e\n        \u003cul class=\"zs-breed-list\"\u003e\n          \u003cli\u003eMaine Coon \u003cspan class=\"zs-breed-weight\"\u003e5–11 kg\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003eRagdoll \u003cspan class=\"zs-breed-weight\"\u003e5–9 kg\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003eNorwegian Forest Cat \u003cspan class=\"zs-breed-weight\"\u003e4–9 kg\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003eSiberian \u003cspan class=\"zs-breed-weight\"\u003e5–8 kg\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"zs-breeds-col\"\u003e\n        \u003ch3\u003e🐱 Medium-large breeds\u003c\/h3\u003e\n        \u003cul class=\"zs-breed-list\"\u003e\n          \u003cli\u003eBritish Shorthair \u003cspan class=\"zs-breed-weight\"\u003e4–8 kg\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003eSavannah (F3–F5) \u003cspan class=\"zs-breed-weight\"\u003e5–10 kg\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003eDomestic mixed (large) \u003cspan class=\"zs-breed-weight\"\u003eup to 12 kg\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"zs-breed-note\"\u003eAlways weigh your cat before buying. Body size matters more than breed — some individuals exceed typical ranges.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection aria-labelledby=\"zs-faq-heading\"\u003e\n    \u003ch2 id=\"zs-faq-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"zs-faq-list\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many cats fit inside? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eThe Nestigo XL fits 1 extra-large cat or 2 medium-sized cats, with a combined weight up to 12 kg.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I carry it as a bag without the backpack straps? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eYes — the carrier has top handles for hand carrying. There is no separate shoulder strap; for hands-free carrying, use the included backpack straps.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it airline approved? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eThe Nestigo XL is designed for ground travel — city trips, vet visits, hiking, and public transport. For in-cabin flights, cabin size limits are strict; check our \u003ca href=\"https:\/\/zoospot.nl\/collections\/airline-approved-pet-carriers\" style=\"color:#484572;\"\u003eairline-approved carriers\u003c\/a\u003e.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I know if my cat fits? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eMeasure body length (nose to tail base) and standing height (floor to top of head). Both should fit within 51 × 41 cm, and your cat should be able to stand, turn, and lie down comfortably.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat's included in the box? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eThe Nestigo XL backpack, backpack straps, a removable hard-bottom liner mat, and an internal safety leash clip.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the ventilation sufficient for longer trips? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eYes. Scratch-resistant mesh panels on multiple sides provide continuous airflow. For very hot weather, avoid direct sunlight on the carrier and take regular breaks.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Zoospot","offers":[{"title":"Default Title","offer_id":53590911779154,"sku":"0710579463112","price":54.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0880\/8874\/0178\/files\/nestigo-cat-backpack.jpg?v=1779977687","url":"https:\/\/zoospot.nl\/en\/products\/nestigo-cat-backpack-xl","provider":"Zoospot","version":"1.0","type":"link"}