/* Tienda y categorías: misma experiencia que inicio/carrito/checkout */

body.woocommerce-page:not(.woocommerce-cart):not(.woocommerce-checkout),
body.post-type-archive-product, body.tax-product_cat{
  background:
    radial-gradient(900px 640px at  4% -2%, rgba(78,203,217,.58), transparent 60%),
    radial-gradient(820px 680px at 98% 10%, rgba(240,168,112,.50), transparent 58%),
    radial-gradient(760px 620px at 24% 42%, rgba(159,220,175,.44), transparent 60%),
    radial-gradient(820px 660px at 94% 66%, rgba(78,203,217,.40), transparent 60%),
    radial-gradient(760px 620px at 16% 90%, rgba(240,168,112,.36), transparent 60%),
    linear-gradient(150deg,#eef8f8 0%,#f8f5ee 45%,#faf1e6 100%);
  background-attachment:fixed;background-repeat:no-repeat;
}
/* dejamos pasar el fondo */
body.tax-product_cat #main-content,
body.tax-product_cat .content-page-default,
body.post-type-archive-product #main-content,
body.post-type-archive-product .content-page-default{background:transparent !important;}

/* --- barra lateral en cristal --- */
body.tax-product_cat .sidebar-widget,
body.post-type-archive-product .sidebar-widget{
  background:rgba(255,255,255,.38);
  backdrop-filter:blur(36px) saturate(180%);-webkit-backdrop-filter:blur(36px) saturate(180%);
  border:1px solid rgba(255,255,255,.8);
  border-radius:var(--fib-3, 21px);
  padding:var(--fib-3, 21px) !important;
  margin-bottom:var(--fib-2, 13px) !important;
  box-shadow:0 12px 40px rgba(31,41,42,.10), inset 0 1px 0 rgba(255,255,255,.75);
}
body.tax-product_cat .widget-title,
body.post-type-archive-product .widget-title{
  font-family:'Albert Sans',system-ui,sans-serif !important;
  font-size:12.5px !important;font-weight:700 !important;
  letter-spacing:.09em !important;text-transform:uppercase !important;
  color:#6b6864 !important;margin-bottom:var(--fib-2, 13px) !important;
}
/* el botón FILTER verde chillón → negro del sistema */
body.tax-product_cat .price_slider_amount button,
body.post-type-archive-product .price_slider_amount button,
body.tax-product_cat .widget_price_filter button{
  background:#000 !important;color:#fff !important;border:none !important;
  border-radius:999px !important;padding:10px 22px !important;
  font-size:13px !important;font-weight:700 !important;
  text-transform:none !important;letter-spacing:0 !important;
  box-shadow:0 8px 20px rgba(0,0,0,.2) !important;
}
/* barra de orden / vistas */
body.tax-product_cat .shop-toolbar,
body.tax-product_cat .woocommerce-ordering,
body.post-type-archive-product .shop-toolbar,
body.post-type-archive-product .woocommerce-ordering{
  background:rgba(255,255,255,.38);
  backdrop-filter:blur(28px) saturate(170%);-webkit-backdrop-filter:blur(28px) saturate(170%);
  border:1px solid rgba(255,255,255,.8);
  border-radius:999px;padding:var(--fib-1, 8px) var(--fib-3, 21px);
}
body.tax-product_cat select, body.post-type-archive-product select{
  font-family:'Albert Sans',system-ui,sans-serif !important;
  border:none !important;background:transparent !important;
  font-size:13px !important;font-weight:600 !important;
  text-transform:none !important;
}
/* descripción de la categoría, con aire */
body.tax-product_cat .term-description{
  font-size:14.5px;color:#4a4744;line-height:1.6;
  max-width:70ch;margin-bottom:var(--fib-4, 34px);
}
