/** Shopify CDN: Minification failed

Line 60:0 Unexpected "}"

**/
/* Announcement bar */
.announcement-bar__wrapper {
  max-width: 600px;
}

/* Header Navigation */
.header__link-list a {
  font-size: var(--text-h6);
  font-family: var(--heading-font-family);
}

/* change content over media from 780px to 1210px */
.content-over-media > :not(img, video, iframe, svg, video-media, picture) {
  max-width: var(--content-over-media-content-max-width, 1210px);
}

/* Hero */
@media (min-width: 767px) {
  .content-over-media p {
    max-width: 1020px;
  }

  .content-over-media p:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 26px;
  }
}

.rw-two-column .button-group {
  align-items: flex-end;
}

/* Custom Hours Module */
.hours-wrapper {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

/* Logo List  Module */
.rw-logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content:center;
  align-items: center;
}

.rw-logo-list__item {
  padding: 0!important;
  display: flex;
  border: 1px solid rgb(var(--logo-list-items-border));
  justify-content: center;
  align-items: center;
}
}