.hdc-single-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: clamp(18px, 2.4vw, 28px);
    padding: 16px 0 0;
    border-top: 1px solid var(--hdc-border);
    color: var(--hdc-muted-text);
    font-size: 12px;
}

.hdc-single-product-meta span {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.hdc-single-product-meta strong {
    color: var(--hdc-text);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.hdc-single-product-meta__value {
    text-transform: uppercase;
}

.hdc-single-product-meta a {
    color: var(--hdc-primary-hover);
    text-decoration: none;
}

.hdc-single-product-meta a:hover,
.hdc-single-product-meta a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}
