@media (max-width: 767px) {
    .page-category .site-main,
    .page-category .page-section,
    .page-category .shell-container.category-bar__scroll,
    .page-home .page-section[aria-labelledby="home-latest-products-title"],
    .page-home .page-section[aria-labelledby^="home-featured-category-"] {
        background: #ffffff;
    }

    .category-bar__scroll {
        justify-content: flex-start;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        -webkit-overflow-scrolling: touch;
    }

    .category-chip {
        flex: 0 0 auto;
    }

    .page-home .product-grid,
    .page-category .product-grid {
        gap: 12px;
    }

    .page-home .product-card,
    .page-category .product-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        border-radius: 12px;
    }

    .page-home .product-card__media-wrap,
    .page-category .product-card__media-wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .page-home .product-card__stock,
    .page-category .product-card__stock {
        top: 8px;
        left: 8px;
        min-height: 24px;
        padding: 0.2rem 0.5rem;
        font-size: 0.64rem;
    }

    .page-home .product-card__wishlist,
    .page-category .product-card__wishlist {
        top: 8px;
        right: 8px;
        width: 32px;
        height: 32px;
    }

    .page-home .product-card__wishlist-icon,
    .page-category .product-card__wishlist-icon {
        font-size: 0.9rem;
    }

    .page-home .product-card__body,
    .page-category .product-card__body {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        gap: 0.45rem;
        padding: 0.7rem;
    }

    .page-home .product-card__meta,
    .page-category .product-card__meta {
        font-size: 0.68rem;
    }

    .page-home .product-card__title,
    .page-category .product-card__title {
        font-size: 0.9rem;
        line-height: 1.35;
    }

    .page-home .product-card__copy,
    .page-category .product-card__copy {
        font-size: 0.76rem;
        line-height: 1.45;
        min-height: 1.45em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page-home .product-card__copy.is-empty,
    .page-category .product-card__copy.is-empty {
        opacity: 0;
    }

    .page-home .product-card__price,
    .page-category .product-card__price {
        font-size: 0.95rem;
    }

    .page-home .product-card__pricing,
    .page-category .product-card__pricing {
        margin-top: auto;
    }

    .page-home .product-card__moq,
    .page-home .product-card__note,
    .page-category .product-card__moq,
    .page-category .product-card__note {
        font-size: 0.74rem;
    }

    .page-home .product-card__action,
    .page-category .product-card__action {
        min-height: 36px;
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }
}
