.sbtc-product-image > .sbtc-saving,
.sbtc-product-image > .sbtc-feature-label {
  position: absolute;
  top: 10px;
  z-index: 2;
  display: block;
  width: auto;
  max-width: calc(50% - 16px);
  padding: 7px 10px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

.sbtc-product-image > .sbtc-saving {
  left: 10px;
  background: #d84b31;
}

.sbtc-product-image > .sbtc-feature-label {
  right: 10px;
  background: #39413f;
}

.sbtc-product-image > .sbtc-saving .woocommerce-Price-amount,
.sbtc-product-image > .sbtc-saving .woocommerce-Price-currencySymbol,
.sbtc-product-image > .sbtc-saving bdi {
  position: static !important;
  display: inline !important;
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.sbtc-model-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #c45e00 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.sbtc-model-link:hover,
.sbtc-model-link:focus-visible {
  text-decoration: underline !important;
}

.sbtc-facts-grid strong,
.sbtc-facts-grid strong .woocommerce-Price-amount,
.sbtc-facts-grid strong .woocommerce-Price-currencySymbol,
.sbtc-facts-grid strong bdi {
  display: inline !important;
  color: var(--sbtc-ink) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  white-space: nowrap;
}
