{"product_id":"transavia-pet-travel-kit","title":"Transavia Pet Travel Kit — Approved Carrier + Accessories","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: inherit;\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  \/* FEATURES — 3-column grid: ✓ | label | desc *\/\n  .zs-features { list-style: none; display: flex; flex-direction: column; gap: 8px; }\n  .zs-features li {\n    display: grid;\n    grid-template-columns: 20px 38% 1fr;\n    align-items: start;\n    gap: 0 10px;\n    font-size: 14px; padding: 13px 14px; line-height: 1.5;\n    background: var(--bg-soft); border-radius: 8px; border: 1px solid var(--border);\n  }\n  .zs-features li::before {\n    content: \"✓\"; font-weight: 700; color: #2a7a4b; padding-top: 1px;\n  }\n  .zs-feat-label { font-weight: 700; color: var(--text); padding-right: 6px; }\n  .zs-feat-desc { color: var(--text-muted); }\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; }\n  .zs-box-item-title a { color: var(--primary); text-decoration: underline; text-decoration-style: dotted; text-underline-offset: 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;\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  \/* 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-box-items { grid-template-columns: 1fr; }\n    .zs-features li { grid-template-columns: 20px 1fr; }\n    .zs-feat-desc { grid-column: 2; margin-top: 3px; }\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\": \"Is this carrier approved for Transavia flights?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The Aurora carrier measures 40x30x24 cm — the exact maximum Transavia allows for in-cabin pet carriers — and meets all cabin requirements: flexible fabric, mesh ventilation and viewing windows.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Will it fit under the seat on a Transavia flight?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, the carrier slides under the seat in front of you, which is where Transavia requires pet carriers to stay during the flight.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What size pet fits in this Transavia travel kit?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The carrier weighs 1.4 kg, so cats and small dogs up to about 6.5 kg stay within Transavia's 8 kg limit for pet and carrier combined.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is included in the Transavia pet travel kit?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The kit includes a Transavia-approved soft carrier (40x30x24 cm), 10 absorbent travel pads, 10 pairs of disposable gloves and a foldable silicone water bowl.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I use this travel kit for other airlines?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes — 40x30x24 cm fits within the cabin rules of most European airlines, but always check your airline's exact limits before flying.\"\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 \u003cstrong\u003eTransavia Pet Travel Kit\u003c\/strong\u003e puts everything your cat or dog needs for the flight in one box: our Transavia-approved \u003cstrong\u003eAurora carrier (40x30x24 cm)\u003c\/strong\u003e plus the three essentials experienced pet owners never board without. No last-minute shopping, no guessing at the gate — order once and you're ready for departure.\n    \u003c\/p\u003e\n  \u003c\/header\u003e\n\n  \u003c!-- What's in the kit --\u003e\n  \u003csection aria-labelledby=\"zs-box-heading\"\u003e\n    \u003ch2 id=\"zs-box-heading\"\u003eWhat's in the kit\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\"\u003e\u003ca href=\"\/en\/products\/aurora-transavia-pet-carrier-40x30x24\" target=\"_blank\" rel=\"noopener\"\u003eAurora soft carrier — 40x30x24 cm\u003c\/a\u003e\u003c\/div\u003e\n          \u003cdiv class=\"zs-box-item-desc\"\u003eExactly the maximum size Transavia allows in cabin. Flexible fabric, mesh ventilation, viewing windows — slides under the seat in front of you.\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\"\u003e\u003ca href=\"\/en\/products\/travel-pet-pads\" target=\"_blank\" rel=\"noopener\"\u003e10 absorbent travel pads — 45x33 cm\u003c\/a\u003e\u003c\/div\u003e\n          \u003cdiv class=\"zs-box-item-desc\"\u003eLine the carrier before boarding, swap in minutes if there's an accident mid-flight. A dry carrier means a calm pet.\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\"\u003e\u003ca href=\"\/en\/products\/disposable-pet-travel-gloves\" target=\"_blank\" rel=\"noopener\"\u003e10 pairs of disposable gloves\u003c\/a\u003e\u003c\/div\u003e\n          \u003cdiv class=\"zs-box-item-desc\"\u003eQuick, hygienic clean-ups at the airport and on board — then straight into the bin.\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\"\u003e\u003ca href=\"\/en\/products\/portable-pet-folding-bowl\" target=\"_blank\" rel=\"noopener\"\u003eFoldable silicone water bowl — 13x5.5 cm\u003c\/a\u003e\u003c\/div\u003e\n          \u003cdiv class=\"zs-box-item-desc\"\u003eFolds flat into the carrier pocket — ready for layovers, delays and arrival.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Why this kit --\u003e\n  \u003csection aria-labelledby=\"zs-features-heading\"\u003e\n    \u003ch2 id=\"zs-features-heading\"\u003eWhy Transavia travelers choose this kit\u003c\/h2\u003e\n    \u003cul class=\"zs-features\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003eMaximum legal space\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003e40x30x24 cm is the exact maximum Transavia allows — your pet gets every centimeter the rules permit\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003eCheaper than buying apart\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003eThe four products together cost less in the kit than ordered separately\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003eOne box, one delivery\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003eEverything ships together from our warehouse in the Netherlands — ready days before your flight\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003eTested combination\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003eThis is the exact set our customers order most often before a Transavia flight — nothing missing, nothing extra\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Transavia rules --\u003e\n  \u003csection aria-labelledby=\"zs-rules-heading\"\u003e\n    \u003ch2 id=\"zs-rules-heading\"\u003eTransavia cabin rules — quick check\u003c\/h2\u003e\n    \u003ctable class=\"zs-specs-table\" role=\"table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMax carrier size\u003c\/td\u003e\n\u003ctd\u003e40 x 30 x 24 cm — this kit's carrier is exactly that size\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMax weight\u003c\/td\u003e\n\u003ctd\u003e8 kg, pet + carrier combined\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCarrier type\u003c\/td\u003e\n\u003ctd\u003eFlexible fabric with ventilation and viewing windows — hard kennels not allowed in cabin\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eDuring the flight\u003c\/td\u003e\n\u003ctd\u003eCarrier stays closed under the seat in front of you\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMinimum age\u003c\/td\u003e\n\u003ctd\u003e15 weeks (cats and dogs)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePet fee\u003c\/td\u003e\n\u003ctd\u003e€50 per one-way flight (HV numbers); €60–180 on TO flights\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Weight check --\u003e\n  \u003csection aria-labelledby=\"zs-size-heading\"\u003e\n    \u003ch2 id=\"zs-size-heading\"\u003eDoes your pet fit within the 8 kg limit?\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\"\u003e1.4\u003c\/span\u003e\n          \u003cspan class=\"zs-dim-label\"\u003eCarrier weight (kg)\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\"\u003e6.5\u003c\/span\u003e\n          \u003cspan class=\"zs-dim-label\"\u003eMax pet weight (kg)\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"zs-size-note\"\u003e\n        Transavia's limit is \u003cstrong\u003e8 kg for pet and carrier combined\u003c\/strong\u003e. The Aurora carrier weighs 1.4 kg, which leaves room for cats and small dogs up to about \u003cstrong\u003e6.5 kg\u003c\/strong\u003e — with a comfortable safety margin at 6 kg and under.\n      \u003c\/p\u003e\n      \u003cspan class=\"zs-expand-note\"\u003e\n        💡 Book your pet's spot when booking your ticket or via My Transavia, up to 2 hours before departure — cabin spots for pets are limited. Full details in our guide: \u003ca href=\"\/en\/blogs\/dog\/taking-your-dog-or-cat-on-cabin-of-a-plane-transavia\" style=\"color:#8a5e00;\"\u003eFlying with your pet on Transavia\u003c\/a\u003e.\n      \u003c\/span\u003e\n    \u003c\/div\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\u003eIs this carrier approved for Transavia flights? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eYes. The Aurora carrier measures 40x30x24 cm — the exact maximum Transavia allows for in-cabin pet carriers — and meets all cabin requirements: flexible fabric, mesh ventilation and viewing windows.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWill it fit under the seat? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eYes, the carrier is designed to slide under the seat in front of you, which is where Transavia requires it to stay during the flight.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat size pet fits in this carrier? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eThe carrier itself weighs 1.4 kg, so cats and small dogs up to about 6.5 kg fit within Transavia's 8 kg combined limit — with a comfortable safety margin at 6 kg and under.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use this kit for other airlines? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eYes — 40x30x24 cm fits within the cabin rules of most European airlines, but always check your airline's exact limits before flying. We also offer kits tailored to KLM and other carriers.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I return the kit? \u003cspan class=\"arrow\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eYes, the standard Zoospot return policy applies to the complete kit. Return the unused kit within the return period for a full refund — see our returns page for details.\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":53919669354834,"sku":"0710579463051-transavia-bundle-sh00","price":91.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0880\/8874\/0178\/files\/AirlineTravel-Kit-Transavia-Approved-wh-bg.jpg?v=1783171660","url":"https:\/\/zoospot.nl\/en\/products\/transavia-pet-travel-kit","provider":"Zoospot","version":"1.0","type":"link"}