{"product_id":"dog-car-seat-half-hammock","title":"Dog car seat half hammock style, one side seat cover protector with hard bottom \u0026 anti slip for SUV, sedan","description":"\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-wrap section { margin-bottom: 44px; }\n\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  .zs-wrap p {\n    font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 14px;\n  }\n  .zs-wrap p:last-child { margin-bottom: 0; }\n\n  .zs-wrap img.stretch {\n    width: 100%; height: auto; display: block;\n    border-radius: var(--radius); margin-bottom: 0;\n  }\n  .zs-img-outer {\n    width: 75%; margin: 0 auto 20px;\n  }\n\n  \/* VIDEO *\/\n  .zs-video-outer {\n    width: 75%; margin: 0 auto;\n  }\n  .zs-video-grid {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;\n    margin-bottom: 4px;\n  }\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 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }\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: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .zs-features li {\n    font-size: 14px; padding: 14px 16px; line-height: 1.55;\n    background: var(--bg-soft); border-radius: 10px; border: 1px solid var(--border);\n    display: flex; align-items: flex-start; gap: 10px;\n  }\n  .zs-features li .zs-feat-check {\n    color: #2a7a4b; font-weight: 700; flex-shrink: 0; margin-top: 1px; font-size: 15px;\n  }\n  .zs-features li .zs-feat-text { flex: 1; }\n  .zs-features li strong { display: block; color: var(--text); font-size: 13px; margin-bottom: 3px; }\n  @media (max-width: 540px) {\n    .zs-features { grid-template-columns: 1fr; }\n  }\n\n  \/* BOX CONTENTS *\/\n  .zs-box-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }\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; color: var(--text); }\n  .zs-box-item-desc { font-size: 12px; color: var(--text-muted); line-height: 1.5; }\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    margin-bottom: 16px;\n  }\n  .zs-size-tabs { display: flex; gap: 8px; margin-bottom: 20px; }\n  .zs-size-tab {\n    padding: 7px 22px; font-family: 'Montserrat', sans-serif;\n    font-size: 13px; font-weight: 600; cursor: pointer;\n    border-radius: 20px; border: 2px solid var(--border);\n    background: var(--bg); color: var(--text-muted);\n    transition: all .2s;\n  }\n  .zs-size-tab.active {\n    background: var(--primary); color: #fff; border-color: var(--primary);\n  }\n  .zs-size-tab:hover:not(.active) { border-color: var(--primary-light); color: var(--primary); }\n  .zs-size-panel { display: none; }\n  .zs-size-panel.active { display: block; }\n\n  .zs-size-dims {\n    display: grid; grid-template-columns: 1fr auto 1fr auto 1fr;\n    align-items: center; gap: 8px; 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.7; }\n  .zs-size-note strong { color: var(--text); }\n  .zs-size-note p { font-size: 13px; color: var(--text-muted); margin-bottom: 6px; }\n  .zs-size-note p:last-child { margin-bottom: 0; }\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; line-height: 1.5;\n  }\n  .zs-size-img {\n    width: 100%; height: auto; display: block;\n    border-radius: 8px;\n    border: 1px solid var(--border);\n  }\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; color: var(--text); }\n  .zs-specs-table tr:nth-child(even) td { background: var(--bg-soft); }\n\n  \/* BREEDS — tag\/chip style *\/\n  .zs-breeds-group { margin-bottom: 20px; }\n  .zs-breeds-group:last-child { margin-bottom: 0; }\n  .zs-breeds-label {\n    font-size: 11px; font-weight: 700; text-transform: uppercase;\n    letter-spacing: .07em; color: var(--primary); margin-bottom: 10px;\n    display: flex; align-items: center; gap: 8px;\n  }\n  .zs-breeds-label::after {\n    content: \"\"; flex: 1; height: 1px; background: var(--border);\n  }\n  .zs-breed-tags { display: flex; flex-wrap: wrap; gap: 8px; }\n  .zs-breed-tag {\n    display: inline-flex; flex-direction: column;\n    background: var(--bg-soft); border: 1px solid var(--border);\n    border-radius: 20px; padding: 6px 14px;\n    font-size: 13px; font-weight: 600; color: var(--text); line-height: 1.3;\n  }\n  .zs-breed-tag span {\n    font-size: 11px; font-weight: 400; color: var(--text-muted);\n  }\n  .zs-breed-note { font-size: 12px; color: var(--text-muted); margin-top: 14px; font-style: italic; }\n\n  \/* CARE *\/\n  .zs-care-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }\n  .zs-care-list li {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 14px; padding: 10px 14px; line-height: 1.5;\n    background: var(--bg-soft); border-radius: 8px; border: 1px solid var(--border);\n  }\n  .zs-care-list li::before { content: \"✓\"; flex-shrink: 0; font-weight: 700; color: #2a7a4b; margin-top: 1px; }\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; color: var(--text);\n  }\n  .zs-wrap summary::-webkit-details-marker { display: none; }\n  .zs-wrap summary .arrow { font-size: 18px; color: var(--primary); flex-shrink: 0; transition: transform .2s; line-height: 1; }\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  .zs-faq-body a { color: var(--primary); }\n\n  \/* CAR NOTE *\/\n  .zs-car-note {\n    background: #fff8eb; border: 1px solid #f0d88a; border-radius: var(--radius);\n    padding: 14px 18px; font-size: 14px; color: #8a5e00; line-height: 1.6; margin-bottom: 16px;\n  }\n  .zs-car-note strong { color: #5a3d00; }\n\n  \/* CAR TAGS *\/\n  .zs-car-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }\n  .zs-car-tag {\n    display: inline-block; padding: 5px 12px;\n    background: var(--bg-soft); border: 1px solid var(--border);\n    border-radius: 6px; font-size: 13px; font-weight: 500; color: var(--text);\n  }\n  .zs-car-note-small { font-size: 11px; color: var(--text-muted); font-style: italic; }\n\n  \/* MEASURE BOX *\/\n  .zs-measure {\n    background: var(--bg-soft); border: 1px solid var(--border);\n    border-radius: var(--radius); padding: 18px 22px; font-size: 14px;\n    color: var(--text-muted); line-height: 1.7; margin-bottom: 14px;\n  }\n  .zs-measure ol { margin: 10px 0 0; padding-left: 20px; }\n  .zs-measure ol li { padding: 4px 0; }\n  .zs-measure strong { color: var(--text); }\n  .zs-measure p { font-size: 14px; color: var(--text-muted); margin-bottom: 0; }\n\n  \/* Guide link — underline only under text, not full width *\/\n  .zs-guide-link {\n    display: inline; margin-top: 14px; font-size: 13px; font-weight: 600;\n    color: var(--primary);\n    text-decoration: underline;\n    text-decoration-color: var(--primary-light);\n    text-underline-offset: 3px;\n  }\n  .zs-guide-link:hover { color: var(--primary-light); }\n  .zs-guide-link-wrap { margin-top: 14px; }\n\n  @media (max-width: 540px) {\n    .zs-video-outer { width: 100%; }\n    .zs-video-grid { grid-template-columns: 1fr; }\n    .zs-img-outer { width: 100%; }\n    .zs-box-items { grid-template-columns: 1fr; }\n    .zs-size-tab { padding: 10px 14px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"zs-wrap\"\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-outer\"\u003e\n    \u003cdiv class=\"zs-video-grid\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"zs-video-wrap\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/CcjNVqXTArY\" title=\"Dog Car Seat Half Hammock Large – video review\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"zs-video-label\"\u003eLarge (73 cm) — video review\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"zs-video-wrap\"\u003e\n          \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/IrAVg9IcCsc\" title=\"Dog Car Seat Half Hammock Medium – video review\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"zs-video-label\"\u003eMedium (56 cm) — video review\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ABOUT --\u003e\n  \u003csection aria-labelledby=\"zs-about-heading\"\u003e\n    \u003ch2 id=\"zs-about-heading\"\u003eWhat makes this seat different\u003c\/h2\u003e\n    \u003cp\u003eThe Dog Car Seat Half Hammock is a \u003cstrong\u003erigid, enclosed one-side seat protector\u003c\/strong\u003e — not a flat cover. Hard reinforced walls on all four sides keep your dog upright and contained even through sharp corners, while the \u003cstrong\u003eanti-slip hard bottom\u003c\/strong\u003e means your dog stands on a solid, stable surface instead of sinking into soft fabric.\u003c\/p\u003e\n\n    \u003cdiv class=\"zs-img-outer\"\u003e\u003cimg class=\"stretch\" src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/dog-car-seat-half-hammock-review-2-1.jpg\" alt=\"Dog car seat half hammock installed on car back seat\"\u003e\u003c\/div\u003e\n\n    \u003cp\u003eThe \u003cstrong\u003ehalf-hammock design\u003c\/strong\u003e is the key practical advantage: it occupies only one seat position, leaving the other half of the back seat free for a passenger.\u003c\/p\u003e\n    \u003cp\u003eYour dog gets \u003cstrong\u003efull door panel and footwell protection\u003c\/strong\u003e on their side — no hair, mud, or scratches on the upholstery.\u003c\/p\u003e\n\n    \u003cdiv class=\"zs-img-outer\"\u003e\u003cimg class=\"stretch\" src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/dog-car-seat-half-hammock-review-2-2.jpg\" alt=\"Dog sitting comfortably in half hammock car seat\"\u003e\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\"\u003eKey features\u003c\/h2\u003e\n    \u003cul class=\"zs-features\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"zs-feat-check\"\u003e✓\u003c\/span\u003e\u003cspan class=\"zs-feat-text\"\u003e\u003cstrong\u003eRigid reinforced walls\u003c\/strong\u003eHard panels on all four sides keep your dog safely upright, even on sharp turns or sudden stops.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"zs-feat-check\"\u003e✓\u003c\/span\u003e\u003cspan class=\"zs-feat-text\"\u003e\u003cstrong\u003eHard anti-slip bottom\u003c\/strong\u003eSolid base with non-slip underside — stable flat surface, not shifting fabric.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"zs-feat-check\"\u003e✓\u003c\/span\u003e\u003cspan class=\"zs-feat-text\"\u003e\u003cstrong\u003eHalf-hammock style\u003c\/strong\u003eCovers one seat position + door panel + footwell. The other seat stays free for a passenger.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"zs-feat-check\"\u003e✓\u003c\/span\u003e\u003cspan class=\"zs-feat-text\"\u003e\u003cstrong\u003eFully waterproof\u003c\/strong\u003eOxford fabric on all sides repels mud, wet paws, and spills. Easy to wipe clean.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"zs-feat-check\"\u003e✓\u003c\/span\u003e\u003cspan class=\"zs-feat-text\"\u003e\u003cstrong\u003e4-strap headrest attachment\u003c\/strong\u003eLoops over front and rear headrests. Installed in under a minute, no tools needed.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"zs-feat-check\"\u003e✓\u003c\/span\u003e\u003cspan class=\"zs-feat-text\"\u003e\u003cstrong\u003eFoldable \u0026amp; compact\u003c\/strong\u003eFolds flat when not in use. Easy to store in the boot or swap between cars.\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PACKAGE CONTENTS --\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\"\u003eDog car seat half hammock — 1 pc\u003c\/div\u003e\n          \u003cdiv class=\"zs-box-item-desc\"\u003eOxford fabric with rigid wall panels, anti-slip base, 4 headrest straps.\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\"\u003eReinforcing plastic tubes — 4 pcs\u003c\/div\u003e\n          \u003cdiv class=\"zs-box-item-desc\"\u003eSlide into the wall pockets to stiffen the panels before use.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"zs-img-outer\" style=\"margin-top: 20px;\"\u003e\n      \u003cimg class=\"stretch\" src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/dog-car-seat-half-hammock-set.jpg\" alt=\"Dog car seat half hammock package contents\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection aria-labelledby=\"zs-install-heading\"\u003e\n    \u003ch2 id=\"zs-install-heading\"\u003eHow to install\u003c\/h2\u003e\n    \u003cp\u003eSlide the \u003cstrong\u003efour reinforcing tubes\u003c\/strong\u003e into the wall pockets to stiffen the panels. Then loop the straps over the front and rear headrests and tighten. The anti-slip base holds everything in position.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eTotal setup time: under one minute.\u003c\/strong\u003e No tools needed.\u003c\/p\u003e\n    \u003cdiv class=\"zs-img-outer\"\u003e\u003cimg class=\"stretch\" src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/dog-car-seat-half-hammock-install.jpg\" alt=\"Dog car seat half hammock installation instructions\"\u003e\u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection aria-labelledby=\"zs-specs-heading\"\u003e\n    \u003ch2 id=\"zs-specs-heading\"\u003eProduct specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"zs-size-tabs\"\u003e\n      \u003cbutton class=\"zs-size-tab active\" onclick=\"zsTab(this,'large')\"\u003eLarge\u003c\/button\u003e\n      \u003cbutton class=\"zs-size-tab\" onclick=\"zsTab(this,'medium')\"\u003eMedium\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv id=\"zs-panel-large\" class=\"zs-size-panel active\"\u003e\n      \u003ctable class=\"zs-specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e73 × 56 × 55 cm (L × W × H)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSuitable for\u003c\/td\u003e\n\u003ctd\u003eMost dogs, up to ~25 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eOxford fabric + hard plastic panels\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eBottom\u003c\/td\u003e\n\u003ctd\u003eHard, anti-slip, waterproof\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eAttachment\u003c\/td\u003e\n\u003ctd\u003e4 adjustable headrest straps\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eWaterproof\u003c\/td\u003e\n\u003ctd\u003eYes — all sides\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eFoldable\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eColors\u003c\/td\u003e\n\u003ctd\u003eBlack, Gray\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCar seat position\u003c\/td\u003e\n\u003ctd\u003eRear only\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv id=\"zs-panel-medium\" class=\"zs-size-panel\"\u003e\n      \u003ctable class=\"zs-specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e56 × 56 × 55 cm (L × W × H)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSuitable for\u003c\/td\u003e\n\u003ctd\u003eSmall to medium dogs, up to ~18 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eOxford fabric + hard plastic panels\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eBottom\u003c\/td\u003e\n\u003ctd\u003eHard, anti-slip, waterproof\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eAttachment\u003c\/td\u003e\n\u003ctd\u003e4 adjustable headrest straps\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eWaterproof\u003c\/td\u003e\n\u003ctd\u003eYes — all sides\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eFoldable\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eColors\u003c\/td\u003e\n\u003ctd\u003eBlack, Gray\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCar seat position\u003c\/td\u003e\n\u003ctd\u003eRear only\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n      function zsTab(btn, size) {\n        document.querySelectorAll('.zs-size-tab').forEach(t =\u003e t.classList.remove('active'));\n        document.querySelectorAll('.zs-size-panel').forEach(p =\u003e p.classList.remove('active'));\n        btn.classList.add('active');\n        document.getElementById('zs-panel-' + size).classList.add('active');\n      }\n    \u003c\/script\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SIZE GUIDE --\u003e\n  \u003csection aria-labelledby=\"zs-sizeguide-heading\"\u003e\n    \u003ch2 id=\"zs-sizeguide-heading\"\u003eSize guide\u003c\/h2\u003e\n\n    \u003cdiv class=\"zs-size-tabs\"\u003e\n      \u003cbutton class=\"zs-size-tab active\" onclick=\"zsTabB(this,'large2')\"\u003eLarge\u003c\/button\u003e\n      \u003cbutton class=\"zs-size-tab\" onclick=\"zsTabB(this,'medium2')\"\u003eMedium\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv id=\"zs-panel-large2\" class=\"zs-size-panel active\"\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\"\u003e73\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\"\u003e56\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\"\u003e55\u003c\/span\u003e\n            \u003cspan class=\"zs-dim-label\"\u003eHeight (cm)\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"zs-size-note\"\u003e\n          \u003cp\u003e\u003cstrong\u003eLength\u003c\/strong\u003e — front-to-back depth of the seat (covers seat cushion + footwell gap).\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWidth (56 cm)\u003c\/strong\u003e — must match your car's rear seat bay. Measure before ordering.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e — back wall; gives your dog room to stand and look around.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"zs-expand-note\"\u003e💡 Suitable for most dogs — recommended for dogs up to ~25 kg.\u003c\/span\u003e\n        \u003cdiv class=\"zs-img-outer\" style=\"margin-top:16px;\"\u003e\u003cimg class=\"zs-size-img\" src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/dog-car-seat-half-hammock-size.jpg\" alt=\"Large size dimensions diagram — 73×56×55 cm\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv id=\"zs-panel-medium2\" class=\"zs-size-panel\"\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\"\u003e56\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\"\u003e56\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\"\u003e55\u003c\/span\u003e\n            \u003cspan class=\"zs-dim-label\"\u003eHeight (cm)\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"zs-size-note\"\u003e\n          \u003cp\u003e\u003cstrong\u003eLength\u003c\/strong\u003e — front-to-back depth of the seat (covers seat cushion + footwell gap).\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eWidth (56 cm)\u003c\/strong\u003e — must match your car's rear seat bay. Measure before ordering.\u003c\/p\u003e\n          \u003cp\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e — back wall height.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"zs-expand-note\"\u003e💡 Suitable for small to medium dogs — recommended for dogs up to ~18 kg.\u003c\/span\u003e\n        \u003cdiv class=\"zs-img-outer\" style=\"margin-top:16px;\"\u003e\u003cimg class=\"zs-size-img\" src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/dog-car-seat-half-hammock-size.jpg\" alt=\"Medium size dimensions diagram — 56×56×55 cm\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n      function zsTabB(btn, size) {\n        btn.closest('section').querySelectorAll('.zs-size-tab').forEach(t =\u003e t.classList.remove('active'));\n        btn.closest('section').querySelectorAll('.zs-size-panel').forEach(p =\u003e p.classList.remove('active'));\n        btn.classList.add('active');\n        document.getElementById('zs-panel-' + size).classList.add('active');\n      }\n    \u003c\/script\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CAR COMPATIBILITY --\u003e\n  \u003csection aria-labelledby=\"zs-car-heading\"\u003e\n    \u003ch2 id=\"zs-car-heading\"\u003eWill it fit my car?\u003c\/h2\u003e\n    \u003cdiv class=\"zs-car-note\"\u003e\n      \u003cstrong\u003eHow to measure compatibility:\u003c\/strong\u003e The seat base is \u003cstrong\u003e56 cm wide\u003c\/strong\u003e and \u003cstrong\u003e73 cm long\u003c\/strong\u003e (Large) or \u003cstrong\u003e56 cm long\u003c\/strong\u003e (Medium). The length covers both the seat cushion \u003cem\u003eand\u003c\/em\u003e the gap between the rear seat and the front seatback — because the hard base bridges that footwell gap too.\u003cbr\u003e\u003cbr\u003e\n      Measure two things and add them together:\u003cbr\u003e\n      \u003cstrong\u003e① Seat cushion depth\u003c\/strong\u003e (front-to-back length of the rear seat cushion) + \u003cstrong\u003e② the gap\u003c\/strong\u003e between the rear of the cushion and the front seatback.\u003cbr\u003e\u003cbr\u003e\n      Example: seat cushion 40 cm + footwell gap 15 cm = \u003cstrong\u003e55 cm total → fits both Medium and Large ✓\u003c\/strong\u003e (both are 56 cm wide)\u003cbr\u003e\u003cbr\u003e\n      Also check: \u003cstrong\u003ewidth of one seat bay\u003c\/strong\u003e (door panel to centre console or divider) must be at least 56 cm.\n    \u003c\/div\u003e\n    \u003cdiv class=\"zs-car-tags\"\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eDacia Sandero\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eRenault Clio\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eVW Golf\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eVW Polo\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eVW Tiguan\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eSEAT Ibiza\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eSEAT Leon\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003ePeugeot 208\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003ePeugeot 308\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eOpel Corsa\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eOpel Astra\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eToyota Yaris\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eToyota Corolla\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eSkoda Fabia\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eSkoda Octavia\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eFord Puma\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eFord Focus\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eHyundai i20\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eKia Ceed\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eBMW 1 Series\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eBMW 3 Series\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eMercedes A-Class\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eCitroën C3\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eRenault Captur\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eMazda3\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eHonda Civic\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eFiat 500X\u003c\/span\u003e\n      \u003cspan class=\"zs-car-tag\"\u003eVolvo V40\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"zs-car-note-small\"\u003eBased on top-selling models in Europe (JATO 2024). Always measure your specific rear seat before ordering — seat bay widths vary even within the same model range.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- HOW TO MEASURE --\u003e\n  \u003csection aria-labelledby=\"zs-measure-heading\"\u003e\n    \u003ch2 id=\"zs-measure-heading\"\u003eHow to choose the right size\u003c\/h2\u003e\n    \u003cdiv class=\"zs-measure\"\u003e\n      \u003cp\u003eTwo quick measurements are all you need:\u003c\/p\u003e\n      \u003col\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeight\u003c\/strong\u003e — step on your bathroom scale holding your dog, then subtract your own weight.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBody length\u003c\/strong\u003e — with your dog standing naturally, measure from the base of the neck to the base of the tail.\u003c\/li\u003e\n      \u003c\/ol\u003e\n      \u003cp style=\"margin-top: 12px;\"\u003e\u003cstrong\u003eChoose Medium\u003c\/strong\u003e if your dog weighs up to ~18 kg and body length fits within 56 cm.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eChoose Large\u003c\/strong\u003e if your dog weighs up to ~25 kg or is longer — the 73 cm seat gives more room to stretch out.\u003c\/p\u003e\n      \u003cp\u003eWhen in doubt between sizes, \u003cstrong\u003ealways go Large\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"zs-guide-link-wrap\"\u003e\n      \u003ca class=\"zs-guide-link\" href=\"https:\/\/zoospot.nl\/en\/blogs\/dog\/how-to-choose-right-size-car-seat-for-dog\"\u003eStep-by-step guide: how to choose the right size car seat for your dog →\u003c\/a\u003e\n    \u003c\/p\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 dog breeds\u003c\/h2\u003e\n\n    \u003cdiv class=\"zs-breeds-group\"\u003e\n      \u003cdiv class=\"zs-breeds-label\"\u003eMedium — up to ~18 kg\u003c\/div\u003e\n      \u003cdiv class=\"zs-breed-tags\"\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eFrench Bulldog\u003cspan\u003e8–14 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eBeagle\u003cspan\u003e9–11 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eCocker Spaniel\u003cspan\u003e12–15 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eWhippet\u003cspan\u003e11–18 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eJack Russell Terrier\u003cspan\u003e6–8 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eShiba Inu\u003cspan\u003e8–11 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eMiniature Schnauzer\u003cspan\u003e5–8 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eBorder Terrier\u003cspan\u003e5–7 kg\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zs-breeds-group\"\u003e\n      \u003cdiv class=\"zs-breeds-label\"\u003eLarge — up to ~25 kg\u003c\/div\u003e\n      \u003cdiv class=\"zs-breed-tags\"\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eBorder Collie\u003cspan\u003e14–22 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eAustralian Shepherd\u003cspan\u003e18–29 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eSiberian Husky\u003cspan\u003e16–27 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eStaffordshire Bull Terrier\u003cspan\u003e11–17 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eWeimaraner ♀\u003cspan\u003e23–25 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eGolden Retriever ♀\u003cspan\u003e25–29 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eN.S. Duck Tolling Retriever\u003cspan\u003e17–23 kg\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"zs-breed-tag\"\u003eLabrador Retriever ♀\u003cspan\u003e~25 kg\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"zs-breed-note\"\u003eAlways weigh your dog before ordering. Individual dogs of the same breed can vary significantly — weight matters more than breed name.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CARE INSTRUCTIONS --\u003e\n  \u003csection aria-labelledby=\"zs-care-heading\"\u003e\n    \u003ch2 id=\"zs-care-heading\"\u003eCare instructions\u003c\/h2\u003e\n    \u003cul class=\"zs-care-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBefore washing:\u003c\/strong\u003e remove the reinforcing tubes from the wall pockets.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMachine wash\u003c\/strong\u003e at 30°C on a gentle cycle.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eNo bleach\u003c\/strong\u003e — avoid all bleaching agents.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAir dry only\u003c\/strong\u003e — do not tumble dry.\u003c\/li\u003e\n      \u003cli\u003e\u003cstrong\u003eDo not iron.\u003c\/strong\u003e\u003c\/li\u003e\n    \u003c\/ul\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\u003eWhat is the difference between Medium and Large? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eThe key difference is \u003cstrong\u003elength\u003c\/strong\u003e. The Medium is 56 cm long × 56 cm wide × 55 cm high — suited for dogs up to ~18 kg. The Large is 73 cm long × 56 cm wide × 55 cm high — the extra 17 cm gives bigger dogs more room to stretch out and lie down. Both sizes have the same 56 cm width and 55 cm wall height. When in doubt, choose Large.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I know if this fits my car? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eCheck two things: \u003cstrong\u003e(1) seat bay width\u003c\/strong\u003e — measure from the door panel to the centre console; it must be at least 56 cm. \u003cstrong\u003e(2) seat length\u003c\/strong\u003e — add the rear seat cushion depth plus the gap to the front seatback; the total must be at least 56 cm. The hard base bridges the footwell gap, so both measurements count. (Width is the same for both sizes — 56 cm.) \u003ca href=\"https:\/\/zoospot.nl\/en\/blogs\/dog\/how-to-choose-right-size-car-seat-for-dog\"\u003eRead our full sizing guide →\u003c\/a\u003e\n\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a full hammock or a half hammock? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eIt is a \u003cstrong\u003ehalf hammock\u003c\/strong\u003e — it covers one seat position only. The seat next to it stays free for a human passenger. A full hammock spans the entire back seat and leaves no room for passengers.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes my dog need a harness or seat belt with this? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eThe rigid walls keep your dog contained inside the seat. For extra safety on longer trips or with an active dog, we recommend a \u003cstrong\u003ecar harness that clips into the seat belt buckle\u003c\/strong\u003e — this prevents your dog from jumping out while the car is moving. Always use a harness, not a collar.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan two small dogs share one seat? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eYes — as long as both dogs fit within the 56 cm width and their \u003cstrong\u003ecombined weight stays within the seat's capacity\u003c\/strong\u003e. Two Jack Russells or two Beagles, for example, fit comfortably in the Large size.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it waterproof on all sides including the bottom? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eYes. The Oxford fabric on the walls and the hard bottom panel are both \u003cstrong\u003efully waterproof\u003c\/strong\u003e. Mud, wet paws, and spills stay inside the seat and don't reach your car's upholstery or carpet.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I wash it? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eRemove the reinforcing tubes from the wall pockets first, then \u003cstrong\u003emachine wash at 30°C\u003c\/strong\u003e on a gentle cycle. No bleach, no tumble dryer — air dry only.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- JSON-LD FAQ Schema --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between the Medium and Large dog car seat half hammock?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The key difference is length. The Medium is 56 cm long x 56 cm wide x 55 cm high, suited for dogs up to ~18 kg. The Large is 73 cm long x 56 cm wide x 55 cm high — the extra length gives bigger dogs more room to stretch out. Both have the same 56 cm width and 55 cm wall height. When in doubt, choose Large.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I know if this dog car seat half hammock fits my car?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The critical dimension is width: both sizes are 56 cm wide. Measure one seat bay in your rear seat from the door panel to the centre console or divider. Your seat bay should be 56 cm or wider. The length (73 cm Large, 56 cm Medium) covers the seat cushion depth in most standard hatchbacks, sedans, and SUVs.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this a full hammock or a half hammock?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It is a half hammock — it covers one seat position only. The adjacent seat stays free for a human passenger. A full hammock spans the entire back seat.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does my dog need a harness or seat belt with this car seat?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The rigid walls keep your dog contained inside the seat. For extra safety on longer trips or with an active dog, use a car harness that clips into the seat belt buckle. Always use a harness, not a collar.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can two small dogs share one half hammock car seat?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, as long as both dogs fit within the 56 cm width and their combined weight stays within the seat's capacity. Two Jack Russells or Beagles fit comfortably in the Large size.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the dog car seat half hammock waterproof on all sides including the bottom?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The Oxford fabric on the walls and the hard bottom panel are both waterproof. Mud, wet paws, and spills are contained within the seat and do not reach your car's upholstery or carpet.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I wash the dog car seat half hammock?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Remove the reinforcing tubes from the wall pockets first, then machine wash at 30°C on a gentle cycle. No bleach, no tumble dryer — air dry only.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n","brand":"Zoospot","offers":[{"title":"Large 73x56x55cm \/ Black","offer_id":52581310497106,"sku":"0710579462795","price":49.95,"currency_code":"EUR","in_stock":false},{"title":"Large 73x56x55cm \/ Gray","offer_id":52582016516434,"sku":"0710579462832","price":49.95,"currency_code":"EUR","in_stock":false},{"title":"Medium 56x56x55cm \/ Black","offer_id":52581310529874,"sku":"0710579462801-sh11","price":49.95,"currency_code":"EUR","in_stock":true},{"title":"Medium 56x56x55cm \/ Gray","offer_id":52582016549202,"sku":"0710579462849-sh11","price":49.95,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0880\/8874\/0178\/files\/Dog-car-seat-half-hammock-review2.jpg?v=1782322640","url":"https:\/\/zoospot.nl\/en\/products\/dog-car-seat-half-hammock","provider":"Zoospot","version":"1.0","type":"link"}