.elementor-1403 .elementor-element.elementor-element-2d3fae38:not(.elementor-motion-effects-element-type-background), .elementor-1403 .elementor-element.elementor-element-2d3fae38 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAFB;}.elementor-1403 .elementor-element.elementor-element-2d3fae38{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 40px 40px 40px;}.elementor-1403 .elementor-element.elementor-element-2d3fae38 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1403 .elementor-element.elementor-element-51c2a651:not(.elementor-motion-effects-element-type-background), .elementor-1403 .elementor-element.elementor-element-51c2a651 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, #FAF5FF 0%, #FDF2F8 100%);}.elementor-1403 .elementor-element.elementor-element-51c2a651{border-style:solid;border-width:0px 0px 1px 0px;border-color:#E5E7EB;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:24px 40px 24px 40px;}.elementor-1403 .elementor-element.elementor-element-51c2a651 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1403 .elementor-element.elementor-element-7f92423:not(.elementor-motion-effects-element-type-background), .elementor-1403 .elementor-element.elementor-element-7f92423 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAFB;}.elementor-1403 .elementor-element.elementor-element-7f92423{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:28px 40px 40px 40px;}.elementor-1403 .elementor-element.elementor-element-7f92423 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1403 .elementor-element.elementor-element-1a2c95:not(.elementor-motion-effects-element-type-background), .elementor-1403 .elementor-element.elementor-element-1a2c95 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAFB;}.elementor-1403 .elementor-element.elementor-element-1a2c95{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 40px 40px 40px;}.elementor-1403 .elementor-element.elementor-element-1a2c95 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-4a5bc023 *//*
 * ============================================================
 *  THE VIRTUOSE-SHOP MARTINIQUE
 *  CSS Page Panier WooCommerce — Version corrigée
 *  Produit bien affiché : image + nom complet + prix
 *  À coller dans : Elementor → Site Settings → Custom CSS
 * ============================================================
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* ══════════════════════════════════════════════
   BASE GLOBALE
══════════════════════════════════════════════ */
.woocommerce-cart,
.woocommerce-cart * {
  font-family: 'Poppins', sans-serif !important;
}

/* ══════════════════════════════════════════════
   TABLEAU PANIER
══════════════════════════════════════════════ */
.woocommerce-cart table.shop_table,
.woocommerce-cart-form table.shop_table {
  font-family: 'Poppins', sans-serif !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #FFFFFF !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
  width: 100% !important;
  table-layout: auto !important;
}

/* En-têtes */
.woocommerce-cart table.shop_table thead th,
.woocommerce-cart-form table.shop_table thead th {
  font-family: 'Poppins', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #6B7280 !important;
  text-transform: uppercase !important;
  letter-spacing: .5px !important;
  padding: 14px 16px !important;
  background: #F9FAFB !important;
  border-bottom: 1px solid #E5E7EB !important;
  white-space: nowrap !important;
}

/* Cellules */
.woocommerce-cart table.shop_table tbody td,
.woocommerce-cart-form table.shop_table tbody td {
  padding: 16px !important;
  vertical-align: middle !important;
  border-top: none !important;
  border-bottom: 1px solid #F3F4F6 !important;
}

/* ══════════════════════════════════════════════
   COLONNE IMAGE — taille fixe, ne pas écraser
══════════════════════════════════════════════ */
.woocommerce-cart table.shop_table .product-thumbnail,
.woocommerce-cart-form table.shop_table .product-thumbnail {
  width: 96px !important;
  min-width: 96px !important;
  padding: 12px !important;
}

.woocommerce-cart table.shop_table .product-thumbnail img,
.woocommerce-cart-form table.shop_table .product-thumbnail img {
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  min-height: 80px !important;
  object-fit: contain !important;
  border-radius: 10px !important;
  border: 1px solid #E5E7EB !important;
  padding: 8px !important;
  background: #F9FAFB !important;
  display: block !important;
}

/* ══════════════════════════════════════════════
   COLONNE NOM PRODUIT — s'étire, texte complet
══════════════════════════════════════════════ */
.woocommerce-cart table.shop_table .product-name,
.woocommerce-cart-form table.shop_table .product-name {
  font-family: 'Poppins', sans-serif !important;
  max-width: none !important;
  min-width: 200px !important;
  width: auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.woocommerce-cart table.shop_table .product-name a,
.woocommerce-cart-form table.shop_table .product-name a {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  text-decoration: none !important;
  line-height: 1.5 !important;
  text-transform: none !important;
  /* Autoriser le retour à la ligne — pas de troncature */
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block !important;
  word-break: break-word !important;
}

.woocommerce-cart table.shop_table .product-name a:hover,
.woocommerce-cart-form table.shop_table .product-name a:hover {
  color: #7C3AED !important;
}

.woocommerce-cart table.shop_table .product-name .variation,
.woocommerce-cart-form table.shop_table .product-name .variation {
  font-size: 11px !important;
  color: #6B7280 !important;
  margin-top: 4px !important;
}

/* ══════════════════════════════════════════════
   COLONNE PRIX
══════════════════════════════════════════════ */
.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart-form table.shop_table .product-price {
  font-family: 'Poppins', sans-serif !important;
  text-align: center !important;
  white-space: nowrap !important;
  width: 100px !important;
}

.woocommerce-cart table.shop_table .product-price .amount,
.woocommerce-cart-form table.shop_table .product-price .amount {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #6B7280 !important;
}

/* ══════════════════════════════════════════════
   COLONNE QUANTITÉ
══════════════════════════════════════════════ */
.woocommerce-cart table.shop_table .product-quantity,
.woocommerce-cart-form table.shop_table .product-quantity {
  text-align: center !important;
  width: 100px !important;
  white-space: nowrap !important;
}

.woocommerce-cart table.shop_table .product-quantity .qty,
.woocommerce-cart-form table.shop_table .product-quantity .qty {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  border: 1.5px solid #E5E7EB !important;
  border-radius: 8px !important;
  padding: 7px 10px !important;
  width: 65px !important;
  text-align: center !important;
  outline: none !important;
  background: #FFFFFF !important;
}

.woocommerce-cart table.shop_table .product-quantity .qty:focus,
.woocommerce-cart-form table.shop_table .product-quantity .qty:focus {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,0.10) !important;
}

/* ══════════════════════════════════════════════
   COLONNE SOUS-TOTAL
══════════════════════════════════════════════ */
.woocommerce-cart table.shop_table .product-subtotal,
.woocommerce-cart-form table.shop_table .product-subtotal {
  text-align: right !important;
  white-space: nowrap !important;
  width: 110px !important;
}

.woocommerce-cart table.shop_table .product-subtotal .amount,
.woocommerce-cart-form table.shop_table .product-subtotal .amount {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #7C3AED !important;
}

/* ══════════════════════════════════════════════
   BOUTON SUPPRIMER
══════════════════════════════════════════════ */
.woocommerce-cart table.shop_table .product-remove,
.woocommerce-cart-form table.shop_table .product-remove {
  width: 40px !important;
  min-width: 40px !important;
  text-align: center !important;
  padding: 8px !important;
}

.woocommerce-cart table.shop_table .product-remove a,
.woocommerce-cart-form table.shop_table .product-remove a {
  font-size: 14px !important;
  color: #9CA3AF !important;
  font-weight: 700 !important;
  transition: all .2s !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  border: 1px solid #E5E7EB !important;
  background: #FFFFFF !important;
  margin: 0 auto !important;
}

.woocommerce-cart table.shop_table .product-remove a:hover,
.woocommerce-cart-form table.shop_table .product-remove a:hover {
  color: #EF4444 !important;
  border-color: rgba(239,68,68,0.3) !important;
  background: #FEF2F2 !important;
}

/* ══════════════════════════════════════════════
   ACTIONS PANIER
══════════════════════════════════════════════ */
.woocommerce-cart .woocommerce-cart-form .actions,
.woocommerce-cart-form .actions {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 14px 16px !important;
  background: #F9FAFB !important;
  border-top: 1px solid #E5E7EB !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.woocommerce-cart .woocommerce-cart-form button[name="update_cart"],
.woocommerce-cart-form button[name="update_cart"] {
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #6B7280 !important;
  background: #FFFFFF !important;
  border: 1.5px solid #E5E7EB !important;
  border-radius: 9px !important;
  padding: 9px 18px !important;
  cursor: pointer !important;
  transition: all .2s !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]:hover {
  color: #111827 !important;
  border-color: #9CA3AF !important;
}

/* ══════════════════════════════════════════════
   CODE PROMO
══════════════════════════════════════════════ */
.woocommerce-cart .woocommerce-cart-form .coupon,
.woocommerce-cart-form .coupon {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}

.woocommerce-cart .woocommerce-cart-form .coupon input#coupon_code,
.woocommerce-cart-form .coupon input#coupon_code {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  border: 1.5px solid #E5E7EB !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  color: #111827 !important;
  background: #FFFFFF !important;
  outline: none !important;
  transition: border-color .3s !important;
  width: 200px !important;
}

.woocommerce-cart .woocommerce-cart-form .coupon input#coupon_code:focus {
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,0.10) !important;
}

.woocommerce-cart .woocommerce-cart-form .coupon input#coupon_code::placeholder {
  color: #9CA3AF !important;
}

.woocommerce-cart .woocommerce-cart-form .coupon .button,
.woocommerce-cart-form .coupon .button {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #7C3AED, #BE185D) !important;
  background-color: #7C3AED !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  cursor: pointer !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  transition: all .3s !important;
  white-space: nowrap !important;
}

.woocommerce-cart .woocommerce-cart-form .coupon .button:hover {
  background: linear-gradient(135deg, #6D28D9, #9D174D) !important;
  transform: translateY(-1px) !important;
}

/* ══════════════════════════════════════════════
   SIDEBAR DROITE — TOTAUX
══════════════════════════════════════════════ */
.woocommerce-cart .cart_totals,
.woocommerce .cart_totals {
  background: #FFFFFF !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 14px !important;
  padding: 22px !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06) !important;
}

.woocommerce-cart .cart_totals h2,
.woocommerce .cart_totals h2 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  margin-bottom: 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 2px solid #EDE9FE !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.woocommerce-cart .cart_totals table.shop_table,
.woocommerce .cart_totals table.shop_table {
  border: 1px solid #E5E7EB !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  margin-bottom: 16px !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
  table-layout: auto !important;
  width: 100% !important;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table th {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #6B7280 !important;
  background: #F9FAFB !important;
  padding: 12px 16px !important;
  border-bottom: 1px solid #F3F4F6 !important;
  text-align: left !important;
  width: 40% !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.woocommerce-cart .cart_totals table.shop_table td,
.woocommerce .cart_totals table.shop_table td {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  background: #FFFFFF !important;
  padding: 12px 16px !important;
  border-bottom: 1px solid #F3F4F6 !important;
}

.woocommerce-cart .cart_totals .cart-subtotal td .amount,
.woocommerce .cart_totals .cart-subtotal td .amount {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111827 !important;
}

/* Total final */
.woocommerce-cart .cart_totals .order-total th,
.woocommerce .cart_totals .order-total th {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #7C3AED !important;
  background: #EDE9FE !important;
  border-bottom: none !important;
}

.woocommerce-cart .cart_totals .order-total td,
.woocommerce .cart_totals .order-total td {
  background: #EDE9FE !important;
  border-bottom: none !important;
}

.woocommerce-cart .cart_totals .order-total td .amount,
.woocommerce .cart_totals .order-total td .amount,
.woocommerce-cart .cart_totals .order-total td strong,
.woocommerce .cart_totals .order-total td strong {
  font-family: 'Poppins', sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #7C3AED !important;
}

/* ══════════════════════════════════════════════
   OPTIONS LIVRAISON
══════════════════════════════════════════════ */
.woocommerce-cart .cart_totals ul#shipping_method,
.woocommerce .cart_totals ul#shipping_method {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 8px 0 !important;
}

.woocommerce-cart .cart_totals ul#shipping_method li,
.woocommerce .cart_totals ul#shipping_method li {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 12px !important;
  border: 1.5px solid #E5E7EB !important;
  border-radius: 8px !important;
  margin-bottom: 6px !important;
  background: #FFFFFF !important;
  transition: all .2s !important;
}

.woocommerce-cart .cart_totals ul#shipping_method li input[type="radio"],
.woocommerce .cart_totals ul#shipping_method li input[type="radio"] {
  accent-color: #7C3AED !important;
  width: 15px !important;
  height: 15px !important;
  flex-shrink: 0 !important;
}

.woocommerce-cart .cart_totals ul#shipping_method li label,
.woocommerce .cart_totals ul#shipping_method li label {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #111827 !important;
  cursor: pointer !important;
}

.woocommerce-cart .cart_totals ul#shipping_method li label .amount,
.woocommerce .cart_totals ul#shipping_method li label .amount {
  font-weight: 700 !important;
  color: #7C3AED !important;
}

/* ══════════════════════════════════════════════
   BOUTON PASSER À LA COMMANDE
══════════════════════════════════════════════ */
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce .wc-proceed-to-checkout {
  padding: 0 !important;
  margin-top: 16px !important;
}

.woocommerce-cart .wc-proceed-to-checkout a,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce .wc-proceed-to-checkout a,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce .wc-proceed-to-checkout .checkout-button,
a.checkout-button,
.checkout-button {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  background: linear-gradient(135deg, #7C3AED, #BE185D) !important;
  background-color: #7C3AED !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 15px 32px !important;
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(124,58,237,0.32) !important;
  transition: all .3s !important;
  width: 100% !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout a:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
a.checkout-button:hover {
  background: linear-gradient(135deg, #6D28D9, #9D174D) !important;
  background-color: #6D28D9 !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(124,58,237,0.42) !important;
  text-decoration: none !important;
}

/* ══════════════════════════════════════════════
   NOTICES & MESSAGES
══════════════════════════════════════════════ */
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info {
  background: #EDE9FE !important;
  border-top: 4px solid #7C3AED !important;
  border-radius: 0 0 10px 10px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  color: #111827 !important;
}

.woocommerce-cart .woocommerce-message a.button,
.woocommerce-cart .woocommerce-info a.button {
  background: linear-gradient(135deg, #7C3AED, #BE185D) !important;
  background-color: #7C3AED !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.woocommerce-cart .woocommerce-error {
  background: #FEF2F2 !important;
  border-top: 4px solid #EF4444 !important;
  border-radius: 0 0 10px 10px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
}

/* ══════════════════════════════════════════════
   PANIER VIDE
══════════════════════════════════════════════ */
.woocommerce-cart .cart-empty {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #6B7280 !important;
  text-align: center !important;
  padding: 40px !important;
}

.woocommerce-cart .return-to-shop .button {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #7C3AED, #BE185D) !important;
  background-color: #7C3AED !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 12px 28px !important;
  text-transform: none !important;
  text-decoration: none !important;
  display: inline-block !important;
  margin-top: 16px !important;
  transition: all .3s !important;
}

/* ══════════════════════════════════════════════
   CROSS-SELLS
══════════════════════════════════════════════ */
.woocommerce-cart .cross-sells h2 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #111827 !important;
  text-transform: none !important;
  margin-bottom: 20px !important;
}

/* ══════════════════════════════════════════════
   RESPONSIVE MOBILE
══════════════════════════════════════════════ */
@media (max-width: 768px) {
  .woocommerce-cart table.shop_table .product-thumbnail,
  .woocommerce-cart-form table.shop_table .product-thumbnail {
    width: 64px !important;
    min-width: 64px !important;
    padding: 8px !important;
  }
  .woocommerce-cart table.shop_table .product-thumbnail img,
  .woocommerce-cart-form table.shop_table .product-thumbnail img {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
  }
  .woocommerce-cart table.shop_table .product-name,
  .woocommerce-cart-form table.shop_table .product-name {
    min-width: 120px !important;
  }
  .woocommerce-cart .woocommerce-cart-form .coupon input#coupon_code {
    width: 140px !important;
  }
}/* End custom CSS */