
#smart-wc-filter-wrap{position:relative;min-height:120px}
#smart-wc-filter-wrap.smart-loading:after{content:'Загрузка...';display:block;padding:20px}
.smart-filter-panel{background:#fff;border:1px solid #eee;border-radius:20px;padding:20px;margin-bottom:25px}
.smart-filter-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}
.smart-reset-filter{border:none;padding:8px 14px;border-radius:14px;cursor:pointer}
.smart-filter-group{margin-bottom:18px}
.smart-chip{display:inline-block;margin:4px}
.smart-chip input{display:none}
.smart-chip span{display:inline-block;padding:8px 14px;border:1px solid #ddd;border-radius:20px;cursor:pointer}
.smart-chip input:checked+span{font-weight:700;border-color:#111}
.smart-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}
.smart-product-card{border:1px solid #eee;border-radius:20px;padding:15px;text-align:center}
.smart-product-card img{width:100%;height:auto;border-radius:14px}
.smart-product-card h5{font-size:15px;min-height:40px}
