.elementor-18 .elementor-element.elementor-element-bbdbcdb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-18 .elementor-element.elementor-element-75c38b4{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-18 .elementor-element.elementor-element-75c38b4.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for shortcode, class: .elementor-element-75c38b4 *//* =========================================================
   PANIER (WooCommerce) - Layout maquette (vert + jaune)
   Page : /panier/
   ========================================================= */

/* Scope panier uniquement */
body.woocommerce-cart .woocommerce{
  max-width: 1200px;
  margin: 0 auto;
}

/* Layout 2 colonnes (table à gauche / totaux à droite) */
@media (min-width: 992px){
  body.woocommerce-cart .woocommerce{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
  }

  body.woocommerce-cart .woocommerce-cart-form{
    grid-column: 1 / 2;
  }

  body.woocommerce-cart .cart-collaterals{
    grid-column: 2 / 3;
    position: sticky;
    top: 24px;
  }
}

/* Carte générale */
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  overflow: hidden;
}

/* Table panier */
body.woocommerce-cart table.shop_table{
  border: 0 !important;
  margin: 0 !important;
  width: 100%;
  border-collapse: collapse;
}

/* Header table */
body.woocommerce-cart table.shop_table thead th{
  background: #e9efd8;            /* vert clair */
  color: #2f3f16;                 /* vert foncé */
  font-weight: 800;
  border: 0 !important;
  padding: 16px 14px !important;
}

/* Lignes */
body.woocommerce-cart table.shop_table tbody td{
  border-top: 1px solid rgba(0,0,0,.06) !important;
  padding: 16px 14px !important;
  vertical-align: middle;
}

/* Image produit */
body.woocommerce-cart td.product-thumbnail img{
  width: 64px !important;
  height: 64px !important;
  object-fit: contain;
  border-radius: 12px;
  background: #fdf8f2;            /* crème */
  padding: 6px;
}

/* Nom produit */
body.woocommerce-cart td.product-name a{
  color: #2f3f16;
  font-weight: 800;
  text-decoration: none;
}
body.woocommerce-cart td.product-name a:hover{
  text-decoration: underline;
}

/* Prix / sous-total */
body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal{
  font-weight: 800;
  color: #111;
}

/* Bouton remove */
body.woocommerce-cart a.remove{
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 10px;
  background: rgba(0,0,0,.06);
  color: #111 !important;
  font-size: 18px !important;
  text-align: center;
}
body.woocommerce-cart a.remove:hover{
  background: rgba(0,0,0,.10);
}

/* Quantité (Blocksy type-2) - CORRIGÉ */
body.woocommerce-cart .quantity{
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 12px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
body.woocommerce-cart .quantity input.qty{
  border: 0 !important;
  width: 74px !important;
  text-align: center;
  font-weight: 800;
  color: #2f3f16 !important;
  background: transparent !important;
  font-size: 16px !important;
  opacity: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
}
/* Pour enlever les flèches sur Chrome/Safari */
body.woocommerce-cart .quantity input.qty::-webkit-outer-spin-button,
body.woocommerce-cart .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Pour Firefox */
body.woocommerce-cart .quantity input.qty[type=number] {
  -moz-appearance: textfield;
}
body.woocommerce-cart .quantity .ct-increase,
body.woocommerce-cart .quantity .ct-decrease{
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #e9efd8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #2f3f16;
  border: none;
  padding: 0;
}
body.woocommerce-cart .quantity .ct-increase:hover,
body.woocommerce-cart .quantity .ct-decrease:hover{
  filter: brightness(.97);
}

/* Zone actions (coupon + update) */
body.woocommerce-cart td.actions{
  background: #fafafa;
  padding: 16px !important;
}

/* Coupon bloc */
body.woocommerce-cart .coupon{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
body.woocommerce-cart .coupon label{
  font-weight: 800;
  color: #2f3f16;
}
body.woocommerce-cart .coupon input#coupon_code{
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.10);
  padding: 0 12px;
  min-width: 220px;
}

/* Boutons (style maquette) */
body.woocommerce-cart .button{
  border-radius: 12px !important;
  border: none !important;
  padding: 12px 14px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

/* Bouton appliquer coupon */
body.woocommerce-cart button[name="apply_coupon"]{
  background: #f1b61d !important; /* jaune */
  color: #fff !important;
}

/* Bouton update cart */
body.woocommerce-cart button[name="update_cart"]{
  background: #2f3f16 !important; /* vert */
  color: #fff !important;
}

/* Totaux (colonne droite) */
body.woocommerce-cart .cart_totals > h2{
  margin: 0;
  padding: 18px 18px 14px;
  background: #e9efd8;
  color: #2f3f16;
  font-size: 22px;
  font-weight: 900;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

body.woocommerce-cart .cart_totals table{
  margin: 0 !important;
}
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td{
  padding: 14px 18px !important;
  border-top: 1px solid rgba(0,0,0,.06) !important;
}
body.woocommerce-cart .cart_totals th{
  color: #2f3f16;
  font-weight: 900;
}
body.woocommerce-cart .cart_totals .order-total td strong{
  font-size: 18px;
}

/* Bouton checkout */
body.woocommerce-cart .wc-proceed-to-checkout{
  padding: 16px 18px 18px;
}
body.woocommerce-cart .checkout-button{
  width: 100%;
  text-align: center;
  background: #2f3f16 !important;
  color: #fff !important;
  border-radius: 12px !important;
  font-weight: 900 !important;
  padding: 14px 16px !important;
  position: relative;
}
body.woocommerce-cart .checkout-button::after{
  content: "🛒";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .95;
}

/* Mobile : table lisible */
@media (max-width: 768px){
  body.woocommerce-cart table.shop_table thead{
    display: none;
  }
  body.woocommerce-cart table.shop_table tbody td{
    padding: 12px !important;
  }
  body.woocommerce-cart td.product-thumbnail img{
    width: 56px !important;
    height: 56px !important;
  }
}/* End custom CSS */