{"product_id":"small-dog-booster-car-seat-bed","title":"Small Dog Booster Car Seat \u0026 Travel Bed Washable Cover Fits Dogs Up to 25 lbs","description":"\u003cstyle\u003e\n\/* ---- tokens ------------------------------------------------ *\/\n.svd{\n  --ink:#16171A;          \/* car interior charcoal              *\/\n  --ink-70:#4A4C52;\n  --ink-40:#8A8C93;\n  --paper:#F3F4F2;        \/* cool off-white, not cream          *\/\n  --card:#FFFFFF;\n  --amber:#F5A524;        \/* the product's own webbing yellow   *\/\n  --amber-deep:#C97A05;\n  --rule:#D9DAD6;\n  --plate:#1C1D21;\n\n  --mono:ui-monospace,SFMono-Regular,\"SF Mono\",Menlo,Consolas,\"Liberation Mono\",monospace;\n  --sans:system-ui,-apple-system,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n\n  font-family:var(--sans);\n  color:var(--ink);\n  line-height:1.6;\n  max-width:56rem;\n  margin:0 auto;\n  padding:0 0 2.5rem;\n  -webkit-font-smoothing:antialiased;\n}\n.svd *,.svd *::before,.svd *::after{box-sizing:border-box}\n.svd p{margin:0 0 1rem}\n.svd h2,.svd h3{margin:0;font-weight:650;letter-spacing:-.015em;line-height:1.2}\n.svd h2{font-size:clamp(1.35rem,1.05rem + 1.3vw,1.85rem)}\n.svd h3{font-size:1.02rem;letter-spacing:0}\n.svd img{display:block;width:100%;height:auto;border-radius:2px}\n\n\/* ---- shared section rhythm (single source of spacing) ------ *\/\n.svd \u003e section{margin:2.75rem 0 0}\n.svd \u003e section:first-of-type{margin-top:0}\n\n\/* ---- eyebrow: the instrument-panel label voice ------------- *\/\n.svd .svd-eyebrow{\n  font-family:var(--mono);\n  font-size:.68rem;\n  letter-spacing:.16em;\n  text-transform:uppercase;\n  color:var(--ink-40);\n  margin:0 0 .5rem;\n}\n\n\/* ---- lede -------------------------------------------------- *\/\n.svd-lede p{\n  font-size:clamp(1.06rem,.98rem + .45vw,1.22rem);\n  color:var(--ink-70);\n  max-width:44ch;\n}\n.svd-lede p:first-of-type{\n  font-size:clamp(1.3rem,1.1rem + 1vw,1.7rem);\n  line-height:1.28;\n  font-weight:600;\n  color:var(--ink);\n  letter-spacing:-.02em;\n  margin-bottom:.9rem;\n}\n\n\/* ---- seatbelt divider (signature motif, reused) ------------ *\/\n.svd-belt{\n  height:10px;\n  margin:2.25rem 0;\n  background:\n    repeating-linear-gradient(90deg,\n      var(--amber-deep) 0 2px, transparent 2px 13px),\n    var(--amber);\n  border-radius:5px;\n  opacity:.9;\n}\n\n\/* ---- how it works ------------------------------------------ *\/\n.svd-steps{\n  list-style:none;\n  margin:1.25rem 0 0;\n  padding:0;\n  display:grid;\n  gap:1rem;\n}\n.svd-steps li{\n  background:var(--card);\n  border:1px solid var(--rule);\n  border-radius:3px;\n  padding:1.1rem 1.1rem 1.2rem;\n}\n.svd-steps svg{display:block;margin-bottom:.7rem}\n.svd-steps h3{margin-bottom:.3rem}\n.svd-steps p{margin:0;font-size:.93rem;color:var(--ink-70)}\n\n\/* ---- SIGNATURE: door-jamb compliance plate ----------------- *\/\n.svd-plate{\n  background:var(--plate);\n  color:#EDEDEA;\n  border-radius:4px;\n  padding:1.4rem 1.15rem 1.5rem;\n  border-left:9px solid var(--amber);\n}\n.svd-plate .svd-eyebrow{color:var(--amber)}\n.svd-plate h2{color:#fff;margin-bottom:.35rem}\n.svd-plate .svd-plate-sub{\n  font-size:.9rem;color:#A9ABB2;margin:0 0 1.1rem;max-width:48ch;\n}\n.svd-plate dl{margin:0;border-top:1px solid #34363D}\n.svd-plate div{\n  display:grid;\n  gap:.15rem .9rem;\n  padding:.8rem 0;\n  border-bottom:1px solid #34363D;\n}\n.svd-plate dt{\n  font-family:var(--mono);\n  font-size:.7rem;\n  letter-spacing:.13em;\n  text-transform:uppercase;\n  color:var(--amber);\n}\n.svd-plate dd{margin:0;font-size:.94rem;color:#DCDDE0}\n\n\/* ---- specs table ------------------------------------------- *\/\n.svd-specs table{width:100%;border-collapse:collapse;margin-top:1.1rem}\n.svd-specs caption{\n  caption-side:top;text-align:left;\n  font-family:var(--mono);font-size:.68rem;letter-spacing:.16em;\n  text-transform:uppercase;color:var(--ink-40);padding-bottom:.6rem;\n}\n.svd-specs th,.svd-specs td{\n  text-align:left;padding:.7rem .75rem;border-bottom:1px solid var(--rule);\n  font-size:.93rem;vertical-align:top;\n}\n.svd-specs th{\n  width:42%;font-weight:600;color:var(--ink-70);\n  font-family:var(--mono);font-size:.76rem;letter-spacing:.05em;\n  text-transform:uppercase;\n}\n.svd-specs tbody tr:nth-child(odd){background:var(--paper)}\n\n\/* ---- fit band ---------------------------------------------- *\/\n.svd-fit .svd-band{\n  margin:1.2rem 0 1.1rem;background:var(--card);\n  border:1px solid var(--rule);border-radius:3px;padding:1rem .85rem .6rem;\n}\n.svd-fit .svd-band svg{width:100%;height:auto;display:block}\n.svd-fit p{font-size:.95rem;color:var(--ink-70)}\n\n\/* ---- FAQ (native disclosure, no JS) ------------------------ *\/\n.svd-faq details{\n  border-bottom:1px solid var(--rule);\n  background:var(--card);\n}\n.svd-faq details:first-of-type{border-top:1px solid var(--rule)}\n.svd-faq summary{\n  cursor:pointer;list-style:none;\n  padding:.95rem 2.2rem .95rem .85rem;\n  font-weight:600;font-size:.98rem;position:relative;\n  transition:background .18s ease;\n}\n.svd-faq summary::-webkit-details-marker{display:none}\n.svd-faq summary:hover{background:var(--paper)}\n.svd-faq summary:focus-visible{outline:2px solid var(--amber-deep);outline-offset:-2px}\n.svd-faq summary::after{\n  content:\"\";position:absolute;right:1rem;top:50%;\n  width:9px;height:9px;margin-top:-6px;\n  border-right:2px solid var(--amber-deep);\n  border-bottom:2px solid var(--amber-deep);\n  transform:rotate(45deg);\n  transition:transform .22s ease;\n}\n.svd-faq details[open] summary::after{transform:rotate(-135deg);margin-top:-2px}\n.svd-faq .svd-answer{padding:0 .85rem 1.05rem;font-size:.94rem;color:var(--ink-70)}\n.svd-faq .svd-answer p:last-child{margin-bottom:0}\n\n\/* ---- figures ----------------------------------------------- *\/\n.svd figure{margin:1.5rem 0 0}\n.svd figcaption{\n  font-family:var(--mono);font-size:.7rem;letter-spacing:.09em;\n  text-transform:uppercase;color:var(--ink-40);padding-top:.55rem;\n}\n\n\/* ---- motion ------------------------------------------------ *\/\n@media (prefers-reduced-motion:no-preference){\n\n  \/* baseline: staggered reveal on load — works in every browser *\/\n  .svd-steps li,\n  .svd-plate dl \u003e div,\n  .svd-faq details{\n    animation:svd-rise .6s cubic-bezier(.2,.7,.3,1) both;\n  }\n  .svd-steps li:nth-child(2){animation-delay:.10s}\n  .svd-steps li:nth-child(3){animation-delay:.20s}\n  .svd-plate dl \u003e div:nth-child(1){animation-delay:.05s}\n  .svd-plate dl \u003e div:nth-child(2){animation-delay:.12s}\n  .svd-plate dl \u003e div:nth-child(3){animation-delay:.19s}\n  .svd-plate dl \u003e div:nth-child(4){animation-delay:.26s}\n  .svd-plate dl \u003e div:nth-child(5){animation-delay:.33s}\n  .svd-plate dl \u003e div:nth-child(6){animation-delay:.40s}\n  .svd-plate dl \u003e div:nth-child(7){animation-delay:.47s}\n\n  \/* card lift on hover — visible on any pointer device *\/\n  .svd-steps li{\n    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;\n  }\n  .svd-steps li:hover{\n    transform:translateY(-3px);\n    border-color:var(--amber);\n    box-shadow:0 6px 18px rgba(22,23,26,.09);\n  }\n\n  \/* enhancement: tie the reveal to scroll position where supported *\/\n  @supports (animation-timeline:view()){\n    .svd-steps li,\n    .svd-plate dl \u003e div,\n    .svd-faq details{\n      animation:svd-rise linear both;\n      animation-timeline:view();\n      animation-range:entry 0% cover 30%;\n      animation-delay:0s;\n    }\n  }\n}\n@keyframes svd-rise{\n  from{opacity:0;transform:translateY(14px)}\n  to{opacity:1;transform:none}\n}\n\n\/* ---- responsive -------------------------------------------- *\/\n@media (min-width:40em){\n  .svd-steps{grid-template-columns:repeat(3,1fr)}\n  .svd-plate{padding:1.9rem 1.9rem 2rem}\n  .svd-plate div{grid-template-columns:13rem 1fr;align-items:baseline}\n  .svd-plate dd{font-size:.97rem}\n}\n@media (max-width:39.99em){\n  .svd-specs table,.svd-specs tbody,.svd-specs tr,\n  .svd-specs th,.svd-specs td{display:block;width:100%}\n  .svd-specs tr{padding:.55rem 0;border-bottom:1px solid var(--rule)}\n  .svd-specs th{border:0;padding:0 0 .15rem}\n  .svd-specs td{border:0;padding:0}\n  .svd-specs tbody tr:nth-child(odd){background:transparent}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"svd\"\u003e\n\u003csection class=\"svd-lede\"\u003e\n\u003cp class=\"svd-eyebrow\"\u003eThe problem\u003c\/p\u003e\n\u003cp\u003eEvery drive turns into a negotiation.\u003c\/p\u003e\n\u003cp\u003eYour dog climbs into your lap at red lights, paces the back seat, or wedges into a footwell and whines the whole way. From down there, they can't see out. For many small dogs that blindness is precisely what makes car travel feel unbearable — and what makes you avoid taking them at all.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"svd-belt\" role=\"presentation\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"svd-how\"\u003e\n\u003cp class=\"svd-eyebrow\"\u003eHow it works\u003c\/p\u003e\n\u003ch2\u003eElevation, then containment, then a tether\u003c\/h2\u003e\n\u003cul class=\"svd-steps\"\u003e\n\u003cli\u003e\n\u003csvg width=\"34\" height=\"34\" viewbox=\"0 0 34 34\" fill=\"none\" stroke=\"#C97A05\" stroke-width=\"1.7\"\u003e\n          \u003cpath d=\"M6 5v10a6 6 0 0 0 6 6h10\"\u003e\u003c\/path\u003e\n          \u003crect x=\"21\" y=\"17\" width=\"8\" height=\"8\" rx=\"1.5\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M25 21h4M6 5h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eStraps to the headrest\u003c\/h3\u003e\n\u003cp\u003eTwo adjustable straps loop the headrest and buckle beneath the seat, so the base cannot slide during braking.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg width=\"34\" height=\"34\" viewbox=\"0 0 34 34\" fill=\"none\" stroke=\"#C97A05\" stroke-width=\"1.7\"\u003e\n          \u003cpath d=\"M4 24V13a3 3 0 0 1 3-3h20a3 3 0 0 1 3 3v11\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 24h26M9 10v14M25 10v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eBolsters on four sides\u003c\/h3\u003e\n\u003cp\u003eRaised walls stop the scrambling and slipping, and lift your dog to window level so they can see the road.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg width=\"34\" height=\"34\" viewbox=\"0 0 34 34\" fill=\"none\" stroke=\"#C97A05\" stroke-width=\"1.7\"\u003e\n          \u003cpath d=\"M12 6v8a5 5 0 0 0 10 0V9\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"17\" cy=\"24\" r=\"5\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M17 19v-2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3\u003eClips to the harness\u003c\/h3\u003e\n\u003cp\u003eA short tether attaches to your dog's harness — never a collar — to limit movement without restricting comfort.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cfigure\u003e\u003c!-- REPLACE_ME — install \/ strap detail shot --\u003e \u003cimg src=\"https:\/\/savendo.org\/cdn\/shop\/files\/us_CWZGQCZYSFSQ7UB6XV0_original_img-v2_pet-car-seat-f3.webp?v=1786057060\u0026amp;width=1346\" width=\"1600\" height=\"1600\" loading=\"lazy\" decoding=\"async\" alt=\"Adjustable buckle straps securing a pet booster seat to a vehicle seat back\"\u003e\n\u003cfigcaption\u003e\u003cbr\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/section\u003e\n\u003c!-- ===== SIGNATURE BLOCK: the honesty plate ===== --\u003e\n\u003csection class=\"svd-plate\"\u003e\n\u003cp class=\"svd-eyebrow\"\u003eRead before ordering\u003c\/p\u003e\n\u003ch2\u003eWhat this seat is not\u003c\/h2\u003e\n\u003cp class=\"svd-plate-sub\"\u003eMost listings in this category leave these out. We would rather lose the sale than have you find out after delivery.\u003c\/p\u003e\n\u003cdiv\u003eNot crash-testedA padded soft booster, not a certified restraint. It prevents roaming, sliding and lap-climbing. It is not engineered to protect your dog in a collision.\u003c\/div\u003e\n\u003cdiv\u003eHarness onlyNever clip the tether to a collar. Doing so poses a neck-injury risk under sudden braking.\u003c\/div\u003e\n\u003cdiv\u003eRear seatFront passenger airbags are hazardous to pets. Use the front seat only where the airbag can be disabled.\u003c\/div\u003e\n\u003cdiv\u003e25 lb ceilingDogs of 26 lbs or more should use a larger seat. The base sags and the bolsters lose shape above the limit.\u003c\/div\u003e\n\u003cdiv\u003eWater-resistantThe coated Oxford shell sheds spills and wet paws. We have not independently tested it, so we will not call it waterproof.\u003c\/div\u003e\n\u003cdiv\u003eLarge footprintAt 23 × 22 in it occupies close to a full adult seat position. Measure a compact interior first.\u003c\/div\u003e\n\u003cdiv\u003eFiberfill, not foamSoft and washable, and it will compress under heavy use. Memory foam holds its shape longer.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"svd-specs\"\u003e\n\u003ctable\u003e\n\u003ccaption\u003eSpecifications\u003c\/caption\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003e23.03 × 22.05 × 12.99 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSeat weight\u003c\/th\u003e\n\u003ctd\u003e4.5 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaximum dog weight\u003c\/th\u003e\n\u003ctd\u003e25 lbs (manufacturer guideline)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eShell\u003c\/th\u003e\n\u003ctd\u003e600D Oxford, water-resistant coating\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFill\u003c\/th\u003e\n\u003ctd\u003ePolypropylene fiberfill\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eInner pad\u003c\/th\u003e\n\u003ctd\u003eRemovable plush, washable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAttachment\u003c\/th\u003e\n\u003ctd\u003e2 adjustable headrest straps + harness tether\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAlso includes\u003c\/th\u003e\n\u003ctd\u003e2 carry handles, side storage pocket, 4 D-rings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003csection class=\"svd-fit\"\u003e\n\u003cp class=\"svd-eyebrow\"\u003eSizing\u003c\/p\u003e\n\u003ch2\u003eWill it fit your dog?\u003c\/h2\u003e\n\u003cdiv class=\"svd-band\"\u003e\u003csvg viewbox=\"0 0 660 116\" role=\"img\"\u003e\n        \u003crect x=\"20\" y=\"34\" width=\"620\" height=\"20\" rx=\"10\" fill=\"#E4E5E1\"\u003e\u003c\/rect\u003e\n        \u003crect x=\"185\" y=\"34\" width=\"357\" height=\"20\" rx=\"10\" fill=\"#F5A524\"\u003e\u003c\/rect\u003e\n        \u003cg font-family=\"ui-monospace,Menlo,monospace\" font-size=\"12\" fill=\"#8A8C93\"\u003e\n          \u003ctext x=\"20\" y=\"26\"\u003e0 lb\u003c\/text\u003e\n          \u003ctext x=\"176\" y=\"26\" fill=\"#16171A\"\u003e8 lb\u003c\/text\u003e\n          \u003ctext x=\"512\" y=\"26\" fill=\"#16171A\"\u003e25 lb\u003c\/text\u003e\n          \u003ctext x=\"596\" y=\"26\"\u003e35 lb\u003c\/text\u003e\n        \u003c\/g\u003e\n        \u003cg stroke=\"#16171A\" stroke-width=\"1.5\"\u003e\n          \u003cpath d=\"M185 30v28M542 30v28\"\u003e\u003c\/path\u003e\n        \u003c\/g\u003e\n        \u003cg font-family=\"ui-monospace,Menlo,monospace\" font-size=\"11.5\" letter-spacing=\"1.4\" fill=\"#16171A\"\u003e\n          \u003ctext x=\"300\" y=\"76\"\u003eFITS\u003c\/text\u003e\n          \u003ctext x=\"556\" y=\"76\" fill=\"#8A8C93\"\u003eTOO LARGE\u003c\/text\u003e\n        \u003c\/g\u003e\n        \u003cg font-family=\"system-ui,sans-serif\" font-size=\"12.5\" fill=\"#4A4C52\"\u003e\n          \u003ctext x=\"20\" y=\"104\"\u003eDachshund · Chihuahua · Shih Tzu · Yorkshire Terrier · Pomeranian · Maltese · smaller French Bulldog\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/svg\u003e\u003c\/div\u003e\n\u003cp\u003eSuited to dogs of roughly 8–25 lbs with a body length under about 18 in. A dog at the upper limit will fill the base; a 10 lb dog has room to curl. Out of the vehicle it serves as a floor bed — same cushion, same washable cover.\u003c\/p\u003e\n\u003cfigure\u003e\u003c!-- REPLACE_ME — dog using the seat indoors as a bed --\u003e \u003cimg src=\"https:\/\/savendo.org\/cdn\/shop\/files\/us_CWZGQCZYSFSQ7UB6XV0_original_img-v2_pet-car-seat-m100-1.2.webp?v=1786057880\u0026amp;width=1346\" width=\"1600\" height=\"1600\" loading=\"lazy\" decoding=\"async\" alt=\"Small dog resting in the same padded seat used indoors as a floor bed\"\u003e\n\u003cfigcaption\u003e\u003cbr\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"svd-belt\" role=\"presentation\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"svd-faq\"\u003e\n\u003cp class=\"svd-eyebrow\"\u003eCommon questions\u003c\/p\u003e\n\u003ch2\u003eBefore you decide\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes a booster genuinely help an anxious dog?\u003c\/summary\u003e\n\u003cdiv class=\"svd-answer\"\u003e\n\u003cp\u003eFrequently, though not because of the padding. Elevation is the active ingredient. A dog able to see through the window rather than a seat back has visual context for the motion, which reduces the disorientation behind much travel anxiety. It will not resolve every case.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eMy dog is 27 lbs. Can I stretch the limit?\u003c\/summary\u003e\n\u003cdiv class=\"svd-answer\"\u003e\n\u003cp\u003eNo. The base sags, the bolsters lose shape, and the tether geometry stops working as intended. Above 25 lbs, choose a larger seat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the cover be washed?\u003c\/summary\u003e\n\u003cdiv class=\"svd-answer\"\u003e\n\u003cp\u003eThe cover unzips fully and the fill lifts out. The plush inner pad removes separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it fit a small car?\u003c\/summary\u003e\n\u003cdiv class=\"svd-answer\"\u003e\n\u003cp\u003eIt requires a full seat position, roughly 23 inches across. In a compact or two-door, measure the bench before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cfigure\u003e\u003c!-- REPLACE_ME — empty seat, bolsters upright --\u003e \u003cimg src=\"https:\/\/savendo.org\/cdn\/shop\/files\/us_CWZGQCZYSFSQ7UB6XV0_original_img-v2_pet-car-seat-m100-9.webp?v=1786058044\u0026amp;width=1346\" width=\"1600\" height=\"1600\" loading=\"lazy\" decoding=\"async\" alt=\"Empty booster with bolsters upright and headrest straps fully extended for installation\"\u003e\n\u003cfigcaption\u003e\u003cbr\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Savendo","offers":[{"title":"Black","offer_id":63908697211251,"sku":"CJJT234000101AZ","price":26.8,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1012\/1366\/7699\/files\/us_CWZGQCZYSFSQ7UB6XV0_original_img-v2_pet-car-seat-f1.webp?v=1786057290","url":"https:\/\/savendo.org\/products\/small-dog-booster-car-seat-bed","provider":"Savendo","version":"1.0","type":"link"}