.product .product__prices {
    align-content: center;
    align-items: center;
}
.product .product__name {
    text-align: center;
}
.product .label_icons {
    left: auto !important;
    right: auto !important;
}
.price.--main{
    color: #00f !important;
}
.projector_details .projector_prices__price {
    color: #00f;
}
.product_name__name {
    color: #00f;
}
.projector_details .projector_versions[data-select] .projector_versions__sub {
    width: 100%;
    margin-bottom: 1rem;
}
span.projector_versions__label {
    width: 100%;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 1rem;
    letter-spacing: 0.5px;
    display: flex !important;
}
.projector_details .projector_versions {
    flex-direction: column;
}
.projector_details .projector_info {
    margin-top: 4rem;
}
span.projector_versions__label:before {
    content: 'Wybierz';
    margin-right: 5px;
}