/* Olune Aesthetics Trade Core v0.4.8
 * Global points banner layout for homepage, Elementor/WoodMart widgets, WooCommerce archives and single product pages.
 */

/* Shared loop/home/shop points style */
body .woocommerce ul.products li.product .olune-points-one-line,
body .wd-products .olune-points-one-line,
body .products .product .olune-points-one-line,
body .elementor-widget-woocommerce-products .olune-points-one-line,
body .elementor-widget-wd_products .olune-points-one-line {
  align-items: center !important;
  background: #d9cca2 !important;
  border-radius: 2px !important;
  box-sizing: border-box !important;
  color: #4b5563 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 4px !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  margin: 0 0 6px !important;
  min-height: 30px !important;
  padding: 6px 10px !important;
  text-align: center !important;
  white-space: nowrap !important;
  width: 100% !important;
}

body .woocommerce ul.products li.product .olune-points-one-line,
body .woocommerce ul.products li.product .olune-points-one-line a,
body .woocommerce ul.products li.product .olune-points-one-line span,
body .woocommerce ul.products li.product .olune-points-one-line strong,
body .woocommerce ul.products li.product .olune-points-one-line small,
body .wd-products .olune-points-one-line,
body .wd-products .olune-points-one-line a,
body .wd-products .olune-points-one-line span,
body .wd-products .olune-points-one-line strong,
body .wd-products .olune-points-one-line small,
body .products .product .olune-points-one-line,
body .products .product .olune-points-one-line a,
body .products .product .olune-points-one-line span,
body .products .product .olune-points-one-line strong,
body .products .product .olune-points-one-line small {
  color: #4b5563 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

body .olune-points-one-line > * {
  display: inline !important;
  float: none !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}

body .olune-points-one-line br {
  display: none !important;
}

/* Single product page: same colour family, but shorter/compact container */
body.single-product .product .summary .olune-points-one-line,
body.single-product .product .summary .wc-points-rewards-product-message {
  align-items: center !important;
  background: #d9cca2 !important;
  border-radius: 2px !important;
  box-sizing: border-box !important;
  color: #4b5563 !important;
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 4px !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  margin: 14px 0 10px !important;
  max-width: 220px !important;
  min-height: 30px !important;
  padding: 8px 12px !important;
  text-align: center !important;
  white-space: nowrap !important;
  width: auto !important;
}

body.single-product .product .summary .olune-points-one-line,
body.single-product .product .summary .olune-points-one-line a,
body.single-product .product .summary .olune-points-one-line span,
body.single-product .product .summary .olune-points-one-line strong,
body.single-product .product .summary .wc-points-rewards-product-message,
body.single-product .product .summary .wc-points-rewards-product-message a,
body.single-product .product .summary .wc-points-rewards-product-message span,
body.single-product .product .summary .wc-points-rewards-product-message strong {
  color: #4b5563 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

body.single-product .product .summary .wc-points-rewards-product-message br,
body.single-product .product .summary .olune-points-one-line br {
  display: none !important;
}


/* v0.4.9 single product presentation */
body.single-product .product .summary .olune-points-one-line,
body.single-product .product .summary .wc-points-rewards-product-message {
  align-items: center !important;
  background: #d9cca2 !important;
  border: 0 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: #2f3a4a !important;
  display: flex !important;
  float: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  margin: 18px 0 12px !important;
  max-width: 280px !important;
  min-height: 38px !important;
  padding: 10px 16px !important;
  position: relative !important;
  text-align: center !important;
  width: 280px !important;
}
body.single-product .product .summary .olune-points-one-line a,
body.single-product .product .summary .olune-points-one-line span,
body.single-product .product .summary .olune-points-one-line strong,
body.single-product .product .summary .wc-points-rewards-product-message a,
body.single-product .product .summary .wc-points-rewards-product-message span,
body.single-product .product .summary .wc-points-rewards-product-message strong {
  color: #2f3a4a !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}
body.single-product .product .summary .olune-points-one-line::before,
body.single-product .product .summary .wc-points-rewards-product-message::before {
  content: "★";
  color: #8a6a2b;
  font-size: 12px;
  margin-right: 7px;
}
body.single-product .product .summary .olune-points-one-line + .compare,
body.single-product .product .summary .wc-points-rewards-product-message + .compare {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  body.single-product .product .summary .olune-points-one-line,
  body.single-product .product .summary .wc-points-rewards-product-message {
    max-width: 100% !important;
    width: 100% !important;
  }
}
