{"product_id":"animals-and-pet-supplies-example-product-4","title":"Sample product","description":"\u003cbody\u003e\n\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003ctitle\u003ePawRest — Because Rest Is Love\u003c\/title\u003e\n\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,500\u0026amp;family=Work+Sans:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  :root{\n    --ink: #2B2D2A;\n    --cream: #F4EFE6;\n    --dusk: #3E4C59;\n    --moss: #6B7F5E;\n    --amber: #C97B3F;\n    --amber-dark: #A8622E;\n    --line: rgba(43,45,42,0.12);\n    --radius: 4px;\n    --max: 1120px;\n  }\n  *{box-sizing:border-box; margin:0; padding:0;}\n  body{\n    font-family:'Work Sans', sans-serif;\n    color:var(--ink);\n    background:var(--cream);\n    line-height:1.6;\n    -webkit-font-smoothing:antialiased;\n  }\n  h1,h2,h3{\n    font-family:'Fraunces', serif;\n    font-weight:600;\n    line-height:1.15;\n    letter-spacing:-0.01em;\n  }\n  a{color:inherit; text-decoration:none;}\n  img{max-width:100%; display:block;}\n  .wrap{max-width:var(--max); margin:0 auto; padding:0 24px;}\n  .eyebrow{\n    font-size:13px;\n    text-transform:uppercase;\n    letter-spacing:0.14em;\n    color:var(--moss);\n    font-weight:600;\n    margin-bottom:14px;\n    display:block;\n  }\n\n  \/* HEADER *\/\n  header{\n    position:sticky; top:0; z-index:50;\n    background:#15130F;\n    border-bottom:1px solid rgba(201,123,63,0.25);\n  }\n  header .wrap{\n    display:flex; align-items:center; justify-content:space-between;\n    padding-top:16px; padding-bottom:16px;\n  }\n  .logo-img{height:34px; width:auto; display:block;}\n  .header-cta{\n    background:var(--amber); color:#fff; padding:10px 20px;\n    border-radius:var(--radius); font-weight:600; font-size:14px;\n  }\n\n  \/* HERO *\/\n  .hero{\n    padding:64px 0 56px;\n    position:relative;\n    overflow:hidden;\n  }\n  .hero .wrap{\n    display:grid;\n    grid-template-columns:1.05fr 0.95fr;\n    gap:56px;\n    align-items:center;\n  }\n  .hero h1{font-size:44px; margin-bottom:20px;}\n  .hero h1 .accent{color:var(--amber);}\n  .hero .sub{font-size:18px; color:#54534A; max-width:46ch; margin-bottom:28px;}\n  .price-line{\n    display:flex; align-items:baseline; gap:12px; margin-bottom:28px;\n  }\n  .price-old{font-size:19px; color:#948B76; text-decoration:line-through;}\n  .price-new{font-size:32px; font-weight:700; font-family:'Fraunces', serif; color:var(--dusk);}\n  .cta-btn{\n    display:inline-block;\n    background:var(--amber);\n    color:#fff;\n    padding:16px 32px;\n    border-radius:var(--radius);\n    font-weight:700;\n    font-size:16px;\n    letter-spacing:0.01em;\n    box-shadow:0 6px 18px rgba(201,123,63,0.35);\n    transition:transform .15s ease, box-shadow .15s ease;\n    border:none; cursor:pointer;\n  }\n  .cta-btn:hover{transform:translateY(-2px); box-shadow:0 10px 22px rgba(201,123,63,0.42);}\n  .cta-sub{font-size:13px; color:#7A7566; margin-top:12px;}\n  .hero-trust{\n    display:flex; gap:18px; margin-top:32px; flex-wrap:wrap;\n  }\n  .hero-trust div{font-size:12px; color:#7A7566; display:flex; align-items:center; gap:6px;}\n\n  .breathing-ring{\n    position:absolute;\n    width:520px; height:520px;\n    border-radius:50%;\n    border:1px solid rgba(107,127,94,0.25);\n    top:50%; left:78%;\n    transform:translate(-50%,-50%);\n    animation:breathe 6s ease-in-out infinite;\n    pointer-events:none;\n  }\n  .breathing-ring.on-dark{\n    border-color:rgba(201,123,63,0.35);\n  }\n  @keyframes breathe{\n    0%,100%{transform:translate(-50%,-50%) scale(0.96); opacity:0.5;}\n    50%{transform:translate(-50%,-50%) scale(1.04); opacity:0.9;}\n  }\n\n  \/* SECTION GENERIC *\/\n  section{padding:72px 0;}\n  .section-head{max-width:640px; margin:0 auto 48px; text-align:center;}\n  .section-head h2{font-size:32px;}\n  .section-head p{color:#54534A; font-size:16px; margin-top:12px;}\n\n  \/* PAIN\/PLEASURE *\/\n  .pp-grid{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:20px;\n  }\n  .pp-card{\n    background:#fff;\n    border:1px solid var(--line);\n    border-radius:var(--radius);\n    padding:26px 28px;\n  }\n  .pp-card .stop{color:#A8622E; font-weight:600; font-size:15px; margin-bottom:6px;}\n  .pp-card .start{color:var(--dusk); font-weight:700; font-size:17px; font-family:'Fraunces',serif; margin-bottom:10px;}\n  .pp-card p{color:#54534A; font-size:14.5px;}\n\n  \/* FEATURES *\/\n  .features{background:#EFE7D6;}\n  .feat-grid{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:36px;\n    align-items:center;\n  }\n  .feat-list{display:flex; flex-direction:column; gap:26px;}\n  .feat-item{display:flex; gap:16px;}\n  .feat-num{\n    font-family:'Fraunces',serif; font-weight:600; font-size:20px;\n    color:var(--moss); flex-shrink:0; width:32px;\n  }\n  .feat-item h3{font-size:18px; margin-bottom:6px;}\n  .feat-item p{font-size:14.5px; color:#54534A;}\n\n  \/* TESTIMONIALS *\/\n  .trust-line{\n    text-align:center; font-size:14px; color:var(--moss); font-weight:600;\n    letter-spacing:0.04em; text-transform:uppercase; margin-bottom:36px;\n  }\n  .test-grid{\n    display:grid; grid-template-columns:repeat(3,1fr); gap:20px;\n  }\n  .test-card{\n    background:#fff; border:1px solid var(--line); border-radius:var(--radius);\n    padding:26px; display:flex; flex-direction:column; gap:14px;\n  }\n  .test-card .quote{font-size:14.5px; color:#3A392F; font-style:italic;}\n  .test-card .who{font-size:13px; color:#7A7566; font-weight:600;}\n  .icon-strip{\n    margin-top:48px;\n    display:grid; grid-template-columns:repeat(4,1fr); gap:16px;\n    text-align:center;\n  }\n  .icon-strip div{padding:18px 10px; border:1px solid var(--line); border-radius:var(--radius); background:#fff;}\n  .icon-strip .ico{font-size:22px; margin-bottom:8px;}\n  .icon-strip .cap{font-size:12.5px; color:#7A7566;}\n  .icon-strip .label{font-weight:700; font-size:14px; margin-bottom:2px;}\n\n  \/* OFFER *\/\n  .offer{\n    background:var(--dusk);\n    color:#F4EFE6;\n    border-radius:8px;\n    padding:56px 40px;\n    text-align:center;\n    max-width:760px;\n    margin:0 auto;\n    position:relative;\n    overflow:hidden;\n  }\n  .offer .price-old{color:#B9C2CB;}\n  .offer .price-new{color:#fff;}\n  .offer-includes{\n    list-style:none; margin:28px 0; display:flex; flex-direction:column; gap:10px;\n    text-align:left; max-width:360px; margin-left:auto; margin-right:auto;\n  }\n  .offer-includes li{font-size:15px; color:#E4E9ED;}\n  .offer .cta-btn{margin-top:12px;}\n  .offer .cta-sub{color:#B9C2CB; max-width:420px; margin:14px auto 0;}\n\n  \/* GUARANTEE *\/\n  .guarantee-grid{\n    display:grid; grid-template-columns:repeat(3,1fr); gap:24px;\n  }\n  .g-card{padding:8px;}\n  .g-card .g-num{\n    font-family:'Fraunces',serif; font-size:26px; color:var(--amber); margin-bottom:10px; font-weight:600;\n  }\n  .g-card h3{font-size:17px; margin-bottom:8px;}\n  .g-card p{font-size:14.5px; color:#54534A;}\n\n  \/* FAQ *\/\n  .faq-list{max-width:760px; margin:0 auto; display:flex; flex-direction:column; gap:14px;}\n  .faq-item{\n    background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:22px 26px;\n  }\n  .faq-item h3{font-size:16px; margin-bottom:8px; font-family:'Work Sans',sans-serif; font-weight:600;}\n  .faq-item p{font-size:14.5px; color:#54534A;}\n\n  \/* FINAL CTA *\/\n  .final-cta{\n    text-align:center;\n    background:#EFE7D6;\n  }\n  .final-cta h2{font-size:34px; margin-bottom:16px;}\n  .final-cta .price-line{justify-content:center;}\n  .final-cta .cta-note{font-size:13px; color:#7A7566; margin-top:16px;}\n\n  footer{\n    padding:44px 0; text-align:center; font-size:13px; color:#B7AF9E;\n    background:#15130F;\n    border-top:1px solid rgba(201,123,63,0.25);\n  }\n\n  @media(max-width:860px){\n    .hero .wrap{grid-template-columns:1fr;}\n    .hero h1{font-size:34px;}\n    .pp-grid, .feat-grid, .test-grid, .icon-strip, .guarantee-grid{grid-template-columns:1fr;}\n    .breathing-ring{display:none;}\n    section{padding:52px 0;}\n  }\n\u003c\/style\u003e\n\n\n\n\u003cheader\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0831\/4080\/4826\/files\/Logo_Fundo_Transparente.png?v=1782788792\" alt=\"PawRest logo\" class=\"logo-img\"\u003e\n    \u003ca href=\"https:\/\/pawrestuk.myshopify.com\/products\/pawrestbed\" class=\"header-cta\"\u003eShop Now — £34.99\u003c\/a\u003e\n  \u003c\/div\u003e\n\n\u003c\/header\u003e\n\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"breathing-ring\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cspan class=\"eyebrow\"\u003eBecause rest is love\u003c\/span\u003e\n      \u003ch1\u003eThe calming bed that eases \u003cspan class=\"accent\"\u003eseparation anxiety\u003c\/span\u003e — without the chewed-up mess\u003c\/h1\u003e\n\n      \u003cp class=\"sub\"\u003eRaised sides that mimic a gentle, constant hug — helping your dog's nervous system settle the moment you walk out the door.\u003c\/p\u003e\n\n      \u003cdiv class=\"price-line\"\u003e\n\n        \u003cspan class=\"price-old\"\u003e£59.99\u003c\/span\u003e\n        \u003cspan class=\"price-new\"\u003e£34.99\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ca href=\"https:\/\/pawrestuk.myshopify.com\/products\/pawrestbed\" class=\"cta-btn\"\u003eTry It Risk-Free — 100-Night Guarantee\u003c\/a\u003e\n      \u003cp class=\"cta-sub\"\u003eFree tracked UK delivery, 7–15 business days.\u003c\/p\u003e\n\n      \u003cdiv class=\"hero-trust\"\u003e\n\n        \u003cdiv\u003e⭐ Trustpilot 4.8\u003c\/div\u003e\n\n        \u003cdiv\u003e📦 Royal Mail Tracked\u003c\/div\u003e\n\n        \u003cdiv\u003e🛡️ 100-Night Guarantee\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"border-radius:8px; overflow:hidden;\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0831\/4080\/4826\/files\/ChatGPT_Image_1_de_jul._de_2026_10_45_03.png?v=1782913515\" alt=\"Dog sleeping peacefully in PawRest calming donut bed\" style=\"width:100%; height:100%; object-fit:cover; border-radius:8px;\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cdiv class=\"section-head\"\u003e\n\n      \u003cspan class=\"eyebrow\"\u003eBefore \u0026amp; after\u003c\/span\u003e\n      \u003ch2\u003eYou know the routine. Let's change it.\u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pp-grid\"\u003e\n\n      \u003cdiv class=\"pp-card\"\u003e\n\n        \u003cdiv class=\"stop\"\u003eStop the whining at the door.\u003c\/div\u003e\n\n        \u003cdiv class=\"start\"\u003eStart walking out with a clear conscience.\u003c\/div\u003e\n\n        \u003cp\u003eYour dog settles into the raised sides the second you grab your keys — no more guilt trip on your way out.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pp-card\"\u003e\n\n        \u003cdiv class=\"stop\"\u003eStop replacing beds every few months.\u003c\/div\u003e\n\n        \u003cdiv class=\"start\"\u003eStart buying once, properly.\u003c\/div\u003e\n\n        \u003cp\u003eRipstop fabric stands up to determined chewers, so this isn't another bed for the bin in a fortnight.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pp-card\"\u003e\n\n        \u003cdiv class=\"stop\"\u003eStop hoovering fur off the sofa daily.\u003c\/div\u003e\n\n        \u003cdiv class=\"start\"\u003eStart keeping it where it belongs.\u003c\/div\u003e\n\n        \u003cp\u003eThe deep, cosy base contains fur and mess in one spot — not spread across your carpet.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pp-card\"\u003e\n\n        \u003cdiv class=\"stop\"\u003eStop throwing money at cheap beds.\u003c\/div\u003e\n\n        \u003cdiv class=\"start\"\u003eStart investing in the one that works.\u003c\/div\u003e\n\n        \u003cp\u003eOne well-made bed, backed by a 100-night guarantee, works out cheaper than three bad ones.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection class=\"features\"\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cdiv class=\"feat-grid\"\u003e\n\n      \u003cdiv style=\"border-radius:8px; overflow:hidden;\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0831\/4080\/4826\/files\/ChatGPT_Image_1_de_jul._de_2026_12_40_33.png?v=1782920477\" alt=\"PawRest bed cover being washed, removable and machine-washable\" style=\"width:100%; height:100%; object-fit:cover; border-radius:8px;\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-list\"\u003e\n\n        \u003cspan class=\"eyebrow\"\u003eWhy it works\u003c\/span\u003e\n        \u003cdiv class=\"feat-item\"\u003e\n\n          \u003cdiv class=\"feat-num\"\u003e01\u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch3\u003eRaised 20cm sides\u003c\/h3\u003e\n\n            \u003cp\u003eThe constant, gentle hug that calms your dog's nervous system, even when you're not in the room.\u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feat-item\"\u003e\n\n          \u003cdiv class=\"feat-num\"\u003e02\u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch3\u003eRipstop, bite-resistant fabric\u003c\/h3\u003e\n\n            \u003cp\u003eBuilt to survive real dogs with real teeth, so your investment doesn't end up in shreds by Friday.\u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feat-item\"\u003e\n\n          \u003cdiv class=\"feat-num\"\u003e03\u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch3\u003eRemovable, machine-washable cover\u003c\/h3\u003e\n\n            \u003cp\u003eMuddy walks and shedding season don't stand a chance — unzip, wash, done.\u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feat-item\"\u003e\n\n          \u003cdiv class=\"feat-num\"\u003e04\u003c\/div\u003e\n\n          \u003cdiv\u003e\n\n            \u003ch3\u003eNon-slip base\u003c\/h3\u003e\n\n            \u003cp\u003eStays exactly where your dog left it, even on wooden or tiled floors.\u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cdiv class=\"section-head\"\u003e\n\n      \u003cspan class=\"eyebrow\"\u003eSize guide\u003c\/span\u003e\n      \u003ch2\u003eFind the Perfect Size\u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"max-width:820px; margin:0 auto;\"\u003e\n\n      \u003cdiv style=\"border-radius:8px; overflow:hidden;\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0831\/4080\/4826\/files\/ChatGPT_Image_1_de_jul._de_2026_12_55_46.png?v=1782921359\" alt=\"PawRest bed size comparison — 60cm up to 15kg and 70cm up to 25kg\" style=\"width:100%; height:auto; display:block; border-radius:8px;\"\u003e\n      \u003c\/div\u003e\n\n      \u003cp style=\"text-align:center; font-size:15px; color:#54534A; max-width:640px; margin:28px auto 0;\"\u003eChoose the size that fits your dog best. The 60cm bed is perfect for small to medium breeds (up to 15kg), while the 70cm bed offers extra space for larger dogs (up to 25kg). Not sure? Measure your dog from nose to tail and add 10cm — that's your ideal size.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cp class=\"trust-line\"\u003eTrusted by UK Dog Owners\u003c\/p\u003e\n\n    \u003cdiv class=\"test-grid\"\u003e\n\n      \u003cdiv class=\"test-card\"\u003e\n\n        \u003cdiv class=\"quote\"\u003e\"Bramble used to cry the second I shut the front door. Within a week, I'd come home to her fast asleep instead.\"\u003c\/div\u003e\n\n        \u003cdiv class=\"who\"\u003eCharlotte H., Leeds\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"test-card\"\u003e\n\n        \u003cdiv class=\"quote\"\u003e\"We've been through four beds with our lurcher in two years. This is the first one still in one piece after two months.\"\u003c\/div\u003e\n\n        \u003cdiv class=\"who\"\u003eJames P., Bristol\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"test-card\"\u003e\n\n        \u003cdiv class=\"quote\"\u003e\"The cover comes off in ten seconds and goes straight in the machine. Genuinely the easiest bed I've ever owned to keep clean.\"\u003c\/div\u003e\n\n        \u003cdiv class=\"who\"\u003ePriya S., Manchester\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"icon-strip\"\u003e\n\n      \u003cdiv\u003e\n\n\u003cdiv class=\"ico\"\u003e⭐\u003c\/div\u003e\n\n\u003cdiv class=\"label\"\u003eTrustpilot 4.8\u003c\/div\u003e\n\n\u003cdiv class=\"cap\"\u003eRated Excellent by UK dog owners\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n\u003cdiv class=\"ico\"\u003e📦\u003c\/div\u003e\n\n\u003cdiv class=\"label\"\u003eRoyal Mail Tracked\u003c\/div\u003e\n\n\u003cdiv class=\"cap\"\u003eEvery order tracked, door to door\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n\u003cdiv class=\"ico\"\u003e🔒\u003c\/div\u003e\n\n\u003cdiv class=\"label\"\u003eSecure Checkout\u003c\/div\u003e\n\n\u003cdiv class=\"cap\"\u003ePayment fully encrypted and protected\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n\u003cdiv class=\"ico\"\u003e🛡️\u003c\/div\u003e\n\n\u003cdiv class=\"label\"\u003e100-Night Guarantee\u003c\/div\u003e\n\n\u003cdiv class=\"cap\"\u003eSleep easy — you're covered for 100 nights\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection id=\"offer\"\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cdiv class=\"offer\"\u003e\n\n      \u003cdiv class=\"breathing-ring on-dark\" style=\"top:30%; left:15%;\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"price-line\" style=\"justify-content:center; position:relative; z-index:1;\"\u003e\n\n        \u003cspan class=\"price-old\"\u003e£59.99\u003c\/span\u003e\n        \u003cspan class=\"price-new\"\u003e£34.99\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0831\/4080\/4826\/files\/ChatGPT_Image_1_de_jul._de_2026_12_42_50.png?v=1782920586\" alt=\"Free UK Delivery badge\" style=\"height:220px; width:auto; margin:20px auto 0; display:block; border-radius:8px; position:relative; z-index:1;\"\u003e\n      \u003cul class=\"offer-includes\" style=\"position:relative; z-index:1;\"\u003e\n\n        \u003cli\u003e✅ 1x PawRest Calming Bed\u003c\/li\u003e\n\n        \u003cli\u003e✅ Free E-book: \"5 Secrets to a Calm, Happy Dog\" (£15 value)\u003c\/li\u003e\n\n        \u003cli\u003e✅ Free, fast UK tracked delivery\u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n      \u003ca href=\"https:\/\/pawrestuk.myshopify.com\/products\/pawrestbed\" class=\"cta-btn\" style=\"position:relative; z-index:1;\"\u003eTry It Risk-Free — 100-Night Guarantee\u003c\/a\u003e\n      \u003cp class=\"cta-sub\" style=\"position:relative; z-index:1;\"\u003eYou're protected by our 100-Night Deep Sleep Promise. If your dog doesn't love it, we'll refund you in full and donate £10 to a UK animal shelter.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cdiv class=\"section-head\"\u003e\n\n      \u003cspan class=\"eyebrow\"\u003eNo risk to you\u003c\/span\u003e\n      \u003ch2\u003eThe 100-Night Deep Sleep Promise\u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"guarantee-grid\"\u003e\n\n      \u003cdiv class=\"g-card\"\u003e\n\n        \u003cdiv class=\"g-num\"\u003e01\u003c\/div\u003e\n\n        \u003ch3\u003eZero risk to you\u003c\/h3\u003e\n\n        \u003cp\u003eTry PawRest for a full 100 nights. If your dog isn't sleeping better, send it back for a complete refund.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"g-card\"\u003e\n\n        \u003cdiv class=\"g-num\"\u003e02\u003c\/div\u003e\n\n        \u003ch3\u003eNo awkward conversations\u003c\/h3\u003e\n\n        \u003cp\u003eNo forms to justify why, no hoops to jump through — just a simple, honest refund.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"g-card\"\u003e\n\n        \u003cdiv class=\"g-num\"\u003e03\u003c\/div\u003e\n\n        \u003ch3\u003eWe give back either way\u003c\/h3\u003e\n\n        \u003cp\u003eWhether you keep the bed or return it, we donate £10 to a UK animal shelter.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cdiv class=\"section-head\"\u003e\n\n      \u003cspan class=\"eyebrow\"\u003eQuestions\u003c\/span\u003e\n      \u003ch2\u003eFrequently asked\u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-list\"\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n\n        \u003ch3\u003eDoes PawRest come in different sizes?\u003c\/h3\u003e\n\n        \u003cp\u003ePawRest is a generous one-size bed suitable for dogs up to 20kg, giving smaller and medium dogs plenty of room to curl up or stretch out.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n\n        \u003ch3\u003eWill my dog actually be able to destroy this one too?\u003c\/h3\u003e\n\n        \u003cp\u003eWe can't promise any bed is completely indestructible, but PawRest's ripstop fabric holds up against determined chewers far better than standard beds.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n\n        \u003ch3\u003eHow do I clean it?\u003c\/h3\u003e\n\n        \u003cp\u003eSimply unzip the removable cover and pop it in the washing machine on a normal cycle. Wash and reuse.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n\n        \u003ch3\u003eHow long will delivery take?\u003c\/h3\u003e\n\n        \u003cp\u003eOrders are tracked and typically arrive within 7–15 business days anywhere in the UK.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n\n        \u003ch3\u003eWhat if my dog just doesn't use it?\u003c\/h3\u003e\n\n        \u003cp\u003eThat's exactly what our 100-Night Guarantee is for. If it genuinely doesn't work out, you're covered for a full refund.\u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection class=\"final-cta\"\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003ch2\u003eYour dog's calmer nights start with one decision.\u003c\/h2\u003e\n\n    \u003cdiv class=\"price-line\"\u003e\n\n      \u003cspan class=\"price-old\"\u003e£59.99\u003c\/span\u003e\n      \u003cspan class=\"price-new\"\u003e£34.99\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003ca href=\"https:\/\/pawrestuk.myshopify.com\/products\/pawrestbed\" class=\"cta-btn\"\u003eSecure Your PawRest Now\u003c\/a\u003e\n    \u003cp class=\"cta-note\"\u003eWe keep small stock to ensure quality. If PawRest is in stock, secure yours now.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003cfooter\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0831\/4080\/4826\/files\/Logo_Fundo_Transparente.png?v=1782788792\" alt=\"PawRest logo\" style=\"height:24px; width:auto; margin:0 auto 16px;\"\u003e\n    \u003cdiv style=\"color:#B7AF9E;\"\u003ePawRest UK — Because rest is love. · Free UK Tracked Delivery · 100-Night Guarantee\u003c\/div\u003e\n\n    \u003ca href=\"mailto:hello@pawrest.co.uk\" style=\"color:#D89A5C;\"\u003ehello@pawrest.co.uk\u003c\/a\u003e\n    \u003cdiv style=\"margin-top:14px; display:flex; gap:14px; justify-content:center; flex-wrap:wrap; font-size:12px;\"\u003e\n\n      \u003ca href=\"https:\/\/pawrestuk.myshopify.com\/pages\/about-us\" style=\"color:#B7AF9E;\"\u003eAbout Us\u003c\/a\u003e\n      \u003ca href=\"https:\/\/pawrestuk.myshopify.com\/pages\/contact\" style=\"color:#B7AF9E;\"\u003eContact Us\u003c\/a\u003e\n      \u003ca href=\"https:\/\/pawrestuk.myshopify.com\/pages\/privacy-policy\" style=\"color:#B7AF9E;\"\u003ePrivacy Policy\u003c\/a\u003e\n      \u003ca href=\"https:\/\/pawrestuk.myshopify.com\/terms-of-service\" style=\"color:#B7AF9E;\"\u003eTerms of Service\u003c\/a\u003e\n      \u003ca href=\"https:\/\/pawrestuk.myshopify.com\/pages\/returns-refunds\" style=\"color:#B7AF9E;\"\u003eRefund Policy\u003c\/a\u003e\n      \u003ca href=\"https:\/\/pawrestuk.myshopify.com\/pages\/shipping-policy\" style=\"color:#B7AF9E;\"\u003eShipping Policy\u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/footer\u003e\n\n\n\n\u003c\/body\u003e","brand":"Minha loja","offers":[{"title":"Default Title","offer_id":53455573254472,"sku":null,"price":100.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0974\/0772\/9992\/files\/Cama_khaki_na_sala.png?v=1783294930","url":"https:\/\/www.pawrest.co.uk\/products\/animals-and-pet-supplies-example-product-4","provider":"Minha loja","version":"1.0","type":"link"}