.product__price .price__subscription {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;

  .price-item--regular {
    text-decoration: line-through;
    opacity: 0.7;
  }

  .price-item--sale {
    font-weight: 700;
  }
}

.product-details-sticky .price__subscription {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.75rem;

  .price-item--regular {
    text-decoration: line-through;
    opacity: 0.7;
  }

  .price-item--sale {
    font-weight: 700;
  }
}
