/** Shopify CDN: Minification failed

Line 67:0 Unexpected "}"

**/
.corner-label {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 2;
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100px;
  pointer-events: none;
}

.footer__block--links .subheading {
  font-size: 30px !important;
  font-weight: 600 !important;
}

.footer__block--links .link-reversed {
  font-size: 17px !important;
}

.product-card__figure {
  position: relative;
}

.product-gallery__media {
  position: relative;
}

.product-image-badges {
  position: absolute;
  top: 20px;
  right: 8px;
  z-index: 2;
  pointer-events: none;
}

.product-image-badges img {
  max-height: 40px;
  max-width: 90px;
  object-fit: contain;
  object-position: right;
}

.product-gallery__media .product-image-badges {
  position: absolute !important;
  top: 20px !important;
  right: 8px !important;
  left: auto !important;
  bottom: auto !important;
  width: auto !important;
  z-index: 2 !important;
  pointer-events: none !important;
  display: flex !important;
  justify-content: flex-end !important;
}
}