/** Shopify CDN: Minification failed

Line 67:1 Expected "}" to go with "{"

**/
.header__icons {
    gap: 1rem;
}
@media screen and (min-width: 990px){
.header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
}
  .header__icons {
    gap: 2rem;
}
  
}
  


svg.icon.icon-cart-empty, svg.icon.icon-cart {
    fill: #000;
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  width:99%;
  margin-block: 1px;
}
@media screen and (max-width: 1024px){
   .button {
    font-size: 1.2rem;
    padding: 2rem 1rem;
}
@media screen and (max-width: 769px) and (min-width:425px){

 .button svg{
 display:none;
} 
}
@media screen and (max-width: 750px){

.footer-block__image-wrapper{
  margin-inline:auto;
}
 .footer-block.grid__item:nth-last-child(2) {
  /* Your styles for the 2nd last child element go here */
  
  border-bottom: 1px solid #eee;
}


  .badge {
  
    font-size: .8rem;
  }
  span.money {
    font-size: 14px !important;
 
}
 

}