{"title":"Home page","description":null,"products":[{"product_id":"unisex-heavy-cotton-tee","title":"Unisex Heavy Cotton Tee","description":"\u003cstyle\u003e\n\/* =========================================\n   PAWLY — FICHE PRODUIT PREMIUM\n========================================= *\/\n\n.pawly-product-premium {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 35px 18px 55px;\n  font-family: Arial, Helvetica, sans-serif;\n  color: #263D24;\n}\n\n.pawly-product-grid {\n  display: grid;\n  grid-template-columns: 1.08fr .92fr;\n  gap: 45px;\n  align-items: start;\n}\n\n\/* =========================\n   GALERIE\n========================= *\/\n\n.pawly-gallery-main {\n  position: relative;\n  background: #F8F7F2;\n  border-radius: 26px;\n  overflow: hidden;\n}\n\n.pawly-gallery-main img {\n  display: block;\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n  transition: opacity .25s ease;\n}\n\n.pawly-photo-badge {\n  position: absolute;\n  top: 18px;\n  left: 18px;\n  background: #263D24;\n  color: #fff;\n  padding: 8px 13px;\n  border-radius: 100px;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 1px;\n}\n\n.pawly-thumbnails {\n  display: grid;\n  grid-template-columns: repeat(5, 1fr);\n  gap: 10px;\n  margin-top: 12px;\n}\n\n.pawly-thumb {\n  border: 2px solid transparent;\n  background: #F8F7F2;\n  border-radius: 14px;\n  padding: 0;\n  cursor: pointer;\n  overflow: hidden;\n  transition: .2s ease;\n}\n\n.pawly-thumb:hover,\n.pawly-thumb.active {\n  border-color: #263D24;\n}\n\n.pawly-thumb img {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n  display: block;\n}\n\n\/* =========================\n   CONTENU\n========================= *\/\n\n.pawly-content {\n  position: sticky;\n  top: 25px;\n}\n\n.pawly-eyebrow {\n  display: inline-block;\n  background: #F4F0E8;\n  border-radius: 100px;\n  padding: 8px 14px;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 1.3px;\n  margin-bottom: 14px;\n}\n\n.pawly-content h2 {\n  font-size: clamp(29px, 4vw, 42px);\n  line-height: 1.08;\n  margin: 0 0 14px;\n  color: #263D24;\n}\n\n.pawly-stars {\n  font-size: 15px;\n  margin-bottom: 20px;\n}\n\n.pawly-lead {\n  font-size: 16px;\n  color: #4f5d4d;\n  line-height: 1.75;\n  margin-bottom: 26px;\n}\n\n.pawly-features {\n  display: grid;\n  gap: 11px;\n  margin: 25px 0;\n}\n\n.pawly-feature {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  background: #F8F7F2;\n  padding: 14px 16px;\n  border-radius: 15px;\n}\n\n.pawly-check {\n  width: 26px;\n  height: 26px;\n  flex: 0 0 26px;\n  border-radius: 50%;\n  background: #263D24;\n  color: white;\n  display: grid;\n  place-items: center;\n  font-size: 13px;\n  font-weight: bold;\n}\n\n\/* =========================\n   BLOC ÉMOTIONNEL\n========================= *\/\n\n.pawly-message {\n  margin-top: 28px;\n  padding: 25px;\n  background: #263D24;\n  color: white;\n  border-radius: 22px;\n}\n\n.pawly-message small {\n  display: block;\n  opacity: .7;\n  letter-spacing: 1.4px;\n  font-weight: bold;\n  margin-bottom: 8px;\n}\n\n.pawly-message h3 {\n  color: white;\n  margin: 0 0 8px;\n  font-size: 23px;\n}\n\n.pawly-message p {\n  margin: 0;\n  line-height: 1.65;\n  opacity: .9;\n}\n\n\/* =========================\n   INFOS\n========================= *\/\n\n.pawly-info {\n  margin-top: 28px;\n  border-top: 1px solid rgba(38,61,36,.15);\n}\n\n.pawly-info details {\n  border-bottom: 1px solid rgba(38,61,36,.15);\n}\n\n.pawly-info summary {\n  padding: 17px 2px;\n  cursor: pointer;\n  font-weight: 700;\n  list-style: none;\n}\n\n.pawly-info summary::-webkit-details-marker {\n  display: none;\n}\n\n.pawly-info summary::after {\n  content: \"+\";\n  float: right;\n  font-size: 20px;\n}\n\n.pawly-info details[open] summary::after {\n  content: \"−\";\n}\n\n.pawly-info-content {\n  padding: 0 2px 18px;\n  color: #586356;\n  line-height: 1.7;\n  font-size: 14px;\n}\n\n.pawly-trust {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 9px;\n  margin-top: 25px;\n}\n\n.pawly-trust div {\n  text-align: center;\n  background: #F4F0E8;\n  border-radius: 14px;\n  padding: 13px 7px;\n  font-size: 12px;\n  font-weight: 700;\n}\n\n\/* MOBILE *\/\n\n@media(max-width: 800px) {\n\n  .pawly-product-premium {\n    padding: 16px 12px 40px;\n  }\n\n  .pawly-product-grid {\n    grid-template-columns: 1fr;\n    gap: 27px;\n  }\n\n  .pawly-content {\n    position: static;\n  }\n\n  .pawly-gallery-main {\n    border-radius: 20px;\n  }\n\n  .pawly-thumbnails {\n    gap: 7px;\n  }\n\n  .pawly-thumb {\n    border-radius: 10px;\n  }\n\n  .pawly-content h2 {\n    font-size: 29px;\n  }\n\n  .pawly-trust {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e\n\u003csection class=\"pawly-product-premium\"\u003e\n\u003cdiv class=\"pawly-product-grid\"\u003e\n\n\u003c\/div\u003e\u003c\/section\u003e","brand":"Printify","offers":[{"title":"S \/ Blanc","offer_id":49841353752804,"sku":"23482102604145628912","price":24.99,"currency_code":"CAD","in_stock":true},{"title":"M \/ Blanc","offer_id":49841353785572,"sku":"19476097901257392247","price":25.99,"currency_code":"CAD","in_stock":true},{"title":"L \/ Blanc","offer_id":49841353818340,"sku":"33482661739049063250","price":26.99,"currency_code":"CAD","in_stock":true},{"title":"XL \/ Blanc","offer_id":49841353851108,"sku":"35132470676456802954","price":26.99,"currency_code":"CAD","in_stock":true},{"title":"2XL \/ Blanc","offer_id":49841353883876,"sku":"19741403288425639237","price":25.99,"currency_code":"CAD","in_stock":true},{"title":"3XL \/ Blanc","offer_id":49841353916644,"sku":"26111501947461316064","price":27.99,"currency_code":"CAD","in_stock":true},{"title":"4XL \/ Blanc","offer_id":49841353949412,"sku":"33545691362905867979","price":26.99,"currency_code":"CAD","in_stock":true},{"title":"5XL \/ Blanc","offer_id":49841353982180,"sku":"15269699944124609112","price":26.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0840\/9989\/1428\/files\/13545484651998377752_v2_2048_custom.jpg?v=1789144871"},{"product_id":"different-species-same-love-pet-tag-cat-dog-id-tag","title":"Different Species Same Love Pet Tag — Cat \u0026 Dog ID Tag","description":"\u003cdiv style=\"font-family: Arial, Helvetica, sans-serif; line-height: 1.7; color: #263D24; max-width: 850px; margin: 0 auto;\"\u003e\n\n\n  \u003ch2 style=\"font-size: 26px; margin-bottom: 16px;\"\u003e\n\n    Pet ID Tag \"Different Species, Same Love\" — Cat \u0026amp; Dog\n  \u003c\/h2\u003e\n\n\n  \u003cp style=\"font-size: 16px; color: #444;\"\u003e\n    Light, bright, and full of tenderness, this round tag celebrates the unique bond between animals.\n    Its colorful illustration depicts a white cat and a golden dog face to face, accompanied by the message\n    \u003cstrong\u003e“Different Species, Same Love”\u003c\/strong\u003e\n    \u003cem\u003e(Different species, same love)\u003c\/em\u003e.\n  \u003c\/p\u003e\n\n\n  \u003cp style=\"font-size: 16px; color: #444;\"\u003e\n    Easy to attach to a collar thanks to its robust metal clasp, this tag adds a warm\n    and original touch to your companion's everyday life. Its glossy double-sided printing ensures\n    a vibrant visual from all angles.\n  \u003c\/p\u003e\n\n\n  \u003ch3 style=\"font-size: 20px; margin-top: 30px; margin-bottom: 12px;\"\u003e\n\n    ✨ Features\n  \u003c\/h3\u003e\n\n\n  \u003cul style=\"padding-left: 22px; color: #444;\"\u003e\n\n    \u003cli\u003eRound metal tag with white coating\u003c\/li\u003e\n\n    \u003cli\u003eDiameter: 1 inch (approximately 2.54 cm)\u003c\/li\u003e\n\n    \u003cli\u003eGlossy full-color printing on both sides\u003c\/li\u003e\n\n    \u003cli\u003eSolid one-piece construction\u003c\/li\u003e\n\n    \u003cli\u003eNo glued layers that could peel off\u003c\/li\u003e\n\n    \u003cli\u003eRobust metal clasp included\u003c\/li\u003e\n\n    \u003cli\u003eGlossy finish designed to maintain vibrant colors\u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n\n  \u003ch3 style=\"font-size: 20px; margin-top: 30px; margin-bottom: 12px;\"\u003e\n\n    🐾 A small symbol of affection\n  \u003c\/h3\u003e\n\n\n  \u003cp style=\"font-size: 16px; color: #444;\"\u003e\n    Perfect for dogs and cats, this tag allows your companion to wear a small reminder\n    of your bond with them during walks, resting moments, and daily adventures.\n  \u003c\/p\u003e\n\n\n  \u003ch3 style=\"font-size: 20px; margin-top: 30px; margin-bottom: 12px;\"\u003e\n\n    🧼 Care instructions\n  \u003c\/h3\u003e\n\n\n  \u003cp style=\"font-size: 16px; color: #444;\"\u003e\n    Gently wipe away dust or dirt with a clean, dry cloth.\n  \u003c\/p\u003e\n\n\n  \u003cdiv style=\"margin-top: 30px; padding: 18px; background: #F4F0E8; border-radius: 12px;\"\u003e\n\n    \u003cp style=\"margin: 0; text-align: center; font-weight: 700; color: #263D24;\"\u003e\n      Different Species, Same Love 🤎\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin: 6px 0 0; text-align: center; font-size: 14px; color: #556B2F;\"\u003e\n      Different Species. Same Love.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e","brand":"Printify","offers":[{"title":"1\"","offer_id":49843447234788,"sku":"27662318094445010753","price":34.63,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0840\/9989\/1428\/files\/15696481081102771158_2048.jpg?v=1789179566"}],"url":"https:\/\/pawlycanada.com\/en\/collections\/frontpage.oembed","provider":"PAWLYCANADA","version":"1.0","type":"link"}