.label.--promo,
.label.--discount,
.label.--bestseller,
.label.--bargain{
    display: none !important;
}

.projector_details .projector_chart__link {
    font-size: 1.4rem;
    border: 2px solid #6b402e;
    padding: 10px;
    text-decoration: none;
    color: #6b402e;
    font-weight: bold;
    
    &:hover{
        border: 2px solid #333;
        color: #333;
    }
}

.product_name__block {
    flex-wrap: wrap !important;
}

.product_name__sub.--firm {
    width: 12rem !important;
    max-height: 50px;
}

.product_name__sub.--label {
    flex: 0 0 100% !important;
}

.contact_stocks, #contact_map {
    display: none;
}
@media (min-width: 979px) {
    .projector_bundle__icon {
        width: 80px;
        min-width: 80px;
    }
    .projector_bundle__icon img {
        max-height: 80px;
    }    
}