
.downloadable-svg-wrapper {
  position: absolute;
  z-index: 11;
  right: 8px;
  bottom: 8px;
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 4px;
  background: black;
}

  .downloadable-svg-wrapper svg {
    width: 20px;
    height: 20px;
  }

.product__media-item .product-badge-svg-wrapper {
  padding: 8px;
  border-radius: 8px;
}

.product__media-item .product-badge-svg-wrapper svg {
  width: 20px;
  height: 20px;
}

.product-badge-svg-wrapper svg {
  width: 15px;
  height: 15px;
}

.price > * {
  display: inline-block;
  vertical-align: top;
}

.product-badge-container {
  position: absolute;
  z-index: 11;
  left: 8px;
  top: 8px;
}


.product-activity-badge {
  font-size: 12px;
  color: #fd1d45;
  border-radius: 4px;
  border: 1px solid #fd1d45;
  padding: 0.5rem 1rem;
}

.price.price--unavailable {
  visibility: hidden;
}

.price--end {
  text-align: right;
}

.price .price-item {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.price__regular .price-item--regular {
  margin-right: 0;
}

.price:not(.price--show-badge) .price-item--last:last-of-type {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}

.price--sold-out .price__availability,
.price__regular {
  display: block;
}

.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale,
.volume-pricing--sale-badge .price__badge-sale {
  display: inline-block;
}

.volume-pricing--sale-badge .price__badge-sale {
  margin-left: 0.5rem;
}

.price--on-sale .price__sale {
  display: flex;
  align-items: center;
  gap: var(--genstore-spacing-gap-400);
  flex-wrap: wrap;
}

.price--center {
  display: initial;
  justify-content: center;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
  font-size: 1.3rem;
}

.unit-price {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  margin-top: 0.2rem;
  text-transform: uppercase;
}
