/* Наші офіційні магазини: футер, сторінка /official-stores/, посилання в категоріях */
.sis { margin-top: 26px; }
.sis__t { display: block; color: #fff; font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px; }
.sis__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; max-width: 470px; }
.ftr .sis__a { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 7px; min-height: 70px; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .03); color: #a8b8b1; transition: border-color .2s, background .2s; }
.ftr .sis__a:hover { border-color: rgba(255, 255, 255, .6); background: rgba(255, 255, 255, .07); color: #fff; }
.sis__logo { display: block; height: 22px; width: auto; max-width: 100%; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .92; }
.sis__a:hover .sis__logo { opacity: 1; }
.sis__a small { font-size: .72rem; line-height: 1.2; }
.ftr .sis__all { display: inline-block; margin-top: 10px; font-size: .82rem; color: #6fd3a0; }
.ftr .sis__all:hover { color: #fff; }
@media (max-width: 760px) { .sis__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; } }

.sisx { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 10px; margin: 0 0 16px; }
.sisx__a { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border: 1px solid var(--line); background: #fff; color: var(--ink); text-decoration: none; transition: border-color .2s; }
.sisx__a:hover { border-color: var(--ink); color: var(--ink); }
.sisx__logo { height: 22px; width: 96px; flex: none; object-fit: contain; object-position: left center; filter: brightness(0); }
.sisx__a span { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.sisx__a b { font-size: .88rem; font-weight: 600; line-height: 1.25; }
.sisx__a small { font-size: .74rem; color: var(--muted); }
.sisx__a .ic { flex: none; color: var(--cta); }

.stores { max-width: 1000px; }
.stores__eye { display: block; font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--cta); margin-bottom: 10px; }
.stores .lead { max-width: 70ch; }
.stores__list { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 16px; }
.store { display: grid; grid-template-columns: 240px 1fr; border: 1px solid var(--line); background: #fff; }
.store__logo { display: grid; place-items: center; padding: 28px; background: var(--night, #0d1b2a); }
.store__img { width: 100%; max-width: 170px; height: 56px; object-fit: contain; filter: brightness(0) invert(1); }
.store__body { padding: 24px 28px; }
.store__badge { display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--cta); margin-bottom: 8px; }
.store h2 { font-size: 1.3rem; margin: 0 0 8px; line-height: 1.2; }
.store h2 a { color: var(--ink); text-decoration: none; }
.store h2 a:hover { text-decoration: underline; }
.store__body > p { color: var(--muted); line-height: 1.6; margin: 0 0 14px; }
.store__pros { list-style: none; margin: 0 0 18px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; }
.store__pros li { display: flex; gap: 8px; align-items: flex-start; font-size: .88rem; line-height: 1.4; }
.store__pros .ic { color: var(--cta); flex: none; margin-top: 2px; }
.store__go { display: inline-flex; align-items: center; gap: 8px; }
.stores__note { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.stores__note p { color: var(--muted); line-height: 1.6; max-width: 75ch; }
@media (max-width: 760px) {
  .store { grid-template-columns: 1fr; }
  .store__logo { padding: 20px; }
  .store__body { padding: 18px 16px; }
  .store__pros { grid-template-columns: 1fr; }
  .store__go { width: 100%; justify-content: center; }
}
@media (max-width: 760px) {
  .sisx { gap: 6px; margin-bottom: 12px; }
  .sisx__a { padding: 9px 12px; gap: 10px; }
  .sisx__logo { width: 64px; height: 18px; }
  .sisx__a b { font-size: .8rem; }
  .sisx__a small { display: none; }
}
