@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;700&display=swap");

body {
  font-family: "Sora", sans-serif;
}

button.wishlist-button-add {
  display: none;
}

.block-category.card.card-block {
  min-height: auto;
}

li.product-flag.new {
  display: none;
}

.product-prices .tax-shipping-delivery-label {
  display: none;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  text-transform: none;
}

.product-miniature .preorder-label {
  background: #a40303;
  color: white;
  padding: 5px 9px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -240px;
}

.product-additional-info .preorder-label {
  background: #a40303;
  color: white;
  padding: 5px 9px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.preorder-availability {
  padding-top: 15px;
}

.product-availability-date {
  display: none;
}
