.search-product {
    width: 500px !important;
}

@media only screen and (max-width: 640px) {
    .search-product {
        width: 100%;
    }
}

/* Product/course cards: show full thumbnail without cropping */
.card-product.style-center .card-product-wrapper {
    aspect-ratio: 16 / 9;
    background-color: var(--surface-2, #f7f7f7);
}

.card-product.style-center .card-product-wrapper img {
    object-fit: contain;
    object-position: center;
}

/* "All" category: icon inside circle instead of placeholder text */
.mega-categories .cate-item .img.img-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mega-categories .cate-item .img.img-icon .icon {
    font-size: 20px;
    color: var(--purple);
}
