{"title":"Dog Crates","description":"\u003c!--\n  DOG CRATE CATEGORY PAGE\n  For: dogcarseatco.co.uk\n  How to use: Shopify Admin -\u003e Online Store -\u003e Collections -\u003e Dog Crates\n  -\u003e Description field -\u003e click the \"\u003c\u003e\" (Show HTML) icon in the toolbar\n  -\u003e paste this entire file -\u003e Save.\n  This is a fragment (no doctype\/html\/head\/body) built to sit inside\n  Shopify's existing page, so it drops straight into the description box.\n  Read the implementation notes at the very bottom before publishing.\n--\u003e\n\n\u003cdiv id=\"dcs-crate-guide\"\u003e\n\u003cstyle\u003e\n  #dcs-crate-guide {\n    --ink: #000000;\n    --body: #262626;\n    --muted: #5c5c5c;\n    --accent: #8752c5;\n    --line: #e3e0e8;\n    --radius: 2px;\n    box-sizing: border-box;\n    color: var(--body);\n    font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n  #dcs-crate-guide *, #dcs-crate-guide *::before, #dcs-crate-guide *::after { box-sizing: inherit; }\n  #dcs-crate-guide img, #dcs-crate-guide svg { max-width: 100%; display: block; }\n\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@500;600;700\u0026family=Public+Sans:wght@400;500;600;700\u0026display=swap');\n\n  \/* ---------- full width breakout ---------- *\/\n  #dcs-crate-guide .dcs-bleed {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n  }\n  #dcs-crate-guide .dcs-inner {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  \/* ---------- type scale ---------- *\/\n  #dcs-crate-guide h1, #dcs-crate-guide h2, #dcs-crate-guide h3 {\n    font-family: 'Space Grotesk', 'Public Sans', sans-serif;\n    color: var(--ink);\n    font-weight: 600;\n    line-height: 1.2;\n    margin: 0;\n  }\n  #dcs-crate-guide h1 { font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 700; letter-spacing: -0.01em; }\n  #dcs-crate-guide h2 { font-size: clamp(1.4rem, 2.6vw, 1.75rem); margin-bottom: 14px; padding-top: 10px; position: relative; }\n  #dcs-crate-guide h2::before {\n    content: \"\";\n    display: block;\n    width: 44px;\n    height: 3px;\n    background: var(--accent);\n    margin-bottom: 14px;\n  }\n  #dcs-crate-guide h3 { font-size: 1.05rem; margin-bottom: 8px; }\n  #dcs-crate-guide p { max-width: 72ch; margin: 0 0 14px; }\n  #dcs-crate-guide a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 2px; }\n  #dcs-crate-guide a:hover { text-decoration-thickness: 2px; }\n  #dcs-crate-guide a:focus-visible,\n  #dcs-crate-guide button:focus-visible,\n  #dcs-crate-guide summary:focus-visible {\n    outline: 2px solid var(--accent);\n    outline-offset: 3px;\n  }\n\n  \/* ---------- layout rhythm ---------- *\/\n  #dcs-crate-guide section { padding: 44px 0; border-bottom: 1px solid var(--line); }\n  #dcs-crate-guide section:last-of-type { border-bottom: none; }\n\n  \/* ---------- hero ---------- *\/\n  #dcs-crate-guide .dcs-hero { padding-top: 8px; padding-bottom: 36px; }\n  #dcs-crate-guide .dcs-strap {\n    max-width: 68ch;\n    font-size: 1.08rem;\n    color: var(--body);\n    margin-top: 14px;\n  }\n  #dcs-crate-guide .dcs-fittest {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 28px;\n    margin-top: 32px;\n    padding-top: 28px;\n    border-top: 1px solid var(--line);\n  }\n  #dcs-crate-guide .dcs-fittest-item {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    min-width: 170px;\n  }\n  #dcs-crate-guide .dcs-fittest-item svg { flex-shrink: 0; }\n  #dcs-crate-guide .dcs-fittest-item strong {\n    display: block;\n    font-family: 'Space Grotesk', sans-serif;\n    color: var(--ink);\n    font-size: 0.98rem;\n    font-weight: 600;\n  }\n  #dcs-crate-guide .dcs-fittest-item span {\n    display: block;\n    font-size: 0.86rem;\n    color: var(--muted);\n  }\n\n  \/* ---------- tables ---------- *\/\n  #dcs-crate-guide table {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 18px 0 10px;\n    font-size: 0.95rem;\n  }\n  #dcs-crate-guide caption {\n    text-align: left;\n    font-size: 0.85rem;\n    color: var(--muted);\n    margin-bottom: 8px;\n  }\n  #dcs-crate-guide th {\n    text-align: left;\n    font-family: 'Space Grotesk', sans-serif;\n    font-weight: 600;\n    color: var(--accent);\n    padding: 10px 16px 10px 0;\n    border-bottom: 2px solid var(--ink);\n    white-space: nowrap;\n  }\n  #dcs-crate-guide td {\n    padding: 12px 16px 12px 0;\n    border-bottom: 1px solid var(--line);\n    color: var(--body);\n    vertical-align: top;\n  }\n  #dcs-crate-guide tr:last-child td { border-bottom: 1px solid var(--ink); }\n  #dcs-crate-guide .dcs-note {\n    font-size: 0.86rem;\n    color: var(--muted);\n    margin-top: 10px;\n  }\n\n  \/* ---------- steps (genuine sequence only) ---------- *\/\n  #dcs-crate-guide .dcs-steps {\n    list-style: none;\n    margin: 22px 0 0;\n    padding: 0;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));\n    gap: 24px;\n  }\n  #dcs-crate-guide .dcs-steps li {\n    padding-left: 44px;\n    position: relative;\n  }\n  #dcs-crate-guide .dcs-steps .dcs-num {\n    position: absolute;\n    left: 0;\n    top: 2px;\n    width: 28px;\n    height: 28px;\n    border: 1.5px solid var(--accent);\n    border-radius: 50%;\n    color: var(--accent);\n    font-family: 'Space Grotesk', sans-serif;\n    font-weight: 600;\n    font-size: 0.85rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  #dcs-crate-guide .dcs-steps h3 { margin-bottom: 4px; }\n  #dcs-crate-guide .dcs-steps p { font-size: 0.92rem; margin-bottom: 0; }\n\n  \/* ---------- buttons (outline at rest, fills on hover only, per the no fill background rule) ---------- *\/\n  #dcs-crate-guide .dcs-btn {\n    display: inline-block;\n    padding: 10px 20px;\n    border: 1.5px solid var(--accent);\n    border-radius: var(--radius);\n    color: var(--accent);\n    font-weight: 600;\n    font-size: 0.92rem;\n    text-decoration: none;\n    transition: background-color 150ms ease, color 150ms ease;\n    margin: 4px 10px 4px 0;\n  }\n  #dcs-crate-guide .dcs-btn:hover {\n    background: var(--accent);\n    color: #ffffff;\n    text-decoration: none;\n  }\n\n  \/* ---------- explore \/ interlink grid ---------- *\/\n  #dcs-crate-guide .dcs-linkgrid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n    gap: 1px;\n    background: var(--line);\n    border: 1px solid var(--line);\n    margin-top: 18px;\n  }\n  #dcs-crate-guide .dcs-linkgrid a {\n    background: #ffffff;\n    padding: 18px 20px;\n    color: var(--ink);\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 0.95rem;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    transition: color 150ms ease;\n  }\n  #dcs-crate-guide .dcs-linkgrid a span.dcs-arrow { color: var(--accent); font-weight: 400; }\n  #dcs-crate-guide .dcs-linkgrid a:hover { color: var(--accent); }\n\n  \/* ---------- FAQ accordion, native details\/summary, no JS needed ---------- *\/\n  #dcs-crate-guide .dcs-faq { margin-top: 8px; }\n  #dcs-crate-guide details {\n    border-bottom: 1px solid var(--line);\n    padding: 16px 0;\n  }\n  #dcs-crate-guide summary {\n    list-style: none;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 16px;\n    font-family: 'Space Grotesk', sans-serif;\n    font-weight: 600;\n    color: var(--ink);\n    font-size: 1.02rem;\n  }\n  #dcs-crate-guide summary::-webkit-details-marker { display: none; }\n  #dcs-crate-guide summary .dcs-toggle {\n    flex-shrink: 0;\n    width: 22px;\n    height: 22px;\n    border: 1.5px solid var(--accent);\n    border-radius: 50%;\n    position: relative;\n  }\n  #dcs-crate-guide summary .dcs-toggle::before,\n  #dcs-crate-guide summary .dcs-toggle::after {\n    content: \"\";\n    position: absolute;\n    background: var(--accent);\n    top: 50%;\n    left: 50%;\n    transition: transform 150ms ease;\n  }\n  #dcs-crate-guide summary .dcs-toggle::before { width: 10px; height: 1.5px; transform: translate(-50%, -50%); }\n  #dcs-crate-guide summary .dcs-toggle::after { width: 1.5px; height: 10px; transform: translate(-50%, -50%); }\n  #dcs-crate-guide details[open] summary .dcs-toggle::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }\n  #dcs-crate-guide details p { margin-top: 12px; margin-bottom: 0; font-size: 0.95rem; }\n\n  \/* ---------- sources ---------- *\/\n  #dcs-crate-guide .dcs-sources {\n    list-style: none;\n    padding: 0;\n    margin: 12px 0 0;\n    font-size: 0.9rem;\n    color: var(--muted);\n  }\n  #dcs-crate-guide .dcs-sources li { padding: 6px 0; border-bottom: 1px dotted var(--line); }\n  #dcs-crate-guide .dcs-sources strong { color: var(--body); }\n\n  @media (max-width: 640px) {\n    #dcs-crate-guide section { padding: 32px 0; }\n    #dcs-crate-guide table { font-size: 0.88rem; }\n    #dcs-crate-guide th, #dcs-crate-guide td { padding-right: 8px; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    #dcs-crate-guide * { transition: none !important; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dcs-bleed\"\u003e\n\u003cdiv class=\"dcs-inner\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"dcs-hero\" style=\"border-bottom:none;\"\u003e\n    \u003ch1\u003eDog Crates\u003c\/h1\u003e\n    \u003cp class=\"dcs-strap\"\u003e\n      A dog crate gives your dog a fixed, enclosed space to rest, sleep or travel in.\n      Under Section 9 of the Animal Welfare Act 2006, every owner has a legal duty to\n      provide a suitable environment, and getting the size right is the first part of\n      that duty. Use the guide below to find the correct size and type before you buy.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"dcs-fittest\"\u003e\n      \u003cdiv class=\"dcs-fittest-item\"\u003e\n        \u003csvg width=\"30\" height=\"30\" viewbox=\"0 0 30 30\" fill=\"none\" aria-hidden=\"true\"\u003e\n          \u003crect x=\"12\" y=\"4\" width=\"6\" height=\"22\" rx=\"1\" stroke=\"#8752c5\" stroke-width=\"1.6\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n        \u003cspan\u003e\u003cstrong\u003eStand\u003c\/strong\u003e\u003cspan\u003eWithout ducking their head\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dcs-fittest-item\"\u003e\n        \u003csvg width=\"30\" height=\"30\" viewbox=\"0 0 30 30\" fill=\"none\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M6 15a9 9 0 1 1 3 6.7\" stroke=\"#8752c5\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 10v6h6\" stroke=\"#8752c5\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cspan\u003e\u003cstrong\u003eTurn\u003c\/strong\u003e\u003cspan\u003eFull circle without shuffling\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dcs-fittest-item\"\u003e\n        \u003csvg width=\"30\" height=\"30\" viewbox=\"0 0 30 30\" fill=\"none\" aria-hidden=\"true\"\u003e\n          \u003crect x=\"4\" y=\"13\" width=\"22\" height=\"6\" rx=\"1\" stroke=\"#8752c5\" stroke-width=\"1.6\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n        \u003cspan\u003e\u003cstrong\u003eLie flat\u003c\/strong\u003e\u003cspan\u003eOn their side, legs extended\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SIZE GUIDE --\u003e\n  \u003csection id=\"dcs-size\"\u003e\n    \u003ch2\u003eWhat Size Dog Crate Do I Need?\u003c\/h2\u003e\n    \u003cp\u003e\n      Measure your dog from nose to the base of the tail and add roughly 10 to 15cm.\n      Measure height from floor to the top of the head while sitting, and add a\n      similar margin. If either measurement is a squeeze against the numbers below,\n      choose the size above it.\n    \u003c\/p\u003e\n\n    \u003ctable\u003e\n      \u003ccaption\u003eApproximate sizing by dog weight. Always confirm against your own dog's length and height.\u003c\/caption\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n\u003cth\u003eCrate size\u003c\/th\u003e\n\u003cth\u003eDog weight\u003c\/th\u003e\n\u003cth\u003eTypical breeds\u003c\/th\u003e\n\u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003e24 inch, small\u003c\/td\u003e\n\u003ctd\u003eUp to 11kg\u003c\/td\u003e\n\u003ctd\u003eChihuahua, Pomeranian, Jack Russell Terrier\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e30 inch, medium\u003c\/td\u003e\n\u003ctd\u003e11 to 18kg\u003c\/td\u003e\n\u003ctd\u003eCocker Spaniel, French Bulldog, Beagle\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e36 inch, large\u003c\/td\u003e\n\u003ctd\u003e18 to 32kg\u003c\/td\u003e\n\u003ctd\u003eLabrador, Border Collie, Bulldog\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e42 inch, extra large\u003c\/td\u003e\n\u003ctd\u003e32 to 40kg\u003c\/td\u003e\n\u003ctd\u003eGerman Shepherd, Boxer, Golden Retriever\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e48 inch, giant\u003c\/td\u003e\n\u003ctd\u003e40kg and above\u003c\/td\u003e\n\u003ctd\u003eGreat Dane, Rottweiler, Bernese Mountain Dog\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003cp class=\"dcs-note\"\u003eA short, heavy dog and a tall, lean dog of the same weight often need different crate shapes, so check length and height separately rather than weight alone.\u003c\/p\u003e\n\n    \u003cp style=\"margin-top:20px;\"\u003e\n      \u003ca class=\"dcs-btn\" href=\"\/collections\/small-dog-crate\"\u003eShop small dog crates\u003c\/a\u003e\n      \u003ca class=\"dcs-btn\" href=\"\/collections\/medium-dog-crate\"\u003eShop medium dog crates\u003c\/a\u003e\n      \u003ca class=\"dcs-btn\" href=\"\/collections\/large-dog-crate\"\u003eShop large dog crates\u003c\/a\u003e\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TYPES --\u003e\n  \u003csection id=\"dcs-types\"\u003e\n    \u003ch2\u003eDog Crate Types Explained\u003c\/h2\u003e\n    \u003ctable\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003cth\u003eBest for\u003c\/th\u003e\n\u003cth\u003eNotes\u003c\/th\u003e\n\u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWire crate\u003c\/td\u003e\n\u003ctd\u003eEveryday home use, good airflow\u003c\/td\u003e\n\u003ctd\u003eFolds flat, removable tray, easiest to clean\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMetal crate, heavy duty\u003c\/td\u003e\n\u003ctd\u003eStrong or anxious dogs\u003c\/td\u003e\n\u003ctd\u003eThicker bars, secure locking doors\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWooden crate\u003c\/td\u003e\n\u003ctd\u003eLiving rooms, doubles as furniture\u003c\/td\u003e\n\u003ctd\u003eHeavier, harder to clean after an accident\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eFolding or portable crate\u003c\/td\u003e\n\u003ctd\u003eHouse training, travel, visiting family\u003c\/td\u003e\n\u003ctd\u003eSets up in minutes, less rigid than wire\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSoft or fabric crate\u003c\/td\u003e\n\u003ctd\u003eShort trips, calm adult dogs\u003c\/td\u003e\n\u003ctd\u003eLightweight, not suitable for chewers\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003cp\u003eWire and metal crates suit most first time buyers, since they are easy to clean and let you see your dog from every angle. Wooden crates work well once training is complete and the crate is mainly used for settling rather than containment.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DIVIDER --\u003e\n  \u003csection id=\"dcs-divider\"\u003e\n    \u003ch2\u003eDog Crates with a Divider Panel\u003c\/h2\u003e\n    \u003cp\u003e\n      A divider panel splits the crate into a smaller usable space, then moves back\n      as your dog grows. One crate can then cover a puppy from around 8 weeks old\n      through to adulthood, rather than buying two or three crates as they grow.\n      Check that the divider clips securely in place, since a loose panel can shift\n      and reduce the safe floor space without you noticing.\n    \u003c\/p\u003e\n    \u003cp\u003e\u003ca class=\"dcs-btn\" href=\"\/collections\/dog-crate-with-divider\"\u003eShop crates with a divider\u003c\/a\u003e\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PUPPY --\u003e\n  \u003csection id=\"dcs-puppy\"\u003e\n    \u003ch2\u003ePuppy Crates: Buy for the Adult Size\u003c\/h2\u003e\n    \u003cp\u003e\n      Buy the crate your puppy will need at full adult size, then fit a divider\n      panel to reduce the usable space while they are small. A crate that is too\n      large for a young puppy from the start can slow house training, because the\n      puppy learns to use one end as a toilet and sleep in the other. The Kennel\n      Club also advises checking that mesh gaps are narrow enough that a puppy's\n      mouth or jaw cannot get caught.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      \u003ca class=\"dcs-btn\" href=\"\/collections\/puppy-crate\"\u003eShop puppy crates\u003c\/a\u003e\n      \u003ca class=\"dcs-btn\" href=\"\/collections\/puppy-car-seat\"\u003ePuppy car seats\u003c\/a\u003e\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CRATE VS KENNEL --\u003e\n  \u003csection id=\"dcs-vs-kennel\"\u003e\n    \u003ch2\u003eDog Crate or Dog Kennel: What is the Difference?\u003c\/h2\u003e\n    \u003cp\u003e\n      In the UK, crate usually means an indoor, portable enclosure, wire, metal or\n      soft sided, used for short periods at home or in the car. Kennel more often\n      refers to an outdoor, insulated structure built for a dog to live in\n      permanently, or to a boarding facility. The two words get used loosely in\n      everyday conversation, so if you want an indoor training and travel product,\n      crate is the correct category to search.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TRAVEL --\u003e\n  \u003csection id=\"dcs-travel\"\u003e\n    \u003ch2\u003eDog Travel Crates for Car Journeys\u003c\/h2\u003e\n    \u003cp\u003e\n      The Highway Code, \u003ca href=\"https:\/\/www.gov.uk\/guidance\/the-highway-code\/rules-about-animals-47-to-58\" target=\"_blank\" rel=\"noopener\"\u003eRule 57\u003c\/a\u003e,\n      requires dogs to be suitably restrained in a vehicle so they cannot distract\n      the driver or be injured if the car stops suddenly. A travel crate, secured\n      so it cannot slide or tip, is one of four accepted restraint methods,\n      alongside a seat belt harness, a pet carrier and a dog guard.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      For car use, choose a crate slightly smaller than your dog's everyday home\n      crate. A smaller, well fitted space limits how far your dog can be thrown\n      during braking, while still allowing them to stand, turn and lie down.\n      Secure the crate using the car's seat belt or boot anchor points rather than\n      leaving it loose.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      \u003ca class=\"dcs-btn\" href=\"\/collections\/dog-travel-crate\"\u003eShop travel crates\u003c\/a\u003e\n      \u003ca class=\"dcs-btn\" href=\"\/collections\/dog-car-seat-harness\"\u003eCompare seat belt harnesses\u003c\/a\u003e\n      \u003ca class=\"dcs-btn\" href=\"\/collections\/dog-car-seat\"\u003eCompare dog car seats\u003c\/a\u003e\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BEDDING --\u003e\n  \u003csection id=\"dcs-bedding\"\u003e\n    \u003ch2\u003eDog Crate Bedding and Covers\u003c\/h2\u003e\n    \u003cp\u003e\n      A crate needs washable bedding sized to fit the base without folding up the\n      sides, since bunched bedding reduces usable space. A crate cover, fitted\n      over the top, back and sides but leaving the front and some ventilation\n      clear, can help a nervous dog settle by reducing visual stimulation,\n      particularly during the first few weeks of introducing a new crate.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      \u003ca class=\"dcs-btn\" href=\"\/collections\/dog-crate-bedding\"\u003eShop crate bedding\u003c\/a\u003e\n      \u003ca class=\"dcs-btn\" href=\"\/collections\/dog-crate-cover\"\u003eShop crate covers\u003c\/a\u003e\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TRAINING --\u003e\n  \u003csection id=\"dcs-training\"\u003e\n    \u003ch2\u003eCrate Training and Safety Basics\u003c\/h2\u003e\n    \u003cp\u003e\n      A crate should always be a place your dog chooses to go to, not somewhere\n      they are sent as a punishment. PDSA advises against leaving a dog crated for\n      longer than three hours at a time, and less than that for a dog who is not\n      yet used to it.\n    \u003c\/p\u003e\n\n    \u003cul class=\"dcs-steps\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"dcs-num\"\u003e1\u003c\/span\u003e\u003ch3\u003eIntroduce with the door open\u003c\/h3\u003e\n\u003cp\u003eLet your dog explore in their own time, with treats placed inside.\u003c\/p\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"dcs-num\"\u003e2\u003c\/span\u003e\u003ch3\u003eFeed meals inside\u003c\/h3\u003e\n\u003cp\u003eBuild a positive association before closing the door for short spells.\u003c\/p\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"dcs-num\"\u003e3\u003c\/span\u003e\u003ch3\u003eAdd short absences\u003c\/h3\u003e\n\u003cp\u003eStay in the room first, then leave for a few minutes at a time.\u003c\/p\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"dcs-num\"\u003e4\u003c\/span\u003e\u003ch3\u003eBuild up gradually\u003c\/h3\u003e\n\u003cp\u003eExtend the time slowly, always ending on a calm, quiet moment.\u003c\/p\u003e\n\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top:24px;\"\u003e\n      For the full week by week process, including night time settling and how to\n      spot early signs of distress, see our complete guide to\n      \u003ca href=\"\/blogs\/news\/how-to-crate-train-a-dog-or-puppy\"\u003ecrate training a dog or puppy\u003c\/a\u003e.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY US --\u003e\n  \u003csection id=\"dcs-why-us\"\u003e\n    \u003ch2\u003eWhy Buy Your Dog Crate From Us\u003c\/h2\u003e\n    \u003cp\u003e\n      We already specialise in UK car travel safety for dogs, covering Highway\n      Code compliance, restraint types and crash safety standards across our\n      \u003ca href=\"\/collections\/dog-car-seat\"\u003edog car seat range\u003c\/a\u003e. That same focus\n      carries into our crate range. Every listing states internal dimensions in\n      centimetres and inches, maximum recommended dog weight, and whether the\n      crate is suited to home use, car use, or both, so you can check fit before\n      you buy rather than after.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection id=\"dcs-faq\"\u003e\n    \u003ch2\u003eDog Crate FAQs\u003c\/h2\u003e\n    \u003cdiv class=\"dcs-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eAre dog crates safe for dogs?\u003cspan class=\"dcs-toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cp\u003eYes, when sized correctly and introduced gradually with a positive association rather than as punishment. A properly fitted crate meets a dog's need for a suitable environment under the Animal Welfare Act 2006.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat size dog crate do I need for a medium dog?\u003cspan class=\"dcs-toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cp\u003eMost dogs weighing 11 to 18kg, such as a Cocker Spaniel or French Bulldog, fit a 30 inch crate. Always confirm against your own dog's length and height rather than weight alone.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan two dogs share one crate?\u003cspan class=\"dcs-toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cp\u003eOnly if the crate is specifically sized and rated for two dogs. Fitting two dogs into a single dog crate reduces the space and support available to each of them.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow long can a dog stay in a crate?\u003cspan class=\"dcs-toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cp\u003ePDSA recommends no longer than three hours at a time for an adult dog used to their crate, and shorter periods for puppies, who also need more frequent toilet breaks.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs a wire crate or a soft crate better for a puppy?\u003cspan class=\"dcs-toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cp\u003eWire and metal crates suit most puppies best during house training, since they are easier to clean thoroughly and more resistant to chewing than soft sided crates.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo I need a crate cover?\u003cspan class=\"dcs-toggle\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cp\u003eNot always, but a cover can help nervous dogs settle by reducing visual distraction, particularly in a busy household.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SOURCES --\u003e\n  \u003csection id=\"dcs-sources\"\u003e\n    \u003ch2\u003eSources\u003c\/h2\u003e\n    \u003cul class=\"dcs-sources\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eRSPCA\u003c\/strong\u003e, Playpen and crate training a puppy\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePDSA\u003c\/strong\u003e, Crate training your dog\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBlue Cross\u003c\/strong\u003e, Dog crates\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eThe Kennel Club\u003c\/strong\u003e, How to crate train your dog\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAnimal Welfare Act 2006\u003c\/strong\u003e, Section 9,\n        \u003ca href=\"https:\/\/www.legislation.gov.uk\/ukpga\/2006\/45\/section\/9\" target=\"_blank\" rel=\"noopener\"\u003elegislation.gov.uk\u003c\/a\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHighway Code\u003c\/strong\u003e, Rule 57,\n        \u003ca href=\"https:\/\/www.gov.uk\/guidance\/the-highway-code\/rules-about-animals-47-to-58\" target=\"_blank\" rel=\"noopener\"\u003egov.uk\u003c\/a\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- EXPLORE \/ INTERLINKING --\u003e\n  \u003csection id=\"dcs-explore\" style=\"border-bottom:none;\"\u003e\n    \u003ch2\u003eExplore More at Dog Car Seat Co\u003c\/h2\u003e\n    \u003cdiv class=\"dcs-linkgrid\"\u003e\n      \u003ca href=\"\/collections\/dog-car-seat\"\u003eDog Car Seats \u003cspan class=\"dcs-arrow\"\u003e\u0026gt;\u003c\/span\u003e\u003c\/a\u003e\n      \u003ca href=\"\/collections\/dog-car-seat-harness\"\u003eDog Car Seat Harnesses \u003cspan class=\"dcs-arrow\"\u003e\u0026gt;\u003c\/span\u003e\u003c\/a\u003e\n      \u003ca href=\"\/collections\/dog-car-seat-cover\"\u003eDog Car Seat Covers \u003cspan class=\"dcs-arrow\"\u003e\u0026gt;\u003c\/span\u003e\u003c\/a\u003e\n      \u003ca href=\"\/collections\/puppy-car-seat\"\u003ePuppy Car Seats \u003cspan class=\"dcs-arrow\"\u003e\u0026gt;\u003c\/span\u003e\u003c\/a\u003e\n      \u003ca href=\"\/collections\/boot-liner-for-dogs\"\u003eBoot Liners \u003cspan class=\"dcs-arrow\"\u003e\u0026gt;\u003c\/span\u003e\u003c\/a\u003e\n      \u003ca href=\"\/collections\/dog-car-bed\"\u003eDog Car Beds \u003cspan class=\"dcs-arrow\"\u003e\u0026gt;\u003c\/span\u003e\u003c\/a\u003e\n      \u003ca href=\"\/collections\/dog-car-mat\"\u003eDog Car Mats \u003cspan class=\"dcs-arrow\"\u003e\u0026gt;\u003c\/span\u003e\u003c\/a\u003e\n      \u003ca href=\"\/collections\/dog-collars\"\u003eDog Collars \u003cspan class=\"dcs-arrow\"\u003e\u0026gt;\u003c\/span\u003e\u003c\/a\u003e\n      \u003ca href=\"\/collections\/dog-leads\"\u003eDog Leads \u003cspan class=\"dcs-arrow\"\u003e\u0026gt;\u003c\/span\u003e\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\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\": \"Are dog crates safe for dogs?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, when sized correctly and introduced gradually with a positive association rather than as punishment. A properly fitted crate meets a dog's need for a suitable environment under the Animal Welfare Act 2006.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What size dog crate do I need for a medium dog?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Most dogs weighing 11 to 18kg, such as a Cocker Spaniel or French Bulldog, fit a 30 inch crate. Always confirm against your own dog's length and height rather than weight alone.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can two dogs share one crate?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Only if the crate is specifically sized and rated for two dogs. Fitting two dogs into a single dog crate reduces the space and support available to each of them.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long can a dog stay in a crate?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"PDSA recommends no longer than three hours at a time for an adult dog used to their crate, and shorter periods for puppies, who also need more frequent toilet breaks.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is a wire crate or a soft crate better for a puppy?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Wire and metal crates suit most puppies best during house training, since they are easier to clean thoroughly and more resistant to chewing than soft sided crates.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do I need a crate cover?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Not always, but a cover can help nervous dogs settle by reducing visual distraction, particularly in a busy household.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003c!--\nIMPLEMENTATION NOTES (delete before publishing if you like)\n\n1. COLOUR RULE: no section has a filled background anywhere, exactly as asked.\n   Black (#000000) is used only for H1\/H2\/H3 and table headers borders.\n   #8752c5 is used only for accents: the small rule under each H2, table\n   header text, icons, button borders and text, and the FAQ toggle circles.\n   Buttons are outlined, not filled, at rest, and fill with #8752c5 only on\n   hover, so no area of the page carries a solid colour block by default.\n   If you want solid filled buttons instead, change the .dcs-btn rule.\n\n2. FULL WIDTH: the .dcs-bleed div breaks out of Shopify's normal page\n   container using the 100vw technique. If your theme wraps the collection\n   description in an element with \"overflow: hidden\" or \"overflow-x: hidden\",\n   the breakout will get clipped. Test on a duplicate theme first. If it\n   gets clipped, remove the .dcs-bleed class and the section will simply sit\n   at your theme's normal content width instead.\n\n3. LINKS THAT NEED CREATING: \/collections\/small-dog-crate, medium-dog-crate,\n   large-dog-crate, dog-crate-with-divider, puppy-crate, dog-travel-crate,\n   dog-crate-bedding and dog-crate-cover are placeholder handles matching\n   the naming pattern already used on your site (e.g. small-dog-car-seat).\n   Create these collections with matching handles, or edit the hrefs above\n   to match whatever handles you actually use.\n\n4. EXISTING LINKS USED (already live on your site, confirmed working):\n   dog-car-seat, dog-car-seat-harness, dog-car-seat-cover, puppy-car-seat,\n   boot-liner-for-dogs, dog-car-bed, dog-car-mat, dog-collars, dog-leads.\n\n5. EXTERNAL LINKS: only two, both to gov.uk domains as requested,\n   legislation.gov.uk for the Animal Welfare Act 2006 and gov.uk for the\n   Highway Code. RSPCA, PDSA, Blue Cross and The Kennel Club are named as\n   plain text sources, not linked, per your instruction.\n\n6. TRAINING GUIDE LINK: points to \/blogs\/news\/how-to-crate-train-a-dog-or-puppy\n   which does not exist yet. Create that article using the Page 2 outline\n   from earlier in this chat, then this link will work immediately.\n\n7. SCHEMA: the FAQPage JSON-LD script is included. Some Shopify themes strip\n   \u003cscript\u003e tags pasted into the description's HTML view when saved through\n   certain apps. After publishing, test with Google's Rich Results Test. If\n   it gets stripped, add the same schema block through a custom section in\n   theme.liquid instead.\n\n8. REVIEWER BYLINE: deliberately left out. Add \"Reviewed by [name],\n   [real credential]\" under the H1 once a named, credentialed reviewer is\n   confirmed, rather than inventing one.\n\n9. FONTS: Space Grotesk for headings, Public Sans for body text, both\n   loaded free from Google Fonts via the @import line near the top of the\n   style block. Remove that line and adjust font-family if your theme\n   already licenses fonts you would rather use instead.\n--\u003e","products":[{"product_id":"foldable-soft-sided-pet-carrier-breathable-mesh-airline-approved-up-to-17lbs","title":"Foldable Soft-Sided Pet Carrier – Breathable Mesh, Airline Approved, Up to 17lbs","description":"\u003cdiv style=\"background-color:#FFFFFF;color:#262626;font-size:16px;line-height:1.65;box-sizing:border-box;padding:8px 4px;\"\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp style=\"margin:0 0 20px;font-size:18px;line-height:1.6;color:#000000;font-weight:500;\"\u003e\n    A sturdy, breathable pet carrier built for travel — from car trips to flights — with mesh windows on three sides so your pet can see out and stay cool, and a padded strap for comfortable carrying.\n  \u003c\/p\u003e\n\n  \u003c!-- Callout --\u003e\n  \u003cdiv style=\"background-color:#F6F1FC;border-left:3px solid #8752C5;padding:14px 18px;margin:0 0 32px;border-radius:2px;\"\u003e\n    \u003cp style=\"margin:0;font-size:15px;color:#262626;\"\u003eSuits pets up to \u003cstrong style=\"color:#000000;\"\u003e17lbs (7.7kg)\u003c\/strong\u003e — weight alone isn't the full picture, so check your pet's length and height against the carrier dimensions too.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Features heading --\u003e\n  \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin:0 0 20px;\"\u003e\n    \u003cspan style=\"display:inline-block;width:4px;height:20px;background-color:#8752C5;border-radius:2px;\"\u003e\u003c\/span\u003e\n    \u003ch2 style=\"margin:0;font-size:20px;font-weight:700;color:#000000;\"\u003eWhat makes it different\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature: sturdy construction --\u003e\n  \u003cdiv style=\"display:flex;gap:16px;align-items:flex-start;margin:0 0 24px;\"\u003e\n    \u003cdiv style=\"flex:0 0 44px;width:44px;height:44px;border-radius:50%;background-color:#F6F1FC;display:flex;align-items:center;justify-content:center;\"\u003e\n      \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#8752C5\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 16c0-4 3-8 8-8s8 4 8 8v2H4v-2Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 18h16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n      \u003ch3 style=\"margin:0 0 4px;font-size:16px;font-weight:700;color:#000000;\"\u003eSturdy, stable construction\u003c\/h3\u003e\n      \u003cp style=\"margin:0;font-size:15px;color:#262626;\"\u003eA firm frame with a wooden support board holds its shape well, while mesh windows on three sides let in fresh air and give your pet a clear view — and let you easily check on them. A front pocket holds food, toys or treats.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature: multiple entry points --\u003e\n  \u003cdiv style=\"display:flex;gap:16px;align-items:flex-start;margin:0 0 24px;\"\u003e\n    \u003cdiv style=\"flex:0 0 44px;width:44px;height:44px;border-radius:50%;background-color:#F6F1FC;display:flex;align-items:center;justify-content:center;\"\u003e\n      \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#8752C5\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"6\" y=\"3\" width=\"12\" height=\"18\" rx=\"1.5\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"15\" cy=\"12\" r=\"1\" fill=\"#8752C5\" stroke=\"none\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n      \u003ch3 style=\"margin:0 0 4px;font-size:16px;font-weight:700;color:#000000;\"\u003eMultiple entry points\u003c\/h3\u003e\n      \u003cp style=\"margin:0;font-size:15px;color:#262626;\"\u003eThree entrances — on the top and front — make it easy to get your pet in and out comfortably.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature: airline travel ready --\u003e\n  \u003cdiv style=\"display:flex;gap:16px;align-items:flex-start;margin:0 0 24px;\"\u003e\n    \u003cdiv style=\"flex:0 0 44px;width:44px;height:44px;border-radius:50%;background-color:#F6F1FC;display:flex;align-items:center;justify-content:center;\"\u003e\n      \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#8752C5\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 2L11 13\"\u003e\u003c\/path\u003e\u003cpath d=\"M22 2L15 22l-4-9-9-4 20-7Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n      \u003ch3 style=\"margin:0 0 4px;font-size:16px;font-weight:700;color:#000000;\"\u003eAirline \u0026amp; travel ready\u003c\/h3\u003e\n      \u003cp style=\"margin:0;font-size:15px;color:#262626;\"\u003eSized to fit under most airplane seats, and comfortable on a car or bus seat beside you. A non-slip adjustable shoulder strap and padded handle make it easy to carry, and it can be fastened with a car seatbelt or shoulder strap for extra security.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature: easy clean store --\u003e\n  \u003cdiv style=\"display:flex;gap:16px;align-items:flex-start;margin:0 0 32px;\"\u003e\n    \u003cdiv style=\"flex:0 0 44px;width:44px;height:44px;border-radius:50%;background-color:#F6F1FC;display:flex;align-items:center;justify-content:center;\"\u003e\n      \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#8752C5\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"4\" y=\"3\" width=\"16\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"12\" cy=\"13\" r=\"5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 13a3 3 0 0 1 3-3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n      \u003ch3 style=\"margin:0 0 4px;font-size:16px;font-weight:700;color:#000000;\"\u003eEasy to clean \u0026amp; store\u003c\/h3\u003e\n      \u003cp style=\"margin:0;font-size:15px;color:#262626;\"\u003eWipe the exterior clean with a soft cloth, and remove the inner mat for a full wash when needed. The collapsible design folds flat for compact storage.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Specifications heading --\u003e\n  \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin:0 0 16px;\"\u003e\n    \u003cspan style=\"display:inline-block;width:4px;height:20px;background-color:#8752C5;border-radius:2px;\"\u003e\u003c\/span\u003e\n    \u003ch2 style=\"margin:0;font-size:20px;font-weight:700;color:#000000;\"\u003eSpecifications\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003ctable style=\"width:100%;border-collapse:collapse;margin:0 0 32px;\"\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px 14px;background-color:#F6F1FC;color:#000000;font-weight:600;font-size:14px;border:1px solid #E1D2F3;width:40%;\"\u003eColour\u003c\/td\u003e\n      \u003ctd style=\"padding:12px 14px;color:#262626;font-size:14px;border:1px solid #E1D2F3;\"\u003eBlack\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px 14px;background-color:#F6F1FC;color:#000000;font-weight:600;font-size:14px;border:1px solid #E1D2F3;\"\u003eMaterial\u003c\/td\u003e\n      \u003ctd style=\"padding:12px 14px;color:#262626;font-size:14px;border:1px solid #E1D2F3;\"\u003eOxford cloth\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px 14px;background-color:#F6F1FC;color:#000000;font-weight:600;font-size:14px;border:1px solid #E1D2F3;\"\u003eDimensions\u003c\/td\u003e\n      \u003ctd style=\"padding:12px 14px;color:#262626;font-size:14px;border:1px solid #E1D2F3;\"\u003e43.2 x 27.9 x 27.9 cm (17 x 11 x 11 in)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px 14px;background-color:#F6F1FC;color:#000000;font-weight:600;font-size:14px;border:1px solid #E1D2F3;\"\u003eItem weight\u003c\/td\u003e\n      \u003ctd style=\"padding:12px 14px;color:#262626;font-size:14px;border:1px solid #E1D2F3;\"\u003e1 kg\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px 14px;background-color:#F6F1FC;color:#000000;font-weight:600;font-size:14px;border:1px solid #E1D2F3;\"\u003eMaximum pet weight\u003c\/td\u003e\n      \u003ctd style=\"padding:12px 14px;color:#262626;font-size:14px;border:1px solid #E1D2F3;\"\u003e17 lbs (7.7 kg)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px 14px;background-color:#F6F1FC;color:#000000;font-weight:600;font-size:14px;border:1px solid #E1D2F3;\"\u003eSpecial features\u003c\/td\u003e\n      \u003ctd style=\"padding:12px 14px;color:#262626;font-size:14px;border:1px solid #E1D2F3;\"\u003eAirline approved, breathable, durable, foldable, portable\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px 14px;background-color:#F6F1FC;color:#000000;font-weight:600;font-size:14px;border:1px solid #E1D2F3;\"\u003eClosure type\u003c\/td\u003e\n      \u003ctd style=\"padding:12px 14px;color:#262626;font-size:14px;border:1px solid #E1D2F3;\"\u003eFoldable, strap\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px 14px;background-color:#F6F1FC;color:#000000;font-weight:600;font-size:14px;border:1px solid #E1D2F3;\"\u003eBest suited to\u003c\/td\u003e\n      \u003ctd style=\"padding:12px 14px;color:#262626;font-size:14px;border:1px solid #E1D2F3;\"\u003eSmall cats and dogs\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003c!-- FAQ heading --\u003e\n  \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin:0 0 16px;\"\u003e\n    \u003cspan style=\"display:inline-block;width:4px;height:20px;background-color:#8752C5;border-radius:2px;\"\u003e\u003c\/span\u003e\n    \u003ch2 style=\"margin:0;font-size:20px;font-weight:700;color:#000000;\"\u003eCommon questions\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #E1D2F3;padding:14px 0;\"\u003e\n    \u003csummary style=\"cursor:pointer;\"\u003e\n      \u003ch3 style=\"display:inline;margin:0;font-weight:600;color:#000000;font-size:16px;\"\u003eWhat size and weight of pet is this suitable for?\u003c\/h3\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"margin:10px 0 0;color:#262626;font-size:15px;line-height:1.6;\"\u003eThis carrier suits pets up to 17lbs (7.7kg). Weight alone isn't the full picture — check your pet's length and height against the 43.2 x 27.9 x 27.9cm dimensions too.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #E1D2F3;padding:14px 0;\"\u003e\n    \u003csummary style=\"cursor:pointer;\"\u003e\n      \u003ch3 style=\"display:inline;margin:0;font-weight:600;color:#000000;font-size:16px;\"\u003eIs it approved for airline travel?\u003c\/h3\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"margin:10px 0 0;color:#262626;font-size:15px;line-height:1.6;\"\u003eYes, it's sized to fit under most airplane seats, as well as fitting comfortably on a car or bus seat.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #E1D2F3;padding:14px 0;\"\u003e\n    \u003csummary style=\"cursor:pointer;\"\u003e\n      \u003ch3 style=\"display:inline;margin:0;font-weight:600;color:#000000;font-size:16px;\"\u003eHow does it attach in the car?\u003c\/h3\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"margin:10px 0 0;color:#262626;font-size:15px;line-height:1.6;\"\u003eIt can be fastened using a car seatbelt or the shoulder strap to help keep your pet secure while travelling.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #E1D2F3;padding:14px 0;\"\u003e\n    \u003csummary style=\"cursor:pointer;\"\u003e\n      \u003ch3 style=\"display:inline;margin:0;font-weight:600;color:#000000;font-size:16px;\"\u003eIs the inside washable?\u003c\/h3\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"margin:10px 0 0;color:#262626;font-size:15px;line-height:1.6;\"\u003eYes, the inner mat is removable and washable. The exterior can be wiped clean with a soft cloth.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #E1D2F3;padding:14px 0;\"\u003e\n    \u003csummary style=\"cursor:pointer;\"\u003e\n      \u003ch3 style=\"display:inline;margin:0;font-weight:600;color:#000000;font-size:16px;\"\u003eDoes it fold flat for storage?\u003c\/h3\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"margin:10px 0 0;color:#262626;font-size:15px;line-height:1.6;\"\u003eYes, the collapsible design folds down for easy, compact storage when not in use.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Dog Car Seat","offers":[{"title":"Default Title","offer_id":52603432206634,"sku":null,"price":30.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/7928\/5546\/files\/FoldableSoft-SidedPetCarrier_BreathableMesh_AirlineApproved_Upto17lbs.jpg?v=1789396026"},{"product_id":"cat-dog-carrier-top-opening-breathable-mesh-includes-bowl-up-to-7kg","title":"Cat \u0026 Dog Carrier – Top Opening, Breathable Mesh, Includes Bowl, Up to 7kg","description":"\u003cdiv style=\"background-color:#FFFFFF;color:#262626;font-size:16px;line-height:1.65;box-sizing:border-box;padding:8px 4px;\"\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp style=\"margin:0 0 20px;font-size:18px;line-height:1.6;color:#000000;font-weight:500;\"\u003e\n    A sturdy, breathable carrier bag for cats and small dogs, with mesh panels for airflow and visibility, a foldable bowl and soft cushion included, and a padded strap for comfortable carrying — ideal for vet visits, car trips or flights.\n  \u003c\/p\u003e\n\n  \u003c!-- Callout --\u003e\n  \u003cdiv style=\"background-color:#F6F1FC;border-left:3px solid #8752C5;padding:14px 18px;margin:0 0 32px;border-radius:2px;\"\u003e\n    \u003cp style=\"margin:0;font-size:15px;color:#262626;\"\u003eSuits pets up to \u003cstrong style=\"color:#000000;\"\u003e7kg (15lbs)\u003c\/strong\u003e — measure your pet and leave a little extra room, rather than relying on weight alone.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Features heading --\u003e\n  \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin:0 0 20px;\"\u003e\n    \u003cspan style=\"display:inline-block;width:4px;height:20px;background-color:#8752C5;border-radius:2px;\"\u003e\u003c\/span\u003e\n    \u003ch2 style=\"margin:0;font-size:20px;font-weight:700;color:#000000;\"\u003eWhat makes it different\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature: sturdy breathable --\u003e\n  \u003cdiv style=\"display:flex;gap:16px;align-items:flex-start;margin:0 0 24px;\"\u003e\n    \u003cdiv style=\"flex:0 0 44px;width:44px;height:44px;border-radius:50%;background-color:#F6F1FC;display:flex;align-items:center;justify-content:center;\"\u003e\n      \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#8752C5\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 16c0-4 3-8 8-8s8 4 8 8v2H4v-2Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 18h16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n      \u003ch3 style=\"margin:0 0 4px;font-size:16px;font-weight:700;color:#000000;\"\u003eSturdy, breathable build\u003c\/h3\u003e\n      \u003cp style=\"margin:0;font-size:15px;color:#262626;\"\u003eA support board inside helps the carrier hold its shape, while mesh panels on the top and sides let air circulate and give your pet a view out. An external pocket keeps treats and small essentials handy.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature: bowl and cushion --\u003e\n  \u003cdiv style=\"display:flex;gap:16px;align-items:flex-start;margin:0 0 24px;\"\u003e\n    \u003cdiv style=\"flex:0 0 44px;width:44px;height:44px;border-radius:50%;background-color:#F6F1FC;display:flex;align-items:center;justify-content:center;\"\u003e\n      \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#8752C5\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cellipse cx=\"12\" cy=\"9\" rx=\"8\" ry=\"3\"\u003e\u003c\/ellipse\u003e\u003cpath d=\"M4 9v4a8 3 0 0 0 16 0V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n      \u003ch3 style=\"margin:0 0 4px;font-size:16px;font-weight:700;color:#000000;\"\u003eComes with bowl \u0026amp; cushion\u003c\/h3\u003e\n      \u003cp style=\"margin:0;font-size:15px;color:#262626;\"\u003eIncludes a foldable bowl and a soft cushion inside the bag, so you're ready to travel without buying extras.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature: multi-way carry --\u003e\n  \u003cdiv style=\"display:flex;gap:16px;align-items:flex-start;margin:0 0 24px;\"\u003e\n    \u003cdiv style=\"flex:0 0 44px;width:44px;height:44px;border-radius:50%;background-color:#F6F1FC;display:flex;align-items:center;justify-content:center;\"\u003e\n      \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#8752C5\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M6 8h12l-1 12H7L6 8Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 8V6a3 3 0 0 1 6 0v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n      \u003ch3 style=\"margin:0 0 4px;font-size:16px;font-weight:700;color:#000000;\"\u003eMulti-way carry\u003c\/h3\u003e\n      \u003cp style=\"margin:0;font-size:15px;color:#262626;\"\u003eUse the top handle or adjustable shoulder strap to carry it as a tote or shoulder bag. Padded handles make it comfortable to hold, whether you're heading to the vet or travelling by car, train or plane.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature: easy clean --\u003e\n  \u003cdiv style=\"display:flex;gap:16px;align-items:flex-start;margin:0 0 32px;\"\u003e\n    \u003cdiv style=\"flex:0 0 44px;width:44px;height:44px;border-radius:50%;background-color:#F6F1FC;display:flex;align-items:center;justify-content:center;\"\u003e\n      \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#8752C5\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"4\" y=\"3\" width=\"16\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"12\" cy=\"13\" r=\"5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 13a3 3 0 0 1 3-3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"flex:1;min-width:0;\"\u003e\n      \u003ch3 style=\"margin:0 0 4px;font-size:16px;font-weight:700;color:#000000;\"\u003eEasy to clean\u003c\/h3\u003e\n      \u003cp style=\"margin:0;font-size:15px;color:#262626;\"\u003eThe darker colour helps hide everyday marks, and surface dirt wipes away with a soft brush. The inner cushion is removable and can be washed by hand or machine.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Specifications heading --\u003e\n  \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin:0 0 16px;\"\u003e\n    \u003cspan style=\"display:inline-block;width:4px;height:20px;background-color:#8752C5;border-radius:2px;\"\u003e\u003c\/span\u003e\n    \u003ch2 style=\"margin:0;font-size:20px;font-weight:700;color:#000000;\"\u003eSpecifications\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003ctable style=\"width:100%;border-collapse:collapse;margin:0 0 32px;\"\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px 14px;background-color:#F6F1FC;color:#000000;font-weight:600;font-size:14px;border:1px solid #E1D2F3;width:40%;\"\u003eColour\u003c\/td\u003e\n      \u003ctd style=\"padding:12px 14px;color:#262626;font-size:14px;border:1px solid #E1D2F3;\"\u003eBlack\/Grey\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px 14px;background-color:#F6F1FC;color:#000000;font-weight:600;font-size:14px;border:1px solid #E1D2F3;\"\u003eMaterial\u003c\/td\u003e\n      \u003ctd style=\"padding:12px 14px;color:#262626;font-size:14px;border:1px solid #E1D2F3;\"\u003ePolyester\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px 14px;background-color:#F6F1FC;color:#000000;font-weight:600;font-size:14px;border:1px solid #E1D2F3;\"\u003eDimensions\u003c\/td\u003e\n      \u003ctd style=\"padding:12px 14px;color:#262626;font-size:14px;border:1px solid #E1D2F3;\"\u003e44 x 31 x 34 cm\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px 14px;background-color:#F6F1FC;color:#000000;font-weight:600;font-size:14px;border:1px solid #E1D2F3;\"\u003eMaximum pet weight\u003c\/td\u003e\n      \u003ctd style=\"padding:12px 14px;color:#262626;font-size:14px;border:1px solid #E1D2F3;\"\u003e7 kg (15 lbs)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px 14px;background-color:#F6F1FC;color:#000000;font-weight:600;font-size:14px;border:1px solid #E1D2F3;\"\u003eIncludes\u003c\/td\u003e\n      \u003ctd style=\"padding:12px 14px;color:#262626;font-size:14px;border:1px solid #E1D2F3;\"\u003eFoldable bowl, soft cushion\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd style=\"padding:12px 14px;background-color:#F6F1FC;color:#000000;font-weight:600;font-size:14px;border:1px solid #E1D2F3;\"\u003eCare\u003c\/td\u003e\n      \u003ctd style=\"padding:12px 14px;color:#262626;font-size:14px;border:1px solid #E1D2F3;\"\u003eCushion washable by hand or machine\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003c!-- FAQ heading --\u003e\n  \u003cdiv style=\"display:flex;align-items:center;gap:10px;margin:0 0 16px;\"\u003e\n    \u003cspan style=\"display:inline-block;width:4px;height:20px;background-color:#8752C5;border-radius:2px;\"\u003e\u003c\/span\u003e\n    \u003ch2 style=\"margin:0;font-size:20px;font-weight:700;color:#000000;\"\u003eCommon questions\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #E1D2F3;padding:14px 0;\"\u003e\n    \u003csummary style=\"cursor:pointer;\"\u003e\n      \u003ch3 style=\"display:inline;margin:0;font-weight:600;color:#000000;font-size:16px;\"\u003eWhat size and weight of pet is this suitable for?\u003c\/h3\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"margin:10px 0 0;color:#262626;font-size:15px;line-height:1.6;\"\u003eThis carrier suits pets up to 7kg (15lbs). Measure your pet and leave a little extra room, rather than relying on weight alone.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #E1D2F3;padding:14px 0;\"\u003e\n    \u003csummary style=\"cursor:pointer;\"\u003e\n      \u003ch3 style=\"display:inline;margin:0;font-weight:600;color:#000000;font-size:16px;\"\u003eWhat's included with the carrier?\u003c\/h3\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"margin:10px 0 0;color:#262626;font-size:15px;line-height:1.6;\"\u003eA foldable bowl and a soft cushion are included inside the bag.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #E1D2F3;padding:14px 0;\"\u003e\n    \u003csummary style=\"cursor:pointer;\"\u003e\n      \u003ch3 style=\"display:inline;margin:0;font-weight:600;color:#000000;font-size:16px;\"\u003eHow do I clean it?\u003c\/h3\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"margin:10px 0 0;color:#262626;font-size:15px;line-height:1.6;\"\u003eWipe the exterior with a soft brush for surface dirt. The inner cushion is removable and can be washed by hand or in the machine.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #E1D2F3;padding:14px 0;\"\u003e\n    \u003csummary style=\"cursor:pointer;\"\u003e\n      \u003ch3 style=\"display:inline;margin:0;font-weight:600;color:#000000;font-size:16px;\"\u003eCan I use it for air travel?\u003c\/h3\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"margin:10px 0 0;color:#262626;font-size:15px;line-height:1.6;\"\u003eYes, it's designed to be airline-friendly, and also works well for car, train or vet trips.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails style=\"border-bottom:1px solid #E1D2F3;padding:14px 0;\"\u003e\n    \u003csummary style=\"cursor:pointer;\"\u003e\n      \u003ch3 style=\"display:inline;margin:0;font-weight:600;color:#000000;font-size:16px;\"\u003eHow do I carry it?\u003c\/h3\u003e\n    \u003c\/summary\u003e\n    \u003cp style=\"margin:10px 0 0;color:#262626;font-size:15px;line-height:1.6;\"\u003eUse the top handle for short carries, or the adjustable shoulder strap for hands-free carrying over longer distances.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Dog Car Seat","offers":[{"title":"Default Title","offer_id":52603472249130,"sku":null,"price":47.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/7928\/5546\/files\/Cat_DogCarrier_TopOpening_BreathableMesh_IncludesBowl_Upto7kg.jpg?v=1789396664"}],"url":"https:\/\/dogcarseatco.co.uk\/collections\/dog-crates.oembed","provider":"Dog Car Seat UK","version":"1.0","type":"link"}