/**
* Theme Name: Blonwe Child
* Description: This is a child theme of Blonwe, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: blonwe
* Version: 1.1.2
*/

/* Sekcja materiałów eksploatacyjnych - dopasowana do stylu motywu Blonwe */
.klb-module.expendable-materials {
    margin: 60px 0 0;
}

.klb-module.expendable-materials .klb-title {
    margin-bottom: 30px;
}

/* Dodatkowe style jeśli potrzebne - motyw Blonwe powinien już mieć swoje style dla .products.grid-column */
.klb-module.expendable-materials .products.grid-column {
    /* Motyw Blonwe już ma swoje style dla tej klasy */
}

/* Responsywność - dostosowanie do motywu */
@media (max-width: 768px) {
    .klb-module.expendable-materials {
        margin: 30px 0;
    }
    
    .klb-module.expendable-materials .entry-title {
        font-size: 20px;
    }
}