.page{padding:30px 0}.layout{display:grid;grid-template-columns:280px 1fr;gap:28px}.sidebar{background:#fff;border-radius:18px;padding:25px;height:max-content;border:1px solid #ececec}.sidebar-title{font-size:14px;font-weight:700;margin-bottom:20px}.filter-group{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid #f0f0f0}.filter-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.filter-header h4{font-size:15px;font-weight:600}.filter-list{display:flex;flex-direction:column;gap:14px}.filter-item{justify-content:space-between;font-size:14px;color:#555}.filter-checkbox,.filter-item{display:flex;align-items:center}.filter-checkbox{gap:10px}.filter-checkbox input{width:16px;height:16px}.content{background:#fff;border-radius:18px;border:1px solid #ececec;padding:28px}.content-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.content-top h1{font-size:34px;font-weight:700}.share-btn{height:44px;padding:0 18px;border:1px solid #e7e7e7;background:#fff;border-radius:12px;font-weight:500;cursor:pointer}.toolbar{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:30px}.toolbar select{height:44px;padding:0 16px;border:1px solid #e7e7e7;border-radius:12px;background:#fff;min-width:150px;outline:none;font-size:14px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{border:1px solid #ededed;border-radius:18px;overflow:hidden;background:#fff;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.product-image{aspect-ratio:1/1;background:#f6f6f6;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:18px}.product-title{font-size:15px;font-weight:600;line-height:1.4;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rating{color:#f5a623;font-size:14px;margin-bottom:12px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.price{font-size:24px;font-weight:700}.wishlist-btn{width:42px;height:42px;border-radius:12px;border:1px solid #ececec;background:#fff;cursor:pointer;font-size:18px}.mobile-filter-btn{display:none}@media(max-width:1200px){.products{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.nav{display:none}.layout{grid-template-columns:1fr}.sidebar{display:none}.mobile-filter-btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;border:none;background:#f58220;color:#fff;border-radius:14px;font-weight:600;margin-bottom:20px;cursor:pointer}.products{grid-template-columns:repeat(2,1fr)}.content-top h1{font-size:28px}}@media(max-width:640px){.header-inner{height:auto;padding:16px 0;flex-wrap:wrap}.logo{font-size:28px}.header-actions{width:100%;justify-content:flex-end}.content{padding:20px}.content-top{align-items:flex-start}.content-top,.toolbar{flex-direction:column}.toolbar select{width:100%}.products{grid-template-columns:1fr;gap:18px}.product-info{padding:16px}.price{font-size:22px}}