.elementor-5469 .elementor-element.elementor-element-53b8736{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-5469 .elementor-element.elementor-element-d292296{width:100%;max-width:100%;}@media(max-width:1024px){.elementor-5469 .elementor-element.elementor-element-53b8736{--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS *//* --- Cart table tidy --- */
.woocommerce-cart .shop_table {
  border: none;
  box-shadow: none;
}
.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td {
  border: 0;
  padding: 18px 12px;
}
.woocommerce-cart .product-thumbnail img {
  max-width: 84px;      /* slightly larger thumb for clarity */
  border-radius: 6px;
}

/* Style the cart remove (×) button */
.woocommerce a.remove {
  color: #004e27 !important; 
}

.woocommerce a.remove:hover {
  color: #fff !important;          /* white cross */
  background-color: #bf9530 !important; /* LTFL gold */
  transform: scale(1.1);           /* subtle pop */
}/* End custom CSS */