/** Shopify CDN: Minification failed

Line 84:0 Unexpected "@media"

**/
.product-compare.collection .product-compare__text .heading {
    font-size: 50px;
    line-height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.product-compare.collection .table-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.product-compare.collection .first .table-cell.us, .product-compare.collection .first .table-cell.them {
    padding: 30px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-compare.collection .table-cell.us {
    border-radius: 20px 0 0 20px;
    padding: 30px 0;
}

.product-compare.collection .table-cell.us {
    border-radius: 20px 0 0 20px;
}

.product-compare.collection .table-cell.them {
    border-radius: 0 20px 20px 0;
}

.product-compare.collection .table-row:not(.first) .table-cell.them {
    border-radius: 0 20px 20px 0;
}

.product-compare.collection .floating-image.first {
    width: 280px;
    height: auto;
}

.product-compare.collection .product-compare__floating-image-first {
    position: absolute;
    top: -37px;
    left: 0;
    z-index: 1;
}

.product-compare.collection .product-compare__container {
    position: relative;
    z-index: 3;
}

.product-compare.collection img.floating-image.second {
    width: 340px;
    height: auto;
}

.product-compare.collection .product-compare__floating-image-second {
    position: absolute;
    bottom: -90px;
    z-index: 2;
    right: 0;
}

.product-compare.collection .table-row:not(.first) .table-cell.us,
.product-compare.collection .table-row:not(.first) .table-cell.them {
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
}

.product-compare

@media only screen and (min-width: 769px){
    .product-compare.collection .product-compare__text .heading {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1200px) {
    .product-compare.collection {
        padding-bottom: 90px;
    }
}

@media only screen and (min-width: 1200px){
    .product-compare .product-compare__floating-image .floating-image {
        max-width: 600px;
    }

    .product-compare .product-compare__floating-image {
        bottom: -320px;
    }

    .product-compare {
        padding-bottom: 180px;
    }

    .product-compare.collection .floating-image.first {
        width: 360px;
        height: auto;
    }

    .product-compare.collection .product-compare__floating-image-first {
        top: -148px;
    }

    .product-compare.collection img.floating-image.second {
        width: 500px;
    }
}
