<turbo-stream action="update" target="modal-content">
  <template>
    <div class="tw-overflow-y-auto tw-h-full tw-flex tw-flex-col tw-gap-xl tw-w-full tw-p-xl" style="scrollbar-gutter: stable;">
      <h2 class="tw-text-heading-2xl tw-pr-xl md:tw-pr-0">      Release notes
</h2>
      <div>
        
  <div class="tw-h-[75vh] md:tw-h-[60vh]">
      <div class="tw-flex tw-flex-col [&>*:not(:last-child)]:tw-border-b [&>*:not(:last-child)]:tw-border-stroke-secondary">
        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 10.0.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      May 12, 2026
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>Bug fix for pickup availability displaying incorrect location information when switching between product variants.</p>
<h2><a href="#added" class="anchor"></a>Added</h2>
<ul>
<li>Combined listings support — child products linked by a shared option (e.g., Color) swap seamlessly via Section Rendering API without a full page reload, with hover prefetching for instant transitions</li>
<li>Mobile menu parent links setting — when enabled, tapping a parent menu item navigates to its URL while only the arrow toggles the sub-menu</li>
<li>Korean, European Portuguese, and Polish locale files — Polish uses the full CLDR plural set (one / few / many / other) for grammatically correct count forms</li>
<li>"Hide section when collection list is empty" toggle on the Collection list section — suppresses the entire section render (no placeholder cards, no CSS load) when the Collections setting is connected to a metafield that resolves to zero collections</li>
</ul>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#other-fixes-and-improvements" class="anchor"></a>Other fixes and improvements</h3>
<ul>
<li>Important: Fixed pickup availability showing stale location info on variant change — moved availability fetch after section HTML render, delegated variant logic to <code>update()</code> method on <code>&lt;pickup-availability&gt;</code>, replaced server-rendered Liquid pickup content with <code>&lt;template&gt;</code> fallback to prevent stale data flash</li>
<li>Added scrollable thumbnails and product info (title + variant name) to PhotoSwipe lightbox — both toggleable via section settings, lightbox navigation syncs the product page slideshow, enabled looping</li>
<li>Fixed <code>Liquid error: invalid url input</code> on collection thumbnails in predictive search and mega-menu collection promotions (desktop and mobile) — passing the <code>featured_image</code> Image object to <code>responsive-image</code> instead of a URL string</li>
<li>Fixed wide promotion block button link not working on collection pages — link was reading from a non-existent nested setting, so the button always rendered as disabled</li>
<li>Fixed mobile menu jumping to the top when opening nested sub-menus — the scroll reset now only fires for top-level sub-menus that slide in as a new view, not for inline accordion details</li>
<li>Fixed predictive search suggestion text rendering as <code>kubebspeckled</code> instead of <code>kubeb speckled</code> — wrapped <code>query.styled_text</code> in a span so the inline-flex anchor preserves whitespace between the matched and unmatched parts</li>
<li>Fixed inverted CTA link condition in the mega menu — the conditional was reversed, so configured CTAs rendered as disabled and unconfigured ones got an empty <code>href=""</code>. Affects both desktop and mobile mega menus.</li>
<li>Fixed variant image-set gallery not switching for non-ASCII variant values (Turkish ı/ş, Polish ł, German ß, etc.) — replaced the JS regex normalizer with Shopify's locale-aware <code>handleize</code> filter on both ends of the comparison; JS now reads <code>data-handle</code> from the selected option/input rather than computing it</li>
</ul>
</div>
    </div>
  </details>

        <div class="tw-bg-canvas-primary tw-py-md">
    <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 9.0.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      March 26, 2026
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><h2><a href="#added" class="anchor"></a>Added</h2>
<ul>
<li>OverlayManager for centralized panel/drawer management — stack-based open/close, ESC key support, and before-close hooks</li>
<li><code>&lt;cart-remove&gt;</code> custom element for cart item removal, works in both cart drawer and main cart page</li>
<li>Collection tabs AJAX loading — inactive tabs load products on demand with client-side caching and request deduplication</li>
<li><code>&lt;quick-navigation&gt;</code> custom element that closes on click outside and ESC key</li>
<li>Deferred mobile menu sub-menus using <code>&lt;template&gt;</code> elements, cloned into DOM on first interaction</li>
<li>Hindi, Japanese, and Brazilian Portuguese locale files</li>
<li><code>disconnectedCallback</code> on 7 custom elements for theme editor memory leak prevention</li>
<li><code>&lt;inventory-notice&gt;</code> custom element with animated inventory bar that transitions smoothly on variant change</li>
</ul>
<h2><a href="#changed" class="anchor"></a>Changed</h2>
<ul>
<li>Predictive search: LRU cache (50 entries), AbortController, event delegation, and proper error handling</li>
<li>Quick-view: client-side cache, AbortController, and improved script reloading</li>
<li>Announcement bar and breadcrumbs CSS inlined via <code>{% style %}</code> blocks, remaining CSS loaded async</li>
<li>First product image in collections uses <code>fetchpriority="high"</code> with eager loading</li>
<li>Shop-our-range priority images restricted to <code>section.index == 1</code> (~583 KiB savings)</li>
<li>Responsive image: priority images always use full-resolution <code>src</code>, support <code>defer</code> parameter</li>
<li>Inventory bar uses CSS transition instead of keyframe animation so it animates between values on variant change instead of restarting from full width</li>
<li>Sticky scroller refactored — DOM reads moved to <code>connectedCallback</code>, header height updates separated from content recalculations, listens to <code>product:variant-change</code> for content updates</li>
<li>Head variables optimized — removed unused variables, inlined single-use variables</li>
<li>Cart popup excluded from OverlayManager (small popup, not a side panel)</li>
<li>Background video section deferred with <code>&lt;template&gt;</code> element — iframes and Shopify-hosted videos are inert until IntersectionObserver stamps them into the DOM near the viewport</li>
</ul>
<h2><a href="#removed" class="anchor"></a>Removed</h2>
<ul>
<li>All <code>no-js</code> and <code>no-js-hidden</code> references from Liquid and SCSS (21 files)</li>
</ul>
<h2><a href="#other-fixes-and-improvements" class="anchor"></a>Other fixes and improvements</h2>
<ul>
<li>Fixed JSHint warning in shop-our-range.js</li>
<li>Fixed <code>oldScrollPositon</code> typo in sticky-scroller.js</li>
<li>Fixed quick-view canceled requests in product recommendations — added <code>stopPropagation</code> to prevent click bubbling to parent links, clear controller after success, always remove loading class on abort</li>
<li>Fixed sticky-scroller jank caused by ResizeObserver feedback loop with class toggles</li>
</ul>

    <p></p>
</div>

  </div>

        <div class="tw-bg-canvas-primary tw-py-md">
    <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 8.0.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      March  3, 2026
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds Shopify 2048 variant support, integrates the Shopify account menu, and includes several RTL and header fixes.</p>
<h2><a href="#new-features" class="anchor"></a>New features</h2>
<ul>
<li>Support for Shopify's 2048 product variant limit — variant availability is now resolved server-side via the Section Rendering API, removing the inline variant JSON payload from the page</li>
<li>Shopify account menu integration in the header secondary area</li>
<li>Added new animation to Countdown timer</li>
</ul>
<h2><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h2>
<ul>
<li>Fix scroll jumping to top when clicking variant swatches or option labels</li>
<li>Fix header menu disappearing on filter changes</li>
<li>Fix minor header flicker</li>
<li>RTL layout fixes</li>
<li>Make sure select buttons are properly resized inside mobile menu</li>
</ul>
<h2><a href="#performance-improvements" class="anchor"></a>Performance improvements</h2>
<ul>
<li>Eliminated forced reflows in header by consolidating four separate scroll listeners into one batched handler (reads before writes), reducing forced layouts per scroll tick from four to one</li>
<li>Cached sticky header offset on resize instead of recalculating via <code>getBoundingClientRect</code> on every scroll event</li>
<li>Moved announcement bar height calculation from scroll to resize listener</li>
<li>Fixed forced reflow in product card image hover — mousemove handler now exits early when the hovered image slot hasn't changed, reducing DOM operations from O(n) per pixel to O(1)</li>
<li>Replaced per-button click listeners on cart drawer remove buttons with a single delegated listener, eliminating listener re-attachment on every cart update</li>
<li>Fixed <code>ResizeObserver</code> in scroll carousel using observer entry size instead of reading <code>offsetLeft</code> from DOM nodes</li>
<li>Deferred scroll carousel arrow centering to <code>requestAnimationFrame</code> to avoid layout reads during element connection</li>
<li>Deferred full menu height calculation to <code>requestAnimationFrame</code></li>
<li>Batched all reads before writes in submenu overflow detection to eliminate layout thrashing</li>
<li>Fixed priority images (e.g. Shop Our Range section) bypassing lazy loading — high-priority images now use native <code>srcset</code> and <code>loading="eager"</code> so the browser preload scanner can fetch them immediately, resolving the "Request is discoverable in initial document" DevTools warning</li>
<li>Fixed memory leaks: added <code>disconnectedCallback</code> cleanup to <code>CartDrawer</code>, <code>CollapsibleRow</code>, and <code>ThemeHeader</code></li>
<li>Fixed <code>debounce</code> utility arrow function preventing correct <code>this</code> binding at call sites</li>
</ul>

    <p></p>
</div>

  </div>

        <div class="tw-bg-canvas-primary tw-py-md">
    <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 7.2.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      December  3, 2025
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds fixes and performance improvements</p>
<h2><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h2>
<ul>
<li>Fixes image parsing on collection cards</li>
</ul>

    <p></p>
</div>

  </div>

        <div class="tw-bg-canvas-primary tw-py-md">
    <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 7.1.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      December  2, 2025
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds fixes and performance improvements</p>
<h2><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h2>
<ul>
<li>Make sure custom HTML components are used for filters and sidebar toggles.</li>
<li>Fixes quick add triggering multiple times</li>
<li>Fixes delete buttons on cart page triggering multiple times</li>
</ul>

    <p></p>
</div>

  </div>

        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 7.0.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      October 20, 2025
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds a new demo, <a href="https://pinnacle-everbloom.myshopify.com/">Everleaf</a></p>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#added" class="anchor"></a>Added</h3>
<ul>
<li>New Everleaf demo</li>
</ul>
<h2><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h2>
<ul>
<li>Make sure custom HTML components are used for filters and sidebar toggles.</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 6.0.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      June 16, 2025
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds presets for the upcoming Shopify theme listing changes</p>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#added" class="anchor"></a>Added</h3>
<ul>
<li>Listings folder with json files</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 5.0.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      May  5, 2025
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds a brand new demo called <a href="https://pinnacle-patisserie.myshopify.com/">Patissiere</a></p>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#added" class="anchor"></a>Added</h3>
<ul>
<li>Added new homepage, product and about page templates from the new Patissiere demo</li>
<li>Added conditions to certain theme settings</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes fixed header height when scrolling up</li>
<li>RTL improvements</li>
<li>Improves Slideshow section image quality</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 4.0.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      April 21, 2025
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds brand new features and fixes minor issues</p>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#added" class="anchor"></a>Added</h3>
<ul>
<li>Added ability to hide the header menu on scroll</li>
<li>Added ability to set mega menu background color</li>
<li>Added SKU to predictive search</li>
<li>Added button font scale settings</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Make sure load more button is hidden when all products have loaded</li>
<li>Fixes header promotion banner height</li>
<li>RTL improvements</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 3.3.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      March  5, 2025
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update fixes minor issues reported by merchants</p>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes promotion bar colors</li>
<li>Fixes product slider problem on some mobile devices</li>
<li>Fixes customer account address drawers</li>
<li>Fixes underline showing on buttons placed inside Rich text fields</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 3.2.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      February 11, 2025
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update fixes a list of minor issues and adds minor features</p>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#added" class="anchor"></a>Added</h3>
<ul>
<li>Added App section wrapper</li>
<li>Added App block to header section</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Removes unnecessary scrollbar for collection tabs section on Windows</li>
<li>Make sure review count translation is hidden when review count metafield is unavailable</li>
<li></li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 3.1.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      January 30, 2025
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update fixes a list of minor issues.</p>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes overlay color on shop our range and image with text overlay sections</li>
<li>Fixes product type dropdown background inside header section</li>
<li>Make sure compare feature works on search page</li>
<li>Improve accessibility scores on collection page</li>
<li>minor fix for progress bars</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 3.0.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      December  9, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds minor features and fixes a list of issues.</p>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#added" class="anchor"></a>Added</h3>
<ul>
<li>Added Discounted price color support</li>
<li>Added Sidebar "open by default" setting</li>
</ul>
<h3><a href="#changed" class="anchor"></a>Changed</h3>
<ul>
<li>Change font families for Pets demo</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes SKU field on product comparison table</li>
<li>Fixes variant images on product card swatches</li>
<li>Fixes secondary menu link sizes</li>
<li>Fixes accordion border radius on cart page</li>
<li>Fixes addresses not being editable on customer account page</li>
<li>Fixes text with icons layout</li>
<li>Fixes badges not working on ios</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 2.0.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      October 25, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds brand new <a href="https://pinnacle-pet.myshopify.com/">Pets demo</a> and new features</p>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#added" class="anchor"></a>Added</h3>
<ul>
<li>Added variant picker columns feature</li>
<li>Added thumbnail position setting to quick view template</li>
<li>Added block link setting to promotion blocks section</li>
<li>Added tabbed content block to product templates</li>
<li>Added incoming date to pickup availability</li>
<li>Added order note on customer account page</li>
<li>Added media width setting to quick view</li>
<li>Added loading icon to product grid</li>
</ul>
<h3><a href="#changed" class="anchor"></a>Changed</h3>
<ul>
<li>Make sure side panel links display correct heading</li>
<li>Make sure H1 tag is used when certain sections are the first one inside template</li>
<li>Make sure disabled filters are more prominent</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes colors for the footer blocks</li>
<li>Fixes mega menu block, promotion text size and width settings not working</li>
<li>Fixes Shop the look grid modal not working</li>
<li>Fixes filter sidebar not displaying correctly inside customizer on mobile.</li>
<li>Fixes layout issue when filters are disabled</li>
<li>Fixes accordion arrows for Shipping estimator on cart page</li>
<li>Handle 422 errors on product page correctly</li>
<li>Added missing Compare feature translations</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 1.5.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      September 27, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds brand new features and fixes minor bugs</p>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#added" class="anchor"></a>Added</h3>
<ul>
<li>Added Maximum page width setting to Theme settings</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes video autoplay setting inside Media grid section</li>
<li>Fixes pagination on catalog pages for ajax type paginations</li>
<li>Fixes button spacing on multiple sections when multiple button blocks are used</li>
<li>Improves ADA compatibility</li>
<li>Increase product limit on featured collection section</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 1.4.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      September 16, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds brand new features and fixes minor bugs</p>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#added" class="anchor"></a>Added</h3>
<ul>
<li>Added Quick view setting to product cards</li>
<li>Added Show product title above gallery on mobile setting to product template</li>
<li>Added custom liquid field to tabbed content section</li>
<li>Added filter sidebar size setting</li>
<li>Added specifications block to Collapsible content section</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes complementary products not working on some cases</li>
<li>Fixes spacing for product cards with borders</li>
<li>Fixes swipe on mobile setting for featured collection section</li>
<li>Fixes collection banner spacing</li>
<li>Product card wwatches can also use Variant option set inside theme settings</li>
<li>Fixes textarea border radius so that it does not go above input radius</li>
<li>Fixes cart bubble not updating correctly when cart amount is hidden</li>
<li>Prevents links on slideshow opening in new window</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 1.3.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      September  6, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds new features and fixes minor bugs</p>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#added" class="anchor"></a>Added</h3>
<ul>
<li>Added "read less" text support to togglable text areas</li>
<li>Added "Sign in with Shop" support to login page</li>
<li>Added "send on date" functionality to gift card recipient form</li>
</ul>
<h3><a href="#changes" class="anchor"></a>Changes</h3>
<ul>
<li>New CSS variables for Shopify accelerated checkout buttons</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes compare table broken HTML error</li>
<li>Fixes French translation for search input</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 1.2.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      August 23, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update improves performance and fixes minor issues</p>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#added" class="anchor"></a>Added</h3>
<ul>
<li>Added "read more" setting to collection descriptions on collection template</li>
<li>Added announcement bar full width setting</li>
<li>Added outline button setting for add to cart button</li>
<li>Make sure mega menu sidebar links without children are clickable on mobile</li>
<li>Make sure mega menus are full width when header is set to full width.</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes slide link not working in slideshow section</li>
<li>Fixes comparison table when only 2 products are present</li>
<li>Fixes header colors when dark colors are used</li>
<li>Fixes heading font family not working on some cases</li>
<li>Fixes footer colors and email signup form colors</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgz2ql_c63f>
    <summary class="tw-list-none tw-cursor-pointer tw-flex tw-items-start tw-justify-between tw-gap-xs tw-bg-canvas-primary tw-py-md">
      <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 1.1.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      August  9, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update improves performance and fixes minor issues</p>

    <p></p>
</div>

      <span role="img"><svg class="tw-mt-xs tw-w-4 tw-h-4 tw-duration-300 group-open:tw-rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 14c-.256 0-.512-.098-.707-.293l-5-5c-.39-.39-.39-1.023 0-1.414s1.023-.39 1.414 0L10 11.586l4.293-4.293c.39-.39 1.023-.39 1.414 0s.39 1.023 0 1.414l-5 5c-.195.195-.45.293-.707.293z"/></svg>
</span>
    </summary>
    <div class="tw-py-md tw-pr-xl md:tw-pr-0">
      <div class="tw-release-note-body"><h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Added missing translations for product compare feature</li>
<li>Improve performance and accessibility scores</li>
<li>Make sure countdown text is centered on mobile</li>
<li>Fixes password page styling</li>
<li>Fixes transparent color not working on Image with text overlay section</li>
</ul>
</div>
    </div>
  </details>

        <div class="tw-bg-canvas-primary tw-py-md">
    <div class="tw-flex tw-flex-col tw-gap-xs tw-w-full">
  <div class="tw-flex tw-flex-row tw-flex-wrap tw-gap-x-sm tw-items-baseline">
    <h3 class="tw-text-body-lg tw-text-fg-primary">Version 1.0.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      July 30, 2024
    </p>
  </div>
</div>

  </div>

  </div>

  </div>

      </div>
    </div>
  </template>
</turbo-stream>
