#page {
    overflow: hidden;
    background: #ffcd00;
    background-image: url(https://brykacze.pl/img/letni_bw_background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media only screen and (max-width: 600px) {
.product-box.item {

width: 195px !important;

}
}

#page .container {
    position: relative;
    background-color: transparent;

}



.old-price.product-price {
    text-decoration: line-through;
}