/* Envío gratis RM — barra WoodMart en ficha, carrito y checkout */

.single-product .wd-shipping-progress-bar.wd-style-bordered .wd-free-progress-bar,
.woocommerce-cart .wd-shipping-progress-bar.wd-style-bordered .wd-free-progress-bar,
.woocommerce-checkout .wd-shipping-progress-bar.wd-style-bordered .wd-free-progress-bar {
  padding: 0.95rem 1.1rem 1.05rem;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #2a1235 0%, #4a1f57 52%, #0f5f5a 130%);
  color: #fff;
}

.wd-free-progress-bar .progress-msg,
.wd-free-progress-bar .progress-msg p {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

.wd-free-progress-bar .progress-msg .woocommerce-Price-amount {
  color: #ffd0b8;
  font-weight: 800;
}

.wd-free-progress-bar .progress-area {
  margin-top: 0.7rem;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.wd-free-progress-bar .progress-bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #fa6b42, #facc15) !important;
  background-image: none !important;
}

/* Ficha: mostrar pista aunque el carrito esté vacío (0%). */
.single-product .wd-free-progress-bar.wd-progress-hide .progress-area {
  display: block;
}

.widget_shopping_cart .wd-free-progress-bar {
  border-top: 0;
  padding: 0.85rem 0 0.4rem;
}

.widget_shopping_cart .wd-free-progress-bar .progress-msg,
.widget_shopping_cart .wd-free-progress-bar .progress-msg p {
  color: #1e1524;
}

.widget_shopping_cart .wd-free-progress-bar .progress-msg .woocommerce-Price-amount {
  color: #872e8c;
}

.widget_shopping_cart .wd-free-progress-bar .progress-area {
  background: rgba(135, 46, 140, 0.12);
}
