/** Shopify CDN: Minification failed

Line 14:16 Expected ")" to end URL token
Line 15:17 Expected ")" to end URL token
Line 91:7 Unexpected "{"

**/
/*====================================================================
 Custom font embed
=======================================================================*/

@font-face {
    font-family: 'Gazpacho';
    src: url({{ 'Gazpacho.woff2' | asset_url }}) format('woff2'),
          url({{ 'Gazpacho.woff' | asset_url }})  format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('Nexa-Bold.woff2') format('woff2'),
        url('Nexa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('Nexa-Book.woff2') format('woff2'),
        url('Nexa-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('Nexa-Heavy.woff2') format('woff2'),
        url('Nexa-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/*=============================================================
Typography
================================================================*/

body{
  font-family: Nexa;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  margin:0;
  -webkit-font-smoothing: antialiased;
  color:#2F3E4A;
}

h1, h2{
  font-family: Gazpacho;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0!important;
}

h3, h5, h6{
  font-family: Nexa;
  font-weight: 900!important;
}

h4{
  font-family: Nexa;
  font-weight: 700;
}

h5{
  letter-spacing: 0.15em!important;
  text-transform: uppercase;
}

p{
  font-family: Nexa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0;
}

.link, {
  font-family: Nexa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0;
}

.underlined-link {
  font-family: Nexa!important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.text-body {
  font-family: Nexa;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}


/* Buttons, Forms, Filters */

a.button, .button {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 900;
  font-family: Nexa;
}

.label, .field__input, .customer, .quantity__input, .form__label, .field__label, .customer, .field{
  font-family: Nexa;
  font-style: normal;
}

.facets__summary {
  font-family: Nexa;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

/* Page Titles */

.main-page-title, .page-title {
  font-family: Gazpacho;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0!important;
}


/*=============================================================
Typography - Responsive Styling
=============================================================*/

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px){

  h1{
    font-size:40px!important;
  }

}

/* Mobile */
@media (max-width: 767px){

  h1{
    font-size:40px!important;
  }


}


/*=============================================================
Product Page Styling
=============================================================*/

.product__title {
  padding-top: 20px;
}

.price {
  font-family: Nexa;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0;
}

.product-form__input {
  font-family: Nexa;
  font-style: normal;
}

.image-with-text__media {
  border: none!important;
}

/*=============================================================
Header Styling
=============================================================*/

.list-menu__item {
  font-family: Nexa;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.header__submenu .header__menu-item {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.header__menu-item {
  color: #2F3E4A;
}

/*=============================================================
Footer Styling
=============================================================*/

.footer-block__details-content .list-menu__item--link {
  font-family: Nexa;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: white !important;
}

.footer-block__heading.rte {
  font-family: Nexa;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.footer__copyright {
  font-family: Nexa;
}

.footer-block__brand-info .footer__list-social.list-social {
  margin-top: 2rem;
}

.footer__content-bottom {
    border-top: none !important;
    padding-top: 0 !important;
}

.footer__content-top {
    padding-bottom: 1rem !important;
}


/*=============================================================
Cart Styling
=============================================================*/

.cart-items {
  margin-top: 5rem;
  font-family: Nexa;
  font-style: normal;
}

.cart-item__name {
  font-weight: 900;
  font-size: 2rem;
}

.totals__total {
  font-family: Nexa;
  font-weight: bold;
}




