{"product_id":"agipower-zinnitug-medium-i-agilityleker-designet-av-kjersti-jorgensen","title":"AgiPower + ZinniTug Medium - Agility Toys Designed by Kjersti Jørgensen","description":"\u003c!--\n==========================================================================\n  KJERSTI JØRGENSEN BUNDLE - Product Description\n  AgiPower + ZinniTug Medium\n  \n  Placeholders you need to replace:\n  - [KJERSTI-LANDINGSSIDE-URL] → \/pages\/kjersti-jorgensen\n==========================================================================\n--\u003e\n\n\u003cstyle\u003e\n  .pkj-bundle {\n    --pkj-cream: #f5f2ec;\n    --pkj-ink: #1a1a1a;\n    --pkj-muted: #6b6b6b;\n    --pkj-line: #e0dbd0;\n    --pkj-accent: #8b4a3a;\n    --pkj-gold: #d4aa5a;\n    --pkj-dark: #1c1c1a;\n    \n    --pkj-display: \"Cormorant Garamond\", \"Playfair Display\", Georgia, serif;\n    --pkj-body: \"Nunito\", -apple-system, system-ui, sans-serif;\n    \n    font-family: var(--pkj-body);\n    color: var(--pkj-ink);\n    max-width: 1080px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n  \n  .pkj-bundle * { box-sizing: border-box; }\n  \n  \/* Intro *\/\n  .pkj-bundle-intro {\n    text-align: center;\n    max-width: 720px;\n    margin: 0 auto 56px;\n    padding: 0 16px;\n  }\n  \n  .pkj-bundle-label {\n    font-size: 11px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--pkj-accent);\n    font-weight: 700;\n    margin: 0 0 12px;\n  }\n  \n  .pkj-bundle-title {\n    font-family: var(--pkj-display);\n    font-size: clamp(28px, 4vw, 40px);\n    font-weight: 400;\n    line-height: 1.15;\n    margin: 0 0 16px;\n    color: var(--pkj-ink);\n  }\n  \n  .pkj-bundle-lead {\n    font-size: 17px;\n    line-height: 1.6;\n    color: #2a2a2a;\n    margin: 0;\n  }\n  \n  \/* What you get - two products *\/\n  .pkj-bundle-section {\n    margin: 0 0 56px;\n  }\n  \n  .pkj-bundle-section-title {\n    font-family: var(--pkj-display);\n    font-size: 28px;\n    font-weight: 400;\n    text-align: center;\n    margin: 0 0 32px;\n    color: var(--pkj-ink);\n  }\n  \n  .pkj-bundle-products {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 24px;\n  }\n  \n  .pkj-bundle-product {\n    background: var(--pkj-cream);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n  \n  .pkj-bundle-product-img {\n    aspect-ratio: 1 \/ 1;\n    background: #fff;\n    overflow: hidden;\n  }\n  \n  .pkj-bundle-product-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  \n  .pkj-bundle-product-body {\n    padding: 24px 22px;\n  }\n  \n  .pkj-bundle-product-tag {\n    font-size: 11px;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--pkj-accent);\n    font-weight: 700;\n    margin: 0 0 6px;\n  }\n  \n  .pkj-bundle-product-name {\n    font-family: var(--pkj-display);\n    font-size: 22px;\n    font-weight: 400;\n    margin: 0 0 12px;\n    color: var(--pkj-ink);\n  }\n  \n  .pkj-bundle-product-desc {\n    font-size: 14px;\n    line-height: 1.55;\n    color: #2a2a2a;\n    margin: 0 0 14px;\n  }\n  \n  .pkj-bundle-product-price {\n    font-family: var(--pkj-display);\n    font-size: 18px;\n    color: var(--pkj-muted);\n    margin: 0;\n  }\n  \n  \/* Why these two *\/\n  .pkj-bundle-why {\n    background: var(--pkj-cream);\n    padding: 48px 32px;\n    border-radius: 12px;\n    text-align: center;\n  }\n  \n  .pkj-bundle-why p {\n    font-size: 16px;\n    line-height: 1.7;\n    color: #2a2a2a;\n    margin: 0;\n    max-width: 640px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  \n  \/* Price comparison *\/\n  .pkj-bundle-pricetable {\n    background: #fff;\n    border: 1px solid var(--pkj-line);\n    border-radius: 12px;\n    padding: 32px;\n    max-width: 480px;\n    margin: 0 auto;\n  }\n  \n  .pkj-bundle-pricerow {\n    display: flex;\n    justify-content: space-between;\n    align-items: baseline;\n    padding: 10px 0;\n    font-size: 15px;\n    border-bottom: 1px solid var(--pkj-line);\n  }\n  \n  .pkj-bundle-pricerow:last-of-type {\n    border-bottom: none;\n    padding-bottom: 0;\n  }\n  \n  .pkj-bundle-pricerow-label {\n    color: var(--pkj-muted);\n  }\n  \n  .pkj-bundle-pricerow-value {\n    color: var(--pkj-ink);\n    font-weight: 600;\n  }\n  \n  .pkj-bundle-pricerow.total {\n    border-top: 2px solid var(--pkj-ink);\n    border-bottom: none;\n    margin-top: 8px;\n    padding-top: 16px;\n    font-size: 17px;\n  }\n  \n  .pkj-bundle-pricerow.total .pkj-bundle-pricerow-label {\n    color: var(--pkj-ink);\n    font-weight: 700;\n  }\n  \n  .pkj-bundle-pricerow.total .pkj-bundle-pricerow-value {\n    color: var(--pkj-accent);\n    font-family: var(--pkj-display);\n    font-size: 24px;\n    font-weight: 700;\n  }\n  \n  .pkj-bundle-pricerow.discount .pkj-bundle-pricerow-value {\n    color: var(--pkj-accent);\n    font-weight: 700;\n  }\n  \n  \/* Designer block *\/\n  .pkj-bundle-designer {\n    display: grid;\n    grid-template-columns: 200px 1fr;\n    gap: 32px;\n    align-items: center;\n    background: var(--pkj-dark);\n    color: #fff;\n    padding: 40px;\n    border-radius: 12px;\n  }\n  \n  .pkj-bundle-designer-img {\n    aspect-ratio: 1 \/ 1;\n    border-radius: 50%;\n    overflow: hidden;\n    background: #2a2a2a;\n  }\n  \n  .pkj-bundle-designer-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  \n  .pkj-bundle-designer-tag {\n    font-size: 11px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--pkj-gold);\n    font-weight: 700;\n    margin: 0 0 8px;\n  }\n  \n  .pkj-bundle-designer-title {\n    font-family: var(--pkj-display);\n    font-size: 26px;\n    font-weight: 400;\n    margin: 0 0 12px;\n    color: #fff;\n  }\n  \n  .pkj-bundle-designer p {\n    font-size: 15px;\n    line-height: 1.6;\n    margin: 0 0 16px;\n    color: #d4d4d4;\n  }\n  \n  .pkj-bundle-designer a {\n    color: var(--pkj-gold);\n    text-decoration: underline;\n    font-weight: 600;\n    font-size: 14px;\n  }\n  \n  .pkj-bundle-designer a:hover {\n    color: #fff;\n  }\n  \n  \/* Spec *\/\n  .pkj-bundle-specs {\n    background: var(--pkj-cream);\n    padding: 32px;\n    border-radius: 12px;\n  }\n  \n  .pkj-bundle-specs-title {\n    font-family: var(--pkj-display);\n    font-size: 22px;\n    font-weight: 400;\n    margin: 0 0 20px;\n    text-align: center;\n  }\n  \n  .pkj-bundle-specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n  }\n  \n  .pkj-bundle-spec {\n    background: #fff;\n    padding: 18px 20px;\n    border-radius: 8px;\n  }\n  \n  .pkj-bundle-spec-name {\n    font-size: 13px;\n    font-weight: 700;\n    color: var(--pkj-accent);\n    margin: 0 0 8px;\n    letter-spacing: 0.05em;\n  }\n  \n  .pkj-bundle-spec-rows {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  \n  .pkj-bundle-spec-rows li {\n    display: flex;\n    justify-content: space-between;\n    padding: 5px 0;\n    font-size: 13px;\n    color: #2a2a2a;\n    border-bottom: 1px dashed var(--pkj-line);\n    gap: 12px;\n  }\n  \n  .pkj-bundle-spec-rows li:last-child {\n    border-bottom: none;\n  }\n  \n  .pkj-bundle-spec-rows li strong {\n    color: var(--pkj-ink);\n    font-weight: 700;\n    text-align: right;\n  }\n  \n  \/* Responsiveness *\/\n  @media (max-width: 640px) {\n    .pkj-bundle-products {\n      grid-template-columns: 1fr;\n    }\n    \n    .pkj-bundle-designer {\n      grid-template-columns: 1fr;\n      text-align: center;\n      padding: 32px 24px;\n    }\n    \n    .pkj-bundle-designer-img {\n      max-width: 140px;\n      margin: 0 auto;\n    }\n    \n    .pkj-bundle-specs-grid {\n      grid-template-columns: 1fr;\n    }\n    \n    .pkj-bundle-why {\n      padding: 32px 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"pkj-bundle\"\u003e\n  \n  \u003c!-- ===================================================== --\u003e\n  \u003c!-- INTRO                                                   --\u003e\n  \u003c!-- ===================================================== --\u003e\n  \u003cdiv class=\"pkj-bundle-intro\"\u003e\n    \u003cp class=\"pkj-bundle-label\"\u003eKjersti Jørgensen × Pawesomeday\u003c\/p\u003e\n    \u003ch2 class=\"pkj-bundle-title\"\u003eTwo Toys, Two Rewards, One Complete Training\u003c\/h2\u003e\n    \u003cp class=\"pkj-bundle-lead\"\u003e\n      AgiPower for pure tug play and ZinniTug Medium for variation with a ball, adapted for larger dogs. Both designed by former world champion Kjersti Jørgensen, handmade in Doggie-Zen's workshop in Strängnäs. Save 99 kr when you buy them together.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \n  \u003c!-- ===================================================== --\u003e\n  \u003c!-- WHAT YOU GET                                              --\u003e\n  \u003c!-- ===================================================== --\u003e\n  \u003csection class=\"pkj-bundle-section\"\u003e\n    \u003ch3 class=\"pkj-bundle-section-title\"\u003eThis is what you get\u003c\/h3\u003e\n    \n    \u003cdiv class=\"pkj-bundle-products\"\u003e\n      \n      \u003c!-- AgiPower --\u003e\n      \u003cdiv class=\"pkj-bundle-product\"\u003e\n        \u003cdiv class=\"pkj-bundle-product-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/6369\/3747\/files\/Pawesomeday_leker_klip_62-ezgif.com-optimize_deb37afe-d34d-4c66-aec7-ed50758908e8.gif?v=1777448137\" alt=\"AgiPower agility toy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pkj-bundle-product-body\"\u003e\n          \u003cp class=\"pkj-bundle-product-tag\"\u003e1 × AgiPower\u003c\/p\u003e\n          \u003ch4 class=\"pkj-bundle-product-name\"\u003eAgiPower\u003c\/h4\u003e\n          \u003cp class=\"pkj-bundle-product-desc\"\u003e\n            Pure tug toy in two types of twisted wild sheep wool, 48 cm long, with a 15.5 cm handle with bungee. For dogs who love to tug and have full contact.\n          \u003c\/p\u003e\n          \u003cp class=\"pkj-bundle-product-price\"\u003eValue: 499 kr\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- ZinniTug Medium --\u003e\n      \u003cdiv class=\"pkj-bundle-product\"\u003e\n        \u003cdiv class=\"pkj-bundle-product-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/6369\/3747\/files\/Pawesomeday_leker_klip_7-ezgif.com-optimize.gif?v=1777470664\" alt=\"ZinniTug Medium agility toy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pkj-bundle-product-body\"\u003e\n          \u003cp class=\"pkj-bundle-product-tag\"\u003e1 × ZinniTug Medium\u003c\/p\u003e\n          \u003ch4 class=\"pkj-bundle-product-name\"\u003eZinniTug Medium\u003c\/h4\u003e\n          \u003cp class=\"pkj-bundle-product-desc\"\u003e\n            Tug + ball in one, for larger dogs. Twisted wild sheep wool, 26 cm long, with a medium Hol-ee Roller filled with wild sheep wool and squeaker. 15.5 cm bungee handle.\n          \u003c\/p\u003e\n          \u003cp class=\"pkj-bundle-product-price\"\u003eValue: 649 kr\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \n  \n  \u003c!-- ===================================================== --\u003e\n  \u003c!-- WHY THESE TWO                                        --\u003e\n  \u003c!-- ===================================================== --\u003e\n  \u003csection class=\"pkj-bundle-section\"\u003e\n    \u003cdiv class=\"pkj-bundle-why\"\u003e\n      \u003ch3 class=\"pkj-bundle-section-title\" style=\"margin-bottom: 16px;\"\u003eWhy these two together\u003c\/h3\u003e\n      \u003cp\u003e\n        AgiPower and ZinniTug Medium cover two different training needs for larger dogs. AgiPower is for sessions where you want focus, drive, and pure tug. ZinniTug Medium gives you flexibility; the ball is an extra reward you can use between exercises or when your dog needs something else to chew on.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \n  \n  \u003c!-- ===================================================== --\u003e\n  \u003c!-- PRICE COMPARISON                                      --\u003e\n  \u003c!-- ===================================================== --\u003e\n  \u003csection class=\"pkj-bundle-section\"\u003e\n    \u003ch3 class=\"pkj-bundle-section-title\"\u003eBundle Price\u003c\/h3\u003e\n    \n    \u003cdiv class=\"pkj-bundle-pricetable\"\u003e\n      \u003cdiv class=\"pkj-bundle-pricerow\"\u003e\n        \u003cspan class=\"pkj-bundle-pricerow-label\"\u003eAgiPower\u003c\/span\u003e\n        \u003cspan class=\"pkj-bundle-pricerow-value\"\u003e499 kr\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pkj-bundle-pricerow\"\u003e\n        \u003cspan class=\"pkj-bundle-pricerow-label\"\u003eZinniTug Medium\u003c\/span\u003e\n        \u003cspan class=\"pkj-bundle-pricerow-value\"\u003e649 kr\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pkj-bundle-pricerow discount\"\u003e\n        \u003cspan class=\"pkj-bundle-pricerow-label\"\u003eBundle Discount\u003c\/span\u003e\n        \u003cspan class=\"pkj-bundle-pricerow-value\"\u003e−99 kr\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pkj-bundle-pricerow total\"\u003e\n        \u003cspan class=\"pkj-bundle-pricerow-label\"\u003eYou Pay\u003c\/span\u003e\n        \u003cspan class=\"pkj-bundle-pricerow-value\"\u003e1049 kr\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \n  \n  \u003c!-- ===================================================== --\u003e\n  \u003c!-- DESIGNER SNIPPET                                        --\u003e\n  \u003c!-- ===================================================== --\u003e\n  \u003csection class=\"pkj-bundle-section\"\u003e\n    \u003cdiv class=\"pkj-bundle-designer\"\u003e\n      \u003cdiv class=\"pkj-bundle-designer-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0573\/6369\/3747\/files\/61e782_2e70b1b7b1af45779f59ff5c66fd085e_mv2.jpg?v=1776777207\" alt=\"Kjersti Jørgensen\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"pkj-bundle-designer-tag\"\u003eDesigned by\u003c\/p\u003e\n        \u003ch3 class=\"pkj-bundle-designer-title\"\u003eKjersti Jørgensen\u003c\/h3\u003e\n        \u003cp\u003e\n          Former agility world champion with her Shetland Sheepdog Agi. The toys are developed for real training, not store shelves, and produced in limited editions by Doggie-Zen in Strängnäs.\n        \u003c\/p\u003e\n        \u003ca href=\"[KJERSTI-LANDINGSSIDE-URL]\"\u003eRead the full story about the collaboration →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \n  \n  \u003c!-- ===================================================== --\u003e\n  \u003c!-- SPECIFICATIONS                                         --\u003e\n  \u003c!-- ===================================================== --\u003e\n  \u003csection class=\"pkj-bundle-section\"\u003e\n    \u003cdiv class=\"pkj-bundle-specs\"\u003e\n      \u003ch3 class=\"pkj-bundle-specs-title\"\u003eSpecifications\u003c\/h3\u003e\n      \n      \u003cdiv class=\"pkj-bundle-specs-grid\"\u003e\n        \n        \u003cdiv class=\"pkj-bundle-spec\"\u003e\n          \u003cp class=\"pkj-bundle-spec-name\"\u003eAgiPower\u003c\/p\u003e\n          \u003cul class=\"pkj-bundle-spec-rows\"\u003e\n            \u003cli\u003e\n\u003cspan\u003eWild Sheep Wool Section\u003c\/span\u003e\u003cstrong\u003e48 cm\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan\u003eBungee Handle\u003c\/span\u003e\u003cstrong\u003e15.5 cm\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan\u003eMaterial\u003c\/span\u003e\u003cstrong\u003eTwo types of wild sheep wool\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan\u003eSuitable for\u003c\/span\u003e\u003cstrong\u003eAll sizes\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pkj-bundle-spec\"\u003e\n          \u003cp class=\"pkj-bundle-spec-name\"\u003eZinniTug Medium\u003c\/p\u003e\n          \u003cul class=\"pkj-bundle-spec-rows\"\u003e\n            \u003cli\u003e\n\u003cspan\u003eWild Sheep Wool Section\u003c\/span\u003e\u003cstrong\u003e26 cm\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan\u003eBungee Handle\u003c\/span\u003e\u003cstrong\u003e15.5 cm\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan\u003eBall\u003c\/span\u003e\u003cstrong\u003eMedium Hol-ee Roller\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan\u003eSuitable for\u003c\/span\u003e\u003cstrong\u003eLarger dogs\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \n\u003c\/div\u003e","brand":"Pawesomeday","offers":[{"title":"Default Title","offer_id":45479064436915,"sku":"Agipower_Zinnitug-medium","price":95.95,"currency_code":"EUR","in_stock":false}],"url":"https:\/\/www.pawesomeday.no\/en-eu\/products\/agipower-zinnitug-medium-i-agilityleker-designet-av-kjersti-jorgensen","provider":"Pawesomeday","version":"1.0","type":"link"}