/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Woocommerce - Produits */

.woocommerce-js ul.products li.product a.ast-loop-product__link {
  min-height: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce
  div.ast-product-tabs-layout-vertical
  .woocommerce-tabs
  ul.tabs
  li:hover::before {
  background-color: #ae8625;
}

.container-desc-product h3 {
  color: #ae8625;
}

/* Boutons sur la page Panier */
.woocommerce-cart .button,
.woocommerce-cart .actions .button,
.woocommerce-cart .cart_totals .button {
  border-radius: 5px !important;
  background-image: linear-gradient(
    75deg,
    var(--e-global-color-bfe0f04) 50%,
    #edc967d9 100%
  ) !important;
  transition: 0.2s all ease !important;
  min-height: 46px !important;
}

.woocommerce-cart .button:hover,
.woocommerce-cart .actions .button:hover,
.woocommerce-cart .cart_totals .button:hover {
  background-color: transparent !important;
  color: var(--e-global-color-text) !important;
  background-image: linear-gradient(45deg, var(--e-global-color-bfe0f04) 0%, #EDC967E8 100%) !important;
  border-color: var(--e-global-color-c26074c) !important;
}

/* Boutons sur la page Boutique */
.woocommerce .products .button,
.woocommerce-page .products .button {
  border-radius: 5px !important;
  background-image: linear-gradient(
    75deg,
    var(--e-global-color-bfe0f04) 50%,
    #edc967d9 100%
  ) !important;
  transition: 0.2s all ease !important;
  min-height: 46px !important;
}

.woocommerce .products .button:hover,
.woocommerce-page .products .button:hover {
  background-color: transparent !important;
  color: var(--e-global-color-text) !important;
  background-image: linear-gradient(45deg, var(--e-global-color-bfe0f04) 0%, #EDC967E8 100%) !important;
  border-color: var(--e-global-color-c26074c) !important;
}

/* Boutons sur la page Produit */
.single-product .single_add_to_cart_button,
.single-product .button {
  border-radius: 5px !important;
  background-image: linear-gradient(
    75deg,
    var(--e-global-color-bfe0f04) 50%,
    #edc967d9 100%
  ) !important;
  transition: 0.2s all ease !important;
  min-height: 46px !important;
}

.single-product .single_add_to_cart_button:hover,
.single-product .button:hover {
  background-color: transparent !important;
  color: var(--e-global-color-text) !important;
  background-image: linear-gradient(45deg, var(--e-global-color-bfe0f04) 0%, #EDC967E8 100%) !important;
  border-color: var(--e-global-color-c26074c) !important;
}

/* Ajustement de la taille des selecteurs de la page panier */
.woocommerce-js div.product form.cart {width: 100%;}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {width: auto !important;}

/* Cache l'affichage du SKU/UGS */
.sku_wrapper {display: none !important;}

/* Ajouter une transition fluide */
.ast-article-single .astra-shop-thumbnail-wrap img {
  transform: translateY(0); /* Position initiale */
  transition: transform 0.3s ease-in-out; /* Transition fluide */
}

/* Effet de soulèvement au survol */
.ast-article-single .astra-shop-thumbnail-wrap:hover img {
  transform: translateY(-10px); /* L'image se soulève légèrement */
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__link, .woocommerce-page ul.products li.product .woocommerce-loop-product__link {margin-bottom: -30px;}
/* Transition fluide par défaut */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap img {
  transform: translateY(0); /* Position initiale */
  transition: transform 0.3s ease-in-out; /* Transition fluide */
}

/* Effet de soulèvement au survol */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap:hover img {
  transform: translateY(-10px); /* Déplace légèrement l'image vers le haut */
}

#send-button {
  border-radius: 5px !important;
  background-image: linear-gradient(
    75deg,
    var(--e-global-color-bfe0f04) 50%,
    #edc967d9 100%
  ) !important;
  transition: 0.2s all ease !important;
  min-height: 46px !important;
}

.wpml-ls-item a span, .wpml-ls-item a .wpml-ls-native, .wpml-ls-item a .wpml-ls-display {display: flex !important;}