.category-page{max-width:900px;margin:0 auto;padding:20px 20px 40px}.category-nav{display:flex;justify-content:flex-start;margin-bottom:15px;width:100%}.category-nav .home-button{display:inline-flex;align-items:center;gap:10px;padding:10px 24px;background:transparent;color:#1a1a2e;border:2px solid #1a1a2e;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;line-height:1.2;height:44px;white-space:nowrap;box-sizing:border-box}.category-nav .home-button:hover{background:#1a1a2e;color:#fff;transform:translateY(-2px);box-shadow:0 6px 25px rgba(26,26,46,.2)}.category-nav .home-icon{font-size:1.1rem;line-height:1}.category-page-title{font-size:2rem;color:#1a1a2e;margin-bottom:30px;margin-top:0;padding:0}.products-list{display:flex;flex-direction:column;gap:20px}.product-item{display:flex;align-items:center;gap:28px;background:#fff;border-radius:16px;padding:24px 28px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.06);min-height:130px;border:none}.product-item:hover{transform:translateX(10px);box-shadow:0 6px 25px rgba(0,0,0,.12);background:#fafafa}.product-item-image{width:130px;height:130px;border-radius:14px;object-fit:cover;flex-shrink:0;background:#f0f0f0}.product-item-info{flex:1 1;min-width:0}.product-item-info h3{font-size:1.4rem;margin:0 0 6px;color:#1a1a2e}.product-item-info p{margin:0;color:#6c757d;font-size:1.05rem}.has-configurator{display:inline-block;margin-top:8px;font-size:.9rem;color:#2ecc71;background:#e8f8f0;padding:4px 16px;border-radius:20px;white-space:nowrap}.empty-message{text-align:center;padding:40px;color:#6c757d;font-size:1.2rem}@media (max-width:768px){.category-page{padding:15px 15px 30px}.category-nav .home-button{padding:8px 18px;font-size:.9rem;height:40px}.category-page-title{font-size:1.6rem;margin-bottom:20px}.product-item{padding:18px 20px;min-height:100px;gap:18px}.product-item-image{width:90px;height:90px}.product-item-info h3{font-size:1.15rem}.product-item-info p{font-size:.95rem}}@media (max-width:480px){.category-page{padding:10px 12px 20px}.category-nav{margin-bottom:10px}.category-nav .home-button{padding:6px 14px;font-size:.85rem;height:36px;width:100%;justify-content:center}.category-page-title{font-size:1.3rem;margin-bottom:15px;clear:both}.product-item{flex-wrap:wrap;gap:12px;padding:14px;min-height:70px}.product-item-image{width:60px;height:60px}.product-item-info h3{font-size:.95rem}.product-item-info p{font-size:.8rem}.has-configurator{font-size:.75rem;padding:2px 12px}}