/* UKRYJ ::before pseudo-element (pusty kafelek z HUSKY/WOOF) */
.woocommerce ul.products.columns-4::before,
ul.products.columns-4::before {
    display: none !important;
    content: none !important;
}

@media screen and (min-width: 769px) and (max-width: 1350px) {
    .woocommerce ul.products {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .woocommerce ul.products li.product {
        width: 31% !important;
        margin: 0 1% 20px 1% !important;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-result-count {
        width: 100%;
        margin-bottom: 10px;
        font-size: 0.9rem;
        color: #666;
    }

    .woocommerce-ordering {
        width: 100%;
        margin-bottom: 20px;
    }

    .woocommerce-ordering select {
        width: 100%;
    }
}
