This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{%- assign grid_item_width = 'large--one-half' -%} | |
{% case section.settings.grid %} | |
{% when 1 %} | |
{%- assign grid_item_width = 'large--one-half collection-grid--single' -%} | |
{% when 2 %} | |
{%- assign grid_item_width = 'large--one-half' -%} | |
{% when 3 %} | |
{%- assign grid_item_width = 'large--one-third' -%} | |
{% when 4 %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"current": { | |
"type_heading_font": "itc_caslon_no_224_n9", | |
"type_heading_size": 100, | |
"type_base_font": "harmonia_sans_n4", | |
"type_body_size": 100, | |
"type_number_font": "din_next_slab_n4", | |
"type_number_size": 100, | |
"color_body_text": "#586272", | |
"accent_warm": "#ff8277", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% include 'remove-variant' %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% comment %} | |
Remove specific variants. | |
{% endcomment %} | |
{% if product.options.size == 1 %} | |
<script> | |
var $addToCartForm = $('form[action="/cart/add"]'); | |
if (window.MutationObserver && $addToCartForm.length) { | |
if (typeof observer === 'object' && typeof observer.disconnect === 'function') { | |
observer.disconnect(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h5 class="product__price uppercase h5{% if current_variant.compare_at_price > current_variant.price %} on-sale{% endif %}"> | |
<span class="money"><span id="ProductPrice-{{ section.id }}">{{ current_variant.price | money }}</span></span> | |
<p class="small compare-at em" id="ComparePriceWrapper-{{ section.id }}" {% unless current_variant.compare_at_price > current_variant.price %}style="display: none"{% endunless %}> | |
<span class="money"><span id="ComparePrice-{{ section.id }}">{{ product.compare_at_price_max | money }}</span></span> | |
</p> | |
</h5> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% unless sold_out %} | |
<p class="price_wrapper"> | |
<span class="price{% if on_sale %} on-sale{% endif %}"> | |
{% if product.price_varies %}{{ 'products.general.from' | t }} {% endif %} | |
<span class="money">{{ product.price | money }}</span> | |
</span> | |
{% if on_sale %} | |
<span class="compare-at"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p class="small compare-at em" id="ComparePriceWrapper-{{ section.id }}" {% unless current_variant.compare_at_price > current_variant.price %}style="display: none"{% endunless %}> | |
<span class="money"><span id="ComparePrice-{{ section.id }}">{{ product.compare_at_price_max | money }}</span></span> | |
</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- /snippets/fonts.liquid --> | |
{% if settings.font_body contains 'google:' or settings.font_accent contains 'google:' or settings.font_title contains 'google:' %} | |
{{ 'webfont.js' | asset_url | script_tag }} | |
<script type="text/javascript"> | |
WebFont.load({ | |
google: { | |
families: | |
{% capture requestString %} | |
{% if settings.font_body contains 'google:' %} | |
{{ settings.font_body | remove: 'google:' | remove: 'sansStack:' | remove: 'serifStack:' }},400italic,700,700italic:latin& |