.bvd-load-more {
    clear: both;
    margin: 24px 0 16px;
    text-align: center;
}

.category-products-grid .product-image.azb-native-product-image {
    aspect-ratio: 1 / 1;
}

.category-products-grid .azb-native-product-image__img {
    display: block;
    height: auto;
    object-fit: contain;
    opacity: 1;
    width: 100%;
}

/* Yotpo hydrates after the category cards have been equalized. Reserve its
   bottom-line slot up front so the late content cannot overlap the price. */
.category-products.grid-view .products-grid .item .review-custom {
    box-sizing: border-box;
    max-height: none;
    min-height: 25px;
}

.category-products.grid-view .products-grid .item .yotpo-list {
    float: none;
    min-height: 20px;
    width: 100%;
}

.category-products.grid-view .products-grid .item > .price-box {
    clear: both;
}

.bvd-load-more--previous {
    margin-bottom: 22px;
    margin-top: 10px;
}

.bvd-load-more__link {
    background: #de2666;
    border: 1px solid #de2666;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    min-width: 210px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
}

.bvd-load-more__link:hover,
.bvd-load-more__link:focus {
    background: #c91f5b;
    border-color: #c91f5b;
    color: #fff;
    text-decoration: none;
}

.bvd-load-more[aria-busy="true"] .bvd-load-more__link {
    cursor: progress;
    opacity: .7;
}

.bvd-load-more__status {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
}

@media only screen and (max-width: 767px) {
    .bvd-load-more__link {
        box-sizing: border-box;
        max-width: 320px;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .category-products.grid-view .products-grid .item .review-custom {
        min-height: 40px;
    }
}
