.product__delivery-estimate {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 1rem 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(var(--color-foreground), 0.85);
}

.product__delivery-estimate-dot {
  flex-shrink: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #1a9d4c;
}
