Shop
try{Typekit.load({ async: true });}catch(e){}
.modal-content{
border-radius: 0!important;
}
.mc-modal{
top: 44%;
}
.field-wrapper{
width: 75%;
}
.modal-body{
padding: 0 40px;
}
.modal-header, .modal-footer{
border: none;
}
.modal-footer{
height: 0;
padding: 5px 0;
}
#mc_embed_signup_scroll label{
float: none;
text-align: center;
width: 100%;
font-family: league-gothic, serif;
font-size: 2em!important;
font-weight: normal;
letter-spacing: 0.08em;
}
#mc_embed_signup .button{
height: auto!important;
font-family: league-gothic, serif;
max-width: 175px;
font-size: 1.5em!important;
}
#mc_embed_signup input.email{
height: auto!important;
font-size: 1.5em!important;
font-family: Times, serif!important;
padding-left: 1.5em;
}
#mc_embed_signup input.email:placeholder{
color: #AAA;
}
.close{
opacity: 1;
}
.modal-dialog{
margin: 20% auto 0;
}
@media only screen and (max-width: 767px){
#mc_embed_signup input.email{
margin-bottom: 0!important;
}
}
@media only screen and (max-width: 600px){
.modal{
overflow: hidden!important;
overflow-y: hidden;
}
.modal-dialog {
width: 90%;
margin-top: 24%;
margin-left: auto;
margin-right: auto;
}
#mc_embed_signup_scroll label{
font-size: 1em!important;
}
#mc_embed_signup .button{
width: 30%!important;
line-height: 15px!important;
font-size: 1.25em!important;
}
#mc_embed_signup input.email{
width: 70%!important;
margin-bottom: 0!important;
appearance: none;
font-size: 1.25em!important;
}
}
Barista
-
{% for error in errors %}
- {{ error }} {% endfor %}
-
{% endif %}
-
{{ product.name }}
{{ product.default_price | money_with_sign }}
{% case product.status %} {% when 'active' %} {% if product.on_sale %}On Sale
{% endif %} {% when 'sold-out' %}Sold Out
{% when 'coming-soon' %}Coming Soon
{% endcase %}
{% if forloop.last %}
No products found.
{% endif %} {% endget %}