/** Shopify CDN: Minification failed

Line 136:38 Unexpected "{"

**/
/* header styling */
.Header__Logo {
  display: none;
}

@media screen and (min-width: 1140px) {
  
  .Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 18px 15px;
  }

}

@media screen and (min-width: 1400px) {

  .Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 18px 30px;
  }

}

.Search-container {
  margin-right: 0
}

.Header__Icon+.Header__Icon {
  margin-left: 10px;
}

.Header__Wrapper .Header__FlexItem {
  margin: 0;
}

.Header__Wrapper .Header__FlexItem:first-child {
  flex: 1;
}

.Header__Wrapper .Header__FlexItem:last-child {
  flex: none;
}

@media screen and (min-width: 1140px) {

  .Header--center .Header__FlexItem {
    padding-bottom: 0;
  }

}

.Header--withIcons .Header__SecondaryNav {
  position: relative;
  top: 1px;
  margin-right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 1150px) {

  .Header--withIcons .Header__SecondaryNav {
    display: none;
  }

}

.Header__Wrapper .Footer__Social {
  margin: 0;
  display: flex;
}

.Header__Wrapper .Footer__Social .HorizontalList__Item {
  margin: 0 10px 0 0;
}

.Header__Wrapper .Footer__Social .HorizontalList__Item > .Link {
  display: block;
}

.Header__Wrapper .Footer__Social svg {
  display: block;
}

.Header__SecondaryNav--social-media__link {
  display: block;
}

.Header__SecondaryNav--social-media__link img {
  display: block;
}

@media screen and (min-width: 1140px) {

  .Header--center .Header__SecondaryNav.Header__SecondaryNav--social-media .Header__SecondaryNav--social-media__link img {
    margin-top: 0;
  }

}

@media screen and (min-width: 1140px) {

  .Header--center .Header__SecondaryNav.Header__SecondaryNav--social-media .Header__SecondaryNav--social-media__link {
    margin-left: 0;
  }

}

.Header--center .Header__MainNav {
  position: relative;
  bottom: unset;
  left: unset;
  padding-bottom: unset;
  width: 100%;
  text-align: center;
  margin: 0;
}

.Header__MainNav {
  margin: 0;
  display: flex;
  justify-content: center;
  flex: 1;
}

.Header__MainNav .HorizontalList {
  margin: 0;
  display: flex;
  justify-content: center;
}

.Header__MainNav .HorizontalList li > {
  margin: 0 5px;
  display: inline;
  white-space: nowrap;
}

.Header__MainNav .HorizontalList > li > a {
  font-size: 10px;
}

@media screen and (min-width: 1200px) {

  .Header__MainNav .HorizontalList > li {
    margin: 0 10px;
  }

} 

@media screen and (min-width: 1400px) {

  .Header__MainNav .HorizontalList > li > a {
    font-size: 12px;
  }

}

#shopify-section-announcement-bottom {
  display: none;
}

/* Store landing header */
.LandingHeader__Wrapper {
  border: 0;
  margin: 0 30px 10px 30px;
}

.LandingHeader__Wrapper-stacked {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.LandingHeader__Wrapper .LandingHeader__Left {
  padding: 0; 
  margin: 0 0 10px 0;
}

@media screen and (min-width: 641px) {

  .LandingHeader__Wrapper .LandingHeader__Left {
    margin: 0; 
  }

}

.LandingHeader__Wrapper .LandingHeader__Left .Contact__Info:first-of-type,
.LandingHeader__Wrapper .LandingHeader__Left .Contact__Info:last-of-type {
  padding: 0; 
  margin: 0;
}

.LandingHeader__Wrapper .LandingHeader__links {
  padding: 0; 
  margin: 0;
}

@media screen and (min-width: 641px){

  .LandingHeader__Wrapper .LandingHeader__links {
    padding: 0; 
    margin: 0;
    text-align: right;
  }

}

.LandingHeader__Wrapper-stacked .LandingHeader__links {
  width: 100%;
  text-align: center;
  order: 1;
  margin: 0 0 10px 0;
}

.LandingHeader__Wrapper .LandingHeader__links .HorizontalList .HorizontalList__Item a {
  text-decoration: underline;
  font-weight: 500;
}

.LandingHeader__Wrapper .LandingHeader__Logo {
  text-align: center;
  padding: 0; 
  margin: 10px 0 0 0;
}

.LandingHeader__Wrapper-stacked .LandingHeader__Logo {
  margin: 10px 0;
}

@media screen and (max-width: 640px) {

  .LandingHeader__Wrapper .Header__LogoImage {
    max-width: 100%;
  }
  
}

/* Store landing information */
@media screen and (min-width: 641px) {

  .shopify-section--bordered:has(.FeatureText_with-images) + .shopify-section--bordered {
    border: 0;
  }

  .Section--LandingInformation .FeatureText__ImageWrapper {
    width: 50%;
  }

}

.Section--LandingInformation .FeatureText__ImageContainer {
  display: block;
  width: 100%;
  opacity: 0 !important;
  transition: opacity 1s ease !important;
}

.Section--LandingInformation .FeatureText__ImageContainer button {
  position: absolute;
}

.Section--LandingInformation .FeatureText__ImageContainer button.top-left {
  top: 32px;
  left: 32px;
}

.Section--LandingInformation .FeatureText__ImageContainer button.top-center {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.Section--LandingInformation .FeatureText__ImageContainer button.top-right {
  top: 32px;
  right: 32px;
}

.Section--LandingInformation .FeatureText__ImageContainer button.middle-left {
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
}

.Section--LandingInformation .FeatureText__ImageContainer button.middle-center {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.Section--LandingInformation .FeatureText__ImageContainer button.middle-right {
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
}

.Section--LandingInformation .FeatureText__ImageContainer button.bottom-left {
  bottom: 32px;
  left: 32px;
}

.Section--LandingInformation .FeatureText__ImageContainer button.bottom-center {
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.Section--LandingInformation .FeatureText__ImageContainer button.bottom-right {
  bottom: 32px;
  right: 32px;
}

@media screen and (min-width: 641px){

  .Section--LandingInformation .FeatureText__ImageContainer button.top-left {
    top: 64px;
    left: 64px;
  }

  .Section--LandingInformation .FeatureText__ImageContainer button.top-center {
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
  }

  .Section--LandingInformation .FeatureText__ImageContainer button.top-right {
    top: 64px;
    right: 64px;
  }

  .Section--LandingInformation .FeatureText__ImageContainer button.middle-left {
    top: 50%;
    transform: translateY(-50%);
    left: 64px;
  }

  .Section--LandingInformation .FeatureText__ImageContainer button.middle-center {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .Section--LandingInformation .FeatureText__ImageContainer button.middle-right {
    top: 50%;
    transform: translateY(-50%);
    right: 64px;
  }

  .Section--LandingInformation .FeatureText__ImageContainer button.bottom-left {
    bottom: 64px;
    left: 64px;
  }

  .Section--LandingInformation .FeatureText__ImageContainer button.bottom-center {
    bottom: 64px;
    left: 50%;
    transform: translateX(-50%);
  }

  .Section--LandingInformation .FeatureText__ImageContainer button.bottom-right {
    bottom: 64px;
    right: 64px;
  }

}

.Section--LandingInformation .FeatureText__ImageContainer.is-selected {
  opacity: 1 !important;
}

.Section--LandingInformation .FeatureText__ImageSlideshow .flickity-page-dots {
  color: #ffffff;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.Section--LandingInformation .FeatureText__ContentWrapper {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 641px) {

  .FeatureText_no-images .FeatureText__ContentWrapper {
    width: 100%;
  }

  .FeatureText_no-images .FeatureText__Content {
    max-width: none;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
      "title contact"
      "opentimes contact";
    column-gap: 40px;
  }

  .FeatureText_no-images .SectionHeader__Heading {
    grid-area: title;
  }

  .FeatureText_no-images .SectionHeader__Description {
    grid-area: opentimes;
    margin-top: 0;
  }

  .FeatureText_no-images .FeatureText__Content-contact {
    grid-area: contact;
  }

  .FeatureText_no-images .FeatureText__Content-contact .Rte h4{
    margin-top: 0;
  }

}

.Section--LandingInformation .FeatureText__ContentWrapper .Rte a {
  white-space: nowrap;
}

.Section--LandingInformation .FeatureText__ContentWrapper .Icon-Wrapper--clickable svg {
  width: 24px;
  height: 24px;
}
