/* Base asset file kept intentionally light.
   Most output stays shortcode-scoped so instances can vary without global conflicts. */

body.single-product .single_add_to_cart_button.mcom-sale-price-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  white-space: normal !important;
  line-height: 1 !important;
  text-align: center !important;
}

body.single-product .single_add_to_cart_button.mcom-sale-price-button .btn-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  line-height: 1 !important;
}

body.single-product .mcom-sale-price-button__label,
body.single-product .mcom-sale-price-button__price {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  color: inherit !important;
  line-height: 1 !important;
}

body.single-product .mcom-sale-price-button__label {
  flex: 0 0 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  opacity: .92 !important;
  letter-spacing: .08em !important;
}

body.single-product .mcom-sale-price-button__price del,
body.single-product .mcom-sale-price-button__price del * {
  color: inherit !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
}

body.single-product .mcom-sale-price-button__price ins,
body.single-product .mcom-sale-price-button__price ins * {
  color: inherit !important;
  font-size: 1.06em !important;
  font-weight: 500 !important;
  min-width: 7.5ch !important;
  text-decoration: none !important;
}

body.single-product .mcom-sale-price-button__was {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  opacity: .58 !important;
  font-size: .72em !important;
  font-weight: 400 !important;
  letter-spacing: .08em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body.single-product .mcom-sale-price-button__price .screen-reader-text {
  display: none !important;
}

@media (max-width: 767px) {
  body.single-product .single_add_to_cart_button.mcom-sale-price-button,
  body.single-product .single_add_to_cart_button.mcom-sale-price-button .btn-label {
    gap: 8px !important;
  }

  body.single-product .mcom-sale-price-button__was {
    font-size: .68em !important;
  }
}
