{"product_id":"fursociety-winter-jacket","title":"FurSociety Winter Jacket","description":"\u003cstyle\u003e\n  .fs-jacket-section {\n    --fs-beige: #eee5d7;\n    --fs-cream: #faf5ed;\n    --fs-card: rgba(255, 250, 241, 0.94);\n    --fs-olive: #3f4728;\n    --fs-olive-dark: #293018;\n    --fs-rust: #a85a36;\n    --fs-navy: #1e2d40;\n    --fs-black: #1f1f1f;\n    --fs-border: rgba(63, 71, 40, 0.16);\n    --fs-shadow: 0 18px 48px rgba(34, 34, 34, 0.12);\n    width: 100%;\n    padding: 34px 0;\n    background:\n      radial-gradient(circle at 10% 8%, rgba(30, 45, 64, 0.10), transparent 28%),\n      radial-gradient(circle at 88% 14%, rgba(63, 71, 40, 0.09), transparent 30%),\n      linear-gradient(135deg, var(--fs-beige), var(--fs-cream));\n    color: var(--fs-black);\n    font-family: Inter, Arial, Helvetica, sans-serif;\n    overflow: hidden;\n    -webkit-font-smoothing: antialiased;\n    text-rendering: optimizeLegibility;\n  }\n  .fs-jacket-section * { box-sizing: border-box; }\n  .fs-jacket-wrap {\n    width: 100%;\n    max-width: 1160px;\n    margin: 0 auto;\n    padding: 0 14px;\n  }\n  .fs-jacket-badge {\n    display: inline-flex;\n    justify-content: center;\n    align-items: center;\n    gap: 7px;\n    padding: 9px 13px;\n    border-radius: 999px;\n    border: 1px solid var(--fs-border);\n    background: rgba(255, 255, 255, 0.62);\n    color: var(--fs-olive);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    animation: fsJacketFadeUp 0.7s ease both;\n  }\n  .fs-jacket-hero {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 24px;\n    align-items: center;\n    text-align: center;\n  }\n  .fs-jacket-title {\n    margin: 16px 0 0;\n    color: var(--fs-olive);\n    font-size: clamp(31px, 9vw, 46px);\n    line-height: 1.08;\n    letter-spacing: -0.035em;\n    font-weight: 950;\n    animation: fsJacketFadeUp 0.7s ease 0.08s both;\n  }\n  .fs-jacket-title .accent { color: var(--fs-rust); }\n  .fs-jacket-subtitle {\n    margin: 14px auto 0;\n    max-width: 650px;\n    color: rgba(31, 31, 31, 0.76);\n    font-size: 15px;\n    line-height: 1.58;\n    animation: fsJacketFadeUp 0.7s ease 0.16s both;\n  }\n  .fs-jacket-pills {\n    margin-top: 18px;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    animation: fsJacketFadeUp 0.7s ease 0.24s both;\n  }\n  .fs-jacket-pill {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    width: 100%;\n    padding: 13px 14px;\n    border-radius: 16px;\n    background: var(--fs-olive);\n    color: #fff;\n    box-shadow: 0 12px 26px rgba(63, 71, 40, 0.20);\n    font-size: 14px;\n    font-weight: 900;\n  }\n  .fs-jacket-pill.light {\n    background: rgba(255, 255, 255, 0.76);\n    color: var(--fs-olive);\n    border: 1px solid var(--fs-border);\n    box-shadow: none;\n  }\n  .fs-jacket-panel {\n    margin-top: 26px;\n    padding: 20px 16px;\n    border-radius: 26px;\n    background: rgba(255, 250, 241, 0.78);\n    border: 1px solid var(--fs-border);\n    box-shadow: 0 10px 30px rgba(34, 34, 34, 0.06);\n  }\n  .fs-jacket-panel h2 {\n    margin: 0 0 14px;\n    color: var(--fs-olive);\n    font-size: clamp(23px, 6vw, 34px);\n    line-height: 1.12;\n    letter-spacing: -0.03em;\n    font-weight: 950;\n    text-align: center;\n  }\n  .fs-jacket-features {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n    margin-top: 26px;\n  }\n  .fs-jacket-feature {\n    display: grid;\n    grid-template-columns: 50px 1fr;\n    gap: 12px;\n    align-items: start;\n    padding: 17px;\n    border-radius: 22px;\n    background: rgba(244, 236, 224, 0.88);\n    border: 1px solid var(--fs-border);\n    box-shadow: 0 10px 26px rgba(34,34,34,0.05);\n    opacity: 0;\n    transform: translateY(18px);\n    transition: 0.7s ease;\n  }\n  .fs-jacket-feature.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n  .fs-feature-icon {\n    width: 46px;\n    height: 46px;\n    border-radius: 16px;\n    background: rgba(63,71,40,0.11);\n    display: grid;\n    place-items: center;\n    font-size: 22px;\n  }\n  .fs-jacket-feature h3 {\n    margin: 0 0 6px;\n    color: var(--fs-olive);\n    font-size: 16px;\n    line-height: 1.2;\n    font-weight: 950;\n  }\n  .fs-jacket-feature p {\n    margin: 0;\n    color: rgba(31,31,31,0.70);\n    font-size: 14px;\n    line-height: 1.5;\n  }\n  .fs-size-guide {\n    margin-top: 26px;\n    padding: 20px 12px;\n    border-radius: 26px;\n    background: rgba(255, 250, 241, 0.78);\n    border: 1px solid var(--fs-border);\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n  .fs-size-guide h2 {\n    margin: 0 0 14px;\n    color: var(--fs-olive);\n    text-align: center;\n    font-size: clamp(23px, 6vw, 34px);\n    line-height: 1.12;\n    letter-spacing: -0.03em;\n    font-weight: 950;\n  }\n  .fs-size-guide p {\n    margin: 0 auto 14px;\n    max-width: 680px;\n    color: rgba(31,31,31,0.72);\n    text-align: center;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n  .fs-size-table {\n    width: 100%;\n    min-width: 340px;\n    border-collapse: collapse;\n    overflow: hidden;\n    border-radius: 18px;\n    background: rgba(255,255,255,0.50);\n  }\n  .fs-size-table th, .fs-size-table td {\n    padding: 13px 10px;\n    border: 1px solid rgba(63,71,40,0.22);\n    text-align: center;\n    font-size: 13px;\n  }\n  .fs-size-table th {\n    color: var(--fs-olive);\n    font-weight: 950;\n    background: rgba(63,71,40,0.08);\n  }\n  .fs-size-table td:first-child {\n    color: var(--fs-olive);\n    font-weight: 950;\n  }\n  .fs-faq {\n    margin-top: 26px;\n    padding: 20px 16px;\n    border-radius: 26px;\n    background: rgba(255, 250, 241, 0.78);\n    border: 1px solid var(--fs-border);\n  }\n  .fs-faq h2 {\n    margin: 0 0 16px;\n    color: var(--fs-olive);\n    font-size: clamp(23px, 6vw, 34px);\n    line-height: 1.12;\n    letter-spacing: -0.03em;\n    font-weight: 950;\n    text-align: center;\n  }\n  .fs-faq-item {\n    padding: 16px;\n    border-radius: 18px;\n    background: rgba(244, 236, 224, 0.88);\n    border: 1px solid var(--fs-border);\n    margin-bottom: 10px;\n  }\n  .fs-faq-item:last-child { margin-bottom: 0; }\n  .fs-faq-item strong {\n    display: block;\n    color: var(--fs-olive);\n    font-size: 15px;\n    font-weight: 950;\n    margin-bottom: 6px;\n  }\n  .fs-faq-item p {\n    margin: 0;\n    color: rgba(31,31,31,0.72);\n    font-size: 14px;\n    line-height: 1.5;\n  }\n  .fs-jacket-closing {\n    margin-top: 26px;\n    border-radius: 26px;\n    padding: 26px 16px;\n    background: linear-gradient(135deg, var(--fs-olive), var(--fs-olive-dark));\n    color: white;\n    text-align: center;\n    box-shadow: 0 16px 38px rgba(63,71,40,0.22);\n  }\n  .fs-jacket-closing h2 {\n    margin: 0 0 10px;\n    font-size: clamp(24px, 7vw, 34px);\n    line-height: 1.1;\n    letter-spacing: -0.03em;\n  }\n  .fs-jacket-closing p {\n    max-width: 760px;\n    margin: 0 auto 16px;\n    color: rgba(255,255,255,0.86);\n    font-size: 15px;\n    line-height: 1.58;\n  }\n  .fs-jacket-closing a {\n    display: inline-block;\n    padding: 13px 28px;\n    border-radius: 999px;\n    background: rgba(255,255,255,0.18);\n    border: 1px solid rgba(255,255,255,0.38);\n    color: #fff;\n    font-size: 14px;\n    font-weight: 900;\n    text-decoration: none;\n    letter-spacing: 0.02em;\n  }\n  @keyframes fsJacketFadeUp {\n    from { opacity: 0; transform: translateY(18px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n  @media (min-width: 781px) {\n    .fs-jacket-section { padding: clamp(48px, 6vw, 76px) 0; }\n    .fs-jacket-wrap { padding: 0 clamp(20px, 4vw, 28px); }\n    .fs-jacket-hero {\n      grid-template-columns: 1fr 1fr;\n      text-align: left;\n    }\n    .fs-jacket-subtitle { margin-left: 0; }\n    .fs-jacket-pills { display: flex; flex-wrap: wrap; }\n    .fs-jacket-pill { width: auto; }\n    .fs-jacket-features { grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 16px; }\n    .fs-jacket-feature { display: block; padding: 22px; }\n    .fs-feature-icon { margin-bottom: 14px; width: 50px; height: 50px; }\n  }\n  @media (max-width: 380px) {\n    .fs-jacket-wrap { padding: 0 10px; }\n    .fs-jacket-title { font-size: 29px; }\n    .fs-jacket-feature { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003csection class=\"fs-jacket-section\"\u003e\n\u003cdiv class=\"fs-jacket-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"fs-jacket-hero\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"fs-jacket-badge\"\u003e🧥 FurSociety Winter Essential\u003c\/div\u003e\n\u003ch1 class=\"fs-jacket-title\"\u003eKeep Them \u003cspan class=\"accent\"\u003eWarm.\u003c\/span\u003e\u003cbr\u003eKeep Them \u003cspan class=\"accent\"\u003eHappy.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"fs-jacket-subtitle\"\u003eIntroducing the FurSociety Winter Jacket — designed for South African winters where mornings are crisp, walks are non-negotiable, and your dog deserves to be just as cosy as you are.\u003c\/p\u003e\n\u003cdiv class=\"fs-jacket-pills\"\u003e\n\u003cdiv class=\"fs-jacket-pill\"\u003e❄️ Fleece-Lined Warmth\u003c\/div\u003e\n\u003cdiv class=\"fs-jacket-pill light\"\u003e💧 Water-Resistant Shell\u003c\/div\u003e\n\u003cdiv class=\"fs-jacket-pill light\"\u003e🐾 Harness-Compatible\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"fs-jacket-panel\"\u003e\n\u003ch2\u003e✨ Why Your Dog Will Love It\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-jacket-features\"\u003e\n\u003cdiv class=\"fs-jacket-feature visible\"\u003e\n\u003cdiv class=\"fs-feature-icon\"\u003e🧥\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eFleece-Lined Interior\u003c\/h3\u003e\n\u003cp\u003eSoft, plush fleece lining traps body heat and keeps your dog warm from the inside out — even on the coldest winter mornings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-jacket-feature visible\"\u003e\n\u003cdiv class=\"fs-feature-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eWater-Resistant Outer Shell\u003c\/h3\u003e\n\u003cp\u003eLight rain and morning dew won't slow you down. The outer shell repels moisture to keep your pup dry and comfortable on every walk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-jacket-feature visible\"\u003e\n\u003cdiv class=\"fs-feature-icon\"\u003e🐾\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eHarness-Compatible Back Opening\u003c\/h3\u003e\n\u003cp\u003eA dedicated back opening lets you clip your harness or leash directly through the jacket — no need to remove it before every walk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-jacket-feature visible\"\u003e\n\u003cdiv class=\"fs-feature-icon\"\u003e⚙️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdjustable Belly Strap\u003c\/h3\u003e\n\u003cp\u003eThe adjustable belly strap ensures a snug, secure fit for dogs of all shapes — from lean whippets to stocky bulldogs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-jacket-feature visible\"\u003e\n\u003cdiv class=\"fs-feature-icon\"\u003e🌙\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eReflective Trim for Night Walks\u003c\/h3\u003e\n\u003cp\u003eBuilt-in reflective detailing keeps your dog visible during early morning or evening winter walks when visibility is low.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-jacket-feature visible\"\u003e\n\u003cdiv class=\"fs-feature-icon\"\u003e🧺\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eEasy to Clean\u003c\/h3\u003e\n\u003cp\u003eMachine washable and quick-drying — because muddy winter walks are inevitable, and laundry day shouldn't be a drama.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE GUIDE --\u003e\n\u003cdiv class=\"fs-size-guide\"\u003e\n\u003ch2\u003e📏 Size Guide\u003c\/h2\u003e\n\u003cp\u003eMeasure your dog's back length (base of neck to base of tail) and chest girth before ordering. When in between sizes, size up for comfort.\u003c\/p\u003e\n\u003ctable aria-label=\"FurSociety Winter Jacket size guide\" class=\"fs-size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eBack Length\u003c\/th\u003e\n\u003cth\u003eChest Girth\u003c\/th\u003e\n\u003cth\u003eBreed Guide\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eXS\u003c\/td\u003e\n\u003ctd\u003e20–25cm\u003c\/td\u003e\n\u003ctd\u003e28–36cm\u003c\/td\u003e\n\u003ctd\u003eChihuahua, Pomeranian\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eS\u003c\/td\u003e\n\u003ctd\u003e26–33cm\u003c\/td\u003e\n\u003ctd\u003e36–46cm\u003c\/td\u003e\n\u003ctd\u003eDachshund, Maltese\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eM\u003c\/td\u003e\n\u003ctd\u003e34–42cm\u003c\/td\u003e\n\u003ctd\u003e46–58cm\u003c\/td\u003e\n\u003ctd\u003eBeagle, Cocker Spaniel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003ctd\u003e43–52cm\u003c\/td\u003e\n\u003ctd\u003e58–72cm\u003c\/td\u003e\n\u003ctd\u003eLabrador, Border Collie\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eXL\u003c\/td\u003e\n\u003ctd\u003e53–62cm\u003c\/td\u003e\n\u003ctd\u003e72–88cm\u003c\/td\u003e\n\u003ctd\u003eGerman Shepherd, Husky\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"fs-faq\"\u003e\n\u003ch2\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"fs-faq-item\"\u003e\n\u003cstrong\u003eIs the jacket suitable for all dog breeds?\u003c\/strong\u003e\n\u003cp\u003eYes! The FurSociety Winter Jacket is designed to fit a wide range of breeds. Use our size guide above to find the best fit — when in doubt, size up for a more comfortable wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-faq-item\"\u003e\n\u003cstrong\u003eCan my dog wear this with a harness?\u003c\/strong\u003e\n\u003cp\u003eAbsolutely. The jacket features a harness-compatible back opening so you can attach your leash or harness directly without removing the jacket.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-faq-item\"\u003e\n\u003cstrong\u003eHow do I wash the jacket?\u003c\/strong\u003e\n\u003cp\u003eThe jacket is machine washable on a gentle cold cycle. Tumble dry on low or air dry flat to maintain its shape and water-resistant coating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-faq-item\"\u003e\n\u003cstrong\u003eIs it waterproof or just water-resistant?\u003c\/strong\u003e\n\u003cp\u003eThe outer shell is water-resistant, meaning it handles light rain and morning dew well. For heavy downpours, we recommend limiting outdoor time or using an additional rain cover.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-faq-item\"\u003e\n\u003cstrong\u003eWhat if the jacket doesn't fit my dog?\u003c\/strong\u003e\n\u003cp\u003eWe want your pup to be comfortable! If the size isn't right, reach out to us within 30 days of purchase and we'll help you exchange it for the correct size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WE'D LOVE TO HEAR FROM YOU --\u003e\n\u003cdiv class=\"fs-jacket-closing\"\u003e\n\u003ch2\u003e💌 We'd Love to Hear From You\u003c\/h2\u003e\n\u003cp\u003eDid your dog rock their FurSociety Winter Jacket on a chilly morning walk? Tag us on Instagram or send us a photo — we feature our favourite furry customers every week. Your feedback also helps us improve every product we make.\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"FurSociety","offers":[{"title":"Grey \/ XS","offer_id":48559226388705,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Grey \/ S","offer_id":48559250374881,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Grey \/ M","offer_id":48559250407649,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Grey \/ L","offer_id":48559250440417,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Grey \/ XL","offer_id":48559250473185,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Grey \/ 2XL","offer_id":48559250505953,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Grey \/ 3XL","offer_id":48559250538721,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Burgundy \/ XS","offer_id":48559230189793,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Burgundy \/ S","offer_id":48559250571489,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Burgundy \/ M","offer_id":48559250604257,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Burgundy \/ L","offer_id":48559250637025,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Burgundy \/ XL","offer_id":48559250669793,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Burgundy \/ 2XL","offer_id":48559250702561,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Burgundy \/ 3XL","offer_id":48559250735329,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Blue Polka Dot \/ XS","offer_id":48559230222561,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Blue Polka Dot \/ S","offer_id":48559250768097,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Blue Polka Dot \/ M","offer_id":48559250800865,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Blue Polka Dot \/ L","offer_id":48559250833633,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Blue Polka Dot \/ XL","offer_id":48559250866401,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Blue Polka Dot \/ 2XL","offer_id":48559250899169,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Blue Polka Dot \/ 3XL","offer_id":48559250931937,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Brown Leopard \/ XS","offer_id":48559230255329,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Brown Leopard \/ S","offer_id":48559250964705,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Brown Leopard \/ M","offer_id":48559250997473,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Brown Leopard \/ L","offer_id":48559251030241,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Brown Leopard \/ XL","offer_id":48559251063009,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Brown Leopard \/ 2XL","offer_id":48559251095777,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Brown Leopard \/ 3XL","offer_id":48559251128545,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink Leopard \/ XS","offer_id":48559230288097,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink Leopard \/ S","offer_id":48559251161313,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink Leopard \/ M","offer_id":48559251194081,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink Leopard \/ L","offer_id":48559251226849,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink Leopard \/ XL","offer_id":48559251259617,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink Leopard \/ 2XL","offer_id":48559251292385,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink Leopard \/ 3XL","offer_id":48559251325153,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Fern Green \/ XS","offer_id":48559230320865,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Fern Green \/ S","offer_id":48559251357921,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Fern Green \/ M","offer_id":48559251390689,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Fern Green \/ L","offer_id":48559251423457,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Fern Green \/ XL","offer_id":48559251456225,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Fern Green \/ 2XL","offer_id":48559251488993,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Fern Green \/ 3XL","offer_id":48559251521761,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0831\/2458\/4673\/files\/FURSOCIETYWINTERJACKET1.png?v=1781543660","url":"https:\/\/fursociety.co.za\/products\/fursociety-winter-jacket","provider":"FurSociety","version":"1.0","type":"link"}