.product-info h1 {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div#product-dynamic-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}