{"title":"Tierpflege","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eMÉLA Haven – Vorschau der Haustierpflege-Beschreibung\u003c\/title\u003e\n\u003cstyle\u003e\n  body {\n    margin: 0;\n    background: #f5f5f7;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 100vh;\n  }\n  .preview-frame {\n    width: 100%;\n    max-width: 900px;\n    background: #fff;\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"preview-frame\"\u003e\n\n\u003c!-- ════════════════════════════════════════════\n     PASTE EVERYTHING BELOW INTO SHOPIFY\n     ════════════════════════════════════════════ --\u003e\n\u003cdiv class=\"mela-pc-hero\"\u003e\n\n  \u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500\u0026family=DM+Sans:wght@300;400;500\u0026display=swap');\n\n    .mela-pc-hero {\n      font-family: 'DM Sans', sans-serif;\n      background: #ffffff;\n      padding: 72px 24px 64px;\n      text-align: center;\n      overflow: hidden;\n      position: relative;\n    }\n\n    \/* Warm rosy glow — soft \u0026 loving *\/\n    .mela-pc-hero::before {\n      content: '';\n      position: absolute;\n      top: -120px;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 600px;\n      height: 520px;\n      background: radial-gradient(ellipse at 50% 40%,\n        rgba(210,150,150,0.07) 0%,\n        rgba(220,180,140,0.04) 50%,\n        transparent 72%);\n      pointer-events: none;\n      animation: mela-pc-glow 7s ease-in-out infinite;\n    }\n\n    @keyframes mela-pc-glow {\n      0%, 100% { opacity: 0.7; transform: translateX(-50%) scale(1); }\n      50%       { opacity: 1;   transform: translateX(-50%) scale(1.05); }\n    }\n\n    .mela-pc-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: #9a8c7e;\n      margin: 0 0 20px;\n      opacity: 0;\n      animation: mela-pc-up 0.7s ease forwards 0.1s;\n    }\n\n    .mela-pc-paw {\n      font-size: 13px;\n      display: inline-block;\n      animation: mela-pc-wag 2.5s ease-in-out infinite;\n      transform-origin: bottom center;\n    }\n\n    @keyframes mela-pc-wag {\n      0%, 100% { transform: rotate(-8deg); }\n      50%       { transform: rotate(8deg); }\n    }\n\n    .mela-pc-headline {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(38px, 6vw, 64px);\n      font-weight: 300;\n      line-height: 1.08;\n      letter-spacing: -0.01em;\n      color: #1d1d1f;\n      margin: 0;\n      opacity: 0;\n      animation: mela-pc-up 0.8s ease forwards 0.25s;\n    }\n\n    .mela-pc-headline em {\n      font-style: italic;\n      color: #c47a7a;\n    }\n\n    .mela-pc-sub {\n      font-size: clamp(15px, 2.2vw, 18px);\n      font-weight: 300;\n      color: #6e6e73;\n      line-height: 1.65;\n      max-width: 500px;\n      margin: 22px auto 0;\n      opacity: 0;\n      animation: mela-pc-up 0.8s ease forwards 0.45s;\n    }\n\n    .mela-pc-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 14px;\n      margin: 34px auto;\n      opacity: 0;\n      animation: mela-pc-fade 0.6s ease forwards 0.6s;\n    }\n\n    .mela-pc-divider::before,\n    .mela-pc-divider::after {\n      content: '';\n      display: block;\n      width: 40px;\n      height: 1px;\n      background: #f0d8d8;\n    }\n\n    .mela-pc-divider-icon {\n      font-size: 14px;\n      color: #c47a7a;\n    }\n\n    \/* Promise cards *\/\n    .mela-pc-promises {\n      display: flex;\n      justify-content: center;\n      gap: 12px;\n      flex-wrap: wrap;\n      opacity: 0;\n      animation: mela-pc-up 0.8s ease forwards 0.75s;\n    }\n\n    .mela-pc-promise {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 6px;\n      padding: 18px 20px;\n      border: 1px solid #f2e4e4;\n      border-radius: 16px;\n      background: #fdf9f9;\n      width: 130px;\n      transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;\n      cursor: default;\n    }\n\n    .mela-pc-promise:hover {\n      border-color: #c47a7a;\n      transform: translateY(-3px);\n      box-shadow: 0 8px 24px rgba(196,122,122,0.1);\n    }\n\n    .mela-pc-promise-icon {\n      font-size: 22px;\n      line-height: 1;\n    }\n\n    .mela-pc-promise-label {\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.06em;\n      color: #3a2a2a;\n      text-transform: uppercase;\n      text-align: center;\n      line-height: 1.3;\n    }\n\n    @keyframes mela-pc-up {\n      from { opacity: 0; transform: translateY(16px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n    @keyframes mela-pc-fade {\n      from { opacity: 0; }\n      to   { opacity: 1; }\n    }\n\n    @media (max-width: 480px) {\n      .mela-pc-hero { padding: 52px 20px 48px; }\n      .mela-pc-promise { width: 100px; padding: 14px 12px; }\n    }\n  \u003c\/style\u003e\n\n  \u003cp class=\"mela-pc-eyebrow\"\u003e\n    \u003cspan class=\"mela-pc-paw\"\u003e🐾\u003c\/span\u003e\n    Tierpflege\n    \u003cspan class=\"mela-pc-paw\"\u003e🐾\u003c\/span\u003e\n  \u003c\/p\u003e\n\n  \u003ch2 class=\"mela-pc-headline\"\u003e\n    Weil sie nichts\u003cbr\u003e\n    als das \u003cem\u003eBeste\u003c\/em\u003e verdienen.\n  \u003c\/h2\u003e\n\n  \u003cp class=\"mela-pc-sub\"\u003e\n    Ihr Haustier ist Familie. Kaufen Sie Premium-Pflegeprodukte, cleveres Zubehör und Komfortprodukte – liebevoll gestaltet für die Tiere, die Ihr Zuhause mit Freude erfüllen.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"mela-pc-divider\"\u003e\n    \u003cspan class=\"mela-pc-divider-icon\"\u003e♥\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mela-pc-promises\"\u003e\n    \u003cdiv class=\"mela-pc-promise\"\u003e\n      \u003cspan class=\"mela-pc-promise-icon\"\u003e🐶\u003c\/span\u003e\n      \u003cspan class=\"mela-pc-promise-label\"\u003eHundefreundlich\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mela-pc-promise\"\u003e\n      \u003cspan class=\"mela-pc-promise-icon\"\u003e🐱\u003c\/span\u003e\n      \u003cspan class=\"mela-pc-promise-label\"\u003eKatzengerecht\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mela-pc-promise\"\u003e\n      \u003cspan class=\"mela-pc-promise-icon\"\u003e🛡️\u003c\/span\u003e\n      \u003cspan class=\"mela-pc-promise-label\"\u003eSichere Materialien\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mela-pc-promise\"\u003e\n      \u003cspan class=\"mela-pc-promise-icon\"\u003e💎\u003c\/span\u003e\n      \u003cspan class=\"mela-pc-promise-label\"\u003ePremium-Qualität\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- ════════════════════════════════════════════\n     END OF SHOPIFY CODE\n     ════════════════════════════════════════════ --\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","products":[{"product_id":"chirping-bird-cat-toy","title":"Chirping Bird Cat Toy","description":"\u003cp\u003e\u003cem\u003eYour cat ignores every toy you buy. This one they cannot.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eThe moment a paw touches it, the wings flap and a real sparrow chirp fills the room. Every hunting instinct fires at once. No batteries to replace, no app to download, no setup. Pull the tab, place it on the floor, and let nature take over.\u003c\/p\u003e\n\u003cp\u003eA soft plush body with a genuine feather tail makes it safe for paws and teeth. The weighted base keeps it upright all day so your cat always comes back for another round. Cats that play sleep better, scratch less, and cause far less trouble around the house.\u003c\/p\u003e\n\u003cp\u003eWorks for every cat, every breed, every age. Kittens discover their instincts. Adults rediscover theirs.\u003c\/p\u003e\n","brand":"MÉLA Haven","offers":[{"title":"Default Title","offer_id":46188698796228,"sku":"Bird Cat Toy","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0698\/9158\/8292\/files\/cat-toy-main_b013acce-c20d-4fda-a69d-04a22d60c762.jpg?v=1779930685"},{"product_id":"silicone-dog-paw-cleaner-cup","title":"Silicone Dog Paw Cleaner Cup","description":"\u003cp\u003e\u003cem\u003eEvery walk tracks more than mud through your door.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eThere is mud, road salt, lawn chemicals, and bacteria on those paws. A towel smears it around. A full bath is a battle. The Silicone Dog Paw Cleaner Cup cleans all four paws in under 30 seconds. Fill with a little water, dip one paw, twist. The soft silicone bristles reach between every toe and pad, releasing mud gently into the water.\u003c\/p\u003e\n\u003cp\u003eNo splashing. No stress. No drama. Works for every breed and every paw size. Available in Blue and Pink.\u003c\/p\u003e\n","brand":"MÉLA Haven","offers":[{"title":"Blue","offer_id":46190284439748,"sku":"PAW-CUP-BLUE","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":46190284472516,"sku":"PAW-CUP-PINK","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0698\/9158\/8292\/files\/paw-cup-pink_04127a19-f5af-413f-81af-d5af6fd6997c.jpg?v=1780008904"},{"product_id":"silicone-dog-lick-mat-4-pack","title":"Silicone Dog Lick Mat","description":"\u003cp\u003e\u003cem\u003eA bored dog is a destructive dog.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eThe Silicone Dog Lick Mat turns mealtime, treat time, and bath time into calm, focused activity. Spread peanut butter, yogurt, wet food, or any soft treat across the textured surface. The deep grooves make your dog work slowly, keeping them occupied for ten to thirty minutes instead of ten seconds.\u003c\/p\u003e\n\u003cp\u003eBPA-free food-safe silicone. Dishwasher safe on the top rack. Suction cups on the base lock the mat to any smooth surface during use. Works for anxiety relief, bath distraction, slow feeding, and crate training.\u003c\/p\u003e\n","brand":"MÉLA Haven","offers":[{"title":"Orange","offer_id":46203620491460,"sku":"LICK-MAT-ORANGE","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":46211179872452,"sku":"LICK-MAT-GREEN","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Purple","offer_id":46211179905220,"sku":"LICK-MAT-PURPLE","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Gray","offer_id":46211179937988,"sku":"LICK-MAT-GRAY","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":46211179970756,"sku":"LICK-MAT-BLUE","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0698\/9158\/8292\/files\/OydXZHaway86vZ-ld5Wie.jpg?v=1780330419"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0698\/9158\/8292\/collections\/pet-care-flat-lay.png?v=1775569986","url":"https:\/\/melahaven.com\/de\/collections\/pet-care.oembed","provider":"Mela Haven Store","version":"1.0","type":"link"}