.product-filter{flex-direction:column;align-self:flex-start;gap:20px;display:flex;position:sticky;top:1px}.wrap-filter{min-width:300px;display:grid}.demo{border:1px dashed var(--stroke);background:#fff;border-radius:12px;height:560px}.filters{background:var(--card);border:1px solid var(--stroke);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;position:sticky;top:18px}.head{justify-content:space-between;align-items:center;display:flex}.head .title{align-items:center;gap:10px;font-weight:900;display:flex}.chip{cursor:pointer;color:#235c49;background:#eef6f1;border:1px solid #d8efe4;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;display:inline-flex}details{border-top:1px solid var(--stroke);padding:14px 0}details:first-of-type{border-top:0}summary{cursor:pointer;color:#285e4d;justify-content:space-between;align-items:center;font-weight:800;list-style:none;display:flex}summary::-webkit-details-marker{display:none}.sec-body{margin-top:12px}.swatches{flex-wrap:wrap;gap:10px;display:flex}.swatch{--c:#e07a6f;width:28px;height:28px;box-shadow:0 0 0 2px var(--stroke);cursor:pointer;border:2px solid #fff;border-radius:50%;position:relative}.swatch input{opacity:0;cursor:pointer;position:absolute;inset:0}.swatch-has-input-checked{box-shadow:0 0 0 2px var(--brand)}.cats{gap:10px;display:grid}.row{justify-content:space-between;align-items:center;gap:12px;display:flex}.row label{cursor:pointer;align-items:center;gap:10px;display:flex}.count{color:var(--muted);font-size:12px}.price-wrap{gap:10px;display:grid}.slider{appearance:none;background:#e9f2ec;border-radius:999px;outline:none;width:100%;height:6px}.slider::-webkit-slider-thumb{appearance:none;background:var(--brand);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 8px #00000040}.out{color:#285e4d;justify-content:space-between;align-items:center;font-weight:700;display:flex}.actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;display:grid}.btn-filter{cursor:pointer;border:1px solid #e5ece6;border-radius:10px;height:44px;font-weight:800}.btn-filter.apply{background:var(--brand);color:#fff;border-color:#0000;box-shadow:0 10px 18px #45a68840}.btn-filter.reset{background:#fff}.btn-filter:hover{filter:brightness(1.04)}.scroll-area{max-height:180px;padding-right:6px;overflow:auto;-webkit-mask-image:linear-gradient(#0000 0,#000 9px calc(100% - 9px),#0000 100%);mask-image:linear-gradient(#0000 0,#000 9px calc(100% - 9px),#0000 100%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (max-width:768px){.product_filter_container{padding:10px}}
