.hdc-single-product-summary-header {
    display: grid;
    gap: 9px;
    padding: 16px 18px 14px;
}

.hdc-single-product-taxonomy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 14px;
    color: var(--hdf-breadcrumb-text, var(--hdc-muted-text));
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: none;
}

.hdc-single-product-taxonomy__trail {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.hdc-single-product-taxonomy a {
    color: inherit;
    text-decoration: none;
}

.hdc-single-product-taxonomy a:hover,
.hdc-single-product-taxonomy a:focus-visible {
    color: var(--hdc-primary-hover);
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.hdc-single-product-page .hdc-single-product-summary-header .product_title {
    margin: 0;
    color: var(--hdc-text);
    font-family: var(--hdc-font-heading);
    font-size: clamp(21px, 2.35vw, var(--hdc-single-title-size));
    font-weight: var(--hdc-font-weight-heading);
    line-height: 1.1;
    letter-spacing: -.02em;
}

.hdc-single-product-rating-row {
    display: flex;
    min-width: 0;
    min-height: 22px;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
}

.hdc-single-product-rating-row::-webkit-scrollbar {
    display: none;
}

.hdc-single-product-rating-row__stars {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
}

.hdc-single-product-rating-row .star-rating {
    float: none;
    width: 5.4em;
    height: 1em;
    margin: 0;
    color: #D1D5DB;
    font-size: var(--hdc-single-rating-size);
    line-height: 1;
}

.hdc-single-product-rating-row .star-rating::before {
    color: #D1D5DB;
}

.hdc-single-product-rating-row .star-rating span::before {
    color: #FFB900;
}

.hdc-single-product-review-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    color: var(--hdc-muted-text);
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
}

.hdc-single-product-review-link:hover,
.hdc-single-product-review-link:focus-visible {
    color: var(--hdc-primary-hover);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hdc-single-product-review-link + .hdc-single-product-review-link::before {
    margin-inline-end: 8px;
    color: var(--hdc-border);
    content: "|";
}
