/** Shopify CDN: Minification failed

Line 89:0 Unexpected "}"

**/
.top-heading-banner_panel.has_background_image {
  position: relative;
}
.top-heading-banner_panel.has_background_image .top_banner__image {
  object-fit: cover;
  height: 350px;
  display: block;
  object-position: center;
  width: 100%;
}

.top-heading-banner_panel.has_background_image .content_block {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 1024px;

}

.top-heading-banner_panel.has_background_image .content_block .text__heading.h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
    text-transform: uppercase;
    font-family: var(--font-opensans-bold);
    margin: 0 auto;
    color: #fff;
  font-weight: 600;
}
.top-heading-banner_panel.has_background_image .content_block .text__heading.h2 {
    font-size: calc(var(--font-heading-scale) * 3.25rem);
    text-transform: uppercase;
    font-family: var(--font-opensans-bold);
    margin: 0 auto;
    color: #fff;
}
.top-heading-banner_panel.has_background_image .content_block .text__text p {
  color: #fff;
  font-size: 18px;
  line-height: normal;
}
.top-heading-banner_panel.no_background_image .content_block {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
.top-heading-banner_panel.no_background_image .content_block .text__heading{
    font-size: calc(var(--font-heading-scale) * 3.5rem);
    text-transform: uppercase;
    font-family: var(--font-opensans-bold);
    margin: 0 auto;
}
.top-heading-banner_panel.no_background_image .content_block .text__text p {
  font-size: 18px;
  line-height: normal;
}

@media screen and (max-width: 749px) {
.top-heading-banner_panel.has_background_image .content_block .text__heading.h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
  .top-heading-banner_panel.has_background_image .content_block .text__heading.h2 {
    font-size: calc(var(--font-heading-scale) * 3.5rem);
  }
  .top-heading-banner_panel.has_background_image .top_banner__image {
    height: 250px;
  }
}

/*shipping-instruction-banner css  */
.shipping-instruction-banner .text__text p{
  font-family: felttiproman;
  color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 1;
}
}