/* Généré depuis tbk-cart-checkout-ux.css — contexte panier. */
/**
 * Teknoboutik - Cart & Checkout UX v1.5.6
 * Scopé uniquement sur les pages panier / checkout WooCommerce.
 */
body.woocommerce-cart{
  --tbk-orange: var(--tkb-orange, #ff9900);
  --tbk-orange-dark: #f07f00;
  --tbk-orange-rgb: 255, 153, 0;
  --tbk-cta-orange: var(--tkb-orange, #ff9900);
  --tbk-cta-orange-hover: #ffa51f;
  --tbk-black: #111111;
  --tbk-soft-black: #181818;
  --tbk-cream: #fff8f0;
  --tbk-border: rgba(17, 17, 17, 0.10);
  --tbk-shadow: 0 18px 45px rgba(17, 17, 17, 0.10);
  --tbk-radius-xl: 26px;
  --tbk-radius-lg: 18px;
  --tbk-radius-md: 12px;
}body.woocommerce-cart .woocommerce{
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}body.woocommerce-cart h1,
body.woocommerce-cart .entry-title{
  letter-spacing: -0.03em;
}.tbk-checkout-hero{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: 18px 0 24px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: var(--tbk-radius-xl);
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(var(--tbk-orange-rgb), 0.34), transparent 38%),
    linear-gradient(135deg, #111 0%, #1d1d1d 58%, #2b1708 100%);
  box-shadow: var(--tbk-shadow);
  overflow: hidden;
  position: relative;
}.tbk-checkout-hero::after{
  content: "";
  position: absolute;
  inset: auto -60px -80px auto;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: rgba(var(--tbk-orange-rgb), 0.18);
  pointer-events: none;
}.tbk-checkout-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffd4b5;
  background: rgba(255, 255, 255, 0.08);
}.tbk-checkout-eyebrow::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--tbk-orange);
  box-shadow: 0 0 0 6px rgba(var(--tbk-orange-rgb), 0.14);
}.tbk-checkout-hero h2{
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(25px, 3.3vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 950;
}.tbk-checkout-hero p{
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.55;
}.tbk-checkout-hero__badges{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  min-width: 230px;
}.tbk-checkout-hero__badges span{
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}.tbk-checkout-hero__badges span::before{
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 99px;
  color: #111;
  background: var(--tbk-orange);
  font-size: 12px;
  font-weight: 950;
}
/* Jauge livraison gratuite du plugin Free Shipping Label */
body.woocommerce-cart .wc-proceed-to-checkout .fsl-wrapper{
  margin: 0 0 14px !important;
}body.woocommerce-cart .wc-proceed-to-checkout .devnet_fsl-free-shipping{
  position: relative !important;
  padding: 16px 16px 15px !important;
  border: 1px solid rgba(var(--tbk-orange-rgb), 0.32) !important;
  border-radius: 20px !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 92% -8%, rgba(var(--tbk-orange-rgb), 0.48), transparent 36%),
    linear-gradient(135deg, #111 0%, #191919 58%, #291806 100%) !important;
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.16) !important;
  overflow: hidden !important;
}body.woocommerce-cart .wc-proceed-to-checkout .devnet_fsl-free-shipping::before{
  content: "🚚";
  position: absolute;
  top: 13px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
}body.woocommerce-cart .wc-proceed-to-checkout .fsl-title{
  max-width: calc(100% - 42px);
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.28 !important;
  font-weight: 950 !important;
  letter-spacing: -0.01em;
}body.woocommerce-cart .wc-proceed-to-checkout .fsl-progress-bar{
  height: 15px !important;
  padding: 3px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.13) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.10) !important;
  overflow: hidden !important;
}body.woocommerce-cart .wc-proceed-to-checkout .fsl-progress-amount{
  display: block !important;
  height: 100% !important;
  min-height: 9px !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, var(--tbk-orange) 0%, #ffd17a 100%) !important;
  box-shadow: 0 0 20px rgba(var(--tbk-orange-rgb), 0.45) !important;
}body.woocommerce-cart .wc-proceed-to-checkout .fsl-description{
  display: block !important;
  margin: 9px 0 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.76) !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
  font-weight: 750 !important;
}body.woocommerce-cart .wc-proceed-to-checkout .fsl-title .amount,
body.woocommerce-cart .wc-proceed-to-checkout .fsl-description .amount{
  color: var(--tbk-orange) !important;
  font-weight: 950 !important;
}
/* Panier desktop */
body.woocommerce-cart table.shop_table{
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 12px !important;
  background: transparent !important;
}body.woocommerce-cart table.shop_table.cart{
  table-layout: fixed;
  width: 100%;
}body.woocommerce-cart table.shop_table .product-remove{
  width: 52px;
}body.woocommerce-cart table.shop_table .product-thumbnail{
  width: 88px;
}body.woocommerce-cart table.shop_table .product-price,
body.woocommerce-cart table.shop_table .product-quantity,
body.woocommerce-cart table.shop_table .product-subtotal{
  width: 110px;
}body.woocommerce-cart table.shop_table thead th{
  padding: 13px 16px !important;
  color: #fff !important;
  background: #111 !important;
  border: 0 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}body.woocommerce-cart table.shop_table thead th:first-child{
  border-radius: 14px 0 0 14px;
}body.woocommerce-cart table.shop_table thead th:last-child{
  border-radius: 0 14px 14px 0;
}body.woocommerce-cart table.shop_table tbody tr.cart_item td{
  padding: 12px 14px !important;
  border-top: 1px solid var(--tbk-border) !important;
  border-bottom: 1px solid var(--tbk-border) !important;
  background: #fff !important;
  vertical-align: middle !important;
}body.woocommerce-cart table.shop_table tbody tr.cart_item td:first-child{
  border-left: 1px solid var(--tbk-border) !important;
  border-radius: 18px 0 0 18px;
}body.woocommerce-cart table.shop_table tbody tr.cart_item td:last-child{
  border-right: 1px solid var(--tbk-border) !important;
  border-radius: 0 18px 18px 0;
}body.woocommerce-cart table.shop_table .product-thumbnail img{
  width: 60px;
  max-width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.12);
}body.woocommerce-cart table.shop_table .product-name{
  min-width: 0;
}body.woocommerce-cart table.shop_table .product-name a{
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111 !important;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
}body.woocommerce-cart table.shop_table .product-name a:hover{
  color: var(--tbk-orange) !important;
}body.woocommerce-cart table.shop_table .product-price,
body.woocommerce-cart table.shop_table .product-subtotal{
  color: #111;
  font-weight: 900;
  white-space: nowrap;
}body.woocommerce-cart table.shop_table .product-subtotal{
  color: var(--tbk-orange);
}body.woocommerce-cart table.shop_table .product-remove a.remove{
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #111 !important;
  background: #f5f1ed;
  font-size: 22px;
  line-height: 1;
  text-decoration: none !important;
}body.woocommerce-cart table.shop_table .product-remove a.remove:hover{
  color: #fff !important;
  background: #111;
}body.woocommerce-cart .quantity .qty{
  min-height: 42px;
  width: 68px !important;
  border: 1px solid var(--tbk-border) !important;
  border-radius: 12px !important;
  color: #111;
  background: #fff !important;
  font-weight: 850;
  text-align: center;
}body.woocommerce-cart table.shop_table td.actions{
  padding: 16px 0 0 !important;
  background: transparent !important;
  border: 0 !important;
}body.woocommerce-cart table.shop_table td.actions .coupon{
  display: flex;
  gap: 10px;
  align-items: center;
}body.woocommerce-cart table.shop_table td.actions .coupon .input-text{
  min-width: min(360px, 100%);
  min-height: 48px;
  padding: 0 15px !important;
  border: 1px solid var(--tbk-border) !important;
  border-radius: 14px !important;
  background: #fff !important;
}body.woocommerce-cart table.shop_table td.actions .coupon .button,
body.woocommerce-cart table.shop_table td.actions .coupon button.button,
body.woocommerce-cart table.shop_table td.actions .coupon input.button[name="apply_coupon"]{
  min-height: 44px;
  padding: 0 18px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  box-shadow: 0 10px 20px rgba(var(--tbk-orange-rgb), 0.18) !important;
}body.woocommerce-cart .button,
body.woocommerce-cart button.button,
body.woocommerce-cart a.button,
body.woocommerce-cart input.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  border: 0 !important;
  border-radius: 14px !important;
  color: #111 !important;
  background: var(--tbk-cta-orange) !important;
  box-shadow: 0 14px 30px rgba(var(--tbk-orange-rgb), 0.28) !important;
  font-weight: 950 !important;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease, background 160ms ease;
}body.woocommerce-cart .button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-cart a.button:hover,
body.woocommerce-cart input.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
  transform: translateY(-1px);
  filter: brightness(1.03) saturate(1.08);
  background: var(--tbk-cta-orange-hover) !important;
  box-shadow: 0 18px 36px rgba(var(--tbk-orange-rgb), 0.36) !important;
}body.woocommerce-cart .cart-collaterals .cart_totals{
  padding: 22px !important;
  border: 1px solid var(--tbk-border) !important;
  border-radius: var(--tbk-radius-xl) !important;
  background: #fff !important;
  box-shadow: var(--tbk-shadow);
}body.woocommerce-cart .cart-collaterals .cart_totals h2{
  margin-top: 0;
  color: #111;
  font-weight: 950;
  letter-spacing: -0.035em;
}body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table{
  border-spacing: 0 8px !important;
}body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td{
  padding: 12px 0 !important;
  border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
  background: transparent !important;
}body.woocommerce-cart .cart-collaterals .cart_totals .order-total strong{
  color: var(--tbk-orange);
  font-size: 1.12em;
}body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  width: 100%;
  padding: 18px 20px !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  box-shadow: 0 18px 34px rgba(var(--tbk-orange-rgb), 0.34) !important;
}body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
  color: #111 !important;
}
/* V1.0.3 - harmonisation stricte du CTA panier avec le bouton Appliquer */
body.woocommerce-cart table.shop_table td.actions .coupon .button,
body.woocommerce-cart table.shop_table td.actions .coupon button.button,
body.woocommerce-cart table.shop_table td.actions .coupon input.button[name="apply_coupon"],
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.alt{
  color: #111 !important;
  background: var(--tbk-cta-orange) !important;
}body.woocommerce-cart table.shop_table td.actions .coupon .button:hover,
body.woocommerce-cart table.shop_table td.actions .coupon button.button:hover,
body.woocommerce-cart table.shop_table td.actions .coupon input.button[name="apply_coupon"]:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.alt:hover{
  color: #111 !important;
  background: var(--tbk-cta-orange-hover) !important;
}.tbk-human-support-card{
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 16px;
  padding: 15px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
  border: 1px solid rgba(var(--tbk-orange-rgb), 0.18);
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.05);
}.tbk-human-support-card__avatars{
  display: flex;
  align-items: center;
}.tbk-human-support-card__avatars span{
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.03em;
  background: linear-gradient(135deg, #111 0%, #2e2e2e 100%);
  border: 2px solid #fff;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.12);
}.tbk-human-support-card__avatars span + span{
  margin-left: -10px;
  background: var(--tbk-orange);
  color: #111;
}.tbk-human-support-card__content strong{
  display: block;
  margin-bottom: 4px;
  color: #111;
  font-size: 14px;
}.tbk-human-support-card__content p{
  margin: 0;
  color: rgba(17, 17, 17, 0.65);
  font-size: 12.5px;
  line-height: 1.45;
}.tbk-cart-cta-microcopy{
  margin: 10px 0 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}.tbk-cart-totals-reassurance{
  display: grid;
  gap: 10px;
  margin-top: 16px;
}.tbk-cart-totals-reassurance div{
  display: grid;
  gap: 2px;
  padding: 12px 13px;
  border-radius: 15px;
  background: #fff8f0;
  border: 1px solid rgba(var(--tbk-orange-rgb), 0.15);
}.tbk-cart-totals-reassurance strong{
  color: #111;
  font-size: 13px;
}.tbk-cart-totals-reassurance span{
  color: rgba(17, 17, 17, 0.62);
  font-size: 12px;
  line-height: 1.35;
}
/* Panier vide */
body.woocommerce-cart .cart-empty.woocommerce-info{
  padding: 22px 24px !important;
  border: 1px solid rgba(var(--tbk-orange-rgb), 0.16) !important;
  border-radius: var(--tbk-radius-xl) !important;
  color: #111 !important;
  background: #fff8f0 !important;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
}body.woocommerce-cart .return-to-shop .button{
  padding: 14px 22px !important;
}.tbk-checkout-steps{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}.tbk-checkout-steps div{
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 13px;
  border-radius: 16px;
  background: #111;
  color: #fff;
}.tbk-checkout-steps span{
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--tbk-orange);
  color: #111;
  font-size: 12px;
  font-weight: 950;
}.tbk-checkout-steps strong{
  font-size: 13px;
  line-height: 1.2;
}.tbk-payment-reassurance{
  display: grid;
  gap: 4px;
  margin: 0 0 14px;
  padding: 13px 14px;
  border-radius: 16px;
  background: #111;
  color: #fff;
}.tbk-payment-reassurance strong{
  font-size: 14px;
}.tbk-payment-reassurance span{
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
}body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message{
  border-radius: 18px !important;
  border-top: 0 !important;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.08);
}
@media (max-width: 980px) {.tbk-checkout-hero{
    grid-template-columns: 1fr;
  }.tbk-checkout-hero__badges{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
  }.tbk-checkout-hero__badges span{
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
}
@media (max-width: 768px) {body.woocommerce-cart .woocommerce{
    width: 100%;
  }.tbk-checkout-hero{
    margin: 10px 0 18px;
    padding: 20px;
    border-radius: 22px;
  }.tbk-checkout-hero h2{
    font-size: 27px;
  }.tbk-checkout-hero p{
    font-size: 14px;
  }.tbk-checkout-hero__badges{
    grid-template-columns: 1fr;
    gap: 8px;
  }.tbk-checkout-hero__badges span{
    justify-content: flex-start;
    text-align: left;
  }body.woocommerce-cart table.shop_table_responsive,
body.woocommerce-cart table.shop_table_responsive tbody,
body.woocommerce-cart table.shop_table_responsive tfoot{
    display: block;
    width: 100%;
  }body.woocommerce-cart table.shop_table_responsive thead{
    display: none !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    position: relative;
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 3px 8px;
    margin: 0 0 8px !important;
    padding: 8px 9px !important;
    border: 1px solid var(--tbk-border) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 6px 16px rgba(17, 17, 17, 0.05);
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item td{
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item td::before{
    float: none !important;
    margin: 0 5px 0 0;
    color: rgba(17, 17, 17, 0.48);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }body.woocommerce-cart table.shop_table_responsive .product-remove{
    position: static;
    grid-column: 3;
    grid-row: 3;
    justify-self: end;
    align-self: center;
    z-index: 2;
    margin: 0;
  }body.woocommerce-cart table.shop_table_responsive .product-remove::before,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail::before,
body.woocommerce-cart table.shop_table_responsive .product-name::before{
    display: none !important;
    content: "" !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove{
    width: 28px;
    height: 28px;
    font-size: 17px;
    line-height: 28px;
    background: #f4eee8;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail{
    grid-column: 1;
    grid-row: 1 / span 3;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 54px;
    max-width: 54px;
    height: 54px;
    border-radius: 12px;
  }body.woocommerce-cart table.shop_table_responsive .product-name,
body.woocommerce-cart table.shop_table_responsive .product-price,
body.woocommerce-cart table.shop_table_responsive .product-quantity,
body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    min-width: 0;
    padding-right: 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name{
    grid-column: 2 / span 2;
    grid-row: 1;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
    text-align: right !important;
    white-space: nowrap;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity{
    grid-column: 2;
    grid-row: 3;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13.5px;
    line-height: 1.14;
    font-weight: 950;
    white-space: nowrap;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    font-size: 11.6px;
    line-height: 1.1;
    color: rgba(17, 17, 17, 0.62);
    white-space: nowrap;
  }body.woocommerce-cart table.shop_table_responsive .product-price::before,
body.woocommerce-cart table.shop_table_responsive .product-subtotal::before{
    display: none !important;
    content: "" !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity{
    display: flex !important;
    align-items: center;
    gap: 6px;
    margin-top: 0;
    min-width: 0;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity::before{
    content: "Qté" !important;
    display: inline-block;
    margin-right: 2px;
    color: rgba(17, 17, 17, 0.48);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    margin-top: 0;
    font-size: 13.2px;
    line-height: 1.1;
  }body.woocommerce-cart .quantity .qty{
    min-height: 30px;
    width: 44px !important;
    border-radius: 8px !important;
    padding: 3px !important;
    font-size: 13px;
  }body.woocommerce-cart table.shop_table td.actions{
    display: block !important;
    margin-top: 4px;
  }body.woocommerce-cart table.shop_table td.actions .coupon{
    display: grid !important;
    grid-template-columns: 1fr auto;
    gap: 7px;
    margin-bottom: 10px;
    padding: 9px;
    border-radius: 14px;
    background: #fff8f0;
    border: 1px solid rgba(var(--tbk-orange-rgb), 0.14);
  }body.woocommerce-cart table.shop_table td.actions .coupon .input-text{
    width: 100% !important;
    min-width: 0;
    min-height: 40px;
  }body.woocommerce-cart table.shop_table td.actions .button{
    width: auto !important;
    min-height: 40px;
    border-radius: 10px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }body.woocommerce-cart table.shop_table td.actions .button[name="update_cart"]{
    width: 100% !important;
  }body.woocommerce-cart .cart-collaterals .cart_totals{
    width: 100% !important;
    float: none !important;
    padding: 18px !important;
    border-radius: 22px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout{
    position: sticky;
    bottom: 10px;
    z-index: 30;
    margin-left: -6px;
    margin-right: -6px;
    padding: 8px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 12px 32px rgba(17, 17, 17, 0.12);
  }body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    margin-bottom: 0 !important;
    padding: 16px 18px !important;
    font-size: 16px !important;
  }.tbk-cart-cta-microcopy{
    padding: 0 6px;
  }.tbk-checkout-steps{
    grid-template-columns: 1fr;
    gap: 8px;
  }.tbk-checkout-steps div{
    padding: 11px 12px;
  }
}
@media (max-width: 768px) {body.woocommerce-cart .wc-proceed-to-checkout .devnet_fsl-free-shipping{
    padding: 14px 14px 13px !important;
    border-radius: 18px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .fsl-title{
    font-size: 13.2px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .fsl-description{
    font-size: 12px !important;
  }
}
@media (max-width: 430px) {.tbk-checkout-hero{
    padding: 18px;
  }.tbk-checkout-hero h2{
    font-size: 25px;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 4px 8px;
    padding: 8px 9px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 56px;
    max-width: 56px;
    height: 56px;
    border-radius: 12px;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    font-size: 13.3px;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    font-size: 13.2px;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    font-size: 11.8px;
  }
}
@media (max-width: 580px) {.tbk-human-support-card{
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
/* V1.0.6 — panier mobile carte propre : titre pleine largeur, image + infos, suppression en coin */
@media (max-width: 768px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr) auto !important;
    grid-template-areas:
      "title title remove"
      "thumb meta meta"
      "thumb qty total" !important;
    align-items: center !important;
    gap: 8px 12px !important;
    margin: 0 0 10px !important;
    padding: 12px 12px !important;
    min-height: 0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item td{
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name{
    grid-area: title !important;
    padding: 0 4px 2px 0 !important;
    line-height: 1.15 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
    text-overflow: initial !important;
    font-size: 15px !important;
    line-height: 1.17 !important;
    font-weight: 950 !important;
    color: #111 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove{
    grid-area: remove !important;
    position: static !important;
    justify-self: end !important;
    align-self: start !important;
    width: 30px !important;
    height: 30px !important;
    margin: -2px -2px 0 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove::before{
    display: none !important;
    content: "" !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove{
    display: inline-grid !important;
    place-items: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 999px !important;
    font-size: 19px !important;
    line-height: 1 !important;
    color: #111 !important;
    background: #f6f0ea !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail{
    grid-area: thumb !important;
    align-self: start !important;
    width: 74px !important;
    height: 74px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail::before{
    display: none !important;
    content: "" !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    display: block !important;
    width: 74px !important;
    max-width: 74px !important;
    height: 74px !important;
    border-radius: 14px !important;
    object-fit: cover !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    grid-area: meta !important;
    justify-self: start !important;
    align-self: end !important;
    color: rgba(17, 17, 17, 0.58) !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price::before,
body.woocommerce-cart table.shop_table_responsive .product-subtotal::before{
    display: none !important;
    content: "" !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity{
    grid-area: qty !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity::before{
    content: "Qté" !important;
    display: inline-block !important;
    float: none !important;
    margin: 0 !important;
    color: rgba(17, 17, 17, 0.48) !important;
    font-size: 10.5px !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    grid-area: total !important;
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
    color: var(--tbk-orange) !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    text-align: right !important;
    white-space: nowrap !important;
  }body.woocommerce-cart .quantity .qty,
body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    min-height: 34px !important;
    width: 52px !important;
    padding: 4px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
  }
}
@media (max-width: 430px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 66px minmax(0, 1fr) auto !important;
    gap: 7px 10px !important;
    padding: 11px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 66px !important;
    max-width: 66px !important;
    height: 66px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    font-size: 14.5px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    font-size: 14.5px !important;
  }
}
/* V1.0.7 — panier plus direct, tableau mieux équilibré, totaux plus premium */
/* 1) Sur le panier on enlève le gros hero pour arriver directement au contenu */
body.woocommerce-cart .tbk-checkout-hero{
  display: none !important;
}
/* 2) Rééquilibrage du tableau desktop */
body.woocommerce-cart table.shop_table .product-remove{
  width: 44px;
}body.woocommerce-cart table.shop_table .product-thumbnail{
  width: 72px;
}body.woocommerce-cart table.shop_table .product-price{
  width: 96px;
}body.woocommerce-cart table.shop_table .product-quantity{
  width: 86px;
}body.woocommerce-cart table.shop_table .product-subtotal{
  width: 98px;
}body.woocommerce-cart table.shop_table thead th{
  padding: 12px 14px !important;
}body.woocommerce-cart table.shop_table thead th.product-name{
  text-align: left !important;
}body.woocommerce-cart table.shop_table thead th.product-price,
body.woocommerce-cart table.shop_table thead th.product-quantity,
body.woocommerce-cart table.shop_table thead th.product-subtotal{
  text-align: center !important;
}body.woocommerce-cart table.shop_table td.product-price,
body.woocommerce-cart table.shop_table td.product-quantity,
body.woocommerce-cart table.shop_table td.product-subtotal{
  text-align: center !important;
}body.woocommerce-cart table.shop_table td.product-subtotal{
  color: var(--tbk-orange) !important;
}body.woocommerce-cart table.shop_table .product-name a{
  padding-right: 10px;
}
/* 3) Bloc total panier plus sexy et plus lisible */
body.woocommerce-cart .cart-collaterals .cart_totals{
  padding: 20px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%) !important;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.06) !important;
}body.woocommerce-cart .cart-collaterals .cart_totals h2{
  margin-bottom: 8px;
  font-size: 20px;
}body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table{
  border-spacing: 0 !important;
}body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td{
  padding: 14px 0 !important;
  border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
}body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th{
  color: #111;
  font-weight: 900;
}body.woocommerce-cart .cart-collaterals .cart_totals tr.shipping th{
  vertical-align: top !important;
  padding-top: 18px !important;
}body.woocommerce-cart .cart-collaterals .cart_totals tr.shipping td{
  padding-top: 16px !important;
}body.woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method,
body.woocommerce-cart .cart-collaterals .cart_totals ul.woocommerce-shipping-methods{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: grid;
  gap: 10px;
}body.woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method li,
body.woocommerce-cart .cart-collaterals .cart_totals ul.woocommerce-shipping-methods li{
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.04);
}body.woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method input[type="radio"],
body.woocommerce-cart .cart-collaterals .cart_totals ul.woocommerce-shipping-methods input[type="radio"]{
  accent-color: var(--tbk-orange);
  transform: translateY(1px);
  margin-right: 8px;
}body.woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method label,
body.woocommerce-cart .cart-collaterals .cart_totals ul.woocommerce-shipping-methods label{
  color: #111 !important;
  font-weight: 800;
  line-height: 1.45;
}body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination{
  margin-top: 14px !important;
  padding: 12px 14px !important;
  border-radius: 16px !important;
  background: #fff7ef !important;
  border: 1px solid rgba(255, 153, 0, 0.16) !important;
  color: rgba(17, 17, 17, 0.82);
  line-height: 1.5;
}body.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-button,
body.woocommerce-cart .cart-collaterals .cart_totals a[href*='point'],
body.woocommerce-cart .cart-collaterals .cart_totals a[href*='relais'],
body.woocommerce-cart .cart-collaterals .cart_totals a[href*='address']{
  color: var(--tbk-orange) !important;
  font-weight: 800;
  text-underline-offset: 2px;
}body.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td{
  padding-top: 18px !important;
  font-size: 20px;
  border-top: 1px solid rgba(17, 17, 17, 0.12) !important;
}body.woocommerce-cart .cart-collaterals .cart_totals .order-total strong{
  color: var(--tbk-orange) !important;
  font-size: 1em;
}
/* 4) Mobile cart totals : on garde le style propre sans alourdir */
@media (max-width: 768px) {body.woocommerce-cart .cart-collaterals .cart_totals{
    padding: 18px !important;
    border-radius: 20px !important;
  }body.woocommerce-cart .cart-collaterals .cart_totals h2{
    font-size: 18px;
  }body.woocommerce-cart .cart-collaterals .cart_totals tr.shipping th,
body.woocommerce-cart .cart-collaterals .cart_totals tr.shipping td{
    display: block;
    width: 100%;
  }body.woocommerce-cart .cart-collaterals .cart_totals tr.shipping th{
    padding-bottom: 8px !important;
  }
}
/* V1.0.8 — une seule décision livraison + checkout plus rassurant */
/* Panier : on ne force plus le choix livraison ici pour éviter de le valider deux fois. */
body.woocommerce-cart .cart-collaterals .cart_totals tr.shipping{
  display: none !important;
}.tbk-cart-delivery-notice{
  display: grid;
  gap: 5px;
  margin-top: 14px;
  padding: 14px 15px;
  border-radius: 18px;
  background: #111;
  color: #fff;
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.12);
}.tbk-cart-delivery-notice strong{
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}.tbk-cart-delivery-notice span{
  color: rgba(255, 255, 255, 0.72);
  font-size: 12.5px;
  line-height: 1.45;
}
@media (max-width: 768px) {.tbk-cart-delivery-notice{
    padding: 13px 14px;
    border-radius: 16px;
  }
}
/* V1.1.0 — UX livraison clarifiée : panier = sous-total, checkout = livraison + total final */
/* Panier : on supprime l'expédition et le total final pour éviter de faire choisir/calculer deux fois */
body.woocommerce-cart .cart-collaterals .cart_totals tr.shipping,
body.woocommerce-cart .cart-collaterals .cart_totals tr.order-total,
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator{
  display: none !important;
}body.woocommerce-cart .cart-collaterals .cart_totals h2{
  font-size: 0 !important;
  margin-bottom: 10px !important;
}body.woocommerce-cart .cart-collaterals .cart_totals h2::after{
  content: "Résumé panier";
  font-size: 20px;
  line-height: 1.2;
  color: #111;
  font-weight: 950;
  letter-spacing: -0.035em;
}body.woocommerce-cart .cart-collaterals .cart_totals tr.cart-subtotal th,
body.woocommerce-cart .cart-collaterals .cart_totals tr.cart-subtotal td{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08) !important;
  font-size: 16px;
}body.woocommerce-cart .cart-collaterals .cart_totals tr.cart-subtotal td{
  color: #111 !important;
  font-weight: 950;
  text-align: right;
}body.woocommerce-cart .tbk-cart-delivery-notice{
  margin-top: 14px !important;
  padding: 13px 14px !important;
  border-radius: 16px !important;
  background: #111 !important;
  color: #fff !important;
  border: 1px solid rgba(255, 153, 0, 0.24) !important;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.10);
}body.woocommerce-cart .tbk-cart-delivery-notice strong{
  display: block;
  margin-bottom: 3px;
  color: #fff !important;
  font-size: 13.5px;
  font-weight: 950;
}body.woocommerce-cart .tbk-cart-delivery-notice span{
  display: block;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 12px;
  line-height: 1.42;
}
@media (max-width: 768px) {body.woocommerce-cart .cart-collaterals .cart_totals h2::after{
    font-size: 18px;
  }
}
/* V1.1.1 — panier : total simple + livraison/progression juste avant CTA */
/* Le bloc total panier devient ultra simple : une seule ligne "Total" */
body.woocommerce-cart .cart-collaterals .cart_totals h2{
  display: none !important;
}body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table{
  margin-bottom: 8px !important;
}body.woocommerce-cart .cart-collaterals .cart_totals tr.cart-subtotal th{
  font-size: 0 !important;
}body.woocommerce-cart .cart-collaterals .cart_totals tr.cart-subtotal th::after{
  content: "Total";
  font-size: 17px;
  color: #111;
  font-weight: 950;
}body.woocommerce-cart .cart-collaterals .cart_totals tr.cart-subtotal th,
body.woocommerce-cart .cart-collaterals .cart_totals tr.cart-subtotal td{
  padding-top: 6px !important;
  padding-bottom: 14px !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08) !important;
}body.woocommerce-cart .cart-collaterals .cart_totals tr.cart-subtotal td{
  color: var(--tbk-orange) !important;
  font-size: 18px;
  font-weight: 950;
}
/* Notice + jauge placées au-dessus du bouton Valider la commande */
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-delivery-notice{
  margin: 6px 0 10px !important;
  padding: 12px 13px !important;
  border-radius: 15px !important;
  background: #111 !important;
  color: #fff !important;
  border: 1px solid rgba(255, 153, 0, 0.28) !important;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.10);
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-delivery-notice strong{
  display: block;
  margin-bottom: 2px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 950;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-delivery-notice span{
  display: block;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 11.8px;
  line-height: 1.35;
}body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  margin-top: 0 !important;
}
/* Evite l'ancien style de notice hors CTA si cache CSS */
body.woocommerce-cart .cart_totals + .tbk-cart-delivery-notice{
  display: none !important;
}
@media (max-width: 768px) {body.woocommerce-cart .cart-collaterals .cart_totals tr.cart-subtotal th::after{
    font-size: 16px;
  }body.woocommerce-cart .cart-collaterals .cart_totals tr.cart-subtotal td{
    font-size: 17px;
  }
}
/* V1.1.2 — bouton Mettre à jour le panier moins massif, aligné avec l'échelle du CTA */
body.woocommerce-cart table.shop_table td.actions .button[name="update_cart"],
body.woocommerce-cart table.shop_table td.actions button[name="update_cart"],
body.woocommerce-cart table.shop_table td.actions input[name="update_cart"]{
  min-height: 44px !important;
  padding: 0 18px !important;
  border-radius: 14px !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
}
@media (max-width: 768px) {body.woocommerce-cart table.shop_table td.actions .button[name="update_cart"],
body.woocommerce-cart table.shop_table td.actions button[name="update_cart"],
body.woocommerce-cart table.shop_table td.actions input[name="update_cart"]{
    min-height: 44px !important;
    padding: 0 16px !important;
    font-size: 16px !important;
    border-radius: 12px !important;
  }
}
/* V1.1.3 — panier sans lignes WooCommerce natives : total commande custom + titres stylisés */
/* Cache le bloc Woo natif des totaux panier, mais garde le conteneur du bouton checkout */
body.woocommerce-cart .cart-collaterals .cart_totals > h2,
body.woocommerce-cart .cart-collaterals .cart_totals > table.shop_table,
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator{
  display: none !important;
}body.woocommerce-cart .cart-collaterals .cart_totals{
  padding: 18px !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 153, 0, 0.13) 0%, transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffaf4 100%) !important;
}
/* Nouveau bloc total commande */
body.woocommerce-cart .tbk-cart-order-total{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 12px !important;
  padding: 16px 17px !important;
  border-radius: 18px !important;
  background: #111 !important;
  border: 1px solid rgba(255, 153, 0, 0.28) !important;
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.16);
}body.woocommerce-cart .tbk-cart-order-total span{
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}body.woocommerce-cart .tbk-cart-order-total strong{
  color: var(--tbk-orange) !important;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}body.woocommerce-cart .tbk-cart-order-total strong .amount,
body.woocommerce-cart .tbk-cart-order-total strong bdi{
  color: var(--tbk-orange) !important;
}
/* La notice et la jauge restent juste sous le total commande */
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-delivery-notice{
  margin-top: 0 !important;
}
/* Titres panier + checkout : plus premium, moins WooCommerce brut */
body.woocommerce-cart .entry-title,
body.woocommerce-cart h1,
body.woocommerce-cart h2,
body.woocommerce-cart h3,
body.woocommerce-cart .cart_totals h2{
  color: #111 !important;
  font-weight: 950 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.08 !important;
}body.woocommerce-cart .entry-title,
body.woocommerce-cart h1{
  position: relative;
  display: inline-block;
  margin-bottom: 18px !important;
  padding-bottom: 10px !important;
}body.woocommerce-cart .entry-title::after,
body.woocommerce-cart h1::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tbk-orange) 0%, #111 100%);
}body.woocommerce-cart table.shop_table thead th{
  font-weight: 950 !important;
}
/* Mobile */
@media (max-width: 768px) {body.woocommerce-cart .cart-collaterals .cart_totals{
    padding: 14px !important;
    border-radius: 20px !important;
  }body.woocommerce-cart .tbk-cart-order-total{
    padding: 14px !important;
    border-radius: 16px !important;
  }body.woocommerce-cart .tbk-cart-order-total span{
    font-size: 12px;
  }body.woocommerce-cart .tbk-cart-order-total strong{
    font-size: 20px;
  }body.woocommerce-cart .entry-title,
body.woocommerce-cart h1{
    margin-bottom: 14px !important;
  }
}
/* V1.1.4 — suppression large du bloc natif Total panier Divi/WooCommerce */
/* Cible le module Divi cart totals et le bloc Woo natif, même hors .cart-collaterals */
body.woocommerce-cart .et_pb_wc_cart_totals .cart_totals > h2,
body.woocommerce-cart .et_pb_wc_cart_totals .cart_totals > table.shop_table,
body.woocommerce-cart .et_pb_wc_cart_totals .cart_totals .woocommerce-shipping-destination,
body.woocommerce-cart .et_pb_wc_cart_totals .cart_totals .woocommerce-shipping-calculator,
body.woocommerce-cart .cart_totals > h2,
body.woocommerce-cart .cart_totals > table.shop_table,
body.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
body.woocommerce-cart .cart_totals .woocommerce-shipping-calculator{
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* Si Divi garde une enveloppe vide, on la transforme en simple zone CTA propre */
body.woocommerce-cart .et_pb_wc_cart_totals .cart_totals,
body.woocommerce-cart .cart_totals{
  padding-top: 0 !important;
}body.woocommerce-cart .et_pb_wc_cart_totals .cart_totals::before,
body.woocommerce-cart .cart_totals::before{
  display: none !important;
  content: none !important;
}
/* Sécurité : cache les lignes natives si un tableau est réinjecté par AJAX */
body.woocommerce-cart .cart_totals tr.cart-subtotal,
body.woocommerce-cart .cart_totals tr.shipping,
body.woocommerce-cart .cart_totals tr.order-total{
  display: none !important;
}
/* V1.1.5 — en-têtes du tableau panier desktop : éviter le rognage du texte */
body.woocommerce-cart table.shop_table .product-price{
  width: 110px;
}body.woocommerce-cart table.shop_table .product-quantity{
  width: 128px;
}body.woocommerce-cart table.shop_table .product-subtotal{
  width: 120px;
}body.woocommerce-cart table.shop_table thead th{
  padding: 14px 18px !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  vertical-align: middle !important;
}body.woocommerce-cart table.shop_table thead th.product-price,
body.woocommerce-cart table.shop_table thead th.product-quantity,
body.woocommerce-cart table.shop_table thead th.product-subtotal{
  text-align: center !important;
}body.woocommerce-cart table.shop_table thead th.product-quantity{
  white-space: normal !important;
  word-break: keep-all !important;
}body.woocommerce-cart table.shop_table thead th span,
body.woocommerce-cart table.shop_table thead th small,
body.woocommerce-cart table.shop_table thead th strong{
  line-height: inherit !important;
}
@media (max-width: 980px) {body.woocommerce-cart table.shop_table thead th{
    font-size: 10.5px !important;
    padding: 13px 14px !important;
  }body.woocommerce-cart table.shop_table .product-quantity{
    width: 118px;
  }
}
/* V1.1.6 — refonte ciblée de la liste panier mobile */
@media (max-width: 768px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    position: relative !important;
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) auto !important;
    gap: 10px 12px !important;
    padding: 14px !important;
    border-radius: 18px !important;
    align-items: center !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item td{
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name{
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    padding-right: 38px !important;
    margin: 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name::before,
body.woocommerce-cart table.shop_table_responsive .product-price::before,
body.woocommerce-cart table.shop_table_responsive .product-subtotal::before,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail::before,
body.woocommerce-cart table.shop_table_responsive .product-remove::before{
    display: none !important;
    content: '' !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
    font-size: 15px !important;
    line-height: 1.16 !important;
    font-weight: 950 !important;
    text-overflow: initial !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove{
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    z-index: 3 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove{
    width: 30px !important;
    height: 30px !important;
    border-radius: 999px !important;
    font-size: 19px !important;
    line-height: 30px !important;
    background: #f6f0ea !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail{
    grid-column: 1 !important;
    grid-row: 2 / span 2 !important;
    align-self: start !important;
    width: 72px !important;
    height: 72px !important;
    margin: 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 72px !important;
    max-width: 72px !important;
    height: 72px !important;
    border-radius: 14px !important;
    object-fit: cover !important;
    display: block !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: center !important;
    justify-self: start !important;
    margin: 0 !important;
    color: rgba(17, 17, 17, 0.64) !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    grid-column: 3 !important;
    grid-row: 2 !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--tbk-orange) !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
    text-align: right !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity{
    grid-column: 2 / span 2 !important;
    grid-row: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin: 0 !important;
    min-width: 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity::before{
    content: 'Qté' !important;
    display: inline-block !important;
    margin: 0 !important;
    color: rgba(17, 17, 17, 0.48) !important;
    font-size: 10.5px !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity .quantity{
    margin-left: auto !important;
  }body.woocommerce-cart .quantity .qty,
body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    min-height: 36px !important;
    width: 58px !important;
    padding: 4px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
  }
}
@media (max-width: 430px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 64px minmax(0, 1fr) auto !important;
    gap: 9px 10px !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 64px !important;
    max-width: 64px !important;
    height: 64px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    font-size: 14px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    font-size: 13.5px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    font-size: 14.5px !important;
  }body.woocommerce-cart .quantity .qty,
body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    width: 54px !important;
    min-height: 34px !important;
  }
}
/* V1.1.7 — inspiration Vinylbleu / Undergroundtekno : panier + checkout plus minimalistes */
/* Base page : plus de respiration, moins d'effet carte lourde */
body.woocommerce-cart .woocommerce{
  --tbk-min-border: rgba(17, 17, 17, 0.10);
  --tbk-min-soft: rgba(17, 17, 17, 0.045);
}
/* Titres sobres, style boutique minimal */
body.woocommerce-cart .entry-title,
body.woocommerce-cart h1{
  margin-bottom: 22px !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  letter-spacing: -0.055em !important;
}body.woocommerce-cart .entry-title::after,
body.woocommerce-cart h1::after{
  width: 52px !important;
  height: 3px !important;
  background: var(--tbk-orange) !important;
}
/* Panier desktop : on remplace la grosse barre noire par un header discret */
body.woocommerce-cart table.shop_table.cart{
  border-spacing: 0 10px !important;
}body.woocommerce-cart table.shop_table thead th{
  background: transparent !important;
  color: rgba(17, 17, 17, 0.48) !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--tbk-min-border) !important;
  border-radius: 0 !important;
  padding: 0 14px 10px !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
}body.woocommerce-cart table.shop_table thead th:first-child,
body.woocommerce-cart table.shop_table thead th:last-child{
  border-radius: 0 !important;
}
/* Lignes produits : style liste propre, pas gros tunnel noir */
body.woocommerce-cart table.shop_table tbody tr.cart_item td{
  border-top: 1px solid var(--tbk-min-border) !important;
  border-bottom: 1px solid var(--tbk-min-border) !important;
  background: #fff !important;
  box-shadow: none !important;
}body.woocommerce-cart table.shop_table tbody tr.cart_item td:first-child{
  border-left: 1px solid var(--tbk-min-border) !important;
  border-radius: 16px 0 0 16px !important;
}body.woocommerce-cart table.shop_table tbody tr.cart_item td:last-child{
  border-right: 1px solid var(--tbk-min-border) !important;
  border-radius: 0 16px 16px 0 !important;
}body.woocommerce-cart table.shop_table tbody tr.cart_item:hover td{
  background: #fffaf4 !important;
}body.woocommerce-cart table.shop_table .product-thumbnail img{
  box-shadow: none !important;
  border: 1px solid rgba(17, 17, 17, 0.08);
}body.woocommerce-cart table.shop_table .product-name a{
  font-size: 15px !important;
  letter-spacing: -0.02em;
}body.woocommerce-cart table.shop_table .product-price,
body.woocommerce-cart table.shop_table .product-subtotal{
  font-size: 15px !important;
}body.woocommerce-cart table.shop_table .product-remove a.remove{
  background: #f7f3ef !important;
  color: #111 !important;
}
/* Coupon / update : plus discret */
body.woocommerce-cart table.shop_table td.actions{
  padding-top: 6px !important;
}body.woocommerce-cart table.shop_table td.actions .coupon{
  background: transparent !important;
  border: 1px solid var(--tbk-min-border) !important;
  box-shadow: none !important;
}body.woocommerce-cart table.shop_table td.actions .coupon .input-text{
  background: #fff !important;
}
/* Bloc total commande : style minimal premium */
body.woocommerce-cart .cart-collaterals .cart_totals{
  background: #fff !important;
  border: 1px solid var(--tbk-min-border) !important;
  box-shadow: none !important;
  padding: 18px !important;
}body.woocommerce-cart .tbk-cart-order-total{
  background: #fff !important;
  border: 1px solid var(--tbk-min-border) !important;
  box-shadow: none !important;
}body.woocommerce-cart .tbk-cart-order-total span{
  color: rgba(17, 17, 17, 0.60) !important;
}body.woocommerce-cart .tbk-cart-order-total strong{
  color: #111 !important;
}body.woocommerce-cart .tbk-cart-order-total strong .amount,
body.woocommerce-cart .tbk-cart-order-total strong bdi{
  color: #111 !important;
}
/* Livraison / jauge : utile mais moins massive */
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-delivery-notice{
  background: #fffaf4 !important;
  color: #111 !important;
  border: 1px solid rgba(255, 153, 0, 0.22) !important;
  box-shadow: none !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-delivery-notice strong{
  color: #111 !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-delivery-notice span{
  color: rgba(17, 17, 17, 0.62) !important;
}
/* Mobile : liste en vraie carte horizontale plus compacte */
@media (max-width: 768px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 68px minmax(0, 1fr) auto !important;
    grid-template-areas:
      "thumb title remove"
      "thumb price total"
      "thumb qty qty" !important;
    align-items: center !important;
    gap: 7px 10px !important;
    padding: 12px !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    border: 1px solid var(--tbk-min-border) !important;
    background: #fff !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail{
    grid-area: thumb !important;
    grid-column: auto !important;
    grid-row: auto !important;
    width: 68px !important;
    height: 68px !important;
    align-self: start !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 68px !important;
    max-width: 68px !important;
    height: 68px !important;
    border-radius: 13px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name{
    grid-area: title !important;
    grid-column: auto !important;
    grid-row: auto !important;
    padding-right: 4px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    font-size: 13.8px !important;
    line-height: 1.16 !important;
    -webkit-line-clamp: 2 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove{
    grid-area: remove !important;
    position: static !important;
    justify-self: end !important;
    align-self: start !important;
    width: 28px !important;
    height: 28px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove{
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    font-size: 18px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    grid-area: price !important;
    grid-column: auto !important;
    grid-row: auto !important;
    font-size: 12.5px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    grid-area: total !important;
    grid-column: auto !important;
    grid-row: auto !important;
    font-size: 14px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity{
    grid-area: qty !important;
    grid-column: auto !important;
    grid-row: auto !important;
    justify-content: flex-start !important;
    gap: 8px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity .quantity{
    margin-left: 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    min-height: 32px !important;
    width: 48px !important;
    border-radius: 9px !important;
  }
}
@media (max-width: 430px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 58px minmax(0, 1fr) 28px !important;
    gap: 6px 9px !important;
    padding: 10px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 58px !important;
    max-width: 58px !important;
    height: 58px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    font-size: 13.2px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    font-size: 13.5px !important;
  }
}
/* V1.1.8 — panier mobile : masquer les recommandations pour alléger la page */
@media (max-width: 768px) {body.woocommerce-cart .cross-sells,
body.woocommerce-cart .cart-collaterals .cross-sells,
body.woocommerce-cart .woocommerce .cross-sells,
body.woocommerce-cart .products.related,
body.woocommerce-cart section.related,
body.woocommerce-cart section.up-sells,
body.woocommerce-cart .up-sells,
body.woocommerce-cart .related.products,
body.woocommerce-cart .et_pb_wc_related_products,
body.woocommerce-cart .et_pb_wc_upsells,
body.woocommerce-cart .tbk-cart-recommendations,
body.woocommerce-cart [class*="recommendation"],
body.woocommerce-cart [class*="recommandation"]{
    display: none !important;
  }
}
/* V1.1.9 — panier mobile : masquage plus large des recommandations */
@media (max-width: 768px) {body.woocommerce-cart .et_pb_shop,
body.woocommerce-cart .et_pb_shop ul.products,
body.woocommerce-cart .et_pb_module[class*="shop"],
body.woocommerce-cart .et_pb_module[class*="related"],
body.woocommerce-cart .et_pb_module[class*="upsell"],
body.woocommerce-cart .et_pb_module[class*="cross"],
body.woocommerce-cart .et_pb_module[class*="recommand"],
body.woocommerce-cart .et_pb_module[class*="recommend"],
body.woocommerce-cart .woocommerce[class*="related"],
body.woocommerce-cart .woocommerce[class*="upsell"],
body.woocommerce-cart .woocommerce[class*="cross"],
body.woocommerce-cart .woocommerce[class*="recommand"],
body.woocommerce-cart .woocommerce[class*="recommend"],
body.woocommerce-cart .products:not(.cart):not(.shop_table),
body.woocommerce-cart ul.products,
body.woocommerce-cart .product-carousel,
body.woocommerce-cart .products-carousel,
body.woocommerce-cart .tbk-carousel,
body.woocommerce-cart .swiper,
body.woocommerce-cart .slick-slider{
    display: none !important;
  }body.woocommerce-cart form.woocommerce-cart-form,
body.woocommerce-cart form.woocommerce-cart-form table,
body.woocommerce-cart form.woocommerce-cart-form .shop_table,
body.woocommerce-cart form.woocommerce-cart-form .cart_item,
body.woocommerce-cart form.woocommerce-cart-form .product-remove,
body.woocommerce-cart form.woocommerce-cart-form .product-thumbnail,
body.woocommerce-cart form.woocommerce-cart-form .product-name,
body.woocommerce-cart form.woocommerce-cart-form .product-price,
body.woocommerce-cart form.woocommerce-cart-form .product-quantity,
body.woocommerce-cart form.woocommerce-cart-form .product-subtotal{
    display: revert-layer;
  }
}
/* V1.2.0 — panier mobile inspiré Vinylbleu : cartes plus propres, hiérarchie plus nette */
@media (max-width: 768px) {body.woocommerce-cart form.woocommerce-cart-form{
    margin-top: 8px !important;
  }body.woocommerce-cart table.shop_table_responsive{
    border-spacing: 0 12px !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    position: relative !important;
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr) 92px !important;
    grid-template-areas:
      "title title title"
      "thumb price qty"
      "thumb total remove" !important;
    align-items: center !important;
    gap: 8px 12px !important;
    margin: 0 0 14px !important;
    padding: 15px 15px 14px !important;
    border-radius: 19px !important;
    border: 1px solid rgba(17, 17, 17, 0.075) !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(17, 17, 17, 0.055) !important;
    overflow: hidden !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item::before{
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 52px;
    height: 1px;
    background: rgba(17, 17, 17, 0.055);
    pointer-events: none;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item td{
    display: block !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item td::before,
body.woocommerce-cart table.shop_table_responsive .product-name::before,
body.woocommerce-cart table.shop_table_responsive .product-price::before,
body.woocommerce-cart table.shop_table_responsive .product-subtotal::before,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail::before,
body.woocommerce-cart table.shop_table_responsive .product-remove::before{
    display: none !important;
    content: "" !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name{
    grid-area: title !important;
    grid-column: auto !important;
    grid-row: auto !important;
    padding: 0 34px 8px 0 !important;
    margin: 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
    text-overflow: initial !important;
    color: #111 !important;
    font-size: 14.2px !important;
    line-height: 1.16 !important;
    font-weight: 950 !important;
    letter-spacing: -0.025em !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name .variation,
body.woocommerce-cart table.shop_table_responsive .product-name dl.variation{
    display: block !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    color: rgba(17, 17, 17, 0.58) !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name .variation dt,
body.woocommerce-cart table.shop_table_responsive .product-name .variation dd,
body.woocommerce-cart table.shop_table_responsive .product-name .variation p{
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove{
    position: absolute !important;
    top: 13px !important;
    right: 13px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    z-index: 3 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove{
    display: inline-grid !important;
    place-items: center !important;
    width: 29px !important;
    height: 29px !important;
    border-radius: 999px !important;
    background: #f7f3ef !important;
    color: #111 !important;
    font-size: 18px !important;
    line-height: 29px !important;
    box-shadow: none !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail{
    grid-area: thumb !important;
    grid-column: auto !important;
    grid-row: auto !important;
    align-self: center !important;
    width: 78px !important;
    height: 78px !important;
    margin: 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    display: block !important;
    width: 78px !important;
    max-width: 78px !important;
    height: 78px !important;
    border-radius: 15px !important;
    object-fit: cover !important;
    border: 1px solid rgba(17, 17, 17, 0.075) !important;
    box-shadow: none !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    grid-area: price !important;
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: start !important;
    align-self: end !important;
    margin: 0 !important;
    color: #0f8797 !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    grid-area: total !important;
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: start !important;
    align-self: start !important;
    margin: 0 !important;
    color: #111 !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
    font-weight: 850 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal::before{
    content: "=" !important;
    display: inline !important;
    margin-right: 4px !important;
    color: rgba(17, 17, 17, 0.46) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal .amount,
body.woocommerce-cart table.shop_table_responsive .product-subtotal bdi{
    color: #111 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity{
    grid-area: qty !important;
    grid-column: auto !important;
    grid-row: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 7px !important;
    margin: 0 !important;
    min-width: 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity::before{
    content: "Qté" !important;
    display: inline-block !important;
    margin: 0 !important;
    color: rgba(17, 17, 17, 0.42) !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity .quantity{
    margin: 0 !important;
    width: auto !important;
  }body.woocommerce-cart .quantity .qty,
body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    min-height: 33px !important;
    width: 48px !important;
    padding: 3px !important;
    border-radius: 11px !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    text-align: center !important;
    box-shadow: none !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove{
    grid-area: remove !important;
  }
  /* Sur mobile, le sticky CTA ressemble davantage à une barre d'app propre */
  body.woocommerce-cart .wc-proceed-to-checkout{
    border-radius: 18px !important;
    box-shadow: 0 -8px 26px rgba(17, 17, 17, 0.10) !important;
  }
}
@media (max-width: 430px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 66px minmax(0, 1fr) 84px !important;
    gap: 7px 10px !important;
    padding: 13px !important;
    border-radius: 17px !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item::before{
    left: 13px;
    right: 13px;
    top: 50px;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 66px !important;
    max-width: 66px !important;
    height: 66px !important;
    border-radius: 13px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    font-size: 13.5px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    font-size: 14px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    font-size: 12px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity{
    gap: 5px !important;
  }body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    width: 44px !important;
    min-height: 31px !important;
  }
}
/* V1.2.1 — panier mobile selon structure demandée : titre plein large, image à gauche, prix/qté, sous-total puis supprimer */
@media (max-width: 768px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    position: relative !important;
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr) 92px !important;
    grid-template-areas:
      "title title title"
      "thumb price qty"
      "thumb . subtotal"
      "thumb . remove" !important;
    gap: 8px 12px !important;
    align-items: start !important;
    margin: 0 0 14px !important;
    padding: 14px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(17,17,17,0.08) !important;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(17,17,17,0.05) !important;
    overflow: hidden !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item td{
    display: block !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item td::before,
body.woocommerce-cart table.shop_table_responsive .product-name::before,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail::before,
body.woocommerce-cart table.shop_table_responsive .product-price::before,
body.woocommerce-cart table.shop_table_responsive .product-quantity::before,
body.woocommerce-cart table.shop_table_responsive .product-subtotal::before,
body.woocommerce-cart table.shop_table_responsive .product-remove::before{
    display: none !important;
    content: '' !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name{
    grid-area: title !important;
    padding-right: 0 !important;
    margin-bottom: 2px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
    text-overflow: initial !important;
    color: #111 !important;
    font-size: 14px !important;
    line-height: 1.16 !important;
    font-weight: 950 !important;
    letter-spacing: -0.02em !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name .variation,
body.woocommerce-cart table.shop_table_responsive .product-name dl.variation{
    display: block !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    color: rgba(17,17,17,0.58) !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name .variation dt,
body.woocommerce-cart table.shop_table_responsive .product-name .variation dd,
body.woocommerce-cart table.shop_table_responsive .product-name .variation p{
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail{
    grid-area: thumb !important;
    width: 74px !important;
    height: 74px !important;
    align-self: start !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    display: block !important;
    width: 74px !important;
    max-width: 74px !important;
    height: 74px !important;
    border-radius: 14px !important;
    object-fit: cover !important;
    border: 1px solid rgba(17,17,17,0.08) !important;
    box-shadow: none !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    grid-area: price !important;
    align-self: start !important;
    justify-self: start !important;
    color: #111 !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    padding-top: 4px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity{
    grid-area: qty !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    min-width: 0 !important;
    text-align: center !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity::before{
    content: 'Qté' !important;
    display: block !important;
    color: rgba(17,17,17,0.42) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    text-align: center !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity .quantity{
    margin: 0 auto !important;
    width: auto !important;
  }body.woocommerce-cart .quantity .qty,
body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    min-height: 34px !important;
    width: 48px !important;
    padding: 3px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(17,17,17,0.12) !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    text-align: center !important;
    box-shadow: none !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    grid-area: subtotal !important;
    align-self: start !important;
    justify-self: center !important;
    color: var(--tbk-orange) !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal .amount,
body.woocommerce-cart table.shop_table_responsive .product-subtotal bdi{
    color: var(--tbk-orange) !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove{
    grid-area: remove !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    justify-self: center !important;
    align-self: start !important;
    z-index: 1 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(17,17,17,0.55) !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove::after{
    content: 'Supprimer';
    display: inline-block;
    color: rgba(17,17,17,0.55) !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove:hover::after{
    color: var(--tbk-orange) !important;
  }
}
@media (max-width: 430px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 66px minmax(0, 1fr) 84px !important;
    gap: 8px 10px !important;
    padding: 13px !important;
    border-radius: 16px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 66px !important;
    max-width: 66px !important;
    height: 66px !important;
    border-radius: 13px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    font-size: 13.5px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    font-size: 13.5px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    font-size: 14px !important;
  }body.woocommerce-cart .quantity .qty,
body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    width: 44px !important;
    min-height: 32px !important;
  }
}
/* V1.2.2 — ajustement fin mobile : prix sans contour, image un peu plus grande, supprimer en face de la photo */
@media (max-width: 768px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 82px minmax(0, 1fr) 92px !important;
    grid-template-areas:
      "title title title"
      "thumb price qty"
      "thumb subtotal remove" !important;
    gap: 8px 12px !important;
    padding: 14px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail{
    width: 82px !important;
    height: 82px !important;
    align-self: start !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 82px !important;
    max-width: 82px !important;
    height: 82px !important;
    border-radius: 14px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price,
body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    display: block !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    min-height: 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    grid-area: price !important;
    justify-self: start !important;
    align-self: center !important;
    padding-top: 2px !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    grid-area: subtotal !important;
    justify-self: start !important;
    align-self: start !important;
    margin-top: 0 !important;
    color: var(--tbk-orange) !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1.15 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal::before{
    content: '= ' !important;
    display: inline !important;
    margin-right: 0 !important;
    color: rgba(17,17,17,0.46) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity{
    grid-area: qty !important;
    align-self: start !important;
    justify-self: center !important;
    width: 100% !important;
    gap: 4px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity .quantity{
    margin: 0 auto !important;
  }body.woocommerce-cart .quantity .qty,
body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    width: 48px !important;
    min-height: 34px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove{
    grid-area: remove !important;
    justify-self: center !important;
    align-self: start !important;
    margin-top: 2px !important;
    width: auto !important;
    height: auto !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove{
    display: inline !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    line-height: 1 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove::after{
    color: rgba(17,17,17,0.58) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }
}
@media (max-width: 430px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 76px minmax(0, 1fr) 84px !important;
    gap: 8px 10px !important;
    padding: 13px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 76px !important;
    max-width: 76px !important;
    height: 76px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    font-size: 13.5px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    font-size: 14px !important;
  }body.woocommerce-cart .quantity .qty,
body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    width: 44px !important;
    min-height: 32px !important;
  }
}
/* V1.2.3 — peaufinage mobile à la Vinylbleu : image non écrasée, contours allégés, grille plus propre */
@media (max-width: 768px) {body.woocommerce-cart table.shop_table_responsive{
    border-spacing: 0 12px !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 86px minmax(0, 1fr) 92px !important;
    grid-template-areas:
      "title title title"
      "thumb price qty"
      "thumb subtotal remove" !important;
    gap: 9px 12px !important;
    padding: 15px !important;
    border-radius: 18px !important;
    border: 1px solid rgba(17,17,17,0.07) !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(17,17,17,0.04) !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item::before{
    display: none !important;
    content: none !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name{
    margin-bottom: 4px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail{
    width: 86px !important;
    height: 86px !important;
    align-self: start !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    display: block !important;
    width: 86px !important;
    max-width: 86px !important;
    height: 86px !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    object-position: center center !important;
    padding: 0 !important;
    border-radius: 16px !important;
    border: 1px solid rgba(17,17,17,0.07) !important;
    background: #fff !important;
    box-shadow: none !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price,
body.woocommerce-cart table.shop_table_responsive .product-subtotal,
body.woocommerce-cart table.shop_table_responsive .product-remove,
body.woocommerce-cart table.shop_table_responsive .product-remove a.remove{
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    justify-self: start !important;
    align-self: start !important;
    margin-top: 3px !important;
    padding: 0 !important;
    color: #111 !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity{
    align-self: start !important;
    justify-self: center !important;
    gap: 4px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    justify-self: start !important;
    align-self: start !important;
    margin-top: 2px !important;
    padding: 0 !important;
    color: var(--tbk-orange) !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    font-weight: 950 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal::before{
    content: '= ' !important;
    display: inline !important;
    color: rgba(17,17,17,0.46) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove{
    justify-self: start !important;
    align-self: start !important;
    margin-top: 2px !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove{
    display: inline !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove::after{
    content: 'Supprimer';
    display: inline-block;
    color: rgba(17,17,17,0.56) !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove:hover::after{
    color: var(--tbk-orange) !important;
  }
}
@media (max-width: 430px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 78px minmax(0, 1fr) 84px !important;
    gap: 8px 10px !important;
    padding: 14px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail{
    width: 78px !important;
    height: 78px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 78px !important;
    max-width: 78px !important;
    height: 78px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    font-size: 13.6px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    font-size: 13.6px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    font-size: 14.2px !important;
  }
}
/* V1.2.4 — mobile : prix plus petits, sans contour, unité au centre, sous-total entre qté et croix */
@media (max-width: 768px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 86px minmax(0, 1fr) 84px !important;
    grid-template-areas:
      "title title title"
      "thumb price qty"
      "thumb price subtotal"
      "thumb price remove" !important;
    gap: 7px 12px !important;
    padding: 15px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail{
    width: 86px !important;
    height: 86px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 86px !important;
    max-width: 86px !important;
    height: 86px !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #fff !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price,
body.woocommerce-cart table.shop_table_responsive .product-subtotal,
body.woocommerce-cart table.shop_table_responsive .product-quantity,
body.woocommerce-cart table.shop_table_responsive .product-remove,
body.woocommerce-cart table.shop_table_responsive .product-price *,
body.woocommerce-cart table.shop_table_responsive .product-subtotal *,
body.woocommerce-cart table.shop_table_responsive .product-quantity *,
body.woocommerce-cart table.shop_table_responsive .product-remove *{
    box-shadow: none !important;
    background-image: none !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    grid-area: price !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    margin: 0 !important;
    padding: 0 4px !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    color: #111 !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    text-align: center !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price .amount,
body.woocommerce-cart table.shop_table_responsive .product-price bdi{
    color: #111 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity{
    grid-area: qty !important;
    align-self: start !important;
    justify-self: center !important;
    width: 100% !important;
    gap: 3px !important;
    border: 0 !important;
    background: transparent !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity::before{
    font-size: 9.5px !important;
  }body.woocommerce-cart .quantity .qty,
body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    width: 44px !important;
    min-height: 32px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(17,17,17,0.12) !important;
    background: #fff !important;
    font-size: 13px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    grid-area: subtotal !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    align-self: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    color: var(--tbk-orange) !important;
    font-size: 13.5px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
    text-align: center !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal::before{
    content: '= ' !important;
    display: inline !important;
    color: rgba(17,17,17,0.46) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal .amount,
body.woocommerce-cart table.shop_table_responsive .product-subtotal bdi{
    color: var(--tbk-orange) !important;
    font-size: inherit !important;
    font-weight: inherit !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove{
    grid-area: remove !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    align-self: start !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove{
    display: inline-grid !important;
    place-items: center !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(17,17,17,0.10) !important;
    outline: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: rgba(17,17,17,0.62) !important;
    font-size: 16px !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove::after{
    display: none !important;
    content: none !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove:hover{
    color: var(--tbk-orange) !important;
    border-color: rgba(255,153,0,0.24) !important;
  }
}
@media (max-width: 430px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 80px minmax(0, 1fr) 78px !important;
    gap: 7px 10px !important;
    padding: 14px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 80px !important;
    max-width: 80px !important;
    height: 80px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    font-size: 12.5px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    font-size: 13px !important;
  }body.woocommerce-cart .quantity .qty,
body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    width: 42px !important;
    min-height: 31px !important;
  }
}
/* V1.2.5 — panier mobile : croix en bas à droite, bas de carte plus compact, sous-total plus discret */
@media (max-width: 768px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 82px minmax(0, 1fr) 74px !important;
    grid-template-areas:
      "title title title"
      "thumb price qty"
      "thumb price subtotal"
      "thumb . remove" !important;
    gap: 5px 10px !important;
    padding: 13px !important;
    border-radius: 17px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name{
    margin-bottom: 1px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    font-size: 13.8px !important;
    line-height: 1.13 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail{
    width: 82px !important;
    height: 82px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 82px !important;
    max-width: 82px !important;
    height: 82px !important;
    border-radius: 14px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    align-self: center !important;
    padding-top: 0 !important;
    font-size: 12.4px !important;
    line-height: 1.1 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity{
    align-self: start !important;
    gap: 2px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity::before{
    font-size: 9px !important;
    line-height: 1 !important;
  }body.woocommerce-cart .quantity .qty,
body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    width: 40px !important;
    min-height: 29px !important;
    border-radius: 9px !important;
    font-size: 12px !important;
    padding: 2px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    align-self: center !important;
    justify-self: center !important;
    margin-top: 0 !important;
    font-size: 12.2px !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal::before{
    content: '= ' !important;
    display: inline !important;
    color: rgba(17,17,17,0.46) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove{
    align-self: end !important;
    justify-self: end !important;
    width: 26px !important;
    margin: 0 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove{
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    font-size: 14px !important;
    border-radius: 999px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 430px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 76px minmax(0, 1fr) 70px !important;
    gap: 4px 9px !important;
    padding: 12px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 76px !important;
    max-width: 76px !important;
    height: 76px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    font-size: 12px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    font-size: 11.8px !important;
  }
}
/* V1.2.6 — mobile panier calqué sur la logique Vinylbleu :
   titre full width / image gauche / prix unité centre / actions empilées droite */
@media (max-width: 768px) {body.woocommerce-cart form.woocommerce-cart-form{
    margin-top: 8px !important;
  }body.woocommerce-cart table.shop_table_responsive{
    border-collapse: separate !important;
    border-spacing: 0 11px !important;
  }body.woocommerce-cart table.shop_table_responsive tbody{
    display: block !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    position: relative !important;
    display: grid !important;
    grid-template-columns: 80px minmax(0, 1fr) 92px !important;
    grid-template-areas:
      "title title title"
      "thumb unit qty"
      "thumb unit subtotal"
      "thumb unit remove" !important;
    align-items: center !important;
    gap: 6px 12px !important;
    margin: 0 0 12px !important;
    padding: 14px !important;
    border: 1px solid rgba(17, 17, 17, 0.08) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(17, 17, 17, 0.045) !important;
    overflow: hidden !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item::before,
body.woocommerce-cart table.shop_table_responsive tr.cart_item::after{
    display: none !important;
    content: none !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item td{
    display: block !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }body.woocommerce-cart table.shop_table_responsive tr.cart_item td::before,
body.woocommerce-cart table.shop_table_responsive .product-name::before,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail::before,
body.woocommerce-cart table.shop_table_responsive .product-price::before,
body.woocommerce-cart table.shop_table_responsive .product-quantity::before,
body.woocommerce-cart table.shop_table_responsive .product-subtotal::before,
body.woocommerce-cart table.shop_table_responsive .product-remove::before{
    display: none !important;
    content: "" !important;
  }
  /* Titre : comme Vinylbleu, mobile full width au-dessus */
  body.woocommerce-cart table.shop_table_responsive .product-name{
    grid-area: title !important;
    padding: 0 !important;
    margin: 0 0 3px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
    text-overflow: initial !important;
    color: #111 !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    font-weight: 950 !important;
    letter-spacing: -0.02em !important;
    text-decoration: none !important;
  }
  /* Image : carré fixe, non écrasé */
  body.woocommerce-cart table.shop_table_responsive .product-thumbnail{
    grid-area: thumb !important;
    align-self: start !important;
    justify-self: start !important;
    width: 80px !important;
    height: 80px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail a{
    display: block !important;
    width: 80px !important;
    height: 80px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    display: block !important;
    width: 80px !important;
    max-width: 80px !important;
    height: 80px !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 14px !important;
    border: 0 !important;
    background: #f6f6f6 !important;
    box-shadow: none !important;
  }
  /* Prix unité : au centre face à l'image */
  body.woocommerce-cart table.shop_table_responsive .product-price{
    grid-area: unit !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 80px !important;
    padding: 0 2px !important;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #111 !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price .amount,
body.woocommerce-cart table.shop_table_responsive .product-price bdi{
    color: #111 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
  }
  /* Colonne droite : quantité / = sous-total / supprimer */
  body.woocommerce-cart table.shop_table_responsive .product-quantity{
    grid-area: qty !important;
    align-self: start !important;
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: right !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity::before{
    content: "Qté" !important;
    display: inline-block !important;
    color: rgba(17, 17, 17, 0.42) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
  }body.woocommerce-cart table.shop_table_responsive .product-quantity .quantity{
    margin: 0 !important;
    width: auto !important;
  }body.woocommerce-cart .quantity .qty,
body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    width: 42px !important;
    min-height: 31px !important;
    padding: 2px !important;
    border-radius: 9px !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #111 !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    text-align: center !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    grid-area: subtotal !important;
    align-self: center !important;
    justify-self: end !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--tbk-orange) !important;
    font-size: 12.5px !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
    text-align: right !important;
    white-space: nowrap !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal::before{
    content: "= " !important;
    display: inline !important;
    color: rgba(17, 17, 17, 0.44) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal .amount,
body.woocommerce-cart table.shop_table_responsive .product-subtotal bdi{
    color: var(--tbk-orange) !important;
    font-size: inherit !important;
    font-weight: inherit !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove{
    grid-area: remove !important;
    align-self: end !important;
    justify-self: end !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: right !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove{
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(17, 17, 17, 0.46) !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove::before{
    content: "×" !important;
    display: inline-grid !important;
    place-items: center !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 999px !important;
    background: #f5f1ed !important;
    color: rgba(17, 17, 17, 0.58) !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove::after{
    display: none !important;
    content: none !important;
  }body.woocommerce-cart table.shop_table_responsive .product-remove a.remove:hover::before{
    color: var(--tbk-orange) !important;
    background: rgba(255, 153, 0, 0.10) !important;
  }
}
@media (max-width: 430px) {body.woocommerce-cart table.shop_table_responsive tr.cart_item{
    grid-template-columns: 76px minmax(0, 1fr) 84px !important;
    gap: 5px 10px !important;
    padding: 13px !important;
    border-radius: 16px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-thumbnail,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail a,
body.woocommerce-cart table.shop_table_responsive .product-thumbnail img{
    width: 76px !important;
    max-width: 76px !important;
    height: 76px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-price{
    min-height: 76px !important;
    font-size: 12.4px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-name a{
    font-size: 13.5px !important;
  }body.woocommerce-cart table.shop_table_responsive .product-subtotal{
    font-size: 12px !important;
  }body.woocommerce-cart .quantity .qty,
body.woocommerce-cart table.shop_table_responsive .quantity .qty{
    width: 40px !important;
    min-height: 30px !important;
    font-size: 12px !important;
  }
}
/* V1.2.7 — mobile : livraison offerte plus sobre + recommandations sous la réassurance */
@media (max-width: 768px) {
  /* Annule le masquage mobile large des recommandations ajouté précédemment */
  body.woocommerce-cart .tbk-mobile-cart-reco-slot{
    display: block !important;
    margin: 18px 0 86px !important;
    clear: both !important;
  }body.woocommerce-cart .tbk-mobile-cart-reco-slot .tbk-mobile-cart-reco-visible,
body.woocommerce-cart .tbk-mobile-cart-reco-slot .cross-sells,
body.woocommerce-cart .tbk-mobile-cart-reco-slot .related.products,
body.woocommerce-cart .tbk-mobile-cart-reco-slot .up-sells,
body.woocommerce-cart .tbk-mobile-cart-reco-slot .et_pb_shop,
body.woocommerce-cart .tbk-mobile-cart-reco-slot [data-related-block],
body.woocommerce-cart .tbk-mobile-cart-reco-slot ul.products,
body.woocommerce-cart .tbk-mobile-cart-reco-slot .products{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }body.woocommerce-cart .tbk-mobile-cart-reco-slot h2,
body.woocommerce-cart .tbk-mobile-cart-reco-slot h3,
body.woocommerce-cart .cross-sells > h2{
    margin: 0 0 12px !important;
    color: #111 !important;
    font-size: 17px !important;
    line-height: 1.15 !important;
    font-weight: 950 !important;
    letter-spacing: -0.03em !important;
    text-transform: none !important;
  }body.woocommerce-cart .tbk-mobile-cart-reco-slot ul.products,
body.woocommerce-cart .tbk-mobile-cart-reco-slot .products{
    margin-top: 0 !important;
  }body.woocommerce-cart .tbk-mobile-cart-reco-slot ul.products li.product{
    margin-bottom: 12px !important;
  }
  /* Bloc livraison offerte : une seule carte, plus lisible */
  body.woocommerce-cart .tbk-shipping-progress,
body.woocommerce-cart .tbk-cart-shipping-progress,
body.woocommerce-cart .tbk-free-shipping-progress,
body.woocommerce-cart [class*="shipping-progress"],
body.woocommerce-cart [class*="free-shipping"]{
    position: relative !important;
    display: block !important;
    margin: 12px 0 10px !important;
    padding: 11px 12px 12px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 153, 0, 0.20) !important;
    background: #fffaf2 !important;
    box-shadow: none !important;
  }body.woocommerce-cart .tbk-shipping-progress p,
body.woocommerce-cart .tbk-cart-shipping-progress p,
body.woocommerce-cart .tbk-free-shipping-progress p,
body.woocommerce-cart [class*="shipping-progress"] p,
body.woocommerce-cart [class*="free-shipping"] p{
    margin: 0 0 8px !important;
    padding-right: 48px !important;
    color: #161616 !important;
    font-size: 12.5px !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
  }body.woocommerce-cart .tbk-shipping-progress strong,
body.woocommerce-cart .tbk-cart-shipping-progress strong,
body.woocommerce-cart .tbk-free-shipping-progress strong,
body.woocommerce-cart [class*="shipping-progress"] strong,
body.woocommerce-cart [class*="free-shipping"] strong{
    display: inline !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--tbk-orange) !important;
    box-shadow: none !important;
    font-size: inherit !important;
    line-height: inherit !important;
  }body.woocommerce-cart .tbk-shipping-progress .tbk-progress-percent,
body.woocommerce-cart .tbk-cart-shipping-progress .tbk-progress-percent,
body.woocommerce-cart .tbk-free-shipping-progress .tbk-progress-percent,
body.woocommerce-cart [class*="shipping-progress"] [class*="percent"],
body.woocommerce-cart [class*="free-shipping"] [class*="percent"]{
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border-radius: 999px !important;
    background: #111 !important;
    color: var(--tbk-orange) !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
  }body.woocommerce-cart .tbk-shipping-progress .tbk-progress-bar,
body.woocommerce-cart .tbk-cart-shipping-progress .tbk-progress-bar,
body.woocommerce-cart .tbk-free-shipping-progress .tbk-progress-bar,
body.woocommerce-cart [class*="shipping-progress"] [class*="bar"],
body.woocommerce-cart [class*="free-shipping"] [class*="bar"]{
    height: 5px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: rgba(17, 17, 17, 0.08) !important;
    overflow: hidden !important;
  }body.woocommerce-cart .tbk-shipping-progress .tbk-progress-fill,
body.woocommerce-cart .tbk-cart-shipping-progress .tbk-progress-fill,
body.woocommerce-cart .tbk-free-shipping-progress .tbk-progress-fill,
body.woocommerce-cart [class*="shipping-progress"] [class*="fill"],
body.woocommerce-cart [class*="free-shipping"] [class*="fill"]{
    height: 5px !important;
    border-radius: 999px !important;
    background: var(--tbk-orange) !important;
  }body.woocommerce-cart .tbk-shipping-progress small,
body.woocommerce-cart .tbk-cart-shipping-progress small,
body.woocommerce-cart .tbk-free-shipping-progress small,
body.woocommerce-cart [class*="shipping-progress"] small,
body.woocommerce-cart [class*="free-shipping"] small{
    display: block !important;
    margin-top: 7px !important;
    color: rgba(17, 17, 17, 0.54) !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
  }
}
/* V1.2.8 — recommandations : éviter le titre détaché sur desktop, déplacement uniquement mobile */
body.woocommerce-cart .tbk-mobile-cart-reco-slot:empty{
  display: none !important;
}
@media (min-width: 769px) {body.woocommerce-cart .tbk-mobile-cart-reco-slot{
    display: none !important;
  }body.woocommerce-cart [data-related-block],
body.woocommerce-cart .cross-sells,
body.woocommerce-cart .related.products,
body.woocommerce-cart .up-sells,
body.woocommerce-cart .upsells{
    clear: both !important;
  }body.woocommerce-cart [data-related-block] > h2,
body.woocommerce-cart .cross-sells > h2,
body.woocommerce-cart .related.products > h2,
body.woocommerce-cart .up-sells > h2,
body.woocommerce-cart .upsells > h2{
    display: block !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    clear: both !important;
  }
}
@media (max-width: 768px) {body.woocommerce-cart .tbk-mobile-cart-reco-slot{
    display: block !important;
    width: 100% !important;
    margin: 18px 0 88px !important;
    padding-top: 2px !important;
    clear: both !important;
  }body.woocommerce-cart .tbk-mobile-cart-reco-slot > *{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }body.woocommerce-cart .tbk-mobile-cart-reco-slot .tbk-mobile-cart-reco-visible{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }body.woocommerce-cart .tbk-mobile-cart-reco-slot h2,
body.woocommerce-cart .tbk-mobile-cart-reco-slot h3{
    display: block !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    color: #111 !important;
    font-size: 18px !important;
    line-height: 1.12 !important;
    font-weight: 950 !important;
    letter-spacing: -0.035em !important;
    text-transform: none !important;
  }body.woocommerce-cart .tbk-mobile-cart-reco-slot ul.products,
body.woocommerce-cart .tbk-mobile-cart-reco-slot .products{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
  }body.woocommerce-cart .tbk-mobile-cart-reco-slot ul.products li.product,
body.woocommerce-cart .tbk-mobile-cart-reco-slot .products li.product{
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
}
/* V1.3.3 — CLEAN free shipping panier : règle unique, sans héritage empilé.
   Important : ciblage des enfants directs pour ne plus transformer le montant wc_price en pastille. */
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box{
  --tbk-progress-card-bg: linear-gradient(135deg, #111 0%, #191919 58%, #271706 100%);
  position: relative !important;
  display: block !important;
  margin: 12px 0 14px !important;
  padding: 16px 16px 15px !important;
  border: 1px solid rgba(var(--tbk-orange-rgb), 0.28) !important;
  border-radius: 20px !important;
  background: var(--tbk-progress-card-bg) !important;
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.13) !important;
  overflow: hidden !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: radial-gradient(circle at 94% 0%, rgba(var(--tbk-orange-rgb), 0.30), transparent 34%) !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box::after{
  content: "🎁" !important;
  position: absolute !important;
  top: 13px !important;
  right: 14px !important;
  width: 32px !important;
  height: 32px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  font-size: 16px !important;
  line-height: 1 !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top{
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 46px !important;
  margin: 0 0 11px !important;
  padding: 0 !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top > strong{
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.28 !important;
  font-weight: 900 !important;
  letter-spacing: -0.01em !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top > strong .amount,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top > strong bdi,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top > strong .woocommerce-Price-amount{
  display: inline !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--tbk-orange) !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top > .tbk-free-shipping-box__percent{
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 42px !important;
  height: 24px !important;
  margin-right: 38px !important;
  padding: 0 9px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--tbk-orange) !important;
  box-shadow: 0 8px 18px rgba(var(--tbk-orange-rgb), 0.26) !important;
  color: #111 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__bar{
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 13px !important;
  margin: 0 !important;
  padding: 3px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.13) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10) !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__bar > span{
  display: block !important;
  height: 100% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, var(--tbk-orange) 0%, #ffd17a 100%) !important;
  box-shadow: 0 0 18px rgba(var(--tbk-orange-rgb), 0.38) !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box > p{
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  margin: 9px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}
@media (max-width: 768px) {body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box{
    margin: 10px 0 12px !important;
    padding: 14px 13px 13px !important;
    border-radius: 18px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box::after{
    top: 11px !important;
    right: 12px !important;
    width: 29px !important;
    height: 29px !important;
    font-size: 15px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top{
    gap: 40px !important;
    margin-bottom: 10px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top > strong{
    font-size: 12.8px !important;
    line-height: 1.25 !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top > .tbk-free-shipping-box__percent{
    min-width: 38px !important;
    height: 22px !important;
    margin-right: 34px !important;
    padding: 0 8px !important;
    font-size: 10.5px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__bar{
    height: 12px !important;
    padding: 3px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box > p{
    margin-top: 8px !important;
    font-size: 11.5px !important;
    line-height: 1.32 !important;
  }
}
/* V1.3.3 — refonte propre du bloc livraison offerte panier
   pour coller visuellement au bloc checkout montré par le client */
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box{
  position: relative !important;
  display: block !important;
  margin: 12px 0 14px !important;
  padding: 14px 14px 13px !important;
  border: 1px solid rgba(255, 153, 0, 0.28) !important;
  border-radius: 22px !important;
  background: linear-gradient(90deg, #0f1013 0%, #17181c 55%, #7b4a00 100%) !important;
  box-shadow: none !important;
  overflow: hidden !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box::before,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box::after{
  display: none !important;
  content: none !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__header,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top{
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
  margin: 0 0 12px !important;
  padding: 0 44px !important;
  gap: 0 !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__header > strong,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top > strong{
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  text-align: center !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__threshold,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__header > strong .amount,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__header > strong bdi,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top > strong .amount,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top > strong bdi{
  color: var(--tbk-orange) !important;
  font-weight: 950 !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__icon,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__percent{
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  transform: translateY(-50%) !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 153, 0, 0.18) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__bar{
  display: block !important;
  width: 100% !important;
  height: 14px !important;
  margin: 0 0 12px !important;
  padding: 2px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10) !important;
  overflow: hidden !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__bar > span{
  display: block !important;
  height: 100% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, #ff9f10 0%, #ffd37a 100%) !important;
  box-shadow: none !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__status,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box > p{
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  text-align: center !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__status span,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box > p span,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box > p .amount,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box > p bdi{
  color: var(--tbk-orange) !important;
  font-weight: 950 !important;
}
@media (max-width: 768px) {body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box{
    margin: 11px 0 13px !important;
    padding: 13px 13px 12px !important;
    border-radius: 19px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__header,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top{
    min-height: 24px !important;
    margin-bottom: 10px !important;
    padding: 0 36px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__header > strong,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__top > strong{
    font-size: 12.6px !important;
    line-height: 1.25 !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__icon,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__percent{
    width: 24px !important;
    height: 24px !important;
    font-size: 12px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__bar{
    height: 12px !important;
    margin-bottom: 10px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box__status,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box > p{
    font-size: 11.8px !important;
    line-height: 1.28 !important;
  }
}
/* V1.3.4 — panier : même structure FSL que checkout, sans imitation */
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl-wrapper{
  display: block !important;
  width: 100% !important;
  margin: 12px 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl-wrapper .devnet_fsl-free-shipping,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl{
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 14px 16px 13px !important;
  border: 1px solid rgba(255, 153, 0, 0.28) !important;
  border-radius: 22px !important;
  background: linear-gradient(90deg, #0f1013 0%, #17181c 55%, #7b4a00 100%) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  text-align: center !important;
  color: #fff !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl::before,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl::after{
  display: none !important;
  content: none !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-title,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl h4.fsl-title{
  display: block !important;
  width: 100% !important;
  margin: 0 40px 12px 0 !important;
  padding: 0 34px 0 34px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-title .amount,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-title bdi,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-title .woocommerce-Price-amount{
  color: var(--tbk-orange) !important;
  font-weight: 950 !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-title::after{
  content: "🚚" !important;
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  background: rgba(255, 153, 0, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  font-size: 14px !important;
  line-height: 1 !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-progress-bar,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .progress-bar{
  display: block !important;
  width: 100% !important;
  height: 14px !important;
  margin: 0 0 12px !important;
  padding: 2px !important;
  border: 1px solid rgba(51, 51, 51, 0.9) !important;
  border-radius: 999px !important;
  background-color: #ddc18d !important;
  background-image: none !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10) !important;
  overflow: hidden !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-progress-amount,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .progress-amount{
  display: block !important;
  height: 100% !important;
  border-radius: inherit !important;
  background-color: #dd9933 !important;
  background-image: none !important;
  box-shadow: none !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-description,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-notice,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .notice{
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  text-align: center !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-description .amount,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-description bdi,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-description .woocommerce-Price-amount{
  color: var(--tbk-orange) !important;
  font-weight: 950 !important;
}
/* Neutralise les anciens styles du bloc custom panier s'il reste en cache HTML */
body.woocommerce-cart .wc-proceed-to-checkout .tbk-free-shipping-box{
  display: none !important;
}
@media (max-width: 768px) {body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl-wrapper{
    margin: 11px 0 13px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl{
    padding: 13px 13px 12px !important;
    border-radius: 19px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-title,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl h4.fsl-title{
    margin-bottom: 10px !important;
    padding: 0 30px !important;
    font-size: 12.6px !important;
    line-height: 1.25 !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-title::after{
    top: 12px !important;
    right: 12px !important;
    width: 24px !important;
    height: 24px !important;
    font-size: 12px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-progress-bar,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .progress-bar{
    height: 12px !important;
    margin-bottom: 10px !important;
  }body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-description,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-notice,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .notice{
    font-size: 11.8px !important;
    line-height: 1.28 !important;
  }
}
/* V1.3.5 — texte FSL panier : seuil dynamique FR/EU */
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl .fsl-title{
  white-space: normal !important;
}
/* V1.3.6 — pays inconnu : message neutre, pas de fausse promesse à 150 € */
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl--unknown{
  padding-top: 15px !important;
  padding-bottom: 14px !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl--unknown .fsl-title{
  margin-bottom: 8px !important;
}body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl--unknown .fsl-title::after,
body.woocommerce-cart .wc-proceed-to-checkout .tbk-cart-fsl--unknown .fsl-progress-bar{
  display: none !important;
}
/* V1.3.7 — panier : icônes propres devant les cartes de réassurance */
body.woocommerce-cart .tbk-cart-totals-reassurance > div,
body.woocommerce-cart .tbk-cart-totals-reassurance > article,
body.woocommerce-cart .tbk-cart-totals-reassurance > section,
body.woocommerce-cart .tbk-cart-reassurance > div,
body.woocommerce-cart .tbk-cart-reassurance > article,
body.woocommerce-cart .tbk-cart-reassurance > section{
  position: relative !important;
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  column-gap: 12px !important;
  align-items: center !important;
  min-height: 70px !important;
  padding-left: 14px !important;
}body.woocommerce-cart .tbk-cart-totals-reassurance > div::before,
body.woocommerce-cart .tbk-cart-totals-reassurance > article::before,
body.woocommerce-cart .tbk-cart-totals-reassurance > section::before,
body.woocommerce-cart .tbk-cart-reassurance > div::before,
body.woocommerce-cart .tbk-cart-reassurance > article::before,
body.woocommerce-cart .tbk-cart-reassurance > section::before{
  content: "✓" !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 999px !important;
  background: rgba(255, 153, 0, 0.12) !important;
  border: 1px solid rgba(255, 153, 0, 0.24) !important;
  color: var(--tbk-orange) !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  box-shadow: 0 8px 18px rgba(255, 153, 0, 0.08) !important;
}body.woocommerce-cart .tbk-cart-totals-reassurance > div:nth-child(1)::before,
body.woocommerce-cart .tbk-cart-totals-reassurance > article:nth-child(1)::before,
body.woocommerce-cart .tbk-cart-totals-reassurance > section:nth-child(1)::before,
body.woocommerce-cart .tbk-cart-reassurance > div:nth-child(1)::before,
body.woocommerce-cart .tbk-cart-reassurance > article:nth-child(1)::before,
body.woocommerce-cart .tbk-cart-reassurance > section:nth-child(1)::before{
  content: "💳" !important;
  font-size: 16px !important;
}body.woocommerce-cart .tbk-cart-totals-reassurance > div:nth-child(2)::before,
body.woocommerce-cart .tbk-cart-totals-reassurance > article:nth-child(2)::before,
body.woocommerce-cart .tbk-cart-totals-reassurance > section:nth-child(2)::before,
body.woocommerce-cart .tbk-cart-reassurance > div:nth-child(2)::before,
body.woocommerce-cart .tbk-cart-reassurance > article:nth-child(2)::before,
body.woocommerce-cart .tbk-cart-reassurance > section:nth-child(2)::before{
  content: "📦" !important;
  font-size: 16px !important;
}body.woocommerce-cart .tbk-cart-totals-reassurance > div:nth-child(3)::before,
body.woocommerce-cart .tbk-cart-totals-reassurance > article:nth-child(3)::before,
body.woocommerce-cart .tbk-cart-totals-reassurance > section:nth-child(3)::before,
body.woocommerce-cart .tbk-cart-reassurance > div:nth-child(3)::before,
body.woocommerce-cart .tbk-cart-reassurance > article:nth-child(3)::before,
body.woocommerce-cart .tbk-cart-reassurance > section:nth-child(3)::before{
  content: "💬" !important;
  font-size: 16px !important;
}body.woocommerce-cart .tbk-cart-totals-reassurance > div > *,
body.woocommerce-cart .tbk-cart-totals-reassurance > article > *,
body.woocommerce-cart .tbk-cart-totals-reassurance > section > *,
body.woocommerce-cart .tbk-cart-reassurance > div > *,
body.woocommerce-cart .tbk-cart-reassurance > article > *,
body.woocommerce-cart .tbk-cart-reassurance > section > *{
  grid-column: 2 !important;
  min-width: 0 !important;
}
/* Carte support humain : icône unique, pas les pastilles A/TBK */
body.woocommerce-cart .tbk-human-support-card{
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  column-gap: 12px !important;
  align-items: center !important;
}body.woocommerce-cart .tbk-human-support-card::before{
  content: "👋" !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: rgba(255, 153, 0, 0.12) !important;
  border: 1px solid rgba(255, 153, 0, 0.24) !important;
  color: var(--tbk-orange) !important;
  font-size: 18px !important;
}body.woocommerce-cart .tbk-human-support-card__avatars{
  display: none !important;
}body.woocommerce-cart .tbk-human-support-card__content{
  grid-column: 2 !important;
}
@media (max-width: 768px) {body.woocommerce-cart .tbk-cart-totals-reassurance > div,
body.woocommerce-cart .tbk-cart-totals-reassurance > article,
body.woocommerce-cart .tbk-cart-totals-reassurance > section,
body.woocommerce-cart .tbk-cart-reassurance > div,
body.woocommerce-cart .tbk-cart-reassurance > article,
body.woocommerce-cart .tbk-cart-reassurance > section{
    grid-template-columns: 34px minmax(0, 1fr) !important;
    min-height: 62px !important;
    column-gap: 10px !important;
    padding-left: 12px !important;
  }body.woocommerce-cart .tbk-cart-totals-reassurance > div::before,
body.woocommerce-cart .tbk-cart-totals-reassurance > article::before,
body.woocommerce-cart .tbk-cart-totals-reassurance > section::before,
body.woocommerce-cart .tbk-cart-reassurance > div::before,
body.woocommerce-cart .tbk-cart-reassurance > article::before,
body.woocommerce-cart .tbk-cart-reassurance > section::before{
    width: 34px !important;
    height: 34px !important;
    font-size: 15px !important;
  }body.woocommerce-cart .tbk-human-support-card{
    grid-template-columns: 36px minmax(0, 1fr) !important;
  }body.woocommerce-cart .tbk-human-support-card::before{
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
  }
}
