/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 04 2025 | 04:49:38 */
/* Ocultar botón Filters en todas las páginas de archivo de productos */
body.post-type-archive-product .wd-filter-buttons,
body.tax-product_cat .wd-filter-buttons,
body.tax-product_tag .wd-filter-buttons,
body[class*="tax-pa_"] .wd-filter-buttons,
body.post-type-archive-product .wd-filter-buttons .open-filters,
body.tax-product_cat .wd-filter-buttons .open-filters {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Si Woodmart vuelve a inyectarlo dentro de .wd-shop-tools */
.wd-shop-tools .wd-filter-buttons,
.wd-shop-tools .wd-filter-buttons .open-filters {
  display: none !important;
}
/* Quitar botón de filtros (off-canvas / toggle) */
.wd-shop-tools .wd-filter-btn,
.wd-shop-tools .wd-filters-opener,
.wd-shop-tools .wd-shop-filters,
.wd-header-filters,
.wd-off-canvas-sidebar-btn {
  display: none !important;
}

/* Quitar selector de vista (grid/list) */
.wd-shop-tools .wd-products-shop-view,
.wd-shop-tools .wd-shop-view,
.wd-products-shop-view {
  display: none !important;
}
/* Ocultar SOLO en categorías de producto */
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_cat .wd-breadcrumbs,
body.tax-product_cat .breadcrumbs,
body.tax-product_cat .shop-breadcrumb,
body.tax-product_cat .wd-shop-breadcrumbs {
  display: none !important;
}

/* (Opcional) ocultar barra de filtros activos y enlace Limpiar SOLO en categorías */
body.tax-product_cat .wd-active-filters,
body.tax-product_cat .wd-active-filters-reset,
body.tax-product_cat .wd-active-filters a,
body.tax-product_cat .woodmart-active-filters,
body.tax-product_cat a.reset,
body.tax-product_cat a.reset-filters,
body.tax-product_cat a.wd-reset-filters {
  display: none !important;
}