.term-note {
    font-size: .72em;
    font-weight: 500;
    color: inherit;
    opacity: .62;
}

.heading-note {
    font-family: Inter, system-ui, sans-serif;
    font-size: .42em;
    font-weight: 500;
    color: var(--muted);
}

.scent-reading {
    max-width: 800px;
}

.scent-reading p {
    font-size: 1.08rem;
}

.perfume-overview {
    max-width: 900px;
}

.perfume-overview > p {
    font-size: 1.08rem;
    line-height: 1.85;
}

.overview-character {
    margin-top: 24px;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
}

.reading-note,
.language-note {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    font-size: .88rem;
}

.original-copy {
    color: #333;
}

.accord span {
    gap: 4px;
}

.note {
    width: 135px;
}

.note .term-note {
    display: block;
    margin-top: 2px;
    line-height: 1.3;
}

.meta-rating-only {
    justify-content: flex-end;
}

@media (min-width: 901px) {
    .product-image {
        height: 480px;
    }

    .product-info h1 {
        margin-bottom: 28px;
    }
}
