

@media (max-width: 767px) {

    .kk-collection {
        padding: 4px; /* było 15px */
        margin: 0;    /* usuwamy marginesy */
    }

    .kk-collections-wrapper {
        gap: 10px; /* było 25px */
    }

    .kk-collection-info {
        margin-top: 4px; /* było 12px */
    }

    .kk-title {
        font-size: 14px; /* trochę mniejsze */
        margin-bottom: 6px;
    }

    .kk-price-range {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .kk-button {
        width: 100%;
        text-align: center;
        padding: 4px 8px;
        font-size: 12px;
    }
       .kk-whole {
        font-size: 18px;
    }
    .kk-decimals {
        font-size: 10px;
        top: -8px;
    }
     
    .kk-collection {
    padding: 1px;
    margin: 1px;    
}

}