/* ================================
   FILIPPETS - personalizacja stylu
   ================================ */

/* Ukrycie podkategorii (np. "Pies", "Kot") */
#subcategories,
.subcategories,
.category-subcategories {
    display: none !important;
}

/* Zmiana niebieskich akcentów na złoty z logo */
a,
a:hover,
a:focus {
    color: #C9A34B !important;
}

/* Przycisk główny (np. SUBSKRYBUJ, Dodaj do koszyka) */
.btn-primary,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
    background-color: #C9A34B !important;
    border-color: #C9A34B !important;
    color: #fff !important;
}

/* Paginations (np. aktywna strona z numerami) */
.pagination .active>a,
.pagination .active>span {
    background-color: #C9A34B !important;
    border-color: #C9A34B !important;
    color: #fff !important;
}

/* Przyciski newslettera / formularzy */
input[type="submit"],
button[type="submit"] {
    background-color: #C9A34B !important;
    border-color: #C9A34B !important;
    color: #fff !important;
}

/* Linki w stopce */
.footer-container a {
    color: #C9A34B !important;
}

/* Aktywne linki w menu i tytuły sekcji */
h1,
h2,
h3,
h4,
h5,
h6,
.block-category h1,
.page-title {
    color: #C9A34B !important;
}

/* Efekt hover na produktach i ikonach */
.product-miniature .thumbnail-container:hover,
.product-miniature .product-title a:hover {
    color: #C9A34B !important;
}