.dedalo-leadtime-badge {
  align-items: center;
  background: rgba(255, 249, 235, 0.97);
  border: 1px solid #e2c27a;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(55, 48, 39, 0.12);
  color: #59451f;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 0.36rem;
  line-height: 1.2;
  padding: 0.42rem 0.64rem;
  white-space: nowrap;
}

.product-miniature__top > .dedalo-leadtime-badge {
  max-width: calc(100% - 1rem);
  position: absolute;
  right: 0.55rem;
  top: 0.55rem;
  z-index: 7;
}

.product-miniature__top {
  position: relative;
}

.dedalo-leadtime-clock {
  border: 1.6px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  flex: 0 0 auto;
  height: 0.82rem;
  position: relative;
  width: 0.82rem;
}

.dedalo-leadtime-clock::before,
.dedalo-leadtime-clock::after {
  background: currentColor;
  border-radius: 1px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: 0 0;
}

.dedalo-leadtime-clock::before {
  height: 1px;
  transform: rotate(0deg);
  width: 0.23rem;
}

.dedalo-leadtime-clock::after {
  height: 0.23rem;
  transform: translateY(-100%);
  width: 1px;
}

.dedalo-leadtime-product {
  align-items: center;
  background: #fff9eb;
  border: 1px solid #ead39b;
  border-radius: 12px;
  color: #59451f;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.6rem;
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
}

.dedalo-leadtime-product .dedalo-leadtime-clock {
  height: 1.05rem;
  width: 1.05rem;
}

.dedalo-leadtime-inline {
  align-items: center;
  color: #6d5526;
  display: flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.38rem;
  margin-top: 0.35rem;
}

@media (max-width: 575.98px) {
  .dedalo-leadtime-badge {
    font-size: 0.64rem;
    padding: 0.34rem 0.48rem;
  }

  .product-miniature__top > .dedalo-leadtime-badge {
    right: 0.4rem;
    top: 0.4rem;
  }
}
