<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_tgkpvf_6c0c>
    <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>This release wires up previously unused theme settings to the storefront, ports the Variant Image Set feature from Reformation for cohesive cross-theme behavior, polishes typography and interaction details across the homepage / collection / product / filter surfaces, and expands locale coverage to five major Shopify markets.</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>Important: Variant Image Set — when a merchant tags media alt text as <code>description#groupname_variantvalue</code> (e.g. <code>Hero#color_burgundy</code>) and enables "Hide unselected variants’ media" in the product section settings, the storefront shows only the slides and thumbnails matching the currently selected variant. Both ends of the comparison run through Shopify's <code>handleize</code> filter so non-ASCII variant values (Turkish ı, Polish ł, German ß, etc.) work without locale-specific JS. The PhotoSwipe lightbox honors the same filter. Available on Main product, Featured product, and Quick view sections, across all four media layouts.</li>
<li>Important: Five new locales — Dutch (nl), Simplified Chinese (zh-CN), European Portuguese (pt-PT, distinct from existing pt-BR), Korean (ko), and Polish (pl). Each covers the full set of 247 storefront keys, with Polish using the proper four-form CLDR plural rules (one / few / many / other).</li>
<li>Schema <code>class</code> attribute added to 30 sections so every section renders with a predictable wrapper class, making them targetable from custom CSS.</li>
<li>Focus-visible outline rings across pagination links, filter toggle, side panel close button, accordion tab labels, add-to-cart button, quantity +/- buttons, and filter group summaries — keyboard accessibility throughout the storefront.</li>
</ul>
<h3><a href="#changed" class="anchor"></a>Changed</h3>
<ul>
<li>Important: Color swatches now work out of the box (Dawn/Reformation-cohesive). The theme no longer requires merchants to manually configure <code>settings.color_swatches</code> or use an option literally named "Color"/"Colour"/"Couleur"/"Farbe" — swatch rendering is driven primarily by Shopify-native swatch data (<code>value.swatch.color</code> / <code>value.swatch.image</code> and <code>filter_value.swatch</code>). Filters auto-promote to swatch presentation whenever any filter value has Shopify swatch data, in addition to the existing admin "Display as: Swatch" gate. Legacy <code>settings.color_swatches</code> and <code>color_swatches_variant_option</code> mappings remain as fallbacks for older installations.</li>
<li>Important: Header background, link, hover, and icon colors from theme settings now actually drive header styling. The four <code>--header-*</code> CSS variables were defined but never consumed, so those settings used to be no-ops.</li>
<li>Important: "Typography → Text size" setting now drives both the main menu and the account/cart links in the header. Previously the setting did nothing.</li>
<li>Important: "Product card → Heading size" setting now controls product card title size. Previously the setting did nothing.</li>
<li>Sub-menus now match the configured header background color and link colors are applied directly to nav links and account links rather than relying on inheritance.</li>
<li>Pagination current page is now medium-weight; page links get a subtle hover color shift and a smooth transition.</li>
<li>Filter active count badge in the shop bar is now a theme-aware pill that scales with the merchant's text and background colors (was previously unstyled).</li>
<li>Side panel header background fallback switched from a hardcoded grey to a theme-aware tint that respects the merchant's text color in both light and dark themes.</li>
<li>Product page polish: title typography tightened, prices use tabular-nums for grid alignment, gallery active-thumbnail border now uses the theme color, variant picker focus rings respect the theme link color, product meta links get a hover state.</li>
<li>Homepage polish: hero headline letter-spacing tightened with optional text-shadow over background images, collage grid gap is now responsive (<code>clamp</code>), product card titles and rich-text headings get <code>text-wrap: balance</code>, blog meta de-emphasized and titles clamped to three lines on the featured-blog cards.</li>
<li>Filter sidebar typesetting: filter group titles get medium weight and wider tracking; count badges use tabular-nums; price slider inputs and live label use tabular-nums; currency symbols de-emphasized so the price reads as the value.</li>
<li>Input focus state across the storefront now adds a subtle ring using <code>--color-text-rgb</code>, matching the merchant's theme color.</li>
</ul>
<h3><a href="#other-fixes-and-improvements" class="anchor"></a>Other fixes and improvements</h3>
<ul>
<li>Fixed gift card "recipient required" label that was previously hidden behind a <code>.js</code> selector that was never applied — the required indicator now appears as designed.</li>
<li>Removed dead <code>.js</code>-prefixed CSS rules across <code>_shortcodes.scss</code>, <code>recipient-form.scss</code>, and <code>sidebar.scss</code>; the styles inside (animation initial states, hidden defaults) are now applied unconditionally so reveal animations and conditional fields work as designed.</li>
<li>Replaced several hardcoded color values (<code>#015ecc</code> focus blue, <code>#fff</code>/<code>#000</code> thumbnail accents, <code>#e8e8e8</code>/<code>#eeeeee</code> separators, <code>#444</code> thumbnail border) with theme tokens so they scale with merchant settings.</li>
<li>Fixed header badge block default text.</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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 9.0.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      April 15, 2026
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This release adds combined listings support for seamless product switching, enhances the PhotoSwipe lightbox with thumbnails and product info, and includes several bug fixes for mobile filters, pickup availability, and side panel scrolling.</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>Important: Combined listings support — Products using Shopify's combined listings now swap content seamlessly via the Section Rendering API instead of a full page reload, with hover-based prefetching for instant transitions.</li>
<li>Scrollable thumbnail strip in the PhotoSwipe lightbox gallery.</li>
<li>Product info overlay (title and variant) in the PhotoSwipe lightbox.</li>
</ul>
<h3><a href="#other-fixes-and-improvements" class="anchor"></a>Other fixes and improvements</h3>
<ul>
<li>Fixed side panel content not being scrollable in the pickup availability section.</li>
<li>Fixed price range slider inputs overflowing their container in mobile filter drawers.</li>
<li>Fixed pickup availability showing stale data when switching variants.</li>
<li>Fixed select element width in <code>.select</code> containers.</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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 8.0.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      March 27, 2026
    </p>
  </div>
</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>Important: Shopify 2048 variant support — variant resolution now handled server-side via Section Rendering API, removing inline variant JSON payload from the page.</li>
<li>Important: Centralized OverlayManager for all drawer and panel management — single escape key handler, single backdrop handler, stack-based panel tracking with GSAP animation integration.</li>
<li>Important: Load more and infinite scroll pagination options for product grid — configurable per collection via section settings (Paginated, Load more, Infinite scroll).</li>
<li>Collection tabs section — tabbed collection browsing with Flickity carousel, AJAX-loaded tabs with prefetching, up to 4 collections.</li>
<li>Countdown banner section — configurable end date with animated digit transitions, background image support, overlay, CTA button, horizontal/vertical layout options.</li>
<li>Before/after image section — draggable slider comparing two images with CSS clip-path, GSAP entrance animation, configurable initial position.</li>
<li>Copy-to-clipboard button on social share — uses navigator.clipboard API with visual confirmation.</li>
<li><code>&lt;cart-remove&gt;</code> custom element — self-contained cart item removal that dispatches events or calls CartDrawer directly.</li>
<li><code>&lt;resize-select&gt;</code> custom element — auto-sizes select element width to match selected option text.</li>
<li><code>&lt;cart-drawer&gt;</code> custom element — CartDrawer converted from regular class to web component with connectedCallback lifecycle.</li>
<li><code>inert</code> attribute on all drawers for accessibility — OverlayManager toggles inert on open/close.</li>
<li>Quick shop product limit setting (4–20, default 12) in theme settings.</li>
<li>Hindi, Japanese, Arabic, and Brazilian Portuguese locale files.</li>
<li>PurgeCSS integration in gulp build pipeline (app.css only) — removes unused CSS selectors.</li>
<li>High priority (<code>fetchpriority="high"</code>) for first product image on collection page 1.</li>
</ul>
<h3><a href="#changed" class="anchor"></a>Changed</h3>
<ul>
<li>Important: Predictive search refactored with result caching (Map with 50-entry FIFO limit) and AbortController for request cancellation.</li>
<li>Important: Quick-view optimized with product HTML caching, AbortController, and script deduplication via <code>_reloadScripts()</code>.</li>
<li>Important: Slideshow.js refactored — initialization moved from constructor to connectedCallback + requestAnimationFrame, resize event fixed from jQuery-style to native, callback merging prevents overwrites, null safety in centerArrows.</li>
<li>Quick-shop products deferred with <code>&lt;template&gt;</code> element — content stamped into DOM on first open, reducing initial page weight.</li>
<li>Product drawer close button uses <code>position: absolute</code> with scroll moved to inner content div — stays visible on mobile.</li>
<li>Product gallery container resets <code>top: auto</code> inside product drawer to prevent header offset interference.</li>
<li>Carousel arrows hidden at scroll ends for non-wrapping carousels (from Vision theme) — prev hidden at start, next hidden at end.</li>
<li>Carousel arrows vertically centered within product_thumbnail area via JS calculation.</li>
<li>Responsive image snippets migrated from deprecated <code>img_url</code> to modern <code>image_url</code> filter.</li>
<li>head-variables.liquid optimized — removed 30+ unnecessary assign statements, moved conditional inline CSS to CSS custom properties (badges, notifications, header, side-panel, spacing).</li>
<li>Section <code>{% style %}</code> blocks converted to inline style attributes with CSS custom properties in featured-collection and featured-blog (reduces Liquid processing overhead).</li>
<li><code>color_extract</code> filter calls replaced with <code>.rgb</code> property in slideshow, image-gallery, featured-collection, and featured-blog (eliminates 3 filter calls per section).</li>
<li>Quick-shop collection loop limited to <code>settings.quick_shop_limit</code> to prevent rendering all products server-side.</li>
<li>View All button href updates dynamically on collection tab switch.</li>
<li>All <code>disconnectedCallback</code> methods added to section custom elements — cleans up document/window event listeners, GSAP timelines, Flickity instances, and IntersectionObservers.</li>
<li>All JSHint warnings fixed — zero notices on build.</li>
<li>Pagination snippet backward compatible with both <code>paginate:</code> and <code>pagination:</code> parameter names.</li>
<li>Custom dots cached once in slideshow instead of re-querying on every change event.</li>
<li>RTL cell alignment support added to slideshow carousels.</li>
</ul>
<h3><a href="#removed" class="anchor"></a>Removed</h3>
<ul>
<li>Important: <code>no-js</code>, <code>no-js-hidden</code> classes and all <code>&lt;noscript&gt;</code> fallback blocks removed from templates and SCSS.</li>
<li>No-js fallback <code>&lt;a&gt;</code> links removed from modal-opener buttons (search, password, video lightbox, collage).</li>
<li><code>createAvailableOptionsTree()</code> and client-side variant matching removed — replaced by server-side resolution.</li>
<li><code>removeProductEvent()</code> method removed from CartDrawer — replaced by <code>&lt;cart-remove&gt;</code> custom element with event dispatch.</li>
<li><code>new CartDrawer()</code> manual instantiation calls removed — custom element auto-initializes.</li>
<li>Inline variant JSON (<code>{{ product.variants | json }}</code>) removed from product pages — replaced by hidden <code>&lt;span&gt;</code> with selected variant data.</li>
</ul>
<h3><a href="#security" class="anchor"></a>Security</h3>
<ul>
<li>AbortController added to predictive search and quick-view to prevent stale response race conditions.</li>
</ul>
<h3><a href="#other-fixes-and-improvements" class="anchor"></a>Other fixes and improvements</h3>
<ul>
<li>Fixed thumbnail active state in quick-view — wrong ID (<code>featured_media.id</code> instead of <code>media.id</code>) caused all thumbnails to share the same ID.</li>
<li>Fixed featured media slide class — used undefined <code>media.id</code> variable, changed to always set <code>is-initial-selected</code>.</li>
<li>Fixed missing <code>forloop.index == 1</code> fallback for products with no variant featured_media in quick-view.</li>
<li>Fixed load more pagination — changed product selector from <code>.column</code> to <code>product-card</code>, moved pagination outside <code>#product-grid</code>, parsed <code>page_size</code> as integer.</li>
<li>Fixed Hindi locale invalid JSON (unescaped quotes in search_results strings).</li>
<li>Fixed PhotoSwipe lightbox close button — <code>position: fixed</code> stays visible on mobile.</li>
<li>Fixed copy-link button opening a new window — excluded from <code>.social</code> selector.</li>
<li>Fixed collection tabs inactive slides visible after tab switch — changed direct child selector to descendant.</li>
<li>Fixed collection tabs missing Flickity CSS import and slideshow.min.js script.</li>
<li>Fixed countdown banner layout, description size, overlay, and color application.</li>
<li><code>thb-loading</code> spinner used for load more button (consistent with theme pattern).</li>
<li><code>thb-before-after-divider</code> and <code>thb-copy</code> SVG icons added.</li>
<li>Countdown banner locale keys added (Days, Hours, Minutes, Seconds).</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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">
      May 26, 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_tgkpvf_6c0c>
    <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.2.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 minor features and removes redundant font family.</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>Make sure badges are rendered on product page</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes quick view product thumbnails</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.1.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      February  4, 2025
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds minor features and removes redundant font family.</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 Support for he-IL RTL language code</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Removes redundant font family inside settings_data.json</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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">
      January  3, 2025
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds new features, improves accessibility scores 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 App section wrapper</li>
<li>Added Custom Line item property block on product sections</li>
<li>Added SKU support for predictive search</li>
<li>Added custom liquid to accordion and tabbed content sections</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes share article bubble arrow shape</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.1.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 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="#changes" class="anchor"></a>Changes</h3>
<ul>
<li>Make sure custom badges work on iOS</li>
<li>Changes demo font families</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Remove shopify product review styles</li>
<li>Smaller CSS file sizes by removing unnecessary prefixes</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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">
      November  5, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds new blocks to the product sections and other improvements</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 side panel links block to product sections</li>
<li>Added color swatch shape option to variant block</li>
<li>Added product fit guide block to product sections</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Remove shopify product review styles</li>
<li>Smaller CSS file sizes by removing unnecessary prefixes</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 4.1.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      October  8, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds Inventory block to the product related sections</p>

    <p></p>
</div>

  </div>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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">
      September  4, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds new features and minor fixes</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 "Send on date" functionality to gift card recipient forms</li>
<li>Added “Variant option for swatches” option to theme setting</li>
<li>Added "Sign in with Shop" support to login page</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 multiple featured product sections not working together.</li>
<li>Fixes featured product section thumbnail position</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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">
      August 20, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds new features and minor fixes</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 custom badges support</li>
<li>Added preload links on hover feature</li>
<li>Added custom HTML for head tag feature</li>
<li>Added menu item badge block to header section</li>
<li>Added textfield and select fields to contact form</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes minor issue with facets</li>
<li>Fixes footer menu arrow issue on mobile Safari</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.8.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      July  8, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds new features to header section settings and other 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 option to toggle sticky header and mobile logo size setting to header section</li>
<li>Added slide link option to Slideshow section blocks</li>
<li>Added structured_data filter to article and product pages</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.7.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      May 13, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update fixes a minor issue and improves performance</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 product page slideshow height issue on mobile Safari</li>
<li>Improves collection page performance</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.6.2</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      May  9, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update fixes a minor issue.</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>Make sure "Clear" button works when using filters</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.6.1</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      April 25, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update 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>Fix testimonials section autoplay</li>
<li>Minor JavaScript optimizations</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.6.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      April  8, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds Shipping estimator and various other improvements</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 Shipping estimator block to Cart and Product sections</li>
<li>Added recover password success message</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Minor cart styling changes</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.5.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      March 19, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds New Swatches support and other minor improvements</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 support for new swatches. More information: <a href="https://shopify.dev/changelog/swatches-and-images-for-product-filters">https://shopify.dev/changelog/swatches-and-images-for-product-filters</a></li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Better handling of medium &amp; bold weights for all fonts</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.4.2</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      March 15, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update 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>Fixes cart not updating correctly when an out of stock item quantity is changed</li>
<li></li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.4.1</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      February 20, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update 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>Fixes thumbnail scrolling on selected variants on mobile</li>
<li>Fixes "sold out" phrase on product page add to cart button</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.4.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      February 20, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update improves performance and accessibility scores and adds pre-order support.</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>Pre-order support using metafields</li>
<li>Custom liquid options for Rich text section</li>
<li>Preloading for product featured images</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Improves load times and performance scores</li>
<li>Improves accessibility scores</li>
<li>Fixes product page slideshow issue on Safari</li>
<li>Fixes rendering of slideshow section on theme customizer</li>
<li>Fixes slideshow section height changes on iOS Safari</li>
<li>Make sure current page is more visible on pagination</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.3.1</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      January 15, 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>Separate product recommendations Javascript asset for better load times</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes complementary products block conflicting with pickup availability.</li>
<li>Hides Shopify chat when drawer is open.</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.3.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      January  2, 2024
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds block based column support to footer section</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 Text, Social Links, Menu and Email Signup blocks to footer section.</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.2.1</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      December 20, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update 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>Fixes gift card product recipient field not working</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.2.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      December  7, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds new features and other improvements</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>Support for AND / OR operators for filters</li>
<li>Support for swatch filter type</li>
<li>Add active filter count to filter toggle</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Make sure that active filters are retained when sorting</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.1.2</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      December  4, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds new features and other improvements</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>"cart:refresh" JavaScript event</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes 100%  height jump on iOS Safari</li>
<li>Fixes animations within Tabbed Content section</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.1.1</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      October 27, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds GDPR checkbox for email signup forms</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>Ability to enable GDPR checkbox for email signup forms from Theme Settings.</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.1.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      October 23, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This updates adds minor features and fixes a small bug.</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 currency format setting</li>
<li>Image size recommendations</li>
<li>Higher resolution product card images</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Improves quantity display on firefox</li>
<li>Fixes collection sort button</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.3</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      August 31, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This updates adds minor features and fixes a small bug.</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 custom liquid setting to the collapsible row blocks</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Make sure that Complementary products work when Recommended products are disabled</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.2</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      August 18, 2023
    </p>
  </div>
</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>Minor fix regarding Safari browsers</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.1</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      August 16, 2023
    </p>
  </div>
</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 demo settings inside Theme Settings</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Minor bug fixes</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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">
      August 16, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>Today, we are happy to launch the biggest upgrade ever of North. This new version is a complete re-write of the theme, and so it will be hard to list all the changes. Thanks to everyone who supported us over the years, and we hope that you will enjoy this new version, along with a new Books &amp; Music demo.</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 demo: <a href="https://north-books-music.myshopify.com/">https://north-books-music.myshopify.com/</a></li>
<li>Quick view button on products cards</li>
<li>Mega menu blocks inside Header section</li>
<li>OS2 sections for classic account pages</li>
<li>Scrolling text section with image support</li>
<li>New header section style</li>
<li>Background video section</li>
<li>Color and text size settings for testimonials section</li>
<li>Block variant picker style</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Separate section Javascript files</li>
<li>Better color handling</li>
<li>Higher quality video thumbnails</li>
<li>Improved RTL support</li>
</ul>
<h3><a href="#removed" class="anchor"></a>Removed</h3>
<ul>
<li>jQuery library and all dependencies</li>
<li>Product image zoom feature</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.9.7</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      May 17, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update fixes an issue with cart page</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 "Terms &amp; Conditions" checkbox preventing checkout.</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.9.6</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      May 15, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update fixes minor issues and adds improvements to product sections.</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 Image link to Multicolumn images</li>
<li>Added sizing guide popup to Featured product section</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes filter buttons not working with animations</li>
<li>Fixes multiple ID error for localization forms</li>
<li>Minor fixes for color swatches</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.9.5</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      April 24, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update fixes minor issues and adds improvements to product sections.</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 Collapsible Row block to product information section</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes testimonial section text colors</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.9.4</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      April 13, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds Sizing Guide link and Gift card recipient form to product pages.</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 Sizing guide popup to variant picker block inside product information section</li>
<li>Added support for Gift card recipient form</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes checkout button inside side cart so it displays correct language for checkout</li>
<li>Fixes product images not fully displaying on iOS Safari</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.9.3</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      April  6, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds Focal Points support and minor fixes</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 Focal Points support for images</li>
<li>Added schema markup for search action</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes cart icon not working when cart drawer is disabled</li>
<li>Fixes schema markup</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.9.2</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      March 13, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This update adds Terms &amp; Conditions checkbox to Cart and Cart Drawer sections.</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 Terms &amp; Conditions checkbox to Cart and Cart Drawer sections.</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes Cart page quantity updates.</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.9.1</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      February 27, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This updates fixes minor issues and adds Quantity Rules support</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 Quantity rules support</li>
<li>Added fallback font families</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes Reset Password page</li>
<li>Fixes Product color swatch background image repeating issue</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.9.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      February 14, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This updates adds Section groups and search query suggestions</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 Header and Footer section groups.</li>
<li>Added Predictive search query suggestions to search screen.</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.8.1</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      February  8, 2023
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This updates adds Video section and Free shipping bar for cart drawer</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 Video section</li>
<li>Added Free shipping bar inside cart drawer</li>
<li>Added Uppercase typography option for buttons</li>
<li>Added Font scale typography option for buttons</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.8.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      December 15, 2022
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>This updates adds Tabbed content section as well as other improvements</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 Tabbed content section</li>
<li>Added Back to top button setting to Theme settings</li>
<li>Added ability to toggle filter counts inside collection product grids</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>3d and video product card thumbnails are now visible</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.7.2</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      December  6, 2022
    </p>
  </div>
</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>SKU support for main product section</li>
<li>Added preload tags for common js and css files</li>
<li>Added ability to disable cart drawer</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Added language direction to HTML tag.</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.7.1</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      November  9, 2022
    </p>
  </div>
</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>Complementary products block on Product Section</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Stacked main product layouts now scroll horizontally on mobile and tablet devices.</li>
<li>Improvements to filtering of currencies using comma decimals</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.7.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      October 24, 2022
    </p>
  </div>
</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 Juice demo</li>
<li>Added Divider section</li>
<li>Added Spacer section</li>
<li>Added Text with Icons section</li>
<li>Added ability to set header shadow</li>
<li>Added ability to set mobile swipe on Featured Blog section</li>
<li>Added ability to set mobile swipe on Multicolumn section</li>
<li>Added account activation template</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Changed minus button width on quantity inputs</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.6.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      October 17, 2022
    </p>
  </div>
</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 Slideshow section</li>
<li>Rewritten Product section thumbnails for better performance and support for larger number of thumbnails</li>
<li>Added button border radius setting to Theme Settings</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes not being able to add product to cart when variant block was not being used</li>
<li>Speed optimizations</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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 30, 2022
    </p>
  </div>
</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>Featured product section</li>
<li>Image with text overlay section now has mobile image support</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Minor liquid and javascript file optimizations</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.1</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      September  6, 2022
    </p>
  </div>
</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 currency display on filters</li>
<li>Makes sure that product result counts work on every collection page</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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">
      August 24, 2022
    </p>
  </div>
</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>We have added image support for multicolumn section columns</li>
</ul>
<h3><a href="#fixes-and-other-improvements" class="anchor"></a>Fixes and other improvements</h3>
<ul>
<li>Fixes for French translation</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.1</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      August 16, 2022
    </p>
  </div>
</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>We have added support for subcollection links inside Collection Banner section.</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.1</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      May 16, 2022
    </p>
  </div>
</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-improvements" class="anchor"></a>Fixes and improvements</h3>
<ul>
<li>Improves blog image sizes for better quality and faster load times</li>
</ul>
<h3><a href="#added" class="anchor"></a>Added</h3>
<ul>
<li>We have added Spanish, French and Italian language files</li>
</ul>
</div>
    </div>
  </details>

        <details class="tw-group tw-accordion-item"  name=accordion_tgkpvf_6c0c>
    <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.1</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      May  9, 2022
    </p>
  </div>
</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-improvements" class="anchor"></a>Fixes and improvements</h3>
<ul>
<li>Fixed an issue with custom color swatches not detecting spaces and new lines.</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.1.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      May  4, 2022
    </p>
  </div>
    <p class="tw-text-body-md tw-text-fg-secondary">
      </p><p>We've changed it so that Default preset is being set up on install.</p>

    <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 1.0.0</h3>
    <p class="tw-text-body-sm tw-text-fg-tertiary">
      May  4, 2022
    </p>
  </div>
</div>

  </div>

  </div>

  </div>

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