<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">// header.container:after {
//     background-image: url(https://sklep-domwhisky.pl/data/include/cms/bannery/14122020/dw-head-christmas-min.png?v=1607938068177);
//     content: "";
//     position: absolute;
//     top: 0px;
//     width: 100%;
//     height: 90px;
//     background-size: contain;
//     background-repeat: no-repeat;
//     background-position: top center;
//     left: 50px;
//     z-index: -1;
// }

@media only screen and (max-width: 757px){
    tr.basketedit_productslist_label {display: none;}
    header.container:after {
        width: 200%;
        left: 60%;
        transform: translateX(-50%);
    }
    #logo {
        height: 100px;
        padding: 10px 10px 10px;
    }
    #logo img {
        margin-top: 0px;
        max-height: 80px;
    }
    #ytWidget {
        transform: scale(.8);
        left: -20px !important;
    }
    
}</pre></body></html>