/*.az2-breadcrumb-bar {
    width: 100%;
    border-top: 1px solid #ead3b4;
    border-bottom: 1px solid #ead3b4;
    background: #f5dfc1;
}

.az2-live-price-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.25rem;
  position: relative;
  top: -0.25rem;
  border: 1px solid rgb(254 202 202);
  border-radius: 9999px;
  background: rgb(254 242 242);
  padding: 0.05rem 0.35rem;
  color: rgb(185 28 28);
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: baseline;
}

.az2-live-price-badge::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 9999px;
  background: rgb(220 38 38);
  box-shadow: 0 0 0 2px rgb(254 226 226);
  animation: az2-live-price-dot-pulse 2s ease-in-out infinite;
}

@keyframes az2-live-price-dot-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(0.92);
    opacity: 0.82;
  }
}

.az2-product-description p + p {
  margin-top: 0.75rem;
}
*/