.block-product-card {
  position: relative;
}

.block-product-card.product-card-style--card {
  background-color: rgb(var(--color-background));
}

.block-product-card.product-card-style--card .block-product-price,
.block-product-card.product-card-style--card .block-product-title {
  padding-inline: 8px;
}

.block-product-price .product-price__sale {
  font-size: var(--product-price-sale-font-size-desktop) !important;
  font-weight: var(--product-price-sale-weight-desktop) !important;
}

.block-product-price .product-price__origin {
  font-size: var(--product-price-origin-font-size-desktop) !important;
  font-weight: var(--product-price-origin-weight-desktop) !important;
}

@media (max-width: 959px) {
  .block-product-price .product-price__sale {
    font-size: var(--product-price-sale-font-size-mobile) !important;
    font-weight: var(--product-price-sale-weight-mobile) !important;
  }

  .block-product-price .product-price__origin {
    font-size: var(--product-price-origin-font-size-mobile) !important;
    font-weight: var(--product-price-origin-weight-mobile) !important;
  }
}