.product-list-thumbnail {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: block;
    border-radius: var(--radius-sm);
    object-fit: cover;
    background: #e2e8f0;
}

@media (max-width: 430px) {
    .product-list-thumbnail {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }
}
