/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 74:0 Unexpected "{"
Line 74:1 Expected identifier but found "%"

**/
{% comment %}
@font-face {
    font-family: 'DINAlternate';
 src: url('{{ 'DINAlternate-Bold.woff2' | asset_url }}') format('woff2'),
         url('{{ 'DINAlternate-Bold.woff' | asset_url }}') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-HTF-bold';
 src: url("/cdn/shop/files/GothamHTF-Bold.woff")format("woff"),
    url("/cdn/shop/files/GothamHTF-Bold.woff2")format("woff2"),
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-HTF-regular';
 src: url("/cdn/shop/files/GothamHTF-Book.woff?v=1718134616")format("woff"),
    url("/cdn/shop/files/GothamHTF-Book.woff2?v=1718134616")format("woff2"),
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-HTF-book';
 src: url("/cdn/shop/files/GothamHTF-Book.woff?v=1718134616")format("woff"),
    url("/cdn/shop/files/GothamHTF-Book.woff2?v=1718134616")format("woff2"),
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-HTF-medium';
 src: url("/cdn/shop/files/GothamHTF-Medium.woff")format("woff"),
    url("/cdn/shop/files/GothamHTF-Medium.woff2?v=1718133837")format("woff2"),
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-HTF-extra-bold';
 src: url("/cdn/shop/files/Gotham_HTF_Ultra.woff")format("woff"),
    url("/cdn/shop/files/Gotham_HTF_Ultra.woff2?v=1717987391")format("woff2"),
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-HTF-ultra';
 src: url("/cdn/shop/files/Gotham_HTF_Ultra.woff")format("woff"),
    url("/cdn/shop/files/Gotham_HTF_Ultra.woff2?v=1717987391")format("woff2"),
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("https://db.onlinewebfonts.com/t/bd317adf74e5e7e564eb61ce9926cc6d.eot");
    src: url("https://db.onlinewebfonts.com/t/bd317adf74e5e7e564eb61ce9926cc6d.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/bd317adf74e5e7e564eb61ce9926cc6d.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/bd317adf74e5e7e564eb61ce9926cc6d.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/bd317adf74e5e7e564eb61ce9926cc6d.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/bd317adf74e5e7e564eb61ce9926cc6d.svg#Gotham")format("svg");
}
{% endcomment %}
.header__icons.header__icons{
    display: none !important;
}
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
      padding-left: 62px;
    padding-right: 62px;
}

ul.list-menu.list-menu--inline li, ul.list-menu.list-menu--inline li a {
    /* font-family: 'DINAlternate'; */
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
ul.list-menu.list-menu--inline li:after {
    content: "|";
    font-weight: 400;
}
ul.list-menu.list-menu--inline li:last-child:after {
  display: none;
}
ul.list-menu.list-menu--inline li {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.list-menu.list-menu--inline li a {
    padding: 10px 20px;
}
.header__heading-logo {
    max-height: 32px;
    max-width: 145px;
}
.header__menu-item span {
    text-decoration: none;
  font-weight: 400;
  font-size: 20px;
}
ul.list-menu.list-menu--inline li:after{
  display: none;
}
a.btn_contact_us {
    text-decoration: none;
    height: 39px;
    width: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EB4D27;
    color: white;
    border-radius: 5px;
  font-size: 20px;
    font-weight: 400;
}
.header-wrapper {
    margin-bottom: 0 !important;
    height: 80px;
}
a#HeaderMenu-contact-us {
    display: none;
}
@media(max-width: 1200px){
  header.header.header--middle-left.header--mobile-center.page-width.header--has-menu {
      padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 990px) {
  .header-wrapper {
    height: 100px;
}
  header.header.header--middle-left.header--mobile-center.page-width.header--has-menu {
    flex-direction: row-reverse;
        padding-left: 37px;
        padding-right: 37px;
            height: 100%;
    }
div#menu-drawer {
    left: auto;
    right: 0px;
}
.menu-drawer {
    position: absolute;
    transform: translate(100%);
    transform: translate(100%);
}
.header__icon .icon {
    height: 34px;
    width: 25px;
    fill: none;
    vertical-align: middle;
}
  .contact_header {
    display: none;
}
  a#HeaderMenu-contact-us {
    display: block;
}
   .menu-drawer-container.menu-opening summary img.hamburger_new {
    display: none;
}
}
li.glide__slide img {
  max-height:45px;
}
@media only screen and (max-width: 600px) {
.header__heading-logo {
    height: auto;
    max-width: 145px;
}
}
ul#Slider-template--17217288699961__multicolumn_JjqwYn a.link.animate-arrow {
  font-family:Gotham-HTF-bold;
}
#shopify-section-template--17217288699961__multicolumn_JjqwYn .multicolumn-card-spacing {
    padding-top: 50px;
    overflow: visible;
    padding-left: 1px;
}
@media only screen and (max-width: 767px) {
  #shopify-section-template--17217288699961__multicolumn_JjqwYn .multicolumn-list__item {
    max-width:80%!important;
    width:95%!important;
    margin:0 auto!important;
  }
    #shopify-section-template--17217288699961__multicolumn_JjqwYn .multicolumn-list__item:first-child{
      margin-bottom:30px!important;
    }
  ul#Slider-template--17217288699961__multicolumn_3dYWmn .multicolumn-card-spacing{
    max-height:215px;
  }
  #shopify-section-template--17217288699961__multicolumn_3dYWmn h2 {
    margin-bottom:-20px;
    text-align:center;
  }
  body #shopify-section-template--17217288699961__multicolumn_xbQkm3 .grid--6-col-desktop .grid__item {
    width:initial!important;
  }
  body #shopify-section-template--17217288699961__multicolumn_xbQkm3 .grid--6-col-desktop .grid__item {
    width:unset;
  }
  #Slide-template--17217288699961__multicolumn_xbQkm3-1 {width:100%!important;}
}
@media only screen and (max-width: 550px) {
  #shopify-section-template--17217288699961__multicolumn_JjqwYn .multicolumn-list__item {
    max-width:95%!important;
    width:95%!important;
    
  }
    ul#Slider-template--17217288699961__multicolumn_JjqwYn .multicolumn-card__info {
      margin-top:30px;
    }
}
.multicolumn-card__info p strong {
  font-family:Gotham-HTF-bold;
}

