{"product_id":"pawrest-puremat-dog-feeding-mat","title":"PawRest PureMat","description":"\u003cstyle\u003e\n  .pawrest-dining-landing {\n    --pr-onyx: #1c1c1a;\n    --pr-linen: #f5efe6;\n    --pr-cream: #fbf8f3;\n    --pr-amber: #c9915a;\n    --pr-sage: #4a7c6f;\n    --pr-text: #292824;\n    --pr-muted: #6e6a63;\n    --pr-border: rgba(28, 28, 26, 0.12);\n    --pr-shadow: 0 24px 70px rgba(28, 28, 26, 0.09);\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    overflow: hidden;\n    color: var(--pr-text);\n    background: var(--pr-cream);\n    font-family: inherit;\n    line-height: 1.6;\n  }\n\n  .pawrest-dining-landing *,\n  .pawrest-dining-landing *::before,\n  .pawrest-dining-landing *::after {\n    box-sizing: border-box;\n  }\n\n  .pawrest-dining-landing img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .pawrest-dining-landing h2,\n  .pawrest-dining-landing h3,\n  .pawrest-dining-landing p {\n    margin-top: 0;\n  }\n\n  .pawrest-dining-landing h2,\n  .pawrest-dining-landing h3 {\n    color: var(--pr-onyx);\n    line-height: 1.12;\n    letter-spacing: -0.03em;\n  }\n\n  .pawrest-dining-landing h2 {\n    margin-bottom: 20px;\n    font-size: clamp(34px, 5vw, 62px);\n    font-weight: 500;\n  }\n\n  .pawrest-dining-landing h3 {\n    margin-bottom: 10px;\n    font-size: clamp(22px, 3vw, 30px);\n    font-weight: 600;\n  }\n\n  .pawrest-dining-landing p {\n    margin-bottom: 18px;\n    color: var(--pr-muted);\n    font-size: 17px;\n  }\n\n  .pr-dining-section {\n    padding: 84px 38px;\n  }\n\n  .pr-dining-section--cream {\n    background: var(--pr-cream);\n  }\n\n  .pr-dining-section--linen {\n    background: var(--pr-linen);\n  }\n\n  .pr-dining-section--white {\n    background: #ffffff;\n  }\n\n  .pr-dining-section--dark {\n    background: var(--pr-onyx);\n    color: #ffffff;\n  }\n\n  .pr-dining-section--dark h2,\n  .pr-dining-section--dark h3 {\n    color: #ffffff;\n  }\n\n  .pr-dining-section--dark p {\n    color: rgba(255, 255, 255, 0.74);\n  }\n\n  .pr-dining-container {\n    width: 100%;\n    max-width: 1080px;\n    margin: 0 auto;\n  }\n\n  .pr-dining-copy {\n    max-width: 740px;\n  }\n\n  .pr-dining-copy--center {\n    margin-right: auto;\n    margin-left: auto;\n    text-align: center;\n  }\n\n  .pr-dining-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 18px;\n    color: var(--pr-sage);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .pr-dining-eyebrow::before {\n    content: \"\";\n    width: 25px;\n    height: 1px;\n    background: currentColor;\n  }\n\n  .pr-dining-section--dark .pr-dining-eyebrow {\n    color: var(--pr-amber);\n  }\n\n  .pr-dining-highlight {\n    color: var(--pr-amber);\n  }\n\n  .pr-dining-image {\n    overflow: hidden;\n    background: #ece7df;\n  }\n\n  .pr-dining-image img {\n    transition: transform 0.5s ease;\n  }\n\n  .pr-dining-image:hover img {\n    transform: scale(1.012);\n  }\n\n  .pr-dining-image--rounded {\n    border-radius: 25px;\n    box-shadow: var(--pr-shadow);\n  }\n\n  .pr-dining-hero {\n    position: relative;\n    background: var(--pr-linen);\n  }\n\n  .pr-dining-hero img {\n    width: 100%;\n  }\n\n  .pr-dining-trust {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid var(--pr-border);\n    border-bottom: 1px solid var(--pr-border);\n    background: #ffffff;\n  }\n\n  .pr-dining-trust-item {\n    padding: 25px 20px;\n    text-align: center;\n  }\n\n  .pr-dining-trust-item + .pr-dining-trust-item {\n    border-left: 1px solid var(--pr-border);\n  }\n\n  .pr-dining-trust-item strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--pr-onyx);\n    font-size: 15px;\n  }\n\n  .pr-dining-trust-item span {\n    color: var(--pr-muted);\n    font-size: 13px;\n  }\n\n  .pr-dining-intro p {\n    max-width: 760px;\n    margin-right: auto;\n    margin-left: auto;\n    font-size: 19px;\n  }\n\n  .pr-dining-problem-grid {\n    display: grid;\n    grid-template-columns: 0.92fr 1.08fr;\n    gap: 64px;\n    align-items: center;\n  }\n\n  .pr-dining-pain-list {\n    display: grid;\n    gap: 14px;\n    margin-top: 28px;\n  }\n\n  .pr-dining-pain-item {\n    display: flex;\n    gap: 15px;\n    align-items: flex-start;\n    padding: 18px;\n    border: 1px solid var(--pr-border);\n    border-radius: 16px;\n    background: rgba(255, 255, 255, 0.65);\n  }\n\n  .pr-dining-pain-icon {\n    display: flex;\n    flex: 0 0 38px;\n    width: 38px;\n    height: 38px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: rgba(201, 145, 90, 0.14);\n    color: var(--pr-amber);\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  .pr-dining-pain-item strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 16px;\n  }\n\n  .pr-dining-pain-item span {\n    color: var(--pr-muted);\n    font-size: 14px;\n  }\n\n  .pr-dining-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 64px;\n    align-items: center;\n  }\n\n  .pr-dining-benefit-grid--reverse .pr-dining-benefit-image {\n    order: 2;\n  }\n\n  .pr-dining-benefit-grid--reverse .pr-dining-benefit-copy {\n    order: 1;\n  }\n\n  .pr-dining-checks {\n    display: grid;\n    gap: 13px;\n    margin-top: 25px;\n  }\n\n  .pr-dining-check {\n    position: relative;\n    padding-left: 31px;\n    color: var(--pr-muted);\n    font-size: 15px;\n  }\n\n  .pr-dining-check::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: flex;\n    width: 21px;\n    height: 21px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: rgba(74, 124, 111, 0.13);\n    color: var(--pr-sage);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .pr-dining-feature-strip {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border: 1px solid var(--pr-border);\n    border-radius: 23px;\n    overflow: hidden;\n    background: #ffffff;\n  }\n\n  .pr-dining-feature {\n    padding: 28px 22px;\n  }\n\n  .pr-dining-feature + .pr-dining-feature {\n    border-left: 1px solid var(--pr-border);\n  }\n\n  .pr-dining-feature-number {\n    display: inline-flex;\n    width: 38px;\n    height: 38px;\n    margin-bottom: 17px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--pr-linen);\n    color: var(--pr-amber);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .pr-dining-feature strong {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 16px;\n  }\n\n  .pr-dining-feature span {\n    color: var(--pr-muted);\n    font-size: 13px;\n  }\n\n  .pr-dining-lifestyle-box {\n    display: grid;\n    grid-template-columns: 0.88fr 1.12fr;\n    gap: 58px;\n    align-items: center;\n  }\n\n  .pr-dining-quote {\n    margin-top: 27px;\n    padding: 21px 23px;\n    border-left: 3px solid var(--pr-amber);\n    background: rgba(201, 145, 90, 0.09);\n  }\n\n  .pr-dining-quote strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--pr-onyx);\n    font-size: 16px;\n  }\n\n  .pr-dining-quote span {\n    color: var(--pr-muted);\n    font-size: 14px;\n  }\n\n  .pr-dining-size-heading {\n    max-width: 770px;\n    margin: 0 auto 40px;\n    text-align: center;\n  }\n\n  .pr-dining-size-cards {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n    margin-top: 35px;\n  }\n\n  .pr-dining-size-card {\n    position: relative;\n    padding: 31px;\n    border: 1px solid var(--pr-border);\n    border-radius: 21px;\n    background: #ffffff;\n  }\n\n  .pr-dining-size-card--popular {\n    border: 2px solid var(--pr-amber);\n  }\n\n  .pr-dining-badge {\n    display: inline-block;\n    margin-bottom: 17px;\n    padding: 7px 11px;\n    border-radius: 999px;\n    background: var(--pr-amber);\n    color: #ffffff;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .pr-dining-size-card h3 {\n    font-size: 31px;\n  }\n\n  .pr-dining-size-card ul {\n    margin: 17px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .pr-dining-size-card li {\n    position: relative;\n    margin-bottom: 9px;\n    padding-left: 24px;\n    color: var(--pr-muted);\n    font-size: 14px;\n  }\n\n  .pr-dining-size-card li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: var(--pr-sage);\n    font-weight: 800;\n  }\n\n  .pr-dining-size-alert {\n    margin-top: 23px;\n    padding: 20px 22px;\n    border-radius: 14px;\n    background: rgba(201, 145, 90, 0.11);\n    text-align: center;\n  }\n\n  .pr-dining-size-alert strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--pr-onyx);\n    font-size: 15px;\n  }\n\n  .pr-dining-size-alert span {\n    color: var(--pr-muted);\n    font-size: 14px;\n  }\n\n  .pr-dining-clean-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-top: 35px;\n  }\n\n  .pr-dining-step {\n    padding: 27px 21px;\n    border: 1px solid var(--pr-border);\n    border-radius: 18px;\n    background: #ffffff;\n    text-align: center;\n  }\n\n  .pr-dining-step-number {\n    display: flex;\n    width: 45px;\n    height: 45px;\n    margin: 0 auto 16px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--pr-onyx);\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  .pr-dining-step strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--pr-onyx);\n    font-size: 17px;\n  }\n\n  .pr-dining-step span {\n    color: var(--pr-muted);\n    font-size: 13px;\n  }\n\n  .pr-dining-comparison-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    overflow: hidden;\n    margin-top: 38px;\n    border: 1px solid var(--pr-border);\n    border-radius: 22px;\n  }\n\n  .pr-dining-comparison-column {\n    padding: 35px;\n  }\n\n  .pr-dining-comparison-column:first-child {\n    background: #ffffff;\n  }\n\n  .pr-dining-comparison-column:last-child {\n    background: var(--pr-onyx);\n  }\n\n  .pr-dining-comparison-column:last-child h3,\n  .pr-dining-comparison-column:last-child li {\n    color: #ffffff;\n  }\n\n  .pr-dining-comparison-column ul {\n    margin: 20px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .pr-dining-comparison-column li {\n    position: relative;\n    margin-bottom: 12px;\n    padding-left: 27px;\n    color: var(--pr-muted);\n    font-size: 14px;\n  }\n\n  .pr-dining-comparison-column:first-child li::before {\n    content: \"×\";\n    position: absolute;\n    left: 0;\n    color: #a96153;\n    font-weight: 800;\n  }\n\n  .pr-dining-comparison-column:last-child li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: var(--pr-amber);\n    font-weight: 800;\n  }\n\n  .pr-dining-proof {\n    max-width: 830px;\n    margin: 0 auto;\n    padding: 47px;\n    border: 1px solid var(--pr-border);\n    border-radius: 24px;\n    background: #ffffff;\n    text-align: center;\n    box-shadow: var(--pr-shadow);\n  }\n\n  .pr-dining-proof p {\n    font-size: 18px;\n  }\n\n  .pr-dining-proof-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    justify-content: center;\n    margin-top: 23px;\n  }\n\n  .pr-dining-proof-pill {\n    padding: 9px 13px;\n    border-radius: 999px;\n    background: var(--pr-linen);\n    color: var(--pr-onyx);\n    font-size: 12px;\n    font-weight: 600;\n  }\n\n  .pr-dining-faq {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  .pr-dining-faq details {\n    border-bottom: 1px solid var(--pr-border);\n  }\n\n  .pr-dining-faq summary {\n    position: relative;\n    padding: 22px 42px 22px 0;\n    color: var(--pr-onyx);\n    cursor: pointer;\n    font-size: 17px;\n    font-weight: 600;\n    list-style: none;\n  }\n\n  .pr-dining-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .pr-dining-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 18px;\n    right: 5px;\n    color: var(--pr-amber);\n    font-size: 26px;\n    font-weight: 400;\n  }\n\n  .pr-dining-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .pr-dining-faq details p {\n    padding: 0 42px 20px 0;\n    font-size: 15px;\n  }\n\n  .pr-dining-final {\n    position: relative;\n    overflow: hidden;\n    background: var(--pr-onyx);\n  }\n\n  .pr-dining-final-image {\n    width: 100%;\n  }\n\n  .pr-dining-final-copy {\n    padding: 68px 38px;\n    background:\n      radial-gradient(circle at top right, rgba(201, 145, 90, 0.22), transparent 40%),\n      var(--pr-onyx);\n    text-align: center;\n  }\n\n  .pr-dining-final-copy h2 {\n    max-width: 820px;\n    margin-right: auto;\n    margin-left: auto;\n    color: #ffffff;\n  }\n\n  .pr-dining-final-copy p {\n    max-width: 680px;\n    margin-right: auto;\n    margin-left: auto;\n    color: rgba(255, 255, 255, 0.76);\n    font-size: 18px;\n  }\n\n  .pr-dining-cta {\n    display: inline-flex;\n    margin-top: 8px;\n    padding: 15px 23px;\n    border-radius: 999px;\n    background: var(--pr-amber);\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  .pr-dining-final-trust {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px 24px;\n    justify-content: center;\n    margin-top: 19px;\n    color: rgba(255, 255, 255, 0.62);\n    font-size: 12px;\n  }\n\n  @media (max-width: 900px) {\n    .pr-dining-problem-grid,\n    .pr-dining-benefit-grid,\n    .pr-dining-lifestyle-box {\n      grid-template-columns: 1fr;\n      gap: 40px;\n    }\n\n    .pr-dining-benefit-grid--reverse .pr-dining-benefit-image,\n    .pr-dining-benefit-grid--reverse .pr-dining-benefit-copy {\n      order: initial;\n    }\n\n    .pr-dining-feature-strip {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .pr-dining-feature:nth-child(3) {\n      border-top: 1px solid var(--pr-border);\n      border-left: 0;\n    }\n\n    .pr-dining-feature:nth-child(4) {\n      border-top: 1px solid var(--pr-border);\n    }\n  }\n\n  @media (max-width: 700px) {\n    .pr-dining-section {\n      padding: 58px 20px;\n    }\n\n    .pr-dining-trust {\n      grid-template-columns: 1fr;\n    }\n\n    .pr-dining-trust-item + .pr-dining-trust-item {\n      border-top: 1px solid var(--pr-border);\n      border-left: 0;\n    }\n\n    .pr-dining-feature-strip,\n    .pr-dining-size-cards,\n    .pr-dining-clean-steps,\n    .pr-dining-comparison-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .pr-dining-feature + .pr-dining-feature {\n      border-top: 1px solid var(--pr-border);\n      border-left: 0;\n    }\n\n    .pr-dining-feature:nth-child(3),\n    .pr-dining-feature:nth-child(4) {\n      border-left: 0;\n    }\n\n    .pr-dining-proof {\n      padding: 34px 22px;\n    }\n\n    .pr-dining-final-copy {\n      padding: 58px 20px;\n    }\n\n    .pr-dining-faq summary {\n      font-size: 16px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pawrest-dining-landing\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"pr-dining-hero\"\u003e\n    \u003cdiv class=\"pr-dining-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/5606\/5431\/files\/ChatGPT_Image_12_de_jul._de_2026_20_46_27.png?v=1783901561\" alt=\"PawRest Dining Mat with ceramic dog bowls and a Golden Retriever in a premium home\" width=\"1600\" height=\"900\" loading=\"eager\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TRUST BAR --\u003e\n  \u003cdiv class=\"pr-dining-trust\"\u003e\n    \u003cdiv class=\"pr-dining-trust-item\"\u003e\n      \u003cstrong\u003eFree UK delivery\u003c\/strong\u003e\n      \u003cspan\u003eNo hidden delivery charges\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pr-dining-trust-item\"\u003e\n      \u003cstrong\u003e30-day guarantee\u003c\/strong\u003e\n      \u003cspan\u003eTry it in your home with confidence\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pr-dining-trust-item\"\u003e\n      \u003cstrong\u003eSecure checkout\u003c\/strong\u003e\n      \u003cspan\u003eYour payment information stays protected\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- OPENING --\u003e\n  \u003csection class=\"pr-dining-section pr-dining-section--cream\"\u003e\n    \u003cdiv class=\"pr-dining-container pr-dining-copy pr-dining-copy--center pr-dining-intro\"\u003e\n      \u003cspan class=\"pr-dining-eyebrow\"\u003eA calmer, cleaner mealtime\u003c\/span\u003e\n\n      \u003ch2\u003e\n        It only takes a few drops to turn their dining corner into\n        \u003cspan class=\"pr-dining-highlight\"\u003eanother daily cleaning job.\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Dogs do not keep every mouthful and every splash neatly inside the bowl.\n        Water reaches the floor, dry food travels across the room and bowls shift\n        as they eat.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The PawRest Dining Mat gives that everyday mess one defined place to land,\n        helping the rest of your home stay cleaner, drier and more organised.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BEFORE AND AFTER --\u003e\n  \u003csection class=\"pr-dining-section pr-dining-section--linen\"\u003e\n    \u003cdiv class=\"pr-dining-container pr-dining-problem-grid\"\u003e\n\n      \u003cdiv\u003e\n        \u003cspan class=\"pr-dining-eyebrow\"\u003eA familiar frustration\u003c\/span\u003e\n\n        \u003ch2\u003e\n          The mess seems small.\n          \u003cspan class=\"pr-dining-highlight\"\u003eUntil it happens every day.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          One splash is easy to ignore. So are a few pieces of scattered food.\n          But repeated at every meal, they leave the feeding area looking untidy\n          and expose the floor beneath to constant moisture and cleaning.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"pr-dining-pain-list\"\u003e\n          \u003cdiv class=\"pr-dining-pain-item\"\u003e\n            \u003cdiv class=\"pr-dining-pain-icon\"\u003e01\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eWater spreads beyond the bowl\u003c\/strong\u003e\n              \u003cspan\u003eSmall drips quickly become visible marks on the floor.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pr-dining-pain-item\"\u003e\n            \u003cdiv class=\"pr-dining-pain-icon\"\u003e02\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eFood gets pushed outward\u003c\/strong\u003e\n              \u003cspan\u003eKibble ends up beneath furniture or underfoot.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pr-dining-pain-item\"\u003e\n            \u003cdiv class=\"pr-dining-pain-icon\"\u003e03\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eThe corner never feels finished\u003c\/strong\u003e\n              \u003cspan\u003eEven a beautiful room can look disorganised around the bowls.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pr-dining-image pr-dining-image--rounded\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/5606\/5431\/files\/ChatGPT_Image_12_de_jul._de_2026_20_49_37.png?v=1783901561\" alt=\"Before and after comparison showing a messy dog feeding floor and an organised PawRest Dining Mat\" width=\"1600\" height=\"800\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ABSORBENT --\u003e\n  \u003csection class=\"pr-dining-section pr-dining-section--white\"\u003e\n    \u003cdiv class=\"pr-dining-container pr-dining-benefit-grid\"\u003e\n\n      \u003cdiv class=\"pr-dining-benefit-image pr-dining-image pr-dining-image--rounded\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/5606\/5431\/files\/ChatGPT_Image_12_de_jul._de_2026_20_54_40.png?v=1783901562\" alt=\"Water droplets on the absorbent surface of the PawRest Dining Mat\" width=\"1600\" height=\"900\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pr-dining-benefit-copy\"\u003e\n        \u003cspan class=\"pr-dining-eyebrow\"\u003eAbsorbent and quick-dry\u003c\/span\u003e\n\n        \u003ch2\u003e\n          Helps catch everyday spills\n          \u003cspan class=\"pr-dining-highlight\"\u003ebefore they spread.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The soft-touch surface helps manage ordinary droplets and small mealtime\n          splashes, keeping them concentrated around the bowls rather than across\n          the surrounding floor.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"pr-dining-checks\"\u003e\n          \u003cdiv class=\"pr-dining-check\"\u003eHelps contain water droplets and light splashes.\u003c\/div\u003e\n          \u003cdiv class=\"pr-dining-check\"\u003eDesigned to dry efficiently after everyday spills.\u003c\/div\u003e\n          \u003cdiv class=\"pr-dining-check\"\u003eCreates a cleaner, more controlled feeding zone.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ANTI-SLIP --\u003e\n  \u003csection class=\"pr-dining-section pr-dining-section--linen\"\u003e\n    \u003cdiv class=\"pr-dining-container pr-dining-benefit-grid pr-dining-benefit-grid--reverse\"\u003e\n\n      \u003cdiv class=\"pr-dining-benefit-image pr-dining-image pr-dining-image--rounded\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/5606\/5431\/files\/ChatGPT_Image_12_de_jul._de_2026_20_56_43.png?v=1783901561\" alt=\"Close-up of the anti-slip rubber backing of the PawRest Dining Mat\" width=\"1600\" height=\"900\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pr-dining-benefit-copy\"\u003e\n        \u003cspan class=\"pr-dining-eyebrow\"\u003eA more stable setup\u003c\/span\u003e\n\n        \u003ch2\u003e\n          Made to stay beneath the bowls\n          \u003cspan class=\"pr-dining-highlight\"\u003ewhile they eat and drink.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Dogs often nudge their bowls without even noticing. The textured rubber\n          backing helps reduce movement on smooth indoor floors, keeping the feeding\n          station more stable and contained.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"pr-dining-checks\"\u003e\n          \u003cdiv class=\"pr-dining-check\"\u003eTextured rubber backing helps reduce sliding.\u003c\/div\u003e\n          \u003cdiv class=\"pr-dining-check\"\u003eFlexible enough to lift, rinse and store easily.\u003c\/div\u003e\n          \u003cdiv class=\"pr-dining-check\"\u003eSoft construction without the harsh look of a plastic tray.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURE STRIP --\u003e\n  \u003csection class=\"pr-dining-section pr-dining-section--cream\"\u003e\n    \u003cdiv class=\"pr-dining-container\"\u003e\n      \u003cdiv class=\"pr-dining-copy pr-dining-copy--center\"\u003e\n        \u003cspan class=\"pr-dining-eyebrow\"\u003eDesigned for everyday life\u003c\/span\u003e\n\n        \u003ch2\u003e\n          A simple upgrade you will\n          \u003cspan class=\"pr-dining-highlight\"\u003enotice every day.\u003c\/span\u003e\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pr-dining-feature-strip\"\u003e\n        \u003cdiv class=\"pr-dining-feature\"\u003e\n          \u003cspan class=\"pr-dining-feature-number\"\u003e01\u003c\/span\u003e\n          \u003cstrong\u003eAbsorbent surface\u003c\/strong\u003e\n          \u003cspan\u003eHelps capture everyday droplets around the bowls.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pr-dining-feature\"\u003e\n          \u003cspan class=\"pr-dining-feature-number\"\u003e02\u003c\/span\u003e\n          \u003cstrong\u003eQuick-dry design\u003c\/strong\u003e\n          \u003cspan\u003eDesigned to dry efficiently after ordinary spills.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pr-dining-feature\"\u003e\n          \u003cspan class=\"pr-dining-feature-number\"\u003e03\u003c\/span\u003e\n          \u003cstrong\u003eAnti-slip backing\u003c\/strong\u003e\n          \u003cspan\u003eHelps keep the mat steadier on smooth indoor flooring.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pr-dining-feature\"\u003e\n          \u003cspan class=\"pr-dining-feature-number\"\u003e04\u003c\/span\u003e\n          \u003cstrong\u003eEasy to clean\u003c\/strong\u003e\n          \u003cspan\u003eWipe, rinse and allow it to dry before the next meal.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- LIFESTYLE --\u003e\n  \u003csection class=\"pr-dining-section pr-dining-section--white\"\u003e\n    \u003cdiv class=\"pr-dining-container pr-dining-lifestyle-box\"\u003e\n\n      \u003cdiv\u003e\n        \u003cspan class=\"pr-dining-eyebrow\"\u003eMade for dogs. Designed for your home.\u003c\/span\u003e\n\n        \u003ch2\u003e\n          Their dining space can be practical\n          \u003cspan class=\"pr-dining-highlight\"\u003ewithout looking improvised.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Pet products often solve one problem while creating another: they work,\n          but look completely out of place in the room.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          With a restrained colour palette and understated pattern, the PawRest\n          Dining Mat creates a dedicated feeding area that blends naturally into\n          modern interiors.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"pr-dining-quote\"\u003e\n          \u003cstrong\u003eA cleaner corner. A calmer room.\u003c\/strong\u003e\n          \u003cspan\u003e\n            The kind of small detail that makes the whole space feel more considered.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pr-dining-image pr-dining-image--rounded\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/5606\/5431\/files\/ChatGPT_Image_12_de_jul._de_2026_20_58_34.png?v=1783901562\" alt=\"PawRest Dining Mat integrated into a sophisticated British home interior\" width=\"1600\" height=\"900\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SIZE GUIDE --\u003e\n  \u003csection class=\"pr-dining-section pr-dining-section--linen\"\u003e\n    \u003cdiv class=\"pr-dining-container\"\u003e\n\n      \u003cdiv class=\"pr-dining-size-heading\"\u003e\n        \u003cspan class=\"pr-dining-eyebrow\"\u003eChoose with confidence\u003c\/span\u003e\n\n        \u003ch2\u003e\n          Two practical sizes.\n          \u003cspan class=\"pr-dining-highlight\"\u003eOne clearer decision.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Breed gives you a useful visual reference, but your bowls and available\n          floor space should always determine the final choice.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pr-dining-image pr-dining-image--rounded\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/5606\/5431\/files\/ChatGPT_Image_12_de_jul._de_2026_21_00_45.png?v=1783901561\" alt=\"Visual comparison of the 30 by 50 centimetre and 40 by 60 centimetre PawRest Dining Mats with dogs\" width=\"1600\" height=\"1000\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pr-dining-size-cards\"\u003e\n        \u003carticle class=\"pr-dining-size-card pr-dining-size-card--popular\"\u003e\n          \u003cspan class=\"pr-dining-badge\"\u003eMost popular\u003c\/span\u003e\n          \u003ch3\u003eMedium — 30 × 50 cm\u003c\/h3\u003e\n\n          \u003cul\u003e\n            \u003cli\u003eSuitable for two small or medium bowls.\u003c\/li\u003e\n            \u003cli\u003eA practical fit for smaller dogs and compact feeding areas.\u003c\/li\u003e\n            \u003cli\u003eBest where surrounding floor space is limited.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"pr-dining-size-card\"\u003e\n          \u003cspan class=\"pr-dining-badge\"\u003eMore coverage\u003c\/span\u003e\n          \u003ch3\u003eLarge — 40 × 60 cm\u003c\/h3\u003e\n\n          \u003cul\u003e\n            \u003cli\u003eProvides more room around larger bowl setups.\u003c\/li\u003e\n            \u003cli\u003eA stronger choice for medium and large dogs.\u003c\/li\u003e\n            \u003cli\u003eUseful for enthusiastic drinkers and wider feeding stations.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pr-dining-size-alert\"\u003e\n        \u003cstrong\u003ePlease measure before ordering\u003c\/strong\u003e\n        \u003cspan\u003e\n          Product photography can make dimensions appear larger on screen.\n          Compare the measurements with your current bowls and available floor space.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CLEANING --\u003e\n  \u003csection class=\"pr-dining-section pr-dining-section--cream\"\u003e\n    \u003cdiv class=\"pr-dining-container\"\u003e\n\n      \u003cdiv class=\"pr-dining-copy pr-dining-copy--center\"\u003e\n        \u003cspan class=\"pr-dining-eyebrow\"\u003eNo complicated care routine\u003c\/span\u003e\n\n        \u003ch2\u003e\n          Wipe. Rinse. Dry.\n          \u003cspan class=\"pr-dining-highlight\"\u003eDone.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Deal with the mess according to the moment: a quick wipe for crumbs and\n          droplets, or a gentle rinse when the mat needs a deeper refresh.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pr-dining-image pr-dining-image--rounded\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/5606\/5431\/files\/ChatGPT_Image_12_de_jul._de_2026_21_04_09.png?v=1783901561\" alt=\"Three-step cleaning process for the PawRest Dining Mat: wipe, rinse and dry\" width=\"1600\" height=\"700\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pr-dining-clean-steps\"\u003e\n        \u003cdiv class=\"pr-dining-step\"\u003e\n          \u003cdiv class=\"pr-dining-step-number\"\u003e1\u003c\/div\u003e\n          \u003cstrong\u003eWipe\u003c\/strong\u003e\n          \u003cspan\u003eFor everyday crumbs, droplets and light surface mess.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pr-dining-step\"\u003e\n          \u003cdiv class=\"pr-dining-step-number\"\u003e2\u003c\/div\u003e\n          \u003cstrong\u003eRinse\u003c\/strong\u003e\n          \u003cspan\u003eFor a deeper clean when everyday wiping is not enough.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pr-dining-step\"\u003e\n          \u003cdiv class=\"pr-dining-step-number\"\u003e3\u003c\/div\u003e\n          \u003cstrong\u003eDry\u003c\/strong\u003e\n          \u003cspan\u003eAllow the mat to dry fully before placing it back.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPARISON --\u003e\n  \u003csection class=\"pr-dining-section pr-dining-section--white\"\u003e\n    \u003cdiv class=\"pr-dining-container\"\u003e\n\n      \u003cdiv class=\"pr-dining-copy pr-dining-copy--center\"\u003e\n        \u003cspan class=\"pr-dining-eyebrow\"\u003eNot every mat creates the same experience\u003c\/span\u003e\n\n        \u003ch2\u003e\n          Thoughtful details make everyday routines\n          \u003cspan class=\"pr-dining-highlight\"\u003efeel easier.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The PawRest Dining Mat is designed to look at home in your room while\n          helping manage the daily realities of food, water and moving bowls.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pr-dining-image pr-dining-image--rounded\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/5606\/5431\/files\/ChatGPT_Image_12_de_jul._de_2026_21_07_07.png?v=1783901561\" alt=\"Comparison between the PawRest Dining Mat and a basic ordinary pet feeding mat\" width=\"1600\" height=\"800\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pr-dining-comparison-grid\"\u003e\n        \u003cdiv class=\"pr-dining-comparison-column\"\u003e\n          \u003ch3\u003eWith an ordinary basic mat\u003c\/h3\u003e\n\n          \u003cul\u003e\n            \u003cli\u003eThin construction may move around during meals.\u003c\/li\u003e\n            \u003cli\u003eSpills may remain visibly sitting on the surface.\u003c\/li\u003e\n            \u003cli\u003eCheap materials can look disconnected from the room.\u003c\/li\u003e\n            \u003cli\u003eEdges may curl and make cleaning more frustrating.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pr-dining-comparison-column\"\u003e\n          \u003ch3\u003eWith the PawRest Dining Mat\u003c\/h3\u003e\n\n          \u003cul\u003e\n            \u003cli\u003eAbsorbent surface helps contain ordinary droplets.\u003c\/li\u003e\n            \u003cli\u003eRubber backing helps reduce movement.\u003c\/li\u003e\n            \u003cli\u003eNeutral styling blends into modern interiors.\u003c\/li\u003e\n            \u003cli\u003eFlexible construction makes everyday cleaning simple.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- EMOTIONAL REINFORCEMENT --\u003e\n  \u003csection class=\"pr-dining-section pr-dining-section--linen\"\u003e\n    \u003cdiv class=\"pr-dining-container\"\u003e\n      \u003cdiv class=\"pr-dining-proof\"\u003e\n        \u003cspan class=\"pr-dining-eyebrow\"\u003eA small change with daily value\u003c\/span\u003e\n\n        \u003ch2\u003e\n          You will appreciate it most when the feeding corner\n          \u003cspan class=\"pr-dining-highlight\"\u003estops demanding your attention.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This is not another unnecessary pet accessory. It is a practical way to\n          make an unavoidable part of your dog's day cleaner, calmer and easier to\n          live with.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"pr-dining-proof-pills\"\u003e\n          \u003cspan class=\"pr-dining-proof-pill\"\u003eAbsorbent surface\u003c\/span\u003e\n          \u003cspan class=\"pr-dining-proof-pill\"\u003eQuick-dry design\u003c\/span\u003e\n          \u003cspan class=\"pr-dining-proof-pill\"\u003eAnti-slip backing\u003c\/span\u003e\n          \u003cspan class=\"pr-dining-proof-pill\"\u003eEasy to clean\u003c\/span\u003e\n          \u003cspan class=\"pr-dining-proof-pill\"\u003eTwo practical sizes\u003c\/span\u003e\n          \u003cspan class=\"pr-dining-proof-pill\"\u003eNeutral home styling\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"pr-dining-section pr-dining-section--cream\"\u003e\n    \u003cdiv class=\"pr-dining-container\"\u003e\n\n      \u003cdiv class=\"pr-dining-copy pr-dining-copy--center\"\u003e\n        \u003cspan class=\"pr-dining-eyebrow\"\u003eCommon questions\u003c\/span\u003e\n\n        \u003ch2\u003e\n          Everything worth knowing\n          \u003cspan class=\"pr-dining-highlight\"\u003ebefore you choose.\u003c\/span\u003e\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pr-dining-faq\"\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\n          \u003cp\u003e\n            Measure the width and depth of your current bowl setup. The 30 × 50 cm\n            size is suitable for two smaller bowls, while the 40 × 60 cm option\n            gives more surrounding coverage for larger bowls and messier drinkers.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eIs the mat completely waterproof?\u003c\/summary\u003e\n          \u003cp\u003e\n            The mat is intended to help manage everyday droplets, splashes and\n            small spills. Larger amounts of standing water should still be wiped\n            away promptly.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWill it slide on smooth flooring?\u003c\/summary\u003e\n          \u003cp\u003e\n            The textured rubber backing is designed to help reduce movement on\n            smooth indoor flooring. For best performance, keep both the underside\n            of the mat and the floor clean and dry.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eHow should I clean it?\u003c\/summary\u003e\n          \u003cp\u003e\n            Wipe away ordinary crumbs and light spills with a damp cloth. When a\n            deeper refresh is required, rinse gently and allow the mat to dry fully\n            before returning it beneath the bowls.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat if it arrives slightly curved or creased?\u003c\/summary\u003e\n          \u003cp\u003e\n            Packaging can occasionally create a temporary curve. Place the mat on\n            a clean, flat surface and allow it time to settle naturally before use.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCan it be used beneath a water fountain?\u003c\/summary\u003e\n          \u003cp\u003e\n            Yes. It can also create a useful dedicated surface beneath pet water\n            fountains, provided the selected size accommodates the base comfortably.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eIs it suitable for cats?\u003c\/summary\u003e\n          \u003cp\u003e\n            Yes. Although PawRest is centred around dogs, the Dining Mat can also\n            be used beneath cat bowls and water fountains.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWhich colours are available?\u003c\/summary\u003e\n          \u003cp\u003e\n            The PawRest Dining Mat is available in Grey and Black, selected to\n            blend naturally into a wide range of modern interiors.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA IMAGE --\u003e\n  \u003csection class=\"pr-dining-final\"\u003e\n    \u003cdiv class=\"pr-dining-final-image pr-dining-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/5606\/5431\/files\/ChatGPT_Image_12_de_jul._de_2026_21_09_46.png?v=1783901561\" alt=\"Premium PawRest Dining Mat with ceramic food and water bowls in a dark editorial setting\" width=\"1600\" height=\"750\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pr-dining-final-copy\"\u003e\n      \u003cdiv class=\"pr-dining-container\"\u003e\n        \u003cspan class=\"pr-dining-eyebrow\"\u003eBecause the same mess returns with every meal\u003c\/span\u003e\n\n        \u003ch2\u003e\n          Give every meal\n          \u003cspan class=\"pr-dining-highlight\"\u003ea cleaner place to begin.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Choose the size and colour that suit your dog's feeding setup and turn\n          an untidy corner into a space that feels calmer, cleaner and more considered.\n        \u003c\/p\u003e\n\n        \u003cspan class=\"pr-dining-cta\"\u003eChoose your size and colour above\u003c\/span\u003e\n\n        \u003cdiv class=\"pr-dining-final-trust\"\u003e\n          \u003cspan\u003eFree UK delivery\u003c\/span\u003e\n          \u003cspan\u003e30-day guarantee\u003c\/span\u003e\n          \u003cspan\u003eSecure checkout\u003c\/span\u003e\n          \u003cspan\u003eSupport: support@pawrest.co.uk\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"PawRest","offers":[{"title":"Medium (30 × 50 cm) Black","offer_id":48011422695575,"sku":"14:691#30X50cm Black","price":24.99,"currency_code":"GBP","in_stock":false},{"title":"Medium (30 × 50 cm) Grey","offer_id":48011422793879,"sku":"14:193#30X50cm Grey","price":24.99,"currency_code":"GBP","in_stock":false},{"title":"Large (40 × 60 cm) Black","offer_id":48011422761111,"sku":"14:496#40X60cm Black","price":29.99,"currency_code":"GBP","in_stock":false},{"title":"Large (40 × 60 cm) Grey","offer_id":48011422728343,"sku":"14:175#40X60cm Grey","price":29.99,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/5606\/5431\/files\/foto2.png?v=1783904754","url":"https:\/\/pawrest.co.uk\/products\/pawrest-puremat-dog-feeding-mat","provider":"PawRest","version":"1.0","type":"link"}