/* HUEPASTORE - Categorías mobile limpias */

.huepa-mobile-categories-wrapper {
    display: none;
}

@media (max-width: 768px) {

    .huepa-desktop-shop-header {
        display: none !important;
    }

    .huepa-mobile-categories-wrapper {
        display: block !important;
        width: 100% !important;
        padding: 18px 0 12px !important;
        background: #ffffff !important;
        overflow: hidden !important;
    }

    .huepa-mobile-categories-title {
        display: block !important;
        text-align: center !important;
        font-size: 20px !important;
        font-weight: 400 !important;
        color: #111111 !important;
        margin: 0 0 14px !important;
        line-height: 1.2 !important;
    }

    .huepa-mobile-categories-list {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 16px 8px !important;
        list-style: none !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    .huepa-mobile-categories-list::-webkit-scrollbar {
        display: none !important;
    }

    .huepa-mobile-categories-list li {
        display: flex !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        list-style: none !important;
        overflow: visible !important;
    }

    .huepa-mobile-categories-list li a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        min-width: max-content !important;
        max-width: none !important;
        height: auto !important;
        padding: 9px 18px !important;
        background: #f4f4f4 !important;
        color: #111111 !important;
        border: 1px solid #dddddd !important;
        border-radius: 999px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }
}


@media (max-width: 768px) {

    body.tax-product_cat .nm-shop-header,
    body.tax-product_cat .nm-shop-categories,
    body.tax-product_cat .nm-shop-menu,
    body.tax-product_cat .huepa-desktop-shop-header,
    body.post-type-archive-product .nm-shop-header,
    body.post-type-archive-product .nm-shop-categories,
    body.post-type-archive-product .nm-shop-menu,
    body.post-type-archive-product .huepa-desktop-shop-header {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }

}