{"product_id":"fursociety-pet-drying-towel","title":"FurSociety Pet Drying Towel","description":"\u003c!-- FurSociety Pet Drying Towel - Shopify Animated Product Section --\u003e\n\u003cstyle\u003e\n    .fs-towel-section {\n      --fs-beige: #eee5d7;\n      --fs-cream: #f8f1e7;\n      --fs-card: rgba(255, 250, 241, 0.9);\n      --fs-olive: #3f4728;\n      --fs-olive-dark: #293018;\n      --fs-rust: #a85a36;\n      --fs-charcoal: #222222;\n      --fs-grey: #58545f;\n      --fs-border: rgba(63, 71, 40, 0.16);\n      --fs-shadow: 0 22px 60px rgba(34, 34, 34, 0.12);\n\n      width: 100%;\n      padding: clamp(36px, 6vw, 76px) 0;\n      background:\n        radial-gradient(circle at 12% 8%, rgba(168, 90, 54, 0.10), transparent 30%),\n        radial-gradient(circle at 88% 12%, rgba(63, 71, 40, 0.10), transparent 32%),\n        linear-gradient(135deg, var(--fs-beige), var(--fs-cream));\n      color: var(--fs-charcoal);\n      font-family: Inter, Arial, Helvetica, sans-serif;\n      overflow: hidden;\n    }\n\n    .fs-towel-wrap {\n      width: 100%;\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 0 clamp(14px, 4vw, 28px);\n      container-type: inline-size;\n    }\n\n    .fs-towel-hero {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));\n      gap: clamp(26px, 5vw, 58px);\n      align-items: center;\n    }\n\n    .fs-towel-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 10px 15px;\n      border: 1px solid var(--fs-border);\n      border-radius: 999px;\n      background: rgba(255,255,255,0.58);\n      color: var(--fs-olive);\n      font-size: 12px;\n      font-weight: 900;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      animation: fsFadeUp 0.7s ease both;\n    }\n\n    .fs-towel-title {\n      margin: 18px 0 0;\n      color: var(--fs-olive);\n      font-size: clamp(32px, 5vw, 62px);\n      line-height: 1.04;\n      letter-spacing: -0.04em;\n      font-weight: 950;\n      word-break: normal;\n      overflow-wrap: normal;\n      animation: fsFadeUp 0.7s ease 0.08s both;\n    }\n\n    .fs-towel-title span { display: block; }\n    .fs-towel-title .accent { color: var(--fs-rust); }\n\n    .fs-towel-subtitle {\n      margin-top: 16px;\n      color: rgba(34,34,34,0.76);\n      font-size: clamp(16px, 1.8vw, 21px);\n      line-height: 1.58;\n      max-width: 620px;\n      animation: fsFadeUp 0.7s ease 0.16s both;\n    }\n\n    .fs-towel-size-pill {\n      margin-top: 22px;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      background: var(--fs-olive);\n      color: #fff;\n      padding: 14px 18px;\n      border-radius: 18px;\n      box-shadow: 0 16px 36px rgba(63,71,40,0.22);\n      font-weight: 900;\n      animation: fsFadeUp 0.7s ease 0.24s both;\n    }\n\n    .fs-towel-stage {\n      min-height: clamp(390px, 48vw, 590px);\n      display: grid;\n      place-items: center;\n      animation: fsFadeIn 0.9s ease both;\n    }\n\n    .fs-towel-product-card {\n      width: min(100%, 520px);\n      border-radius: 34px;\n      padding: clamp(18px, 3vw, 28px);\n      background: var(--fs-card);\n      border: 1px solid rgba(255,255,255,0.74);\n      box-shadow: var(--fs-shadow);\n      overflow: hidden;\n      position: relative;\n    }\n\n    .fs-towel-product-card::before {\n      content: \"\";\n      position: absolute;\n      width: 190px;\n      height: 190px;\n      border-radius: 50%;\n      background: rgba(63,71,40,0.09);\n      right: -70px;\n      top: -70px;\n    }\n\n    .fs-dog-demo {\n      position: relative;\n      height: clamp(280px, 33vw, 390px);\n      border-radius: 28px;\n      background:\n        radial-gradient(circle at 52% 48%, rgba(255,255,255,0.88), transparent 34%),\n        linear-gradient(145deg, #f7f1e7, #eee5d7);\n      overflow: hidden;\n      display: grid;\n      place-items: center;\n    }\n\n    .fs-dog-svg {\n      width: min(96%, 440px);\n      height: auto;\n      display: block;\n      filter: drop-shadow(0 18px 24px rgba(34,34,34,0.12));\n      position: relative;\n      z-index: 2;\n    }\n\n    .fs-dog-body,\n    .fs-dog-head,\n    .fs-dog-legs,\n    .fs-dog-tail {\n      transform-origin: center;\n      animation: fsDogBreathe 3.8s ease-in-out infinite;\n    }\n\n    .fs-towel-on-dog {\n      transform-origin: 292px 168px;\n      animation: fsTowelRub 3s ease-in-out infinite;\n    }\n\n    .fs-drying-ring {\n      transform-origin: 292px 168px;\n      animation: fsRingPulse 3s ease-in-out infinite;\n    }\n\n    .fs-shine {\n      transform-origin: center;\n      animation: fsShine 3s ease-in-out infinite;\n    }\n\n    .fs-towel-mini-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 10px;\n      margin-top: 14px;\n      position: relative;\n      z-index: 2;\n    }\n\n    .fs-towel-mini {\n      border: 1px solid var(--fs-border);\n      background: rgba(247,241,232,0.9);\n      border-radius: 16px;\n      padding: 12px 10px;\n      text-align: center;\n      color: var(--fs-olive);\n      font-size: 13px;\n      font-weight: 900;\n    }\n\n    .fs-towel-features {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));\n      gap: 16px;\n      margin-top: clamp(28px, 4vw, 44px);\n    }\n\n    .fs-towel-feature {\n      background: rgba(244,236,224,0.86);\n      border: 1px solid var(--fs-border);\n      border-radius: 26px;\n      padding: 22px;\n      box-shadow: 0 12px 32px rgba(34,34,34,0.06);\n      opacity: 0;\n      transform: translateY(22px);\n      transition: 0.7s ease;\n    }\n\n    .fs-towel-feature.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    .fs-towel-icon {\n      width: 50px;\n      height: 50px;\n      border-radius: 17px;\n      background: rgba(63,71,40,0.11);\n      display: grid;\n      place-items: center;\n      font-size: 24px;\n      margin-bottom: 14px;\n    }\n\n    .fs-towel-feature h3 {\n      margin: 0 0 8px;\n      color: var(--fs-olive);\n      font-size: 17px;\n      line-height: 1.2;\n      font-weight: 950;\n    }\n\n    .fs-towel-feature p {\n      margin: 0;\n      color: rgba(34,34,34,0.70);\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    .fs-towel-closing {\n      margin-top: 34px;\n      border-radius: 32px;\n      padding: clamp(26px, 4vw, 42px);\n      background: linear-gradient(135deg, var(--fs-olive), var(--fs-olive-dark));\n      color: white;\n      text-align: center;\n      box-shadow: 0 22px 52px rgba(63,71,40,0.24);\n    }\n\n    .fs-towel-closing h2 {\n      margin: 0 0 12px;\n      font-size: clamp(26px, 3.5vw, 42px);\n      line-height: 1.08;\n      letter-spacing: -0.035em;\n    }\n\n    .fs-towel-closing p {\n      max-width: 760px;\n      margin: 0 auto;\n      color: rgba(255,255,255,0.84);\n      font-size: clamp(15px, 1.8vw, 18px);\n      line-height: 1.62;\n    }\n\n    @keyframes fsFadeUp {\n      from { opacity: 0; transform: translateY(22px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes fsFadeIn {\n      from { opacity: 0; }\n      to { opacity: 1; }\n    }\n\n    @keyframes fsDogBreathe {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-2px); }\n    }\n\n    @keyframes fsTowelRub {\n      0% { transform: translate(-12px, 4px) rotate(-8deg); }\n      25% { transform: translate(10px, -6px) rotate(7deg); }\n      50% { transform: translate(16px, 8px) rotate(-5deg); }\n      75% { transform: translate(-4px, 12px) rotate(6deg); }\n      100% { transform: translate(-12px, 4px) rotate(-8deg); }\n    }\n\n    @keyframes fsRingPulse {\n      0%, 100% { opacity: 0.15; transform: scale(0.92); }\n      50% { opacity: 0.52; transform: scale(1.08); }\n    }\n\n    @keyframes fsShine {\n      0%, 42% { opacity: 0; transform: scale(0.75); }\n      58%, 78% { opacity: 1; transform: scale(1); }\n      100% { opacity: 0; transform: scale(0.75); }\n    }\n\n    @media (max-width: 780px) {\n      .fs-towel-hero { text-align: center; }\n      .fs-towel-subtitle { margin-left: auto; margin-right: auto; }\n      .fs-towel-title { font-size: clamp(30px, 8vw, 44px); }\n      .fs-towel-size-pill { width: 100%; justify-content: center; }\n      .fs-towel-mini-grid { grid-template-columns: 1fr; }\n      .fs-towel-feature {\n        display: grid;\n        grid-template-columns: 54px 1fr;\n        text-align: left;\n        gap: 14px;\n      }\n      .fs-towel-icon { margin-bottom: 0; }\n    }\n\n    @container (max-width: 360px) {\n      .fs-towel-title { font-size: 30px; }\n      .fs-towel-feature { grid-template-columns: 1fr; }\n      .fs-dog-demo { height: 260px; }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"fs-towel-section\"\u003e\n\u003cdiv class=\"fs-towel-wrap\"\u003e\n\u003cdiv class=\"fs-towel-hero\"\u003e\n\u003cdiv class=\"fs-towel-copy\"\u003e\n\u003cdiv class=\"fs-towel-badge\"\u003e🐾 FurSociety bath time essential\u003c\/div\u003e\n\u003ch1 class=\"fs-towel-title\"\u003e\n\u003cspan\u003eFurSociety\u003c\/span\u003e \u003cspan class=\"accent\"\u003ePet Drying Towel\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"fs-towel-subtitle\"\u003eBath time just got easier. Crafted from ultra-soft microfibre fabric that wraps your pet in comfort while absorbing water fast — so you spend less time drying and more time cuddling.\u003c\/p\u003e\n\u003cdiv class=\"fs-towel-size-pill\"\u003e📏 Generous Size: 60cm x 100cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-stage\" aria-label=\"Great Dane being dried with FurSociety towel\"\u003e\n\u003cdiv class=\"fs-towel-product-card\"\u003e\n\u003cdiv class=\"fs-dog-demo\"\u003e\u003csvg class=\"fs-dog-svg\" viewbox=\"0 0 430 320\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Still Great Dane with grey towel drying rear quarters\"\u003e\n              \u003cdefs\u003e\n                \u003clineargradient id=\"dogCoat\" x1=\"0\" x2=\"1\" y1=\"0\" y2=\"1\"\u003e\n                  \u003cstop offset=\"0\" stop-color=\"#7b746d\"\u003e\u003c\/stop\u003e\n                  \u003cstop offset=\"1\" stop-color=\"#4d4a45\"\u003e\u003c\/stop\u003e\n                \u003c\/lineargradient\u003e\n                \u003clineargradient id=\"towelGrey\" x1=\"0\" x2=\"1\" y1=\"0\" y2=\"1\"\u003e\n                  \u003cstop offset=\"0\" stop-color=\"#77727e\"\u003e\u003c\/stop\u003e\n                  \u003cstop offset=\"1\" stop-color=\"#3a3842\"\u003e\u003c\/stop\u003e\n                \u003c\/lineargradient\u003e\n                \u003cpattern id=\"towelDots\" width=\"10\" height=\"10\" patternunits=\"userSpaceOnUse\"\u003e\n                  \u003ccircle cx=\"2\" cy=\"2\" r=\"1\" fill=\"rgba(255,255,255,0.18)\"\u003e\u003c\/circle\u003e\n                  \u003ccircle cx=\"7\" cy=\"7\" r=\"1\" fill=\"rgba(0,0,0,0.16)\"\u003e\u003c\/circle\u003e\n                \u003c\/pattern\u003e\n              \u003c\/defs\u003e\n\n              \u003cellipse cx=\"215\" cy=\"285\" rx=\"150\" ry=\"22\" fill=\"rgba(34,34,34,0.12)\"\u003e\u003c\/ellipse\u003e\n\n              \u003cg class=\"fs-dog-tail\"\u003e\n                \u003cpath d=\"M316 178 C370 158 396 108 383 75\" fill=\"none\" stroke=\"#4d4a45\" stroke-width=\"12\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/g\u003e\n\n              \u003cg class=\"fs-dog-body\"\u003e\n                \u003cpath d=\"M116 181 C133 123 197 99 285 122 C341 137 349 205 306 236 C261 269 155 260 126 220 C117 207 111 194 116 181 Z\" fill=\"url(#dogCoat)\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M155 218 L142 285\" stroke=\"#4d4a45\" stroke-width=\"20\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M206 222 L199 286\" stroke=\"#4d4a45\" stroke-width=\"20\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M279 219 L292 286\" stroke=\"#4d4a45\" stroke-width=\"20\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M322 213 L344 282\" stroke=\"#4d4a45\" stroke-width=\"20\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003cg fill=\"#3b3935\" opacity=\"0.55\"\u003e\n                  \u003cellipse cx=\"207\" cy=\"137\" rx=\"16\" ry=\"10\"\u003e\u003c\/ellipse\u003e\n                  \u003cellipse cx=\"259\" cy=\"151\" rx=\"13\" ry=\"9\"\u003e\u003c\/ellipse\u003e\n                  \u003cellipse cx=\"171\" cy=\"174\" rx=\"11\" ry=\"8\"\u003e\u003c\/ellipse\u003e\n                  \u003cellipse cx=\"285\" cy=\"194\" rx=\"15\" ry=\"9\"\u003e\u003c\/ellipse\u003e\n                \u003c\/g\u003e\n              \u003c\/g\u003e\n\n              \u003cg class=\"fs-dog-head\"\u003e\n                \u003cpath d=\"M90 88 L65 35 L121 64 Z\" fill=\"#45423e\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M151 84 L190 34 L174 103 Z\" fill=\"#45423e\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M86 78 C121 43 178 62 187 112 C197 164 161 195 121 190 C77 184 57 117 86 78 Z\" fill=\"url(#dogCoat)\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M96 132 C118 156 150 155 170 132 C165 172 104 174 96 132 Z\" fill=\"#c1b2a0\" opacity=\"0.55\"\u003e\u003c\/path\u003e\n                \u003ccircle cx=\"108\" cy=\"112\" r=\"6\" fill=\"#101010\"\u003e\u003c\/circle\u003e\n                \u003ccircle cx=\"153\" cy=\"112\" r=\"6\" fill=\"#101010\"\u003e\u003c\/circle\u003e\n                \u003cellipse cx=\"131\" cy=\"135\" rx=\"17\" ry=\"12\" fill=\"#111\"\u003e\u003c\/ellipse\u003e\n                \u003cpath d=\"M112 157 Q131 174 154 157\" fill=\"none\" stroke=\"#111\" stroke-width=\"5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/g\u003e\n\n              \u003cg class=\"fs-drying-ring\"\u003e\n                \u003cellipse cx=\"292\" cy=\"170\" rx=\"78\" ry=\"55\" fill=\"none\" stroke=\"rgba(63,71,40,0.22)\" stroke-width=\"5\"\u003e\u003c\/ellipse\u003e\n                \u003cellipse cx=\"292\" cy=\"170\" rx=\"58\" ry=\"39\" fill=\"none\" stroke=\"rgba(63,71,40,0.16)\" stroke-width=\"4\"\u003e\u003c\/ellipse\u003e\n              \u003c\/g\u003e\n\n              \u003cg class=\"fs-towel-on-dog\"\u003e\n                \u003cpath d=\"M238 134 C281 110 341 121 363 152 C379 174 354 216 304 221 C260 226 224 205 224 174 C224 154 229 141 238 134 Z\" fill=\"url(#towelGrey)\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M238 134 C281 110 341 121 363 152 C379 174 354 216 304 221 C260 226 224 205 224 174 C224 154 229 141 238 134 Z\" fill=\"url(#towelDots)\" opacity=\"0.85\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M254 149 C285 133 328 138 349 158\" fill=\"none\" stroke=\"rgba(255,255,255,0.24)\" stroke-width=\"8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M245 190 C282 206 322 203 346 181\" fill=\"none\" stroke=\"rgba(0,0,0,0.18)\" stroke-width=\"7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003cg fill=\"#111\" opacity=\"0.52\"\u003e\n                  \u003ctext x=\"268\" y=\"172\" font-size=\"20\"\u003e🐾\u003c\/text\u003e\n                  \u003ctext x=\"313\" y=\"185\" font-size=\"18\"\u003e🦴\u003c\/text\u003e\n                \u003c\/g\u003e\n              \u003c\/g\u003e\n\n              \u003cg class=\"fs-shine\" opacity=\"0\"\u003e\n                \u003cpath d=\"M360 98 L368 117 L387 125 L368 133 L360 152 L352 133 L333 125 L352 117 Z\" fill=\"#d1a85c\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M384 165 L389 178 L402 183 L389 188 L384 201 L379 188 L366 183 L379 178 Z\" fill=\"#d1a85c\"\u003e\u003c\/path\u003e\n              \u003c\/g\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-mini-grid\"\u003e\n\u003cdiv class=\"fs-towel-mini\"\u003eSuper Absorbent\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-mini\"\u003eUltra Soft\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-mini\"\u003eFast Drying\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-features\"\u003e\n\u003cdiv class=\"fs-towel-feature\"\u003e\n\u003cdiv class=\"fs-towel-icon\"\u003e🌊\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSuper Absorbent\u003c\/h3\u003e\n\u003cp\u003eQuickly soaks up water to dry your pet faster than a regular towel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-feature\"\u003e\n\u003cdiv class=\"fs-towel-icon\"\u003e🪶\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eUltra Soft\u003c\/h3\u003e\n\u003cp\u003eGentle microfibre fabric that is kind on skin and coat for maximum comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-feature\"\u003e\n\u003cdiv class=\"fs-towel-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDurable \u0026amp; Long Lasting\u003c\/h3\u003e\n\u003cp\u003ePremium stitching built to handle regular use without losing softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-feature\"\u003e\n\u003cdiv class=\"fs-towel-icon\"\u003e🪷\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMachine Washable\u003c\/h3\u003e\n\u003cp\u003eEasy to clean and stays soft wash after wash for everyday bath time use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-closing\"\u003e\n\u003ch2\u003eMake bath time feel like a FurSociety moment.\u003c\/h2\u003e\n\u003cp\u003eLightweight, easy to carry, and finished with a cute bone and paw print design — perfect for dogs and cats of all breeds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    (function () {\n      var cards = document.querySelectorAll('.fs-towel-feature');\n      if (!('IntersectionObserver' in window)) {\n        cards.forEach(function(card) { card.classList.add('visible'); });\n        return;\n      }\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry, index) {\n          if (entry.isIntersecting) {\n            setTimeout(function() { entry.target.classList.add('visible'); }, index * 120);\n            observer.unobserve(entry.target);\n          }\n        });\n      }, { threshold: 0.18 });\n      cards.forEach(function(card) { observer.observe(card); });\n    })();\n  \u003c\/script\u003e\u003c\/section\u003e\n\u003c!-- ============================================================\n     FURSOCIETY PET DRYING TOWEL — POLISHED FAQ + REVIEW FOCUS\n     Mobile-friendly, CSS-only FAQ accordion and non-fake review prompt.\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  .fs-towel-faq-section,\n  .fs-towel-review-section {\n    --fs-beige: #eee5d7;\n    --fs-cream: #f8f1e7;\n    --fs-card: rgba(255, 250, 241, 0.94);\n    --fs-olive: #3f4728;\n    --fs-olive-dark: #293018;\n    --fs-rust: #a85a36;\n    --fs-charcoal: #222222;\n    --fs-border: rgba(63, 71, 40, 0.16);\n    --fs-shadow: 0 16px 42px rgba(34, 34, 34, 0.08);\n\n    width: 100%;\n    padding: 30px 0;\n    background:\n      radial-gradient(circle at 10% 10%, rgba(168, 90, 54, 0.07), transparent 28%),\n      radial-gradient(circle at 90% 12%, rgba(63, 71, 40, 0.07), transparent 30%),\n      linear-gradient(135deg, var(--fs-beige), var(--fs-cream));\n    color: var(--fs-charcoal);\n    font-family: Inter, Arial, Helvetica, sans-serif;\n    overflow: hidden;\n    -webkit-font-smoothing: antialiased;\n    text-rendering: optimizeLegibility;\n  }\n\n  .fs-towel-faq-section *,\n  .fs-towel-review-section * {\n    box-sizing: border-box;\n  }\n\n  .fs-towel-faq-wrap,\n  .fs-towel-review-wrap {\n    width: 100%;\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 0 14px;\n  }\n\n  .fs-towel-section-card {\n    background: rgba(255, 250, 241, 0.82);\n    border: 1px solid var(--fs-border);\n    border-radius: 26px;\n    padding: 22px 14px;\n    box-shadow: var(--fs-shadow);\n  }\n\n  .fs-towel-section-title {\n    margin: 0;\n    color: var(--fs-olive);\n    text-align: center;\n    font-size: clamp(24px, 6.5vw, 36px);\n    line-height: 1.12;\n    letter-spacing: -0.035em;\n    font-weight: 950;\n    word-break: normal;\n    overflow-wrap: normal;\n  }\n\n  .fs-towel-section-subtitle {\n    max-width: 720px;\n    margin: 10px auto 20px;\n    color: rgba(34, 34, 34, 0.72);\n    text-align: center;\n    font-size: 14.5px;\n    line-height: 1.65;\n  }\n\n  .fs-towel-faq-list {\n    display: grid;\n    gap: 11px;\n  }\n\n  .fs-towel-faq-item {\n    background: rgba(255, 255, 255, 0.56);\n    border: 1px solid var(--fs-border);\n    border-radius: 18px;\n    overflow: hidden;\n  }\n\n  .fs-towel-faq-item summary {\n    position: relative;\n    cursor: pointer;\n    list-style: none;\n    padding: 16px 48px 16px 16px;\n    color: var(--fs-olive);\n    font-size: 15px;\n    line-height: 1.35;\n    font-weight: 900;\n    -webkit-tap-highlight-color: transparent;\n    word-break: normal;\n    overflow-wrap: normal;\n  }\n\n  .fs-towel-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .fs-towel-faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 16px;\n    top: 50%;\n    width: 30px;\n    height: 30px;\n    transform: translateY(-50%);\n    display: grid;\n    place-items: center;\n    border-radius: 999px;\n    background: rgba(63, 71, 40, 0.10);\n    color: var(--fs-rust);\n    font-size: 22px;\n    line-height: 1;\n    font-weight: 950;\n  }\n\n  .fs-towel-faq-item[open] summary::after {\n    content: \"–\";\n  }\n\n  .fs-towel-faq-answer {\n    padding: 0 16px 16px;\n    color: rgba(34, 34, 34, 0.72);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .fs-towel-review-section {\n    padding-top: 0;\n  }\n\n  .fs-towel-review-hero {\n    background: linear-gradient(135deg, var(--fs-olive), var(--fs-olive-dark));\n    color: #fff;\n    text-align: center;\n    border-radius: 26px;\n    padding: 26px 16px;\n    margin-bottom: 14px;\n    box-shadow: 0 16px 38px rgba(63, 71, 40, 0.20);\n  }\n\n  .fs-towel-review-hero h2 {\n    margin: 0;\n    font-size: clamp(25px, 7vw, 38px);\n    line-height: 1.08;\n    letter-spacing: -0.035em;\n    font-weight: 950;\n    word-break: normal;\n    overflow-wrap: normal;\n  }\n\n  .fs-towel-review-hero p {\n    max-width: 720px;\n    margin: 12px auto 0;\n    color: rgba(255, 255, 255, 0.86);\n    font-size: 14.5px;\n    line-height: 1.65;\n  }\n\n  .fs-towel-review-note {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 7px;\n    margin-top: 16px;\n    padding: 9px 13px;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.12);\n    border: 1px solid rgba(255, 255, 255, 0.18);\n    color: rgba(255, 255, 255, 0.92);\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  .fs-towel-review-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .fs-towel-review-card {\n    display: grid;\n    grid-template-columns: 54px minmax(0, 1fr);\n    column-gap: 13px;\n    row-gap: 4px;\n    align-items: start;\n    padding: 16px;\n    border-radius: 20px;\n    background: rgba(255, 250, 241, 0.86);\n    border: 1px solid var(--fs-border);\n    box-shadow: 0 10px 26px rgba(34, 34, 34, 0.05);\n    word-break: normal;\n    overflow-wrap: normal;\n  }\n\n  .fs-towel-review-icon {\n    grid-column: 1;\n    grid-row: 1 \/ span 2;\n    width: 44px;\n    height: 44px;\n    border-radius: 16px;\n    background: rgba(63, 71, 40, 0.11);\n    display: grid;\n    place-items: center;\n    font-size: 21px;\n  }\n\n  .fs-towel-review-card h3 {\n    grid-column: 2;\n    margin: 0;\n    color: var(--fs-olive);\n    font-size: 15.5px;\n    line-height: 1.25;\n    font-weight: 950;\n    min-width: 0;\n    word-break: normal;\n    overflow-wrap: normal;\n  }\n\n  .fs-towel-review-card p {\n    grid-column: 2;\n    margin: 0;\n    color: rgba(34, 34, 34, 0.72);\n    font-size: 13.8px;\n    line-height: 1.6;\n    min-width: 0;\n    word-break: normal;\n    overflow-wrap: normal;\n  }\n\n  .fs-towel-review-footer {\n    margin-top: 14px;\n    padding: 16px;\n    border-radius: 20px;\n    background: rgba(244, 236, 224, 0.84);\n    border: 1px solid var(--fs-border);\n    text-align: center;\n  }\n\n  .fs-towel-review-footer strong {\n    display: block;\n    color: var(--fs-olive);\n    font-size: 15px;\n    margin-bottom: 5px;\n  }\n\n  .fs-towel-review-footer span {\n    display: block;\n    color: rgba(34, 34, 34, 0.70);\n    font-size: 13.8px;\n    line-height: 1.55;\n  }\n\n  @media (min-width: 781px) {\n    .fs-towel-faq-section,\n    .fs-towel-review-section {\n      padding: 42px 0;\n    }\n\n    .fs-towel-review-section {\n      padding-top: 0;\n    }\n\n    .fs-towel-section-card {\n      padding: 30px 28px;\n      border-radius: 32px;\n    }\n\n    .fs-towel-review-hero {\n      padding: 34px 28px;\n      border-radius: 32px;\n    }\n\n    .fs-towel-review-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 14px;\n    }\n\n    .fs-towel-review-card:last-child:nth-child(odd) {\n      grid-column: 1 \/ -1;\n    }\n  }\n\n  @media (max-width: 380px) {\n    .fs-towel-faq-wrap,\n    .fs-towel-review-wrap {\n      padding: 0 10px;\n    }\n\n    .fs-towel-section-card {\n      padding: 18px 12px;\n    }\n\n    .fs-towel-faq-item summary {\n      padding: 15px 44px 15px 14px;\n      font-size: 14px;\n    }\n\n    .fs-towel-review-card {\n      grid-template-columns: 1fr;\n      text-align: left;\n    }\n\n    .fs-towel-review-icon,\n    .fs-towel-review-card h3,\n    .fs-towel-review-card p {\n      grid-column: 1;\n      grid-row: auto;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- FurSociety Expected Results Section --\u003e\n\u003cstyle\u003e\n  .fs-towel-results-section {\n    --fs-beige: #eee5d7;\n    --fs-cream: #faf5ed;\n    --fs-card: rgba(255, 250, 241, 0.92);\n    --fs-olive: #3f4728;\n    --fs-rust: #a85a36;\n    --fs-charcoal: #222222;\n    --fs-border: rgba(63, 71, 40, 0.16);\n    --fs-shadow: 0 16px 42px rgba(34, 34, 34, 0.08);\n\n    width: 100%;\n    padding: 30px 0;\n    background:\n      radial-gradient(circle at 12% 8%, rgba(168, 90, 54, 0.07), transparent 28%),\n      radial-gradient(circle at 88% 12%, rgba(63, 71, 40, 0.07), transparent 30%),\n      linear-gradient(135deg, var(--fs-beige), var(--fs-cream));\n    color: var(--fs-charcoal);\n    font-family: Inter, Arial, Helvetica, sans-serif;\n    overflow: hidden;\n  }\n\n  .fs-towel-results-section * {\n    box-sizing: border-box;\n  }\n\n  .fs-towel-results-wrap {\n    width: 100%;\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 0 14px;\n  }\n\n  .fs-towel-results-card-shell {\n    background: var(--fs-card);\n    border: 1px solid var(--fs-border);\n    border-radius: 26px;\n    padding: 22px 14px;\n    box-shadow: var(--fs-shadow);\n  }\n\n  .fs-towel-results-eyebrow {\n    display: flex;\n    width: fit-content;\n    max-width: 100%;\n    margin: 0 auto 12px;\n    padding: 9px 13px;\n    border-radius: 999px;\n    background: rgba(63, 71, 40, 0.10);\n    color: var(--fs-olive);\n    font-size: 11.5px;\n    font-weight: 950;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    text-align: center;\n  }\n\n  .fs-towel-results-title {\n    margin: 0;\n    color: var(--fs-olive);\n    text-align: center;\n    font-size: clamp(24px, 6.5vw, 36px);\n    line-height: 1.12;\n    letter-spacing: -0.035em;\n    font-weight: 950;\n    word-break: normal;\n    overflow-wrap: normal;\n  }\n\n  .fs-towel-results-subtitle {\n    max-width: 720px;\n    margin: 10px auto 20px;\n    color: rgba(34, 34, 34, 0.72);\n    text-align: center;\n    font-size: 14.5px;\n    line-height: 1.65;\n  }\n\n  .fs-towel-results-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .fs-towel-results-card {\n    display: grid;\n    grid-template-columns: 54px minmax(0, 1fr);\n    column-gap: 13px;\n    row-gap: 4px;\n    align-items: start;\n    padding: 16px;\n    border-radius: 20px;\n    background: rgba(244, 236, 224, 0.86);\n    border: 1px solid var(--fs-border);\n    box-shadow: 0 10px 26px rgba(34, 34, 34, 0.05);\n    word-break: normal;\n    overflow-wrap: normal;\n  }\n\n  .fs-towel-results-icon {\n    grid-column: 1;\n    grid-row: 1 \/ span 2;\n    width: 44px;\n    height: 44px;\n    border-radius: 16px;\n    background: rgba(63, 71, 40, 0.11);\n    display: grid;\n    place-items: center;\n    font-size: 21px;\n  }\n\n  .fs-towel-results-card h3 {\n    grid-column: 2;\n    margin: 0;\n    color: var(--fs-olive);\n    font-size: 15.5px;\n    line-height: 1.25;\n    font-weight: 950;\n    min-width: 0;\n    word-break: normal;\n    overflow-wrap: normal;\n  }\n\n  .fs-towel-results-card p {\n    grid-column: 2;\n    margin: 0;\n    color: rgba(34, 34, 34, 0.72);\n    font-size: 13.8px;\n    line-height: 1.6;\n    min-width: 0;\n    word-break: normal;\n    overflow-wrap: normal;\n  }\n\n  @media (min-width: 781px) {\n    .fs-towel-results-section {\n      padding: 42px 0;\n    }\n\n    .fs-towel-results-card-shell {\n      padding: 30px 28px;\n      border-radius: 32px;\n    }\n\n    .fs-towel-results-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 14px;\n    }\n\n    .fs-towel-results-card {\n      grid-template-columns: 1fr;\n      text-align: center;\n      padding: 22px 18px;\n    }\n\n    .fs-towel-results-icon,\n    .fs-towel-results-card h3,\n    .fs-towel-results-card p {\n      grid-column: 1;\n      grid-row: auto;\n    }\n\n    .fs-towel-results-icon {\n      margin: 0 auto 4px;\n    }\n  }\n\n  @media (max-width: 380px) {\n    .fs-towel-results-wrap {\n      padding: 0 10px;\n    }\n\n    .fs-towel-results-card-shell {\n      padding: 18px 12px;\n    }\n\n    .fs-towel-results-card {\n      grid-template-columns: 1fr;\n    }\n\n    .fs-towel-results-icon,\n    .fs-towel-results-card h3,\n    .fs-towel-results-card p {\n      grid-column: 1;\n      grid-row: auto;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"fs-towel-results-section\" aria-label=\"Expected Results Pet Owners Can Look Forward To\"\u003e\n\u003cdiv class=\"fs-towel-results-wrap\"\u003e\n\u003cdiv class=\"fs-towel-results-card-shell\"\u003e\n\u003cdiv class=\"fs-towel-results-eyebrow\"\u003e🐾 Expected Results\u003c\/div\u003e\n\u003ch2 class=\"fs-towel-results-title\"\u003eExpected Results Pet Owners Can Look Forward To\u003c\/h2\u003e\n\u003cp class=\"fs-towel-results-subtitle\"\u003eDesigned to make bath time, rainy walks, and post-adventure drying easier.\u003c\/p\u003e\n\u003cdiv class=\"fs-towel-results-grid\"\u003e\n\u003cdiv class=\"fs-towel-results-card\"\u003e\n\u003cdiv class=\"fs-towel-results-icon\"\u003e🌊\u003c\/div\u003e\n\u003ch3\u003eFaster Drying After Bath Time\u003c\/h3\u003e\n\u003cp\u003eThe microfibre towel helps absorb water quickly, reducing the time spent drying your pet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-results-card\"\u003e\n\u003cdiv class=\"fs-towel-results-icon\"\u003e🏠\u003c\/div\u003e\n\u003ch3\u003eLess Wet Mess Around the Home\u003c\/h3\u003e\n\u003cp\u003eBy soaking up water faster, it can help reduce dripping, shaking, and wet paw prints after baths or rainy walks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-results-card\"\u003e\n\u003cdiv class=\"fs-towel-results-icon\"\u003e🪶\u003c\/div\u003e\n\u003ch3\u003eA Softer Drying Experience\u003c\/h3\u003e\n\u003cp\u003eThe soft fabric gives pets a gentler alternative to rough household towels, making drying feel more comfortable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fs-towel-faq-section\" aria-label=\"FurSociety Pet Drying Towel frequently asked questions\"\u003e\n\u003cdiv class=\"fs-towel-faq-wrap\"\u003e\n\u003cdiv class=\"fs-towel-section-card\"\u003e\n\u003ch2 class=\"fs-towel-section-title\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\u003cp class=\"fs-towel-section-subtitle\"\u003eEverything pet parents want to know before choosing the FurSociety Pet Drying Towel.\u003c\/p\u003e\n\u003cdiv class=\"fs-towel-faq-list\"\u003e\n\u003cdetails class=\"fs-towel-faq-item\"\u003e\n\u003csummary\u003eWhat size is the FurSociety Pet Drying Towel?\u003c\/summary\u003e\n\u003cdiv class=\"fs-towel-faq-answer\"\u003eThe towel measures 60cm x 100cm, giving you enough coverage to wrap, pat, and dry most dogs and cats comfortably after bath time, rainy walks, or beach days.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"fs-towel-faq-item\"\u003e\n\u003csummary\u003eIs it more absorbent than a regular towel?\u003c\/summary\u003e\n\u003cdiv class=\"fs-towel-faq-answer\"\u003eYes. The microfibre fabric is designed to absorb water quickly, helping you dry your pet faster than a standard household towel while reducing dripping, shaking, and wet mess around the home.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"fs-towel-faq-item\"\u003e\n\u003csummary\u003eIs the towel gentle enough for sensitive skin?\u003c\/summary\u003e\n\u003cdiv class=\"fs-towel-faq-answer\"\u003eYes. The ultra-soft microfibre feel is gentle on your pet’s coat and skin, making it a comfortable choice for regular bath time drying.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"fs-towel-faq-item\"\u003e\n\u003csummary\u003eCan I use it for cats too?\u003c\/summary\u003e\n\u003cdiv class=\"fs-towel-faq-answer\"\u003eAbsolutely. The FurSociety Pet Drying Towel is suitable for both dogs and cats, especially when you want a soft, lightweight towel that is easy to wrap around your pet.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"fs-towel-faq-item\"\u003e\n\u003csummary\u003eHow do I wash and care for the towel?\u003c\/summary\u003e\n\u003cdiv class=\"fs-towel-faq-answer\"\u003eMachine wash on a gentle cycle with mild detergent. Avoid fabric softener, as it can reduce microfibre absorbency over time. Air dry or tumble dry on low heat.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"fs-towel-faq-item\"\u003e\n\u003csummary\u003eWill it stay soft after washing?\u003c\/summary\u003e\n\u003cdiv class=\"fs-towel-faq-answer\"\u003eWith proper care, the towel is designed to stay soft and absorbent through regular use. For best results, avoid high heat and fabric softeners.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"fs-towel-faq-item\"\u003e\n\u003csummary\u003eWhat makes it useful for bath time?\u003c\/summary\u003e\n\u003cdiv class=\"fs-towel-faq-answer\"\u003eThe generous size, soft feel, and quick-absorbing microfibre make it easier to dry your pet without rough rubbing. It is also lightweight and easy to keep as your dedicated pet towel.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" class=\"fs-towel-faq-item\"\u003e\n\u003csummary\u003eHow long does delivery take within South Africa?\u003c\/summary\u003e\n\u003cdiv class=\"fs-towel-faq-answer\"\u003e\n\u003cdiv class=\"qMYqUG_convSearchResultHighlightRoot\"\u003e\n\u003cdiv data-is-intersecting=\"true\" data-turn-id-container=\"request-WEB:bce15a85-a201-4981-942e-b36d524f7087-48\" class=\"\"\u003e\n\u003csection data-turn=\"assistant\" data-scroll-anchor=\"false\" data-testid=\"conversation-turn-28\" data-turn-id-container=\"request-WEB:bce15a85-a201-4981-942e-b36d524f7087-48\" data-turn-id=\"request-WEB:bce15a85-a201-4981-942e-b36d524f7087-48\" dir=\"auto\" class=\"text-token-text-primary w-full focus:outline-none has-data-writing-block:pointer-events-none [\u0026amp;:has([data-writing-block])\u0026gt;*]:pointer-events-auto R6Vx5W_threadScrollVars scroll-mb-[calc(var(--scroll-root-safe-area-inset-bottom,0px)+var(--thread-response-height))] scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\"\u003e\n\u003cdiv class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm\/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg\/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)\"\u003e\n\u003cdiv class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\"\u003e\n\u003cdiv class=\"flex max-w-full flex-col gap-4 grow\"\u003e\n\u003cdiv data-turn-start-message=\"true\" class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+\u0026amp;]:mt-1\" data-message-model-slug=\"gpt-5-5-thinking\" dir=\"auto\" data-message-id=\"5d7b9ff3-f1f6-4e15-8d25-b08b3d8ff21d\" data-message-author-role=\"assistant\" tabindex=\"0\"\u003e\n\u003cdiv class=\"flex w-full flex-col gap-1 empty:hidden\"\u003e\n\u003cdiv class=\"markdown prose dark:prose-invert wrap-break-word w-full dark markdown-new-styling\"\u003e\n\u003cp data-is-only-node=\"\" data-is-last-node=\"\" data-end=\"311\" data-start=\"140\"\u003eWe ship nationwide across South Africa. Delivery typically takes \u003cstrong data-is-only-node=\"\" data-end=\"282\" data-start=\"260\"\u003e8–11 business days\u003c\/strong\u003e, depending on your location.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-3 w-full empty:hidden\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fs-towel-review-section\" aria-label=\"FurSociety Pet Drying Towel review focus\"\u003e\n\u003cdiv class=\"fs-towel-review-wrap\"\u003e\n\u003cdiv class=\"fs-towel-review-hero\"\u003e\n\u003ch2\u003e⭐ We’d Love to Hear From You!\u003c\/h2\u003e\n\u003cp\u003eAfter using the FurSociety Pet Drying Towel, your feedback helps other pet owners understand how it performs during real bath time, rainy-day, and post-adventure drying.\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-review-grid\"\u003e\n\u003cdiv class=\"fs-towel-review-card\"\u003e\n\u003cdiv class=\"fs-towel-review-icon\"\u003e🌊\u003c\/div\u003e\n\u003ch3\u003eAbsorbency\u003c\/h3\u003e\n\u003cp\u003eHow quickly did it soak up water compared to your regular towel?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-review-card\"\u003e\n\u003cdiv class=\"fs-towel-review-icon\"\u003e🪶\u003c\/div\u003e\n\u003ch3\u003eSoft Feel\u003c\/h3\u003e\n\u003cp\u003eDid the microfibre feel gentle on your pet’s skin and coat?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-review-card\"\u003e\n\u003cdiv class=\"fs-towel-review-icon\"\u003e🐶\u003c\/div\u003e\n\u003ch3\u003ePet Response\u003c\/h3\u003e\n\u003cp\u003eHow did your dog or cat respond while being dried?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-review-card\"\u003e\n\u003cdiv class=\"fs-towel-review-icon\"\u003e📏\u003c\/div\u003e\n\u003ch3\u003eSize \u0026amp; Coverage\u003c\/h3\u003e\n\u003cp\u003eDid the 60cm x 100cm size feel practical for your pet?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-review-card\"\u003e\n\u003cdiv class=\"fs-towel-review-icon\"\u003e🧺\u003c\/div\u003e\n\u003ch3\u003eWash \u0026amp; Reuse\u003c\/h3\u003e\n\u003cp\u003eHow easy was it to clean, dry, and use again after bath time?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fs-towel-review-footer\"\u003e\n\u003cstrong\u003eYour honest experience matters.\u003c\/strong\u003e \u003cspan\u003eShare what you loved, what could be better, and whether it made drying your pet easier.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"FurSociety","offers":[{"title":"Default Title","offer_id":48390882361569,"sku":null,"price":149.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0831\/2458\/4673\/files\/DRYINGTOWELPRODUCTPAGE1.png?v=1779375034","url":"https:\/\/fursociety.co.za\/products\/fursociety-pet-drying-towel","provider":"FurSociety","version":"1.0","type":"link"}