/* ================================
   Woo – Badge "Gratis"
   ================================ */

/* base */
.woocommerce span.onsale.dp-badge-free{
  background: var(--dp-primary);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .2px;

  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1 !important;

  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0 !important;
  text-transform: none;
  box-shadow: 0 10px 18px rgba(15,23,42,.14);
}

/* Loop: dentro del <a> */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
  position: relative;
  display: block;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link > span.onsale.dp-badge-free{
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  float: none !important;
  z-index: 3 !important;
}
.woocommerce ul.products li.product span.onsale{
  transform: none !important;
  margin: 0 !important;
}

/* Single: pegado a la izquierda */
.single-product .woocommerce div.product span.onsale.dp-badge-free{
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  padding: 10px 14px;
  font-size: 13px;
}
