/* CDO storefront: CDO owns filtering and ordering UI. */
.cdo-products-woo-catalog .wc-block-product-filters,
.cdo-products-woo-catalog .wp-block-woocommerce-product-filter-active,
.cdo-products-woo-catalog .wp-block-woocommerce-product-filter-attribute,
.cdo-products-woo-catalog .wp-block-woocommerce-product-filter-price,
.cdo-products-woo-catalog .wp-block-woocommerce-product-filter-rating,
.cdo-products-woo-catalog .wp-block-woocommerce-product-filter-stock-status,
.cdo-products-woo-catalog .wp-block-woocommerce-product-filter-removable-chips,
.cdo-products-woo-catalog .wp-block-woocommerce-product-filter-clear-button,
.cdo-products-woo-catalog .wp-block-woocommerce-product-filter-price-slider,
.cdo-products-woo-catalog .wp-block-woocommerce-product-filter-checkbox-list,
.cdo-products-woo-catalog .woocommerce-filtering,
.cdo-products-woo-catalog .shop-filter,
.cdo-products-woo-catalog .shop-filters,
.cdo-products-woo-catalog .products-filter,
.cdo-products-woo-catalog .product-filter,
.cdo-products-woo-catalog .filter-by,
.cdo-products-woo-catalog [class*="wc-block-product-filter"] {
    display:none!important;
}

/* Never expose theme/Woo ordering or result wrappers on CDO catalogs. */
.cdo-products-woo-catalog .woocommerce-ordering,
.cdo-products-woo-catalog .woocommerce-result-count,
.cdo-products-woo-catalog .nasa-ordering,
.cdo-products-woo-catalog .nasa-sort-by,
.cdo-products-woo-catalog [class*="sort-by"],
.cdo-products-woo-catalog [class*="shop-sort"],
.cdo-products-woo-catalog [class*="catalog-order"] {
    display:none!important;
}

.cdo-products-woo-catalog .cdo-catalog-toolbar {
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    width:100%;
    margin:0 0 24px;
    padding:0;
}
.cdo-products-woo-catalog .cdo-catalog-toolbar__count {
    color:#667085;
    font-size:14px;
    font-weight:700;
    line-height:1.4;
}
.cdo-products-woo-catalog .cdo-catalog-toolbar__sort {
    display:flex!important;
    align-items:center;
    gap:10px;
    margin:0!important;
    padding:0!important;
    width:auto!important;
}
.cdo-products-woo-catalog .cdo-catalog-toolbar__sort label {
    margin:0!important;
    color:#1f3556;
    font-size:14px;
    font-weight:700;
    white-space:nowrap;
}
.cdo-products-woo-catalog .cdo-catalog-toolbar__sort select {
    display:block!important;
    width:auto!important;
    min-width:170px;
    height:42px!important;
    margin:0!important;
    padding:0 38px 0 12px!important;
    border:1px solid #eae6fa!important;
    border-radius:10px!important;
    background-color:#fff!important;
    color:#1f3556!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:40px!important;
    box-shadow:none!important;
}
@media (max-width:720px) {
    .cdo-products-woo-catalog .cdo-catalog-toolbar {
        align-items:flex-start;
        flex-direction:column;
        gap:10px;
        margin-bottom:18px;
    }
    .cdo-products-woo-catalog .cdo-catalog-toolbar__sort {
        width:100%!important;
        justify-content:space-between;
    }
    .cdo-products-woo-catalog .cdo-catalog-toolbar__sort select {
        min-width:0;
        width:65%!important;
    }
}
