/* Keep the auto-related carousel below the floated product content. */
main > .container > .row > #content + .heading {
    clear: both;
    width: 100%;
}

main > .container > .row > #content ~ .autorelated-module {
    clear: both;
}

/* VentExpert UI fix 2026-07-08: normalize compare active state and Bus Editor quick-edit buttons. */
.product-page__wishlist-btn,
.product-page__compare-btn {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 28px;
    height: 28px;
    margin: 0 10px 25px 0 !important;
    padding: 0 10px !important;
    overflow: hidden;
    vertical-align: top;
    line-height: 28px;
    white-space: nowrap;
}

.product-page__wishlist-btn i,
.product-page__compare-btn i {
    flex: 0 0 auto;
    line-height: 1;
}

.product-page__wishlist-btn span,
.product-page__compare-btn span {
    display: inline-block;
    padding-left: 8px;
    line-height: 28px;
    white-space: nowrap;
}

.product-page__compare-btn.active span {
    white-space: nowrap;
}

.product-page__compare-btn + .btn-success {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin: 0 10px 25px 0;
    padding: 0;
    vertical-align: top;
    line-height: 28px;
}

.sorts-block__btn-group > .btn-success {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    min-width: 38px;
    padding: 0 12px;
    line-height: 34px;
    vertical-align: top;
}
