/** Shopify CDN: Minification failed

Line 8:22 Expected identifier but found whitespace
Line 8:23 Unexpected "33.333%"

**/

--mobile-column-width: 33.333%;

@media screen and (max-width: 767px) {
  .m-mixed-layout--mobile-scroll .m-mixed-layout__inner>* {
    width: var(--mobile-column-width, 50vw) !important;
  }
  .m-mixed-layout--mobile-scroll .m-mixed-layout__inner>*{flex:none;width:25% !important}
  span.m-footer__copyright {
    font-size: 11px !important;
  }
}


