.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;
}

.product__prices .price.--convert {
    font-size: 1.5rem;
    font-weight: bold;
} 
.projector_prices__unit_converted_price{
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 1rem;
    color:#595959;
    display: block;
}


@media (min-width: 979px) {
    .projector_bundle__icon {
        width: 80px;
        min-width: 80px;
    }
    .projector_bundle__icon img {
        max-height: 80px;
    }  

}
.search_description .search_categoriesdescription_next:not(.expanded)>* {
    display: block;
}
.search_description .article__block {
    display: grid !important;
}
.search_description .search_categoriesdescription_next .show_description {
    display: none !important;
}

#search .product__adds_item {
    display: flex;
    align-items: center;
    gap: 3.2rem;
}


.search_description {
    font-size: 1.3rem !important;
}

.price.--max, .price_percent{
    display: none;
}
.price.--omnibus.omnibus_price,
.price.--new-price.new_price{
    font-size: 1.1rem;
}

@media(max-width: 750px) {
    #search {
        grid-template-columns: 1fr 1fr;
    }    
    #search .product__adds_item{
        display: block;
    }    
    .product .label_icons {
        top: -1rem;
        left: 0;
    }
    .product__icon {
        overflow: visible;
    }
    span.core-dimensions {
        font-size: 1.3rem;
    }    
}

@media (max-width: 756px) {
    #search .product__icon img {
        max-height: 235px;

    }
}