<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.suspended-availability {
    display: flex;
    max-width: 535px;
    margin-bottom: 15px;
}

.suspended-availability &gt; .stock {
    margin-left: 10px;
}

.suspended-brand-logo{
    position: relative;
    padding-top: 20px;
}

.product.data.items #kits .product.details.product-item-details.suspended,
.product.data.items #accessories .product.details.product-item-details.suspended {
    display: flex;
}

td.suspended{
    vertical-align: top;
}

.catalogsearch-result-index .product-item-info.suspended td.availability{
    min-width: 85px;
}

.cart-removed-items-wrapper {
    border: 1px solid red;
    border-radius: 10px;
    background-color: #ffd9d9;
    padding: 10px;
    margin-bottom: 20px;
}

@media screen and (min-width: 891px) {

    .catalogsearch-result-index .product-item-info.suspended .product-additonal-info {
        width: 100%;
        margin-top: 12px;
    }

    .catalogsearch-result-index .product-item-info.suspended .actions-secondary{
        position: static;
    }

    .catalogsearch-result-index .product-item-info.suspended .save-compare-buttons{
        width: 100%;
    }
}

.cart-removed-items-wrapper &gt; p {
    margin-bottom: 10px;
}

.cart-removed-items-wrapper &gt; .removed-text{
    font-weight: bold;
}

.catalog-product_compare-index .product-item.suspended{
    padding-bottom: 0px;
}</pre></body></html>