@charset "UTF-8";
.product-promo-label {
  position: absolute;
  top: 0;
  left: 0;
  background: #ef0c38;
  color: #fff;
  font-size: 16px;
  padding: 0 0.25em;
  z-index: 11;
}
.product-promo-label::after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #ef0c38;
  bottom: -6px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.product-promo-label__prefix {
  font-weight: 700;
}
.product-promo-label--black-friday {
  background: black;
  color: #27ffea;
}
.product-promo-label--black-friday::after {
  border-top: 6px solid black;
}
.product-promo-label--new {
  background: rgba(41, 205, 255, 0.8);
  color: #1e2429;
  text-transform: uppercase;
}
.product-promo-label--new::after {
  border-top: 6px solid rgba(41, 205, 255, 0.8);
}
.product-promo-label--text {
  background: rgba(252, 238, 33, 0.8);
  color: #1e2429;
  text-transform: uppercase;
}
.product-promo-label--text::after {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.product-promo-label--free {
  align-items: baseline;
  background: rgba(252, 238, 33, 0.8);
  color: #1e2429;
  display: inline-flex;
  font-size: 14px;
}
.product-promo-label--free .product-promo-label__suffix {
  font-size: 12px;
  font-weight: 400;
  margin-left: 0.25em;
}
.product-promo-label--free .product-promo-label__prefix {
  font-weight: 700;
  text-transform: uppercase;
}
.product-promo-label--free::after {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.product-promo-label--includes {
  align-items: baseline;
  background: rgba(252, 238, 33, 0.8);
  color: #1e2429;
  display: inline-flex;
  font-size: 14px;
}
.product-promo-label--includes .product-promo-label__suffix {
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 0.25em;
}
.product-promo-label--includes .product-promo-label__prefix {
  font-size: 12px;
  font-weight: 400;
}
.product-promo-label--includes::after {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.product-gallery-block .product-promo-label {
  font-size: 28px;
}
.product-gallery-block .product-promo-label::after {
  bottom: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #ef0c38;
}
.product-gallery-block .product-promo-label--black-friday::after {
  border-top: 10px solid black;
}
.product-gallery-block .product-promo-label--new::after {
  border-top: 10px solid rgba(41, 205, 255, 0.8);
}
.product-gallery-block .product-promo-label--free .product-promo-label__suffix {
  font-size: 23px;
}
.product-gallery-block .product-promo-label--includes .product-promo-label__prefix {
  font-size: 23px;
}