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
<!-- /sections/collection-custom-heading.liquid --> | |
{%- assign grid_offset = '' -%} | |
{%- assign products_count = collection.products_count -%} | |
{%- case section.settings.grid_setting_large -%} | |
{%- when 1 -%} | |
{%- assign grid_width_large = 'large--one-whole' -%} | |
{%- when 2 -%} | |
{%- assign grid_width_large = 'large--one-half' -%} | |
{%- if products_count == 1 -%} |
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="price_wrapper"> | |
<span class="price{% if on_sale %} on-sale{% endif %}"> | |
{% if product.price_varies %}{{ 'products.general.from' | t }} {% endif %} | |
{% unless sold_out %} <span class="money">{{ product.price | money }}</span> | |
</span> {% endunless %} | |
{% if sold_out %} | |
<em>{{ 'products.product.sold_out' | t }}</em> | |
{% endif %} | |
{% if on_sale %} |
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
<div class="product-excerpt" data-content-field="excerpt"><strong>HOLISTIC MOOD ENHANCING BEAUTY™</strong></div> | |
<div class="product-excerpt" data-content-field="excerpt"></div> | |
<div class="product-excerpt" data-content-field="excerpt"><meta charset="utf-8" /><meta charset="utf-8" /> | |
<p>Mood Mists™ are mood-enhancing facial toners that promote fresh skin and a fresh perspective. This best-selling dynamic mist purifies the skin and supports mindfulness. </p> | |
<meta charset="utf-8" /> | |
<pre class="callout-green">[split]</pre> | |
<p><strong>INGREDIENTS: </strong><em>Distilled Water, Neroli (Citrus aurantium) Floral Water, Lactobacillus Ferment (Radish Root Extract). Essential oils of Bergamot (Citrus bergamia), White Spruce (Picea glauca), Pinon Pine (Pinus edulis), Clary Sage (Salvia sclarea) & Rose Otto (Rosa damascena)</em> </p> | |
<meta charset="utf-8" /> | |
<p><strong>RITUAL:</strong><em> </em><em>Close the eyes and spray above the head and face. Allow the mist to gently fall, cleansing the skin & nourishing |
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
<!-- /templates/cart.liquid --> | |
{% comment %} | |
This is your /cart template. If you are using the Ajaxify Cart plugin, | |
your form (with action="/cart") layout will be used in the drawer/modal. | |
For info on test orders: | |
- General http://docs.shopify.com/manual/your-store/orders/test-orders | |
- Shopify Payments - http://docs.shopify.com/manual/more/shopify-payments/testing-shopify-payments |
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
<div class="homepage-slideshow {{ section.settings.height }}" data-section-id="{{ section.id }}" data-section-type="slideshow"> | |
{% if section.blocks.size > 0 %} | |
<div id="slideshow-{{ section.id }}" data-autoplay="{{ section.settings.autoplay }}" data-speed="{{ section.settings.autoplay_speed | times: 1000 }}"> | |
{% for block in section.blocks %} | |
<div class="slick-slide slideshow__slide slideshow__slide--{{ block.id }} preventOverflow homepage-image {{ block.settings.color }}" {{ block.shopify_attributes }} data-color="{{ block.settings.color }}"> | |
{%- if block.settings.image -%} | |
{%- assign slide_image = block.settings.image | img_url: '1800x' -%} | |
{%- else -%} | |
{%- assign slide_image = 'blank.svg' | asset_url -%} | |
{%- endif -%} |
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
<div class="homepage-slideshow {{ section.settings.height }}" data-section-id="{{ section.id }}" data-section-type="slideshow"> | |
{% if section.blocks.size > 0 %} | |
<div id="slideshow-{{ section.id }}" data-autoplay="{{ section.settings.autoplay }}" data-speed="{{ section.settings.autoplay_speed | times: 1000 }}"> | |
{% for block in section.blocks %} | |
<div class="slick-slide slideshow__slide slideshow__slide--{{ block.id }} preventOverflow homepage-image {{ block.settings.color }}" {{ block.shopify_attributes }} data-color="{{ block.settings.color }}"> | |
{%- if block.settings.image -%} | |
{%- assign img_object = block.settings.image -%} | |
{%- assign img_small = block.settings.image | img_url: '18x' -%} | |
{%- assign img_api = block.settings.image | img_url: '1x1' | replace: '_1x1.', '_{width}x.' -%} | |
{%- else -%} |
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
<div class="homepage-slideshow {{ section.settings.height }}" data-section-id="{{ section.id }}" data-section-type="slideshow"> | |
{% if section.blocks.size > 0 %} | |
<div id="slideshow-{{ section.id }}" data-autoplay="{{ section.settings.autoplay }}" data-speed="{{ section.settings.autoplay_speed | times: 1000 }}"> | |
{% for block in section.blocks %} | |
<div class="slick-slide slideshow__slide slideshow__slide--{{ block.id }} preventOverflow homepage-image {{ block.settings.color }}" {{ block.shopify_attributes }} data-color="{{ block.settings.color }}"> | |
{%- if block.settings.image -%} | |
{%- assign img_object = block.settings.image -%} | |
{%- assign img_small = block.settings.image | img_url: '18x' -%} | |
{%- assign img_api = block.settings.image | img_url: '1x1' | replace: '_1x1.', '_{width}x.' -%} | |
{%- else -%} |
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
<!-- /sections/index-code.liquid --> | |
<div class="rte"> | |
{% if section.settings.code != blank %} | |
{{ section.settings.code }} | |
{% else %} | |
{{ 'home_page.onboarding.no_content' | t }} | |
{% endif %} | |
</div> |
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
/* -- code to force full-width product pages -- */ | |
@include at-query($max, $small) { | |
.product-description {padding-left: 30px;padding-right: 30px;} | |
} | |
.product-description--below {margin-top: 0px; } | |
/* - end - */ |