.store-list-page{
  --list-pink:#ef3f8d;
  --list-pink-deep:#d52f75;
  --list-pink-soft:#fff1f6;
  --list-green:#198754;
  --list-purple:#8057df;
  --list-border:#eadfe5;
  --list-muted:#746c73;
  --list-shadow:0 14px 38px rgba(63,42,53,.075);
  display:flex;
  flex-direction:column;
  gap:16px;
  padding:2px 0 46px;
  color:#241f27;
}

.store-list-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:28px;
  min-height:158px;
  padding:28px 32px;
  border:1px solid #f0dce4;
  border-radius:26px;
  background:linear-gradient(120deg,#fff 0%,#fff8fb 60%,#ffe5f0 100%);
  box-shadow:var(--list-shadow);
}
.store-list-hero::after{
  content:"";
  position:absolute;
  right:-80px;
  top:-130px;
  width:330px;
  height:330px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(239,63,141,.24),rgba(239,63,141,0) 70%);
  pointer-events:none;
}
.store-list-hero__copy{position:relative;z-index:1;min-width:0;max-width:790px}
.store-list-eyebrow,.store-list-kicker{display:inline-flex;color:var(--list-pink-deep);font-size:11px;font-weight:950;line-height:1;letter-spacing:.1em}
.store-list-hero h1{margin:9px 0 7px;font-size:clamp(30px,3vw,42px);line-height:1.08;letter-spacing:-.055em}
.store-list-hero p{max-width:680px;color:var(--list-muted);font-size:14px;font-weight:680;line-height:1.6}
.store-list-write{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:0 20px;
  border-radius:15px;
  background:linear-gradient(135deg,#f05d96,var(--list-pink-deep));
  color:#fff!important;
  box-shadow:0 13px 28px rgba(213,47,117,.23);
  transition:transform .18s ease,box-shadow .18s ease;
}
.store-list-write span{font-size:19px;line-height:1}
.store-list-write b{font-size:13px;font-weight:950;white-space:nowrap}
.store-list-write:hover{transform:translateY(-2px);box-shadow:0 17px 34px rgba(213,47,117,.29)}

.dao-filter-mobilebar{display:none}
.store-list-filter{
  display:grid;
  grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(180px,.8fr) 118px;
  align-items:end;
  gap:10px;
  padding:14px;
  border:1px solid var(--list-border);
  border-radius:20px;
  background:#fff;
  box-shadow:0 9px 26px rgba(63,42,53,.05);
}
.store-list-field{display:flex;flex-direction:column;gap:6px;min-width:0}
.store-list-field>span{padding-left:3px;color:#8a7e84;font-size:10px;font-weight:900}
.store-list-field select{
  min-height:44px;
  padding:0 13px;
  border:1px solid #eadfe5;
  border-radius:13px;
  background:#fff;
  font-size:12px;
  font-weight:800;
}
.store-list-filter__submit{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:44px;
  border:0;
  border-radius:13px;
  background:linear-gradient(135deg,#ef5d93,var(--list-pink-deep));
  color:#fff;
  font-size:12px;
  font-weight:950;
  box-shadow:0 10px 22px rgba(213,47,117,.18);
}
.store-list-filter__submit span{font-size:15px}
.store-list-active{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:-6px;padding:9px 11px;border:1px solid #f2dfe6;border-radius:13px;background:#fff9fb}
.store-list-active>span{font-size:11px;font-weight:850;color:#9b6677}
.store-list-active b{display:inline-flex;align-items:center;min-height:29px;padding:5px 10px;border:1px solid #f0c8d7;border-radius:999px;background:#fff;color:#8f3455;font-size:12px;font-weight:780}
.store-list-active a{margin-left:auto;color:#a64a6a;font-size:12px;font-weight:900}

.store-list-categories,.store-list-featured,.store-list-results{
  padding:20px;
  border:1px solid var(--list-border);
  border-radius:24px;
  background:#fff;
  box-shadow:0 10px 30px rgba(58,40,48,.045);
}
.store-list-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:15px}
.store-list-section-head--compact{margin-bottom:12px}
.store-list-section-head h2{margin:5px 0 0;font-size:23px;line-height:1.15;letter-spacing:-.045em}
.store-list-section-head p{margin-top:5px;color:var(--list-muted);font-size:12px;font-weight:680;line-height:1.5}
.store-list-count{display:inline-flex;align-items:baseline;gap:3px;min-height:34px;padding:7px 11px;border-radius:999px;background:var(--list-pink-soft);color:var(--list-pink-deep);font-size:11px;font-weight:850;white-space:nowrap}
.store-list-count b{font-size:15px}

.store-list-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}
.store-list-category{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-width:0;
  min-height:92px;
  padding:9px 5px;
  border:1px solid #f0e5ea;
  border-radius:17px;
  background:linear-gradient(180deg,#fff,#fffbfd);
  color:#50474c!important;
  text-align:center;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease;
}
.store-list-category:hover,.store-list-category.is-active{transform:translateY(-2px);border-color:#ef9fbc;background:var(--list-pink-soft);box-shadow:0 9px 20px rgba(201,52,109,.1)}
.store-list-category__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#fff0f6;overflow:hidden}
.store-list-category__icon img{width:42px;height:42px;object-fit:contain}
.store-list-category__all{background:linear-gradient(135deg,#ef729f,var(--list-pink-deep));color:#fff;font-size:10px;font-weight:950;letter-spacing:.05em}
.store-list-category strong{max-width:100%;font-size:11px;font-weight:900;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.store-list-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.store-feature-card{
  position:relative;
  display:grid;
  grid-template-columns:112px minmax(0,1fr) 28px;
  align-items:center;
  gap:12px;
  min-width:0;
  min-height:98px;
  padding:9px 10px;
  border:1px solid var(--list-border);
  border-radius:18px;
  background:#fff;
  color:inherit!important;
  box-shadow:0 7px 20px rgba(58,40,48,.045);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.store-feature-card:hover{transform:translateY(-2px);border-color:#efb0c6;box-shadow:0 13px 26px rgba(71,42,55,.085)}
.store-feature-card__media{aspect-ratio:16/9;display:grid;place-items:center;overflow:hidden;border-radius:13px;background:linear-gradient(135deg,#fff0f6,#f5efff);color:var(--list-pink-deep);font-size:17px;font-weight:950}
.store-feature-card__media img{width:100%;height:100%;object-fit:cover}
.store-feature-card__body{min-width:0}
.store-feature-card__body>strong{display:block;margin-top:5px;font-size:14px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.store-feature-card__body>p{margin-top:3px;color:var(--list-muted);font-size:10.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.store-feature-card__body>b{display:block;margin-top:4px;color:var(--list-pink-deep);font-size:11px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.store-feature-card__arrow{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--list-pink-soft);color:var(--list-pink-deep);font-size:18px;font-weight:900}

.store-list-badge{display:inline-flex;align-items:center;justify-content:center;min-height:23px;padding:0 8px;border-radius:999px;font-size:9px;font-weight:950;white-space:nowrap}
.store-list-badge--verified{background:#eaf8ef;color:var(--list-green)}
.store-list-badge--protected{background:#f1edff;color:var(--list-purple)}

.store-list-rows{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.store-list-card{
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  grid-template-areas:"media main" "side side";
  align-items:start;
  gap:12px;
  min-width:0;
  min-height:0;
  padding:12px;
  border:1px solid var(--list-border);
  border-radius:20px;
  background:#fff;
  color:inherit!important;
  box-shadow:0 7px 22px rgba(58,40,48,.04);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.store-list-card:hover{transform:translateY(-2px);border-color:#efb0c6;box-shadow:0 14px 30px rgba(71,42,55,.085)}
.store-list-card__media{grid-area:media;position:relative;aspect-ratio:16/9;display:grid;place-items:center;overflow:hidden;border-radius:15px;background:linear-gradient(135deg,#fff0f6,#f5efff);color:var(--list-pink-deep);font-size:21px;font-weight:950}
.store-list-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.store-list-card:hover .store-list-card__media img{transform:scale(1.025)}
.store-list-card__check{position:absolute;right:9px;top:9px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff;color:var(--list-green);font-size:13px;font-weight:950;box-shadow:0 5px 14px rgba(35,45,39,.14)}
.store-list-card__main{grid-area:main;min-width:0;padding-top:2px}
.store-list-card__badges{display:flex;gap:6px;flex-wrap:wrap}
.store-list-card__main h3{margin-top:8px;font-size:19px;line-height:1.3;letter-spacing:-.035em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.store-list-card__location{display:flex;align-items:center;gap:5px;margin-top:5px;color:var(--list-muted);font-size:12px;font-weight:720;white-space:nowrap;overflow:hidden}
.store-list-card__location span{overflow:hidden;text-overflow:ellipsis}
.store-list-card__location i{font-style:normal;color:#c7bcc2}
.store-list-card__meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.store-list-card__meta span{display:flex;align-items:center;gap:7px;min-height:38px;padding:7px 10px;border-radius:12px;background:#faf8f9}
.store-list-card__meta small{color:#968c92;font-size:9px;font-weight:900}
.store-list-card__meta b{font-size:11px;font-weight:850;white-space:nowrap}
.store-list-card__side{grid-area:side;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:10px;min-width:0;padding:10px 0 0;border-left:0;border-top:1px solid #f1e7eb}
.store-list-card__salary{display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:0;min-height:42px;padding:8px 11px;border:1px solid #f5cad9;border-radius:14px;background:var(--list-pink-soft)}
.store-list-card__salary small{color:#a2687f;font-size:9px;font-weight:900}
.store-list-card__salary b{color:var(--list-pink-deep);font-size:14px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.store-list-card__cta{display:flex;align-items:center;justify-content:space-between;min-width:132px;min-height:42px;padding:0 12px;border-radius:12px;background:#fff6fa;color:var(--list-pink-deep);font-size:11px;font-weight:950}
.store-list-card__cta b{font-size:16px}

.store-list-empty{display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:126px;padding:20px 24px;border:1px dashed #efc6d5;border-radius:18px;background:linear-gradient(135deg,#fffafd,#fff)}
.store-list-empty img{width:72px;height:72px;object-fit:contain}
.store-list-empty strong{display:block;font-size:15px}
.store-list-empty p{margin-top:5px;color:var(--list-muted);font-size:12px}
.store-list-empty a{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:0 14px;border-radius:12px;background:var(--list-pink-soft);color:var(--list-pink-deep)!important;font-size:11px;font-weight:900}
.store-list-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:18px}
.store-list-pagination a,.store-list-pagination span{display:grid;place-items:center;min-width:38px;height:38px;padding:0 8px;border:1px solid var(--list-border);border-radius:11px;background:#fff;color:#5f555b;font-size:12px;font-weight:850}
.store-list-pagination a:hover,.store-list-pagination .is-current{border-color:var(--list-pink-deep);background:var(--list-pink-deep);color:#fff}
.store-list-pagination .is-disabled{color:#c7bec3;background:#faf8f9}

@media(max-width:1100px){
  .store-list-filter{grid-template-columns:repeat(3,minmax(0,1fr)) 110px}
  .store-list-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .store-list-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .store-list-rows{grid-template-columns:1fr}
  .store-list-card{grid-template-columns:210px minmax(0,1fr) 205px;grid-template-areas:"media main side";align-items:center;gap:14px}
  .store-list-card__main{padding-top:0}
  .store-list-card__side{display:flex;flex-direction:column;justify-content:center;padding:0 0 0 16px;border-top:0;border-left:1px solid #f1e7eb}
  .store-list-card__cta{min-width:0;min-height:38px}
}

@media(max-width:767px){
  .store-list-page{
    gap:10px;
    padding:0 0 calc(var(--dao-bottom-nav-height) + 42px + var(--dao-safe-bottom));
  }

  .store-list-hero{
    grid-template-columns:minmax(0,1fr) auto;
    align-items:start;
    gap:10px;
    min-height:116px;
    padding:16px;
    border-radius:20px;
    box-shadow:0 10px 28px rgba(63,42,53,.065);
  }
  .store-list-hero::after{right:-108px;top:-176px;width:310px;height:310px}
  .store-list-hero__copy{max-width:none}
  .store-list-eyebrow{font-size:9px;letter-spacing:.085em}
  .store-list-hero h1{margin:6px 0 4px;font-size:26px;line-height:1.04;letter-spacing:-.06em}
  .store-list-hero p{max-width:245px;font-size:11px;line-height:1.45}
  .store-list-write{
    align-self:start;
    min-width:102px;
    min-height:42px;
    padding:0 11px;
    border-radius:13px;
    gap:4px;
    box-shadow:0 9px 20px rgba(213,47,117,.2);
  }
  .store-list-write span{font-size:17px}
  .store-list-write b{display:block;font-size:10.5px;font-weight:950;letter-spacing:-.02em}

  .dao-filter-mobilebar{
    position:sticky;
    top:calc(var(--dao-header-height) + 6px);
    z-index:24;
    display:flex;
    align-items:center;
    gap:7px;
    padding:6px;
    border:1px solid rgba(232,211,220,.94);
    border-radius:15px;
    background:rgba(255,255,255,.94);
    box-shadow:0 8px 24px rgba(62,39,50,.085);
    backdrop-filter:blur(16px);
  }
  .dao-filter-toggle,.dao-filter-reset{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    min-height:38px;
    padding:0 12px;
    border:1px solid #f0d3de;
    border-radius:11px;
    background:#fff;
    color:#7c4057;
    font-size:11px;
    font-weight:900;
  }
  .dao-filter-toggle{flex:1;justify-content:flex-start}
  .dao-filter-toggle em{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--list-pink-deep);color:#fff;font-size:9px;font-style:normal}
  .dao-filter-reset{margin-left:auto;color:#a84f6e}

  .store-list-filter{display:none;grid-template-columns:1fr;gap:8px;padding:11px;border-radius:15px}
  .store-list-filter.is-open{display:grid}
  .store-list-field{gap:4px}
  .store-list-field>span{font-size:8.5px}
  .store-list-field select,.store-list-filter__submit{min-height:43px;border-radius:11px;font-size:12px}
  .store-list-active{margin-top:0;padding:7px 9px;border-radius:11px}
  .store-list-active a{margin-left:0}

  .store-list-categories,.store-list-featured,.store-list-results{
    border-radius:20px;
    box-shadow:0 8px 24px rgba(58,40,48,.045);
  }
  .store-list-categories{overflow:hidden;padding:14px 0 13px 14px}
  .store-list-featured,.store-list-results{padding:14px}
  .store-list-section-head{align-items:flex-start;gap:10px;margin-bottom:10px}
  .store-list-section-head--compact{padding-right:14px;margin-bottom:9px}
  .store-list-section-head h2{margin-top:4px;font-size:21px;line-height:1.12}
  .store-list-section-head p{margin-top:4px;font-size:10.5px;line-height:1.45}
  .store-list-count{min-height:29px;padding:5px 9px;font-size:9.5px}
  .store-list-count b{font-size:13px}

  .store-list-category-grid{
    display:grid;
    grid-template-columns:none;
    grid-auto-flow:column;
    grid-auto-columns:74px;
    gap:7px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    padding:1px 14px 5px 1px;
  }
  .store-list-category-grid::-webkit-scrollbar{display:none}
  .store-list-category{
    scroll-snap-align:start;
    min-height:76px;
    gap:4px;
    padding:6px 3px;
    border-radius:14px;
    box-shadow:0 4px 13px rgba(80,53,66,.035);
  }
  .store-list-category__icon{width:41px;height:41px;border-radius:12px}
  .store-list-category__icon img{width:37px;height:37px}
  .store-list-category strong{font-size:9px;line-height:1.15}
  .store-list-category:hover,.store-list-category.is-active{transform:none;box-shadow:inset 0 0 0 1px rgba(239,63,141,.1),0 6px 16px rgba(201,52,109,.08)}

  .store-list-featured-grid{grid-template-columns:1fr;gap:8px}
  .store-feature-card{grid-template-columns:100px minmax(0,1fr) 25px;min-height:82px;padding:7px;gap:9px;border-radius:15px}
  .store-feature-card__media{border-radius:11px}
  .store-feature-card__body>strong{font-size:13px}

  .store-list-results{background:linear-gradient(180deg,#fff 0%,#fffcfd 100%)}
  .store-list-rows{gap:9px}
  .store-list-card{
    position:relative;
    grid-template-columns:112px minmax(0,1fr);
    grid-template-areas:"media main" "side side";
    align-items:start;
    gap:9px;
    min-height:0;
    padding:9px;
    border-radius:17px;
    box-shadow:0 6px 18px rgba(58,40,48,.045);
  }
  .store-list-card::before{
    content:"";
    position:absolute;
    left:14px;
    right:14px;
    top:0;
    height:2px;
    border-radius:0 0 999px 999px;
    background:linear-gradient(90deg,rgba(239,63,141,.75),rgba(138,85,237,.48));
    opacity:.72;
  }
  .store-list-card__media{grid-area:media;align-self:start;width:112px;aspect-ratio:16/9;border-radius:12px}
  .store-list-card__check{right:6px;top:6px;width:24px;height:24px;font-size:10px}
  .store-list-card__main{grid-area:main;align-self:start;padding-top:1px}
  .store-list-card__badges{gap:4px}
  .store-list-badge{min-height:19px;padding:0 6px;font-size:7.5px}
  .store-list-card__main h3{margin-top:5px;font-size:16px;line-height:1.2}
  .store-list-card__location{margin-top:3px;font-size:10px}
  .store-list-card__meta{gap:4px;margin-top:7px}
  .store-list-card__meta span{min-height:26px;padding:4px 7px;border-radius:9px;background:#faf7f9}
  .store-list-card__meta small{font-size:7.5px}
  .store-list-card__meta b{font-size:9px}
  .store-list-card__side{
    grid-area:side;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:8px;
    min-width:0;
    padding:8px 0 0;
    border-left:0;
    border-top:1px solid #f1e7eb;
  }
  .store-list-card__salary{min-height:0;padding:0 3px;border:0;border-radius:0;background:transparent}
  .store-list-card__salary small{font-size:8px}
  .store-list-card__salary b{font-size:12.5px;line-height:1.25}
  .store-list-card__cta{
    min-height:35px;
    gap:9px;
    padding:0 11px;
    border:1px solid #f4d1dd;
    border-radius:11px;
    background:linear-gradient(180deg,#fffafd,#fff4f8);
    font-size:10px;
    white-space:nowrap;
  }
  .store-list-card__cta b{font-size:15px}

  .store-list-empty{grid-template-columns:54px minmax(0,1fr);gap:11px;min-height:96px;padding:13px;border-radius:15px}
  .store-list-empty img{width:54px;height:54px}
  .store-list-empty strong{font-size:13px}
  .store-list-empty p{font-size:10px}
  .store-list-empty a{grid-column:1/-1;min-height:36px}
  .store-list-pagination{margin-top:13px}
}

@media(max-width:430px){
  .store-list-hero{padding:15px 14px}
  .store-list-hero h1{font-size:24px}
  .store-list-hero p{max-width:214px;font-size:10.5px}
  .store-list-write{min-width:94px;min-height:40px;padding-inline:9px}
  .store-list-write b{font-size:9.5px}
  .store-list-category-grid{grid-auto-columns:70px;gap:6px}
  .store-list-category{min-height:72px}
  .store-list-category__icon{width:39px;height:39px}
  .store-list-category__icon img{width:35px;height:35px}
  .store-list-card{grid-template-columns:104px minmax(0,1fr);gap:8px;padding:8px}
  .store-list-card__media{width:104px}
  .store-list-card__main h3{font-size:15px}
  .store-list-card__side{gap:6px}
  .store-list-card__salary b{font-size:11.5px}
  .store-list-card__cta{padding-inline:9px;font-size:9.5px}
}
