.elementor-1108 .elementor-element.elementor-element-66098cf{--display:flex;}.elementor-1108 .elementor-element.elementor-element-3f686e9{--display:flex;}/* Start custom CSS *//* Panier — message limite quantité (ciblage fiable) */
body.woocommerce-cart .tcs-cart-limit-info{
  position: relative !important;
  z-index: 9999 !important;

  margin: 18px 0 28px !important;
  padding: 18px 22px 18px 48px !important;

  background: #0e1116 !important;
  border-left: 5px solid #cfa45d !important;
  border-radius: 16px !important;

  color: #ffffff !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;

  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;

  box-shadow: 0 10px 30px rgba(0,0,0,0.65) !important;
}

body.woocommerce-cart .tcs-cart-limit-info,
body.woocommerce-cart .tcs-cart-limit-info *{
  color: #ffffff !important;
  opacity: 1 !important;
  filter: none !important;
}

body.woocommerce-cart .tcs-cart-limit-info strong{
  color: #ffffff !important;
  font-weight: 700 !important;
}

body.woocommerce-cart .tcs-cart-limit-info a{
  color: #ffd27d !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* =========================
   Panier mobile : bouton supprimer bien placé
   ========================= */
@media (max-width: 780px){

  /* Le conteneur de chaque ligne produit devient la référence */
  body.woocommerce-cart .woocommerce-cart-form .cart_item{
    position: relative !important;
  }

  /* La cellule "remove" */
  body.woocommerce-cart .woocommerce-cart-form .product-remove{
    position: absolute !important;
    top: 10px !important;
    right: 12px !important;
    left: auto !important;
    z-index: 20 !important;
    width: auto !important;
    margin: 0 !important;
  }

  /* Le lien X / icône */
  body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;

    border-radius: 999px !important;
    text-decoration: none !important;

    /* lisibilité sur fond sombre */
    color: #111 !important;
    background: #f6d365 !important;
    box-shadow: 0 6px 16px rgba(0,0,0,.35) !important;
  }

  /* Hover/tap */
  body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:active{
    transform: scale(0.96);
  }

  /* On évite que le bouton chevauche le contenu : on ajoute un padding en haut */
  body.woocommerce-cart .woocommerce-cart-form .cart_item{
    padding-top: 18px !important;
  }
}
/* Panier : note "fabriqué à la demande" sous le produit */
body.woocommerce-cart .tcs-backorder-cart-note{
  margin-top: 6px;
  font-size: 0.92rem;
  line-height: 1.35;
  color: #ffd27d !important; /* doré lisible */
  font-weight: 600;
  opacity: 1 !important;
}


.craftside-cart-offer {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 28px 0;
  padding: 18px 22px;
  border: 1px solid rgba(182, 117, 58, 0.55);
  border-radius: 16px;
  background: rgba(18, 22, 30, 0.92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(8px);
}

.craftside-cart-offer__icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 225, 100, 0.14);
  color: #ffe164;
  font-size: 18px;
  line-height: 1;
}

.craftside-cart-offer__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.craftside-cart-offer__title {
  font-family: "Cinzel", serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffe164;
  line-height: 1.2;
  margin: 0;
}

.craftside-cart-offer__text {
  font-size: 15px;
  line-height: 1.55;
  color: #f5efe6;
  margin: 0;
}

.craftside-cart-offer__text strong {
  color: #ffffff;
  font-weight: 700;
}

.craftside-product-offer-inline {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 14px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 225, 100, 0.25);
  border-radius: 14px;
  background: rgba(25, 28, 36, 0.78);
  color: #ffe164;
}

.craftside-product-offer-inline__title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.craftside-product-offer-inline__text {
  font-size: 13px;
  line-height: 1.4;
  color: #f3eee7;
}

.craftside-product-offer-inline__text strong {
  color: #ffffff;
  font-weight: 700;
}

.woocommerce-cart .craftside-cart-offer,
.woocommerce-checkout .craftside-cart-offer {
  opacity: 1 !important;
  visibility: visible !important;
}/* End custom CSS */