/** Shopify CDN: Minification failed

Line 33:2 Unexpected "{"
Line 33:3 Expected identifier but found "%"
Line 37:2 Unexpected "{"
Line 37:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.custom-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.custom-top-bar .block {
  display: flex;
  align-items: center;
  gap: 15px;
}
.custom-top-bar a {
  text-decoration: none;
}
.custom-top-bar img {
  display: block;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  {% if section.settings.hide_on_mobile %}
    .custom-top-bar {
      display: none;
    }
  {% endif %}
}