.product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: start;
}

.product-item {
    text-align: center;
}

.category-product-thumbnail {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.category-product-title {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.category-product-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.category-product-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}