<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@media only screen and (max-width: 500px) {

    .foregroundImage {
        display: none !important;
    }


}

@media only screen and (max-width: 500px) {

    .category-products .item {
        float:none;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .product-line .item {
        float: none;
        margin: 0 auto 30px !important;
    }

    .product-line .item .pic {
        display: block;
        position: relative;
        margin: 0 auto;
    }

    .product-line .item .pic img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }


}</pre></body></html>