/* stylelint-disable no-empty-source */

.header-middle-bar__container-logo-desc {
    max-width: 170px;
}

.product-images__thumbs-container {
    display: none;
}

@media (max-width: 1023px) {
    .r-header-logo img {
        max-height: 20px;
    }
}

.product-skus-table__header-cell:first-child,
.product-skus-table__header-cell_price,
.product-skus-table__header-cell_quantity,
.product-skus-table__header-cell_add-to-cart {
    width: 1px;
}