/*
 Theme Name:   Astra Child
 Theme URI:    https://broderie-filhome.fr
 Description:  Child theme d'Astra pour Fil'Home
 Author:       Fil'Home
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

@import url('../astra/style.css');

/* Cache le formulaire YITH natif */
.yith-ywraq-mail-form-wrapper {
    display: none !important;
}

.filhome-form-group select {
    height: auto !important;
    min-height: 44px !important;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    line-height: 1.5 !important;
}

/* WooCommerce Product Category - Astra - Images agrandies */
ul.products li.product-category {
    position: static !important;
    overflow: visible !important;
    display: block !important;
}

ul.products li.product-category img {
    width: 100% !important;
    height: 100px !important;
    object-fit: cover !important;
    display: block !important;
    margin-bottom: 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

ul.products li.product-category h2,
ul.products li.product-category .woocommerce-loop-category__title {
    position: static !important;
    background: white !important;
    padding: 20px 15px 10px !important;
    margin: 0 !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    z-index: 2 !important;
    top: auto !important;
    bottom: auto !important;
}

ul.products li.product-category .count {
    position: static !important;
    background: #f8f8f6 !important;
    padding: 10px 15px !important;
    text-align: center !important;
    font-size: 13px !important;
    color: #999 !important;
    margin: 0 !important;
}