.product-list-header-banner h1 {
    line-height: 40px;
}

.product-list-header-banner h1 .smaller {
    font-size: 0.8em;
}

.product-list-header {
    display: flex;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 24px;
    justify-content: space-between;
    align-items: center;
}

.product-list-header h1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    max-width: 600px;
}

.product-list-header .cover-list-wrapper {
    display: inline-block;
    width: 260px;
    height: 123px;
    vertical-align: middle;
}

.product-list-header .cover-list {
    width: 100%;
    height: 100%;
}

.product-list-header .title {
    font-family: 'Montserrat', sans-serif;
    font-family: var(--headings-font-family), sans-serif;
    font-weight: 900;
    font-size: 44px;
    line-height: normal;
    color: #D20000;
}

.product-list-header .lore {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    color: #2C2C2C;
}

.list-description {
    font-size: 16px;
    line-height: normal;
    padding: 0;
    margin-bottom: 30px;
}

.list-description a {
    color: #444;
    text-decoration: underline;
}