{"product_id":"all-season-linen-puppy-car-seat-cushion-set","title":"All-Season Linen Puppy Car Seat Cushion Set","description":"\u003cstyle\u003e\n  .puppy-pdp {\n    --ink: #242323;\n    --muted: #716b65;\n    --paper: #fbfaf8;\n    --cream: #f3eee8;\n    --warm: #ece5dc;\n    --soft: #f4f1ed;\n    --line: #d8d0c6;\n    --accent: #8f4f3c;\n    --dark: #171717;\n  }\n\n  .puppy-pdp,\n  .puppy-pdp * { box-sizing: border-box; }\n\n  .puppy-pdp {\n    width: 100%;\n    max-width: 1400px;\n    margin: 0 auto;\n    overflow: hidden;\n    color: var(--ink);\n    background: var(--paper);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n  }\n\n  .puppy-pdp img { display: block; max-width: 100%; }\n\n  .puppy-pdp__inner {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n  }\n\n  .puppy-pdp h1,\n  .puppy-pdp h2,\n  .puppy-pdp h3,\n  .puppy-pdp p { margin: 0; }\n\n  .puppy-pdp h1 {\n    font-size: clamp(34px, 5vw, 66px);\n    line-height: 1.08;\n  }\n\n  .puppy-pdp h2 {\n    font-size: clamp(28px, 3.5vw, 48px);\n    line-height: 1.12;\n  }\n\n  .puppy-pdp h3 {\n    font-size: 18px;\n    line-height: 1.25;\n  }\n\n  .puppy-pdp__eyebrow {\n    margin-bottom: 14px !important;\n    color: var(--accent);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n  }\n\n  .puppy-pdp__lead {\n    max-width: 620px;\n    margin-top: 18px !important;\n    color: var(--muted);\n    font-size: 17px;\n  }\n\n  .puppy-pdp__image {\n    overflow: hidden;\n    aspect-ratio: 1;\n    background: #e7e0d8;\n  }\n\n  .puppy-pdp__image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .puppy-pdp__hero {\n    padding: 34px 0 0;\n    background: var(--cream);\n  }\n\n  .puppy-pdp__hero-grid,\n  .puppy-pdp__split {\n    display: grid;\n    gap: 30px;\n    align-items: center;\n  }\n\n  .puppy-pdp__hero-copy {\n    padding: 8px 0 32px;\n  }\n\n  .puppy-pdp__hero-copy strong {\n    display: block;\n    margin-top: 20px;\n    font-size: 14px;\n  }\n\n  .puppy-pdp__actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 28px;\n  }\n\n  .puppy-pdp__button {\n    display: inline-block;\n    padding: 12px 18px;\n    color: #fff;\n    background: var(--dark);\n    font-size: 13px;\n    font-weight: 700;\n    text-decoration: none;\n  }\n\n  .puppy-pdp__button--outline {\n    color: var(--ink);\n    background: transparent;\n    border: 1px solid var(--line);\n  }\n\n  .puppy-pdp__benefit-band {\n    padding: 22px 0;\n    color: #fff;\n    background: var(--dark);\n  }\n\n  .puppy-pdp__benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 1px;\n    background: #5a5550;\n  }\n\n  .puppy-pdp__benefit {\n    padding: 15px 12px;\n    background: var(--dark);\n  }\n\n  .puppy-pdp__benefit b {\n    display: block;\n    margin-bottom: 3px;\n    color: #dfb7a6;\n    font-size: 11px;\n    letter-spacing: .12em;\n  }\n\n  .puppy-pdp__benefit span { font-size: 14px; }\n\n  .puppy-pdp__section { padding: 58px 0; }\n  .puppy-pdp__section--soft { background: var(--soft); }\n  .puppy-pdp__section--warm { background: var(--warm); }\n\n  .puppy-pdp__section-head {\n    max-width: 650px;\n    margin-bottom: 30px;\n  }\n\n  .puppy-pdp__list {\n    margin: 28px 0 0;\n    padding: 0;\n    list-style: none;\n    border-top: 1px solid var(--line);\n  }\n\n  .puppy-pdp__list li {\n    padding: 15px 0;\n    border-bottom: 1px solid var(--line);\n  }\n\n  .puppy-pdp__list strong {\n    display: block;\n    font-size: 16px;\n  }\n\n  .puppy-pdp__list span {\n    display: block;\n    margin-top: 3px;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .puppy-pdp__feature-grid,\n  .puppy-pdp__gallery {\n    display: grid;\n    gap: 14px;\n  }\n\n  .puppy-pdp__feature {\n    padding: 22px 18px;\n    background: rgba(255, 255, 255, .58);\n    border: 1px solid rgba(150, 139, 126, .35);\n  }\n\n  .puppy-pdp__feature-number {\n    display: block;\n    margin-bottom: 18px;\n    color: var(--accent);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: .12em;\n  }\n\n  .puppy-pdp__feature p {\n    margin-top: 8px;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .puppy-pdp__specs {\n    display: grid;\n    gap: 10px;\n    margin-top: 28px;\n  }\n\n  .puppy-pdp__spec {\n    display: flex;\n    justify-content: space-between;\n    gap: 18px;\n    padding: 12px 0;\n    border-bottom: 1px solid var(--line);\n    font-size: 14px;\n  }\n\n  .puppy-pdp__spec span:last-child {\n    color: var(--muted);\n    text-align: right;\n  }\n\n  .puppy-pdp__notice {\n    padding: 24px 0;\n    color: #4b332b;\n    background: #eadbd3;\n  }\n\n  .puppy-pdp__notice p { font-size: 14px; }\n\n  .puppy-pdp__footer {\n    padding: 26px 0 34px;\n    color: #f5eee8;\n    background: var(--dark);\n    text-align: center;\n  }\n\n  .puppy-pdp__footer p {\n    font-size: 12px;\n    opacity: .8;\n  }\n\n  @media (min-width: 760px) {\n    .puppy-pdp__inner {\n      width: min(1180px, calc(100% - 72px));\n    }\n\n    .puppy-pdp__hero {\n      padding-top: 60px;\n    }\n\n    .puppy-pdp__hero-grid,\n    .puppy-pdp__split {\n      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);\n      gap: 54px;\n    }\n\n    .puppy-pdp__hero-copy {\n      padding: 20px 0 40px;\n    }\n\n    .puppy-pdp__benefits,\n    .puppy-pdp__feature-grid {\n      grid-template-columns: repeat(4, 1fr);\n    }\n\n    .puppy-pdp__benefit {\n      min-height: 84px;\n      padding: 18px 20px;\n    }\n\n    .puppy-pdp__section {\n      padding: 84px 0;\n    }\n\n    .puppy-pdp__gallery {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .puppy-pdp__split--reverse .puppy-pdp__copy {\n      order: 2;\n    }\n\n    .puppy-pdp__split--reverse .puppy-pdp__media {\n      order: 1;\n    }\n\n    .puppy-pdp {\n      position: relative !important;\n      left: 50% !important;\n      width: min(1370px, calc(100vw - 30px)) !important;\n      max-width: 1370px !important;\n      margin: 0 !important;\n      transform: translateX(-50%) !important;\n      z-index: 1;\n    }\n  }\n\n  @media (min-width: 1200px) {\n    .puppy-pdp__hero-grid {\n      grid-template-columns: .92fr 1.08fr;\n      gap: 90px;\n    }\n\n    .puppy-pdp__hero-copy {\n      padding-left: 24px;\n    }\n\n    .puppy-pdp__split {\n      gap: 96px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"puppy-pdp\"\u003e\n  \u003csection class=\"puppy-pdp__hero\"\u003e\n    \u003cdiv class=\"puppy-pdp__inner puppy-pdp__hero-grid\"\u003e\n      \u003cdiv class=\"puppy-pdp__hero-copy\"\u003e\n        \u003cp class=\"puppy-pdp__eyebrow\"\u003eCute puppy cushion \/ all-season comfort\u003c\/p\u003e\n        \u003ch1\u003eAll-Season Linen Puppy Car Seat Cushion Set\u003c\/h1\u003e\n        \u003cp class=\"puppy-pdp__lead\"\u003eSoft, breathable linen meets a playful puppy design to make every seat feel more comfortable and inviting.\u003c\/p\u003e\n        \u003cstrong\u003eDesigned for front seats, rear seats, and individual seat pieces. Mix and match for your vehicle.\u003c\/strong\u003e\n\n        \u003cdiv class=\"puppy-pdp__actions\"\u003e\n          \u003ca class=\"puppy-pdp__button\" href=\"#puppy-details\"\u003eExplore the details\u003c\/a\u003e\n          \u003ca class=\"puppy-pdp__button puppy-pdp__button--outline\" href=\"#puppy-size\"\u003eView size guide\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"puppy-pdp__image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0978\/9118\/8868\/files\/ScreenShot_2026-08-15_103003_631.png?v=1786761322\" alt=\"Puppy car seat cushions styled across front and rear seats\" loading=\"eager\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"puppy-pdp__benefit-band\"\u003e\n    \u003cdiv class=\"puppy-pdp__inner puppy-pdp__benefits\"\u003e\n      \u003cdiv class=\"puppy-pdp__benefit\"\u003e\n\u003cb\u003e01\u003c\/b\u003e\u003cspan\u003eAll-season comfort\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"puppy-pdp__benefit\"\u003e\n\u003cb\u003e02\u003c\/b\u003e\u003cspan\u003eSoft, breathable linen\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"puppy-pdp__benefit\"\u003e\n\u003cb\u003e03\u003c\/b\u003e\u003cspan\u003eFlexible, secure support\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"puppy-pdp__benefit\"\u003e\n\u003cb\u003e04\u003c\/b\u003e\u003cspan\u003eEasy to remove and clean\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"puppy-pdp__section puppy-pdp__section--soft\" id=\"puppy-details\"\u003e\n    \u003cdiv class=\"puppy-pdp__inner\"\u003e\n      \u003cdiv class=\"puppy-pdp__section-head\"\u003e\n        \u003cp class=\"puppy-pdp__eyebrow\"\u003eDesigned for everyday drives\u003c\/p\u003e\n        \u003ch2\u003eMake every drive a little more comfortable.\u003c\/h2\u003e\n        \u003cp class=\"puppy-pdp__lead\"\u003eA simple cushion designed around breathability, support, easy care, and effortless installation.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"puppy-pdp__feature-grid\"\u003e\n        \u003carticle class=\"puppy-pdp__feature\"\u003e\u003cspan class=\"puppy-pdp__feature-number\"\u003e01 \/ SUPPORT\u003c\/span\u003e\u003ch3\u003eFlexible support\u003c\/h3\u003e\n\u003cp\u003eFollows the shape of the seat for a more stable feel.\u003c\/p\u003e\u003c\/article\u003e\n        \u003carticle class=\"puppy-pdp__feature\"\u003e\u003cspan class=\"puppy-pdp__feature-number\"\u003e02 \/ AIRFLOW\u003c\/span\u003e\u003ch3\u003eBreathable linen\u003c\/h3\u003e\n\u003cp\u003eSoft against the skin and comfortable through every season.\u003c\/p\u003e\u003c\/article\u003e\n        \u003carticle class=\"puppy-pdp__feature\"\u003e\u003cspan class=\"puppy-pdp__feature-number\"\u003e03 \/ CARE\u003c\/span\u003e\u003ch3\u003eEasy care\u003c\/h3\u003e\n\u003cp\u003eMade for everyday dust, crumbs, and quick cleanups.\u003c\/p\u003e\u003c\/article\u003e\n        \u003carticle class=\"puppy-pdp__feature\"\u003e\u003cspan class=\"puppy-pdp__feature-number\"\u003e04 \/ INSTALL\u003c\/span\u003e\u003ch3\u003eEasy to install\u003c\/h3\u003e\n\u003cp\u003eIndividual pieces let you place and combine them as needed.\u003c\/p\u003e\u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"puppy-pdp__section\"\u003e\n    \u003cdiv class=\"puppy-pdp__inner puppy-pdp__split\"\u003e\n      \u003cdiv class=\"puppy-pdp__image puppy-pdp__media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0978\/9118\/8868\/files\/ScreenShot_2026-08-15_102916_206.png?v=1786761322\" alt=\"Complete puppy cushion arrangement on front car seats\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp class=\"puppy-pdp__eyebrow\"\u003e01 \/ A soft spot for every seat\u003c\/p\u003e\n        \u003ch2\u003eComfort you will love from the first drive.\u003c\/h2\u003e\n        \u003cp class=\"puppy-pdp__lead\"\u003eA cheerful puppy design adds warmth to your interior, while the soft feel supports commutes, road trips, and everyday errands.\u003c\/p\u003e\n\n        \u003cul class=\"puppy-pdp__list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFlexible front-seat pieces\u003c\/strong\u003e\u003cspan\u003eUse individually on the driver or passenger seat.\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eA complete rear-seat setup\u003c\/strong\u003e\u003cspan\u003eChoose cushion and backrest pieces to suit your rear-seat width.\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eEasy to coordinate\u003c\/strong\u003e\u003cspan\u003eThe warm ivory color complements black, charcoal, and other common interiors.\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"puppy-pdp__section puppy-pdp__section--warm\"\u003e\n    \u003cdiv class=\"puppy-pdp__inner\"\u003e\n      \u003cdiv class=\"puppy-pdp__section-head\"\u003e\n        \u003cp class=\"puppy-pdp__eyebrow\"\u003eCute styling \/ easy matching\u003c\/p\u003e\n        \u003ch2\u003eA playful look for every kind of interior.\u003c\/h2\u003e\n        \u003cp class=\"puppy-pdp__lead\"\u003eUse one main cushion on its own, or pair it with headrest, backrest, and rear-seat pieces to create your preferred setup.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"puppy-pdp__gallery\"\u003e\n        \u003cdiv class=\"puppy-pdp__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0978\/9118\/8868\/files\/ScreenShot_2026-08-15_103304_446.png?v=1786761322\" alt=\"Puppy cushion arrangement across the rear car seat\" loading=\"lazy\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"puppy-pdp__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0978\/9118\/8868\/files\/ScreenShot_2026-08-15_103101_526.png?v=1786761322\" alt=\"Puppy backrest and cushion pieces on the rear seat\" loading=\"lazy\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"puppy-pdp__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0978\/9118\/8868\/files\/ScreenShot_2026-08-15_102945_646.png?v=1786761322\" alt=\"Puppy car cushion styling on the front seat\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"puppy-pdp__section\"\u003e\n    \u003cdiv class=\"puppy-pdp__inner puppy-pdp__split puppy-pdp__split--reverse\"\u003e\n      \u003cdiv class=\"puppy-pdp__image puppy-pdp__media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0978\/9118\/8868\/files\/ScreenShot_2026-08-15_103144_710.png?v=1786761322\" alt=\"Close-up of the linen car cushion fabric\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cp class=\"puppy-pdp__eyebrow\"\u003e02 \/ Fabric you can feel\u003c\/p\u003e\n        \u003ch2\u003eSoft linen with lasting appeal.\u003c\/h2\u003e\n        \u003cp class=\"puppy-pdp__lead\"\u003eFine woven texture brings a natural finish that looks at home with the original upholstery in your car.\u003c\/p\u003e\n\n        \u003cul class=\"puppy-pdp__list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eNatural linen texture\u003c\/strong\u003e\u003cspan\u003eLight, refined, and soft to the touch.\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eMade for everyday use\u003c\/strong\u003e\u003cspan\u003eA practical choice for commutes, school runs, and travel.\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eSoft-touch areas\u003c\/strong\u003e\u003cspan\u003eAdd a little extra softness for a more relaxed ride.\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"puppy-pdp__section puppy-pdp__section--soft\" id=\"puppy-size\"\u003e\n    \u003cdiv class=\"puppy-pdp__inner puppy-pdp__split\"\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"puppy-pdp__eyebrow\"\u003e03 \/ Size guide\u003c\/p\u003e\n        \u003ch2\u003eMeasure first, then choose your setup.\u003c\/h2\u003e\n        \u003cp class=\"puppy-pdp__lead\"\u003eSeat widths vary by vehicle. Check your measurements before choosing front-seat pieces, rear-seat pieces, or a complete set.\u003c\/p\u003e\n\n        \u003cdiv class=\"puppy-pdp__specs\"\u003e\n          \u003cdiv class=\"puppy-pdp__spec\"\u003e\n\u003cspan\u003eFront seat cushion\u003c\/span\u003e\u003cspan\u003eApprox. 46 x 51 cm\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"puppy-pdp__spec\"\u003e\n\u003cspan\u003eFront seat backrest\u003c\/span\u003e\u003cspan\u003eApprox. 48 x 59 cm\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"puppy-pdp__spec\"\u003e\n\u003cspan\u003eRear seat cushion\u003c\/span\u003e\u003cspan\u003eApprox. 49 x 126 cm\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"puppy-pdp__spec\"\u003e\n\u003cspan\u003eHeadrest \/ support pillow\u003c\/span\u003e\u003cspan\u003ePlease refer to the product size image\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"puppy-pdp__image puppy-pdp__media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0978\/9118\/8868\/files\/ScreenShot_2026-08-15_103329_477.png?v=1786761322\" alt=\"Puppy-shaped car backrest for size reference\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"puppy-pdp__section\"\u003e\n    \u003cdiv class=\"puppy-pdp__inner\"\u003e\n      \u003cdiv class=\"puppy-pdp__section-head\"\u003e\n        \u003cp class=\"puppy-pdp__eyebrow\"\u003e04 \/ Product details\u003c\/p\u003e\n        \u003ch2\u003eQuality is in the details.\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"puppy-pdp__gallery\"\u003e\n        \u003cdiv class=\"puppy-pdp__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0978\/9118\/8868\/files\/jimeng-2026-08-15-8811-_....png?v=1786762266\" alt=\"Seat cushion retaining strap and buckle detail\" loading=\"lazy\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"puppy-pdp__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0978\/9118\/8868\/files\/jimeng-2026-08-15-7867-_....png?v=1786762267\" alt=\"Cushion edging and stitching detail\" loading=\"lazy\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"puppy-pdp__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0978\/9118\/8868\/files\/jimeng-2026-08-15-8247-_....png?v=1786762267\" alt=\"Puppy car cushion surface texture detail\" loading=\"lazy\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"CarwrapLab","offers":[{"title":"White \/ Headrest","offer_id":52648382660740,"sku":"0815-GX-WH-HR","price":18.5,"currency_code":"USD","in_stock":true},{"title":"White \/ Lumbar Support","offer_id":52648382726276,"sku":"0815-GX-WH-LS","price":23.5,"currency_code":"USD","in_stock":true},{"title":"White \/ Front Seat","offer_id":52648382791812,"sku":"0815-GX-WH-FS","price":21.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Backrest","offer_id":52648382857348,"sku":"0815-GX-WH-BK","price":26.0,"currency_code":"USD","in_stock":true},{"title":"White \/ Rear Seat","offer_id":52648382922884,"sku":"0815-GX-WH-RS","price":29.0,"currency_code":"USD","in_stock":true},{"title":"White \/ 7-Piece Set","offer_id":52648382988420,"sku":"0815-GX-WH-7P","price":96.0,"currency_code":"USD","in_stock":true},{"title":"Brown \/ Headrest","offer_id":52648382627972,"sku":"0815-GX-BR-HR","price":18.5,"currency_code":"USD","in_stock":true},{"title":"Brown \/ Lumbar Support","offer_id":52648382693508,"sku":"0815-GX-BR-LS","price":23.5,"currency_code":"USD","in_stock":true},{"title":"Brown \/ Front Seat","offer_id":52648382759044,"sku":"0815-GX-BR-FS","price":21.0,"currency_code":"USD","in_stock":true},{"title":"Brown \/ Backrest","offer_id":52648382824580,"sku":"0815-GX-BR-BK","price":26.0,"currency_code":"USD","in_stock":true},{"title":"Brown \/ Rear Seat","offer_id":52648382890116,"sku":"0815-GX-BR-RS","price":29.0,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 7-Piece Set","offer_id":52648382955652,"sku":"0815-GX-BR-7P","price":96.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0978\/9118\/8868\/files\/SKU-02_34f52235-78e3-407b-ba65-8cbb7db274a4.jpg?v=1786763659","url":"https:\/\/carwraplab.com\/fi\/products\/all-season-linen-puppy-car-seat-cushion-set","provider":"CarwrapLab","version":"1.0","type":"link"}