.products-page{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem 3rem}.products-header{margin-bottom:1.5rem;padding-top:.5rem}.products-header-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.page-title{color:var(--charcoal);letter-spacing:-.02em;font-family:Instrument Serif,serif;font-size:1.6rem;font-weight:400;line-height:1.2}.products-layout{flex-direction:column;gap:1.25rem;display:flex}.products-header .location-filter{flex-shrink:0}.products-results-bar{border-bottom:1px solid #1a181614;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1rem 0;display:flex}.products-results-bar-left{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.products-filter-slot{display:contents}.products-count{color:var(--charcoal-muted);white-space:nowrap;font-size:.875rem}.active-filters{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.active-filter-chip{background:var(--primary-subtle);color:var(--primary);transition:background var(--transition);border:1px solid #fe3c5e26;border-radius:100px;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.8rem;font-weight:500;display:inline-flex}.active-filter-chip:hover{background:#fe3c5e24}.active-filter-chip svg{opacity:.7}.products-sort{align-items:center;gap:.5rem;display:flex}.products-sort label{color:var(--charcoal-muted);white-space:nowrap;font-size:.825rem}.products-sort select{background-color:var(--white);border-radius:var(--radius-sm);border-color:#1a18161f;width:auto;padding:.45rem 2rem .45rem .75rem;font-size:.85rem}.products-content{flex:1;min-width:0}.product-grid,.loading-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.loading-card{background:var(--white);border-radius:var(--radius);border:1px solid #1a18160d;overflow:hidden}.loading-card-img{aspect-ratio:1;background:linear-gradient(90deg,#f0ebe6 25%,#f8f5f2 50%,#f0ebe6 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}.loading-card-body{flex-direction:column;gap:.5rem;padding:.85rem;display:flex}.loading-line{background:linear-gradient(90deg,#f0ebe6 25%,#f8f5f2 50%,#f0ebe6 75%) 0 0/200% 100%;border-radius:6px;height:12px;animation:1.5s infinite shimmer}.loading-line-short{width:50%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty{text-align:center;color:var(--charcoal-muted);padding:4rem 2rem}.empty-icon{margin-bottom:1rem;font-size:2.5rem}.empty h3{color:var(--charcoal);margin-bottom:.4rem;font-size:1.1rem;font-weight:600}.empty p{font-size:.9rem}.pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.pagination-info{color:var(--charcoal-muted);padding:0 .5rem;font-size:.875rem}.pagination .btn-secondary{background:var(--white);border-radius:var(--radius-sm);color:var(--charcoal);cursor:pointer;transition:border-color var(--transition), background var(--transition), box-shadow var(--transition);border:1.5px solid #1a18161f;align-items:center;gap:.35rem;padding:.55rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.pagination .btn-secondary:hover:not(:disabled){border-color:var(--charcoal-muted);box-shadow:0 1px 4px #1a181614}.pagination .btn-secondary:disabled{opacity:.4;cursor:not-allowed}@media (min-width:600px){.page-title{font-size:1.9rem}.product-grid,.loading-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}}@media (min-width:900px){.products-header{margin-bottom:1.5rem}.products-layout{flex-direction:row;align-items:flex-start;gap:2rem}.page-title{font-size:2.2rem}.product-grid,.loading-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}}.product-grid .product-card,.loading-grid .product-card{height:100%}
