.ldab-cart-panel { overflow-x: auto; }
.ldab-cart-panel table { min-width: 940px; }
.ldab-cart-product { display: flex; align-items: center; gap: 20px; min-width: 340px; }
.ldab-cart-product-name { flex: 1; min-width: 100px; overflow-wrap: anywhere; }
.ldab-cart-thumbnail,
.ldab-cart-image-placeholder {
  box-sizing: border-box;
  width: 100px; height: 100px; min-width: 100px; min-height: 100px;
  flex: 0 0 100px; margin: 0; padding: 0;
  border: 0; border-radius: 8px; background: #f2f6f5;
  overflow: hidden;
}
.ldab-cart-thumbnail { display: block; cursor: zoom-in; }
.ldab-cart-thumbnail:hover { box-shadow: 0 0 0 2px #39796f; }
.ldab-cart-thumbnail:focus-visible { outline: 3px solid #39796f; outline-offset: 3px; }
.ldab-cart-thumbnail img { display: block; width: 100px; height: 100px; object-fit: contain; }
.ldab-cart-image-placeholder { display: flex; align-items: center; justify-content: center; color: #718580; font-size: 14px; }
