/** Shopify CDN: Minification failed

Line 50:4 Expected "}" to go with "{"

**/
.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--type-base-size);
}


@media (min-width:769px){
  .footer__menu.footer_menu__links{display: block!important;}
  .footer__title.footer__menu_title svg{display:none;}
}

@media (max-width:768px){
  .footer__title {
    display:flex;
    justify-content: space-between;
  }
  .footer__blocks.sec-footer{gap:20px;}
  .footer__blocks{gap:2px;}
  .footer__block.footer__newsletter{
    padding-top:15px;
    max-width: 100%;
  }
  .footer__title.footer__menu_title{
    margin: 0;
    padding: 12px 0;
    border-bottom:solid 1px #e8e8e1;
  }
  .footer__title.footer__menu_title svg{
    width:12px;
    height:12px;
  }
   .footer__title.footer__menu_title.active{
       border-bottom:solid 1px #fff;
   }
   .footer__title.footer__menu_title.active svg{
        transform: rotate(180deg);
  }
  .footer__block--menu .footer__menu{
    border-bottom:solid 1px #e8e8e1;
    padding-bottom:15px;
  } 