/* JBA v15.2.42 - product thumbnails in customer order cards */
.jba-v15242-order-card{overflow:hidden}
.jba-v15242-order-products{display:flex;gap:10px;overflow-x:auto;padding:13px 16px 4px;scrollbar-width:thin;scroll-snap-type:x proximity}
.jba-v15242-order-product{position:relative;flex:0 0 96px;min-width:96px;padding:7px;border:1px solid #e2eaf1;border-radius:14px;background:#fff;scroll-snap-align:start;box-shadow:0 4px 13px rgba(16,48,75,.04)}
.jba-v15242-order-product img{display:block;width:80px;height:80px;margin:auto;border-radius:10px;object-fit:cover;background:#f3f6f8}
.jba-v15242-order-product span{display:block;overflow:hidden;margin-top:6px;color:#43586b;font-size:10px;line-height:1.55;white-space:nowrap;text-overflow:ellipsis;text-align:center}
.jba-v15242-order-product b{position:absolute;top:3px;left:3px;display:grid;place-items:center;min-width:24px;height:24px;padding:0 5px;border:2px solid #fff;border-radius:999px;background:#0b5f91;color:#fff;font-size:10px;box-shadow:0 3px 8px rgba(11,95,145,.25)}
@media(max-width:640px){.jba-v15242-order-products{gap:8px;padding:10px 12px 2px}.jba-v15242-order-product{flex-basis:82px;min-width:82px}.jba-v15242-order-product img{width:66px;height:66px}}
