@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;font-family:Inter,-apple-system,sans-serif}.clothing-container{background:#fff;max-width:1200px;min-height:calc(100vh - 80px);margin:80px auto 0;padding:1.5rem}.clothing-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.header-left h1{color:#1a1a1a;margin-bottom:.25rem;font-size:1.8rem;font-weight:700}.header-left p{color:#666;font-size:.95rem}.header-filters{flex-wrap:wrap;gap:.5rem;display:flex}.filter-btn{color:#4a4a4a;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:30px;padding:.4rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .2s}.filter-btn:hover{color:#f44;background:#fff5f5;border-color:#f44}.filter-btn.active{color:#fff;background:#f44;border-color:#f44}.stores-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.2rem;display:grid}.store-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;transition:all .2s;overflow:hidden;box-shadow:0 2px 8px #0000000a}.store-card:hover{border-color:#ffe0e0;transform:translateY(-3px);box-shadow:0 8px 16px #0000000f}.store-image{background:#f5f5f5;height:140px;position:relative;overflow:hidden}.store-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.store-card:hover .store-image img{transform:scale(1.05)}.store-status{color:#fff;background:#22c55e;border-radius:30px;padding:.2rem .8rem;font-size:.7rem;font-weight:600;position:absolute;top:.75rem;right:.75rem;box-shadow:0 2px 4px #22c55e33}.store-info{padding:1rem}.store-name-section{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.store-name-section h3{color:#1a1a1a;font-size:1.1rem;font-weight:700}.store-category{color:#888;background:#f5f5f5;border-radius:30px;padding:.2rem .6rem;font-size:.75rem;font-weight:500}.store-location{color:#666;align-items:center;gap:.3rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.location-icon{color:#f44;width:14px;height:14px}.floor-info{color:#555;background:#f8f8f8;border-radius:20px;align-items:center;gap:.25rem;margin-left:.5rem;padding:.2rem .6rem;font-size:.75rem;display:inline-flex}.quick-stats{color:#666;gap:.75rem;margin:.5rem 0;font-size:.75rem;display:flex}.quick-stats span{align-items:center;gap:.2rem;display:flex}.store-footer{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.5rem;display:flex}.closing-time{color:#888;align-items:center;gap:.2rem;font-size:.8rem;display:flex}.closing-time:before{content:"🕒";font-size:.8rem}.visit-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:30px;padding:.3rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s}.visit-btn:hover{background:#f44;transform:translate(2px)}.loading-text{text-align:center;color:#666;padding:3rem;font-size:1rem}.no-stores{text-align:center;color:#999;padding:3rem;font-size:1rem}@media (max-width:768px){.clothing-container{margin-top:70px;padding:1rem}.clothing-header{flex-direction:column;align-items:flex-start}.header-filters{width:100%;padding-bottom:.25rem;overflow-x:auto}.stores-grid{grid-template-columns:1fr;gap:1rem}.store-image{height:160px}}@media (max-width:480px){.clothing-container{padding:.75rem}.store-image{height:140px}.store-info{padding:.75rem}.store-name-section h3{font-size:1rem}.store-name-section{flex-direction:column;align-items:flex-start;gap:.5rem}.filter-btn{padding:.3rem 1rem;font-size:.8rem}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#f44;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#c33}
