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 author_handle = article.author | handle %} | |
"url": {{ shop.url | append: '/pages/' | append: author_handle | json }} |
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 -%} | |
Uses the shopify permalink to generate the cart link | |
https://help.shopify.com/en/manual/products/details/cart-permalink#creating-a-cart-permalink | |
Example: | |
https://my-shop-name.myshopify.com/cart/36485954240671:1 | |
{%- endcomment -%} | |
{%- if product.selling_plan_groups.size == 0 -%} | |
<div x-data="{sectionId: '{{ section.id }}', productId: '{{ product.handle }}', ...handleClick}"> |
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
.rte h2:not([class]) { | |
padding-bottom: var(--inner); | |
position: relative; | |
margin-bottom: var(--space-4); | |
} | |
.rte h2:not([class]):after { | |
content: ""; | |
margin: auto; | |
width: 30px; | |
height: 3px; |
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
.section-without-title .flickity-force-arrows-top [data-carousel] .flickity-button{ | |
top: var(--buttons-top); | |
bottom: initial; | |
background: #fff; | |
} | |
.section-without-title .flickity-force-arrows-top [data-carousel] .flickity-button:after{ | |
content: ''; | |
padding: var(--gutter) | |
} | |
.section-without-title:not(.not-moved-arrows):not(.hidden-arrows):not(.section-without-title--skip) { |
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
.button.outline { | |
--btn-text: var(--text); | |
--btn-bg-hover: var(--hairline); | |
--btn-bg: rgb(255 255 255 / 0%); | |
font-family: var(--TYPE-STACK-BUTTON); | |
font-style: var(--TYPE-STYLE-BUTTON); | |
font-weight: var(--TYPE-WEIGHT-BUTTON); | |
text-transform: var(--FONT-BUTTON-TRANSFORM); | |
letter-spacing: var(--FONT-BUTTON-LETTER-SPACING); | |
display: inline-block; |
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><em >Are you seeking an opportunity to grow within an ambitious team? Join the mari meia<meta charset="utf-8">® adventure!</em></p> | |
<p style="text-align: left;" >mari meia<meta charset="utf-8"><span >®</span> is a bedding & sleep wear brand offering a variety of amusing products, selected to recover skin and hair's health. We aim to inspire everyone to awaken their inner muse and cherish it forever. Learn more about our story <a href="http://marimeia.com/pages/about-us" title="About Us"><span >here</span></a>.</p> | |
<p style="text-align: left;" > </p> | |
<p style="text-align: left;" >---</p> | |
<h2 style="text-align: left;" ></h2> | |
<h2 style="text-align: left;" >Jobs:</h2> | |
<h3 style="text-align: left;" >Online Social Media Manager (4-36h per week)</h3> | |
<p style="text-align: left;" >Are you passionate about managing social media platforms and driving engagement? Do you have experience in creating compelling content and implementing effective marketing strategies? If so, we have the |
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
<!--Freshly Edits--> | |
{% assign current_variant = product.selected_or_first_available_variant %} | |
{% for product_variant in product.variants %} | |
{% unless product_variant.metafields.freshly.expiry_date == blank %} | |
<div id="variant-expiry-{{ product_variant.id }}" class="variant-expiry-date" {% if current_variant.id != product_variant.id %} style="display:none;" {% endif %}> | |
<b> Mindesthaltbarkeitsdatum:</b> <b>{{ product_variant.metafields.freshly.expiry_date | date: "%Y-%m-%d" }} </b> | |
</div> | |
{% endunless %} | |
{% endfor %} |
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
@media only screen and (min-width: 768px){ | |
.product__media__hover { | |
position: absolute; | |
top: 0; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
z-index: 1; | |
background-color: var(--bg); | |
visibility: hidden; |
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="collection__text-content wrapper section-padding"> | |
<div class="collection__heading align--middle-center"> | |
<div class="rte standard__rte collection__heading__text"> | |
<div class="text-center" x-data="{ open: false, maxLength: 200, fullText: '', slicedText: '' }" x-init="fullText = $el.firstElementChild.textContent.trim(); slicedText = fullText.slice(0, maxLength) + '...'" > | |
<div x-text="open ? fullText : slicedText" x-transition>{{ collection.description }}</div> | |
<!-- <button @click="open = true; event.target.style.display='none';" x-text="'Show more'"></button>--> | |
<!-- Comment the button above and uncomment the button below to enable toggle feature instead of just show more --> | |
<button | |
@click="open = ! open" | |
x-text="open ? 'Show less' : 'Show more'" |
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="wrapper section-padding"> | |
<div data-grid data-grid-flex data-grid-large data-grid-medium data-grid-small data-custom-scrollbar-items style=" | |
--grid-large-items: 3; | |
--grid-medium-items: 3; | |
--grid-small-items: 1.2;"> | |
<div class="index__column grid__item slide-item text-center" data-item> | |