.product-table__floating {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 999;
    pointer-events: none;
    display: none;
}

.product-table__floating.is-visible {
    display: block;
}

.product-table__floating-clip {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}


.product-table__floating-table thead th {
    background: #6076b4;
}

.product-table__scrolled__left,
.product-table__scrolled__right {
    position: absolute;
    top: 0;
    background: #6076b4;
    width: 35px;
    height: 30px;
    z-index: 10;
}

.product-table__scrolled__left {
    left: 0;
}

.product-table__scrolled__right {
    right: 0;
}

@media (max-width: 991.98px) {

    .product-table__scrolled-header {
        visibility: hidden !important;
    }
    thead .product-table__static-header .product-button__coll {
        background: #6076b4;
    }

    .product-table__scrolled__left,
    .product-table__scrolled__right {
        display: none !important;
    }
}

@media (min-width: 991.99px) {
    .product-button__coll {
        display: none;
    }
}

.product-table__scrolled__left,
.product-table__scrolled__right {
    will-change: transform;
    transform: translate3d(0, 0, 0) translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.table-scroll .swiper-wrapper {
    isolation: isolate;
}

.product-table__static-header {
    position: static;
}
.product-table__scrolled__left,
.product-table__scrolled__right {
    transition: none !important;
}