/* WooCommerce category carousel / pills */
.sa-wc-catbar-wrap {
    margin: 0;
}

.woocommerce .sa-wc-catbar {
    padding: 4px 2px !important;
    gap: 8px !important;
}

.woocommerce .sa-wc-catbar__item {
    padding: 4px 8px !important;
    font-size: 12px !important;
    border-radius: 999px !important;
    flex: 0 0 auto !important;
    width: max-content !important;
    max-width: none !important;
    box-sizing: border-box;
}

.woocommerce .sa-wc-catbar__text {
    white-space: nowrap !important;
    max-width: none !important;
}

.woocommerce .sa-wc-catbar__img,
.woocommerce .sa-wc-catbar__ph {
    width: 18px !important;
    height: 18px !important;
    border-radius: 5px !important;
}

@media (max-width: 768px) {
    .woocommerce .sa-wc-catbar-wrap {
        margin: 3px 0 5px !important;
    }

    .woocommerce .sa-wc-catbar__item {
        padding: 4px 7px !important;
        font-size: 12px !important;
    }

    .woocommerce .sa-wc-catbar__img,
    .woocommerce .sa-wc-catbar__ph {
        width: 16px !important;
        height: 16px !important;
    }
}
