/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/* ===== Facet container ===== */
.facet-wrap {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}

/* ===== Titre cliquable ===== */
.facet-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  padding: 6px 0;
}

/* Icône chevron */
.facet-title::after {
  content: "▾";
  transition: transform .2s ease;
}

/* État fermé */
.facet-wrap.is-collapsed .facet-title::after {
  transform: rotate(-90deg);
}

/* ===== Contenu FacetWP ===== */
.facet-wrap {
  max-height: 280px;
  overflow-y: auto;
  padding-right: 6px;
  transition: max-height .25s ease, opacity .15s ease;
}

/* Fermé */
.facet-wrap.is-collapsed .facetwp-facet {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

/* Scrollbar discrète (WebKit) */
.facet-wrap::-webkit-scrollbar {
  width: 4px;
}

.facet-wrap::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.facetwp-facet-categories .facetwp-checkbox {
  display: flex;
  gap: 10px
}

.facetwp-counter{
  color: #003B4975;
  font-size: 12px;
}

.facetwp-display-value {
  line-height: 1.2em;
}

.facetwp-checkbox .facetwp-expand {
  margin-left: auto;
}

body .elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label {
  display: flex;
  padding: 20px 20px 20px 40px;
  border-radius: 8px;
  border: 2px solid var(--sections-border-color,#d5d8dc);
  cursor: pointer;
  width: 100%;
  gap: 10px;
  justify-content: space-between;
  background-color: #ffffff;
}

body .elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label:hover,
body .elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method input:checked + label {
  border-color: var(--sections-radio-buttons-color,#69727d);
}

body #add_payment_method #payment ul.payment_methods li input,
body .woocommerce-cart #payment ul.payment_methods li input,
body .woocommerce-checkout #payment ul.payment_methods li input {
  position: absolute;
  left: 20px;
  display: block!important;
}

body .elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px;
}

body .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  object-fit: contain;
  max-width: 160px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr.fee td,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr.fee th {
  margin: 0;
  padding: 0;
  font-style: italic;
  font-weight: 400;
}
