{"product_id":"nordvik-sas-pet-carrier","title":"Nordvik SAS Airlines Pet Carrier Bag 40x25x23cm","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  .zs-footnote { font-size: 11px; color: var(--text-muted); display: block; margin-top: 4px; line-height: 1.5; }\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 Nordvik is a rectangular soft-sided carrier bag of \u003cstrong\u003e40 x 25 x 23 cm\u003c\/strong\u003e. This is exactly the maximum size SAS Scandinavian Airlines allows in the cabin.\n      \u003cbr\u003e\u003cbr\u003e\n      \u003cb\u003eThree expandable side panels\u003c\/b\u003e unzip to give your pet extra room to stretch out when you're not flying. \u003cb\u003eTwo mesh side panels\u003c\/b\u003e keep fresh air flowing throughout the trip. The rectangular shape makes full use of the space under the seat in front of you.\n    \u003c\/p\u003e\n    \u003cspan class=\"zs-footnote\"\u003e* As a soft-sided carrier, actual dimensions may vary by ±1–2 cm.\u003c\/span\u003e\n  \u003c\/header\u003e\n\n  \u003c!-- Video (add once uploaded)\n  \u003csection\u003e\n    \u003cdiv class=\"zs-video-outer\"\u003e\n      \u003cdiv class=\"zs-video\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/REPLACE_WITH_VIDEO_ID\" title=\"Nordvik SAS Airlines pet carrier 40x25x23 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  --\u003e\n\n  \u003c!-- Why --\u003e\n  \u003csection aria-labelledby=\"zs-features-heading\"\u003e\n    \u003ch2 id=\"zs-features-heading\"\u003eWhy SAS travelers choose the Nordvik\u003c\/h2\u003e\n    \u003cul class=\"zs-features\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003eFull SAS cabin size\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003e40 x 25 x 23 cm. Meets the official SAS Scandinavian Airlines in-cabin limit\u003cspan class=\"zs-footnote\"\u003e* Soft-sided carrier — dimensions may vary by ±1–2 cm.\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003eExpandable on 3 sides\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003eThree panels unzip for extra room to stretch out at home, in the car, or at the terminal\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003e2 access points\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003eTop loading and one side loading, for whichever way is easiest for your pet\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003eBuilt-in safety leash\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003eClips inside the bag to keep your pet secure whenever it's open\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003e2 ventilated mesh sides\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003eDurable 3D mesh keeps airflow going and resists claws\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"zs-feat-label\"\u003eRain flap on top\u003c\/span\u003e\n        \u003cspan class=\"zs-feat-desc\"\u003eExtra cover to shield your pet from rain and wind on the way to the gate\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n\u003c!-- \u003cfigure class=\"zs-img-outer\" style=\"margin-left:auto; margin-right:auto;\"\u003e\n  \u003cimg src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/nordvik-sas-pet-carrier-photo1.jpg\" alt=\"Nordvik SAS Airlines pet carrier bag with expandable side panels open\" loading=\"lazy\"\u003e\n  \u003cfigcaption style=\"text-align:center; font-size:13px; color:#6b6b8a; margin-top:10px;\"\u003eExpandable panels unzip on 3 sides for extra room to stretch out before boarding\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cbr\u003e\u003cbr\u003e --\u003e\n\n  \u003c!-- SAS rules --\u003e\n  \u003csection aria-labelledby=\"zs-rules-heading\"\u003e\n    \u003ch2 id=\"zs-rules-heading\"\u003eSAS 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 25 x 23 cm. The Nordvik matches this size exactly\u003cspan class=\"zs-footnote\"\u003e* Soft-sided carrier — dimensions may vary by ±1–2 cm.\u003c\/span\u003e\n\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\u003eSoft-sided, fully closeable, well-ventilated, bite- and leak-proof\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eBooking\u003c\/td\u003e\n          \u003ctd\u003eRequest when you book, or at least 24 hours before departure\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMinimum age\u003c\/td\u003e\n          \u003ctd\u003e8 weeks old, weaned from mother\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCabin restrictions\u003c\/td\u003e\n          \u003ctd\u003eNot allowed in Business class on flights to\/from North America and Asia, or on SAS charter flights\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.flysas.com\/us-en\/travel-info\/travel-with-pets\/cabin\" target=\"_blank\" rel=\"noopener\" class=\"dot\"\u003e\u003cstrong\u003eofficial SAS pet policy page\u003c\/strong\u003e\u003c\/a\u003e before you book.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c!-- \u003cfigure class=\"zs-img-outer\" style=\"margin-left:auto; margin-right:auto;\"\u003e\n  \u003cimg src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/nordvik-sas-pet-carrier-airport.jpg\" alt=\"Nordvik pet carrier bag next to a suitcase at the airport\" loading=\"lazy\"\u003e\n  \u003cfigcaption style=\"text-align:center; font-size:13px; color:#6b6b8a; margin-top:10px;\"\u003eThe strap slides over your suitcase handle, so your hands stay free from check-in to the gate\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cbr\u003e\u003cbr\u003e --\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 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.85\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.15\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        SAS allows \u003cstrong\u003e8 kg for pet and carrier combined\u003c\/strong\u003e. The Nordvik weighs 1.85 kg, leaving room for cats and small dogs up to about \u003cstrong\u003e6.15 kg\u003c\/strong\u003e.\n      \u003c\/p\u003e\n      \u003cspan class=\"zs-expand-note\"\u003e\n        ⚠️ Keep the side panels zipped closed during boarding and while onboard, to stay within SAS's official 40x25x23 cm cabin limit. Use the expandable panels for extra space at home or in transit only.\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: 40 x 25 x 23 cm\u003c\/h2\u003e\n    \u003cp\u003eLength 40 cm, width 25 cm, height 23 cm. Measured on the outside, panels closed.\u003c\/p\u003e\n    \u003cp class=\"zs-muted\"\u003eThe soft sides give slightly under pressure for a snug fit under the seat, then spring back so your pet keeps full headroom.\u003c\/p\u003e\n    \u003cspan class=\"zs-footnote\"\u003e* As a soft-sided carrier, actual dimensions may vary by ±1–2 cm.\u003c\/span\u003e\n  \u003c\/section\u003e\n\n\u003c!-- \u003cdiv class=\"zs-img-outer\"\u003e\n  \u003cimg src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/nordvik-sas-pet-carrier-size.jpg\" alt=\"Size diagram of the Nordvik SAS Airlines pet carrier 40x25x23 cm\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cbr\u003e --\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\u003e40 x 25 x 23 cm\u003cspan class=\"zs-footnote\"\u003e* Soft-sided carrier — dimensions may vary by ±1–2 cm.\u003c\/span\u003e\n\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eUse\u003c\/td\u003e\n          \u003ctd\u003eIn-cabin air travel. Fits under the seat in front of you\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eOpening\u003c\/td\u003e\n          \u003ctd\u003eTop loading and one side loading, expandable on 3 sides for extra room\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCarrier weight\u003c\/td\u003e\n          \u003ctd\u003e1.85 kg\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFabric\u003c\/td\u003e\n          \u003ctd\u003e420D nylon\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMesh\u003c\/td\u003e\n          \u003ctd\u003eDurable 3D mesh, claw-resistant. Direct scratching may leave light snags but the mesh won't tear\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eHardware\u003c\/td\u003e\n          \u003ctd\u003eMetal fittings\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFloor\u003c\/td\u003e\n          \u003ctd\u003eRigid, removable floor panel with 2 elastic straps to secure a puppy pad\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFeet\u003c\/td\u003e\n          \u003ctd\u003e5 rubber non-slip feet on the base\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eWeather cover\u003c\/td\u003e\n          \u003ctd\u003eTop rain flap for protection against rain and wind\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSafety\u003c\/td\u003e\n          \u003ctd\u003eBuilt-in safety leash\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePockets\u003c\/td\u003e\n          \u003ctd\u003e2\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLuggage attachment\u003c\/td\u003e\n          \u003ctd\u003eStrap slides over your suitcase handle\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCarrying\u003c\/td\u003e\n          \u003ctd\u003ePadded, adjustable shoulder strap\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eManufacturer\u003c\/td\u003e\n          \u003ctd\u003eTruelove\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n\u003c!-- \u003cfigure class=\"zs-img-outer\" style=\"margin-left:auto; margin-right:auto;\"\u003e\n  \u003cimg src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/nordvik-sas-pet-carrier-under-seat.jpg\" alt=\"Nordvik pet carrier bag fits fully under the airplane seat\" loading=\"lazy\"\u003e\n  \u003cfigcaption style=\"text-align:center; font-size:13px; color:#6b6b8a; margin-top:10px;\"\u003eSlides fully under the seat in front of you, right where SAS wants the carrier during the flight\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cbr\u003e\u003cbr\u003e --\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 carrier for the first time at the airport, it means stress for both of you.\u003c\/p\u003e\n    \u003cp class=\"zs-muted\"\u003eSet the Nordvik up open at home a week or two before the flight. Add a familiar blanket and the occasional treat inside. Most cats and dogs will start 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 go 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\u003c!-- \u003cfigure class=\"zs-img-outer\" style=\"margin-left:auto; margin-right:auto;\"\u003e\n  \u003cimg src=\"https:\/\/zoospot.nl\/cdn\/shop\/files\/nordvik-sas-pet-carrier-home-training.jpg\" alt=\"Cat getting used to an open Nordvik carrier at home before a 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 another napping spot\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cbr\u003e\u003cbr\u003e --\u003e\n\n  \u003c!-- Breeds --\u003e\n  \u003csection aria-labelledby=\"zs-breeds-heading\"\u003e\n    \u003ch2 id=\"zs-breeds-heading\"\u003ePopular 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🐱 British Shorthair\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 ~6.15 kg weight allowance. Always weigh and measure your own pet before booking.\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\u003eNordvik soft-sided carrier bag;\u003c\/li\u003e\n      \u003cli\u003eRigid removable floor panel;\u003c\/li\u003e\n      \u003cli\u003ePadded, adjustable shoulder strap.\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\u003eIs the Nordvik approved for SAS? \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eYes. The bag measures 40x25x23 cm, exactly the maximum SAS publishes for in-cabin pet carriers. As a soft-sided carrier, actual dimensions may vary by ±1–2 cm. Request your pet's spot when you book, or at least 24 hours before departure.\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\"\u003eSAS allows 8 kg for pet and carrier combined. The Nordvik weighs 1.85 kg, so your pet can weigh up to about 6.15 kg.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat does \"expandable on 3 sides\" mean? \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eThree panels unzip to give your pet extra room to stretch out at home, in the car, or at the terminal. Zip them closed again before boarding to keep the carrier within SAS's 40x25x23 cm limit.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I get my pet in and out? \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eThe Nordvik has 2 access points: a top opening and a side opening, so you can choose whichever is easier for your pet. A built-in safety leash clips inside to keep them secure whenever the bag is open.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the mesh durable? \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eYes. It's a sturdy 3D mesh made to resist claws. Direct scratching can leave light snags on the surface, but the mesh itself won't tear.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan a large cat travel in this carrier? \u003cspan class=\"arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"zs-faq-body\"\u003eYes, for cats up to about 6.15 kg that can stand, turn, and lie down comfortably inside, as required by SAS.\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\": \"Is the Nordvik approved for SAS?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The bag measures 40x25x23 cm, exactly the maximum SAS publishes for in-cabin pet carriers. As a soft-sided carrier, actual dimensions may vary by ±1–2 cm. Request your pet's spot when you book, or at least 24 hours before departure.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much can my pet weigh?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"SAS allows 8 kg for pet and carrier combined. The Nordvik weighs 1.85 kg, so your pet can weigh up to about 6.15 kg.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does 'expandable on 3 sides' mean?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Three panels unzip to give your pet extra room to stretch out at home, in the car, or at the terminal. Zip them closed again before boarding to keep the carrier within SAS's 40x25x23 cm limit.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I get my pet in and out?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Nordvik has 2 access points: a top opening and a side opening, so you can choose whichever is easier for your pet. A built-in safety leash clips inside to keep them secure whenever the bag is open.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the mesh durable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. It's a sturdy 3D mesh made to resist claws. Direct scratching can leave light snags on the surface, but the mesh itself won't tear.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can a large cat travel in this carrier?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, for cats up to about 6.15 kg that can stand, turn, and lie down comfortably inside, as required by SAS.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"Truelove","offers":[{"title":"Grey","offer_id":54132828897618,"sku":null,"price":74.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0880\/8874\/0178\/files\/Nordvik-SAS-airlines-pet-carrier-main1.jpg?v=1785344943","url":"https:\/\/zoospot.nl\/products\/nordvik-sas-pet-carrier","provider":"Zoospot","version":"1.0","type":"link"}