{"title":"Page d’accueil","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\u003c!-- ======================\n         GALERIE\n    ======================= --\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pawly-gallery-main\"\u003e\u003cspan class=\"pawly-photo-badge\"\u003e PAWLY ORIGINAL \u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ======================\n         CONTENU\n    ======================= --\u003e\n\u003cdiv class=\"pawly-content\"\u003e\n\u003cspan class=\"pawly-eyebrow\"\u003e COLLECTION PAWLY 🐾 \u003c\/span\u003e\n\u003ch2\u003eDifferent Species,\u003cbr\u003eSame Love\u003c\/h2\u003e\n\u003cdiv class=\"pawly-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"pawly-lead\"\u003eParce que l'amour n'a pas d'espèce. Un t-shirt doux, confortable et plein de caractère, imaginé pour celles et ceux qui savent qu'un chien et un chat peuvent partager bien plus qu'une maison.\u003c\/p\u003e\n\u003cdiv class=\"pawly-features\"\u003e\n\u003cdiv class=\"pawly-feature\"\u003e\n\u003cspan class=\"pawly-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003e100 % coton\u003c\/strong\u003e confortable et résistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawly-feature\"\u003e\n\u003cspan class=\"pawly-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003e180 g\/m²\u003c\/strong\u003e — tissu de poids moyen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawly-feature\"\u003e\n\u003cspan class=\"pawly-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eCoupe classique et col rond intemporel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawly-feature\"\u003e\n\u003cspan class=\"pawly-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eImpression nette et durable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawly-message\"\u003e\n\u003csmall\u003ePLUS QU'UN T-SHIRT\u003c\/small\u003e\n\u003ch3\u003eUn message qui rassemble.\u003c\/h3\u003e\n\u003cp\u003eDifferent Species, Same Love célèbre ce lien unique qui peut exister entre tous les animaux que nous aimons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawly-info\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eDétails du produit\u003c\/summary\u003e\n\u003cdiv class=\"pawly-info-content\"\u003eGildan 5000 • 100 % coton • 180 g\/m² • coupe classique • étiquette détachable • épaules renforcées.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eGuide des tailles\u003c\/summary\u003e\n\u003cdiv class=\"pawly-info-content\"\u003eConsultez la dernière image de la galerie pour retrouver toutes les mesures disponibles, de S à 5XL.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eConseils d'entretien\u003c\/summary\u003e\n\u003cdiv class=\"pawly-info-content\"\u003eLavage en machine à froid à 30 °C maximum. Séchage à basse température. Ne pas repasser. Ne pas nettoyer à sec.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawly-trust\"\u003e\n\u003cdiv\u003e🔒 Paiement sécurisé\u003c\/div\u003e\n\u003cdiv\u003e↩ Retour facile\u003c\/div\u003e\n\u003cdiv\u003e♡ Satisfaction client\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Printify","offers":[{"title":"S \/ White","offer_id":49841353752804,"sku":"23482102604145628912","price":24.99,"currency_code":"CAD","in_stock":true},{"title":"M \/ White","offer_id":49841353785572,"sku":"19476097901257392247","price":25.99,"currency_code":"CAD","in_stock":true},{"title":"L \/ White","offer_id":49841353818340,"sku":"33482661739049063250","price":26.99,"currency_code":"CAD","in_stock":true},{"title":"XL \/ White","offer_id":49841353851108,"sku":"35132470676456802954","price":26.99,"currency_code":"CAD","in_stock":true},{"title":"2XL \/ White","offer_id":49841353883876,"sku":"19741403288425639237","price":25.99,"currency_code":"CAD","in_stock":true},{"title":"3XL \/ White","offer_id":49841353916644,"sku":"26111501947461316064","price":27.99,"currency_code":"CAD","in_stock":true},{"title":"4XL \/ White","offer_id":49841353949412,"sku":"33545691362905867979","price":26.99,"currency_code":"CAD","in_stock":true},{"title":"5XL \/ White","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  \u003ch2 style=\"font-size: 26px; margin-bottom: 16px;\"\u003e\n    Médaille pour animal « Different Species, Same Love » — Chat \u0026amp; Chien\n  \u003c\/h2\u003e\n\n  \u003cp style=\"font-size: 16px; color: #444;\"\u003e\n    Légère, lumineuse et pleine de tendresse, cette médaille ronde célèbre la complicité unique entre les animaux.\n    Son illustration colorée représente un chat blanc et un chien doré face à face, accompagnés du message\n    \u003cstrong\u003e« Different Species, Same Love »\u003c\/strong\u003e\n    \u003cem\u003e(Différentes espèces, même amour)\u003c\/em\u003e.\n  \u003c\/p\u003e\n\n  \u003cp style=\"font-size: 16px; color: #444;\"\u003e\n    Facile à fixer au collier grâce à son attache métallique robuste, cette médaille ajoute une touche chaleureuse\n    et originale au quotidien de votre compagnon. Son impression brillante recto verso permet de conserver\n    un visuel éclatant sous tous les angles.\n  \u003c\/p\u003e\n\n  \u003ch3 style=\"font-size: 20px; margin-top: 30px; margin-bottom: 12px;\"\u003e\n    ✨ Caractéristiques\n  \u003c\/h3\u003e\n\n  \u003cul style=\"padding-left: 22px; color: #444;\"\u003e\n    \u003cli\u003eMédaille ronde en métal avec revêtement blanc\u003c\/li\u003e\n    \u003cli\u003eDiamètre : 1 po (environ 2,54 cm)\u003c\/li\u003e\n    \u003cli\u003eImpression brillante en couleur des deux côtés\u003c\/li\u003e\n    \u003cli\u003eConstruction solide en une seule pièce\u003c\/li\u003e\n    \u003cli\u003eAucune couche collée susceptible de se décoller\u003c\/li\u003e\n    \u003cli\u003eAttache métallique robuste incluse\u003c\/li\u003e\n    \u003cli\u003eFinition brillante conçue pour conserver des couleurs éclatantes\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3 style=\"font-size: 20px; margin-top: 30px; margin-bottom: 12px;\"\u003e\n    🐾 Un petit symbole d'affection\n  \u003c\/h3\u003e\n\n  \u003cp style=\"font-size: 16px; color: #444;\"\u003e\n    Parfaite pour les chiens et les chats, cette médaille permet à votre compagnon de porter un petit rappel\n    de votre lien avec lui pendant les promenades, les moments de repos et les aventures du quotidien.\n  \u003c\/p\u003e\n\n  \u003ch3 style=\"font-size: 20px; margin-top: 30px; margin-bottom: 12px;\"\u003e\n    🧼 Entretien\n  \u003c\/h3\u003e\n\n  \u003cp style=\"font-size: 16px; color: #444;\"\u003e\n    Essuyez délicatement la poussière ou les saletés à l'aide d'un chiffon propre et sec.\n  \u003c\/p\u003e\n\n  \u003cdiv style=\"margin-top: 30px; padding: 18px; background: #F4F0E8; border-radius: 12px;\"\u003e\n    \u003cp style=\"margin: 0; text-align: center; font-weight: 700; color: #263D24;\"\u003e\n      Different Species, Same Love 🤎\n    \u003c\/p\u003e\n    \u003cp style=\"margin: 6px 0 0; text-align: center; font-size: 14px; color: #556B2F;\"\u003e\n      Différentes espèces. Le même amour.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\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\/collections\/frontpage.oembed","provider":"PAWLYCANADA","version":"1.0","type":"link"}