button.abspa-cart-remove { display: inline-flex; align-items: center; justify-content: center; gap: 0; width: 44px; height: 44px; min-width: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 0; background: transparent; color: inherit; font: inherit; font-size: 14px; cursor: pointer; white-space: nowrap; }
button.abspa-cart-remove svg { flex: none; width: 20px; height: 20px; }
button.abspa-cart-remove span { display: none; }
button.abspa-cart-remove:hover { opacity: .75; }
button.abspa-cart-remove:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.abspa-cart-remove-form { margin: 0; }
.cart-drawer__item button.abspa-cart-remove { position: absolute; top: .5rem; right: .5rem; min-width: 44px; }
.cart-drawer__item h3 { padding-right: 2rem; }
@media (max-width: 48rem) {
 .your-order tr.cart_item { display: grid; grid-template-columns: minmax(0,1fr) auto; }
 .your-order tr.cart_item td:first-child { grid-column: 1 / -1; }
 .your-order tr.cart_item td { border: 0; }
 .your-order tr.cart_item td:last-child { justify-self: end; min-width: 0; }
 .cart-drawer__item h3 { padding-right: 2rem; }
 .cart-drawer__item button.abspa-cart-remove span { display: none; }
}

/* Keep photos, readable text and the icon in independent columns. */
.order__item[data-order-cart-key] { display: grid; grid-template-columns: 4rem minmax(0, 1fr) 44px; gap: .75rem; align-items: start; }
.order__item[data-order-cart-key] .order__item-cert { grid-column: 1; grid-row: 1; width: 100%; max-width: 4rem; min-width: 0; margin: 0; }
.order__item[data-order-cart-key] .order__item-cert img { display: block; width: 100%; height: auto; max-height: 7rem; object-fit: contain; }
.order__item[data-order-cart-key] .order__item-name { grid-column: 1 / 3; grid-row: 1; width: auto; min-width: 0; margin: 0; }
.order__item[data-order-cart-key] .order__item-cert + .order__item-name { grid-column: 2; }
.order__item[data-order-cart-key] .abspa-cart-remove { grid-column: 3; grid-row: 1; align-self: start; justify-self: end; }
.order__item-count { margin-top: .5rem; font-size: .875rem; }
.order__item-count, .order__item[data-order-cart-key] .itemprice { white-space: nowrap; }
