/* Regateo WOW v1.1 – closer to price */
.mg-wow-banner{
  display:flex; gap:10px; align-items:center;
  margin: 6px 0 8px 0; /* tighter spacing */
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: linear-gradient(135deg, rgba(0,195,137,.14), rgba(255,214,107,.16));
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
}
.mg-wow-banner__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.06)}
.mg-wow-banner__headline{font-size:15px;font-weight:800}
.mg-wow-banner__sub{font-size:12px;opacity:.85}

.mg-wow-badge{
  position:absolute;top:10px;left:10px;z-index:20;
  display:inline-flex;gap:8px;align-items:center;
  padding:8px 10px;border-radius:999px;
  background:rgba(0,0,0,.78);color:#fff;font-weight:700;font-size:12px;
}
.mg-wow-badge__dot{width:9px;height:9px;border-radius:50%;background:#00C389;box-shadow:0 0 0 0 rgba(0,195,137,.55);animation:pulse 1.4s ease-out infinite}
@keyframes pulse{to{box-shadow:0 0 0 10px rgba(0,195,137,0)}}

.woocommerce div.product div.images,
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .product{position:relative}
