.wms-filters{--wms-f-navy:#0f2d4a;--wms-f-blue:#1e4d72;--wms-f-blue-hover:#163a56;--wms-f-border:#d0d7de;--wms-f-muted:#607d8b;--wms-f-radius:6px;width:100%;max-width:100%;margin:1.5rem 0;padding:1.25rem 1.5rem;background:#fff;border:1px solid var(--wms-f-border);border-radius:8px;box-shadow:0 2px 12px rgb(15 45 74 / .08);box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#263238;line-height:1.45}.wms-filters *,.wms-filters *::before,.wms-filters *::after{box-sizing:border-box}.wms-filters__header{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;margin-bottom:1rem}.wms-filters__header--actions-only{justify-content:flex-end}.wms-filters__header .wms-filters__title{margin:0;flex:1 1 auto}.wms-filters__header .wms-filters__clear{flex:0 0 auto;min-height:34px;padding:.35rem .85rem;font-size:.85rem;border-color:var(--wms-f-blue);color:var(--wms-f-muted)}.wms-filters__header .wms-filters__clear:hover,.wms-filters__header .wms-filters__clear:focus-visible{border-color:var(--wms-f-blue-hover);color:var(--wms-f-blue)}.wms-filters__title{margin:0 0 1rem;font-size:1.1rem;font-weight:700;color:var(--wms-f-navy)}.wms-filters__fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.85rem}.wms-filters__field{display:flex;flex-direction:column;gap:.35rem}.wms-filters__field[hidden]{display:none!important}.wms-filters__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--wms-f-muted)}.wms-filters__select{width:100%;min-height:42px;padding:.55rem .75rem;border:1px solid var(--wms-f-border);border-radius:var(--wms-f-radius);background:#fff;font-size:.95rem;color:#263238}.wms-filters__combobox{position:relative}.wms-filters__combobox--has-value .wms-filters__input{padding-right:2.35rem}.wms-filters__clear-value{position:absolute;top:50%;right:.45rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;margin:0;padding:0;border:0;border-radius:50%;background:#fff0;color:var(--wms-f-muted);font-size:1.25rem;line-height:1;cursor:pointer;transform:translateY(-50%);transition:background 0.15s ease,color 0.15s ease}.wms-filters__clear-value:hover,.wms-filters__clear-value:focus{background:#eef4fa;color:var(--wms-f-navy);outline:none}.wms-filters__clear-value[hidden]{display:none!important}.wms-filters__clear-value span{display:block;margin-top:-.08rem}.wms-filters__input{width:100%;min-height:42px;padding:.55rem .75rem;border:1px solid var(--wms-f-border);border-radius:var(--wms-f-radius);background:#fff;font-size:.95rem;color:#263238}.wms-filters__input:focus{outline:none;border-color:var(--wms-f-blue);box-shadow:0 0 0 2px rgb(30 77 114 / .15)}.wms-filters__input:disabled{opacity:.55;cursor:not-allowed;background:#f7f9fb}.wms-filters__listbox{position:absolute;z-index:30;top:calc(100% + 4px);left:0;right:0;max-height:280px;margin:0;padding:.35rem 0;overflow:auto;list-style:none;background:#fff;border:1px solid var(--wms-f-border);border-radius:var(--wms-f-radius);box-shadow:0 8px 24px rgb(15 45 74 / .12)}.wms-filters__listbox[hidden]{display:none!important}.wms-filters__listbox-item{padding:.5rem .75rem;font-size:.92rem;color:#263238;cursor:pointer}.wms-filters__listbox-item[role="option"]:hover,.wms-filters__listbox-item[role="option"].is-active{background:#eef4fa;color:var(--wms-f-navy)}.wms-filters__listbox-item[role="option"].is-selected{font-weight:600;color:var(--wms-f-navy);background:#f7f9fb;box-shadow:inset 3px 0 0 var(--wms-f-blue)}.wms-filters__listbox-item[role="option"].is-selected.is-active,.wms-filters__listbox-item[role="option"].is-selected:hover{background:#eef4fa}.wms-filters__listbox-item--group{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--wms-f-navy);background:#f7f9fb;cursor:default;padding-top:.65rem}.wms-filters__listbox-item--group:first-child{padding-top:.35rem}.wms-filters__listbox-item--depth-1,.wms-filters__listbox-item--depth-2,.wms-filters__listbox-item--depth-3{color:#455a64}.wms-filters__select:disabled{opacity:.55;cursor:not-allowed}.wms-filters__select optgroup.wms-filters__optgroup{font-weight:700;font-style:normal;color:var(--wms-f-navy);background:#f7f9fb}.wms-filters__select option.wms-filters__option{font-weight:400;color:#263238;background:#fff}.wms-filters__select option.wms-filters__option--depth-0{font-weight:600}.wms-filters__select option.wms-filters__option--depth-1,.wms-filters__select option.wms-filters__option--depth-2,.wms-filters__select option.wms-filters__option--depth-3{font-weight:400;color:#455a64}.wms-filters__toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.wms-filters-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.5rem 1.1rem;border-radius:var(--wms-f-radius);border:1px solid #fff0;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background 0.15s ease,border-color 0.15s ease}.wms-filters-btn--primary{background:var(--wms-f-blue);color:#fff}.wms-filters-btn--primary:hover{background:var(--wms-f-blue-hover);color:#fff}.wms-filters-btn--ghost{background:#fff0;border-color:var(--wms-f-border);color:var(--wms-f-muted)}.wms-filters-btn--ghost:hover{border-color:var(--wms-f-blue);color:var(--wms-f-blue)}.wms-filters-btn--whatsapp{background:#25d366;border-color:#25d366;color:#fff}.wms-filters-btn--whatsapp:hover,.wms-filters-btn--whatsapp:focus{background:#1da851;border-color:#1da851;color:#fff}.wms-filters-btn__icon{flex-shrink:0;margin-right:.4rem}.wms-filters__submit[hidden],.wms-filters__clear[hidden],.wms-filters__status[hidden]{display:none!important}.wms-filters__status{margin-top:.75rem;font-size:.85rem;color:var(--wms-f-muted)}.wms-filters__status.is-loading::before{content:'';display:inline-block;width:14px;height:14px;margin-right:.4rem;border:2px solid var(--wms-f-border);border-top-color:var(--wms-f-blue);border-radius:50%;vertical-align:-2px;animation:wms-filters-spin 0.7s linear infinite}@keyframes wms-filters-spin{to{transform:rotate(360deg)}}.wms-filters-results[hidden]{display:none!important}.wms-filters-results{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--wms-f-border)}.wms-filters-results__meta{margin-bottom:.85rem;font-size:.85rem;font-weight:600;color:var(--wms-f-muted);text-transform:uppercase;letter-spacing:.04em}.wms-filters-results__grid{margin:0;padding:0;list-style:none}.wms-filters-results__empty{padding:1.25rem;background:#f7f9fb;border:1px dashed var(--wms-f-border);border-radius:var(--wms-f-radius)}.wms-filters-results__empty p{margin:0 0 .65rem}.wms-filters-results__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:0.85rem!important}.wms-filters-results__hint{margin:.85rem 0 0;font-size:.88rem;line-height:1.55;color:var(--wms-f-muted)}.wms-filters-results__hint a{color:var(--wms-f-blue);font-weight:600;text-decoration:underline;text-underline-offset:2px}.wms-filters-results__hint a:hover{color:var(--wms-f-blue-hover)}.wms-filters-notice{padding:.75rem 1rem;border-left:4px solid #dba617;background:#fff8e5}body.wms-filters-shop-filtered .wms-pcg-nav{display:none!important}body.wms-filters-shop-filtered .woocommerce-result-count{display:none}body.wms-filters-shop-filtered .woocommerce-ordering{display:none}body.wms-filters-shop-filtered .woocommerce-pagination{display:none}body.wms-filters-shop-filtered .woocommerce-no-products-found{display:none}.wms-filters-shop-loop__meta-slot{--wms-f-navy:#0f2d4a;--wms-f-blue:#1e4d72;--wms-f-blue-hover:#163a56;--wms-f-border:#d0d7de;--wms-f-muted:#607d8b;--wms-f-radius:6px;margin-bottom:1rem;color:#263238;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.45}.wms-filters-shop-loop__meta-slot .wms-filters-results__meta{margin-bottom:.85rem;padding:.85rem 1.1rem;font-size:.85rem;font-weight:600;color:#fff;background:var(--wms-f-navy);border-radius:var(--wms-f-radius);text-transform:uppercase;letter-spacing:.04em}.wms-filters-shop-loop__meta-slot .wms-filters-results__empty{margin-top:0;padding:1.25rem;background:#f7f9fb;border:1px dashed var(--wms-f-border);border-radius:var(--wms-f-radius);color:#263238}.wms-filters-shop-loop__meta-slot .wms-filters-results__empty p{margin:0 0 .65rem;color:#263238}.wms-filters-shop-loop__meta-slot .wms-filters-results__empty strong{color:var(--wms-f-navy)}.wms-filters-shop-loop__meta-slot .wms-filters-results__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:0.85rem!important}.wms-filters-shop-loop__meta-slot .wms-filters-results__hint{margin:.85rem 0 0;font-size:.88rem;line-height:1.55;color:var(--wms-f-muted)}.wms-filters-shop-loop__meta-slot .wms-filters-results__hint a{color:var(--wms-f-blue);font-weight:600;text-decoration:underline;text-underline-offset:2px}.wms-filters-shop-loop__meta-slot .wms-filters-results__hint a:hover{color:var(--wms-f-blue-hover)}.wms-filters-shop-loop__meta-slot .wms-filters-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.5rem 1.1rem;border-radius:var(--wms-f-radius);border:1px solid #fff0;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background 0.15s ease,border-color 0.15s ease}.wms-filters-shop-loop__meta-slot .wms-filters-btn--primary{background:var(--wms-f-blue);color:#fff}.wms-filters-shop-loop__meta-slot .wms-filters-btn--primary:hover{background:var(--wms-f-blue-hover);color:#fff}.wms-filters-shop-loop__meta-slot .wms-filters-btn--whatsapp{background:#25d366;border-color:#25d366;color:#fff}.wms-filters-shop-loop__meta-slot .wms-filters-btn--whatsapp:hover,.wms-filters-shop-loop__meta-slot .wms-filters-btn--whatsapp:focus{background:#1da851;border-color:#1da851;color:#fff}ul.products.wms-filters-shop-loop--pending{opacity:.35;pointer-events:none}@media (max-width:640px){.wms-filters{padding:1rem}.wms-filters__fields{grid-template-columns:1fr}.wms-filters__header{flex-direction:column;align-items:stretch;gap:.75rem}.wms-filters__header--actions-only{justify-content:stretch}.wms-filters__header .wms-filters__title{width:100%}.wms-filters__header .wms-filters__clear{width:100%;max-width:100%;min-height:44px;padding:.55rem .85rem;font-size:.8125rem;line-height:1.35;white-space:normal;text-align:left;justify-content:flex-start;gap:.45rem}.wms-filters__header .wms-filters__clear .wms-filters-btn__icon{flex-shrink:0;margin-right:0;margin-top:.1rem;align-self:flex-start}.wms-filters__header .wms-filters__clear span{flex:1 1 auto;min-width:0}}