.single-product .product-article__buy-btn .add_to_cart_button  {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 332px !important;
    margin-inline: 0 auto !important;
}
.single-product .our-solution {
    padding-block: 120px;
    background: #fff;
}
.single-product .hosting__footer-btns {
    justify-content: center;
}
.single-product .review-container {
    padding-block: 120px 180px;
}

.noUi-target {
    margin-block: 11px;
    border: 1px solid #388af561;
}
.product-filters .noUi-connect {
    background: #398BF5;
}
.product-filters .noUi-target,
.product-filters .noUi-base,
.product-filters .noUi-connects,
.product-filters .noUi-connect {
    height: 2px;
}
.product-filters .noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #398BF5;
    box-shadow: none;
    border: none;
    right: -6px;
    cursor: pointer;

    &:before,
    &:after {
        content: none;
    }
}


.product-article div.immersion-specs-row:first-child {
    grid-template-columns: 60% 20% 20%;
}
.product-article .product-breadcrumb {
    padding: 10px 20px;
    background: linear-gradient(-45deg, rgba(57, 139, 245, 0.01) 0%, rgba(69, 183, 244, 0.05) 100%);
}
.product-article .product-breadcrumb * {
    font-size: 14px;
    font-weight: 500;
    font-family: Graphik, sans-serif;
}

@media (max-width: 525px) {
    .single-product .product-form-title span:first-child {
        font-size: 28px;
    }
    .single-product .product-form-title span:nth-child(2) {
        font-size: 34px;
    }
}