/** Shopify CDN: Minification failed

Line 397:1 Expected "}" to go with "{"

**/
.cart {
  position: relative;
  display: block;
}

.cart__empty-text,
.is-empty .cart__contents,
cart-items.is-empty .title-wrapper-with-link,
.is-empty .cart__footer {
  display: none;
}

.is-empty .cart__empty-text,
.is-empty .cart__warnings {
  display: block;
}

.cart__warnings {
  display: none;
  text-align: center;
  padding: 3rem 0 1rem;
}

.cart__empty-text {
  margin: 4.5rem 0 2rem;
}

.cart__contents > * + * {
  margin-top: 2.5rem;
}

.cart__login-title {
  margin: 5.5rem 0 0.5rem;
}

.cart__login-paragraph {
  margin-top: 0.8rem;
}

.cart__login-paragraph a {
  font-size: inherit;
}

@media screen and (min-width: 990px) {
  .cart__warnings {
    padding: 7rem 0 1rem;
  }

  .cart__empty-text {
    margin: 0 0 3rem;
  }
}

cart-items {
  display: block;
}

.cart__items {
  position: relative;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart__items--disabled {
  pointer-events: none;
}

.cart__footer-wrapper:last-child .cart__footer {
  padding-bottom: 5rem;
}

.cart__footer > div:only-child {
  margin-left: auto;
}

.cart__footer > * + * {
  margin-top: 6.5rem;
}

.cart__footer .discounts {
  margin-bottom: 1rem;
}

.cart__note {
  height: fit-content;
  top: 2.5rem;
}

.cart__note label {
  display: flex;
  align-items: flex-end;
  position: absolute;
  line-height: 1;
  height: 1.8rem;
  top: -3rem;
  color: rgba(var(--color-foreground), 0.75);
}

.cart__note .field__input {
  height: 100%;
  position: relative;
  border-radius: var(--inputs-radius);
  padding: 1rem 2rem;
}

.cart__note .text-area {
  resize: vertical;
}

.cart__note:after,
.cart__note:hover.cart__note:after,
.cart__note:before,
.cart__note:hover.cart__note:before,
.cart__note .field__input:focus,
.cart__note .field__input {
  border-bottom-right-radius: 0;
}

@media screen and (min-width: 750px) {
  .cart__items {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-bottom: 4rem;
  }

  .cart__contents > * + * {
    margin-top: 0;
  }

  .cart__items + .cart__footer {
    grid-column: 2;
  }

  .cart__footer {
    display: flex;
    justify-content: space-between;
    border: 0;
  }

  .cart__footer-wrapper:last-child {
    padding-top: 0;
  }

  .cart__footer > * {
    width: 35rem;
  }

  .cart__footer > * + * {
    margin-left: 4rem;
    margin-top: 0;
  }
}

.cart__ctas .button {
  --cart-ctas-border-radius: 25px;
  max-width: calc(50% - 1rem);
  width: 100%;
  border-radius: var(--cart-ctas-border-radius);
}

.cart__ctas .button::before {
  --buttons-radius-outset: var(--cart-ctas-border-radius);
} 

.cart__ctas .button::after {
  --buttons-radius: var(--cart-ctas-border-radius);
} 

.cart__update-button {
  margin-bottom: 1rem;
}

.cart__dynamic-checkout-buttons {
  max-width: 36rem;
  margin: 0 auto;
}

.cart__dynamic-checkout-buttons:has(.dynamic-checkout__content:empty) {
  margin: 0;
}

.cart__dynamic-checkout-buttons div[role='button'] {
  border-radius: var(--buttons-radius-outset) !important;
}

.cart__blocks > * + * {
  margin-top: 1rem;
}

.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: calc(1 + 1 / var(--font-body-scale));
}

.tax-note {
  margin: 2.2rem 0 1.6rem auto;
  text-align: center;
  display: block;
}

.cart__checkout-button {
  max-width: 36rem;
}

.cart__ctas {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}

@media screen and (min-width: 750px) {
  .cart-note {
    max-width: 35rem;
  }

  .cart__update-button {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }

  .tax-note {
    margin-bottom: 2.2rem;
    text-align: right;
  }

  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }

  .cart__ctas {
    display: flex;
  }
}
/* Fix Lokie - quantités à 2 chiffres qui cassent le panier mobile */
@media (max-width: 600px) {

  /* Conteneur du sélecteur dans le panier */
  .cart-item__quantity-selector,
  .quantity-selector,
  .quantity {
    max-width: 120px !important;
    min-width: 120px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px !important;
  }

  /* Le champ quantité dans le panier */
  .cart-item__quantity-selector input.quantity__input,
  .quantity__input {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    text-align: center !important;
    padding: 0 !important;
    font-size: 16px !important;
  }

  /* Les boutons + et - */
  .quantity__button {
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
/* On cible le bouton par son lien exact et sa position */
#CartDrawer .drawer__footer a[href="/cart"], 
.cart-drawer .drawer__footer a[href="/cart"],
#CartDrawer footer a[href="/cart"] {
    display: none !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
/* Optimisation du bouton de paiement pour Mobile et Desktop */
.cart_ctas {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 10px !important; /* Petit espace sur les côtés pour l'esthétique */
}

#CartDrawer-Checkout {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 55px !important; /* Un bouton plus haut est plus facile à cliquer sur mobile */
  font-size: 1.1rem !important; /* Texte un peu plus grand */
  font-weight: bold !important;
  border-radius: 8px !important; /* Bords légèrement arrondis pour un look moderne */
  letter-spacing: 0.5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.2s ease !important;
}

/* Petit effet au clic pour faire pro */
#CartDrawer-Checkout:active {
  transform: scale(0.98) !important;
}
/* 1. On remonte le bas du panier pour laisser de la place au chat sur mobile */
.drawer__footer {
  padding-bottom: 60px !important; /* Ajuste selon la hauteur de ta bulle de chat */
}

/* 2. On centre les textes au-dessus du bouton pour plus d'harmonie */
.totals, .cart__tax {
  justify-content: center !important;
  text-align: center !important;
  display: flex !important;
  width: 100% !important;
}

/* --- CORRECTIF FINAL PANIER LOKIE --- */

/* 1. On garde de l'espace en bas pour la bulle de chat */
.drawer__footer {
  padding-bottom: 70px !important;
}

/* 2. On remet le total et le texte alignés à GAUCHE comme avant */
.totals {
  justify-content: flex-start !important; /* Aligne à gauche */
  display: flex !important;
  width: 100% !important;
}

.cart__tax {
  text-align: left !important; /* Aligne à gauche */
  display: block !important;
  width: 100% !important;
}

/* --- CONFIGURATION FINALE PANIER LOKIE --- */

/* 1. Espace pour la bulle de chat en bas */
.drawer__footer {
  padding-bottom: 70px !important;
}

/* 2. Remet le Total à gauche et le Prix à droite sur la même ligne */
.totals {
  display: flex !important;
  justify-content: space-between !important; /* C'est cette ligne qui écarte les deux */
  align-items: center !important;
  width: 100% !important;
}

.totals__subtotal-value {
  text-align: right !important;
}

/* 3. Aligne le texte des taxes à gauche sous le total */
.cart__tax {
  text-align: left !important;
  display: block !important;
  width: 100% !important;
  margin-top: 5px !important;
}

/* 4. Bouton "Procéder au paiement" ovale et full-width */
.cart_ctas {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 10px !important;
  margin-top: 15px !important;
}

#CartDrawer-Checkout {
  width: 100% !important;
  min-height: 55px !important;
  font-size: 1.1rem !important;
  font-weight: bold !important;
  border-radius: 50px !important; /* Forme pilule parfaite */
  letter-spacing: 0.5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important; /* Nettoyage du bug visuel */
  transition: transform 0.2s ease !important;
}

#CartDrawer-Checkout:active {
  transform: scale(0.98) !important;
}