{"product_id":"miravia-brussels-airlines-pet-carrier","title":"Miravia Brussels Airlines Pet Carrier 55x40x23 cm in-cabin for Dogs \u0026 Cats","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-soft: #f7f7fb;\n    --border: #e4e4f0;\n    --radius: 12px;\n    font-family: inherit;\n    color: var(--text);\n    line-height: 1.7;\n  }\n\n  .zs-hero { margin-bottom: 48px; }\n  .zs-hero-desc { color: var(--text-muted); font-size: 14px; }\n\n  .zs-wrap section { margin-bottom: 52px; }\n  .zs-wrap h2 {\n    font-size: 22px; font-weight: 700; color: var(--primary);\n    letter-spacing: .01em; margin-bottom: 22px;\n    padding-bottom: 10px; border-bottom: 2px solid var(--border);\n  }\n  .zs-wrap p { margin-bottom: 14px; font-size: 14px; }\n  .zs-wrap p:last-child { margin-bottom: 0; }\n  .zs-muted { color: var(--text-muted); }\n\n  \/* VIDEO *\/\n  .zs-video-outer { max-width: 75%; margin: 0 auto; }\n  .zs-video { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: var(--radius); }\n  .zs-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }\n  @media (max-width: 767px) {\n    .zs-video-outer { max-width: 100%; }\n  }\n\n  \/* FEATURES — ✓ | label | desc *\/\n  .zs-features { list-style: none; display: flex; flex-direction: column; gap: 10px; }\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: 14px 16px; line-height: 1.55;\n    background: var(--bg-soft); border-radius: 8px; border: 1px solid var(--border);\n  }\n  .zs-features li::before { content: \"✓\"; font-weight: 700; color: #2a7a4b; padding-top: 1px; }\n  .zs-feat-label { font-weight: 700; color: var(--text); padding-right: 6px; }\n  .zs-feat-desc { color: var(--text-muted); }\n\n  \/* SPECS TABLE *\/\n  .zs-specs-table { width: 100%; border-collapse: collapse; font-size: 14px; table-layout: fixed; word-break: break-word; hyphens: auto; }\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: 12px 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: 22px 24px;\n  }\n  .zs-size-dims { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; margin-bottom: 18px; }\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-expand-note {\n    display: block; margin-top: 14px;\n    background: #fff8eb; border: 1px solid #f0d88a; border-radius: 8px;\n    padding: 10px 14px; font-size: 12px; font-weight: 600; color: #8a5e00;\n    line-height: 1.6;\n  }\n  .zs-expand-note a { color: #8a5e00; }\n\n  \/* BREED PILLS *\/\n  .zs-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 26px; }\n  .zs-pill {\n    background: var(--bg-soft); border: 1px solid var(--border);\n    border-radius: 20px; padding: 6px 14px; font-size: 13px;\n  }\n  .zs-pill-title { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 2px; }\n\n  \/* FAQ — flat, thin dividers *\/\n  .zs-faq-list details { border-bottom: 1px solid #e6e6e6; }\n  .zs-faq-list summary {\n    display: flex; justify-content: space-between; align-items: center;\n    padding: 18px 2px; font-size: 14px; font-weight: 700;\n    cursor: pointer; list-style: none; gap: 12px;\n  }\n  .zs-faq-list summary::-webkit-details-marker { display: none; }\n  .zs-faq-list summary { display: flex !important; }\n  .zs-faq-list summary .arrow {\n    display: inline-block !important;\n    width: 8px !important; height: 8px !important; flex-shrink: 0;\n    border-right: 1.5px solid var(--text); border-bottom: 1.5px solid var(--text);\n    transform: rotate(45deg); margin-top: -4px;\n    transition: transform .2s;\n  }\n  .zs-faq-list details[open] summary .arrow { transform: rotate(225deg); margin-top: 4px; }\n  .zs-faq-body { padding: 0 2px 18px; font-size: 14px; color: var(--text-muted); line-height: 1.7; }\n\n  @media (max-width: 540px) {\n    .zs-features li { grid-template-columns: 20px 1fr; }\n    .zs-feat-desc { grid-column: 2; margin-top: 3px; }\n  }\n\n.zs-img-outer { max-width: 50%; margin: 0 auto; }\n.zs-img-outer img { width: 100%; border-radius: var(--radius); display: block; }\n@media (max-width: 767px) {\n  .zs-img-outer { max-width: 100%; }\n}\n\n\u003c\/style\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 Miravia is a rectangular soft-sided travel bag measuring \u003cstrong\u003e55 x 40 x 23 cm\u003c\/strong\u003e. This is exactly the maximum size Brussels Airlines allows in the cabin.\n      \u003cbr\u003e\u003cbr\u003e\n      \u003cb\u003eThree curtains\u003c\/b\u003e (two on the sides, one on top) help calm your pet and protect against rain and wind. The rectangular shape makes full use of the space under the seat in front of you.\n    \u003c\/p\u003e\n  \u003c\/header\u003e\n\n  \u003c!-- Video --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"zs-video-outer\"\u003e\n      \u003cdiv class=\"zs-video\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/zO_sti4V7WE\" title=\"Miravia Brussels Airlines pet travel bag 55x40x23 cm video review\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Why --\u003e\n  \u003csection aria-labelledby=\"zs-features-heading\"\u003e\n    \u003ch2 id=\"zs-features-heading\"\u003eWhy Brussels Airlines travelers choose the Miravia\u003c\/h2\u003e\n    \u003cul class=\"zs-features\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003eAirline-approved size\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003e55x40x23 cm. Every centimeter the rules allow is put to use\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003eRectangular, not curved\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003eThe space under an airplane seat is rectangular. A curved top loses interior height. The Miravia keeps that height along its full length\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003e3 privacy curtains\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003eTwo on the sides and one on top. Lower them and the bag becomes a calm little den. Outside, they protect against rain and wind\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003eJust 1.95 kg\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003eA lightweight bag means more weight allowance left for your pet within the 8 kg limit\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003eBreathable mesh, 5 sides\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003eFresh air and visibility for the entire journey\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003eMultiple zippers\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003eTop opening and side opening, with a locking zipper against accidental opening\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003ePractical details\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003eBuilt-in safety leash, 4 pockets, suitcase attachment strap, metal buckle\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n\u003cfigure class=\"zs-img-outer\" style=\"margin-left:auto; margin-right:auto;\"\u003e\n  \u003cimg src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/miravia-lufthansa-pet-carrier-photo15.jpg\" alt=\"Miravia travel bag with closed privacy curtains calming a cat during a flight\" loading=\"lazy\"\u003e\n  \u003cfigcaption style=\"text-align:center; font-size:13px; color:#6b6b8a; margin-top:10px;\"\u003eCurtains closed: most pets settle down within a few minutes once the visual stimulation is gone\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n  \u003c!-- Brussels Airlines rules --\u003e\n  \u003csection aria-labelledby=\"zs-rules-heading\"\u003e\n    \u003ch2 id=\"zs-rules-heading\"\u003eBrussels Airlines 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\u003e55 x 40 x 23 cm. The Miravia is exactly this size\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMax. weight\u003c\/td\u003e\n          \u003ctd\u003e8 kg, pet + bag combined\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBag type\u003c\/td\u003e\n          \u003ctd\u003eSoft-sided, lined, and leak-proof. Fits under the seat in front of you\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBooking\u003c\/td\u003e\n          \u003ctd\u003eBook in advance online via \"My Booking\" or the Service Center. Maximum 4 pets per aircraft\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMinimum age\u003c\/td\u003e\n          \u003ctd\u003eOlder than 15 weeks. Dogs must be at least 6 months old for flights to the US\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBreed restrictions\u003c\/td\u003e\n          \u003ctd\u003eSnub-nosed breeds are allowed with restrictions, with an extra signed form required at check-in\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDestinations\u003c\/td\u003e\n          \u003ctd\u003eNot permitted on flights to\/from the United Kingdom (cargo only)\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003cp class=\"zs-muted\" style=\"margin-top:14px;\"\u003eRules can change. Always check the \u003ca href=\"https:\/\/www.brusselsairlines.com\/ug\/en\/special-care\/pets\/cats-and-small-dogs-in-the-cabin\" target=\"_blank\" rel=\"noopener\" class=\"dot\"\u003e\u003cstrong\u003eofficial Brussels Airlines page\u003c\/strong\u003e\u003c\/a\u003e before booking.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003cfigure class=\"zs-img-outer\" style=\"margin-left:auto; margin-right:auto;\"\u003e\n  \u003cimg src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/miravia-lufthansa-pet-carrier-airport.jpg\" alt=\"Woman with suitcase and Miravia pet travel bag attached on top at the airport\" loading=\"lazy\"\u003e\n  \u003cfigcaption style=\"text-align:center; font-size:13px; color:#6b6b8a; margin-top:10px;\"\u003eThe strap on the back slides over your suitcase handle, keeping your hands free from check-in to the gate\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n  \u003c!-- Weight check --\u003e\n  \u003csection aria-labelledby=\"zs-size-heading\"\u003e\n    \u003ch2 id=\"zs-size-heading\"\u003eDoes your pet stay 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.95\u003c\/span\u003e\n          \u003cspan class=\"zs-dim-label\"\u003eBag 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.05\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        Brussels Airlines allows \u003cstrong\u003e8 kg total for pet and bag combined\u003c\/strong\u003e. The Miravia weighs 1.95 kg. That leaves room for cats and small dogs up to about \u003cstrong\u003e6.05 kg\u003c\/strong\u003e.\n      \u003c\/p\u003e\n      \u003cspan class=\"zs-expand-note\"\u003e\n        💡 Not sure about the right size? Read our guide: \u003ca href=\"\/en\/blogs\/dog\/how-to-measure-pets-for-airline-carriers-in-cabin\" class=\"dot\"\u003e\u003cstrong\u003eHow to measure your pet for a cabin travel bag\u003c\/strong\u003e\u003c\/a\u003e.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Size --\u003e\n  \u003csection aria-labelledby=\"zs-dim-heading\"\u003e\n    \u003ch2 id=\"zs-dim-heading\"\u003eSize: 55 x 40 x 23 cm\u003c\/h2\u003e\n    \u003cp\u003eLength 55 cm, width 40 cm, height 23 cm. Measured on the outside.\u003c\/p\u003e\n    \u003cp class=\"zs-muted\"\u003eThe flexible top gives slightly for a snug fit under the seat. It then springs back so your pet has full headroom again.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003cdiv class=\"zs-img-outer\"\u003e\n  \u003cimg src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/miravia-lufthansa-pet-carrier-size.jpg\" alt=\"Size chart of the Miravia Brussels Airlines pet travel bag 55x40x23 cm\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\n  \u003c!-- Specifications --\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\u003eOuter dimensions\u003c\/td\u003e\n          \u003ctd\u003e55 x 40 x 23 cm\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eUse\u003c\/td\u003e\n          \u003ctd\u003eCabin air travel. Fits under the seat in front of you\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eShape\u003c\/td\u003e\n          \u003ctd\u003eRectangular, full interior height along the entire length\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBag weight\u003c\/td\u003e\n          \u003ctd\u003e1.95 kg\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBase\u003c\/td\u003e\n          \u003ctd\u003eRemovable rigid base, leak-proof\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVentilation\u003c\/td\u003e\n          \u003ctd\u003eBreathable, scratch-resistant mesh on 5 sides\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCurtains\u003c\/td\u003e\n          \u003ctd\u003e3 total: two on the sides + one on top. For calm and protection against rain and wind\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eOpenings\u003c\/td\u003e\n          \u003ctd\u003eTop opening + side opening\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSafety\u003c\/td\u003e\n          \u003ctd\u003e🔒 Locking zipper against accidental opening\u003cbr\u003e🪢 Built-in safety leash\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSuitcase attachment\u003c\/td\u003e\n          \u003ctd\u003eThe strap on the back slides over your suitcase handle. The bag sits securely on top of your luggage\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePockets\u003c\/td\u003e\n          \u003ctd\u003e4, for documents, snacks, water accessories, and mats\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCarrying\u003c\/td\u003e\n          \u003ctd\u003ePadded shoulder strap with metal buckle + handles\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eManufacturer\u003c\/td\u003e\n          \u003ctd\u003eZoospot\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n\u003cfigure class=\"zs-img-outer\" style=\"margin-left:auto; margin-right:auto;\"\u003e\n  \u003cimg src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/miravia-lufthansa-pet-in-cabin-under-seat.jpg\" alt=\"Miravia travel bag 55x40x23 cm fits completely under the airplane seat\" loading=\"lazy\"\u003e\n  \u003cfigcaption style=\"text-align:center; font-size:13px; color:#6b6b8a; margin-top:10px;\"\u003eSlides completely under the seat in front of you — exactly where Brussels Airlines wants the bag during the flight\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n\u003c!-- At home: preparation --\u003e\n  \u003csection aria-labelledby=\"zs-home-heading\"\u003e\n    \u003ch2 id=\"zs-home-heading\"\u003eLet your pet get used to the bag at home\u003c\/h2\u003e\n    \u003cp\u003eIf your pet sees the travel bag for the first time at the airport, that means stress for both of you.\u003c\/p\u003e\n    \u003cp class=\"zs-muted\"\u003eSet up the Miravia open in your home a week or two before the flight. Add a familiar blanket and, now and then, a treat. Most cats and dogs end up napping in it on their own. By travel day, the bag already smells like home.\u003c\/p\u003e\n\n    \u003cdiv style=\"display:flex; align-items:flex-start; gap:12px; margin-top:18px; padding:14px 0 0; border-top:1px solid #e6e6e6;\"\u003e\n      \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" style=\"flex-shrink:0; margin-top:2px;\"\u003e\n        \u003cpath d=\"M3 11.5L12 4l9 7.5\" stroke=\"#484572\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M5.5 10v9h13v-9\" stroke=\"#484572\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M10 19v-5h4v5\" stroke=\"#484572\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan style=\"font-size:14px;\"\u003eCat won't get in? Step-by-step guide: \u003ca href=\"\/en\/blogs\/cat\/get-cat-into-carrier\" class=\"dot\"\u003e\u003cstrong\u003eHow to get your cat into the carrier without a fight\u003c\/strong\u003e\u003c\/a\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003cfigure class=\"zs-img-outer\" style=\"margin-left:auto; margin-right:auto;\"\u003e\n  \u003cimg src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/miravia-lufthansa-pet-carrier-home-training.jpg\" alt=\"Cat getting used to an open Miravia travel bag before the flight\" loading=\"lazy\"\u003e\n  \u003cfigcaption style=\"text-align:center; font-size:13px; color:#6b6b8a; margin-top:10px;\"\u003eWith a familiar blanket inside, the bag simply becomes an extra sleeping spot\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n  \u003c!-- Breeds --\u003e\n  \u003csection aria-labelledby=\"zs-breeds-heading\"\u003e\n    \u003ch2 id=\"zs-breeds-heading\"\u003ePopular EU breeds that fit\u003c\/h2\u003e\n\n    \u003cp class=\"zs-pill-title\"\u003eDogs\u003c\/p\u003e\n    \u003cdiv class=\"zs-pills\"\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐶 Chihuahua\u003c\/span\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐶 Yorkshire Terrier\u003c\/span\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐶 Maltese\u003c\/span\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐶 Toy Poodle\u003c\/span\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐶 Pomeranian\u003c\/span\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐶 Papillon\u003c\/span\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐶 Miniature Dachshund\u003c\/span\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐶 Bichon Frise\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"zs-pill-title\"\u003eCats\u003c\/p\u003e\n    \u003cdiv class=\"zs-pills\"\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐱 European Shorthair\u003c\/span\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐱 Abyssinian\u003c\/span\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐱 Siamese\u003c\/span\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐱 Russian Blue\u003c\/span\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐱 Bengal\u003c\/span\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐱 Sacred Birman\u003c\/span\u003e\n      \u003cspan class=\"zs-pill\"\u003e🐱 Sphynx\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"zs-muted\"\u003eThis list is based on the roughly 6.05 kg weight allowance. Snub-nosed breeds (French Bulldog, Pug, Persian) are allowed with restrictions by Brussels Airlines. Always weigh and measure your own pet.\u003c\/p\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    \u003col style=\"padding-left: 22px; font-size: 14px; display: flex; flex-direction: column; gap: 6px;\"\u003e\n      \u003cli\u003eMiravia soft-sided travel bag;\u003c\/li\u003e\n      \u003cli\u003eRemovable rigid base;\u003c\/li\u003e\n      \u003cli\u003eShoulder strap with metal buckle.\u003c\/li\u003e\n    \u003c\/ol\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\u003eDoes the Miravia meet Brussels Airlines' requirements? \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eYes. The bag measures 55x40x23 cm — exactly the maximum Brussels Airlines publishes for pet bags in the cabin. Book your pet in advance via \"My Booking\" or the Service Center; a maximum of 4 pets per aircraft is allowed.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich other airlines does this size fit? \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003e55x40x23 cm also falls within the published cabin limits of Lufthansa, SWISS, Austrian Airlines, Eurowings, Finnair, airBaltic, and Aegean Airlines. Always check your airline's current pet policy before booking.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow much can my pet weigh? \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eBrussels Airlines allows 8 kg total for pet and bag combined. The Miravia weighs 1.95 kg. Your pet can therefore weigh up to about 6.05 kg.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat are the curtains for? \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eThe two side curtains and the top curtain reduce visual stimulation in busy places. Outside, they protect your pet from rain and wind. Roll them up and the mesh stays open for fresh air.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhy rectangular instead of curved? \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eThe space under an airplane seat is rectangular. A curved bag loses interior height along the top. A rectangular bag keeps its full height along the entire length. Your pet gets more usable space within the same limit.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan a large cat travel in this bag? \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eYes. At 55 cm long, this is one of the roomiest cabin bags available. The cat can weigh up to about 6.05 kg and must naturally be able to stand, lie down, and turn around.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\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\": \"Does the Miravia meet Brussels Airlines' requirements?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The bag measures 55x40x23 cm — exactly the maximum Brussels Airlines publishes for pet bags in the cabin. Book your pet in advance via \\\"My Booking\\\" or the Service Center; a maximum of 4 pets per aircraft is allowed.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which other airlines does this size fit?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"55x40x23 cm also falls within the published cabin limits of Lufthansa, SWISS, Austrian Airlines, Eurowings, Finnair, airBaltic, and Aegean Airlines. Always check your airline's current pet policy before booking.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much can my pet weigh?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Brussels Airlines allows 8 kg total for pet and bag combined. The Miravia weighs 1.95 kg. Your pet can therefore weigh up to about 6.05 kg.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are the curtains for?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The two side curtains and the top curtain reduce visual stimulation in busy places. Outside, they protect your pet from rain and wind. Roll them up and the mesh stays open for fresh air.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why rectangular instead of curved?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The space under an airplane seat is rectangular. A curved bag loses interior height along the top. A rectangular bag keeps its full height along the entire length. Your pet gets more usable space within the same limit.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can a large cat travel in this bag?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. At 55 cm long, this is one of the roomiest cabin bags available. The cat can weigh up to about 6.05 kg and must naturally be able to stand, lie down, and turn around.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n","brand":"Zoospot","offers":[{"title":"Default Title","offer_id":54581382381906,"sku":null,"price":74.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0880\/8874\/0178\/files\/miravia-brussels-airlines-pet-carrier-main.jpg?v=1788782750","url":"https:\/\/zoospot.nl\/en\/products\/miravia-brussels-airlines-pet-carrier","provider":"Zoospot","version":"1.0","type":"link"}