{"title":"Tea towels","description":"\u003c!-- ============================================================\n  PILGRIMWATERS COLLECTION PAGE — TEA TOWELS\n  Based on master template v1.0\n\n  SECTIONS\n  [1] Styles       — all CSS for this page\n  [2] Intro image  — full-width hero photo\n  [3] Intro copy   — italic quote box\n  [4] Accordions   — master toggle + tea towel detail panel\n  [5] Script       — accordion JS (next-sibling pairing)\n\n  IMPORTANT: Always save via Sidekick, not the RTE Save button.\n  The Shopify RTE strips \u003cscript\u003e and \u003cstyle\u003e tags on every\n  manual save. Sidekick bypasses the RTE sanitizer.\n============================================================ --\u003e\n\n\n\u003c!-- ============================================================\n  [1] STYLES\n============================================================ --\u003e\n\u003cstyle\u003e\n\n  \/* ── Global RTE override ────────────────────────────────── *\/\n  .rte p strong, .rte p em strong, .rte p strong em,\n  p strong,      p em strong,      p strong em {\n    color : #666 !important;\n  }\n\n  \/* ── Intro image ─────────────────────────────────────────── *\/\n  .pw-intro-image {\n    display : block;\n    width   : 100%;\n    height  : auto;\n    margin  : 0 auto 1rem auto;\n  }\n\n  \/* ── Intro quote box ─────────────────────────────────────── *\/\n  .pw-intro-box-wrap {\n    margin : 0.75rem 0 0;\n  }\n\n  .pw-intro-box {\n    background    : #f0ede8;\n    border-left   : 3px solid #9c9c9c;\n    border-radius : 0 6px 6px 0;\n    padding       : 18px 22px;\n    font-size     : 18.5px;\n    font-style    : italic;\n    line-height   : 2.0;\n    color         : #444;\n    text-align    : center;\n  }\n\n  .pw-intro-box p {\n    margin     : 0;\n    font-style : italic;\n  }\n\n  .pw-intro-box p + p {\n    margin-top : 1em;\n  }\n\n  @media (min-width: 768px) {\n    .pw-intro-box-wrap {\n      padding-left  : 10rem;\n      padding-right : 10rem;\n    }\n  }\n\n  \/* ── Master accordion button ────────────────────────────────── *\/\n  .pw-master-btn {\n    width           : 100%;\n    display         : flex;\n    align-items     : center;\n    justify-content : space-between;\n    padding         : 10px 14px;\n    min-height      : 40px;\n    border          : none !important;\n    border-radius   : 6px 6px 0 0;\n    cursor          : pointer;\n    background      : #9a9a9a;\n    color           : #fff !important;\n    font-size       : 11px;\n    font-weight     : 600;\n    letter-spacing  : 0.06em;\n    text-transform  : uppercase;\n    box-sizing      : border-box;\n    margin-bottom   : 0;\n  }\n\n  .pw-master-btn:hover,\n  .pw-master-btn:focus {\n    background : #888 !important;\n    outline    : none !important;\n  }\n\n  .pw-master-btn .pw-master-icon {\n    font-size   : 18px;\n    font-weight : 400;\n    opacity     : 0.9;\n    flex-shrink : 0;\n  }\n\n  \/* ── Master panel ─────────────────────────────────────────── *\/\n  .pw-master-panel {\n    max-height : 0;\n    overflow   : hidden;\n    transition : max-height 0.75s cubic-bezier(0.2,0,0.2,1);\n  }\n\n  \/* ── Accordion group ───────────────────────────────────────── *\/\n  .pw-accordion-group {\n    margin-top  : 0;\n    padding-top : 0;\n  }\n\n  @media (min-width: 768px) {\n    .pw-accordion-group,\n    .pw-fabric-table-wrap {\n      padding-left  : 10rem;\n      padding-right : 10rem;\n    }\n  }\n\n  \/* ── Fabric accordion buttons ───────────────────────────────── *\/\n  .accordion-button {\n    width           : 100%;\n    text-align      : left;\n    background      : none !important;\n    border          : none !important;\n    padding         : 3px 0;\n    font-size       : 16px;\n    font-weight     : 400 !important;\n    color           : #000 !important;\n    cursor          : pointer;\n    display         : flex;\n    align-items     : center;\n    justify-content : space-between;\n    gap             : 12px;\n    overflow        : visible;\n  }\n\n  .accordion-button:hover,\n  .accordion-button:focus,\n  .accordion-button:active,\n  .accordion-button.is-open {\n    color      : #c00 !important;\n    background : none !important;\n    outline    : none !important;\n    box-shadow : none !important;\n  }\n\n  .accordion-thumb {\n    width            : 107px;\n    height           : 60px;\n    object-fit       : cover;\n    border-radius    : 4px;\n    flex-shrink      : 0;\n    display          : block;\n    transition       : transform 0.3s ease;\n    transform-origin : left center;\n  }\n\n  .accordion-button:hover .accordion-thumb {\n    transform : scale(1.08);\n  }\n\n  .accordion-label {\n    flex         : 1;\n    padding-left : 0;\n  }\n\n  .accordion-sublabel {\n    display        : block;\n    font-size      : 12px;\n    font-weight    : 400 !important;\n    font-family    : -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif !important;\n    color          : #888;\n    margin-top     : 2px;\n    text-transform : none !important;\n    letter-spacing : 0 !important;\n  }\n\n  \/* ── Accordion panels ───────────────────────────────────────── *\/\n  .accordion-panel {\n    max-height  : 0;\n    overflow    : hidden;\n    transition  : max-height 0.45s cubic-bezier(0.2,0,0.2,1), padding 0.35s ease;\n    padding     : 0;\n    color       : #666;\n    font-size   : 14px;\n    line-height : 1.5;\n  }\n\n  .accordion-panel.open {\n    padding-top : 4px;\n  }\n\n  .accordion-icon {\n    font-size   : 18px;\n    color       : #000;\n    opacity     : 0.8;\n    transition  : transform 0.35s ease;\n    flex-shrink : 0;\n  }\n\n  \/* ── Detail table (inside accordion panel) ──────────────────── *\/\n  .pw-details-table {\n    border-collapse : collapse;\n    border-spacing  : 0;\n    width           : auto;\n    margin          : 0;\n  }\n\n  .pw-details-table td {\n    padding        : 1px 0;\n    vertical-align : top;\n    font-size      : 14px;\n    line-height    : 1.5;\n    color          : #666;\n  }\n\n  .pw-details-table .pw-dt-label {\n    white-space   : nowrap;\n    text-align    : right;\n    padding-right : 4px;\n    font-weight   : 700;\n    color         : #444;\n  }\n\n  .pw-details-table .pw-dt-value {\n    text-align   : justify;\n    padding-left : 2px;\n  }\n\n  \/* ── Reduced motion ─────────────────────────────────────────── *\/\n  @media (prefers-reduced-motion: reduce) {\n    .accordion-thumb,\n    .accordion-panel,\n    .accordion-icon,\n    .pw-master-panel { transition : none !important; }\n  }\n\n\u003c\/style\u003e\n\n\n\u003c!-- ============================================================\n  [2] INTRO IMAGE\n============================================================ --\u003e\n\u003cp\u003e\n  \u003cimg class=\"pw-intro-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/files\/tomatoesteatowel-1000px_2048x2048.jpg?v=1704762343\" alt=\"PilgrimWaters hand screen printed cotton tea towel featuring a vegetable medley design, made in the USA.\"\u003e\n\u003c\/p\u003e\n\n\n\u003c!-- ============================================================\n  [3] INTRO COPY\n============================================================ --\u003e\n\u003cdiv class=\"pw-intro-box-wrap\"\u003e\n  \u003cdiv class=\"pw-intro-box\"\u003e\n\n\u003cp\u003e\nOur cotton tea towels are screenprinted in small batches right here in the USA, featuring original artwork by Susy Pilgrim Waters. Practical, beautiful, and made to last — equally at home drying your finest china, wrapping a gift, or hanging as a piece of art in your kitchen.\u003c\/p\u003e\n\n\u003cp\u003e\nRooted in the tradition of fine linen drying cloths, our modern take brings bold, original design to a daily essential. Each printing batch is unique, making every towel a small original piece of PilgrimWaters design.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- ============================================================\n  [4] ACCORDIONS\n  Master toggle + single tea towel detail panel.\n  JS uses next-sibling pairing — no id= needed on buttons.\n============================================================ --\u003e\n\n\u003cdiv class=\"pw-fabric-table-wrap\"\u003e\n  \u003cbutton type=\"button\" class=\"pw-master-btn\" aria-expanded=\"false\" aria-controls=\"pwMasterPanel\"\u003e\n    About Our Tea Towels\n    \u003cspan class=\"pw-master-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"pwMasterPanel\" class=\"pw-master-panel\" aria-hidden=\"true\"\u003e\n  \u003cdiv class=\"pw-accordion-group\"\u003e\n\n    \u003c!-- COTTON TEA TOWELS --\u003e\n    \u003cbutton type=\"button\" class=\"accordion-button\" aria-expanded=\"false\" aria-controls=\"teaTowelCottonPanel\"\u003e\n      \u003cimg class=\"accordion-thumb\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/files\/tomatoesteatowel-1000px_2048x2048.jpg?v=1704762343\" alt=\"Close-up of PilgrimWaters hand screen printed cotton tea towel\" loading=\"lazy\" decoding=\"async\" width=\"107\" height=\"60\"\u003e\n      \u003cspan class=\"accordion-label\"\u003eOUR COTTON TEA TOWELS\u003cspan class=\"accordion-sublabel\"\u003eScreenprinted in small batches in Rode Island\u003c\/span\u003e\u003c\/span\u003e\n      \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv id=\"teaTowelCottonPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n      \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\n\u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"pw-dt-label\"\u003eMATERIAL:\u003c\/td\u003e\n          \u003ctd class=\"pw-dt-value\"\u003ePremium-quality flour sack cotton.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"pw-dt-label\"\u003ePRINT:\u003c\/td\u003e\n          \u003ctd class=\"pw-dt-value\"\u003eEight designs screenprinted in small batches. Each printing batch is unique.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"pw-dt-label\"\u003eORIGIN:\u003c\/td\u003e\n          \u003ctd class=\"pw-dt-value\"\u003eScreenprinted for PilgrimWaters in Rhode Island featuring Susy's original artwork.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"pw-dt-label\"\u003eUSE:\u003c\/td\u003e\n          \u003ctd class=\"pw-dt-value\"\u003eDrying kitchenware, gift wrapping, oven use, or display as wall art.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"pw-dt-label\"\u003eCARE:\u003c\/td\u003e\n          \u003ctd class=\"pw-dt-value\"\u003eMachine wash cold, tumble dry low. Colours deepen with the first wash.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"pw-dt-label\"\u003eDESIGN:\u003c\/td\u003e\n          \u003ctd class=\"pw-dt-value\"\u003eSusy Pilgrim Waters 2026 ©. Designed in our Gloucester, MA studio.\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- ============================================================\n  [5] ACCORDION SCRIPT\n  Next-sibling pairing: each button controls the div immediately\n  after it, so no data-panel= attributes are needed.\n  IMPORTANT: Save via Sidekick only — RTE strips \u003cscript\u003e tags.\n============================================================ --\u003e\n\u003cscript\u003e\n(function () {\n\n  \/* Master toggle — opens\/closes the entire accordion group *\/\n  function initMaster() {\n    var btn   = document.querySelector('.pw-master-btn');\n    var panel = document.getElementById('pwMasterPanel');\n    if (!btn || !panel) return;\n\n    btn.addEventListener('click', function () {\n      var isOpen = panel.getAttribute('aria-hidden') === 'false';\n      var icon   = btn.querySelector('.pw-master-icon');\n\n      if (isOpen) {\n        panel.style.maxHeight = panel.scrollHeight + 'px';\n        panel.getBoundingClientRect();\n        panel.style.maxHeight = '0px';\n        btn.setAttribute('aria-expanded', 'false');\n        panel.setAttribute('aria-hidden', 'true');\n        if (icon) icon.textContent = '+';\n      } else {\n        panel.style.maxHeight = panel.scrollHeight + 'px';\n        btn.setAttribute('aria-expanded', 'true');\n        panel.setAttribute('aria-hidden', 'false');\n        if (icon) icon.textContent = '−';\n        panel.addEventListener('transitionend', function onEnd(ev) {\n          if (ev.propertyName !== 'max-height') return;\n          panel.removeEventListener('transitionend', onEnd);\n          if (panel.getAttribute('aria-hidden') === 'false') {\n            panel.style.maxHeight = 'none';\n          }\n        });\n      }\n    });\n  }\n\n  \/* Fabric accordions — mutually exclusive within each group *\/\n  function initAccordions() {\n    var groups = document.querySelectorAll('.pw-accordion-group');\n    groups.forEach(function (group) {\n      group.addEventListener('click', function (e) {\n        var btn = e.target.closest('.accordion-button');\n        if (!btn || !group.contains(btn)) return;\n\n        var panel = btn.nextElementSibling;\n        if (!panel || !panel.classList.contains('accordion-panel')) return;\n\n        var isOpen = panel.classList.contains('open');\n\n        \/* Close all open panels in this group *\/\n        group.querySelectorAll('.accordion-panel.open').forEach(function (p) {\n          p.classList.remove('open');\n          p.style.maxHeight = null;\n          p.setAttribute('aria-hidden', 'true');\n          var prevBtn = p.previousElementSibling;\n          if (prevBtn) {\n            prevBtn.setAttribute('aria-expanded', 'false');\n            var icon = prevBtn.querySelector('.accordion-icon');\n            if (icon) icon.textContent = '+';\n          }\n        });\n\n        \/* Open the clicked panel if it was closed *\/\n        if (!isOpen) {\n          panel.classList.add('open');\n          panel.style.maxHeight = panel.scrollHeight + 'px';\n          panel.setAttribute('aria-hidden', 'false');\n          btn.setAttribute('aria-expanded', 'true');\n          var icon = btn.querySelector('.accordion-icon');\n          if (icon) icon.textContent = '−';\n        }\n      }, true);\n    });\n  }\n\n  function init() { initMaster(); initAccordions(); }\n\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', init);\n  } else {\n    init();\n  }\n\n})();\n\u003c\/script\u003e","products":[{"product_id":"tea-towel-veggie","title":"Tea Towel Handprinted - Veggie","description":"\u003c!-- ==========================================\n  [1] STYLES\n  Shared. No per-towel edits needed.\n========================================== --\u003e\n\u003cstyle\u003e\n\n  \/* Mute bold\/italic to match editorial tone *\/\n  .rte p strong, .rte p em strong, .rte p strong em,\n  p strong, p em strong, p strong em {\n    color: #666 !important;\n  }\n\n  \/* ---- Hover-zoom image -------------------- *\/\n  .hover-zoom {\n    display: inline-block;\n    position: relative;\n  }\n\n  .hover-zoom img {\n    display: block;\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    border-radius: 4px;\n    transition: transform 0.35s ease, box-shadow 0.35s ease;\n  }\n\n  .hover-zoom:hover img {\n    transform: scale(1.08);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.25);\n    z-index: 5;\n  }\n\n  \/* ---- Accordion button -------------------- *\/\n  .accordion-button {\n    width: 100%;\n    text-align: left;\n    background: none !important;\n    border: none !important;\n    padding: 8px 0;\n    font-size: 16px;\n    font-weight: 400 !important;\n    color: #000 !important;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .accordion-button:hover,\n  .accordion-button:focus,\n  .accordion-button:active,\n  .accordion-button.is-open {\n    color: #c00 !important;\n    background: none !important;\n    outline: none !important;\n    box-shadow: none !important;\n  }\n\n  \/* ---- Accordion panel (collapsed) --------- *\/\n  .accordion-panel {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.45s cubic-bezier(0.2,0,0.2,1),\n                padding    0.35s ease;\n    padding: 0;\n    color: #666;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .accordion-panel.open {\n    padding-top: 4px;\n  }\n\n  .accordion-icon {\n    font-size: 18px;\n    color: #000;\n    opacity: 0.8;\n    transition: transform 0.35s ease;\n  }\n\n  \/* ---- Details table ----------------------- *\/\n  .pw-details-table {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: auto;\n    margin: 0;\n  }\n\n  .pw-details-table td {\n    padding: 1px 0;\n    vertical-align: top;\n    font-size: 14px;\n    line-height: 1.5;\n    color: #666;\n  }\n\n  .pw-details-table .pw-dt-label {\n    white-space: nowrap;\n    text-align: right;\n    padding-right: 4px;\n    font-weight: 700;\n    color: #444;\n  }\n\n  .pw-details-table .pw-dt-value {\n    text-align: left;\n    padding-left: 2px;\n  }\n\n  \/* ---- Responsive \u0026 accessibility ---------- *\/\n  @media (max-width: 600px) {\n    .hover-zoom img { max-width: 100%; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .hover-zoom img,\n    .accordion-panel,\n    .accordion-icon { transition: none !important; }\n  }\n\n\u003c\/style\u003e\n\u003c!-- ==========================================\n  [2] IMAGE\n  «EDIT» src= : CDN URL of the product photo\n  «EDIT» alt= : descriptive alt text\n========================================== --\u003e\n\u003cp\u003e\u003cspan class=\"hover-zoom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/files\/tea-towel-veggie-print-design.jpg?v=1778600430\" alt=\"Veggie tea towel print design — flour sack cotton, handprinted in the USA by PilgrimWaters\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c!-- ==========================================\n  [3] COPY\n  «EDIT» 2–3 paragraphs. Lead with design story.\n========================================== --\u003e\n\u003cp\u003eOur \u003cstrong\u003eVeggie Tea Towel\u003c\/strong\u003e features an original illustration by \u003cstrong\u003eSusy Pilgrim Waters\u003c\/strong\u003e — a medley of robust peppers, mushrooms, eggplant, garlic, carrots, asparagus, and a cooking pot, bringing garden-to-table inspiration into your kitchen.\u003c\/p\u003e\n\u003cp\u003eMeasuring a generous \u003cstrong\u003e30” square\u003c\/strong\u003e, these towels are as versatile as they are charming. Use them as stylish placemats, wrap freshly baked bread, or hang them as kitchen art — our \u003cstrong\u003eflour sack tea towels\u003c\/strong\u003e seamlessly blend practicality with a quiet, considered aesthetic.\u003c\/p\u003e\n\u003c!-- ==========================================\n  [4] ACCORDIONS\n  Mutually exclusive. Wired by pw-accordion-group\n  class + data-panel= attributes.\n  Logic handled by assets\/pw-accordions.js.\n\n  «EDIT» All text content per towel.\n  «EDIT» Replace «veggie» in all 3 panel IDs\n  and matching data-panel= values.\n    veggieTowelDetailsPanel\n    veggieDesignPanel\n    veggieCarePanel\n========================================== --\u003e\n\u003cdiv class=\"pw-accordion-group\" style=\"margin-top: 12px; border-top: 1px solid #ddd; padding-top: 8px;\"\u003e\n\u003c!-- A. ABOUT — size, material, origin --\u003e\n\u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"veggieTowelDetailsPanel\" aria-controls=\"veggieTowelDetailsPanel\" aria-expanded=\"false\"\u003eABOUT OUR VEGGIE TEA TOWEL \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv id=\"veggieTowelDetailsPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n\u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSIZE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eGenerous 30” L × 30” W (76 cm × 76 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eMATERIAL:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003e100% cotton flour sackcloth.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eCHARACTERISTICS:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eEach printing batch has unique characteristics.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eORIGIN:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eDesigned, printed, and made in the USA.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- B. DESIGN \u0026 CRAFT — illustration, process --\u003e\n\u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"veggieDesignPanel\" aria-controls=\"veggieDesignPanel\" aria-expanded=\"false\" style=\"border-top: 1px solid #eee; margin-top: 4px;\"\u003eDESIGN \u0026amp; CRAFT \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv id=\"veggieDesignPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n\u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eDESIGN:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eOriginal “Veggie” illustration by Susy Pilgrim Waters © 2026. Designed in our Gloucester, MA studio.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eARTISAN CRAFT:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eHand screened in small batches in Rhode Island featuring Susy’s original Veggie artwork.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- C. CARE GUIDE — same for all towels, no edits --\u003e\n\u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"veggieCarePanel\" aria-controls=\"veggieCarePanel\" aria-expanded=\"false\" style=\"border-top: 1px solid #eee; margin-top: 4px;\"\u003eCARE GUIDE \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\u003c\/button\u003e\n\u003cdiv id=\"veggieCarePanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n\u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eEVERY DAY USE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eUse our cotton tea towel rather than paper.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eWASHING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm wash with like colors.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eIRONING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm iron if desired. Gets softer after each wash.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSTORAGE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eStore flat or folded to maintain shape.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/pw-accordion-group --\u003e\n\u003c!-- ==========================================\n  [5] RETURN POLICY\n  «EDIT» Only if the policies page URL changes.\n========================================== --\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eOur \u003ca href=\"https:\/\/www.pilgrimwaters.co\/pages\/return-policies\" title=\"Return policy\"\u003ereturn policies\u003c\/a\u003e.\u003c\/p\u003e","brand":"PWLine","offers":[{"title":"Default Title","offer_id":232037226,"sku":"0002","price":34.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/files\/Tea-towel-handprinted-Veggie.jpg?v=1778591848"},{"product_id":"tea-towel-bloom","title":"Tea Towel Handprinted - Bloom","description":"\u003c!-- ==========================================\n  TEA TOWEL — BLOOM\n  PilgrimWaters template v1.8\n\n  SECTIONS\n  [1] Styles   — hover-zoom, accordions, tables\n  [2] Image    — hover-zoom product photo\n  [3] Copy     — 2–3 editorial paragraphs\n  [4] Accordions\n       A. About This Towel\n       B. Artwork \u0026 Craft\n       C. Care Guide\n  [5] Return policy\n\n  HOW TO ADAPT FOR A NEW TOWEL\n  Search «EDIT» — every change point is marked.\n    1. Replace intro copy and table rows\n    2. Update image src= and alt=\n    3. Replace «bloom» in all 3 panel IDs\n       e.g. bloomTowelDetailsPanel → hopeTowelDetailsPanel\n    4. Update data-panel= attributes to match\n    5. Update © year in ILLUSTRATION row\n\n  IMPORTANT\n  Shopify's visual editor strips \u003cstyle\u003e on save.\n  Always edit via Sidekick or the HTML view.\n  Accordion logic lives in assets\/pw-accordions.js\n\n  Never put HTML comments inside tag attributes.\n  All «EDIT» markers must be on their own line.\n========================================== --\u003e\n\n\n\u003c!-- ==========================================\n  [1] STYLES\n  Shared. No per-towel edits needed.\n========================================== --\u003e\n\u003cstyle\u003e\n\n  \/* Mute bold\/italic to match editorial tone *\/\n  .rte p strong, .rte p em strong, .rte p strong em,\n  p strong, p em strong, p strong em {\n    color: #666 !important;\n  }\n\n\n  \/* ---- Hover-zoom image -------------------- *\/\n\n  .hover-zoom {\n    display: inline-block;\n    position: relative;\n  }\n\n  .hover-zoom img {\n    display: block;\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    border-radius: 4px;\n    transition: transform 0.35s ease, box-shadow 0.35s ease;\n  }\n\n  .hover-zoom:hover img {\n    transform: scale(1.08);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.25);\n    z-index: 5;\n  }\n\n\n  \/* ---- Accordion button -------------------- *\/\n\n  .accordion-button {\n    width: 100%;\n    text-align: left;\n    background: none !important;\n    border: none !important;\n    padding: 8px 0;\n    font-size: 16px;\n    font-weight: 400 !important;\n    color: #000 !important;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .accordion-button:hover,\n  .accordion-button:focus,\n  .accordion-button:active,\n  .accordion-button.is-open {\n    color: #c00 !important;\n    background: none !important;\n    outline: none !important;\n    box-shadow: none !important;\n  }\n\n\n  \/* ---- Accordion panel (collapsed) --------- *\/\n\n  .accordion-panel {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.45s cubic-bezier(0.2,0,0.2,1),\n                padding    0.35s ease;\n    padding: 0;\n    color: #666;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  \/* JS adds .open to expand *\/\n  .accordion-panel.open {\n    padding-top: 4px;\n  }\n\n  \/* +\/− icon *\/\n  .accordion-icon {\n    font-size: 18px;\n    color: #000;\n    opacity: 0.8;\n    transition: transform 0.35s ease;\n  }\n\n\n  \/* ---- Details table ----------------------- *\/\n\n  .pw-details-table {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: auto;\n    margin: 0;\n  }\n\n  .pw-details-table td {\n    padding: 1px 0;\n    vertical-align: top;\n    font-size: 14px;\n    line-height: 1.5;\n    color: #666;\n  }\n\n  \/* Right-aligned bold label *\/\n  .pw-details-table .pw-dt-label {\n    white-space: nowrap;\n    text-align: right;\n    padding-right: 4px;\n    font-weight: 700;\n    color: #444;\n  }\n\n  \/* Left-aligned value *\/\n  .pw-details-table .pw-dt-value {\n    text-align: left;\n    padding-left: 2px;\n  }\n\n\n  \/* ---- Responsive \u0026 accessibility ---------- *\/\n\n  @media (max-width: 600px) {\n    .hover-zoom img { max-width: 100%; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .hover-zoom img,\n    .accordion-panel,\n    .accordion-icon { transition: none !important; }\n  }\n\n\u003c\/style\u003e\n\n\n\u003c!-- ==========================================\n  [2] IMAGE\n  «EDIT» src= : CDN URL of the product photo\n  «EDIT» alt= : descriptive alt text\n========================================== --\u003e\n\u003cp\u003e\n\u003cspan class=\"hover-zoom\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/products\/bloom-design.jpg?v=1713959033\" alt=\"Bloom tea towel by PilgrimWaters — flour sack cotton, handprinted in the USA\"\u003e\n\u003c\/span\u003e\n\u003c\/p\u003e\n\n\n\u003c!-- ==========================================\n  [3] COPY\n  «EDIT» 2–3 paragraphs. Lead with design story.\n========================================== --\u003e\n\n\u003cp\u003e\nOur \u003cstrong\u003eBloom Tea Towel\u003c\/strong\u003e features an original illustration by \u003cstrong\u003eSusy Pilgrim Waters\u003c\/strong\u003e — a botanical design grounded in the simple, enduring sentiment: \u003cem\u003eBloom where you are planted.\u003c\/em\u003e\n\u003c\/p\u003e\n\n\u003cp\u003e\nMeasuring a generous \u003cstrong\u003e30” square\u003c\/strong\u003e, these towels are as versatile as they are inspiring. Use them as stylish placemats, wrap freshly baked bread, or hang them as kitchen art — our \u003cstrong\u003eflour sack tea towels\u003c\/strong\u003e seamlessly blend practicality with a quiet, considered aesthetic.\n\u003c\/p\u003e\n\n\n\u003c!-- ==========================================\n  [4] ACCORDIONS\n  Mutually exclusive. Wired by pw-accordion-group\n  class + data-panel= attributes.\n  Logic handled by assets\/pw-accordions.js.\n\n  «EDIT» All text content per towel.\n  «EDIT» Replace «bloom» in all 3 panel IDs\n  and matching data-panel= values.\n    bloomTowelDetailsPanel\n    bloomDesignPanel\n    bloomCarePanel\n========================================== --\u003e\n\u003cdiv class=\"pw-accordion-group\" style=\"margin-top:12px; border-top:1px solid #ddd; padding-top:8px;\"\u003e\n\n  \u003c!-- A. ABOUT — size, material, origin --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: bloom → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"bloomTowelDetailsPanel\" aria-controls=\"bloomTowelDetailsPanel\" aria-expanded=\"false\"\u003e\n  ABOUT THIS TOWEL\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: bloom → {handle} --\u003e\n  \u003cdiv id=\"bloomTowelDetailsPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSIZE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eGenerous 30” L × 30” W (76 cm × 76 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eMATERIAL:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003e100% cotton flour sackcloth.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eCHARACTERISTICS:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eEach printing batch has unique characteristics.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eORIGIN:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eDesigned, printed, and made in the USA.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- B. ARTWORK \u0026 CRAFT — illustration, process --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: bloom → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"bloomDesignPanel\" aria-controls=\"bloomDesignPanel\" aria-expanded=\"false\" style=\"border-top:1px solid #eee; margin-top:4px;\"\u003e\n  ARTWORK \u0026amp; CRAFT\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: bloom → {handle} --\u003e\n  \u003cdiv id=\"bloomDesignPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003c!-- «EDIT» illustration title + © year --\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eILLUSTRATION:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eOriginal \u003cem\u003e“Bloom”\u003c\/em\u003e illustration by Susy Pilgrim Waters © 2026. Designed in our Gloucester, MA studio.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c!-- «EDIT» printed words --\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003ePRINTED WORDS:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003e“Bloom where you are planted”\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c!-- «EDIT» artisan craft description --\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eARTISAN CRAFT:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eHand screened in small batches in Rhode Island featuring Susy’s original Bloom artwork.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- C. CARE GUIDE — same for all towels, no edits --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: bloom → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"bloomCarePanel\" aria-controls=\"bloomCarePanel\" aria-expanded=\"false\" style=\"border-top:1px solid #eee; margin-top:4px;\"\u003e\n  CARE GUIDE\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: bloom → {handle} --\u003e\n  \u003cdiv id=\"bloomCarePanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eEVERY DAY USE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eUse our cotton tea towel rather than paper.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eWASHING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm wash with like colors.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eIRONING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm iron if desired. Gets softer after each wash.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSTORAGE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eStore flat or folded to maintain shape.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/pw-accordion-group --\u003e\n\n\n\u003c!-- ==========================================\n  [5] RETURN POLICY\n  «EDIT» Only if the policies page URL changes.\n========================================== --\u003e\n\u003cp style=\"margin-top:8px;\"\u003e\nOur \u003ca href=\"https:\/\/www.pilgrimwaters.co\/pages\/return-policies\" title=\"Return policy\"\u003ereturn policies\u003c\/a\u003e.\n\u003c\/p\u003e","brand":"PWLine","offers":[{"title":"Default Title","offer_id":6579672197,"sku":"0003","price":34.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/files\/Teatowel-bloom-50.jpg?v=1713959033"},{"product_id":"tea-towel-bunny","title":"Tea Towel Handprinted - Bunny","description":"\u003c!-- ==========================================\n  TEA TOWEL — BUNNY\n  PilgrimWaters template v1.8\n\n  SECTIONS\n  [1] Styles   — hover-zoom, accordions, tables\n  [2] Image    — hover-zoom product photo\n  [3] Copy     — 2–3 editorial paragraphs\n  [4] Accordions\n       A. About This Towel\n       B. Artwork \u0026 Craft\n       C. Care Guide\n  [5] Return policy\n\n  HOW TO ADAPT FOR A NEW TOWEL\n  Search «EDIT» — every change point is marked.\n    1. Replace intro copy and table rows\n    2. Update image src= and alt=\n    3. Replace «bunny» in all 3 panel IDs\n       e.g. bunnyTowelDetailsPanel → hopeTowelDetailsPanel\n    4. Update data-panel= attributes to match\n    5. Update © year in ILLUSTRATION row\n\n  IMPORTANT\n  Shopify's visual editor strips \u003cstyle\u003e on save.\n  Always edit via Sidekick or the HTML view.\n  Accordion logic lives in assets\/pw-accordions.js\n\n  Never put HTML comments inside tag attributes.\n  All «EDIT» markers must be on their own line.\n========================================== --\u003e\n\n\n\u003c!-- ==========================================\n  [1] STYLES\n  Shared. No per-towel edits needed.\n========================================== --\u003e\n\u003cstyle\u003e\n\n  \/* Mute bold\/italic to match editorial tone *\/\n  .rte p strong, .rte p em strong, .rte p strong em,\n  p strong, p em strong, p strong em {\n    color: #666 !important;\n  }\n\n  \/* ---- Hover-zoom image -------------------- *\/\n  .hover-zoom {\n    display: inline-block;\n    position: relative;\n  }\n\n  .hover-zoom img {\n    display: block;\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    border-radius: 4px;\n    transition: transform 0.35s ease, box-shadow 0.35s ease;\n  }\n\n  .hover-zoom:hover img {\n    transform: scale(1.08);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.25);\n    z-index: 5;\n  }\n\n  \/* ---- Accordion button -------------------- *\/\n  .accordion-button {\n    width: 100%;\n    text-align: left;\n    background: none !important;\n    border: none !important;\n    padding: 8px 0;\n    font-size: 16px;\n    font-weight: 400 !important;\n    color: #000 !important;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .accordion-button:hover,\n  .accordion-button:focus,\n  .accordion-button:active,\n  .accordion-button.is-open {\n    color: #c00 !important;\n    background: none !important;\n    outline: none !important;\n    box-shadow: none !important;\n  }\n\n  \/* ---- Accordion panel (collapsed) --------- *\/\n  .accordion-panel {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.45s cubic-bezier(0.2,0,0.2,1),\n                padding    0.35s ease;\n    padding: 0;\n    color: #666;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .accordion-panel.open {\n    padding-top: 4px;\n  }\n\n  .accordion-icon {\n    font-size: 18px;\n    color: #000;\n    opacity: 0.8;\n    transition: transform 0.35s ease;\n  }\n\n  \/* ---- Details table ----------------------- *\/\n  .pw-details-table {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: auto;\n    margin: 0;\n  }\n\n  .pw-details-table td {\n    padding: 1px 0;\n    vertical-align: top;\n    font-size: 14px;\n    line-height: 1.5;\n    color: #666;\n  }\n\n  .pw-details-table .pw-dt-label {\n    white-space: nowrap;\n    text-align: right;\n    padding-right: 4px;\n    font-weight: 700;\n    color: #444;\n  }\n\n  .pw-details-table .pw-dt-value {\n    text-align: left;\n    padding-left: 2px;\n  }\n\n  \/* ---- Responsive \u0026 accessibility ---------- *\/\n  @media (max-width: 600px) {\n    .hover-zoom img { max-width: 100%; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .hover-zoom img,\n    .accordion-panel,\n    .accordion-icon { transition: none !important; }\n  }\n\n\u003c\/style\u003e\n\n\n\u003c!-- ==========================================\n  [2] IMAGE\n  «EDIT» src= : CDN URL of the product photo\n  «EDIT» alt= : descriptive alt text\n========================================== --\u003e\n\u003cp\u003e\n\u003cspan class=\"hover-zoom\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/files\/bunny-design.jpg?v=1713959124\" alt=\"Bunny tea towel by PilgrimWaters — flour sack cotton, handprinted in the USA\"\u003e\n\u003c\/span\u003e\n\u003c\/p\u003e\n\n\n\u003c!-- ==========================================\n  [3] COPY\n  «EDIT» 2–3 paragraphs. Lead with design story.\n========================================== --\u003e\n\n\u003cp\u003e\nOur \u003cstrong\u003eBunny Tea Towel\u003c\/strong\u003e features an original illustration by \u003cstrong\u003eSusy Pilgrim Waters\u003c\/strong\u003e — a cheerful, whimsical design grounded in the simple joy of \u003cem\u003eGood morning sunshine.\u003c\/em\u003e\n\u003c\/p\u003e\n\n\u003cp\u003e\nMeasuring a generous \u003cstrong\u003e30” square\u003c\/strong\u003e, these towels are as versatile as they are delightful. Use them as stylish placemats, wrap freshly baked bread, or hang them as kitchen art — our \u003cstrong\u003eflour sack tea towels\u003c\/strong\u003e seamlessly blend practicality with a quiet, considered aesthetic.\n\u003c\/p\u003e\n\n\n\u003c!-- ==========================================\n  [4] ACCORDIONS\n  Mutually exclusive. Wired by pw-accordion-group\n  class + data-panel= attributes.\n  Logic handled by assets\/pw-accordions.js.\n\n  «EDIT» All text content per towel.\n  «EDIT» Replace «bunny» in all 3 panel IDs\n  and matching data-panel= values.\n    bunnyTowelDetailsPanel\n    bunnyDesignPanel\n    bunnyCarePanel\n========================================== --\u003e\n\u003cdiv class=\"pw-accordion-group\" style=\"margin-top:12px; border-top:1px solid #ddd; padding-top:8px;\"\u003e\n\n  \u003c!-- A. ABOUT — size, material, origin --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: bunny → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"bunnyTowelDetailsPanel\" aria-controls=\"bunnyTowelDetailsPanel\" aria-expanded=\"false\"\u003e\n  ABOUT THIS TOWEL\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: bunny → {handle} --\u003e\n  \u003cdiv id=\"bunnyTowelDetailsPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSIZE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eGenerous 30” L × 30” W (76 cm × 76 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eMATERIAL:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003e100% cotton flour sackcloth.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eCHARACTERISTICS:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eEach printing batch has unique characteristics.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eORIGIN:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eDesigned, printed, and made in the USA.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- B. ARTWORK \u0026 CRAFT — illustration, process --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: bunny → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"bunnyDesignPanel\" aria-controls=\"bunnyDesignPanel\" aria-expanded=\"false\" style=\"border-top:1px solid #eee; margin-top:4px;\"\u003e\n  ARTWORK \u0026amp; CRAFT\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: bunny → {handle} --\u003e\n  \u003cdiv id=\"bunnyDesignPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003c!-- «EDIT» illustration title + © year --\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eILLUSTRATION:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eOriginal \u003cem\u003e“Bunny”\u003c\/em\u003e illustration by Susy Pilgrim Waters © 2026. Designed in our Gloucester, MA studio.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c!-- «EDIT» printed words --\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003ePRINTED WORDS:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003e“Good morning sunshine”\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c!-- «EDIT» artisan craft description --\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eARTISAN CRAFT:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eHand screened in small batches in Rhode Island featuring Susy’s original Bunny artwork.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- C. CARE GUIDE — same for all towels, no edits --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: bunny → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"bunnyCarePanel\" aria-controls=\"bunnyCarePanel\" aria-expanded=\"false\" style=\"border-top:1px solid #eee; margin-top:4px;\"\u003e\n  CARE GUIDE\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: bunny → {handle} --\u003e\n  \u003cdiv id=\"bunnyCarePanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eEVERY DAY USE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eUse our cotton tea towel rather than paper.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eWASHING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm wash with like colors.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eIRONING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm iron if desired. Gets softer after each wash.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSTORAGE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eStore flat or folded to maintain shape.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/pw-accordion-group --\u003e\n\n\n\u003c!-- ==========================================\n  [5] RETURN POLICY\n  «EDIT» Only if the policies page URL changes.\n========================================== --\u003e\n\u003cp style=\"margin-top:8px;\"\u003e\nOur \u003ca href=\"https:\/\/www.pilgrimwaters.co\/pages\/return-policies\" title=\"Return policy\"\u003ereturn policies\u003c\/a\u003e.\n\u003c\/p\u003e","brand":"PWLine","offers":[{"title":"Default Title","offer_id":6579772101,"sku":"PW-0005","price":34.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/files\/Teatowel-bunny-50.jpg?v=1713959124"},{"product_id":"tea-towel-seafood","title":"Seafood Tea Towel — Hand Screen Printed Cotton","description":"\u003c!-- ==========================================\n  TEA TOWEL — SEAFOOD\n  PilgrimWaters template v1.8\n\n  SECTIONS\n  [1] Styles   — hover-zoom, accordions, tables, FAQ\n  [2] Image    — hover-zoom product photo\n  [3] Copy     — editorial paragraphs + cross-link\n  [4] Accordions\n       A. About Our Seafood Tea Towel\n       B. Artwork \u0026 Design\n       C. Care Guide\n       D. FAQ\n\n  IMPORTANT\n  Shopify's visual editor strips \u003cstyle\u003e on save.\n  Always edit via Sidekick or the HTML view.\n  Accordion logic lives in assets\/pw-accordions.js\n========================================== --\u003e\n\n\n\u003c!-- ==========================================\n  [1] STYLES\n========================================== --\u003e\n\u003cstyle\u003e\n\n  .rte p strong, .rte p em strong, .rte p strong em,\n  p strong, p em strong, p strong em {\n    color: #666 !important;\n  }\n\n  .hover-zoom {\n    display: inline-block;\n    position: relative;\n  }\n\n  .hover-zoom img {\n    display: block;\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    border-radius: 4px;\n    transition: transform 0.35s ease, box-shadow 0.35s ease;\n  }\n\n  .hover-zoom:hover img {\n    transform: scale(1.08);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.25);\n    z-index: 5;\n  }\n\n  .accordion-button {\n    width: 100%;\n    text-align: left;\n    background: none !important;\n    border: none !important;\n    padding: 8px 0;\n    font-size: 16px;\n    font-weight: 400 !important;\n    color: #000 !important;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .accordion-button:hover,\n  .accordion-button:focus,\n  .accordion-button:active,\n  .accordion-button.is-open {\n    color: #c00 !important;\n    background: none !important;\n    outline: none !important;\n    box-shadow: none !important;\n  }\n\n  .accordion-panel {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.45s cubic-bezier(0.2,0,0.2,1),\n                padding    0.35s ease;\n    padding: 0;\n    color: #666;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .accordion-panel.open {\n    padding-top: 4px;\n  }\n\n  .accordion-icon {\n    font-size: 18px;\n    color: #000;\n    opacity: 0.8;\n    transition: transform 0.35s ease;\n  }\n\n  .pw-details-table {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: auto;\n    margin: 0;\n  }\n\n  .pw-details-table td {\n    padding: 1px 0;\n    vertical-align: top;\n    font-size: 14px;\n    line-height: 1.5;\n    color: #666;\n  }\n\n  .pw-details-table .pw-dt-label {\n    white-space: nowrap;\n    text-align: right;\n    padding-right: 4px;\n    font-weight: 700;\n    color: #444;\n  }\n\n  .pw-details-table .pw-dt-value {\n    text-align: left;\n    padding-left: 2px;\n  }\n\n  .pw-faq-q {\n    font-weight: 600;\n    font-style: italic;\n    color: #333;\n    margin: 6px 0 2px 0;\n    font-size: 14px;\n  }\n\n  .pw-faq-a {\n    color: #666;\n    font-size: 14px;\n    margin: 0 0 8px 0;\n    line-height: 1.5;\n  }\n\n  .pw-faq-note {\n    color: #888;\n    font-size: 13px;\n    margin: 10px 0 0 0;\n    font-style: italic;\n  }\n\n  .pw-accordion-group {\n    margin-top: 12px;\n    border-top: 1px solid #ddd;\n    padding-top: 8px;\n  }\n\n  @media (max-width: 600px) {\n    .hover-zoom img { max-width: 100%; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .hover-zoom img,\n    .accordion-panel,\n    .accordion-icon { transition: none !important; }\n  }\n\n\u003c\/style\u003e\n\n\n\u003c!-- ==========================================\n  [2] IMAGE\n========================================== --\u003e\n\u003cp\u003e\n\u003cspan class=\"hover-zoom\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/files\/seafood-design1000px.jpg?v=1713989298\" alt=\"PilgrimWaters Seafood Tea Towel — original illustration by Susy Pilgrim Waters, hand screen printed on 100% cotton flour sack, made in the USA\"\u003e\n\u003c\/span\u003e\n\u003c\/p\u003e\n\n\n\u003c!-- ==========================================\n  [3] COPY\n========================================== --\u003e\n\n\u003cp\u003e\nOur \u003cstrong\u003eSeafood Tea Towel\u003c\/strong\u003e features an original illustration by \u003cstrong\u003eSusy Pilgrim Waters\u003c\/strong\u003e — a lively medley of crabs, lobsters, and shellfish that brings a coastal spirit into your kitchen. Inspired by New England’s working waterfront, it celebrates shellfish, and coastal sea animals that define life by the sea.\n\u003c\/p\u003e\n\n\u003cp\u003e\nMeasuring a generous \u003cstrong\u003e30” square\u003c\/strong\u003e, these towels are printed on 100% flour sack cotton — absorbent, durable, and beautifully finished. Use them as stylish placemats, wrap freshly baked bread, or hang them as kitchen art. Each printing batch is unique, making every towel a small PilgrimWaters original.\n\u003c\/p\u003e\n\n\u003cp\u003e\nLooking for a different design? Check out our \u003ca href=\"https:\/\/www.pilgrimwaters.co\/collections\/tea-towels\/products\/tea-towel-tomatoes\" title=\"Tomatoes Tea Towel — PilgrimWaters\"\u003eTomatoes Tea Towel\u003c\/a\u003e.\n\u003c\/p\u003e\n\n\n\u003c!-- ==========================================\n  [4] ACCORDIONS\n========================================== --\u003e\n\u003cdiv class=\"pw-accordion-group\"\u003e\n\n  \u003c!-- A. ABOUT OUR SEAFOOD TEA TOWEL --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"seafoodTowelDetailsPanel\" aria-controls=\"seafoodTowelDetailsPanel\" aria-expanded=\"false\"\u003e\n  ABOUT OUR SEAFOOD TEA TOWEL\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003cdiv id=\"seafoodTowelDetailsPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSIZE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003e30” L × 30” W (76 cm × 76 cm).\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eMATERIAL:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003e100% cotton flour sack.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eCHARACTERISTICS:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eThe single-color, large printed design is centered on the towel. Each towel is approximately square. Each printing batch is unique.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eORIGIN:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eDesigned, made and printed in the USA.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- B. ARTWORK \u0026 DESIGN --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"seafoodDesignPanel\" aria-controls=\"seafoodDesignPanel\" aria-expanded=\"false\" style=\"border-top:1px solid #eee; margin-top:4px;\"\u003e\n  ARTWORK \u0026amp; DESIGN\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003cdiv id=\"seafoodDesignPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eARTWORK:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003e© 2026. Designed in our Gloucester, MA studio.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eARTISAN CRAFT:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eFloursack material made in MI and hand screenprinted in small batches in Rhode Island, featuring Susy’s original Seafood artwork.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- C. CARE GUIDE --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"seafoodCarePanel\" aria-controls=\"seafoodCarePanel\" aria-expanded=\"false\" style=\"border-top:1px solid #eee; margin-top:4px;\"\u003e\n  CARE GUIDE\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003cdiv id=\"seafoodCarePanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eEVERY DAY USE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eGreat for drying dishes. Use our cotton tea towel rather than paper.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eWASHING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm wash with like colors.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eIRONING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm iron if desired. Gets softer after each wash.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSTORAGE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eStore flat or folded to maintain shape.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- D. FAQ --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"seafoodFaqPanel\" aria-controls=\"seafoodFaqPanel\" aria-expanded=\"false\" style=\"border-top:1px solid #eee; margin-top:4px;\"\u003e\n  FAQ\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003cdiv id=\"seafoodFaqPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n\n    \u003cp class=\"pw-faq-q\"\u003e\u003cstrong\u003e\u003cem\u003eWhy flour sack cotton?\u003c\/em\u003e\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"pw-faq-a\"\u003eIt’s simply the best material for a working kitchen towel. Flour sack cotton is \u003cstrong\u003elint-free\u003c\/strong\u003e — so it won’t leave fibres on your glassware — and \u003cstrong\u003eexceptionally absorbent\u003c\/strong\u003e, soaking up spills and moisture far better than a standard terry cloth. It’s \u003cstrong\u003elightweight\u003c\/strong\u003e and \u003cstrong\u003edries quickly\u003c\/strong\u003e, so it’s ready to use again in minutes. With every wash it \u003cstrong\u003egets softer\u003c\/strong\u003e, becoming more supple and pleasant to handle over time. It’s the towel \u003cstrong\u003epreferred by many serious cooks\u003c\/strong\u003e — and the reason we’ve used it from the start.\u003c\/p\u003e\n\n    \u003cp class=\"pw-faq-q\"\u003e\u003cstrong\u003e\u003cem\u003eWhat is a flour sack tea towel?\u003c\/em\u003e\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"pw-faq-a\"\u003eFlour sack cotton is a tightly woven, lint-free cotton originally used to bag flour. It’s exceptionally absorbent, dries quickly, and gets softer with every wash — which makes it the ideal canvas for a printed kitchen towel that actually works.\u003c\/p\u003e\n\n    \u003cp class=\"pw-faq-q\"\u003e\u003cstrong\u003e\u003cem\u003eWill the print fade after washing?\u003c\/em\u003e\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"pw-faq-a\"\u003eScreenprinted inks are set to last. Wash warm with like colors and avoid bleach. The colors will fade slightly after several repeat washes — a natural characteristic of the hand-printing process.\u003c\/p\u003e\n\n    \u003cp class=\"pw-faq-q\"\u003e\u003cstrong\u003e\u003cem\u003eIs it a good gift?\u003c\/em\u003e\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"pw-faq-a\"\u003eIt’s one of our most-gifted items — and for good reason. Original artwork, made in the USA, practical enough for daily use and distinctive enough to hang on a wall. It travels beautifully to a \u003cstrong\u003ehousewarming\u003c\/strong\u003e, feels right at home in a \u003cstrong\u003ebeach cottage\u003c\/strong\u003e or \u003cstrong\u003ecoastal kitchen\u003c\/strong\u003e, and makes a thoughtful \u003cstrong\u003ehost gift\u003c\/strong\u003e, \u003cstrong\u003ewedding gift\u003c\/strong\u003e, or present for any \u003cstrong\u003eseafood lover\u003c\/strong\u003e or \u003cstrong\u003eNew England kitchen\u003c\/strong\u003e. Leave a note at checkout and we’ll add a personal message.\u003c\/p\u003e\n\n    \u003cp class=\"pw-faq-q\"\u003e\u003cstrong\u003e\u003cem\u003eHow big is it?\u003c\/em\u003e\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"pw-faq-a\"\u003eA generous 30” × 30” (76 × 76 cm). Bigger than most — large enough to use as a placemat, bread wrap, or impromptu gift wrap, as well as for everyday kitchen tasks.\u003c\/p\u003e\n\n    \u003cp class=\"pw-faq-q\"\u003e\u003cstrong\u003e\u003cem\u003eWill it be restocked?\u003c\/em\u003e\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"pw-faq-a\"\u003eYup. Each design is re-printed when we run low. When a batch sells out we reprint, but the next batch will have its own unique characteristics — no two batch colors are truly identical.\u003c\/p\u003e\n\n    \u003cp class=\"pw-faq-q\"\u003e\u003cstrong\u003e\u003cem\u003eCan I return or exchange my tea towel?\u003c\/em\u003e\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"pw-faq-a\"\u003eReturns are accepted within 14 days of purchase on items that are unused and in their original condition. Read our \u003ca href=\"https:\/\/www.pilgrimwaters.co\/pages\/return-policies\" title=\"Return policy\"\u003efull return policy\u003c\/a\u003e for details.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/pw-accordion-group --\u003e","brand":"PWLine","offers":[{"title":"Default Title","offer_id":22879579845,"sku":"0001","price":34.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/files\/Tea-towel-Seafood-print-lifeshot-mug_apples.jpg?v=1778616404"},{"product_id":"tea-towel-dove","title":"Tea Towel Handprinted - Dove","description":"\u003c!-- ==========================================\n  TEA TOWEL — DOVE\n  PilgrimWaters template v1.8\n\n  SECTIONS\n  [1] Styles   — hover-zoom, accordions, tables\n  [2] Image    — hover-zoom product photo\n  [3] Copy     — 2–3 editorial paragraphs\n  [4] Accordions\n       A. About This Towel\n       B. Artwork \u0026 Craft\n       C. Care Guide\n  [5] Return policy\n\n  HOW TO ADAPT FOR A NEW TOWEL\n  Search «EDIT» — every change point is marked.\n    1. Replace intro copy and table rows\n    2. Update image src= and alt=\n    3. Replace «dove» in all 3 panel IDs\n       e.g. doveTowelDetailsPanel → hopeTowelDetailsPanel\n    4. Update data-panel= attributes to match\n    5. Update © year in ILLUSTRATION row\n\n  IMPORTANT\n  Shopify's visual editor strips \u003cstyle\u003e on save.\n  Always edit via Sidekick or the HTML view.\n  Accordion logic lives in assets\/pw-accordions.js\n\n  Never put HTML comments inside tag attributes.\n  All «EDIT» markers must be on their own line.\n========================================== --\u003e\n\n\n\u003c!-- ==========================================\n  [1] STYLES\n  Shared. No per-towel edits needed.\n========================================== --\u003e\n\u003cstyle\u003e\n\n  \/* Mute bold\/italic to match editorial tone *\/\n  .rte p strong, .rte p em strong, .rte p strong em,\n  p strong, p em strong, p strong em {\n    color: #666 !important;\n  }\n\n  \/* ---- Hover-zoom image -------------------- *\/\n  .hover-zoom {\n    display: inline-block;\n    position: relative;\n  }\n\n  .hover-zoom img {\n    display: block;\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    border-radius: 4px;\n    transition: transform 0.35s ease, box-shadow 0.35s ease;\n  }\n\n  .hover-zoom:hover img {\n    transform: scale(1.08);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.25);\n    z-index: 5;\n  }\n\n  \/* ---- Accordion button -------------------- *\/\n  .accordion-button {\n    width: 100%;\n    text-align: left;\n    background: none !important;\n    border: none !important;\n    padding: 8px 0;\n    font-size: 16px;\n    font-weight: 400 !important;\n    color: #000 !important;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .accordion-button:hover,\n  .accordion-button:focus,\n  .accordion-button:active,\n  .accordion-button.is-open {\n    color: #c00 !important;\n    background: none !important;\n    outline: none !important;\n    box-shadow: none !important;\n  }\n\n  \/* ---- Accordion panel (collapsed) --------- *\/\n  .accordion-panel {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.45s cubic-bezier(0.2,0,0.2,1),\n                padding    0.35s ease;\n    padding: 0;\n    color: #666;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .accordion-panel.open {\n    padding-top: 4px;\n  }\n\n  .accordion-icon {\n    font-size: 18px;\n    color: #000;\n    opacity: 0.8;\n    transition: transform 0.35s ease;\n  }\n\n  \/* ---- Details table ----------------------- *\/\n  .pw-details-table {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: auto;\n    margin: 0;\n  }\n\n  .pw-details-table td {\n    padding: 1px 0;\n    vertical-align: top;\n    font-size: 14px;\n    line-height: 1.5;\n    color: #666;\n  }\n\n  .pw-details-table .pw-dt-label {\n    white-space: nowrap;\n    text-align: right;\n    padding-right: 4px;\n    font-weight: 700;\n    color: #444;\n  }\n\n  .pw-details-table .pw-dt-value {\n    text-align: left;\n    padding-left: 2px;\n  }\n\n  \/* ---- Responsive \u0026 accessibility ---------- *\/\n  @media (max-width: 600px) {\n    .hover-zoom img { max-width: 100%; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .hover-zoom img,\n    .accordion-panel,\n    .accordion-icon { transition: none !important; }\n  }\n\n\u003c\/style\u003e\n\n\n\u003c!-- ==========================================\n  [2] IMAGE\n  «EDIT» src= : CDN URL of the product photo\n  «EDIT» alt= : descriptive alt text\n========================================== --\u003e\n\u003cp\u003e\n\u003cspan class=\"hover-zoom\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/files\/dove-design_500px_480x480.jpg?v=1713959476\" alt=\"Dove tea towel by PilgrimWaters — flour sack cotton, handprinted in the USA\"\u003e\n\u003c\/span\u003e\n\u003c\/p\u003e\n\n\n\u003c!-- ==========================================\n  [3] COPY\n  «EDIT» 2–3 paragraphs. Lead with design story.\n========================================== --\u003e\n\n\u003cp\u003e\nOur \u003cstrong\u003eDove Tea Towel\u003c\/strong\u003e features an original illustration by \u003cstrong\u003eSusy Pilgrim Waters\u003c\/strong\u003e — a nature-inspired design grounded in the beauty of traditional craftsmanship and quiet symbolism.\n\u003c\/p\u003e\n\n\u003cp\u003e\nMeasuring a generous \u003cstrong\u003e30” square\u003c\/strong\u003e, these towels are as versatile as they are beautiful. Use them as stylish placemats, wrap freshly baked bread, or hang them as kitchen art — our \u003cstrong\u003eflour sack tea towels\u003c\/strong\u003e seamlessly blend practicality with a quiet, considered aesthetic.\n\u003c\/p\u003e\n\n\n\u003c!-- ==========================================\n  [4] ACCORDIONS\n  Mutually exclusive. Wired by pw-accordion-group\n  class + data-panel= attributes.\n  Logic handled by assets\/pw-accordions.js.\n\n  «EDIT» All text content per towel.\n  «EDIT» Replace «dove» in all 3 panel IDs\n  and matching data-panel= values.\n    doveTowelDetailsPanel\n    doveDesignPanel\n    doveCarePanel\n========================================== --\u003e\n\u003cdiv class=\"pw-accordion-group\" style=\"margin-top:12px; border-top:1px solid #ddd; padding-top:8px;\"\u003e\n\n  \u003c!-- A. ABOUT — size, material, origin --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: dove → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"doveTowelDetailsPanel\" aria-controls=\"doveTowelDetailsPanel\" aria-expanded=\"false\"\u003e\n  ABOUT THIS TOWEL\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: dove → {handle} --\u003e\n  \u003cdiv id=\"doveTowelDetailsPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSIZE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eGenerous 30” L × 30” W (76 cm × 76 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eMATERIAL:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003e100% cotton flour sackcloth.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eCHARACTERISTICS:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eEach printing batch has unique characteristics.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eORIGIN:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eDesigned, printed, and made in the USA.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- B. ARTWORK \u0026 CRAFT — illustration, process --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: dove → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"doveDesignPanel\" aria-controls=\"doveDesignPanel\" aria-expanded=\"false\" style=\"border-top:1px solid #eee; margin-top:4px;\"\u003e\n  ARTWORK \u0026amp; CRAFT\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: dove → {handle} --\u003e\n  \u003cdiv id=\"doveDesignPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003c!-- «EDIT» illustration title + © year --\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eILLUSTRATION:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eOriginal \u003cem\u003e“Dove”\u003c\/em\u003e illustration by Susy Pilgrim Waters © 2026. Designed in our Gloucester, MA studio.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c!-- «EDIT» artisan craft description --\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eARTISAN CRAFT:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eHand screened in small batches in Rhode Island featuring Susy’s original Dove artwork.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- C. CARE GUIDE — same for all towels, no edits --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: dove → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"doveCarePanel\" aria-controls=\"doveCarePanel\" aria-expanded=\"false\" style=\"border-top:1px solid #eee; margin-top:4px;\"\u003e\n  CARE GUIDE\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: dove → {handle} --\u003e\n  \u003cdiv id=\"doveCarePanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eEVERY DAY USE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eUse our cotton tea towel rather than paper.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eWASHING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm wash with like colors.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eIRONING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm iron if desired. Gets softer after each wash.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSTORAGE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eStore flat or folded to maintain shape.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/pw-accordion-group --\u003e\n\n\n\u003c!-- ==========================================\n  [5] RETURN POLICY\n  «EDIT» Only if the policies page URL changes.\n========================================== --\u003e\n\u003cp style=\"margin-top:8px;\"\u003e\nOur \u003ca href=\"https:\/\/www.pilgrimwaters.co\/pages\/return-policies\" title=\"Return policy\"\u003ereturn policies\u003c\/a\u003e.\n\u003c\/p\u003e","brand":"PWLine","offers":[{"title":"Default Title","offer_id":36598123397,"sku":"0007","price":34.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/files\/Dove_tea_towel_cotton_flour_sack.jpg?v=1777247180"},{"product_id":"tea-towel-tomatoes","title":"Tea Towel Handprinted - Tomatoes","description":"\u003c!-- ==========================================\n  TEA TOWEL — TOMATOES\n  PilgrimWaters template v1.8\n\n  SECTIONS\n  [1] Styles   — hover-zoom, accordions, tables\n  [2] Image    — hover-zoom product photo\n  [3] Copy     — 2–3 editorial paragraphs\n  [4] Accordions\n       A. About This Towel\n       B. Artwork \u0026 Craft\n       C. Care Guide\n  [5] Return policy\n\n  HOW TO ADAPT FOR A NEW TOWEL\n  Search «EDIT» — every change point is marked.\n    1. Replace intro copy and table rows\n    2. Update image src= and alt=\n    3. Replace «tomatoes» in all 3 panel IDs\n       e.g. tomatoesTowelDetailsPanel → hopeTowelDetailsPanel\n    4. Update data-panel= attributes to match\n    5. Update © year in ILLUSTRATION row\n\n  IMPORTANT\n  Shopify's visual editor strips \u003cstyle\u003e on save.\n  Always edit via Sidekick or the HTML view.\n  Accordion logic lives in assets\/pw-accordions.js\n\n  Never put HTML comments inside tag attributes.\n  All «EDIT» markers must be on their own line.\n========================================== --\u003e\n\n\n\u003c!-- ==========================================\n  [1] STYLES\n  Shared. No per-towel edits needed.\n========================================== --\u003e\n\u003cstyle\u003e\n\n  \/* Mute bold\/italic to match editorial tone *\/\n  .rte p strong, .rte p em strong, .rte p strong em,\n  p strong, p em strong, p strong em {\n    color: #666 !important;\n  }\n\n  \/* ---- Hover-zoom image -------------------- *\/\n  .hover-zoom {\n    display: inline-block;\n    position: relative;\n  }\n\n  .hover-zoom img {\n    display: block;\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    border-radius: 4px;\n    transition: transform 0.35s ease, box-shadow 0.35s ease;\n  }\n\n  .hover-zoom:hover img {\n    transform: scale(1.08);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.25);\n    z-index: 5;\n  }\n\n  \/* ---- Accordion button -------------------- *\/\n  .accordion-button {\n    width: 100%;\n    text-align: left;\n    background: none !important;\n    border: none !important;\n    padding: 8px 0;\n    font-size: 16px;\n    font-weight: 400 !important;\n    color: #000 !important;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .accordion-button:hover,\n  .accordion-button:focus,\n  .accordion-button:active,\n  .accordion-button.is-open {\n    color: #c00 !important;\n    background: none !important;\n    outline: none !important;\n    box-shadow: none !important;\n  }\n\n  \/* ---- Accordion panel (collapsed) --------- *\/\n  .accordion-panel {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.45s cubic-bezier(0.2,0,0.2,1),\n                padding    0.35s ease;\n    padding: 0;\n    color: #666;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .accordion-panel.open {\n    padding-top: 4px;\n  }\n\n  .accordion-icon {\n    font-size: 18px;\n    color: #000;\n    opacity: 0.8;\n    transition: transform 0.35s ease;\n  }\n\n  \/* ---- Details table ----------------------- *\/\n  .pw-details-table {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: auto;\n    margin: 0;\n  }\n\n  .pw-details-table td {\n    padding: 1px 0;\n    vertical-align: top;\n    font-size: 14px;\n    line-height: 1.5;\n    color: #666;\n  }\n\n  .pw-details-table .pw-dt-label {\n    white-space: nowrap;\n    text-align: right;\n    padding-right: 4px;\n    font-weight: 700;\n    color: #444;\n  }\n\n  .pw-details-table .pw-dt-value {\n    text-align: left;\n    padding-left: 2px;\n  }\n\n  \/* ---- Responsive \u0026 accessibility ---------- *\/\n  @media (max-width: 600px) {\n    .hover-zoom img { max-width: 100%; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .hover-zoom img,\n    .accordion-panel,\n    .accordion-icon { transition: none !important; }\n  }\n\n\u003c\/style\u003e\n\n\n\u003c!-- ==========================================\n  [2] IMAGE\n  «EDIT» src= : CDN URL of the product photo\n  «EDIT» alt= : descriptive alt text\n========================================== --\u003e\n\u003cp\u003e\n\u003cspan class=\"hover-zoom\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/files\/Tomatoes_design_500px_480x480.jpg?v=1713988560\" alt=\"Tomatoes tea towel by PilgrimWaters — flour sack cotton, handprinted in the USA\"\u003e\n\u003c\/span\u003e\n\u003c\/p\u003e\n\n\n\u003c!-- ==========================================\n  [3] COPY\n  «EDIT» 2–3 paragraphs. Lead with design story.\n========================================== --\u003e\n\n\u003cp\u003e\nOur \u003cstrong\u003eTomatoes Tea Towel\u003c\/strong\u003e features an original illustration by \u003cstrong\u003eSusy Pilgrim Waters\u003c\/strong\u003e — a vibrant, culinary-inspired design that brings a burst of color and energy into your kitchen.\n\u003c\/p\u003e\n\n\u003cp\u003e\nMeasuring a generous \u003cstrong\u003e30” square\u003c\/strong\u003e, these towels are as versatile as they are cheerful. Use them as stylish placemats, wrap freshly baked bread, or hang them as kitchen art — our \u003cstrong\u003eflour sack tea towels\u003c\/strong\u003e seamlessly blend practicality with a quiet, considered aesthetic.\n\u003c\/p\u003e\n\n\n\u003c!-- ==========================================\n  [4] ACCORDIONS\n  Mutually exclusive. Wired by pw-accordion-group\n  class + data-panel= attributes.\n  Logic handled by assets\/pw-accordions.js.\n\n  «EDIT» All text content per towel.\n  «EDIT» Replace «tomatoes» in all 3 panel IDs\n  and matching data-panel= values.\n    tomatoesTowelDetailsPanel\n    tomatoesDesignPanel\n    tomatoesCarePanel\n========================================== --\u003e\n\u003cdiv class=\"pw-accordion-group\" style=\"margin-top:12px; border-top:1px solid #ddd; padding-top:8px;\"\u003e\n\n  \u003c!-- A. ABOUT — size, material, origin --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: tomatoes → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"tomatoesTowelDetailsPanel\" aria-controls=\"tomatoesTowelDetailsPanel\" aria-expanded=\"false\"\u003e\n  ABOUT THIS TOWEL\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: tomatoes → {handle} --\u003e\n  \u003cdiv id=\"tomatoesTowelDetailsPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSIZE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eGenerous 30” L × 30” W (76 cm × 76 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eMATERIAL:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003e100% cotton flour sackcloth.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eCHARACTERISTICS:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eEach printing batch has unique characteristics.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eORIGIN:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eDesigned, printed, and made in the USA.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- B. ARTWORK \u0026 CRAFT — illustration, process --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: tomatoes → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"tomatoesDesignPanel\" aria-controls=\"tomatoesDesignPanel\" aria-expanded=\"false\" style=\"border-top:1px solid #eee; margin-top:4px;\"\u003e\n  ARTWORK \u0026amp; CRAFT\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: tomatoes → {handle} --\u003e\n  \u003cdiv id=\"tomatoesDesignPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003c!-- «EDIT» illustration title + © year --\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eILLUSTRATION:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eOriginal \u003cem\u003e“Tomatoes”\u003c\/em\u003e illustration by Susy Pilgrim Waters © 2026. Designed in our Gloucester, MA studio.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c!-- «EDIT» artisan craft description --\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eARTISAN CRAFT:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eHand screened in small batches in Rhode Island featuring Susy’s original Tomatoes artwork.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- C. CARE GUIDE — same for all towels, no edits --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: tomatoes → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"tomatoesCarePanel\" aria-controls=\"tomatoesCarePanel\" aria-expanded=\"false\" style=\"border-top:1px solid #eee; margin-top:4px;\"\u003e\n  CARE GUIDE\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: tomatoes → {handle} --\u003e\n  \u003cdiv id=\"tomatoesCarePanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eEVERY DAY USE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eUse our cotton tea towel rather than paper.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eWASHING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm wash with like colors.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eIRONING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm iron if desired. Gets softer after each wash.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSTORAGE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eStore flat or folded to maintain shape.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/pw-accordion-group --\u003e\n\n\n\u003c!-- ==========================================\n  [5] RETURN POLICY\n  «EDIT» Only if the policies page URL changes.\n========================================== --\u003e\n\u003cp style=\"margin-top:8px;\"\u003e\nOur \u003ca href=\"https:\/\/www.pilgrimwaters.co\/pages\/return-policies\" title=\"Return policy\"\u003ereturn policies\u003c\/a\u003e.\n\u003c\/p\u003e","brand":"PWLine","offers":[{"title":"Default Title","offer_id":19376509812833,"sku":"0008","price":34.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/products\/teatowel-tomatoes-2048.jpg?v=1705100231"},{"product_id":"tea-towel-love","title":"Tea Towel Handprinted - Love","description":"\u003c!-- ==========================================\n  TEA TOWEL — LOVE\n  PilgrimWaters template v1.8\n\n  SECTIONS\n  [1] Styles   — hover-zoom, accordions, tables\n  [2] Image    — hover-zoom product photo\n  [3] Copy     — 2–3 editorial paragraphs\n  [4] Accordions\n       A. About This Towel\n       B. Artwork \u0026 Craft\n       C. Care Guide\n  [5] Return policy\n\n  HOW TO ADAPT FOR A NEW TOWEL\n  Search «EDIT» — every change point is marked.\n    1. Replace intro copy and table rows\n    2. Update image src= and alt=\n    3. Replace «love» in all 3 panel IDs\n       e.g. loveTowelDetailsPanel → bloomTowelDetailsPanel\n    4. Update data-panel= attributes to match\n    5. Update © year in ILLUSTRATION row\n\n  IMPORTANT\n  Shopify's visual editor strips \u003cstyle\u003e on save.\n  Always edit via Sidekick or the HTML view.\n  Accordion logic lives in assets\/pw-accordions.js\n\n  Never put HTML comments inside tag attributes.\n  All «EDIT» markers must be on their own line.\n========================================== --\u003e\n\n\n\u003c!-- ==========================================\n  [1] STYLES\n  Shared. No per-towel edits needed.\n========================================== --\u003e\n\u003cstyle\u003e\n\n  \/* Mute bold\/italic to match editorial tone *\/\n  .rte p strong, .rte p em strong, .rte p strong em,\n  p strong, p em strong, p strong em {\n    color: #666 !important;\n  }\n\n\n  \/* ---- Hover-zoom image -------------------- *\/\n\n  .hover-zoom {\n    display: inline-block;\n    position: relative;\n  }\n\n  .hover-zoom img {\n    display: block;\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    border-radius: 4px;\n    transition: transform 0.35s ease, box-shadow 0.35s ease;\n  }\n\n  .hover-zoom:hover img {\n    transform: scale(1.08);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.25);\n    z-index: 5;\n  }\n\n\n  \/* ---- Accordion button -------------------- *\/\n\n  .accordion-button {\n    width: 100%;\n    text-align: left;\n    background: none !important;\n    border: none !important;\n    padding: 8px 0;\n    font-size: 16px;\n    font-weight: 400 !important;\n    color: #000 !important;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .accordion-button:hover,\n  .accordion-button:focus,\n  .accordion-button:active,\n  .accordion-button.is-open {\n    color: #c00 !important;\n    background: none !important;\n    outline: none !important;\n    box-shadow: none !important;\n  }\n\n\n  \/* ---- Accordion panel (collapsed) --------- *\/\n\n  .accordion-panel {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.45s cubic-bezier(0.2,0,0.2,1),\n                padding    0.35s ease;\n    padding: 0;\n    color: #666;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  \/* JS adds .open to expand *\/\n  .accordion-panel.open {\n    padding-top: 4px;\n  }\n\n  \/* +\/− icon *\/\n  .accordion-icon {\n    font-size: 18px;\n    color: #000;\n    opacity: 0.8;\n    transition: transform 0.35s ease;\n  }\n\n\n  \/* ---- Details table ----------------------- *\/\n\n  .pw-details-table {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: auto;\n    margin: 0;\n  }\n\n  .pw-details-table td {\n    padding: 1px 0;\n    vertical-align: top;\n    font-size: 14px;\n    line-height: 1.5;\n    color: #666;\n  }\n\n  \/* Right-aligned bold label *\/\n  .pw-details-table .pw-dt-label {\n    white-space: nowrap;\n    text-align: right;\n    padding-right: 4px;\n    font-weight: 700;\n    color: #444;\n  }\n\n  \/* Left-aligned value *\/\n  .pw-details-table .pw-dt-value {\n    text-align: left;\n    padding-left: 2px;\n  }\n\n\n  \/* ---- Responsive \u0026 accessibility ---------- *\/\n\n  @media (max-width: 600px) {\n    .hover-zoom img { max-width: 100%; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .hover-zoom img,\n    .accordion-panel,\n    .accordion-icon { transition: none !important; }\n  }\n\n\u003c\/style\u003e\n\n\n\u003c!-- ==========================================\n  [2] IMAGE\n  «EDIT» src= : CDN URL of the product photo\n  «EDIT» alt= : descriptive alt text\n========================================== --\u003e\n\u003cp\u003e\n\u003cspan class=\"hover-zoom\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/products\/Love_tea_towel_design.jpg?v=1777247559\" alt=\"Love tea towel by PilgrimWaters — flour sack cotton, handprinted in the USA\"\u003e\n\u003c\/span\u003e\n\u003c\/p\u003e\n\n\n\u003c!-- ==========================================\n  [3] COPY\n  «EDIT» 2–3 paragraphs. Lead with design story.\n========================================== --\u003e\n\n\u003cp\u003e\nOur \u003cstrong\u003eLove Tea Towel\u003c\/strong\u003e features an original illustration by \u003cstrong\u003eSusy Pilgrim Waters\u003c\/strong\u003e — a bold, heartfelt design grounded in the belief that \u003cem\u003ewe are what we do\u003c\/em\u003e.\n\u003c\/p\u003e\n\n\u003cp\u003e\nMeasuring a generous \u003cstrong\u003e30” square\u003c\/strong\u003e, these towels are as versatile as they are meaningful. Use them as stylish placemats, wrap freshly baked bread, or hang them as kitchen art — our \u003cstrong\u003eflour sack tea towels\u003c\/strong\u003e seamlessly blend practicality with a quiet, considered aesthetic.\n\u003c\/p\u003e\n\n\u003cp\u003e\nPairs well with one of our \u003ca href=\"https:\/\/www.pilgrimwaters.co\/collections\/woodcraft\/products\/round-tray\" title=\"Round trays\" rel=\"noopener\" target=\"_blank\"\u003eround trays\u003c\/a\u003e.\n\u003c\/p\u003e\n\n\n\u003c!-- ==========================================\n  [4] ACCORDIONS\n  Mutually exclusive. Wired by pw-accordion-group\n  class + data-panel= attributes.\n  Logic handled by assets\/pw-accordions.js.\n\n  «EDIT» All text content per towel.\n  «EDIT» Replace «love» in all 3 panel IDs\n  and matching data-panel= values.\n    loveTowelDetailsPanel\n    loveDesignPanel\n    loveCarePanel\n========================================== --\u003e\n\u003cdiv class=\"pw-accordion-group\" style=\"margin-top:12px; border-top:1px solid #ddd; padding-top:8px;\"\u003e\n\n  \u003c!-- A. ABOUT — size, material, origin --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: love → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"loveTowelDetailsPanel\" aria-controls=\"loveTowelDetailsPanel\" aria-expanded=\"false\"\u003e\n  ABOUT THIS TOWEL\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: love → {handle} --\u003e\n  \u003cdiv id=\"loveTowelDetailsPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSIZE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eGenerous 30” L × 30” W (76 cm × 76 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eMATERIAL:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003e100% cotton flour sackcloth.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eCHARACTERISTICS:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eEach printing batch has unique characteristics.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eORIGIN:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eDesigned, printed, and made in the USA.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- B. ARTWORK \u0026 CRAFT — illustration, process --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: love → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"loveDesignPanel\" aria-controls=\"loveDesignPanel\" aria-expanded=\"false\" style=\"border-top:1px solid #eee; margin-top:4px;\"\u003e\n  ARTWORK \u0026amp; CRAFT\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: love → {handle} --\u003e\n  \u003cdiv id=\"loveDesignPanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003c!-- «EDIT» illustration title + © year --\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eILLUSTRATION:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eOriginal \u003cem\u003e“Love”\u003c\/em\u003e illustration by Susy Pilgrim Waters © 2026. Designed in our Gloucester, MA studio.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c!-- «EDIT» printed words --\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003ePRINTED WORDS:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003e“We are what we do”\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c!-- «EDIT» artisan craft description --\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eARTISAN CRAFT:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eHand screened in small batches in Rhode Island featuring Susy’s original Love artwork.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- C. CARE GUIDE — same for all towels, no edits --\u003e\n  \u003c!-- «EDIT» data-panel + aria-controls: love → {handle} --\u003e\n  \u003cbutton class=\"accordion-button\" type=\"button\" data-panel=\"loveCarePanel\" aria-controls=\"loveCarePanel\" aria-expanded=\"false\" style=\"border-top:1px solid #eee; margin-top:4px;\"\u003e\n  CARE GUIDE\n  \u003cspan class=\"accordion-icon\" aria-hidden=\"true\"\u003e+\u003c\/span\u003e\n  \u003c\/button\u003e\n  \u003c!-- «EDIT» id: love → {handle} --\u003e\n  \u003cdiv id=\"loveCarePanel\" class=\"accordion-panel\" aria-hidden=\"true\"\u003e\n  \u003ctable class=\"pw-details-table\" role=\"presentation\"\u003e\u003ctbody\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eEVERY DAY USE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eUse our cotton tea towel rather than paper.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eWASHING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm wash with like colors.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eIRONING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm iron if desired. Gets softer after each wash.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSTORAGE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eStore flat or folded to maintain shape.\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/tbody\u003e\u003c\/table\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- \/pw-accordion-group --\u003e\n\n\n\u003c!-- ==========================================\n  [5] RETURN POLICY\n  «EDIT» Only if the policies page URL changes.\n========================================== --\u003e\n\u003cp style=\"margin-top:8px;\"\u003e\nOur \u003ca href=\"https:\/\/www.pilgrimwaters.co\/pages\/return-policies\" title=\"Return policy\"\u003ereturn policies\u003c\/a\u003e.\n\u003c\/p\u003e","brand":"PWLine","offers":[{"title":"Default Title","offer_id":29443446997089,"sku":"0009","price":34.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/files\/Teatowel-Love-cotton.jpg?v=1776890452"},{"product_id":"tea-towel-leaves","title":"Tea Towel Handprinted - Leaves","description":"\u003c!-- ==========================================\n  [1] STYLES\n  Shared. No per-towel edits needed.\n========================================== --\u003e\n\u003cstyle\u003e\n\n  \/* Mute bold\/italic to match editorial tone *\/\n  .rte p strong, .rte p em strong, .rte p strong em,\n  p strong, p em strong, p strong em {\n    color: #666 !important;\n  }\n\n  \/* ---- Hover-zoom image -------------------- *\/\n  .hover-zoom {\n    display: inline-block;\n    position: relative;\n  }\n\n  .hover-zoom img {\n    display: block;\n    width: 100%;\n    max-width: 600px;\n    height: auto;\n    border-radius: 4px;\n    transition: transform 0.35s ease, box-shadow 0.35s ease;\n  }\n\n  .hover-zoom:hover img {\n    transform: scale(1.08);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.25);\n    z-index: 5;\n  }\n\n  \/* ---- Accordion button -------------------- *\/\n  .accordion-button {\n    width: 100%;\n    text-align: left;\n    background: none !important;\n    border: none !important;\n    padding: 8px 0;\n    font-size: 16px;\n    font-weight: 400 !important;\n    color: #000 !important;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .accordion-button:hover,\n  .accordion-button:focus,\n  .accordion-button:active,\n  .accordion-button.is-open {\n    color: #c00 !important;\n    background: none !important;\n    outline: none !important;\n    box-shadow: none !important;\n  }\n\n  \/* ---- Accordion panel (collapsed) --------- *\/\n  .accordion-panel {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.45s cubic-bezier(0.2,0,0.2,1),\n                padding    0.35s ease;\n    padding: 0;\n    color: #666;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .accordion-panel.open {\n    padding-top: 4px;\n  }\n\n  .accordion-icon {\n    font-size: 18px;\n    color: #000;\n    opacity: 0.8;\n    transition: transform 0.35s ease;\n  }\n\n  \/* ---- Details table ----------------------- *\/\n  .pw-details-table {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: auto;\n    margin: 0;\n  }\n\n  .pw-details-table td {\n    padding: 1px 0;\n    vertical-align: top;\n    font-size: 14px;\n    line-height: 1.5;\n    color: #666;\n  }\n\n  .pw-details-table .pw-dt-label {\n    white-space: nowrap;\n    text-align: right;\n    padding-right: 4px;\n    font-weight: 700;\n    color: #444;\n  }\n\n  .pw-details-table .pw-dt-value {\n    text-align: left;\n    padding-left: 2px;\n  }\n\n  \/* ---- Responsive \u0026 accessibility ---------- *\/\n  @media (max-width: 600px) {\n    .hover-zoom img { max-width: 100%; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .hover-zoom img,\n    .accordion-panel,\n    .accordion-icon { transition: none !important; }\n  }\n\n\u003c\/style\u003e\n\u003c!-- ==========================================\n  [2] IMAGE\n  «EDIT» src= : CDN URL of the product photo\n  «EDIT» alt= : descriptive alt text\n========================================== --\u003e\n\u003cp\u003e\u003cspan class=\"hover-zoom\"\u003e \u003cimg alt=\"Leaves tea towel by PilgrimWaters — flour sack cotton, handprinted in the USA\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/products\/leaves-design-1000px.jpg?v=1713988232\"\u003e \u003c\/span\u003eOur \u003cstrong\u003eLeaves Tea Towel\u003c\/strong\u003e features an original illustration by \u003cstrong\u003eSusy Pilgrim Waters\u003c\/strong\u003e — a nature-inspired design that brings an organic, grounded energy into your kitchen. \u003cem\u003eTread lightly.\u003c\/em\u003e\u003c\/p\u003e\n\u003c!-- ==========================================\n  [3] COPY\n  «EDIT» 2–3 paragraphs. Lead with design story.\n========================================== --\u003e\n\u003cp\u003eMeasuring a generous \u003cstrong\u003e30” square\u003c\/strong\u003e, these towels are as versatile as they are beautiful. Use them as stylish placemats, wrap freshly baked bread, or hang them as kitchen art — our \u003cstrong\u003eflour sack tea towels\u003c\/strong\u003e seamlessly blend practicality with a quiet, considered aesthetic.\u003c\/p\u003e\n\u003cp\u003ePairs well with one of our \u003ca rel=\"noopener\" title=\"Round trays\" href=\"https:\/\/www.pilgrimwaters.co\/collections\/woodcraft\/products\/round-tray\" target=\"_blank\"\u003eround trays\u003c\/a\u003e.\u003c\/p\u003e\n\u003c!-- ==========================================\n  [4] ACCORDIONS\n  Mutually exclusive. Wired by pw-accordion-group\n  class + data-panel= attributes.\n  Logic handled by assets\/pw-accordions.js.\n\n  «EDIT» All text content per towel.\n  «EDIT» Replace «leaves» in all 3 panel IDs\n  and matching data-panel= values.\n    leavesTowelDetailsPanel\n    leavesDesignPanel\n    leavesCarePanel\n========================================== --\u003e\n\u003cdiv style=\"margin-top: 12px; border-top: 1px solid #ddd; padding-top: 8px;\" class=\"pw-accordion-group\"\u003e\n\u003c!-- A. ABOUT — size, material, origin --\u003e \u003c!-- «EDIT» data-panel + aria-controls: leaves → {handle} --\u003e \u003cbutton aria-expanded=\"false\" aria-controls=\"leavesTowelDetailsPanel\" data-panel=\"leavesTowelDetailsPanel\" type=\"button\" class=\"accordion-button\"\u003e ABOUT THIS TOWEL \u003cspan aria-hidden=\"true\" class=\"accordion-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e \u003c!-- «EDIT» id: leaves → {handle} --\u003e\n\u003cdiv aria-hidden=\"true\" class=\"accordion-panel\" id=\"leavesTowelDetailsPanel\"\u003e\n\u003ctable role=\"presentation\" class=\"pw-details-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSIZE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eGenerous 30” L × 30” W (76 cm × 76 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eMATERIAL:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003e100% cotton flour sackcloth.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eCHARACTERISTICS:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eEach printing batch has unique characteristics.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eORIGIN:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eDesigned, printed, and made in the USA.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- B. ARTWORK \u0026 CRAFT — illustration, process --\u003e \u003c!-- «EDIT» data-panel + aria-controls: leaves → {handle} --\u003e \u003cbutton style=\"border-top: 1px solid #eee; margin-top: 4px;\" aria-expanded=\"false\" aria-controls=\"leavesDesignPanel\" data-panel=\"leavesDesignPanel\" type=\"button\" class=\"accordion-button\"\u003e ARTWORK \u0026amp; CRAFT \u003cspan aria-hidden=\"true\" class=\"accordion-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e \u003c!-- «EDIT» id: leaves → {handle} --\u003e\n\u003cdiv aria-hidden=\"true\" class=\"accordion-panel\" id=\"leavesDesignPanel\"\u003e\n\u003ctable role=\"presentation\" class=\"pw-details-table\"\u003e\n\u003ctbody\u003e\n\u003c!-- «EDIT» illustration title + © year --\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eILLUSTRATION:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eOriginal \u003cem\u003e“Leaves”\u003c\/em\u003e illustration by Susy Pilgrim Waters © 2026. Designed in our Gloucester, MA studio.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- «EDIT» printed words --\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003ePRINTED WORDS:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003e“Tread lightly”\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- «EDIT» artisan craft description --\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eARTISAN CRAFT:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eHand screened in small batches in Rhode Island featuring Susy’s original Leaves artwork.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- C. CARE GUIDE — same for all towels, no edits --\u003e \u003c!-- «EDIT» data-panel + aria-controls: leaves → {handle} --\u003e \u003cbutton style=\"border-top: 1px solid #eee; margin-top: 4px;\" aria-expanded=\"false\" aria-controls=\"leavesCarePanel\" data-panel=\"leavesCarePanel\" type=\"button\" class=\"accordion-button\"\u003e CARE GUIDE \u003cspan aria-hidden=\"true\" class=\"accordion-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e \u003c!-- «EDIT» id: leaves → {handle} --\u003e\n\u003cdiv aria-hidden=\"true\" class=\"accordion-panel\" id=\"leavesCarePanel\"\u003e\n\u003ctable role=\"presentation\" class=\"pw-details-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eEVERY DAY USE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eUse our cotton tea towel rather than paper.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eWASHING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm wash with like colors.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eIRONING:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eWarm iron if desired. Gets softer after each wash.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pw-dt-label\"\u003eSTORAGE:\u003c\/td\u003e\n\u003ctd class=\"pw-dt-value\"\u003eStore flat or folded to maintain shape.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/pw-accordion-group --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ==========================================\n  [5] RETURN POLICY\n  «EDIT» Only if the policies page URL changes.\n========================================== --\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eOur \u003ca title=\"Return policy\" href=\"https:\/\/www.pilgrimwaters.co\/pages\/return-policies\"\u003ereturn policies\u003c\/a\u003e.\u003c\/p\u003e","brand":"PWLine","offers":[{"title":"Default Title","offer_id":39879368048737,"sku":"PW-0010","price":34.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/files\/Tea-towel-printed-Leaves.jpg?v=1778591531"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0166\/2236\/collections\/towels-square.jpg?v=1443573310","url":"https:\/\/www.pilgrimwaters.co\/collections\/tea-towels\/tea-towels.oembed","provider":"PilgrimWaters | designer \u0026 makers","version":"1.0","type":"link"}