/* Preserve the whole product in catalogue, bag, wishlist, and detail views. */
.product-art{display:flex;align-items:center;justify-content:center;background:#f2f0eb}.product-art img{width:100%;height:100%;object-fit:contain!important;padding:10px;transform:none!important}.product-card:hover .product-art img{transform:none!important}.cart-icon{overflow:hidden;background:#f2f0eb}.cart-icon img{width:100%;height:100%;object-fit:contain!important;padding:3px}.detail-image{display:flex;align-items:center;justify-content:center;background:#f2f0eb}.detail-image img{object-fit:contain!important;padding:8px}.detail-thumb img{object-fit:contain!important;background:#f2f0eb;padding:2px}
