/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* -------------------- CSS GÉNÉRAL -------------------- */

/* -- BTN -- */ 

.btn-arrow svg {
    transition: .3s;
}

/* -- Slider Product -- */

.slider-product .slick-arrow {
	border:1px solid #1A1A1A;
	border-radius:8px;
	transition:.4s;
}

/* -- Fil d'ariane -- */

.breadcrumbs-custom #breadcrumbs span {
    gap: 15px !important;
    display: flex;
	flex-wrap: wrap !important
}

.breadcrumbs-custom-center span {
    justify-content: center !important;
}

/* -- Link text -- */

.text-link a {
    text-decoration: underline 1px;
    text-underline-offset: 3px;
}

/* -- Line Clamp -- */

.line-clamp-2{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

/* -- Header -- */ 

.header .e-con-inner {
   transition: .4s; 
} 

.header .elementor-sticky { 
    width: 100% !important;
} 
    
.header.elementor-sticky--active>.e-con-inner {
   padding: 16px 0px !important; 
}

.header.elementor-sticky--active .mega-menu {
    margin-top: -16px !important;
}

.header .elementor-menu-cart__main {
    top: 90px;
    right: 20px;
    bottom: 20px;}
    
.header .btn-panier-header svg {
    transition: .3s;
}

.header .elementor-menu-cart__wrapper, .menu-mobile .elementor-menu-cart__wrapper {
	margin-bottom: -5px !important;
}

.btn-menu-header-mobile {
    height: 40px !important;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-menu-header-mobile:hover svg path {
    fill: var(--e-global-color-6842808);
}

.btn-icon-header svg {
    margin-bottom: -5px;
}

@media (min-width:1025px) {
    .btn-menu-header-mobile {
        display: none;
    }
}


/* Search Bar */ 

.header .search-bar-product .jet-ajax-search__results-area, .jet-ajax-search-block .jet-ajax-search__results-area {
    width: 350px;
    left: 50% !important;
	transform: translateX(-50%);
}


/* -- Footer -- */

.logo-livraison svg {
    max-height: 50px !important;
    
}
.logo-livraison .elementor-icon-wrapper {
    display: flex!important;
    align-items: center!important;
}

/* -- Logo Swipper Marque -- */ 

.logo-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  pointer-events: none;
}
.logo-swiper .elementor-image-carousel-wrapper {
    overflow: visible !important;
}

/* -------------------- PAGES AIDES -------------------- */

.menu-aide .elementor-item:hover {
    text-decoration: underline 1px solid;
    text-underline-offset: 4px;
}

.menu-aide .elementor-item-active {
    text-decoration: underline 1px solid;
    text-underline-offset: 4px;
}

.menu-aide .sub-menu {
  display: none !important;
  position: static !important;
  margin: 8px 0px !important;
  width: 100% !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}

.menu-aide .sub-menu.accordion-open {
  display: block !important;
}

.menu-aide .sub-menu .elementor-sub-item {
  display: block;
	padding:8px 0px !important;
	font-family: var(--e-global-typography-4ba84fa-font-family), Sans-serif;
    font-size: var(--e-global-typography-4ba84fa-font-size);
    font-weight: var(--e-global-typography-4ba84fa-font-weight);
    line-height: var(--e-global-typography-4ba84fa-line-height);
    letter-spacing: var(--e-global-typography-4ba84fa-letter-spacing);
	border-inline-start:none !important;
	
}

.menu-aide .sub-menu .elementor-sub-item:hover {
	text-decoration: underline 1px solid;
    text-underline-offset: 4px;
}

.content-single-page h2 {
    font-family: var(--e-global-typography-dcdd5ee-font-family), Sans-serif;
    font-size: var(--e-global-typography-dcdd5ee-font-size);
    font-weight: 500;
    line-height: var(--e-global-typography-dcdd5ee-line-height);
    letter-spacing: var(--e-global-typography-dcdd5ee-letter-spacing);
}

.content-single-page .wp-block-separator {
    margin: 0px 0px 24px;
   border-top: 1px solid;
   color: #0000001a
}


/* -------------------- WOOCOMMERCE GÉNÉRAL --------------------*/

.woocommerce .return-to-shop a{
    border: solid 1px #1A1A1A !important;
    border-radius: 10px !important;
    padding: 16px 32px !important;
    color: var(--e-global-color-14692c9) !important;
    background-color: var(--e-global-color-primary) !important;
    font-size: var(--e-global-typography-9325905-font-size) !important;
    font-family: var(--e-global-typography-9325905-font-family);
    font-weight: var(--e-global-typography-9325905-font-weight) !important;
    line-height: var(--e-global-typography-9325905-line-height) !important;
    letter-spacing: var(--e-global-typography-9325905-letter-spacing);
    transition: .3s;
    
}

.woocommerce .return-to-shop a:hover {
    background: var(--e-global-color-14692c9)!important;
    color: var(--e-global-color-primary) !important;
}

.single_add_to_cart_button.disabled{
    background-color: #000000 !important;
    color: #fff !important;
    opacity: 0.5;
}

.single_add_to_cart_button.disabled .elementor-button-icon svg{
    fill: white !important;
}

.single_add_to_cart_button:hover .elementor-button-icon svg {
    transition: all .4s!important;
}

/* -- INFO NOTICE WOOCOMMERCE -- */ 

.woocommerce-notices-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.woocommerce-notices-wrapper div, .woocommerce-notices-wrapper ul {
    max-width: 1408px;
    width: -webkit-fill-available;
}

.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-error .button:hover {
    padding: 0px;
    border: none;
    border-radius:0px;
    background-color: transparent;
    font-family: var(--e-global-typography-dd16e09-font-family), Sans-serif;
    font-size: var(--e-global-typography-dd16e09-font-size);
    font-weight: var(--e-global-typography-dd16e09-font-weight);
    line-height: var(--e-global-typography-dd16e09-line-height);
    letter-spacing: var(--e-global-typography-dd16e09-letter-spacing);
}

.woocommerce-notices-wrapper div:focus-visible {
    outline: none !important;
}

.wc_payment_method .payment_method_stripe fieldset, .wc_payment_method .payment_method_stripe_klarna fieldset {
	border: 0px !important;
}


/* -- FAQ -- */ 

.faq-block .e-n-accordion-item {
    border: solid 1px #1A1A1A20;
    border-radius: 20px;
}

.faq-block .e-n-accordion-item[open] {
    border-color: #1A1A1A
}

/* -------------------- PAGE ARCHIVE PRODUIT -------------------- */

/* -- Filtre produit -- */

.filter-products select:focus {
    outline: none;
    border: #1A1A1A
}

.filter-products .filter-range-custom .jet-range__slider .jet-range__slider__input {
    padding: 2px !important
}


.filter-products .jet-range{
    height: 46.5px;
    margin: auto;
    align-items: center;
    align-content: center;
    padding-top: 10px;
}

.filter-products .jet-range .jet-range__slider {
    margin: 0 0 10px;
}

.filter-products .result-count-product {
    height: 46.5px;
    display: flex;
}

/* -- Listing Card Product -- */

.card-product .second-image-product{
    opacity: 0;
    transition: 0.3s ease-in-out;
}
/* Show Content on Hover */
.card-product:hover .second-image-product{
    opacity: 1;
}

.card-product .link-product-card:hover .title-product-card {
    text-decoration: underline 1px #1A1A1A;
} 

.card-product .title-product-card  {
    transition: 0.3s !important;
    text-underline-offset: 4px;
}

/* Cross sell */ 

.card-product-cross-sell:has(.link-product-card:hover) {
    border-color: black !important;
}

.card-product-cross-sell {
    transition:.4s;
}

.ajout-panier-perso input:focus  {
    outline: none;
    border-color: #1A1A1A !important;
}

.price-product .price {
    display: flex;
}

.price-product ins{
   text-decoration: none !important; 
}

.price-product del{
    color: var(--e-global-color-43b4047);
    order: 2;
    margin-left: 15px;
}

.price-product .price-product-listing {
    font-size: 20px;
}

.notif-top-card-produit {
    width: fit-content;
}

.price-labels {
	font-family: var(--e-global-typography-9325905-font-family), Sans-serif;
    font-size: var(--e-global-typography-9325905-font-size);
    font-weight: var(--e-global-typography-9325905-font-weight);
    line-height: var(--e-global-typography-9325905-line-height);
    letter-spacing: var(--e-global-typography-9325905-letter-spacing);
}

/* S'assure que le prix complet est visible */
.elementor-widget-woocommerce-product-price .price,
.elementor-widget-woocommerce-product-price .woocommerce-Price-amount {
    
    visibility: visible !important;
    opacity: 1 !important;
}

/* Pour les cartes produit (listing) - déjà existant mais on le renforce */
.price-product-listing .price-prefix {
    font-family: var(--e-global-typography-aed5574-font-family), Sans-serif;
    font-size: var(--e-global-typography-aed5574-font-size);
    font-weight: var(--e-global-typography-aed5574-font-weight);
    line-height: var(--e-global-typography-dcdd5ee-line-height);
    letter-spacing: var(--e-global-typography-aed5574-letter-spacing);
    margin-right: 5px;
}

/* Cache le prix de variation WooCommerce (on utilise celui d'Elementor) */
.woocommerce-variation-price {
    display: none !important;
}

.price-product-single-page .price {
	display:flex;
	flex-direction:column;
}

/* -- QUICK VIEW - Pop Up Product -- */ 

.popup-content .woocommerce-Price-amount bdi {
  color: var(--e-global-color-6842808);
    font-family: var(--e-global-typography-7a97d80-font-family), Sans-serif;
    font-size: var(--e-global-typography-7a97d80-font-size);
    font-weight: var(--e-global-typography-7a97d80-font-weight);
    line-height: var(--e-global-typography-7a97d80-line-height);
    letter-spacing: var(--e-global-typography-7a97d80-letter-spacing);
}

.popup-content del .woocommerce-Price-amount bdi {
	font-size: 25px !important;
	color: var(--e-global-color-43b4047) !important;
}

.popup-content .description-product-popup {
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.popup-content .ajout-panier-pop-up  button {
    width: 100% !important;
    text-align: center !important;
    margin-top: 12px;
}

.popup-content .qty {
    width: 3.631em !important;
}

.popup-content .ajout-panier-pop-up .in-stock {
    font-family: var(--e-global-typography-4ba84fa-font-family), Sans-serif;
    font-size: var(--e-global-typography-4ba84fa-font-size);
    font-weight: var(--e-global-typography-4ba84fa-font-weight);
    line-height: var(--e-global-typography-4ba84fa-line-height);
    letter-spacing: var(--e-global-typography-4ba84fa-letter-spacing);
    color: #1A1A1AB3;
}

.popup-content .ajout-panier-pop-up .e-atc-qty-button-holder{
    width: -webkit-fill-available;
}

.popup-content .ajout-panier-pop-up  form {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
}

.popup-content .ajout-panier-pop-up form button {
    flex-basis: 100% !important;
}

.btn-close-popup {
	height: 40px !important;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-close-popup:hover svg path {
    fill: var(--e-global-color-6842808);
}

.img-gallery-product-popup .woocommerce-product-gallery {
    opacity: 1 !important;
    visibility: visible !important;
}

.img-gallery-product-popup .woocommerce-product-gallery__wrapper {
    display: flex !important;
    flex-direction: row !important;
}

.img-gallery-product-popup .woocommerce-product-gallery figure.woocommerce-product-gallery__image {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.img-gallery-product-popup .woocommerce-product-gallery ol.flex-control-nav {
    display: flex !important;
    flex-direction: row !important;
}

.img-gallery-product-popup .flex-control-nav {
    position: absolute;
    bottom: 0;
}

.img-gallery-product-popup .flex-control-nav li::marker {
    display: none !important;
}

.img-gallery-product-popup .woocommerce-product-gallery ol {
    gap:24px;
}

.img-gallery-product-popup .woocommerce-product-gallery ol li img {
    border-radius: 10px;
    opacity: 0.5;
}

.img-gallery-product-popup .woocommerce-product-gallery ol li{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.02);
    
}

.img-gallery-product-popup .flex-control-thumbs li img.flex-active, .img-gallery-product-popup .flex-control-thumbs li:hover img {
    opacity: 1;
    transition: .4s;
}

.img-gallery-product-popup .woocommerce-product-gallery ol.flex-control-nav li {
    counter-increment: none !important;}
    
.img-gallery-product-popup .woocommerce-product-gallery ol.flex-control-nav {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}



/* -------------------- HEADER -------------------- */

/* -- Search Bar -- */

.search-bar-product .jet-ajax-search__field-icon {
    left:inherit !important;
    right:24px !important;
}

.search-bar-product input:focus-visible {
outline: none
}

.search-bar-product svg path{
   fill:#1A1A1A80
}

.search-bar-product .jet-ajax-search__form--focus svg path {
    fill: #1A1A1A !important
}

/*  -------------------- PAGE VALIDATION DE LA COMMANDE -------------------- */

#wc-stripe-upe-form {
    border: 0px !important;
    padding: 0px !important;
}

#payment .payment_box .payment_method_stripe {
    padding: 0px !important;
}

.validation-shop-custom input:focus {
    outline:none;
    border: solid 1px #1A1A1A !important;
}

.validation-shop-custom .e-checkout__container {
    margin-top: 32px;
}

.validation-shop-custom .woocommerce-shipping-totals {
	display:table !important
}

.validation-shop-custom .woocommerce-shipping-totals th{
	display: table-header-group !important
}

.validation-shop-custom .woocommerce-shipping-totals td {
	display:contents !important
}



/*  -------------------- PAGE PANIER  --------------------  */

/* -- Résumé de votre panier -- */

.cart-custom .checkout-button {
    width: auto !important;
}

/* -- Résumé de la commande -- */

.cart-custom .cart_item {
    box-shadow: 0px 0px 1px #C5C5C5;
    border-collapse: separate !important;
    border-radius: 10px !important;
    padding: 24px !important;
}

.cart-custom .product-remove {
    padding: 24px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-custom table {
    border-spacing: 0px 12px !important;
}

.cart-custom .shop_table tbody tr, .cart-custom .shop_table thead tr {
    padding: 16px 24px;
}

.cart-custom .qty {
    padding: 16px !important;
    border-radius: 8px !important
}

.cart-custom .qty:focus {
    outline: none;
    border-color: #1A1A1A !important;
}

.cart-custom .woocommerce-shipping-calculator {
	font-family: var(--e-global-typography-9325905-font-family), Sans-serif !important;
}

.cart-custom button {
	padding: 16px 24px !important;
    background-color: var(--e-global-color-primary) !important;
    color: var(--e-global-color-14692c9) !important;
    font-family: var(--e-global-typography-9325905-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-9325905-font-size) !important;
    font-weight: var(--e-global-typography-9325905-font-weight) !important;
    line-height: var(--e-global-typography-9325905-line-height) !important;
    letter-spacing: var(--e-global-typography-9325905-letter-spacing) !important;
    border: solid 1px var(--e-global-color-primary) !important;
    border-radius: 10px !important;
}

.cart-custom .woocommerce-shipping-calculator input {
	border-color: var(--e-global-color-43b4047) !important;
    border-radius: 10px 10px 10px 10px !important;
    padding: 16px 20px !important;
    font-family: var(--e-global-typography-aed5574-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-aed5574-font-size) !important;
    font-weight: var(--e-global-typography-aed5574-font-weight) !important;
    line-height: var(--e-global-typography-aed5574-line-height) !important;
    letter-spacing: var(--e-global-typography-aed5574-letter-spacing) !important;
}


.cart-custom .woocommerce-shipping-calculator .select2-selection--single {
	border-radius: 10px !important
}

.cart-custom .woocommerce-shipping-calculator .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]  {
	background-color: var(--e-global-color-primary) !important;
}

.cart-custom .woocommerce-shipping-calculator .select2-dropdown--below {
	top:5px !important
}

.cart-custom .woocommerce-shipping-calculator .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0px 0px 0px 16px !important
}

.cart-custom .woocommerce-shipping-calculator .form-row::after,.cart-custom .woocommerce-shipping-calculator .form-row::before {
	display:flex !important;
}


.cart-custom .woocommerce-shipping-calculator .shipping-calculator-button {
	width: 100% !important;
}

.cart-custom .woocommerce-shipping-calculator {
	text-align:start !important;
}


@media (max-width:1024px) {
    
    .cart-custom .e-cart-section {
        margin-bottom:24px;
    }
    
    .cart-custom td {
        margin-bottom:12px;
    }
    
    .cart-custom tr{
        position:relative;
    }
    
    .cart-custom tr:not(:nth-last-child(2)) {
        margin-bottom:12px !important;
    }
    
    .cart-custom .product-remove {
        padding: 0px !important;
        position:absolute;
        right:24px;
        top:24px;
    }
    .cart-custom .product-thumbnail {
        display: block !important;
        border-radius:10px;
        width:fit-content;
    }
    
    .cart-custom .product-thumbnail img {
        border-radius:10px;
        width:fit-content;
    }
    .cart-custom .product-thumbnail:before {
        display:none;
    }
}

@media (max-width:767px) {
	.cart-custom .cart_totals .shop_table_responsive tr {
		padding:0px !important
	}
}

/* -- Code Promo Panier -- */

.cart-custom .e-apply-coupon {
    padding: 16px 24px !important;
    background-color: var(--e-global-color-primary) !important;
    color: var(--e-global-color-14692c9) !important;
    font-family: var(--e-global-typography-9325905-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-9325905-font-size) !important;
    font-weight: var(--e-global-typography-9325905-font-weight) !important;
    line-height: var(--e-global-typography-9325905-line-height) !important;
    letter-spacing: var(--e-global-typography-9325905-letter-spacing) !important;
    border: solid 1px var(--e-global-color-primary) !important;
    border-radius: 10px !important;
}

.cart-custom .e-apply-coupon:hover {
   background-color: var(--e-global-color-14692c9) !important;
   color: var(--e-global-color-primary) !important;
}

.cart-custom .coupon-col-start .input-text {
    border-color: var(--e-global-color-43b4047) !important;
    border-radius: 10px 10px 10px 10px !important;
    height: -webkit-fill-available !important;
    padding: 7px 20px !important;
    font-family: var(--e-global-typography-aed5574-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-aed5574-font-size) !important;
    font-weight: var(--e-global-typography-aed5574-font-weight) !important;
    line-height: var(--e-global-typography-aed5574-line-height) !important;
    letter-spacing: var(--e-global-typography-aed5574-letter-spacing) !important;
}

.cart-custom .coupon-col-start .input-text:focus {
    border-color: var(--e-global-color-primary) !important;
    box-shadow: none !important;
    outline: none;
    background: none;
}

@media (max-width:1024px) {
    .cart-custom .coupon-col-start .input-text {
    height:auto !important;
    padding: 16px 20px !important;}
}

/* -------------------- SINGLE PAGE PRODUIT -------------------- */ 

.ajout-panier-perso .elementor-button-icon svg {
    width: 24px;
}

.ajout-panier-perso input{
    padding: 12px 16px !important;
    border-radius: 8px !important;
    border-color:#d5d8dc;
}

.price-product.price-product-page del {
    font-size: 25px !important;
}

.single-product-content .ajout-panier-perso button {
    display: flex !important;
    justify-content: center !important;
}

.single-product-content .ajout-panier-perso .added_to_cart {
    text-align: center; 
    font-family: var(--e-global-typography-9325905-font-family), Sans-serif;
    font-size: var(--e-global-typography-9325905-font-size);
    font-weight: var(--e-global-typography-9325905-font-weight);
    line-height: var(--e-global-typography-9325905-line-height);
    letter-spacing: var(--e-global-typography-9325905-letter-spacing);
    color: var(--e-global-color-primary);
}

.single-product-content .ajout-panier-perso .added_to_cart:hover {
    color:var(--e-global-color-43b4047);
}

/* -- VARIATION PRODUIT -- */

.je-variation-swatches {
    margin-bottom: 1rem;
}

.je-swatches {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; /* Permet le retour à la ligne si nécessaire */
    margin: 0;
    align-items: center;
}

.je-swatch {
    margin: 0 !important;
    padding: 0;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important; /* Plus performant que 999px */
    border: 2px solid rgba(0, 0, 0, 0.15);
    background-position: center;
    background-repeat: no-repeat;
	background-size: 40px !important;
    cursor: pointer;
    transition: all 0.2s ease; /* Animation fluide */
    position: relative;
}

.je-swatch:hover {
    transform: scale(1.1);
    border-color: rgba(0, 0, 0, 0.3);
}

.je-swatch:focus {
    outline: 1px solid #000;
    outline-offset: 2px;
}

.je-swatch.is-active {
    border-color: rgba(0, 0, 0, 0.7);
}


/* ==================== Swatches Colors ==================== */

.je-swatch-color.is-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    position: relative;
}

.je-swatch-color.is-disabled::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 140%;
    background: rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%) rotate(45deg);
}

/* ==================== Swatches Longueur ==================== */

.je-swatch-length {
    margin: 0 !important;
    padding: 6px 16px !important;
    min-width: 60px;
    height: 40px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.je-swatch-length .je-swatch-label {
    font-size: 14px;
    font-family: var(--e-global-typography-4ba84fa-font-family), Sans-serif;
    font-weight: var(--e-global-typography-4ba84fa-font-weight) 400;
    line-height: var(--e-global-typography-4ba84fa-line-height);
    letter-spacing: var(--e-global-typography-4ba84fa-letter-spacing);
    color: #333;
    white-space: nowrap;
}

.je-swatch-length:hover:not(.is-disabled) {
    border-color: rgba(0, 0, 0, 0.4);
    transform: scale(1.02);
}

.je-swatch-length:focus {
    outline: 0px;
    outline-offset: 0px;
}

.je-swatch-length.is-active {
    background: #000;
    border-color: #000;
}

.je-swatch-length.is-active .je-swatch-label {
    color: #fff;
}

.je-swatch-length.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background: #f5f5f5;
}

.je-swatch-length.is-disabled .je-swatch-label {
    color: #999;
    text-decoration: line-through;
}

/* ==================== Accessibilité ==================== */

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.je-hidden-select {
    display: none !important;
}

/* ==================== Responsive ==================== */

@media (max-width: 768px) {
    .je-swatches {
        gap: 8px;
    }
    
    .je-swatch-length {
        padding: 6px 12px !important;
        font-size: 13px;
    }
}
/* -- BLOCK VARITATIONS -- */

.variations th {
    margin-bottom: 24px;
    align-content: start;
    align-items: start;
    display: flex;
}

.variations td {
    margin-bottom: 24px;
    align-content: start;
    align-items: start;
    display: flex;
    flex-direction: column;
}

.variations th label {
    font-family: var(--e-global-typography-9325905-font-family), Sans-serif;
    font-size: var(--e-global-typography-9325905-font-size);
    font-weight: var(--e-global-typography-9325905-font-weight) !important;
    line-height: var(--e-global-typography-9325905-line-height);
    letter-spacing: var(--e-global-typography-9325905-letter-spacing);
}

.variations th, .variations td {
    background-color: transparent!important;
    padding: 0px;
    
}

.variations tr {
    display: flex !important;
    flex-direction: column!important;
}

/* -- ÉTIQUETTES STOCK -- */

.stock-label {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    font-family: var(--e-global-typography-4ba84fa-font-family), Sans-serif;
    font-weight: var(--e-global-typography-4ba84fa-font-weight)
400
;
    line-height: var(--e-global-typography-4ba84fa-line-height);
    letter-spacing: var(--e-global-typography-4ba84fa-letter-spacing);
}

.stock-label.in-stock {
    background: #4CAF5020;
    color: #049707;
}

.stock-label.low-stock {
    background: #FF980020;
    color: #FF9800;
}

.stock-label.out-of-stock {
    background: #f4433620;
    color: #f44336;
}

/* ============================================================
   Barre de livraison gratuite — Essential Outpost
   ============================================================ */

#eo-cart-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    margin-bottom: 16px;
}

#eo-cart-title {
    font-size: ;
    font-weight: ;
	font-family: var(--e-global-typography-dcdd5ee-font-family), Sans-serif;
    font-size: var(--e-global-typography-7603de2-font-size);
    font-weight: var(--e-global-typography-7603de2-font-weight);
    line-height: var(--e-global-typography-7603de2-line-height);
    letter-spacing: var(--e-global-typography-7603de2-letter-spacing);
    color: var(--e-global-color-primary);
    margin: 0;
    padding: 0;
}

.elementor-menu-cart__main {
	padding: 20px !important;
	overflow:scroll;
}

.elementor-menu-cart__close-button-custom {
	margin: 0px !important;
	width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    border-radius: 5px;
	border: 1px solid #1A1A1A
}

.elementor-menu-cart__close-button-custom svg {
	margin-bottom: 0px !important
}

.elementor-menu-cart__close-button-custom:has(svg:hover) {
	background:white;
}

#eo-free-shipping-bar {
    background: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 14px 18px;
    margin: 0 0 16px 0;
}

#eo-fsb-msg {
    color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-4ba84fa-font-family), Sans-serif;
    font-size: var(--e-global-typography-4ba84fa-font-size);
    font-weight: var(--e-global-typography-4ba84fa-font-weight);
    line-height: var(--e-global-typography-4ba84fa-line-height);
    letter-spacing: var(--e-global-typography-4ba84fa-letter-spacing);
    margin-bottom: 8px;
}

#eo-fsb-msg strong {
    font-weight: 700;
}

.eo-fsb-track {
    background: #ddd;
    border-radius: 20px;
    height: 8px;
    overflow: hidden;
}

#eo-fsb-fill {
    height: 100%;
    border-radius: 20px;
    width: 0%;
    background: var(--e-global-color-primary);
    transition: width 0.5s ease;
}

#eo-fsb-fill.is-complete {
    background: linear-gradient(90deg, #2e7d32, #66bb6a);
}

#eo-fsb-sub {
    font-family: var(--e-global-typography-4ba84fa-font-family), Sans-serif;
    font-size: 11px;
    font-weight: var(--e-global-typography-4ba84fa-font-weight);
    line-height: var(--e-global-typography-4ba84fa-line-height);
    letter-spacing: var(--e-global-typography-4ba84fa-letter-spacing);
    color: var(--e-global-color-primary);
    margin-top: 4px;
    text-align: right;
}
