.custom-gallery-image{
    height: 300px !important;
}

[data-id="e837710"]{
    max-width: 780px;
}


/* --------- Style tag couleurs --------- */

/* Container */
.product-color-variations .color-options {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* Bouton */
.product-color-variations .color-option {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 3px 8px 3px 8px;
    border: 0.5px solid #000;
    border-radius: 999px;
    font-size: 1rem;
    color: #000;
    background-color: transparent;
    transition: background-color 0.25s ease, color 0.25s ease;
}

/* Hover */
.product-color-variations .color-option:hover {
    background-color: #F3F3F4; /* gris clair */
}

/* Rond coloré */
.product-color-variations .color-circle {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
}

/* Etat actif = produit en cours */
.product-color-variations .color-option.active {
    background-color: #000;
    color: #fff;
}


/* --------- Style add to cart et taille --------- */

/* Désactivation du style "tableau du widget */
th.label{
    display:none;
}

table td, table th{
    padding: 0rem !important;
    border: none !important;
    background-color: white !important;
}

/* taille text add to cart */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 1rem;
}
/*Taille texte select*/
button, input, optgroup, select, textarea{
    font-size: 1rem;
}

.e-n-accordion-item-title{
    display: flex;
    justify-content: space-between !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #898B94!important;
}

#pa_sizes{
    padding-left: 0px;
}

:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart.variations_form .woocommerce-variation-add-to-cart, :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart:not(.grouped_form):not(.variations_form){
    gap: 1rem;
}

/*------------- Complete the look style --------------*/


/*taille de l'image*/
section.up-sells.upsells.products img {
    max-height: 300px;
    object-fit: contain; /* si tu veux éviter le crop */
}

/* Taille bouton select options */
.woocommerce-loop-product__buttons a{
    width: fit-content !important;
}

@media (max-width: 1024px) {
    ul.products.elementor-grid.columns-1 {
        display: flex !important;
        flex-direction: column !important;
        gap: 2rem;
    }

    .button.product_type_variable.add_to_cart_button{
        width: 100% !important;
        height: 40px !important;
    }
}