body .items-grid .item .display-onhover {
    display: block;
}

.product-item .old-price, .product-items .item .old-price {
    display: none;
}

.items-grid .price-box {
    margin: 6px 0;
}

.items-grid .product-item-name {
    margin-bottom: 6px;
}

.product-item .product-item-inner {
    margin-top: 14px;
}
.product-items .product-reviews-summary {
    margin: 6px 0;
}

.product-items.centered .product-reviews-summary {
    margin: 6px auto;
}

.product-items.equal-height .item, .items-grid.equal-height .item {
    padding-bottom: 84px;
}

.product-items .stock.available {
    padding-top: 6px;
}

@media only screen and (max-width: 769px) {
    body .items-grid.equal-height .item {
        padding-bottom: 84px;
    }
}

/* Restore the pre-2.4.9 natural breadcrumb height; the new 24px minimum exposes gaps above overlapping heroes. */
.breadcrumbs {
    min-height: 0;
}

/* NOTE: keep Magento 2.4.9 bundle thumbnail wrapper aligned with its generated aspect ratio. */
main#maincontent .block-bundle-summary .product-image-wrapper {
    height: 100%;
}
