/*
Theme Name: Astra Child
Theme URI: https://alchimistedescimes.fr/astra-child
Description: Thème enfant de Astra.
Author: Votre Nom
Author URI: https://alchimistedescimes.fr
Template: astra
Version: 1.0.0
*/


/* ========================================
   GENERAL
======================================== */

p {
    font-size: 16px;
    line-height: 28px;
}

@media (max-width: 768px) {
    p {
        font-size: 15px;
    }
}


/* ========================================
   TITRE DU SITE
======================================== */

.ast-site-title-wrap,
.site-title {
    display: none !important;
}


/* ========================================
   FIL D'ARIANE
======================================== */

#breadcrumbs {
    font-size: 14px;
    color: #333;
}

#breadcrumbs a {
    color: #9DDFB8;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}


/* ========================================
   WOOCOMMERCE - PRODUITS
======================================== */

/* Grille produits */
.eael-product-grid .woocommerce ul.products, 
.eael-post-grid .woocommerce ul.products {
    display: grid;
    grid-gap: 25px !important;
    margin: 0 0 15px 0;
    background-color: white;
    padding: 0 !important;
}

/* Masquer boutons sur mobile */
@media (max-width: 768px) {
    .add-to-cart,
    .eael-product-quick-view,
    .view-details {
        display: none !important;
    }
}

/* Quick view */
.eael-product-details-wrap {
    padding-right: 20px;
}

.woocommerce-product-details__short-description {
    text-align: justify;
    line-height: 1.8;
    letter-spacing: 0.7px;
}

/* Sélection de contenance */
tr th.label label[for="pa_contenance"] {
    font-size: 16px;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    text-align: center;
}

tr td.value select#pa_contenance {
    display: inline-block;
    float: right;
    width: auto;
    height: 40px;
    vertical-align: top;
    padding: 5px 10px;
    margin: 0;
}

/* Masquer éléments inutiles */
.reset_variations,
.sku_wrapper,
.posted_in {
    display: none !important;
}


/* ========================================
   PAGE D'ACCUEIL
======================================== */

/* Carrousel produits */
.eael-woo-product-carousel-container.preset-3 .eael-product-carousel {
    background-color: #ffffff !important;
}

body.home .eael-woo-product-carousel-container.preset-2 .eael-product-carousel .carousel-overlay {
    background: rgba(255, 255, 255, 0.5) !important;
}

body.home .product-details-wrap {
    background: rgba(78, 87, 104, 1) !important;
}


/* ========================================
   POINTS DE VENTE (MapPress)
======================================== */

.mapp-icon,
.mapp-marker {
    content: url('https://alchimistedescimes.fr/wp-content/uploads/2025/03/fleur.png');
    width: 32px;
    height: 32px;
}


/* ========================================
   PANIER
======================================== */

/* Boutons panier */
a.button.wc-forward,
a.button.wc-forward.ast-continue-shopping {
    background-color: #4E5768 !important;
    color: white !important;
}

a.button.wc-forward:hover,
a.button.wc-forward.ast-continue-shopping:hover {
    background-color: #B1E7C7 !important;
    color: white !important;
}

.gpay-card-info-container.black, 
.gpay-card-info-animation-container.black {
    background-color: #B1E7C7 !important;
}

/* Masquer destination de livraison */
.woocommerce-shipping-destination,
p.woocommerce-shipping-destination {
    display: none !important;
}


/* ========================================
   COMPTE UTILISATEUR
======================================== */

.woocommerce-MyAccount-navigation-link a {
    color: #4E5768;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    color: #333333;
}


