.product-review:not(.slick-initialized) {
    height: 508px;
}

.bread-crumbs .bread-crumbs__item:last-child span {
    cursor: default;
}

.brand-collections-title {
    margin-top: 40px;
    padding-left: 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: #263238;
    margin-bottom: 16px;
}

.brand__collections {
    margin: 24px 0 80px;
}
.brand__collections a {
    border: 1px solid #B3E5FC;
    border-radius: 24px;
    height: 24px;
    margin: 0 4px 8px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.4px;
    padding: 4px 8px;
    color: #008DEE;
    display: inline-block;
}
.brand__collections a:hover {
    cursor: pointer;
    background-color: #eaf2f7;
}
