.commerces-grid-container{padding:2rem}@media (width<=768px){.commerces-grid-container{padding:1rem}}.commerces-header{margin-bottom:2rem}.commerces-header .commerces-title{color:var(--primary-color);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}@media (width<=768px){.commerces-header .commerces-title{font-size:2rem}}.commerces-header .commerces-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.2rem}@media (width<=768px){.commerces-header .commerces-subtitle{font-size:1rem}}.commerces-filters{margin-bottom:1.75rem}.commerces-filters__toolbar{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #0140401f;border-radius:14px;flex-wrap:wrap;align-items:flex-end;gap:1rem;padding:1rem 1.25rem;display:flex;box-shadow:0 2px 8px #0140400f}@media (width<=768px){.commerces-filters__toolbar{flex-direction:column;align-items:stretch;padding:1rem}}.commerces-filters__field{flex:280px;min-width:0;max-width:420px}@media (width<=768px){.commerces-filters__field{max-width:none}}.commerces-filters__field .MuiAutocomplete-root{width:100%}.commerces-filters__label{color:var(--wayco-blue-dark);letter-spacing:.01em;align-items:center;gap:.375rem;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:flex}.commerces-filters__label i{color:var(--wayco-blue);font-size:.875rem}.commerces-filters__clear{color:var(--wayco-blue-dark);cursor:pointer;background:#fff;border:1px solid #01404040;border-radius:10px;flex-shrink:0;align-items:center;gap:.375rem;margin-bottom:2px;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.commerces-filters__clear:hover{border-color:var(--wayco-blue-dark);background:#0140400f}@media (width<=768px){.commerces-filters__clear{justify-content:center;margin-bottom:0}}.commerces-filters__count{white-space:nowrap;background:#fff;border:1px solid #0140401a;border-radius:999px;align-items:baseline;gap:.375rem;margin-bottom:.35rem;margin-left:auto;padding:.375rem .75rem;display:flex}@media (width<=768px){.commerces-filters__count{white-space:normal;text-align:center;justify-content:center;margin-bottom:0;margin-left:0}}.commerces-filters__count-number{color:var(--wayco-blue);font-size:1.125rem;font-weight:700;line-height:1}.commerces-filters__count-label{color:#64748b;font-size:.8125rem;font-weight:500;line-height:1.3}.commerces-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}@media (width<=768px){.commerces-grid{grid-template-columns:1fr;gap:1rem}}@media (width>=769px) and (width<=1024px){.commerces-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}.commerce-card{background:#fff;border:1px solid #0f172a0f;border-radius:16px;flex-direction:column;height:100%;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0f172a14}.commerce-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172a1f}.commerce-card .commerce-image{background-color:#e2e8f0;background-position:50%;background-repeat:no-repeat;background-size:cover;height:200px;position:relative;overflow:hidden}.commerce-card .commerce-image img,.commerce-card .commerce-image video{object-fit:cover;width:100%;height:100%;display:block}.commerce-card .commerce-image:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0f172a0d 0%,#0f172a59 100%);position:absolute;inset:0}.commerce-card .commerce-content{flex-direction:column;flex-grow:1;gap:.35rem;padding:1.15rem 1.25rem .75rem;display:flex}.commerce-card .commerce-content .commerce-title{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.commerce-card .commerce-content .commerce-type{color:#014040;margin:0;font-size:.8125rem;font-weight:600}.commerce-card .commerce-content .commerce-chips{margin:.15rem 0 0}.commerce-card .commerce-content .commerce-chips .commerce-chip{height:24px;font-size:.72rem;font-weight:700}.commerce-card .commerce-content .commerce-chips .commerce-chip--featured{color:#fff!important;background-color:#f27404!important}.commerce-card .commerce-content .commerce-info{margin:.35rem 0 0}.commerce-card .commerce-content .commerce-info .commerce-detail{color:#64748b;margin:0 0 .25rem;font-size:.8125rem;line-height:1.35}.commerce-card .commerce-content .commerce-info .commerce-detail--hours{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.commerce-card .commerce-content .commerce-info .commerce-detail--location{color:#475569;font-weight:500}.commerce-card .commerce-content .commerce-route{background-color:#f8fafc;border-left:3px solid #014040;border-radius:10px;margin:.75rem 0 0;padding:.75rem .85rem}.commerce-card .commerce-content .commerce-route .route-title{color:#014040;text-transform:uppercase;letter-spacing:.03em;margin:0 0 .25rem;font-size:.75rem;font-weight:700}.commerce-card .commerce-content .commerce-route .route-name{color:#475569;margin:0;font-size:.85rem}.commerce-card .commerce-actions{margin-top:auto;padding:.75rem 1.25rem 1.15rem}.commerce-card .commerce-actions .action-button{text-transform:none;box-shadow:none;border-radius:999px;padding:.65rem 1rem;font-weight:700}.commerce-card .commerce-actions .action-button.primary-button{color:#fff;background-color:#f27404}.commerce-card .commerce-actions .action-button.primary-button:hover{background-color:#e06600}.commerces-loading{min-height:200px;color:var(--primary-color);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.commerces-error{text-align:center;min-height:200px;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.commerces-error .error-icon{opacity:.5;margin-bottom:1rem;font-size:3rem}.commerces-error .error-message{margin-bottom:1rem;font-size:1.1rem}.commerces-error .retry-button{background-color:var(--accent-color);color:#fff;border-radius:var(--border-radius);cursor:pointer;border:none;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.commerces-error .retry-button:hover{background-color:var(--accent-hover);transform:translateY(-2px)}.commerces-empty{text-align:center;min-height:300px;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.commerces-empty .empty-icon{opacity:.3;margin-bottom:1rem;font-size:4rem}.commerces-empty .empty-message{margin-bottom:.5rem;font-size:1.2rem}.commerces-empty .empty-subtitle{opacity:.7;font-size:1rem}@media (width<=480px){.commerces-grid-container{padding:.5rem}.commerce-card .commerce-content{padding:1rem 1rem .5rem}.commerce-card .commerce-content .commerce-title{font-size:1.05rem}.commerce-card .commerce-actions{padding:.65rem 1rem 1rem}.commerce-card .commerce-actions .action-button{width:100%}}
