.product-details_collections .collections {
    font-size: 40px;
}

.product-details_collections .collections .title {
    color: var(--theme-color);
    font-family: 'Cantata One';
}

.product-details_collections .title:has(+ .title)::after {
    content: ', ';
}
