:root {
  --font-accent-stack: "Anybody", sans-serif;
  /* typgraphy */
  --font-size-huge:1.85rem;
}
@media screen and (min-width: 30em) {
  :root {
    --font-size-huge:2.5rem;
  }
}
@media screen and (min-width: 64em) {
  :root {
    --font-size-huge:3.0rem;
  }
}

.logo--shop {
  margin: 1rem 0.25rem !important;
}

.product--detail-upper {
  position: relative;
}

.product--details .product--header .product--title .product--variant-name {
  font-weight: 400;
}
.product--details .product--buybox .price--content {
  font-family: var(--font-accent-stack);
}
.product--details .product--buybox .product--price.price--default {
  margin-top: 1rem;
}
.product--details .product--buybox .price--discount-icon {
  transform: rotate(-4deg) translateY(-0.25em);
  font-size: 3.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.icon--percent2::before {
  content: "%";
  font-family: var(--font-accent-stack);
  font-weight: 700;
}

/* listing */
.product--box .product--badges .badge--discount {
  border-radius: 0.1875rem;
  padding: 0.1875rem;
  transform: rotate(-4deg) scale(1.2);
  position: relative;
  left: 0.5em;
  top: -0.5em;
}

.tv-main-teaser {
  --color: var(--brand-secondary-dark);
  --price-color: #fff;
}
.tv-main-teaser.tv-red {
  --color: #fff;
  --price-color: var(--brand-secondary-dark);
}
.tv-main-teaser.tv-white {
  --background-color: var(--gray);
  --price-color: #fff;
}
.tv-main-teaser.tv-rose {
  --price-color: #fff;
}
.tv-main-teaser.tv-bubble {
  --price-color: #fff;
}
.tv-main-teaser .emotion--product .product--box .product--title .vintage {
  color: var(--accent-color);
}
.tv-main-teaser .emotion--product .product--box .product--price-info {
  display: inline-flex;
  flex-direction: column;
}
.tv-main-teaser .emotion--product .product--box .listing--package-price,
.tv-main-teaser .emotion--product .product--box .product--price {
  background-color: var(--color);
}
.tv-main-teaser .emotion--product .product--box .product--price {
  padding: 0.5rem 1rem;
}
.tv-main-teaser .emotion--product .product--box .product--price .price--pseudo,
.tv-main-teaser .emotion--product .product--box .product--price .price--default {
  color: var(--price-color);
}
.tv-main-teaser .emotion--product .product--box .product--price .price--default.is--discount {
  color: var(--accent-color);
}
.tv-main-teaser .emotion--product .product--box .listing--package-price {
  padding: 0.25em 1rem 0.25rem 1rem;
  color: var(--price-color);
  font-size: 0.85rem;
  margin-top: 1px;
}
