{"title":"Dog Favorites","description":"\u003cp dir=\"auto\" class=\"PDq2pG_selectionAnchorContainer\"\u003eThoughtfully chosen essentials for happier walks, playtime, and everyday moments with your best friend.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e","products":[{"product_id":"dog-car-back-seat-extender","title":"Dog Car Back Seat Extender","description":"\u003cp\u003e \u003c\/p\u003e\n\u003c!-- =========================================================\n     PREMIUM DOG CAR BACK SEAT EXTENDER\n     Responsive Product Description Section\n     ========================================================= --\u003e\n\u003cstyle\u003e\n  .dog-car-product {\n    --orange: #f46b21;\n    --orange-dark: #d95316;\n    --black: #111111;\n    --dark: #1b1b1b;\n    --cream: #f8f5ef;\n    --light: #f5f5f3;\n    --text: #252525;\n    --muted: #707070;\n    --white: #ffffff;\n    --border: #e8e8e8;\n\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    color: var(--text);\n    background: var(--white);\n    line-height: 1.6;\n    overflow: hidden;\n  }\n\n  .dog-car-product * {\n    box-sizing: border-box;\n  }\n\n  .dog-car-product img {\n    max-width: 100%;\n    display: block;\n  }\n\n  .dog-car-container {\n    width: min(1180px, 92%);\n    margin: 0 auto;\n  }\n\n  \/* ================= HERO ================= *\/\n\n  .dog-car-hero {\n    background:\n      radial-gradient(circle at 85% 20%, rgba(244,107,33,.15), transparent 30%),\n      linear-gradient(135deg, #111 0%, #1c1c1c 55%, #111 100%);\n    color: #fff;\n    padding: 70px 0;\n    position: relative;\n  }\n\n  .dog-car-hero-grid {\n    display: grid;\n    grid-template-columns: 1.05fr .95fr;\n    align-items: center;\n    gap: 60px;\n  }\n\n  .dog-car-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    color: var(--orange);\n    font-weight: 800;\n    font-size: 13px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .dog-car-eyebrow::before {\n    content: \"\";\n    width: 28px;\n    height: 2px;\n    background: var(--orange);\n  }\n\n  .dog-car-hero h1 {\n    font-size: clamp(38px, 5vw, 66px);\n    line-height: 1.03;\n    margin: 0 0 22px;\n    font-weight: 900;\n    letter-spacing: -2px;\n  }\n\n  .dog-car-hero h1 span {\n    color: var(--orange);\n  }\n\n  .dog-car-hero-text {\n    color: #d8d8d8;\n    font-size: 18px;\n    max-width: 600px;\n    margin: 0 0 30px;\n  }\n\n  .dog-car-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n\n  .dog-car-badge {\n    border: 1px solid rgba(255,255,255,.16);\n    background: rgba(255,255,255,.06);\n    padding: 10px 15px;\n    border-radius: 100px;\n    font-size: 13px;\n    font-weight: 700;\n    color: #eee;\n  }\n\n  .dog-car-badge strong {\n    color: var(--orange);\n  }\n\n  .dog-car-hero-image {\n    position: relative;\n  }\n\n  .dog-car-hero-image img {\n    width: 100%;\n    border-radius: 24px;\n    box-shadow: 0 30px 70px rgba(0,0,0,.45);\n  }\n\n  .dog-car-floating {\n    position: absolute;\n    left: -20px;\n    bottom: -22px;\n    background: var(--orange);\n    color: #fff;\n    padding: 16px 20px;\n    border-radius: 14px;\n    font-weight: 800;\n    box-shadow: 0 15px 30px rgba(0,0,0,.25);\n  }\n\n  .dog-car-floating small {\n    display: block;\n    font-size: 11px;\n    opacity: .85;\n    font-weight: 600;\n  }\n\n  \/* ================= INTRO ================= *\/\n\n  .dog-car-intro {\n    padding: 80px 0;\n    text-align: center;\n  }\n\n  .dog-car-section-label {\n    color: var(--orange);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n  }\n\n  .dog-car-intro h2,\n  .dog-car-section-title {\n    font-size: clamp(30px, 4vw, 46px);\n    line-height: 1.15;\n    margin: 0 0 18px;\n    color: var(--black);\n    font-weight: 900;\n    letter-spacing: -1px;\n  }\n\n  .dog-car-intro p {\n    max-width: 760px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 17px;\n  }\n\n  \/* ================= FEATURES ================= *\/\n\n  .dog-car-features {\n    background: var(--light);\n    padding: 80px 0;\n  }\n\n  .dog-car-section-heading {\n    text-align: center;\n    margin-bottom: 45px;\n  }\n\n  .dog-car-section-heading p {\n    max-width: 650px;\n    margin: 0 auto;\n    color: var(--muted);\n  }\n\n  .dog-car-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n  }\n\n  .dog-car-feature {\n    background: #fff;\n    padding: 32px 28px;\n    border-radius: 20px;\n    border: 1px solid var(--border);\n    transition: transform .25s ease, box-shadow .25s ease;\n  }\n\n  .dog-car-feature:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 35px rgba(0,0,0,.08);\n  }\n\n  .dog-car-icon {\n    width: 48px;\n    height: 48px;\n    border-radius: 14px;\n    background: rgba(244,107,33,.11);\n    color: var(--orange);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 22px;\n    margin-bottom: 20px;\n  }\n\n  .dog-car-feature h3 {\n    margin: 0 0 9px;\n    font-size: 19px;\n    font-weight: 850;\n    color: var(--black);\n  }\n\n  .dog-car-feature p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  \/* ================= COMFORT SECTION ================= *\/\n\n  .dog-car-comfort {\n    padding: 90px 0;\n  }\n\n  .dog-car-comfort-grid {\n    display: grid;\n    grid-template-columns: .95fr 1.05fr;\n    align-items: center;\n    gap: 70px;\n  }\n\n  .dog-car-comfort-image img {\n    width: 100%;\n    border-radius: 24px;\n  }\n\n  .dog-car-comfort h2 {\n    font-size: clamp(30px, 4vw, 46px);\n    line-height: 1.12;\n    margin: 0 0 20px;\n    font-weight: 900;\n  }\n\n  .dog-car-highlight {\n    color: var(--orange);\n  }\n\n  .dog-car-comfort \u003e .dog-car-container p {\n    color: var(--muted);\n  }\n\n  .dog-car-check-list {\n    margin: 28px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .dog-car-check-list li {\n    position: relative;\n    padding: 10px 0 10px 32px;\n    font-weight: 650;\n    color: #333;\n  }\n\n  .dog-car-check-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 8px;\n    width: 23px;\n    height: 23px;\n    border-radius: 50%;\n    background: var(--orange);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 900;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  \/* ================= UNIVERSAL FIT ================= *\/\n\n  .dog-car-fit {\n    background: var(--black);\n    color: #fff;\n    padding: 90px 0;\n  }\n\n  .dog-car-fit-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: center;\n  }\n\n  .dog-car-fit h2 {\n    color: #fff;\n    font-size: clamp(32px, 4vw, 48px);\n    line-height: 1.1;\n    margin: 0 0 20px;\n    font-weight: 900;\n  }\n\n  .dog-car-fit p {\n    color: #bdbdbd;\n  }\n\n  .dog-car-fit-card {\n    margin-top: 30px;\n    padding: 22px;\n    border: 1px solid rgba(255,255,255,.12);\n    background: rgba(255,255,255,.04);\n    border-radius: 18px;\n  }\n\n  .dog-car-fit-card strong {\n    color: var(--orange);\n  }\n\n  .dog-car-size-image img {\n    width: 100%;\n    border-radius: 20px;\n  }\n\n  \/* ================= DIMENSIONS ================= *\/\n\n  .dog-car-dimensions {\n    padding: 85px 0;\n    background: var(--cream);\n  }\n\n  .dog-car-dimensions-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n    margin-top: 40px;\n  }\n\n  .dog-car-dimension {\n    background: #fff;\n    border-radius: 18px;\n    padding: 25px 15px;\n    text-align: center;\n    border: 1px solid #ebe6dd;\n  }\n\n  .dog-car-dimension strong {\n    display: block;\n    font-size: 27px;\n    color: var(--orange);\n    font-weight: 900;\n  }\n\n  .dog-car-dimension span {\n    display: block;\n    margin-top: 5px;\n    font-size: 12px;\n    color: var(--muted);\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .7px;\n  }\n\n  .dog-car-measure-note {\n    margin: 30px auto 0;\n    max-width: 760px;\n    text-align: center;\n    color: #666;\n    font-size: 14px;\n  }\n\n  \/* ================= PORTABLE ================= *\/\n\n  .dog-car-portable {\n    padding: 90px 0;\n  }\n\n  .dog-car-portable-grid {\n    display: grid;\n    grid-template-columns: 1.05fr .95fr;\n    align-items: center;\n    gap: 65px;\n  }\n\n  .dog-car-portable h2 {\n    font-size: clamp(30px, 4vw, 45px);\n    line-height: 1.15;\n    font-weight: 900;\n    margin: 0 0 18px;\n  }\n\n  .dog-car-portable p {\n    color: var(--muted);\n  }\n\n  .dog-car-portable img {\n    width: 100%;\n    border-radius: 22px;\n  }\n\n  \/* ================= USE CASES ================= *\/\n\n  .dog-car-use {\n    background: var(--light);\n    padding: 80px 0;\n  }\n\n  .dog-car-use-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n    margin-top: 40px;\n  }\n\n  .dog-car-use-card {\n    background: #fff;\n    border-radius: 18px;\n    padding: 25px 18px;\n    text-align: center;\n    border: 1px solid var(--border);\n  }\n\n  .dog-car-use-card .emoji {\n    font-size: 30px;\n    margin-bottom: 10px;\n  }\n\n  .dog-car-use-card h3 {\n    margin: 0 0 7px;\n    font-size: 16px;\n  }\n\n  .dog-car-use-card p {\n    margin: 0;\n    font-size: 13px;\n    color: var(--muted);\n  }\n\n  \/* ================= SPECS ================= *\/\n\n  .dog-car-specs {\n    padding: 85px 0;\n  }\n\n  .dog-car-spec-table {\n    max-width: 850px;\n    margin: 40px auto 0;\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    overflow: hidden;\n  }\n\n  .dog-car-spec-row {\n    display: grid;\n    grid-template-columns: 1fr 1.4fr;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .dog-car-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .dog-car-spec-row div {\n    padding: 17px 22px;\n  }\n\n  .dog-car-spec-row div:first-child {\n    font-weight: 800;\n    background: #fafafa;\n  }\n\n  .dog-car-spec-row div:last-child {\n    color: #666;\n  }\n\n  \/* ================= FINAL CTA ================= *\/\n\n  .dog-car-cta {\n    padding: 80px 0;\n    background:\n      linear-gradient(135deg, #171717, #252525);\n    text-align: center;\n    color: #fff;\n  }\n\n  .dog-car-cta h2 {\n    font-size: clamp(30px, 4vw, 48px);\n    margin: 0 0 14px;\n    font-weight: 900;\n  }\n\n  .dog-car-cta p {\n    max-width: 650px;\n    margin: 0 auto 28px;\n    color: #c9c9c9;\n  }\n\n  .dog-car-cta-button {\n    display: inline-block;\n    background: var(--orange);\n    color: #fff !important;\n    padding: 15px 30px;\n    border-radius: 100px;\n    text-decoration: none !important;\n    font-weight: 850;\n    font-size: 15px;\n    transition: background .2s ease, transform .2s ease;\n  }\n\n  .dog-car-cta-button:hover {\n    background: var(--orange-dark);\n    transform: translateY(-2px);\n  }\n\n  \/* ================= DISCLAIMER ================= *\/\n\n  .dog-car-disclaimer {\n    padding: 25px 0;\n    background: #101010;\n    color: #777;\n    text-align: center;\n    font-size: 11px;\n  }\n\n  \/* ================= RESPONSIVE ================= *\/\n\n  @media (max-width: 900px) {\n\n    .dog-car-hero {\n      padding: 55px 0;\n    }\n\n    .dog-car-hero-grid,\n    .dog-car-comfort-grid,\n    .dog-car-fit-grid,\n    .dog-car-portable-grid {\n      grid-template-columns: 1fr;\n      gap: 40px;\n    }\n\n    .dog-car-feature-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .dog-car-dimensions-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .dog-car-use-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .dog-car-floating {\n      left: 15px;\n    }\n  }\n\n  @media (max-width: 600px) {\n\n    .dog-car-container {\n      width: min(92%, 520px);\n    }\n\n    .dog-car-hero {\n      padding: 42px 0 60px;\n    }\n\n    .dog-car-hero h1 {\n      font-size: 40px;\n      letter-spacing: -1.5px;\n    }\n\n    .dog-car-hero-text {\n      font-size: 16px;\n    }\n\n    .dog-car-feature-grid,\n    .dog-car-dimensions-grid,\n    .dog-car-use-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 10px;\n    }\n\n    .dog-car-feature {\n      padding: 22px 17px;\n    }\n\n    .dog-car-feature h3 {\n      font-size: 16px;\n    }\n\n    .dog-car-feature p {\n      font-size: 13px;\n    }\n\n    .dog-car-icon {\n      width: 42px;\n      height: 42px;\n      font-size: 18px;\n    }\n\n    .dog-car-intro,\n    .dog-car-features,\n    .dog-car-comfort,\n    .dog-car-fit,\n    .dog-car-dimensions,\n    .dog-car-portable,\n    .dog-car-use,\n    .dog-car-specs,\n    .dog-car-cta {\n      padding: 60px 0;\n    }\n\n    .dog-car-spec-row {\n      grid-template-columns: 1fr;\n    }\n\n    .dog-car-spec-row div {\n      padding: 12px 17px;\n    }\n\n    .dog-car-spec-row div:first-child {\n      padding-bottom: 5px;\n    }\n\n    .dog-car-spec-row div:last-child {\n      padding-top: 5px;\n    }\n\n    .dog-car-floating {\n      position: relative;\n      display: inline-block;\n      left: 15px;\n      bottom: auto;\n      margin-top: -20px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"dog-car-product\"\u003e\n\u003c!-- ================= HERO ================= --\u003e\n\u003csection class=\"dog-car-hero\"\u003e\n\u003cdiv class=\"dog-car-container\"\u003e\n\u003cdiv class=\"dog-car-hero-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"dog-car-eyebrow\"\u003ePremium Pet Travel Essential\u003c\/div\u003e\n\u003ch1\u003eGive Your Dog\u003cbr\u003eMore Room to Ride.\u003c\/h1\u003e\n\u003cp class=\"dog-car-hero-text\"\u003eTurn your back seat into a spacious, comfortable travel area designed for your furry companion. Built for everyday drives, weekend adventures and longer road trips.\u003c\/p\u003e\n\u003cdiv class=\"dog-car-badges\"\u003e\n\u003cdiv class=\"dog-car-badge\"\u003e🐾 \u003cstrong\u003eDog-Friendly\u003c\/strong\u003e Design\u003c\/div\u003e\n\u003cdiv class=\"dog-car-badge\"\u003e✦ Comfortable Support\u003c\/div\u003e\n\u003cdiv class=\"dog-car-badge\"\u003e↔ Universal Sizing\u003c\/div\u003e\n\u003cdiv class=\"dog-car-badge\"\u003e⌁ Foldable \u0026amp; Portable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-hero-image\"\u003e\n\u003c!-- Replace with your Shopify product image URL --\u003e \u003cimg src=\"https:\/\/img.thesitebase.net\/10637\/10637643\/products\/ver_1\/1787147251519.webp?width=1200\u0026amp;height=0\u0026amp;min_height=0\" alt=\"Premium dog car back seat extender installed in vehicle\" loading=\"eager\"\u003e\n\u003cdiv class=\"dog-car-floating\"\u003eBuilt for Better Journeys \u003csmall\u003eComfort • Space • Convenience\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= INTRO ================= --\u003e\n\u003csection class=\"dog-car-intro\"\u003e\n\u003cdiv class=\"dog-car-container\"\u003e\n\u003cdiv class=\"dog-car-section-label\"\u003eTravel Better Together\u003c\/div\u003e\n\u003ch2\u003eA More Comfortable Back Seat\u003cbr\u003efor Your Best Friend\u003c\/h2\u003e\n\u003cp\u003eLong car rides can be uncomfortable when your dog has limited space to move around. This premium back seat extender creates a larger, dedicated area for your pet while helping keep the seating area organized during travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= FEATURES ================= --\u003e\n\u003csection class=\"dog-car-features\"\u003e\n\u003cdiv class=\"dog-car-container\"\u003e\n\u003cdiv class=\"dog-car-section-heading\"\u003e\n\u003cdiv class=\"dog-car-section-label\"\u003eDesigned Around Your Dog\u003c\/div\u003e\n\u003ch2 class=\"dog-car-section-title\"\u003eComfort Meets Practical Design\u003c\/h2\u003e\n\u003cp\u003eThoughtfully designed details help make every journey easier for both you and your furry passenger.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-feature-grid\"\u003e\n\u003cdiv class=\"dog-car-feature\"\u003e\n\u003cdiv class=\"dog-car-icon\"\u003e🐕\u003c\/div\u003e\n\u003ch3\u003eMore Room to Move\u003c\/h3\u003e\n\u003cp\u003eCreates a wider, more continuous surface across the back seat, giving your dog additional room to settle comfortably.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-feature\"\u003e\n\u003cdiv class=\"dog-car-icon\"\u003e☁\u003c\/div\u003e\n\u003ch3\u003eImpact Foam Comfort\u003c\/h3\u003e\n\u003cp\u003eDesigned with impact foam for added cushioning and comfort, especially useful during longer journeys.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-feature\"\u003e\n\u003cdiv class=\"dog-car-icon\"\u003e🛡\u003c\/div\u003e\n\u003ch3\u003eProtects Your Back Seat\u003c\/h3\u003e\n\u003cp\u003eCreates a dedicated pet area that helps separate your dog from the rest of the vehicle's seating space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-feature\"\u003e\n\u003cdiv class=\"dog-car-icon\"\u003e🚗\u003c\/div\u003e\n\u003ch3\u003eVersatile Fit\u003c\/h3\u003e\n\u003cp\u003eDesigned for use across a variety of cars, SUVs and trucks. Always measure your vehicle before purchasing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-feature\"\u003e\n\u003cdiv class=\"dog-car-icon\"\u003e🎒\u003c\/div\u003e\n\u003ch3\u003eFoldable \u0026amp; Portable\u003c\/h3\u003e\n\u003cp\u003eFolds down into a more compact form so you can store or carry it when it is not being used.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-feature\"\u003e\n\u003cdiv class=\"dog-car-icon\"\u003e🧡\u003c\/div\u003e\n\u003ch3\u003ePremium Quilted Finish\u003c\/h3\u003e\n\u003cp\u003eThe quilted construction gives the extender a stylish, structured appearance while creating a comfortable surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= COMFORT ================= --\u003e\n\u003csection class=\"dog-car-comfort\"\u003e\n\u003cdiv class=\"dog-car-container\"\u003e\n\u003cdiv class=\"dog-car-comfort-grid\"\u003e\n\u003cdiv class=\"dog-car-comfort-image\"\u003e\n\u003c!-- Replace with your Shopify product image URL --\u003e \u003cimg src=\"https:\/\/img.thesitebase.net\/10637\/10637643\/products\/ver_1\/1787147251541.webp?width=1200\u0026amp;height=0\u0026amp;min_height=0\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"dog-car-section-label\"\u003eComfort On The Road\u003c\/div\u003e\n\u003ch2\u003eTurn the Back Seat Into a \u003cspan class=\"dog-car-highlight\"\u003eDog-Friendly Space.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eInstead of restricting your dog to a small portion of the back seat, the extender creates a larger horizontal area where your pet can sit, lie down and relax during the journey.\u003c\/p\u003e\n\u003cul class=\"dog-car-check-list\"\u003e\n\u003cli\u003eCreates a spacious rear-seat area\u003c\/li\u003e\n\u003cli\u003eImpact foam adds cushioning and comfort\u003c\/li\u003e\n\u003cli\u003eHelps create a dedicated pet travel zone\u003c\/li\u003e\n\u003cli\u003eSuitable for everyday drives and road trips\u003c\/li\u003e\n\u003cli\u003eDesigned for cars, SUVs and trucks\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= UNIVERSAL FIT ================= --\u003e\n\u003csection class=\"dog-car-fit\"\u003e\n\u003cdiv class=\"dog-car-container\"\u003e\n\u003cdiv class=\"dog-car-fit-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"dog-car-section-label\"\u003eUniversal \u0026amp; Portable\u003c\/div\u003e\n\u003ch2\u003eOne Smart Design.\u003cbr\u003eMultiple Vehicles.\u003c\/h2\u003e\n\u003cp\u003eWhether you're driving a compact car, family SUV or pickup truck, the flexible design is made to work across a wide range of rear-seat configurations.\u003c\/p\u003e\n\u003cdiv class=\"dog-car-fit-card\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e\u003cbr\u003eVehicle interiors vary. Please measure your rear-seat area carefully before purchasing to ensure the dimensions are suitable for your vehicle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-size-image\"\u003e\n\u003c!-- Replace with your size\/dimensions image URL --\u003e \u003cimg src=\"https:\/\/img.thesitebase.net\/10637\/10637643\/products\/ver_1\/1787147251530.webp?width=1200\u0026amp;height=0\u0026amp;min_height=0\" alt=\"Dog car seat extender dimensions and measurements\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= DIMENSIONS ================= --\u003e\n\u003csection class=\"dog-car-dimensions\"\u003e\n\u003cdiv class=\"dog-car-container\"\u003e\n\u003cdiv class=\"dog-car-section-heading\"\u003e\n\u003cdiv class=\"dog-car-section-label\"\u003eKnow Your Fit\u003c\/div\u003e\n\u003ch2 class=\"dog-car-section-title\"\u003eProduct Dimensions\u003c\/h2\u003e\n\u003cp\u003ePlease compare these measurements with your vehicle's rear-seat dimensions before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-dimensions-grid\"\u003e\n\u003cdiv class=\"dog-car-dimension\"\u003e\n\u003cstrong\u003e134 cm\u003c\/strong\u003e52.8 in • Main Width\u003c\/div\u003e\n\u003cdiv class=\"dog-car-dimension\"\u003e\n\u003cstrong\u003e60 cm\u003c\/strong\u003e23.6 in • Main Length\u003c\/div\u003e\n\u003cdiv class=\"dog-car-dimension\"\u003e\n\u003cstrong\u003e25 cm\u003c\/strong\u003e9.8 in • Raised Section\u003c\/div\u003e\n\u003cdiv class=\"dog-car-dimension\"\u003e\n\u003cstrong\u003e49 cm\u003c\/strong\u003e19.3 in • Folded Width\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"dog-car-measure-note\"\u003eAdditional dimensions shown in the product diagram include approximately 50 cm (19.7 in) side sections and 17 cm (6.7 in) lower sections. Please use the product measurement image as the final reference before purchasing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= PORTABLE ================= --\u003e\n\u003csection class=\"dog-car-portable\"\u003e\n\u003cdiv class=\"dog-car-container\"\u003e\n\u003cdiv class=\"dog-car-portable-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"dog-car-section-label\"\u003eReady When You Are\u003c\/div\u003e\n\u003ch2\u003eFolds Down.\u003cbr\u003eCarries Easily.\u003c\/h2\u003e\n\u003cp\u003eWhen the adventure is over, simply fold the extender down for convenient storage. Its portable design makes it practical for families who switch between vehicles or need to store it between trips.\u003c\/p\u003e\n\u003cul class=\"dog-car-check-list\"\u003e\n\u003cli\u003eFoldable construction\u003c\/li\u003e\n\u003cli\u003eEasy to store when not in use\u003c\/li\u003e\n\u003cli\u003ePortable design with carry handles\u003c\/li\u003e\n\u003cli\u003eIdeal for travel and road trips\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003c!-- Replace with your portable product image URL --\u003e \u003cimg src=\"https:\/\/img.thesitebase.net\/10637\/10637643\/products\/ver_1\/1787147251551.webp?width=1200\u0026amp;height=0\u0026amp;min_height=0\" alt=\"Foldable portable dog car seat extender\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= PERFECT FOR ================= --\u003e\n\u003csection class=\"dog-car-use\"\u003e\n\u003cdiv class=\"dog-car-container\"\u003e\n\u003cdiv class=\"dog-car-section-heading\"\u003e\n\u003cdiv class=\"dog-car-section-label\"\u003eMade For Everyday Adventures\u003c\/div\u003e\n\u003ch2 class=\"dog-car-section-title\"\u003ePerfect For\u003c\/h2\u003e\n\u003cp\u003eFrom quick errands to weekend road trips, keep your furry friend comfortable wherever the road takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-use-grid\"\u003e\n\u003cdiv class=\"dog-car-use-card\"\u003e\n\u003cdiv class=\"emoji\"\u003e🚗\u003c\/div\u003e\n\u003ch3\u003eDaily Drives\u003c\/h3\u003e\n\u003cp\u003eMake everyday car rides more comfortable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-use-card\"\u003e\n\u003cdiv class=\"emoji\"\u003e🛣️\u003c\/div\u003e\n\u003ch3\u003eRoad Trips\u003c\/h3\u003e\n\u003cp\u003eGive your dog more space on longer journeys.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-use-card\"\u003e\n\u003cdiv class=\"emoji\"\u003e🏕️\u003c\/div\u003e\n\u003ch3\u003eOutdoor Adventures\u003c\/h3\u003e\n\u003cp\u003eGreat for trips to parks, trails and campsites.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-use-card\"\u003e\n\u003cdiv class=\"emoji\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003ePet Families\u003c\/h3\u003e\n\u003cp\u003eA practical travel solution for dog owners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= PRODUCT SPECS ================= --\u003e\n\u003csection class=\"dog-car-specs\"\u003e\n\u003cdiv class=\"dog-car-container\"\u003e\n\u003cdiv class=\"dog-car-section-heading\"\u003e\n\u003cdiv class=\"dog-car-section-label\"\u003eProduct Details\u003c\/div\u003e\n\u003ch2 class=\"dog-car-section-title\"\u003eAt A Glance\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-spec-table\"\u003e\n\u003cdiv class=\"dog-car-spec-row\"\u003e\n\u003cdiv\u003eProduct Type\u003c\/div\u003e\n\u003cdiv\u003eDog Car Back Seat Extender \/ Pet Travel Cover\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-spec-row\"\u003e\n\u003cdiv\u003ePrimary Use\u003c\/div\u003e\n\u003cdiv\u003eRear-seat pet travel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-spec-row\"\u003e\n\u003cdiv\u003eMaterial Design\u003c\/div\u003e\n\u003cdiv\u003eQuilted construction with impact foam cushioning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-spec-row\"\u003e\n\u003cdiv\u003eVehicle Compatibility\u003c\/div\u003e\n\u003cdiv\u003eCars, SUVs and trucks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-spec-row\"\u003e\n\u003cdiv\u003eMain Width\u003c\/div\u003e\n\u003cdiv\u003eApprox. 134 cm \/ 52.8 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-spec-row\"\u003e\n\u003cdiv\u003eMain Length\u003c\/div\u003e\n\u003cdiv\u003eApprox. 60 cm \/ 23.6 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-spec-row\"\u003e\n\u003cdiv\u003eFolded Size\u003c\/div\u003e\n\u003cdiv\u003eApprox. 49 cm × 60 cm \/ 19.3 in × 23.6 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dog-car-spec-row\"\u003e\n\u003cdiv\u003eStorage\u003c\/div\u003e\n\u003cdiv\u003eFoldable design with carry handles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= FINAL CTA ================= --\u003e\n\u003csection class=\"dog-car-cta\"\u003e\n\u003cdiv class=\"dog-car-container\"\u003e\n\u003cdiv class=\"dog-car-section-label\"\u003eMore Comfort. More Space. Better Adventures.\u003c\/div\u003e\n\u003ch2\u003eMake Every Ride Better.\u003c\/h2\u003e\n\u003cp\u003eGive your four-legged passenger a dedicated space to relax while keeping your back seat more organized. Designed for comfort, convenience and everyday adventures.\u003c\/p\u003e\n\u003ca class=\"dog-car-cta-button\" href=\"#AddToCart\"\u003e Give Your Dog More Room → \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= DISCLAIMER ================= --\u003e\n\u003cdiv class=\"dog-car-disclaimer\"\u003e\n\u003cdiv class=\"dog-car-container\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e This product is designed as a pet travel comfort and seat-protection accessory. It is not a substitute for a certified pet safety restraint or crash-tested vehicle safety system. Always follow applicable vehicle and pet-safety guidelines.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e```\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/p16-oec-general.ttcdn-us.com\/tos-alisg-i-aphluv4xwc-sg\/c884a4a788d946f6807d8d479edb6eac~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"Pecute Dog Car Back Seat Extender - Zippered Fabric Cover, Impact Foam, Hard Bottom, Waterproof Backseat Protector, 400lbs Capacity, Machine Washable, Versatile Pet Travel Car Accessories,back to school\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/p16-oec-general.ttcdn-us.com\/tos-alisg-i-aphluv4xwc-sg\/7e0e594605ca458d8d46283be4c0c59f~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"Pecute Dog Car Back Seat Extender - Zippered Fabric Cover, Impact Foam, Hard Bottom, Waterproof Backseat Protector, 400lbs Capacity, Machine Washable, Versatile Pet Travel Car Accessories,back to school\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/p16-oec-general.ttcdn-us.com\/tos-alisg-i-aphluv4xwc-sg\/050166a2d16245fa87edb89bd86e82a2~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"Pecute Dog Car Back Seat Extender - Zippered Fabric Cover, Impact Foam, Hard Bottom, Waterproof Backseat Protector, 400lbs Capacity, Machine Washable, Versatile Pet Travel Car Accessories,back to school\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/p16-oec-general.ttcdn-us.com\/tos-alisg-i-aphluv4xwc-sg\/3613b13908a44800aeadbe683fcb4b97~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"Pecute Dog Car Back Seat Extender - Zippered Fabric Cover, Impact Foam, Hard Bottom, Waterproof Backseat Protector, 400lbs Capacity, Machine Washable, Versatile Pet Travel Car Accessories,back to school\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/p19-oec-general.ttcdn-us.com\/tos-alisg-i-aphluv4xwc-sg\/2b9a8bdbd0ed4dbf957e41d656a4e825~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"Pecute Dog Car Back Seat Extender - Zippered Fabric Cover, Impact Foam, Hard Bottom, Waterproof Backseat Protector, 400lbs Capacity, Machine Washable, Versatile Pet Travel Car Accessories,back to school\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/p19-oec-general.ttcdn-us.com\/tos-alisg-i-aphluv4xwc-sg\/4097a3097956420f9aa0f8ab6de8a57b~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"Pecute Dog Car Back Seat Extender - Zippered Fabric Cover, Impact Foam, Hard Bottom, Waterproof Backseat Protector, 400lbs Capacity, Machine Washable, Versatile Pet Travel Car Accessories,back to school\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/p16-oec-general.ttcdn-us.com\/tos-alisg-i-aphluv4xwc-sg\/00fc927740bb4d9d9fac94f799189db7~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"Pecute Dog Car Back Seat Extender - Zippered Fabric Cover, Impact Foam, Hard Bottom, Waterproof Backseat Protector, 400lbs Capacity, Machine Washable, Versatile Pet Travel Car Accessories,back to school\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/p19-oec-general.ttcdn-us.com\/tos-alisg-i-aphluv4xwc-sg\/ac9c84e76d254cb298b3764e63e13a5e~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"Pecute Dog Car Back Seat Extender - Zippered Fabric Cover, Impact Foam, Hard Bottom, Waterproof Backseat Protector, 400lbs Capacity, Machine Washable, Versatile Pet Travel Car Accessories,back to school\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/p16-oec-general.ttcdn-us.com\/tos-alisg-i-aphluv4xwc-sg\/28f122e68f134ab6b4c247f34539c191~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"Pecute Dog Car Back Seat Extender - Zippered Fabric Cover, Impact Foam, Hard Bottom, Waterproof Backseat Protector, 400lbs Capacity, Machine Washable, Versatile Pet Travel Car Accessories,back to school\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/p16-oec-general.ttcdn-us.com\/tos-alisg-i-aphluv4xwc-sg\/b4a5fc4aeb86440b8a349f97d04b912c~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"Pecute Dog Car Back Seat Extender - Zippered Fabric Cover, Impact Foam, Hard Bottom, Waterproof Backseat Protector, 400lbs Capacity, Machine Washable, Versatile Pet Travel Car Accessories,back to school\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/p16-oec-general.ttcdn-us.com\/tos-alisg-i-aphluv4xwc-sg\/c96e4b5239a14054880f1b933f4dbc22~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"Pecute Dog Car Back Seat Extender - Zippered Fabric Cover, Impact Foam, Hard Bottom, Waterproof Backseat Protector, 400lbs Capacity, Machine Washable, Versatile Pet Travel Car Accessories,back to school\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/p16-oec-general.ttcdn-us.com\/tos-alisg-i-aphluv4xwc-sg\/738763d10f3a484a9a8d15383cdef68f~tplv-fhlh96nyum-origin-jpeg.jpeg?dr=12178\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=a3510d86\u0026amp;shcp=6ce186a1\u0026amp;idc=useast5\u0026amp;from=2739998086\" alt=\"Pecute Dog Car Back Seat Extender - Zippered Fabric Cover, Impact Foam, Hard Bottom, Waterproof Backseat Protector, 400lbs Capacity, Machine Washable, Versatile Pet Travel Car Accessories,back to school\"\u003e\u003c\/p\u003e","brand":"Pawsypets","offers":[{"title":"Default Title","offer_id":51766925426724,"sku":null,"price":129.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/9762\/1540\/files\/0x1152_1787147251519.webp?v=1790005162"},{"product_id":"pet-friendly-anti-slip-sofa-protector","title":"Pet Friendly Anti Slip Sofa Protector","description":"\u003cp\u003e \u003c\/p\u003e\n\u003c!-- =========================================================\n     PREMIUM PET SOFA PROTECTOR\n     Responsive Shopify Product Description\n     ========================================================= --\u003e\n\u003cstyle\u003e\n  .psp-product {\n    --psp-brown: #5a3518;\n    --psp-brown-dark: #3b210f;\n    --psp-gold: #b98a52;\n    --psp-cream: #f8f3eb;\n    --psp-light: #fbfaf7;\n    --psp-text: #29231e;\n    --psp-muted: #756c64;\n    --psp-border: #e9e1d7;\n    --psp-white: #ffffff;\n\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    color: var(--psp-text);\n    background: #fff;\n    line-height: 1.65;\n    overflow: hidden;\n  }\n\n  .psp-product *,\n  .psp-product *::before,\n  .psp-product *::after {\n    box-sizing: border-box;\n  }\n\n  .psp-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .psp-container {\n    width: min(1180px, 92%);\n    margin: 0 auto;\n  }\n\n  \/* =========================\n     HERO\n  ========================== *\/\n\n  .psp-hero {\n    background:\n      radial-gradient(circle at 85% 20%, rgba(185,138,82,.20), transparent 32%),\n      linear-gradient(135deg, #24160c 0%, #3d2412 55%, #24160c 100%);\n    color: #fff;\n    padding: 72px 0;\n  }\n\n  .psp-hero-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n    gap: 60px;\n  }\n\n  .psp-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    color: #d5a96e;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 2.2px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .psp-eyebrow::before {\n    content: \"\";\n    width: 28px;\n    height: 2px;\n    background: #d5a96e;\n  }\n\n  .psp-hero h1 {\n    font-size: clamp(38px, 5vw, 64px);\n    line-height: 1.04;\n    letter-spacing: -2px;\n    margin: 0 0 22px;\n    font-weight: 900;\n  }\n\n  .psp-hero h1 span {\n    color: #d7aa6d;\n  }\n\n  .psp-hero-text {\n    color: #ddd2c8;\n    max-width: 590px;\n    font-size: 17px;\n    margin: 0 0 28px;\n  }\n\n  .psp-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .psp-badge {\n    border: 1px solid rgba(255,255,255,.16);\n    background: rgba(255,255,255,.07);\n    border-radius: 100px;\n    padding: 9px 14px;\n    font-size: 12px;\n    font-weight: 750;\n  }\n\n  .psp-hero-image {\n    position: relative;\n  }\n\n  .psp-hero-image img {\n    border-radius: 24px;\n    box-shadow: 0 30px 70px rgba(0,0,0,.42);\n  }\n\n  .psp-floating {\n    position: absolute;\n    left: -18px;\n    bottom: -20px;\n    background: #fff;\n    color: var(--psp-brown-dark);\n    padding: 14px 19px;\n    border-radius: 14px;\n    box-shadow: 0 15px 35px rgba(0,0,0,.25);\n    font-weight: 850;\n    font-size: 14px;\n  }\n\n  .psp-floating small {\n    display: block;\n    color: #8c8178;\n    font-size: 10px;\n    font-weight: 600;\n  }\n\n  \/* =========================\n     INTRO\n  ========================== *\/\n\n  .psp-intro {\n    text-align: center;\n    padding: 82px 0;\n  }\n\n  .psp-section-label {\n    color: var(--psp-gold);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 11px;\n  }\n\n  .psp-section-title {\n    color: var(--psp-brown-dark);\n    font-size: clamp(30px, 4vw, 45px);\n    line-height: 1.15;\n    letter-spacing: -1px;\n    font-weight: 900;\n    margin: 0 0 17px;\n  }\n\n  .psp-intro-text {\n    max-width: 770px;\n    margin: auto;\n    color: var(--psp-muted);\n    font-size: 17px;\n  }\n\n  \/* =========================\n     FEATURE CARDS\n  ========================== *\/\n\n  .psp-features {\n    background: var(--psp-light);\n    padding: 82px 0;\n  }\n\n  .psp-heading-center {\n    text-align: center;\n    margin-bottom: 45px;\n  }\n\n  .psp-heading-center p {\n    max-width: 670px;\n    margin: auto;\n    color: var(--psp-muted);\n  }\n\n  .psp-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 19px;\n  }\n\n  .psp-feature {\n    background: #fff;\n    border: 1px solid var(--psp-border);\n    border-radius: 20px;\n    padding: 30px 27px;\n    transition: transform .25s ease, box-shadow .25s ease;\n  }\n\n  .psp-feature:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 18px 38px rgba(70,40,15,.08);\n  }\n\n  .psp-icon {\n    width: 48px;\n    height: 48px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: #f4eadc;\n    color: var(--psp-brown);\n    border-radius: 14px;\n    font-size: 22px;\n    margin-bottom: 18px;\n  }\n\n  .psp-feature h3 {\n    margin: 0 0 8px;\n    font-size: 18px;\n    font-weight: 850;\n    color: var(--psp-brown-dark);\n  }\n\n  .psp-feature p {\n    margin: 0;\n    font-size: 14px;\n    color: var(--psp-muted);\n  }\n\n  \/* =========================\n     SPLIT CONTENT\n  ========================== *\/\n\n  .psp-split {\n    padding: 90px 0;\n  }\n\n  .psp-split-grid {\n    display: grid;\n    grid-template-columns: .95fr 1.05fr;\n    align-items: center;\n    gap: 70px;\n  }\n\n  .psp-split-image img {\n    border-radius: 25px;\n    box-shadow: 0 20px 45px rgba(55,35,20,.10);\n  }\n\n  .psp-split h2 {\n    color: var(--psp-brown-dark);\n    font-size: clamp(30px, 4vw, 46px);\n    line-height: 1.12;\n    margin: 0 0 18px;\n    font-weight: 900;\n  }\n\n  .psp-split h2 span {\n    color: var(--psp-gold);\n  }\n\n  .psp-split p {\n    color: var(--psp-muted);\n  }\n\n  .psp-checks {\n    list-style: none;\n    padding: 0;\n    margin: 27px 0 0;\n  }\n\n  .psp-checks li {\n    position: relative;\n    padding: 9px 0 9px 34px;\n    font-weight: 650;\n  }\n\n  .psp-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 9px;\n    width: 23px;\n    height: 23px;\n    border-radius: 50%;\n    background: var(--psp-brown);\n    color: white;\n    font-size: 12px;\n    font-weight: 900;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  \/* =========================\n     PROTECTION SECTION\n  ========================== *\/\n\n  .psp-protection {\n    background:\n      linear-gradient(135deg, #f7f0e6, #eee1d0);\n    padding: 85px 0;\n  }\n\n  .psp-protection-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: center;\n  }\n\n  .psp-protection h2 {\n    color: var(--psp-brown-dark);\n    font-size: clamp(31px, 4vw, 47px);\n    line-height: 1.12;\n    margin: 0 0 18px;\n    font-weight: 900;\n  }\n\n  .psp-protection p {\n    color: #71665c;\n  }\n\n  .psp-protection-box {\n    margin-top: 28px;\n    background: rgba(255,255,255,.65);\n    border: 1px solid rgba(90,53,24,.12);\n    border-radius: 18px;\n    padding: 23px;\n  }\n\n  .psp-protection-box strong {\n    color: var(--psp-brown);\n  }\n\n  \/* =========================\n     SIZE SECTION\n  ========================== *\/\n\n  .psp-size {\n    padding: 88px 0;\n    background: #fff;\n  }\n\n  .psp-size-image {\n    max-width: 850px;\n    margin: 35px auto 0;\n    border: 1px solid var(--psp-border);\n    border-radius: 20px;\n    overflow: hidden;\n  }\n\n  .psp-size-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 13px;\n    margin-top: 30px;\n  }\n\n  .psp-size-card {\n    text-align: center;\n    border-radius: 17px;\n    padding: 22px 12px;\n    background: var(--psp-cream);\n    border: 1px solid #eadfce;\n  }\n\n  .psp-size-card strong {\n    display: block;\n    color: var(--psp-brown);\n    font-size: 25px;\n    font-weight: 900;\n  }\n\n  .psp-size-card span {\n    display: block;\n    color: var(--psp-muted);\n    font-size: 12px;\n    margin-top: 4px;\n    font-weight: 700;\n  }\n\n  .psp-measure-note {\n    text-align: center;\n    max-width: 750px;\n    margin: 25px auto 0;\n    font-size: 13px;\n    color: var(--psp-muted);\n  }\n\n  \/* =========================\n     LIFESTYLE BENEFITS\n  ========================== *\/\n\n  .psp-lifestyle {\n    background: #1e140d;\n    color: #fff;\n    padding: 85px 0;\n  }\n\n  .psp-lifestyle .psp-section-title {\n    color: #fff;\n  }\n\n  .psp-lifestyle .psp-heading-center p {\n    color: #bfb3a8;\n  }\n\n  .psp-lifestyle-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n    margin-top: 40px;\n  }\n\n  .psp-lifestyle-card {\n    padding: 27px 18px;\n    text-align: center;\n    background: rgba(255,255,255,.055);\n    border: 1px solid rgba(255,255,255,.10);\n    border-radius: 18px;\n  }\n\n  .psp-lifestyle-icon {\n    font-size: 28px;\n    margin-bottom: 10px;\n  }\n\n  .psp-lifestyle-card h3 {\n    margin: 0 0 7px;\n    font-size: 16px;\n  }\n\n  .psp-lifestyle-card p {\n    color: #aaa099;\n    font-size: 13px;\n    margin: 0;\n  }\n\n  \/* =========================\n     REVIEWS\n  ========================== *\/\n\n  .psp-reviews {\n    padding: 85px 0;\n    background: #fbfaf8;\n  }\n\n  .psp-rating-summary {\n    text-align: center;\n    margin-bottom: 38px;\n  }\n\n  .psp-stars {\n    color: #b37a32;\n    letter-spacing: 3px;\n    font-size: 22px;\n  }\n\n  .psp-rating-summary p {\n    color: var(--psp-muted);\n    font-size: 13px;\n    margin: 5px 0 0;\n  }\n\n  .psp-review-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .psp-review {\n    background: #fff;\n    border: 1px solid var(--psp-border);\n    border-radius: 19px;\n    padding: 26px;\n  }\n\n  .psp-review-stars {\n    color: #b37a32;\n    font-size: 15px;\n    letter-spacing: 2px;\n    margin-bottom: 13px;\n  }\n\n  .psp-review-text {\n    color: #514a44;\n    font-size: 14px;\n    margin: 0 0 19px;\n  }\n\n  .psp-review-author {\n    display: flex;\n    align-items: center;\n    gap: 11px;\n  }\n\n  .psp-avatar {\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    background: #eadbc7;\n    color: var(--psp-brown);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 900;\n  }\n\n  .psp-review-author strong {\n    display: block;\n    font-size: 13px;\n  }\n\n  .psp-review-author span {\n    display: block;\n    font-size: 11px;\n    color: #8b8178;\n  }\n\n  \/* =========================\n     PRODUCT DETAILS\n  ========================== *\/\n\n  .psp-details {\n    padding: 85px 0;\n  }\n\n  .psp-table {\n    max-width: 850px;\n    margin: 35px auto 0;\n    border: 1px solid var(--psp-border);\n    border-radius: 20px;\n    overflow: hidden;\n  }\n\n  .psp-table-row {\n    display: grid;\n    grid-template-columns: 1fr 1.4fr;\n    border-bottom: 1px solid var(--psp-border);\n  }\n\n  .psp-table-row:last-child {\n    border-bottom: 0;\n  }\n\n  .psp-table-row div {\n    padding: 16px 20px;\n  }\n\n  .psp-table-row div:first-child {\n    font-weight: 800;\n    background: #faf8f5;\n    color: var(--psp-brown-dark);\n  }\n\n  .psp-table-row div:last-child {\n    color: var(--psp-muted);\n  }\n\n  \/* =========================\n     CTA\n  ========================== *\/\n\n  .psp-cta {\n    background:\n      radial-gradient(circle at 20% 20%, rgba(214,169,109,.13), transparent 30%),\n      linear-gradient(135deg, #27170c, #422614);\n    color: #fff;\n    text-align: center;\n    padding: 78px 0;\n  }\n\n  .psp-cta h2 {\n    font-size: clamp(31px, 4vw, 48px);\n    line-height: 1.12;\n    margin: 0 0 14px;\n    font-weight: 900;\n  }\n\n  .psp-cta p {\n    max-width: 680px;\n    margin: 0 auto 25px;\n    color: #d0c2b6;\n  }\n\n  .psp-cta-button {\n    display: inline-block;\n    background: #d1a268;\n    color: #24160c !important;\n    text-decoration: none !important;\n    border-radius: 100px;\n    padding: 14px 29px;\n    font-weight: 900;\n    font-size: 14px;\n  }\n\n  \/* =========================\n     RESPONSIVE\n  ========================== *\/\n\n  @media (max-width: 900px) {\n\n    .psp-hero-grid,\n    .psp-split-grid,\n    .psp-protection-grid {\n      grid-template-columns: 1fr;\n      gap: 42px;\n    }\n\n    .psp-feature-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .psp-size-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .psp-lifestyle-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .psp-review-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n\n    .psp-container {\n      width: 92%;\n    }\n\n    .psp-hero {\n      padding: 48px 0 62px;\n    }\n\n    .psp-hero h1 {\n      font-size: 40px;\n      letter-spacing: -1.5px;\n    }\n\n    .psp-hero-text {\n      font-size: 15px;\n    }\n\n    .psp-feature-grid,\n    .psp-size-grid,\n    .psp-lifestyle-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 10px;\n    }\n\n    .psp-feature {\n      padding: 21px 16px;\n    }\n\n    .psp-feature h3 {\n      font-size: 15px;\n    }\n\n    .psp-feature p {\n      font-size: 12px;\n    }\n\n    .psp-icon {\n      width: 42px;\n      height: 42px;\n      font-size: 18px;\n    }\n\n    .psp-intro,\n    .psp-features,\n    .psp-split,\n    .psp-protection,\n    .psp-size,\n    .psp-lifestyle,\n    .psp-reviews,\n    .psp-details,\n    .psp-cta {\n      padding: 60px 0;\n    }\n\n    .psp-floating {\n      position: relative;\n      left: 15px;\n      bottom: auto;\n      display: inline-block;\n      margin-top: -18px;\n    }\n\n    .psp-table-row {\n      grid-template-columns: 1fr;\n    }\n\n    .psp-table-row div {\n      padding: 11px 16px;\n    }\n\n    .psp-table-row div:first-child {\n      padding-bottom: 3px;\n    }\n\n    .psp-table-row div:last-child {\n      padding-top: 3px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"psp-product\"\u003e\n\u003c!-- =========================\n       HERO\n  ========================== --\u003e\n\u003csection class=\"psp-hero\"\u003e\n\u003cdiv class=\"psp-container\"\u003e\n\u003cdiv class=\"psp-hero-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"psp-eyebrow\"\u003ePremium Pet Furniture Protection\u003c\/div\u003e\n\u003ch1\u003eA Softer Sofa.\u003cbr\u003eA Happier Home.\u003c\/h1\u003e\n\u003cp class=\"psp-hero-text\"\u003eGive your pet a comfortable place to relax while helping protect your favorite sofa from everyday pet hair, dirt, spills and wear. Designed to combine cozy comfort with practical furniture protection.\u003c\/p\u003e\n\u003cdiv class=\"psp-badges\"\u003e\n\u003cdiv class=\"psp-badge\"\u003e🐾 Pet Friendly\u003c\/div\u003e\n\u003cdiv class=\"psp-badge\"\u003e✓ Non-Slip Design\u003c\/div\u003e\n\u003cdiv class=\"psp-badge\"\u003e🧺 Machine Washable\u003c\/div\u003e\n\u003cdiv class=\"psp-badge\"\u003e☁ Soft \u0026amp; Comfortable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-hero-image\"\u003e\n\u003c!-- Replace with your Shopify CDN image URL --\u003e \u003cimg src=\"https:\/\/img.thesitebase.net\/10637\/10637643\/products\/ver_1\/1787405900285.png?width=1200\u0026amp;height=0\u0026amp;min_height=0\" alt=\"Pet sofa protector with dog relaxing comfortably\" loading=\"eager\"\u003e\n\u003cdiv class=\"psp-floating\"\u003eComfort Meets Protection \u003csmall\u003eDesigned for everyday pet life\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       INTRO\n  ========================== --\u003e\n\u003csection class=\"psp-intro\"\u003e\n\u003cdiv class=\"psp-container\"\u003e\n\u003cdiv class=\"psp-section-label\"\u003eDesigned For Pet-Loving Homes\u003c\/div\u003e\n\u003ch2 class=\"psp-section-title\"\u003eLet Your Pet Enjoy The Sofa.\u003cbr\u003eKeep Your Sofa Looking Better.\u003c\/h2\u003e\n\u003cp class=\"psp-intro-text\"\u003ePets love the sofa. Unfortunately, sofas can quickly collect fur, dirt, crumbs and everyday mess. This premium pet sofa protector creates a dedicated, comfortable layer between your pet and your furniture — helping you enjoy more cuddles without constantly worrying about your upholstery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       FEATURES\n  ========================== --\u003e\n\u003csection class=\"psp-features\"\u003e\n\u003cdiv class=\"psp-container\"\u003e\n\u003cdiv class=\"psp-heading-center\"\u003e\n\u003cdiv class=\"psp-section-label\"\u003eThoughtfully Designed\u003c\/div\u003e\n\u003ch2 class=\"psp-section-title\"\u003eEveryday Protection,\u003cbr\u003eEveryday Comfort\u003c\/h2\u003e\n\u003cp\u003ePractical features designed around the needs of both pets and their owners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-feature-grid\"\u003e\n\u003cdiv class=\"psp-feature\"\u003e\n\u003cdiv class=\"psp-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003ePet Friendly\u003c\/h3\u003e\n\u003cp\u003eCreates a soft, dedicated surface where your dog or cat can comfortably rest, nap and relax.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-feature\"\u003e\n\u003cdiv class=\"psp-icon\"\u003e🛋️\u003c\/div\u003e\n\u003ch3\u003eFurniture Protection\u003c\/h3\u003e\n\u003cp\u003eHelps shield your sofa from everyday pet hair, dirt, minor spills, stains and general wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-feature\"\u003e\n\u003cdiv class=\"psp-icon\"\u003e↔\u003c\/div\u003e\n\u003ch3\u003eNon-Slip Design\u003c\/h3\u003e\n\u003cp\u003eDesigned to help keep the protector more securely positioned during everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-feature\"\u003e\n\u003cdiv class=\"psp-icon\"\u003e☁\u003c\/div\u003e\n\u003ch3\u003eSoft \u0026amp; Comfortable\u003c\/h3\u003e\n\u003cp\u003eA soft premium fabric surface provides a cozy resting area for your furry companion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-feature\"\u003e\n\u003cdiv class=\"psp-icon\"\u003e🧺\u003c\/div\u003e\n\u003ch3\u003eMachine Washable\u003c\/h3\u003e\n\u003cp\u003eEasy-care construction makes regular cleaning and maintenance more convenient for busy pet parents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-feature\"\u003e\n\u003cdiv class=\"psp-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eHome-Friendly Style\u003c\/h3\u003e\n\u003cp\u003eDesigned to blend naturally into your living space without making your sofa look like a pet accessory.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       COMFORT\n  ========================== --\u003e\n\u003csection class=\"psp-split\"\u003e\n\u003cdiv class=\"psp-container\"\u003e\n\u003cdiv class=\"psp-split-grid\"\u003e\n\u003cdiv class=\"psp-split-image\"\u003e\n\u003c!-- Replace with your Shopify CDN image URL --\u003e \u003cimg src=\"https:\/\/img.thesitebase.net\/10637\/10637643\/products\/ver_1\/1787405912131a5110c1.png?width=1200\u0026amp;height=0\u0026amp;min_height=0\" alt=\"Dog sleeping comfortably on protected sofa\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"psp-section-label\"\u003eTheir Favorite Spot\u003c\/div\u003e\n\u003ch2\u003eTurn Your Sofa Into A Cozy Pet Retreat.\u003c\/h2\u003e\n\u003cp\u003eWhether your pet loves afternoon naps, movie nights or simply being close to the family, this sofa protector gives them a comfortable place to settle in.\u003c\/p\u003e\n\u003cul class=\"psp-checks\"\u003e\n\u003cli\u003eSoft and comfortable resting surface\u003c\/li\u003e\n\u003cli\u003eIdeal for dogs and cats\u003c\/li\u003e\n\u003cli\u003eHelps reduce direct contact with upholstery\u003c\/li\u003e\n\u003cli\u003ePerfect for everyday lounging and naps\u003c\/li\u003e\n\u003cli\u003eEasy to remove when your sofa needs a refresh\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       PROTECTION\n  ========================== --\u003e\n\u003csection class=\"psp-protection\"\u003e\n\u003cdiv class=\"psp-container\"\u003e\n\u003cdiv class=\"psp-protection-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"psp-section-label\"\u003eLess Cleaning Stress\u003c\/div\u003e\n\u003ch2\u003eLove Your Pet.\u003cbr\u003eProtect Your Furniture.\u003c\/h2\u003e\n\u003cp\u003eFrom shedding season to muddy paws, everyday pet life can be messy. The sofa protector provides an additional protective layer between your pet and your furniture, helping make cleanup and maintenance easier.\u003c\/p\u003e\n\u003cdiv class=\"psp-protection-box\"\u003e\n\u003cstrong\u003eEasy-care design\u003c\/strong\u003e\u003cbr\u003eWhen it is time for a refresh, simply remove the protector and machine wash it according to the care instructions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg style=\"border-radius: 24px;\" src=\"https:\/\/img.thesitebase.net\/10637\/10637643\/products\/ver_1\/1787407764330.png?width=1200\u0026amp;height=0\u0026amp;min_height=0\" alt=\"Premium pet furniture sofa protector\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       SIZE GUIDE\n  ========================== --\u003e\n\u003csection class=\"psp-size\"\u003e\n\u003cdiv class=\"psp-container\"\u003e\n\u003cdiv class=\"psp-heading-center\"\u003e\n\u003cdiv class=\"psp-section-label\"\u003eFind Your Perfect Fit\u003c\/div\u003e\n\u003ch2 class=\"psp-section-title\"\u003eAvailable In 4 Sizes\u003c\/h2\u003e\n\u003cp\u003eChoose the size that best matches your sofa. Always measure your sofa before purchasing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-size-grid\"\u003e\n\u003cdiv class=\"psp-size-card\"\u003e\n\u003cstrong\u003eS\u003c\/strong\u003e35.5 × 35.5 in90 × 90 cm\u003c\/div\u003e\n\u003cdiv class=\"psp-size-card\"\u003e\n\u003cstrong\u003eM\u003c\/strong\u003e35.5 × 63 in90 × 160 cm\u003c\/div\u003e\n\u003cdiv class=\"psp-size-card\"\u003e\n\u003cstrong\u003eL\u003c\/strong\u003e35.5 × 71 in90 × 180 cm\u003c\/div\u003e\n\u003cdiv class=\"psp-size-card\"\u003e\n\u003cstrong\u003eXL\u003c\/strong\u003e35.5 × 83 in90 × 210 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-size-image\"\u003e\n\u003c!-- Replace with your Shopify CDN size chart URL --\u003e \u003cimg src=\"https:\/\/img.thesitebase.net\/10637\/10637643\/products\/ver_1\/1787406216748.png?width=1200\u0026amp;height=0\u0026amp;min_height=0\" alt=\"Pet sofa protector size guide S M L XL\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cp class=\"psp-measure-note\"\u003e\u003cstrong\u003eMeasurement tip:\u003c\/strong\u003e Please measure your sofa before ordering. Due to manual measurement, please allow approximately 1–2 cm variation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       LIFESTYLE BENEFITS\n  ========================== --\u003e\n\u003csection class=\"psp-lifestyle\"\u003e\n\u003cdiv class=\"psp-container\"\u003e\n\u003cdiv class=\"psp-heading-center\"\u003e\n\u003cdiv class=\"psp-section-label\"\u003eMade For Real Life\u003c\/div\u003e\n\u003ch2 class=\"psp-section-title\"\u003eOne Protector. Many Everyday Moments.\u003c\/h2\u003e\n\u003cp\u003eDesigned to make life with your furry companion a little easier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-lifestyle-grid\"\u003e\n\u003cdiv class=\"psp-lifestyle-card\"\u003e\n\u003cdiv class=\"psp-lifestyle-icon\"\u003e😴\u003c\/div\u003e\n\u003ch3\u003eNap Time\u003c\/h3\u003e\n\u003cp\u003eA soft place for comfortable afternoon naps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-lifestyle-card\"\u003e\n\u003cdiv class=\"psp-lifestyle-icon\"\u003e🎬\u003c\/div\u003e\n\u003ch3\u003eMovie Nights\u003c\/h3\u003e\n\u003cp\u003eKeep your pet close during family downtime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-lifestyle-card\"\u003e\n\u003cdiv class=\"psp-lifestyle-icon\"\u003e🐕\u003c\/div\u003e\n\u003ch3\u003eDaily Lounging\u003c\/h3\u003e\n\u003cp\u003eA dedicated place for everyday relaxation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-lifestyle-card\"\u003e\n\u003cdiv class=\"psp-lifestyle-icon\"\u003e🧼\u003c\/div\u003e\n\u003ch3\u003eEasy Cleaning\u003c\/h3\u003e\n\u003cp\u003eMachine washable for convenient maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       CUSTOMER-STYLE REVIEWS\n       Replace with verified reviews when available.\n  ========================== --\u003e\n\u003csection class=\"psp-reviews\"\u003e\n\u003cdiv class=\"psp-container\"\u003e\n\u003cdiv class=\"psp-heading-center\"\u003e\n\u003cdiv class=\"psp-section-label\"\u003ePet Parent Favorites\u003c\/div\u003e\n\u003ch2 class=\"psp-section-title\"\u003eWhat Pet Parents Love\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-rating-summary\"\u003e\n\u003cdiv class=\"psp-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003eCustomer-style sample feedback — replace with your verified customer reviews.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-review-grid\"\u003e\n\u003cdiv class=\"psp-review\"\u003e\n\u003cdiv class=\"psp-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"psp-review-text\"\u003e“I bought this mainly to protect my sofa from dog hair, but my dog ended up loving it. He goes straight to his spot whenever he wants to nap.”\u003c\/p\u003e\n\u003cdiv class=\"psp-review-author\"\u003e\n\u003cdiv class=\"psp-avatar\"\u003eJ\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eJessica M.\u003c\/strong\u003eDog Parent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-review\"\u003e\n\u003cdiv class=\"psp-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"psp-review-text\"\u003e“The size was exactly what I needed for our large sofa. It covers most of the seating area and makes cleaning up after our two dogs much easier.”\u003c\/p\u003e\n\u003cdiv class=\"psp-review-author\"\u003e\n\u003cdiv class=\"psp-avatar\"\u003eD\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDaniel R.\u003c\/strong\u003ePet Owner\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-review\"\u003e\n\u003cdiv class=\"psp-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"psp-review-text\"\u003e“Really like the soft fabric. My cat usually moves around a lot on blankets, but this stays much more comfortable on the sofa. Also nice that it can be washed.”\u003c\/p\u003e\n\u003cdiv class=\"psp-review-author\"\u003e\n\u003cdiv class=\"psp-avatar\"\u003eA\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAmanda K.\u003c\/strong\u003ePet Parent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       PRODUCT DETAILS\n  ========================== --\u003e\n\u003csection class=\"psp-details\"\u003e\n\u003cdiv class=\"psp-container\"\u003e\n\u003cdiv class=\"psp-heading-center\"\u003e\n\u003cdiv class=\"psp-section-label\"\u003eProduct Information\u003c\/div\u003e\n\u003ch2 class=\"psp-section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-table\"\u003e\n\u003cdiv class=\"psp-table-row\"\u003e\n\u003cdiv\u003eProduct Type\u003c\/div\u003e\n\u003cdiv\u003ePet Sofa Protector\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-table-row\"\u003e\n\u003cdiv\u003eRecommended For\u003c\/div\u003e\n\u003cdiv\u003eDogs \u0026amp; Cats\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-table-row\"\u003e\n\u003cdiv\u003eDesign\u003c\/div\u003e\n\u003cdiv\u003eNon-Slip Sofa Protection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-table-row\"\u003e\n\u003cdiv\u003eCare\u003c\/div\u003e\n\u003cdiv\u003eMachine Washable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-table-row\"\u003e\n\u003cdiv\u003eSurface\u003c\/div\u003e\n\u003cdiv\u003eSoft \u0026amp; Comfortable Fabric\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-table-row\"\u003e\n\u003cdiv\u003eSize S\u003c\/div\u003e\n\u003cdiv\u003e35.5 × 35.5 in \/ 90 × 90 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-table-row\"\u003e\n\u003cdiv\u003eSize M\u003c\/div\u003e\n\u003cdiv\u003e35.5 × 63 in \/ 90 × 160 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-table-row\"\u003e\n\u003cdiv\u003eSize L\u003c\/div\u003e\n\u003cdiv\u003e35.5 × 71 in \/ 90 × 180 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-table-row\"\u003e\n\u003cdiv\u003eSize XL\u003c\/div\u003e\n\u003cdiv\u003e35.5 × 83 in \/ 90 × 210 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"psp-table-row\"\u003e\n\u003cdiv\u003eMeasurement Tolerance\u003c\/div\u003e\n\u003cdiv\u003eAllow approximately 1–2 cm variation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================\n       FINAL CTA\n  ========================== --\u003e\n\u003csection class=\"psp-cta\"\u003e\n\u003cdiv class=\"psp-container\"\u003e\n\u003cdiv class=\"psp-section-label\"\u003eMore Cuddles. Less Sofa Stress.\u003c\/div\u003e\n\u003ch2\u003eGive Your Pet Their\u003cbr\u003eNew Favorite Spot.\u003c\/h2\u003e\n\u003cp\u003eCreate a comfortable place for your furry companion while adding an extra layer of protection to the sofa you love.\u003c\/p\u003e\n\u003ca class=\"psp-cta-button\" href=\"#AddToCart\"\u003e Protect Your Sofa →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Pawsypets","offers":[{"title":"S \/ Forest Weave Coffee","offer_id":51779168796708,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"S \/ Meadow Braid Beige","offer_id":51779168829476,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"S \/ Meadow Braid Dark Gray","offer_id":51779168862244,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"S \/ Forest Weave Creamy","offer_id":51779168895012,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"S \/ Forest Weave Light Gray","offer_id":51779168927780,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"M \/ Forest Weave Coffee","offer_id":51779168960548,"sku":null,"price":49.99,"currency_code":"USD","in_stock":true},{"title":"M \/ Meadow Braid Beige","offer_id":51779168993316,"sku":null,"price":49.99,"currency_code":"USD","in_stock":true},{"title":"M \/ Meadow Braid Dark Gray","offer_id":51779169026084,"sku":null,"price":49.99,"currency_code":"USD","in_stock":true},{"title":"M \/ Forest Weave Creamy","offer_id":51779169058852,"sku":null,"price":49.99,"currency_code":"USD","in_stock":true},{"title":"M \/ Forest Weave Light Gray","offer_id":51779169091620,"sku":null,"price":49.99,"currency_code":"USD","in_stock":true},{"title":"L \/ Forest Weave Coffee","offer_id":51779169124388,"sku":null,"price":59.99,"currency_code":"USD","in_stock":true},{"title":"L \/ Meadow Braid Beige","offer_id":51779169157156,"sku":null,"price":59.99,"currency_code":"USD","in_stock":true},{"title":"L \/ Meadow Braid Dark Gray","offer_id":51779169189924,"sku":null,"price":59.99,"currency_code":"USD","in_stock":true},{"title":"L \/ Forest Weave Creamy","offer_id":51779169222692,"sku":null,"price":59.99,"currency_code":"USD","in_stock":true},{"title":"L \/ Forest Weave Light Gray","offer_id":51779169255460,"sku":null,"price":59.99,"currency_code":"USD","in_stock":true},{"title":"XL \/ Forest Weave Coffee","offer_id":51779169288228,"sku":null,"price":79.99,"currency_code":"USD","in_stock":true},{"title":"XL \/ Meadow Braid Beige","offer_id":51779169320996,"sku":null,"price":79.99,"currency_code":"USD","in_stock":true},{"title":"XL \/ Meadow Braid Dark Gray","offer_id":51779169353764,"sku":null,"price":79.99,"currency_code":"USD","in_stock":true},{"title":"XL \/ Forest Weave Creamy","offer_id":51779169386532,"sku":null,"price":79.99,"currency_code":"USD","in_stock":true},{"title":"XL \/ Forest Weave Light Gray","offer_id":51779169419300,"sku":null,"price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/9762\/1540\/files\/0x1152_1787405900285.png?v=1790013507"},{"product_id":"dog-herding-ball-built-for-the-chase","title":"Dog Herding Ball — built for the chase","description":"\u003c!-- ============================================================\n     DOG HERDING BALL — PREMIUM PRODUCT DESCRIPTION (v3)\n     • Inline styles only -\u003e pastes cleanly into Shopify \/ WooCommerce \/ CMS\n     • Single-column \u0026 fluid -\u003e responsive on mobile by default\n     • Sizes: 22\" \/ 25\" \/ 28\"  |  Feature: scratch-proof nylon cover\n     • IMAGES: served as WebP via AliExpress CDN \"_.webp\" transform.\n       If a platform strips the WebP, the onerror fallback loads the\n       original .jpg automatically. Swap these for your own hosted\n       .webp files when ready.\n     • Accent #E08A2B (amber) · Brand greens #16291F \/ #2E5A40 — swap to match your site\n     ============================================================ --\u003e\n\u003cdiv style=\"max-width: 760px; margin: 0 auto; font-family: 'Inter',Helvetica,Arial,sans-serif; color: #1c2b22; line-height: 1.65;\"\u003e\n\u003c!-- Eyebrow --\u003e\n\u003cp style=\"font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #2e5a40; margin: 0 0 10px;\"\u003eInstinct-driven enrichment\u003c\/p\u003e\n\u003c!-- Heading --\u003e\n\u003ch2 style=\"font-size: 28px; line-height: 1.1; font-weight: 800; letter-spacing: -.02em; margin: 0 0 16px; color: #1c2b22;\"\u003eDog Herding Ball — Scratch-Proof Heavy-Duty Push Ball\u003c\/h2\u003e\n\u003c!-- Lede --\u003e\n\u003cp style=\"font-size: 17px; color: #3a4a3e; margin: 0 0 22px;\"\u003eSome dogs aren’t satisfied by a tennis ball. If yours tries to round up the kids, the vacuum, or every dog at the park, that’s a herding brain looking for a job — and the Dog Herding Ball gives it one.\u003c\/p\u003e\n\u003cp style=\"font-size: 17px; color: #3a4a3e; margin: 0 0 22px;\"\u003e\u003cimg src=\"https:\/\/img.shopbase.com\/10637\/10637643\/products\/178186838586487b2a7b.jpeg\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c!-- IMAGE 1 (WebP, with jpg fallback) --\u003e\n\u003cp style=\"font-size: 16px; color: #2b3a2f; margin: 0 0 16px;\"\u003eBuilt deliberately too big to pick up, the ball gets your dog to nose, push, and chase it across the yard — the exact instinct-driven movement working breeds are wired for, turned into healthy, focused play.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; color: #2b3a2f; margin: 0 0 28px;\"\u003eThe outer shell is a \u003cstrong\u003escratch-proof, reinforced nylon cover\u003c\/strong\u003e that shrugs off claws, teeth-nudges, and full-speed sprints, while staying light enough to roll the moment your dog leans in. More than a toy, it’s real enrichment: a single session helps burn excess energy, ease boredom and anxiety, sharpen focus, and build a calmer, more confident dog.\u003c\/p\u003e\n\u003c!-- SIZE GUIDE --\u003e\n\u003cdiv style=\"background: #16291F; border-radius: 16px; padding: 24px 26px; margin: 0 0 28px; color: #eaf1e6;\"\u003e\n\u003ch3 style=\"font-size: 13px; font-weight: bold; letter-spacing: .12em; text-transform: uppercase; color: #f2c078; margin: 0 0 16px;\"\u003eChoose your size\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 10px; font-size: 15.5px; color: #eaf1e6;\"\u003e\u003cstrong style=\"color: #fff;\"\u003e22″ —\u003c\/strong\u003e ideal for small-to-medium dogs and pups learning to herd.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 10px; font-size: 15.5px; color: #eaf1e6;\"\u003e\u003cstrong style=\"color: #fff;\"\u003e25″ —\u003c\/strong\u003e our most popular size, for medium-to-large, high-drive breeds.\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 15.5px; color: #eaf1e6;\"\u003e\u003cstrong style=\"color: #fff;\"\u003e28″ —\u003c\/strong\u003e the big one, for extra-large breeds and serious pushers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 2 (WebP, with jpg fallback) --\u003e\n\u003cdiv style=\"background: #F4F6EE; border: 1px solid #D8DCCF; border-radius: 16px; padding: 24px 26px; margin: 0 0 28px;\"\u003e\n\u003ch3 style=\"font-size: 13px; font-weight: bold; letter-spacing: .12em; text-transform: uppercase; color: #2e5a40; margin: 0 0 16px;\"\u003eWhat you’ll love\u003c\/h3\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse;\" role=\"presentation\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 6px 0; width: 26px; vertical-align: top; color: #e08a2b; font-weight: 800;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 6px 0; font-size: 15.5px; color: #1c2b22;\"\u003e\n\u003cstrong\u003eThree sizes — 22″, 25″ \u0026amp; 28″\u003c\/strong\u003e to match any dog.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 6px 0; vertical-align: top; color: #e08a2b; font-weight: 800;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 6px 0; font-size: 15.5px; color: #1c2b22;\"\u003e\n\u003cstrong\u003eScratch-proof reinforced nylon cover\u003c\/strong\u003e built to last.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 6px 0; vertical-align: top; color: #e08a2b; font-weight: 800;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 6px 0; font-size: 15.5px; color: #1c2b22;\"\u003eChannels natural herding instinct into purposeful play.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 6px 0; vertical-align: top; color: #e08a2b; font-weight: 800;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 6px 0; font-size: 15.5px; color: #1c2b22;\"\u003eHelps reduce boredom, anxiety, and pent-up energy.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 6px 0; vertical-align: top; color: #e08a2b; font-weight: 800;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 6px 0; font-size: 15.5px; color: #1c2b22;\"\u003eWashable cover and quick to inflate.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Best for --\u003e\n\u003cp style=\"font-size: 15.5px; color: #2b3a2f; margin: 0 0 28px;\"\u003e\u003cstrong style=\"color: #1c2b22;\"\u003e\u003cimg src=\"https:\/\/img.shopbase.com\/10637\/10637643\/products\/1781868417553013faff.jpeg\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"font-size: 15.5px; color: #2b3a2f; margin: 0 0 28px;\"\u003e\u003cstrong style=\"color: #1c2b22;\"\u003e\u003cimg src=\"https:\/\/img.shopbase.com\/10637\/10637643\/products\/1781868435811b9d67e9.webp\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"font-size: 15.5px; color: #2b3a2f; margin: 0 0 28px;\"\u003e\u003cstrong style=\"color: #1c2b22;\"\u003eBest for:\u003c\/strong\u003e high-energy and working breeds — Border Collies, Australian Shepherds, Cattle Dogs, German Shepherds, Labradors, Golden Retrievers, and more.\u003c\/p\u003e\n\u003c!-- Care note --\u003e\n\u003cp style=\"font-size: 14px; color: #5c6b5e; background: #FBFBF6; border-left: 3px solid #E08A2B; border-radius: 6px; padding: 14px 16px; margin: 0 0 28px;\"\u003e\u003cstrong style=\"color: #1c2b22;\"\u003eGood to know:\u003c\/strong\u003e This ball is made for chasing and pushing, not chewing — not recommended for aggressive chewers, and play should always be supervised. Keep it fully inflated during use, and store it in a cool, shaded spot, as excess heat can over-expand the inner ball.\u003c\/p\u003e\n\u003c!-- Closing line --\u003e\n\u003cp style=\"font-size: 17px; font-weight: 600; color: #2e5a40; margin: 0; text-align: center;\"\u003eGive your dog’s drive a direction. 🐾\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Pawsypets","offers":[{"title":"25 Inch \/ Blue \u0026 Orange","offer_id":51892449935396,"sku":null,"price":69.99,"currency_code":"USD","in_stock":true},{"title":"25 Inch \/ Rainbow with handles","offer_id":51892449968164,"sku":null,"price":79.99,"currency_code":"USD","in_stock":true},{"title":"25 Inch \/ Ocean Blue","offer_id":51892450000932,"sku":null,"price":69.99,"currency_code":"USD","in_stock":true},{"title":"22 Inch \/ Blue \u0026 Orange","offer_id":51892450033700,"sku":null,"price":49.99,"currency_code":"USD","in_stock":true},{"title":"22 Inch \/ Rainbow with handles","offer_id":51892450066468,"sku":null,"price":69.99,"currency_code":"USD","in_stock":true},{"title":"22 Inch \/ Ocean Blue","offer_id":51892450099236,"sku":null,"price":49.99,"currency_code":"USD","in_stock":true},{"title":"18 Inch \/ Blue \u0026 Orange","offer_id":51892450132004,"sku":null,"price":44.45,"currency_code":"USD","in_stock":true},{"title":"18 Inch \/ Rainbow with handles","offer_id":51892450164772,"sku":null,"price":49.45,"currency_code":"USD","in_stock":true},{"title":"18 Inch \/ Ocean Blue","offer_id":51892450197540,"sku":null,"price":44.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/9762\/1540\/files\/0x1152_1781868330092.webp?v=1790174227"}],"url":"https:\/\/www.pawsypets.com\/collections\/dog-favorites.oembed","provider":"Pawsypets","version":"1.0","type":"link"}