.elementor-343 .elementor-element.elementor-element-c1a8803{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-343 .elementor-element.elementor-element-610bf3e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-343 .elementor-element.elementor-element-104b4f68{--display:flex;}.elementor-343 .elementor-element.elementor-element-794995a6{color:#000000;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-343 .elementor-element.elementor-element-104b4f68{--min-height:0px;}.elementor-343 .elementor-element.elementor-element-794995a6{columns:1;text-align:center;}}@media(min-width:768px){.elementor-343 .elementor-element.elementor-element-104b4f68{--width:85%;}}/* Start custom CSS for container, class: .elementor-element-104b4f68 *//* Show product names on mobile checkout */
@media (max-width: 768px) {
  .woocommerce table.shop_table .product-name {
    display: block !important;
    font-size: 14px; /* adjust if needed */
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .wp-block-buttons {
    flex-direction: column !important;
    align-items: flex-start; /* or center */
  }

  .wp-block-buttons .wp-block-button {
    width: 100%;
    margin-bottom: 12px; /* spacing between buttons */
  }

  /* Remove margin on last button so no extra space */
  .wp-block-buttons .wp-block-button:last-child {
    margin-bottom: 0;
  }

  .wp-block-buttons .wp-block-button .wp-block-button__link {
    display: block;
    text-align: center; /* center button text */
  }
}


/* Remove bottom spacer blocks on WooCommerce cart page */
body.woocommerce-cart .wp-block-spacer:last-of-type {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS */.wc-proceed-to-checkout br {
    display: none;
}/* End custom CSS */