/** Shopify CDN: Minification failed

Line 138:14 Expected ")" to end URL token

**/
/* ############################################ MOBILE ############################################ */
@media screen and (max-width: 768px) {

  .header__heading{
    min-width: 200px;
  }
  .header-shop-name{
    font-size: 1.5em;
  }
  .header-shop-name-wrapper{
    padding-top: 25px;  
    width: 182px !important;
    min-width: 182px !important;
  }
  
  .contact-form-logo-wrapper-class{
    width: 100%;
    display: block;
  }
  .contact-form-img-class{
    width: 50%;
    margin: auto;
    padding-bottom: 20px;
    display: block;
  }

  .splide{
    width: 100%;
    margin: auto;
  }  
  
  .splide__slide img{
    width: auto;
    height: 300px;
  }
}
/* ############################################ DESKTOP ############################################ */
@media screen and (min-width: 769px) {

  .splide{
    width: 900px;
    margin: auto;
  }  
  .splide__slide img {
    width: auto;
    height: 700px;
  } 
  
  .header-shop-name{
    font-size: 2.5em;
    letter-spacing: 1.5rem;
  }
  .header-shop-name-wrapper{
    padding-top: 25px;    
  }
  
  /* about section */
  .custom-about-main-section-wrapper{
    max-width: 980px;
    margin: auto;
  }  
  .contact-page-custom-class{
    display: flex;
  }
  .contact-form-wrapper-class{
    width: 60%;
    display: inline-block;
  }
  .contact-form-logo-wrapper-class{
    width: 40%;
    display: inline-block;
  }
  .contact-form-img-class{
    width: 80%;
  }

}

/* ############################################ ALL ############################################ */

.product__description{
  color: #ffffff !important;
  background-color: #263021 !important;
}

.card--standard > .card__content{
  background-color: #263021 !important;
}

.disabled+label {
  display: none !important;
}
.disabled {
  display: none !important;
}


.new-main-page-title{
  display: flex !important;
  text-align: center !important;
  font-size: 1.25em !important;
  margin: auto !important;
  justify-content: center !important;
  color: #ffffff !important;
}

.new-collection-title{
  display: flex !important;
  text-align: center !important;
  font-size: 2em !important;
  margin: auto !important;
  justify-content: center !important;
}

.header-shop-name{
  font-family: "Avenir Next", sans-serif;
  text-transform: uppercase !important;
}
.comission-text-class{
  font-family: "Brandon-Grotesque" !important;
}

@font-face {
  font-family: "Avenir";
  src: url("{{ 'Avenir-Light.ttf' | asset_url }}") format("truetype");
  src: url("{{ 'Avenir-Bold.ttf' | asset_url }}") format("truetype");
  src: url("{{ 'Avenir-Medium.ttf' | asset_url }}") format("truetype");
  
}

@font-face {
  font-family: "Brandon-Grotesque";
  src: url({{ 'Brandon-Grotesque-regular' | asset_url }}) format("woff");  
}