/** Shopify CDN: Minification failed

Line 64:0 Unexpected "}"

**/
/** for sticky pay button on product pages **/

.invisible {
    display: none;
}

.visible {
    display: contents;
}

#the-body {
    position: fixed;
    width: 100%;
    z-index: 10;
}

.product-sticky-price {
    line-height: 1.4em;
    font-size: 24px;
}

@media only screen and (max-width: 1100px) {
    .product-sticky-price {
        line-height: 1.4em;
        font-size: 18px;
    }
}

@media only screen and (max-width: 798px) {
    .product-sticky-price {
        line-height: 1.4em;
        font-size: 18px;
    }

    #the-body {
        position: fixed;
        width: 100%;
        z-index: 10;
        animation: slide-up .3s 0.3s ease-out forwards;

    }

    .fader {
        opacity: 1;
        transition: 1s linear opacity;
    }

    @keyframes slide-up {
        from {
            bottom: -90px
        }

        to {
            bottom: 0;
            position: fixed;
        }
    }
}
}


#col2 {
    display: flex;
    align-items: center;
}
