.teaser-product-popover-container {
  position: relative;
}

.teaser-product-popover {
  box-sizing: border-box;
  display: grid;
  width: 100%;
  row-gap: var(--Spacing-03);
  transition: var(--Transition-Base);
  padding: var(--Spacing-06);
}
.teaser-product-popover:focus, .teaser-product-popover:focus-within {
  outline: var(--Outline-Container);
}
.teaser-product-popover:hover, .teaser-product-popover:focus, .teaser-product-popover:focus-within {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
  background-color: var(--Color-Background);
  transform: translate(0, var(--Spacing-08-));
  position: absolute;
  z-index: 2;
}
.teaser-product-popover:hover .teaser-product-popover--media img,
.teaser-product-popover:hover .teaser-product-popover--media img.image-sizes,
.teaser-product-popover:hover .teaser-product-popover--media responsive-img,
.teaser-product-popover:hover .teaser-product-popover--media picture, .teaser-product-popover:focus .teaser-product-popover--media img,
.teaser-product-popover:focus .teaser-product-popover--media img.image-sizes,
.teaser-product-popover:focus .teaser-product-popover--media responsive-img,
.teaser-product-popover:focus .teaser-product-popover--media picture, .teaser-product-popover:focus-within .teaser-product-popover--media img,
.teaser-product-popover:focus-within .teaser-product-popover--media img.image-sizes,
.teaser-product-popover:focus-within .teaser-product-popover--media responsive-img,
.teaser-product-popover:focus-within .teaser-product-popover--media picture {
  transition: var(--Transition-Base);
  transform: scale(1);
  transform: scale(1.1);
}
.teaser-product-popover:hover .teaser-product-popover--content__content, .teaser-product-popover:focus .teaser-product-popover--content__content, .teaser-product-popover:focus-within .teaser-product-popover--content__content {
  font-size: inherit;
  text-align: center;
  margin-top: var(--Spacing-03);
  opacity: 1;
}
.teaser-product-popover:hover .teaser-product-popover--content__content .text-formatted, .teaser-product-popover:focus .teaser-product-popover--content__content .text-formatted, .teaser-product-popover:focus-within .teaser-product-popover--content__content .text-formatted {
  display: block;
}
.teaser-product-popover--media {
  aspect-ratio: 3/2;
  overflow: hidden;
  order: -1;
  max-height: 100%;
  width: 100%;
  margin: auto;
}
.teaser-product-popover--media img,
.teaser-product-popover--media img.image-sizes,
.teaser-product-popover--media responsive-img,
.teaser-product-popover--media picture {
  transition: var(--Transition-Base);
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.teaser-product-popover--media img img,
.teaser-product-popover--media img img.image-sizes,
.teaser-product-popover--media img responsive-img,
.teaser-product-popover--media img picture,
.teaser-product-popover--media img.image-sizes img,
.teaser-product-popover--media img.image-sizes img.image-sizes,
.teaser-product-popover--media img.image-sizes responsive-img,
.teaser-product-popover--media img.image-sizes picture,
.teaser-product-popover--media responsive-img img,
.teaser-product-popover--media responsive-img img.image-sizes,
.teaser-product-popover--media responsive-img responsive-img,
.teaser-product-popover--media responsive-img picture,
.teaser-product-popover--media picture img,
.teaser-product-popover--media picture img.image-sizes,
.teaser-product-popover--media picture responsive-img,
.teaser-product-popover--media picture picture {
  transition: var(--Transition-Base);
  transform: scale(1);
}
.teaser-product-popover--content .title {
  justify-content: center;
}
.teaser-product-popover--content .title__link {
  background-color: transparent;
  border: none;
  color: var(--Color-Text);
  display: inline-block;
  column-gap: var(--Spacing-03);
  cursor: pointer;
  font-size: var(--Font-Size-S);
  font-weight: 600;
  line-height: var(--Spacing-06);
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: var(--Transition-Base);
  text-transform: uppercase;
  align-items: center;
  text-align: center;
}
.teaser-product-popover--content .title__link .whitespace-nowrap {
  white-space: nowrap;
}
.teaser-product-popover--content .title__link:after,
.teaser-product-popover--content .title__link .whitespace-nowrap:after {
  background-color: var(--Color-Primary);
  position: relative;
  display: inline-block;
  width: 12px;
  height: 15px;
  content: "";
  mask-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 9.99781M11 9.99781L1 19M11 9.99781H10' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  margin-left: var(--Spacing-04);
  transition: var(--Transition-Base);
  top: 2px;
  left: 0;
}
.teaser-product-popover--content .title__link:has(.whitespace-nowrap):after {
  display: none;
}
.teaser-product-popover--content .title__link.has-icon {
  display: inline-flex;
  position: relative;
}
.teaser-product-popover--content .title__link.has-icon:after {
  margin-left: var(--Spacing-02);
  top: -1px;
}
.teaser-product-popover--content .title__link.has-icon.has-icon-right:after {
  display: none;
}
.teaser-product-popover--content .title__link .is-lower {
  text-transform: none;
}
.teaser-product-popover--content .title__link .icon {
  pointer-events: none;
  fill: var(--Color-Primary);
  order: -1;
  transform: scale(1);
  transition: var(--Transition-Base);
}
.teaser-product-popover--content .title__link.has-icon-right .icon {
  order: 1;
}
.teaser-product-popover--content .title__link.is-primary {
  text-align: center;
  border-radius: 2px;
  border: solid 2px transparent;
  padding: var(--Spacing-03) var(--Spacing-05);
  background-color: var(--Color-Primary);
  color: var(--Color-Primary-Text);
}
.teaser-product-popover--content .title__link.is-primary .whitespace-nowrap:after, .teaser-product-popover--content .title__link.is-primary:after {
  background-color: var(--Color-Primary-Text);
}
.teaser-product-popover--content .title__link.is-primary .icon {
  fill: var(--Color-Primary-Text);
}
.teaser-product-popover--content .title__link.is-primary[disabled] {
  background-color: var(--Color-Gray-300);
  border: solid 2px transparent;
  color: var(--Color-Gray-600);
  pointer-events: none;
}
.teaser-product-popover--content .title__link.is-primary[disabled] .whitespace-nowrap:after, .teaser-product-popover--content .title__link.is-primary[disabled]:after, .teaser-product-popover--content .title__link.is-primary[disabled]:before {
  background-color: var(--Color-Gray-600);
}
.teaser-product-popover--content .title__link.is-primary[disabled] .icon {
  fill: var(--Color-Gray-600);
}
.teaser-product-popover--content .title__link.is-primary-outline {
  text-align: center;
  border-radius: 2px;
  border: solid 2px transparent;
  padding: var(--Spacing-03) var(--Spacing-05);
  background-color: transparent;
  border-color: var(--Color-Primary);
}
.teaser-product-popover--content .title__link.is-primary-outline[disabled] {
  background-color: var(--Color-Gray-300);
  border: solid 2px transparent;
  color: var(--Color-Gray-600);
  pointer-events: none;
}
.teaser-product-popover--content .title__link.is-primary-outline[disabled] .whitespace-nowrap:after, .teaser-product-popover--content .title__link.is-primary-outline[disabled]:after, .teaser-product-popover--content .title__link.is-primary-outline[disabled]:before {
  background-color: var(--Color-Gray-600);
}
.teaser-product-popover--content .title__link.is-primary-outline[disabled] .icon {
  fill: var(--Color-Gray-600);
}
.teaser-product-popover--content .title__link.is-secondary {
  text-align: center;
  border-radius: 2px;
  border: solid 2px transparent;
  padding: var(--Spacing-03) var(--Spacing-05);
  background-color: var(--Color-Secondary);
  color: var(--Color-Secondary-Text);
}
.teaser-product-popover--content .title__link.is-secondary .whitespace-nowrap:after, .teaser-product-popover--content .title__link.is-secondary:after {
  background-color: var(--Color-Secondary-Text);
}
.teaser-product-popover--content .title__link.is-secondary .icon {
  fill: var(--Color-Secondary-Text);
}
.teaser-product-popover--content .title__link.is-secondary[disabled] {
  background-color: var(--Color-Gray-300);
  border: solid 2px transparent;
  color: var(--Color-Gray-600);
  pointer-events: none;
}
.teaser-product-popover--content .title__link.is-secondary[disabled] .whitespace-nowrap:after, .teaser-product-popover--content .title__link.is-secondary[disabled]:after, .teaser-product-popover--content .title__link.is-secondary[disabled]:before {
  background-color: var(--Color-Gray-600);
}
.teaser-product-popover--content .title__link.is-secondary[disabled] .icon {
  fill: var(--Color-Gray-600);
}
.teaser-product-popover--content .title__link.is-secondary-outline {
  text-align: center;
  border-radius: 2px;
  border: solid 2px transparent;
  padding: var(--Spacing-03) var(--Spacing-05);
  border-color: var(--Color-Secondary);
}
.teaser-product-popover--content .title__link.is-secondary-outline .icon {
  fill: var(--Color-Text);
}
.teaser-product-popover--content .title__link.is-secondary-outline[disabled] {
  background-color: var(--Color-Gray-300);
  border: solid 2px transparent;
  color: var(--Color-Gray-600);
  pointer-events: none;
}
.teaser-product-popover--content .title__link.is-secondary-outline[disabled] .whitespace-nowrap:after, .teaser-product-popover--content .title__link.is-secondary-outline[disabled]:after, .teaser-product-popover--content .title__link.is-secondary-outline[disabled]:before {
  background-color: var(--Color-Gray-600);
}
.teaser-product-popover--content .title__link.is-secondary-outline[disabled] .icon {
  fill: var(--Color-Gray-600);
}
.teaser-product-popover--content .title__link.is-text {
  text-align: center;
  border-radius: 2px;
  border: solid 2px transparent;
  padding: var(--Spacing-03) var(--Spacing-05);
  text-align: left;
  padding: 0;
}
.teaser-product-popover--content .title__link.is-text[disabled] {
  background-color: var(--Color-Gray-300);
  border: solid 2px transparent;
  color: var(--Color-Gray-600);
  pointer-events: none;
}
.teaser-product-popover--content .title__link.is-text[disabled] .whitespace-nowrap:after, .teaser-product-popover--content .title__link.is-text[disabled]:after, .teaser-product-popover--content .title__link.is-text[disabled]:before {
  background-color: var(--Color-Gray-600);
}
.teaser-product-popover--content .title__link.is-text[disabled] .icon {
  fill: var(--Color-Gray-600);
}
.teaser-product-popover--content .title__link:not(.no-link):hover, .teaser-product-popover--content .title__link:not(.no-link):focus, .teaser-product-popover--content .title__link:not(.no-link):focus-within {
  text-decoration: underline;
  text-underline-offset: 3px;
  border-color: var(--Color-Text-Hover);
  color: var(--Color-Text-Hover);
}
.teaser-product-popover--content .title__link:not(.no-link):hover .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):hover:after, .teaser-product-popover--content .title__link:not(.no-link):focus .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within:after {
  background-color: var(--Color-Primary-Hover);
  left: var(--Spacing-02);
}
.teaser-product-popover--content .title__link:not(.no-link):hover .icon, .teaser-product-popover--content .title__link:not(.no-link):focus .icon, .teaser-product-popover--content .title__link:not(.no-link):focus-within .icon {
  transform: scale(1.2);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-primary, .teaser-product-popover--content .title__link:not(.no-link):focus.is-primary, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-primary {
  text-decoration: underline;
  text-underline-offset: 3px;
  background-color: var(--Color-Primary-Hover);
  border-color: var(--Color-Primary-Hover);
  color: var(--Color-Primary-Text-Hover);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-primary .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):hover.is-primary:after, .teaser-product-popover--content .title__link:not(.no-link):focus.is-primary .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus.is-primary:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-primary .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-primary:after {
  background-color: var(--Color-Primary-Hover);
  left: var(--Spacing-02);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-primary .icon, .teaser-product-popover--content .title__link:not(.no-link):focus.is-primary .icon, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-primary .icon {
  transform: scale(1.2);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-primary .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):hover.is-primary:after, .teaser-product-popover--content .title__link:not(.no-link):focus.is-primary .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus.is-primary:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-primary .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-primary:after {
  background-color: var(--Color-Primary-Text-Hover);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-primary-outline, .teaser-product-popover--content .title__link:not(.no-link):focus.is-primary-outline, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-primary-outline {
  text-decoration: underline;
  text-underline-offset: 3px;
  border-color: var(--Color-Primary);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-primary-outline .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):hover.is-primary-outline:after, .teaser-product-popover--content .title__link:not(.no-link):focus.is-primary-outline .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus.is-primary-outline:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-primary-outline .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-primary-outline:after {
  background-color: var(--Color-Primary-Hover);
  left: var(--Spacing-02);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-primary-outline .icon, .teaser-product-popover--content .title__link:not(.no-link):focus.is-primary-outline .icon, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-primary-outline .icon {
  transform: scale(1.2);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-secondary, .teaser-product-popover--content .title__link:not(.no-link):focus.is-secondary, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-secondary {
  text-decoration: underline;
  text-underline-offset: 3px;
  background-color: var(--Color-Secondary-Hover);
  border-color: var(--Color-Secondary-Hover);
  color: var(--Color-Secondary-Text);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-secondary .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):hover.is-secondary:after, .teaser-product-popover--content .title__link:not(.no-link):focus.is-secondary .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus.is-secondary:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-secondary .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-secondary:after {
  background-color: var(--Color-Primary-Hover);
  left: var(--Spacing-02);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-secondary .icon, .teaser-product-popover--content .title__link:not(.no-link):focus.is-secondary .icon, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-secondary .icon {
  transform: scale(1.2);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-secondary .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):hover.is-secondary:after, .teaser-product-popover--content .title__link:not(.no-link):focus.is-secondary .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus.is-secondary:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-secondary .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-secondary:after {
  background-color: var(--Color-Secondary-Text);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-secondary-outline, .teaser-product-popover--content .title__link:not(.no-link):focus.is-secondary-outline, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-secondary-outline {
  text-decoration: underline;
  text-underline-offset: 3px;
  border-color: var(--Color-Secondary-Hover);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-secondary-outline .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):hover.is-secondary-outline:after, .teaser-product-popover--content .title__link:not(.no-link):focus.is-secondary-outline .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus.is-secondary-outline:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-secondary-outline .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-secondary-outline:after {
  background-color: var(--Color-Primary-Hover);
  left: var(--Spacing-02);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-secondary-outline .icon, .teaser-product-popover--content .title__link:not(.no-link):focus.is-secondary-outline .icon, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-secondary-outline .icon {
  transform: scale(1.2);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-text, .teaser-product-popover--content .title__link:not(.no-link):focus.is-text, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-text {
  text-decoration: underline;
  text-underline-offset: 3px;
  border-color: var(--Color-Text-Hover);
  color: var(--Color-Text-Hover);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-text .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):hover.is-text:after, .teaser-product-popover--content .title__link:not(.no-link):focus.is-text .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus.is-text:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-text .whitespace-nowrap:after, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-text:after {
  background-color: var(--Color-Primary-Hover);
  left: var(--Spacing-02);
}
.teaser-product-popover--content .title__link:not(.no-link):hover.is-text .icon, .teaser-product-popover--content .title__link:not(.no-link):focus.is-text .icon, .teaser-product-popover--content .title__link:not(.no-link):focus-within.is-text .icon {
  transform: scale(1.2);
}
.teaser-product-popover--content .title__link.no-link {
  cursor: default;
}
.teaser-product-popover--content__content {
  transition: var(--Transition-Fade);
  font-size: 0;
  opacity: 0;
}
.teaser-product-popover--content__content .text-formatted {
  display: none;
}

/*# sourceMappingURL=teaser-product-popover.css.map */
