<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shop-filter{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);padding:20px;margin-bottom:20px;height:fit-content}.shop-filter h3{margin-top:0;color:#333;font-weight:600}.shop-filter .ant-collapse{background:rgba(0,0,0,0)}.shop-filter .ant-collapse-header{font-weight:500;color:#333!important;padding:12px 0!important}.shop-filter .ant-collapse-content-box{padding:0 0 15px!important}.shop-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.shop-filter-header h3{margin:0}.shop-filter-header .close-filter-btn{display:none}.shop-filter-price-range{padding:0 10px;overflow:hidden}.shop-filter-price-values{display:flex;justify-content:space-between;margin-bottom:10px;font-size:14px;color:#666}.shop-filter-price-inputs{margin-top:20px;display:flex;align-items:center;justify-content:space-between}.shop-filter-price-inputs .price-input-wrapper{flex:1}.shop-filter-price-inputs .price-input-wrapper .price-input-label{font-size:12px;color:#666;margin-bottom:5px}.shop-filter-price-inputs .price-input-wrapper .price-input{width:100%}.shop-filter-price-inputs .price-input-wrapper .price-input .ant-input-number-input{height:38px;font-size:15px;font-weight:500;color:#333;text-align:center;border:1px solid #e8e8e8;border-radius:4px;background-color:#f9f9f9;transition:all .3s ease}.shop-filter-price-inputs .price-input-wrapper .price-input .ant-input-number-input:focus,.shop-filter-price-inputs .price-input-wrapper .price-input .ant-input-number-input:hover{border-color:#3bb77e;background-color:#fff;box-shadow:0 0 0 2px rgba(59,183,126,.1)}.shop-filter-price-inputs .price-input-divider{width:20px;text-align:center;font-size:18px;font-weight:700;color:#999;margin:20px 10px 0}.shop-filter-checkbox-group{display:flex;flex-direction:column;gap:12px}.shop-filter-checkbox-group .shop-filter-checkbox-item{margin:0}.shop-filter-radio-group{display:flex;flex-direction:column;gap:12px}.shop-filter-radio-group .shop-filter-radio-item{margin-bottom:8px;display:block}.shop-filter-actions{display:flex;justify-content:space-between;margin-top:20px;padding-top:15px;border-top:1px solid #e8e8e8}.shop-filter-actions .reset-button{color:#999}.shop-filter-actions .reset-button:hover{color:#333}.shop-filter-mobile-toggle{display:none}@media(max-width:768px){.shop-filter-mobile-toggle{display:block;margin-bottom:15px}.shop-filter{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1000;transform:translateX(-100%);transition:transform .3s ease;border-radius:0;padding-top:60px;overflow-y:auto}.shop-filter.visible{transform:translateX(0)}.shop-filter-header{position:fixed;top:0;left:0;width:100%;background-color:#fff;padding:15px 20px;z-index:1001;box-shadow:0 2px 8px rgba(0,0,0,.05)}.shop-filter-header .close-filter-btn{display:block}.shop-filter-price-inputs{flex-direction:column;gap:15px}.shop-filter-price-inputs .price-input-wrapper{width:100%}.shop-filter-price-inputs .price-input-divider{display:none}}</pre></body></html>