/** Shopify CDN: Minification failed

Line 142:97 Unexpected ","
Line 216:51 Unexpected "0.sale-hero__text"
Line 311:2 "olor" is not a known CSS property

**/
.visible-xs-block {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
	  display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1479px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1480px) {
  .hidden-xl {
    display: none !important;
  }
}

.sale-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  height: auto;
}

@media (min-width: 768px) {
  .sale-hero {
    min-height: 500px;
    height: 100vh;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }
}

.sale-hero.sale-hero--block-count-3 {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
}

@media (min-width: 768px) {
  .sale-hero.sale-hero--block-count-3 {
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
  }
}

@media (min-width: 768px) {
  .sale-hero.sale-hero--block-count-3 .sale-hero__blocks-container {
    display: flex;
    flex-direction: column;     
  }
}

.sale-hero__block {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 768px) {
  .sale-hero--block-count-2 .sale-hero__block {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .sale-hero__block {
    position: relative;
  }
  .sale-hero__block:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 150%;
  }
}
.sale-hero__block--text-light .sale-hero__title, .sale-hero__block--text-light .sale-hero__text, , .sale-hero__block--text-light {
  color: #FFF;
}

.sale-hero__block--text-blue .sale-hero__title, .sale-hero__block--text-blue .sale-hero__text, .sale-hero__block--text-blue {
  color: #35434B;
}
.sale-hero__block--text-beige .sale-hero__title, .sale-hero__block--text-beige .sale-hero__text, .sale-hero__block--text-beige {
  color: #EBECE6;
}
.sale-hero__block--text-black .sale-hero__title, .sale-hero__block--text-black .sale-hero__text, .sale-hero__block--text-black {
  color: #000;
}
.sale-hero__block--text-dark-grey .sale-hero__title, .sale-hero__block--text-dark-grey .sale-hero__text, .sale-hero__block--text-dark-grey {
  color: #4D4D4D;
}
.sale-hero__block--text-medium-grey .sale-hero__title, .sale-hero__block--text-medium-grey .sale-hero__text, .sale-hero__block--text-medium-grey {
  color: #808080;
}
.sale-hero__block--text-light-grey .sale-hero__title, .sale-hero__block--text-light-grey .sale-hero__text, .sale-hero__block--text-light-grey {
  color: #B3B3B3;
}
.sale-hero__block--text-off-white .sale-hero__title, .sale-hero__block--text-off-white .sale-hero__text, .sale-hero__block--text-off-white {
  color: #E6E6E6;
}
.sale-hero__block--text-white-smoke .sale-hero__title, .sale-hero__block--text-white-smoke .sale-hero__text, .sale-hero__block--text-white-smoke {
  color: #F7F7F7;
}
.sale-hero__block--text-white .sale-hero__title, .sale-hero__block--text-white .sale-hero__text, .sale-hero__block--text-white {
  color: #FFF;
}

.sale-hero__bg-container, .sale-hero__bg-image {
  position:absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sale-hero__bg-image {
  background-size: cover;
  background-position: center;
}

.sale-hero__content-container {
  width: 100%;
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .sale-hero__content-container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 80%;
  }
}

.sale-hero__content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.sale-hero__content  .sale-hero__title:last-child, 0.sale-hero__text:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .sale-hero__content {
    text-align: left;
  }

  .sale-hero__content.sale-hero__content--left {
    margin-left: 0;
    text-align: left;
  }

  .sale-hero__content.sale-hero__content--right {
    margin-right: 0;
    text-align: right;
  }
    
  .sale-hero__content.sale-hero__content--center {
    text-align: center;
  }
}

.sale-hero__title {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .sale-hero__title.h1 {
    font-size: 34px;  
  }
  .sale-hero__title.h2 {
    font-size: 40px;
  }
}

.sale-hero__title-image {
  display: flex;
  margin-bottom: 2rem;
  width: 100%;
}

.sale-hero__content--left--mobile {
  justify-content: flex-start;
}

.sale-hero__content--center--mobile {
  justify-content: center;
}

.sale-hero__content--right--mobile {
  justify-content: flex-end;
}

.sale-hero .cta-group {
  margin: 20px 0;
}

.sale-hero--block-count-2 .cta-group {
  display: flex;
  flex-direction: column;
}

@media(min-width: 768px) {
  .cta-group {
	display: flex;
    justify-content: center;
  }
}

.btn {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-family: "Linotype Univers", "Futura", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  letter-spacing: .09em;
  padding: 0.59rem 3rem;
  font-size: 14px;
  line-height: 1.75;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  olor: #000;
  background-color: #fff;
  border-color: #000;
  transition: all ease-in-out .3s;
  text-decoration: none;
  color: black;
  padding: 12px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
}

.btn:hover {
  color: white;
  background: black;
}

@media(max-width: 767px) {
  .cta-group-mobile .btn {
    width: 50%;
  }

  .cta-group-mobile .button {
    width: calc(100% - 40px);
  }

  .cta-group-mobile .button:first-child {
    margin-bottom: 20px;
  }
}
