.product_name__sub.--firm {
    width: 12rem !important;
    max-height: none !important;
}

.projector_info__item.--stocks:not(:has(a)) {
    display: none !important;
}
.product__prices:not(.--omnibus) .price.--max {
    display: block;
}
.product .price_percent {
    position: absolute;
    left: 2rem;
    top: 2rem;
    border-radius: 100%;
    border: 2px solid #007042;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007042;
    font-size: 1.5rem;
    font-weight: 800;
    background: rgb(0 112 66 / 17%);
    z-index: 0;
}
ul#menu_orders {display: none;}

ul#menu_account {
    display: none;
}
#footer_links #links_footer_2_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
ul#menu_regulations {
    display: none;
}
div#projector_price_maxprice_wrapper {
    display: block;
}

span#projector_maxprice_percent {

    border-radius: 100%;
    border: 2px solid #007042;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #007042;
    font-size: 1.5rem;
    font-weight: 800;
    background: rgb(0 112 66 / 17%);
    z-index: 1;
    margin-left: 2rem;
    }

.projector_details .projector_prices {
    position: relative;
}