@media (max-width: 600px) {
    .category-rail {
        grid-auto-columns: minmax(86px, 42vw);
        gap: 0.4rem;
    }
    .category-card {
        padding: 4.1px;
    }
    .category-card-media {
        width: 48px;
    }
    .category-card-body strong {
        font-size: 0.6rem;
        font-weight: 500;
    }
    .category-card-body small {
        font-size: 0.6rem;
    }
    .section-header {
        flex-direction: row;
        align-items: center;
    }
    .section-header h2 {
        font-size: 1rem;
    }
    .hero-slider,
    .hero-slide img {
        min-height: 180px !important;
    }
    .hero-slider {
        border-radius: 0.5rem;
    }
    .hero-content h1 {
        font-size: 15px;
    }
    .hero-dots button {
        width: 0.4rem;
        height: 0.4rem;
    }
    .hero-dots button.is-active {
        width: 1rem;
    }
    .product-card {
        border-radius: 0.5rem;
    }
    .badge-sale,
    .badge-new,
    .badge-best,
    .badge-featured {
        padding: 0.2rem 0.4rem;
        font-size: 0.52rem;
    }
    .product-card-media {
        aspect-ratio: 1 / 1.2;
    }
    .wishlist-btn {
        width: 1.7rem;
        height: 1.7rem;
    }
    .small-icon-action {
        width: 1rem;
        height: 1rem;
        font-size: 0.5rem;
    }
    .wishlist-form {
        bottom: 0.5rem;
        right: 0.5rem;
    }
    .product-rail {
        grid-auto-columns: minmax(170px, 52vw);
        gap: 0.3rem;
    }
    .search-suggestion-item {
        grid-template-columns: 40px 1fr auto;
        gap: 0.5rem;
        padding: 0.5rem;
        font-size: 13px;
    }
    .search-suggestions {
        gap: 0.3rem;
    }
    .product-breadcrumbs {
        gap: 0.1rem;
        font-size: 0.6rem;
    }
    .product-gallery {
        gap: 0rem;
    }
    .product-detail-panel .role-pill {
        padding: 0.1rem 0.5rem;
        gap: 0.1rem;
        font-size: 0.6rem;
    }
    .product-detail-copy,
    .rich-copy {
        line-height: 1.4;
        font-size: 12px;
    }
    .product-benefits {
        gap: 0.5rem;
        font-size: 12px;
    }
    .product-description-panel h2 {
        margin-bottom: 0.9rem;
        font-size: 15px;
    }
    .form-select {
        font-size: 13px !important;
        min-height: 32px !important;
    }
    .status-pill {
        padding: 0.2rem 0.8rem;
        font-size: 0.7rem;
        font-weight: 600;
    }
    .quantity-stepper-btn {
        width: 32px;
        height: 32px;
    }
    .quantity-stepper {
        min-height: 32px;
    }
    .order-meta-chip strong {
        font-size: 0.6rem;
    }
    .nav-icon-btn {
        width: 2rem;
        height: 2rem;
        font-size: 24px;
    }
    .store-nav-actions .nav-icon-btn {
        width: 2rem;
        height: 2rem;
        font-size: 18px;
    }
    .category-directory-card {
        padding: 0.5rem;
        border-radius: 0.35rem;
    }
    .product-gallery-thumb {
        border-radius: 0.5rem;
    }
    .product-detail-panel {
        padding: 13px;
    }
}