{"product_id":"art-inspired-framed-cardboard-cat-house","title":"🖼️ Art-Inspired Framed Cardboard Cat House with Scratching Board 🐱","description":"\u003cstyle\u003e\n  .cat-house-page {\n    --ch-accent: #c9793e;     \/* 暖木复古棕 *\/\n    --ch-dark: #2b2927;       \/* 钛钢极夜黑 *\/\n    --ch-soft: #f8f1e9;       \/* 奶油暖白底 *\/\n    --ch-line: #eadfd5;\n    --ch-text: #2b2927;\n    --ch-muted: #6d655f;\n    --ch-white: #ffffff;\n\n    max-width: 760px; \/* 锁定移动端黄金宽度 *\/\n    margin: 0 auto;\n    padding: 10px;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: var(--ch-text);\n    line-height: 1.65;\n    background: var(--ch-white);\n  }\n\n  .cat-house-page * {\n    box-sizing: border-box;\n  }\n\n  .cat-house-page h1,\n  .cat-house-page h2,\n  .cat-house-page h3,\n  .cat-house-page p {\n    margin-top: 0;\n  }\n\n  .cat-house-page h1 {\n    margin-bottom: 8px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 24px;\n    line-height: 1.25;\n    font-weight: 900;\n    color: var(--ch-dark);\n  }\n\n  .cat-house-page h2 {\n    margin-bottom: 12px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 19.5px;\n    line-height: 1.35;\n    font-weight: 800;\n    color: var(--ch-dark);\n  }\n\n  .cat-house-page h3 {\n    margin-bottom: 4px;\n    font-size: 15px;\n    line-height: 1.4;\n    font-weight: 800;\n    color: var(--ch-accent);\n  }\n\n  .cat-house-page p {\n    margin-bottom: 0;\n    font-size: 13.5px;\n    line-height: 1.55;\n    color: var(--ch-muted);\n  }\n\n  .cat-house-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 14px;\n    box-shadow: 0 4px 14px rgba(201,121,62,.12);\n  }\n\n  \/* 结构布局模块 *\/\n  .ch-section {\n    margin-bottom: 26px;\n  }\n\n  .ch-section--soft {\n    padding: 16px;\n    background: var(--ch-soft);\n    border: 1px solid var(--ch-line);\n    border-radius: 16px;\n  }\n\n  .ch-hero {\n    padding: 16px 8px;\n    text-align: center;\n    background: var(--ch-soft);\n    border: 1px solid var(--ch-line);\n    border-radius: 16px;\n  }\n\n  .ch-eyebrow {\n    display: inline-block;\n    margin-bottom: 6px;\n    color: var(--ch-accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  \/* 核心优势 2列网格卡片 *\/\n  .ch-benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n  }\n\n  .ch-benefit-card {\n    padding: 12px 10px;\n    background: var(--ch-white);\n    border: 1px solid var(--ch-line);\n    border-radius: 10px;\n    box-shadow: 0 2px 6px rgba(0,0,0,.01);\n  }\n\n  .ch-benefit-card strong {\n    display: block;\n    font-size: 13.5px;\n    color: var(--ch-dark);\n    margin-bottom: 2px;\n  }\n\n  .ch-benefit-card p {\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  \/* 场景平铺网格 *\/\n  .ch-zone-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n    text-align: center;\n  }\n\n  .ch-zone-item {\n    padding: 10px 4px;\n    background: rgba(255, 255, 255, 0.15) !important;\n    border: 1px solid rgba(255, 255, 255, 0.25) !important;\n    border-radius: 8px;\n    font-size: 12.5px;\n    font-weight: 700;\n    color: #ffffff !important;\n  }\n\n  \/* ⚙️ 左右极致工整对齐的技术参数面板 *\/\n  .ch-table-box {\n    margin-top: 14px;\n    border: 1px solid var(--ch-line);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n\n  .ch-spec-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 12px 16px;\n    font-size: 13px;\n    border-bottom: 1px solid var(--ch-soft);\n    background: #ffffff;\n    gap: 12px;\n  }\n\n  .ch-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .ch-spec-row:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .ch-spec-label {\n    font-weight: 800;\n    color: var(--ch-dark);\n    white-space: nowrap;\n  }\n\n  .ch-spec-value {\n    text-align: right;\n    color: var(--ch-muted);\n    font-weight: 500;\n  }\n\n  \/* 注意事项面板 *\/\n  .ch-notice-box {\n    background: #fffaf6;\n    border: 1px solid var(--ch-line);\n    border-radius: 12px;\n    padding: 14px;\n    font-size: 12.5px;\n    color: var(--ch-muted);\n    margin-top: 14px;\n  }\n\n  .ch-notice-box ul {\n    margin: 6px 0 0 0;\n    padding-left: 18px;\n  }\n\n  .ch-notice-box li {\n    margin-bottom: 4px;\n  }\n\n  \/* 强转化促单收尾大暗框 *\/\n  .ch-cta-banner {\n    padding: 22px 16px;\n    background: linear-gradient(135deg, var(--ch-dark), var(--ch-accent)) !important;\n    border-radius: 12px;\n    text-align: center;\n    box-shadow: 0 4px 14px rgba(201,121,62,.25);\n  }\n\n  .ch-cta-banner h2 {\n    color: #ffffff !important;\n    font-size: 16.5px;\n    margin-bottom: 4px;\n    font-weight: 800;\n    letter-spacing: 0.5px;\n  }\n\n  .ch-cta-banner p {\n    color: #fce7ad !important;\n    font-size: 13px;\n    margin-bottom: 14px;\n  }\n\n  .ch-cta-trust-line {\n    margin-top: 12px;\n    padding-top: 12px;\n    border-top: 1px solid rgba(255,255,255,0.15);\n    display: flex;\n    justify-content: center;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n\n  .ch-trust-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    font-size: 11.5px !important;\n    font-weight: 800 !important;\n    color: #ffffff !important;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n\n  \/* 底部4列高质感信托徽章 *\/\n  .ch-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 6px;\n    margin-top: 14px;\n    text-align: center;\n  }\n\n  .ch-trust-item {\n    padding: 8px 4px;\n    background: var(--ch-soft);\n    border: 1px solid var(--ch-line);\n    border-radius: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--ch-muted);\n  }\n\n  @media (min-width: 600px) {\n    .ch-benefits-grid { grid-template-columns: repeat(3, 1fr); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cat-house-page\"\u003e\n  \u003c!-- Hero Banner 头部区域 --\u003e\n  \u003csection class=\"ch-section\"\u003e\n    \u003cdiv class=\"ch-hero\"\u003e\n      \u003cspan class=\"ch-eyebrow\"\u003e🖼️ ART-INSPIRED CAT FURNITURE • SCRATCH \u0026amp; REST 🐱\u003c\/span\u003e\n      \u003ch1\u003eA Cat House Worth Framing\u003c\/h1\u003e\n      \n      \u003c!-- 彻底解耦平铺：首屏主图平铺 (原 4_8c9c) --\u003e\n      \u003cdiv style=\"margin-top: 14px; margin-bottom: 14px;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/4_8c9cc826-5f0c-4197-8c02-14458aed196f.png?v=1785899245\" alt=\"Art-inspired framed cat house with a cat resting inside\"\u003e\n      \u003c\/div\u003e\n\n      \u003cp style=\"font-size: 14.5px; color: var(--ch-text); font-weight: 500; padding: 0 4px; margin-top: 14px;\"\u003eGive your cat a comfortable place to scratch, rest, and hide without cluttering your home! The ornate portrait frame design turns everyday pet furniture into a hilarious, gallery-worthy masterpiece.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺一：全功能概述 (原 3_cb74) --\u003e\n  \u003csection class=\"ch-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🖼️ Playful Gallery-Style Frame Design For Your Indoor Cat 🐱\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 1 (原 3_cb74) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/3_cb74ce61-d8d6-4b39-a517-48b7951d5b8d.png?v=1785899245\" alt=\"Cats exploring the art portrait cardboard cat house\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ch-benefits-grid\"\u003e\n      \u003cdiv class=\"ch-benefit-card\"\u003e\n        \u003cstrong\u003e🛋️ Private Sanctuary\u003c\/strong\u003e\n        \u003cp\u003eEnclosed cave interior gives cats a quiet, cozy spot away from household noise.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ch-benefit-card\"\u003e\n        \u003cstrong\u003e🐾 Reversible Scratch Board\u003c\/strong\u003e\n        \u003cp\u003eBuilt-in double-sided corrugated cardboard pad satisfies natural scratching instincts.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ch-benefit-card\"\u003e\n        \u003cstrong\u003e📐 Stable Triangular Base\u003c\/strong\u003e\n        \u003cp\u003eSloped side panels form a sturdy structure that prevents tipping during active play.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ch-benefit-card\"\u003e\n        \u003cstrong\u003e🖼️ Hilarious Home Decor\u003c\/strong\u003e\n        \u003cp\u003eOrnate printed frame front blends seamlessly into living rooms, bedrooms, and offices.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺二：加固三角防塌结构 (原 8_4137) --\u003e\n  \u003csection class=\"ch-section ch-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e📐 Stable Triangular Construction \u0026amp; Double-Layer Board\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 2 (原 8_4137) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/8_4137433b-5885-410d-9e3d-57eb298ba9fe.png?v=1785899245\" alt=\"Cat house structural details and reinforced roof diagram\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px; color: var(--ch-muted);\"\u003eReinforced roof and layered corrugated cardboard panels support up to daily scratching and jumping without collapsing.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺三：双面耐磨磨爪抓板 (原 6_d60f) --\u003e\n  \u003csection class=\"ch-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🐾 Reversible Scratch Pad Keeps Claws Healthy\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 3 (原 6_d60f) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/6_d60f7896-ea56-46fb-9a11-7a35fcd58315.png?v=1785899245\" alt=\"Reversible corrugated scratching insert close up\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px;\"\u003eFlip the inner scratching insert when worn to double its lifespan and keep your furniture safe from sharp claws.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺四：免工具傻瓜式组装 (原 1_25a1) --\u003e\n  \u003csection class=\"ch-section ch-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🛠️ Easy Tool-Free Assembly In Minutes\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 4 (原 1_25a1) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/1_25a1faac-1b79-40e4-bb79-9ed950f1395e.png?v=1785899245\" alt=\"Tool-free slot and tab assembly steps for cat house\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺五：艺术相框多功能展示 (原 2_3c46) --\u003e\n  \u003csection class=\"ch-section\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e📚 More Than A Bed — A Creative Decor Display Piece\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 5 (原 2_3c46) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/2_3c467efc-8040-493a-824a-56c4caf35b03.png?v=1785899245\" alt=\"Cat house used as a humorous portrait frame display for books and flowers\"\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"text-align: center; padding: 0 4px;\"\u003eWhen your cat is away, the framed opening can display books, plush toys, or flowers to create a quirky art-gallery vibe on your shelf or floor!\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 独立大图平铺六：室内摆放展示 (原 5_e08a) --\u003e\n  \u003csection class=\"ch-section ch-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n      \u003ch2\u003e🏡 Blends Seamlessly Into Any Living Room \u0026amp; Bedroom\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 顶格大方全屏平铺大图 6 (原 5_e08a) --\u003e\n    \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/5_e08a3030-466f-4684-8317-1aa64b8c656d.png?v=1785899244\" alt=\"Framed cat house placed in a stylish modern living room corner\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 广泛适用多场景大暗框区域与平铺图七 (原 7_8449) --\u003e\n  \u003csection class=\"ch-section\" style=\"padding: 0; margin-bottom: 26px;\"\u003e\n    \u003cdiv style=\"padding: 22px 16px; background: #2b2927 !important; border-radius: 16px !important; color: #ffffff !important; text-align: center;\"\u003e\n      \n      \u003c!-- 压轴全屏平铺大图 7 (原 7_8449) --\u003e\n      \u003cdiv style=\"margin-bottom: 14px;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/7_84496002-8332-4063-b7bd-3d8e57fa62ee.png?v=1785899243\" alt=\"Cardboard cat house package and dimensions summary\"\u003e\n      \u003c\/div\u003e\n\n      \u003cspan style=\"display: inline-block; margin-bottom: 6px; color: #fce7ad !important; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;\"\u003e\n        Universal Indoor Pet Accent\n      \u003c\/span\u003e\n      \n      \u003ch2 style=\"color: #ffffff !important; font-size: 19.5px !important; margin-top: 0; margin-bottom: 14px; font-weight: 800; line-height: 1.35;\"\u003e\n        🐱 Perfect For Living Rooms, Bedrooms, Pet Corners \u0026amp; Gifts 🖼️\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"ch-zone-grid\"\u003e\n        \u003cdiv class=\"ch-zone-item\"\u003e🛋️ Living Room Corners\u003c\/div\u003e\n        \u003cdiv class=\"ch-zone-item\"\u003e🛏️ Bedroom Nooks\u003c\/div\u003e\n        \u003cdiv class=\"ch-zone-item\"\u003e🐾 Dedicated Pet Play Areas\u003c\/div\u003e\n        \u003cdiv class=\"ch-zone-item\"\u003e🎁 Hilarious Gifts For Cat Lovers\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 📋 开箱清单与技术参数面板：左右极致工整齐平对齐 --\u003e\n  \u003csection class=\"ch-section ch-section--soft\"\u003e\n    \u003cdiv style=\"text-align: center; margin-bottom: 10px;\"\u003e\n      \u003ch2\u003e📋 Product Specifications Profile\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ch-table-box\"\u003e\n      \u003cdiv class=\"ch-spec-row\"\u003e\n        \u003cdiv class=\"ch-spec-label\"\u003eProduct Archetype\u003c\/div\u003e\n        \u003cdiv class=\"ch-spec-value\" style=\"font-weight: 800; color: var(--ch-dark);\"\u003eArt-Inspired Framed Cat House \u0026amp; Scratcher\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ch-spec-row\"\u003e\n        \u003cdiv class=\"ch-spec-label\"\u003eMaterial Composition\u003c\/div\u003e\n        \u003cdiv class=\"ch-spec-value\"\u003eHeavy-Duty Double-Layer Corrugated Cardboard\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ch-spec-row\"\u003e\n        \u003cdiv class=\"ch-spec-label\"\u003eOverall Dimensions\u003c\/div\u003e\n        \u003cdiv class=\"ch-spec-value\"\u003e16.34 × 11.42 × 18.31 inches\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ch-spec-row\"\u003e\n        \u003cdiv class=\"ch-spec-label\"\u003eScratch Surface\u003c\/div\u003e\n        \u003cdiv class=\"ch-spec-value\"\u003eReversible Honeycomb Scratching Insert\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ch-spec-row\"\u003e\n        \u003cdiv class=\"ch-spec-label\"\u003eAssembly Mechanism\u003c\/div\u003e\n        \u003cdiv class=\"ch-spec-value\"\u003eTool-Free Tab \u0026amp; Slot Connection\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ch-spec-row\" style=\"background:#fff7ed;\"\u003e\n        \u003cdiv class=\"ch-spec-label\" style=\"color:var(--ch-accent);\"\u003ePackage Inventory\u003c\/div\u003e\n        \u003cdiv class=\"ch-spec-value\" style=\"font-weight:bold; color:var(--ch-dark);\"\u003e1 × Framed Cardboard Cat House + Scratching Board\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 重要保养提醒 --\u003e\n    \u003cdiv class=\"ch-notice-box\"\u003e\n      \u003cstrong\u003e💡 Care \u0026amp; Indoor Usage Notes:\u003c\/strong\u003e\n      \u003cul\u003e\n        \u003cli\u003eKeep the cardboard cat house indoors and away from water or excessive humidity.\u003c\/li\u003e\n        \u003cli\u003eCheck measurements (16.34\" × 11.42\" × 18.31\") to ensure it suits your cat's size.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 强转化促单收尾大暗框 --\u003e\n  \u003cdiv class=\"ch-cta-banner\"\u003e\n    \u003ch2\u003e🐱 FRAME YOUR CAT IN ART \u0026amp; ENJOY MESS-FREE SCRATCHING TODAY! 🖼️\u003c\/h2\u003e\n    \u003cp\u003eSelect your required bundle options above and welcome a gallery-style cat house to your home today.\u003c\/p\u003e\n    \n    \u003cdiv class=\"ch-cta-trust-line\"\u003e\n      \u003cspan class=\"ch-trust-badge\"\u003e🔒 Safe Checkout\u003c\/span\u003e\n      \u003cspan class=\"ch-trust-badge\"\u003e⚡ Fast Fulfillment\u003c\/span\u003e\n      \u003cspan class=\"ch-trust-badge\"\u003e📦 Insured Tracked Delivery\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 底部四列高质感信托徽章 --\u003e\n  \u003cdiv class=\"ch-trust-grid\"\u003e\n    \u003cdiv class=\"ch-trust-item\"\u003e🔒 Safe Secure\u003c\/div\u003e\n    \u003cdiv class=\"ch-trust-item\"\u003e📦 Insured Route\u003c\/div\u003e\n    \u003cdiv class=\"ch-trust-item\"\u003e🖼️ Art Frame\u003c\/div\u003e\n    \u003cdiv class=\"ch-trust-item\"\u003e🐾 Dual Scratcher\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"WHX","offers":[{"title":"Default Title","offer_id":48957175693466,"sku":null,"price":43.89,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/1_25a1faac-1b79-40e4-bb79-9ed950f1395e.png?v=1785899245","url":"https:\/\/povlya.com\/products\/art-inspired-framed-cardboard-cat-house","provider":"povlya.com","version":"1.0","type":"link"}