.hero-video-banner-summer-sale {
  font-family: "untitled-sans", sans-serif;
  font-weight: 500;
  background: #fbfbfa;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
  color: #fff;
}
.hero-video-banner-summer-sale img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  display: block;
}
.hero-video-banner-summer-sale a {
  text-decoration: none;
  color: inherit;
}
.hero-video-banner-summer-sale a:hover {
  opacity: 1;
}
.hero-video-banner-summer-sale .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.hero-video-banner-summer-sale p {
  font-family: "noto-sans";
}
.hero-video-banner-summer-sale p span {
  display: inline-block;
}
.hero-video-banner-summer-sale button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
}
.hero-video-banner-summer-sale figure {
  margin: 0;
}
.hero-video-banner-summer-sale .mb-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .hero-video-banner-summer-sale .mb-only {
    display: none;
  }
}

.hero-video-banner-summer-sale {
  position: relative;
}
.hero-video-banner-summer-sale .b-promo_box-picture {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
}
@media screen and (min-width: 768px) {
  .hero-video-banner-summer-sale .b-promo_box-picture {
    padding-bottom: var(--bg-padding);
  }
}
.hero-video-banner-summer-sale .b-promo_box-picture picture {
  display: flex;
}
.hero-video-banner-summer-sale .b-promo_box-picture picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: var(--img-position-mb, var(--img-position));
     object-position: var(--img-position-mb, var(--img-position));
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .hero-video-banner-summer-sale .b-promo_box-picture picture img {
    -o-object-position: var(--img-position-tab, var(--img-position));
       object-position: var(--img-position-tab, var(--img-position));
  }
}
@media screen and (min-width: 1024px) {
  .hero-video-banner-summer-sale .b-promo_box-picture picture img {
    -o-object-position: var(--img-position);
       object-position: var(--img-position);
  }
}
@media (any-hover: hover) {
  .hero-video-banner-summer-sale .b-promo_box-picture picture img:hover {
    transform: scale(1.05);
  }
}
.hero-video-banner-summer-sale .text-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
  pointer-events: none;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .hero-video-banner-summer-sale .text-container {
    top: 50%;
  }
}
.hero-video-banner-summer-sale .text-container .text-block {
  font-size: clamp(60px, 9vw, 10rem);
}
.hero-video-banner-summer-sale .text-container .text-block p {
  font-family: "untitled-sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.3em;
  line-height: 1;
}
.hero-video-banner-summer-sale .text-container .text-block p:nth-of-type(2) {
  font-size: 0.55em;
  padding-bottom: 8px;
}
.hero-video-banner-summer-sale .text-container .text-block h1 {
  font-family: "AustinaCapittonAlt", sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1;
  padding-bottom: 8px;
  color: #c81e1e;
  font-size: 2em;
}
.hero-video-banner-summer-sale .text-container .text-block .description {
  font-family: "noto-sans", sans-serif;
  font-size: 0.3em;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  .hero-video-banner-summer-sale .text-container .text-block .description {
    font-size: 0.2em;
  }
}
.hero-video-banner-summer-sale .text-container .text-block .description a {
  position: relative;
  display: inline-block;
  height: auto;
  pointer-events: all;
}
.hero-video-banner-summer-sale .text-container .text-block .description a::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid;
  height: 1px;
  margin-top: 0.8em;
  right: 0;
  top: 50%;
  transition: opacity 0.2s ease-in;
  opacity: 1;
  left: 0;
}
@media (any-hover: hover) {
  .hero-video-banner-summer-sale .text-container .text-block .description a::before {
    opacity: 0;
  }
  .hero-video-banner-summer-sale .text-container .text-block .description a:hover::before {
    opacity: 1;
  }
}
.hero-video-banner-summer-sale .b-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
  position: relative;
  width: 100%;
  grid-gap: 16px;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .hero-video-banner-summer-sale .b-actions {
    grid-gap: 40px;
  }
}
.hero-video-banner-summer-sale .b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.hero-video-banner-summer-sale .b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.hero-video-banner-summer-sale .b-actions .b-actions-item .b-button_ext .b-button {
  width: var(--button-width, auto);
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  color: #000;
  height: 44px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0 16px;
  text-indent: 1px;
  align-items: center;
  min-width: var(--min-width);
  pointer-events: all;
  min-width: 163px;
  font-family: "noto-sans", sans-serif;
}
@media (any-hover: hover) {
  .hero-video-banner-summer-sale .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: #000;
    border: solid 1px #fff;
    color: #fff;
  }
}
.hero-video-banner-summer-sale .b-actions .b-actions-item .b-button_ext .b-button.hover {
  background: #000;
  border: solid 1px #fff;
  color: #fff;
}/*# sourceMappingURL=GT_Slide_static_presale.css.map */