/*
Theme Name: Astra Child
Theme URI: https://ibrico.it
Description: Child theme personalizzato Ibrico
Author: Ibrico
Template: astra
Version: 1.0
Text Domain: astra-child
*/
/* ---------------------------------------------------
   PAGINE CATEGORIA WOOCOMMERCE
--------------------------------------------------- */

.ibrico-category-header {
    padding: 40px 0 20px;
}

.ibrico-reparto {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
}

.ibrico-subcategories {
    margin-bottom: 40px;
}

.ibrico-subcategories-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ibrico-subcategory-card {
    display: block;
    width: 220px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #fff;
}

.ibrico-subcategory-card:hover {
    border-color: #111;
    transform: translateY(-2px);
}

.ibrico-subcategory-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #111;
}

.ibrico-subcategory-card span {
    font-size: 14px;
    color: #777;
}
/* ---------------------------------------------------
   ARCHIVI WOOCOMMERCE IBRICO
--------------------------------------------------- */

.ibrico-category-page {
    padding-bottom: 50px;
}

.ibrico-category-header {
    padding: 40px 0 20px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
}

.ibrico-reparto {
    font-size: 13px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.woocommerce-products-header__title.page-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.term-description {
    max-width: 850px;
    color: #555;
    line-height: 1.6;
}

/* ---------------------------------------------------
   SOTTOCATEGORIE
--------------------------------------------------- */

.ibrico-subcategories {
    margin-bottom: 40px;
}

.ibrico-subcategories-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.ibrico-subcategory-card {
    display: block;
    width: 220px;
    margin: 10px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ibrico-subcategory-card:hover {
    border-color: #111;
    transform: translateY(-2px);
}

.ibrico-subcategory-card h3 {
    font-size: 18px;
    margin: 0 0 8px;
    color: #111;
}

.ibrico-subcategory-card span {
    color: #666;
    font-size: 14px;
}

/* ---------------------------------------------------
   PRODOTTI
--------------------------------------------------- */

.woocommerce ul.products li.product {
    transition: all 0.2s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-3px);
}

.woocommerce ul.products li.product .button {
    width: 100%;
    text-align: center;
}

/* ---------------------------------------------------
   MOBILE
--------------------------------------------------- */

@media (max-width: 768px) {

    .woocommerce-products-header__title.page-title {
        font-size: 28px;
    }

    .ibrico-subcategory-card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 520px) {

    .ibrico-subcategory-card {
        width: 100%;
    }
}