.elementor-kit-1918{--e-global-color-primary:#0066CC;--e-global-color-secondary:#003D7A;--e-global-color-text:#7A7A7A;--e-global-color-accent:#6EC1E4;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1918 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */#ship-to-different-address {
  display: none !important;
},
#ship-to-different-address {
  display: none !important;
},
/* =========================
   FIX CHECKOUT MOBILE COMPLET
========================= */

@media (max-width: 768px) {

  /* force layout 1 colonne */
  .e-checkout__column,
  .e-checkout__column-inner,
  .e-checkout__column-start,
  .e-checkout__column-end {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* IMPORTANT : kill sticky (c'est lui le coupable) */
  .e-sticky-right-column {
    position: static !important;
    top: auto !important;
  }

  /* ordre naturel mobile */
  .e-checkout__column-end {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  /* order review full width */
  .e-checkout__order_review,
  .woocommerce-checkout-review-order,
  #order_review {
    width: 100% !important;
  }

  /* table clean mobile */
  .shop_table {
    font-size: 13px !important;
  }

  .shop_table th,
  .shop_table td {
    padding: 8px !important;
  }

  /* shipping radios spacing */
  #shipping_method li {
    margin-bottom: 10px;
  }

  /* payment block spacing */
  #payment {
    margin-top: 20px;
    padding-top: 10px;
  }

  /* checkout button full width (CRITICAL UX) */
  #place_order {
    width: 100%;
    padding: 14px;
    font-size: 16px;
  }

  /* remove weird hidden input spacing issues */
  .woocommerce-terms-and-conditions-wrapper {
    font-size: 12px;
  }
}/* End custom CSS */