/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 16:40 Unexpected "-"
Line 16:62 Expected identifier but found "%"
Line 17:0 Unexpected "{"
Line 17:1 Expected identifier but found "%"
Line 17:56 Expected identifier but found "%"
Line 26:0 Unexpected "{"
Line 26:1 Expected identifier but found "%"
Line 26:64 Expected identifier but found "%"
... and 17 more hidden warnings

**/
{% comment %} SO ZEN STUDIOS CUSTOM CSS - Please Consult Sam {% endcomment %} 
{% comment %} Homepage newsletter confirmation styling {% endcomment %} 
.newsletter-form__message {
  width: 100% !important;
  justify-content: center !important;
  font-family: var(--font-body-family);
  height: 50px;
  font-size: 2rem;
}

{% comment %} Hiding phone number on contact forms and styling {% endcomment %} 
.contact form .field:has(#ContactForm-phone) {
  display: none !important;
}
.contact .title {
  text-align: center !important;
}
.contact .contact__button {
  text-align: center !important;
}


{% comment %} Hide search and basket icon {% endcomment %} 
.header__icon--search {
    display: none;
}

.header__icon--cart {
    {% comment %} removed for now - display: none !important; {% endcomment %}
}

.header__icon .icon-cart {
  color: #959EB1;
}

.header__icon .cart-count-bubble {
  background: #4E576A;
}
                                                               

{% comment %} Navigation menu stying {% endcomment %} 
.header__menu-item.header__menu-item{
    font-size: 18px !important;
}

{% comment %} Product page title  {% endcomment %} 
.product__title h1 {
    font-family: var(--font-body-family);
}


{% comment %} CART PAGE {% endcomment %} 
#shopify-section-template--22004843512142__cart-items .title, .cart-item__name, .totals__total {
  font-family: var(--font-body-family);; 
}