:root{--sc-accent:#f3a100;--sc-chip-bg:#f4f6ff;--sc-chip-border:#e6e9ff}.stores-page{max-width:1120px;margin:0 auto;padding:24px 16px 48px}.stores-header{margin-bottom:30px}.stores-header h1{font-size:28px;line-height:1.1;font-weight:700;margin:0 0 8px}.stores-card__head{display:flex;justify-content:space-between}.stores-filters{display:grid;grid-template-columns:1fr 220px 120px 120px;gap:12px;align-items:end;margin:12px 0 50px;padding:12px}.stores-input,.stores-select{border:1px solid #e6e6e6;background:#fff;border-radius:10px;padding:12px 14px;outline:none;font-size:14px;height:40px;color:#111}.stores-input:focus,.stores-select:focus{border-color:#ffd24a;box-shadow:0 0 0 3px rgba(255,210,74,.25)}.stores-btn{border:1px solid #fcd517;background:#fcd517;color:#222;border-radius:12px;font-weight:600;padding:10px 14px;cursor:pointer;text-align:center;transition:transform .05s ease,box-shadow .2s ease,background .2s ease;width:100%;text-decoration:none;font-size:14px;height:40px}.stores-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.08)}.stores-btn--ghost{background:#fff;color:#222;border-color:#e6e6e6;height:40px;font-size:12px}.stores-btn--primary{background:#fcd517;color:#fff;border-color:#fcd517;height:40px;font-size:13px}.stores-count{margin:8px 0 18px;color:#666;font-size:14px}.stores-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.stores-card{border:1px solid #eee;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.06);display:flex;flex-direction:column}.stores-card__hero{position:relative;height:112px;border-radius:12px 12px 0 0;overflow:hidden;isolation:isolate}.stores-card__hero:before{content:"";position:absolute;inset:0;background:var(--hero-img) center/cover no-repeat;filter:blur(14px) brightness(.96);transform:scale(1.06)}.stores-card__status{position:absolute;right:10px;top:10px;z-index:2;padding:2px 6px;background:#e8fff2;color:#0ea75a;font-weight:600;border-radius:999px;box-shadow:0 2px 10px rgba(0,0,0,.08);font-size:10px;display:flex;align-items:center;gap:2px}.stores-card__hero>img{position:relative;z-index:1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.stores-card__body{padding:5px 16px 18px;display:flex;flex-direction:column;gap:4px}.stores-card__title{font-size:18px;margin:0}.stores-card__location{display:flex;align-items:center;gap:6px;color:#4a4e54;font-size:14px}.stores-pin{opacity:.85}.stores-card__boxes{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.stores-chip-label{font-size:13px;color:#666}.stores-chip{color:#4a3b00;font-size:12px;border-radius:999px}.stores-card__action{margin-top:4px;display:inline-flex;width:100%;height:45px}.stores-filter-label{display:block;font-size:12px;color:var(--fs-muted);margin-bottom:6px}.stores-filter{display:flex;flex-direction:column}@media (max-width:1100px){.stores-grid{grid-template-columns:repeat(2,1fr)}.stores-filters{grid-template-columns:1fr 170px 130px 130px}}@media (max-width:680px){.stores-filters,.stores-grid{grid-template-columns:1fr}.stores-btn--ghost,.stores-btn--primary{width:100%}}.scard__dot{width:22px;justify-content:center;font-size:.7rem}.scard__chipFull,.scard__dot{height:22px;border-radius:999px;display:inline-flex;align-items:center;background:var(--sc-chip-bg);border:1px solid var(--sc-chip-border);color:var(--sc-accent);font-weight:700}.scard__chipFull{padding:0 10px;font-size:.68rem;white-space:nowrap}.scard__dot[data-tip]{position:relative}.scard__dot[data-tip]:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 10px);right:0;left:auto;transform:none;opacity:0;pointer-events:none;z-index:999;background:#1f2430;color:#fff;padding:6px 10px;border-radius:10px;font-size:.72rem;white-space:nowrap;box-shadow:0 10px 24px rgba(0,0,0,.18);transition:opacity .15s ease,transform .15s ease}.scard__dot[data-tip]:before{content:"";position:absolute;bottom:100%;right:10px;border:6px solid transparent;border-top-color:#1f2430;opacity:0;z-index:998;transition:opacity .15s ease}.scard__dot[data-tip]:focus-visible:after,.scard__dot[data-tip]:focus-visible:before,.scard__dot[data-tip]:hover:after,.scard__dot[data-tip]:hover:before{opacity:1}@media (prefers-reduced-motion:reduce){.scard__dot[data-tip]:after{transition:opacity .15s ease;transform:translateX(-50%)}}.stores-card__desc{font-size:12px;color:#555;margin:8px 0}.stores-card__meta{font-size:11px;color:#fcd517;font-weight:700;margin-top:16px}.stores-card__desc{line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(1.4em * 3)}.stores-card__body{flex:1 1 auto}.stores-card__action{margin-top:auto}