.items-page{background:#f2f2f2;min-height:100vh;padding:4rem 5% 6rem;font-family:Mona Sans,sans-serif}.items-header{text-align:center;margin-bottom:3rem}.items-header h1{font-family:Cinzel,serif;font-size:3rem;color:var(--dark-charcoal);margin-bottom:1rem}.items-layout{display:grid;grid-template-columns:280px 1fr;gap:3rem}.filters-sidebar{position:sticky;top:100px;height:fit-content}.filter-section{background:#fff;padding:1.5rem;border-radius:0;margin-bottom:2rem;box-shadow:0 5px 20px #00000008}.filter-section h3{font-family:Mona Sans,sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;color:var(--dark-charcoal);border-bottom:2px solid var(--soft-cream);padding-bottom:.5rem}.category-list{list-style:none;padding:0}.category-item{margin-bottom:.5rem}.category-link{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:0;color:var(--dark-charcoal);text-decoration:none;transition:all .3s;cursor:pointer;border:1px solid transparent}.category-link:hover{background:var(--soft-cream);color:var(--vibrant-orange)}.category-link.active{background:var(--dark-charcoal);color:#fff}.count-badge{font-size:.8rem;padding:.2rem .6rem;background:#0000000d;border-radius:20px}.active .count-badge{background:#fff3}.mobile-filter-container{display:none;margin-bottom:2rem}.mobile-filter-select{width:100%;padding:1.2rem;border-radius:0;border:1px solid #eee;background:#fff;font-family:inherit;font-size:1rem;font-weight:500;color:var(--dark-charcoal);outline:none;box-shadow:0 5px 20px #00000008;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1.5rem center;background-size:1.2rem}.items-toolbar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1rem 1.5rem;border-radius:0;margin-bottom:2rem;box-shadow:0 5px 20px #00000008;flex-wrap:wrap;gap:1rem}.search-box{position:relative;flex:1;min-width:250px}.search-box input{width:100%;padding:.75rem 1rem .75rem 3rem;border:1px solid #eee;border-radius:0;font-family:inherit;outline:none;transition:border-color .3s}.search-box input:focus{border-color:var(--vibrant-orange)}.search-box svg{position:absolute;left:1.1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#999}.sort-box select{padding:.75rem 1.5rem;border:1px solid #eee;border-radius:0;outline:none;cursor:pointer;background:#fff;font-family:inherit}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 5px 20px #00000008;transition:transform .3s,box-shadow .3s;border:1px solid #f0f0f0}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.product-image{height:240px;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.33,1,.68,1)}.product-card:hover .product-image img{transform:scale(1.12)}.product-tag{position:absolute;top:1.25rem;left:1.25rem;background:var(--vibrant-orange);color:#fff;padding:.5rem 1rem;border-radius:0;font-size:.85rem;font-weight:600;z-index:2}.product-content{padding:1.5rem;text-align:center}.product-content h3{font-family:Mona Sans,sans-serif;font-size:1.25rem;margin-bottom:.5rem;font-weight:700}.product-content h3 a{color:#121212;text-decoration:none;transition:color .3s}.product-content h3 a:hover{color:var(--vibrant-orange)}.product-rating{display:flex;justify-content:center;gap:.3rem;margin-bottom:1rem}.product-footer{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}.product-price{font-size:1.35rem;font-weight:700;color:#e14d3e}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem;grid-column:1 / -1;color:#777;background:#fff;box-shadow:0 5px 20px #00000008}.no-results svg{width:64px;height:64px;color:#ddd;margin-bottom:2rem;display:block}.no-results h3{font-family:Cinzel,serif;font-size:1.5rem;color:var(--dark-charcoal);margin-bottom:.75rem}.pagination-container{margin-top:5rem}@media(max-width:992px){.items-layout{grid-template-columns:1fr}.filters-sidebar{display:none}.mobile-filter-container{display:block}.items-header h1{font-size:2.5rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:576px){.items-toolbar{flex-direction:column;align-items:stretch}.products-grid{grid-template-columns:1fr}}
