/** Shopify CDN: Minification failed

Line 14:12 Expected identifier but found whitespace
Line 14:14 Unexpected "{"
Line 14:23 Expected ":"
Line 14:59 Expected ":"

**/
/* Place any CSS overrides in this file. */

  @media screen and (max-width: 768px) {
    .site-header__logo-image .responsive-image-wrapper,
    .site-header__logo-overlay-image .responsive-image-wrapper {
      width: {{ section.settings.logo_max_width_mobile }}px !important;
      max-width: none !important;
    }
  }
  .sticky-header.sticked .header-section--wrapper {
  flex-shrink: 0 !important; /* If it's a flex item */
  /* or */
  align-self: auto !important; /* If its alignment is causing shrinking */
}

