{"product_id":"good-cat-hammock","title":"Good Cat Hammock","description":"\u003cdiv class=\"custom-pet-hammock-wrapper\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 将所有变量和基础样式限制在 custom-pet-hammock-wrapper 内部 *\/\n        .custom-pet-hammock-wrapper {\n            --bg-main: #f0fdfa; \n            --bg-card: #ffffff;\n            --text-dark: #1e293b;\n            --text-gray: #475569;\n            --primary-color: #2563eb; \n            --secondary-color: #60a5fa;\n            --accent-color: #dbeafe;\n            --border-color: #e2e8f0;\n\n            font-family: 'Roboto', 'Helvetica Neue', sans-serif;\n            color: var(--text-dark);\n            line-height: 1.6;\n            background-color: var(--bg-main);\n            padding: 20px 0;\n            box-sizing: border-box;\n        }\n\n        .custom-pet-hammock-wrapper * {\n            box-sizing: border-box;\n        }\n\n        .custom-pet-hammock-wrapper img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 16px;\n            margin: 0;\n            padding: 0;\n        }\n\n        .custom-pet-hammock-wrapper .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            background-color: var(--bg-card);\n            box-shadow: 0 10px 40px rgba(37, 99, 235, 0.08);\n            border-radius: 24px;\n            overflow: hidden;\n        }\n\n        \/* 英雄头部区域 *\/\n        .custom-pet-hammock-wrapper .hero-header {\n            background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);\n            padding: 70px 30px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        .custom-pet-hammock-wrapper .hero-header::after {\n            content: '';\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            top: 0;\n            left: 0;\n            background-image: radial-gradient(circle at 20% 150%, rgba(255,255,255,0.1) 0%, transparent 50%);\n            pointer-events: none;\n        }\n        .custom-pet-hammock-wrapper .hero-header h1 {\n            font-family: 'Nunito', sans-serif;\n            font-size: 46px;\n            font-weight: 800;\n            margin: 0 0 15px 0;\n            color: #ffffff;\n            letter-spacing: 0.5px;\n            line-height: 1.2;\n        }\n        .custom-pet-hammock-wrapper .hero-header p {\n            font-size: 20px;\n            font-weight: 500;\n            margin: 0 auto;\n            color: var(--accent-color);\n            max-width: 700px;\n        }\n\n        \/* 内容区块 *\/\n        .custom-pet-hammock-wrapper .section-wrapper {\n            padding: 60px 50px;\n        }\n\n        \/* 图文交替布局 *\/\n        .custom-pet-hammock-wrapper .feature-row {\n            display: flex;\n            align-items: center;\n            gap: 50px;\n            margin-bottom: 70px;\n        }\n        .custom-pet-hammock-wrapper .feature-row:last-child {\n            margin-bottom: 0;\n        }\n        .custom-pet-hammock-wrapper .feature-row:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n\n        .custom-pet-hammock-wrapper .feature-text {\n            flex: 1;\n            text-align: left;\n        }\n        .custom-pet-hammock-wrapper .feature-text h3 {\n            font-family: 'Nunito', sans-serif;\n            font-weight: 800;\n            font-size: 26px;\n            color: var(--text-dark);\n            margin-top: 0;\n            margin-bottom: 16px;\n            position: relative;\n            display: inline-block;\n            line-height: 1.3;\n        }\n        .custom-pet-hammock-wrapper .feature-text h3::after {\n            content: '';\n            position: absolute;\n            bottom: -6px;\n            left: 0;\n            width: 50px;\n            height: 4px;\n            background-color: var(--secondary-color);\n            border-radius: 2px;\n        }\n        .custom-pet-hammock-wrapper .feature-text p {\n            color: var(--text-gray);\n            font-size: 17px;\n            margin-top: 20px;\n            margin-bottom: 0;\n        }\n\n        .custom-pet-hammock-wrapper .feature-image {\n            flex: 1;\n            position: relative;\n        }\n        .custom-pet-hammock-wrapper .feature-image img {\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease;\n            width: 100%;\n        }\n        .custom-pet-hammock-wrapper .feature-image:hover img {\n            transform: scale(1.02);\n        }\n\n        \/* 响应式设计 *\/\n        @media (max-width: 768px) {\n            .custom-pet-hammock-wrapper {\n                padding: 0;\n            }\n            .custom-pet-hammock-wrapper .container {\n                margin: 0;\n                border-radius: 0;\n            }\n            .custom-pet-hammock-wrapper .hero-header h1 {\n                font-size: 32px;\n            }\n            .custom-pet-hammock-wrapper .hero-header p {\n                font-size: 16px;\n            }\n            .custom-pet-hammock-wrapper .section-wrapper {\n                padding: 40px 24px;\n            }\n            .custom-pet-hammock-wrapper .feature-row, \n            .custom-pet-hammock-wrapper .feature-row:nth-child(even) {\n                flex-direction: column;\n                text-align: center;\n                gap: 30px;\n                margin-bottom: 50px;\n            }\n            .custom-pet-hammock-wrapper .feature-text {\n                text-align: center;\n            }\n            .custom-pet-hammock-wrapper .feature-text h3::after {\n                left: 50%;\n                transform: translateX(-50%);\n            }\n        }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Hero Header --\u003e\n\u003cdiv class=\"hero-header\"\u003e\n\u003ch1\u003eStress-Free Pet Grooming\u003c\/h1\u003e\n\n\u003cp\u003eKeep your furry friend calm, safe, and comfortable during every grooming session at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\n\u003cdiv class=\"section-wrapper\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eComfortable Restraint\u003c\/h3\u003e\n\n\u003cp\u003eBreathable polyester fabric ensures a comfy experience for your pet while securely keeping them in place during grooming.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"Breathable polyester fabric\" src=\"YOUR_IMAGE_URL_4\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eVersatile Grooming Kit\u003c\/h3\u003e\n\n\u003cp\u003eIncludes essential tools like nail clippers and comb, designed for efficient and easy grooming at home. No need to go to a pet groomer or hospital!\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"Versatile grooming scenarios\" src=\"YOUR_IMAGE_URL_3\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eEasy to Use\u003c\/h3\u003e\n\n\u003cp\u003eSimply place the hammock and lift your pet, making nail trimming and other grooming tasks easier and less stressful for both you and your pet.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"Easy to hang and use\" src=\"YOUR_IMAGE_URL_2\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eCompact and Portable\u003c\/h3\u003e\n\n\u003cp\u003eLightweight design allows you to groom your pet anywhere at home or outside, perfect for pet groomers on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"Compact and portable design\" src=\"YOUR_IMAGE_URL_6\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 --\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eSturdy Design\u003c\/h3\u003e\n\n\u003cp\u003eSupports small dogs and cats, providing stability and comfort, significantly reducing anxiety while grooming your furry friend.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"Sturdy design for small dogs and cats\" src=\"YOUR_IMAGE_URL_7\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Celery Pets","offers":[{"title":"Blue \/ XS (Max 11 lbs)","offer_id":49021758996704,"sku":"0310-1337480","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ XS (Max 11 lbs)","offer_id":49021759029472,"sku":"0310-1337725","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ XS (Max 11 lbs)","offer_id":49021759062240,"sku":"0310-1337981","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Military Green \/ XS (Max 11 lbs)","offer_id":49021759095008,"sku":"0310-1337593","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S (Max 16 lbs)","offer_id":49021759127776,"sku":"0310-1337573","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ S (Max 16 lbs)","offer_id":49021759160544,"sku":"0310-1337127","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ S (Max 16 lbs)","offer_id":49021759193312,"sku":"0310-1337718","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Military Green \/ S (Max 16 lbs)","offer_id":49021759226080,"sku":"0310-1337667","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M (Max 27 lbs)","offer_id":49021759258848,"sku":"0310-1337580","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ M (Max 27 lbs)","offer_id":49021759291616,"sku":"0310-1337678","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ M (Max 27 lbs)","offer_id":49021759324384,"sku":"0310-1337161","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Military Green \/ M (Max 27 lbs)","offer_id":49021759357152,"sku":"0310-1337744","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L (Max 44 lbs)","offer_id":49021759389920,"sku":"0310-1337959","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ L (Max 44 lbs)","offer_id":49021759422688,"sku":"0310-1337232","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ L (Max 44 lbs)","offer_id":49021759455456,"sku":"0310-1337574","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Military Green \/ L (Max 44 lbs)","offer_id":49021759488224,"sku":"0310-1337789","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/5296\/2272\/files\/8344ed177524188a385932de270bc526.jpg?v=1773283495","url":"https:\/\/dogplaybox.com\/products\/good-cat-hammock","provider":"DogPlayBox","version":"1.0","type":"link"}