.store-page { background:#fff; }
.store-page .site-header { background:rgba(250,249,247,.97); }
.store-page .desktop-nav [aria-current="page"] { color:#8a5c3d; }

.store-hero { position:relative; overflow:hidden; background:#f5f5f7; border-bottom:1px solid #e3e3e6; }
.store-gradient { height:18px; background:linear-gradient(90deg,#78d4ff 0%,#c7ecdc 34%,#ffd986 67%,#ff946d 100%); filter:blur(13px); opacity:.82; transform:translateY(-7px) scaleX(1.04); }
.store-hero-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; width:min(1280px,calc(100% - 48px)); margin:0 auto; padding:46px 0 30px; }
.store-hero-heading h1 { color:#171715; font:600 clamp(48px,4.6vw,70px)/.95 var(--sans); letter-spacing:-.06em; }
.store-hero-heading > div { max-width:330px; text-align:right; }
.store-hero-heading p { margin:0 0 8px; color:#171715; font-size:20px; font-weight:650; line-height:1.15; }
.store-hero-heading a { color:#3976a9; font-size:12px; text-decoration:none; }

.category-browser { position:relative; width:min(1460px,100%); margin:0 auto; padding:12px 58px 28px; }
.category-viewport { overflow-x:auto; scrollbar-width:none; scroll-behavior:smooth; scroll-snap-type:x proximity; }
.category-viewport::-webkit-scrollbar { display:none; }
.category-track { display:flex; width:max-content; min-width:100%; align-items:flex-end; justify-content:flex-start; gap:18px; }
.category-card { width:112px; flex:0 0 112px; display:block; padding:0; border:0; background:transparent; color:#171715; font:inherit; text-decoration:none; cursor:pointer; scroll-snap-align:center; }
.category-card-image { width:112px; height:86px; display:grid; place-items:center; overflow:hidden; border-radius:18px; background:#ececef; transition:transform .28s,background .28s; }
.category-card img { display:block; width:100%; height:100%; object-fit:cover; mix-blend-mode:multiply; }
.category-card[data-fit="contain"] img { width:91%; height:91%; object-fit:contain; }
.category-card > span:last-child { display:block; margin-top:9px; font-size:12px; line-height:1.2; text-align:center; }
.category-card:hover .category-card-image,.category-card.is-active .category-card-image { background:#fff; transform:translateY(-3px); box-shadow:0 8px 24px rgba(0,0,0,.08); }
.category-card.is-active > span:last-child { color:#8a5c3d; font-weight:700; }
.category-arrow { position:absolute; z-index:2; top:46px; width:38px; height:38px; display:grid; place-items:center; border:0; border-radius:50%; background:rgba(220,224,230,.9); color:#42454a; cursor:pointer; font-size:31px; line-height:1; box-shadow:0 2px 10px rgba(0,0,0,.08); }
.category-arrow:disabled { opacity:.22; cursor:default; }
.category-arrow-prev { left:13px; }
.category-arrow-next { right:13px; }

.category-page .store-hero { background:#fff; }
.category-page .store-gradient { display:none; }
.category-page .store-hero-heading { align-items:center; width:min(1480px,100%); padding:38px 24px 17px; }
.category-page .store-hero-heading h1 { font:650 34px/1 var(--sans); letter-spacing:-.035em; }
.category-page .store-hero-heading > div { display:none; }
.category-page .category-browser { width:min(1480px,100%); padding:0 64px 25px; }
.category-page .category-track { gap:12px; }
.category-page .category-card { width:126px; flex-basis:126px; }
.category-page .category-card-image { width:126px; height:88px; border:1px solid transparent; border-radius:3px; background:#f5f5f5; }
.category-page .category-card > span:last-child { margin-top:7px; font-size:11px; }
.category-page .category-card:hover .category-card-image { transform:none; background:#f1f1f1; box-shadow:none; }
.category-page .category-card.is-active .category-card-image { transform:none; border-color:#6a6a6a; background:#fff; box-shadow:none; }
.category-page .category-arrow { top:28px; }

.store-catalog { width:min(1480px,100%); margin:0 auto; padding:28px 24px 88px; }
.filter-shell { position:relative; z-index:19; display:flex; align-items:flex-start; gap:10px; padding-bottom:18px; border-bottom:1px solid #e5e5e5; background:#fff; }
.filter-toolbar { flex:1; min-width:0; display:flex; gap:9px; overflow-x:auto; padding:1px 0 3px; scrollbar-width:none; }
.filter-toolbar::-webkit-scrollbar { display:none; }
.filter-chip { flex:none; min-height:42px; display:inline-flex; align-items:center; gap:10px; padding:0 17px; border:1px solid transparent; border-radius:999px; background:#f3f3f3; color:#171715; font:600 13px/1 var(--sans); cursor:pointer; white-space:nowrap; }
.filter-chip::after { content:""; width:8px; height:8px; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:translateY(-2px) rotate(45deg); transition:transform .2s; }
.filter-chip.is-open { border-color:#171715; background:#fff; }
.filter-chip.is-open::after { transform:translateY(2px) rotate(225deg); }
.filter-chip.has-selection { color:#8a5c3d; background:#eee7df; }
.filter-chip-count { min-width:18px; height:18px; display:grid; place-items:center; border-radius:99px; background:#171715; color:#fff; font-size:10px; }
.filter-popover { position:absolute; top:58px; left:0; z-index:23; width:min(470px,calc(100vw - 48px)); max-height:510px; overflow:auto; padding:24px 28px 18px; border:1px solid #dedede; border-radius:22px; background:#fff; box-shadow:0 22px 55px rgba(0,0,0,.15); }
.filter-popover[hidden] { display:none; }
.filter-popover-head { position:sticky; top:-24px; z-index:1; display:flex; align-items:center; justify-content:space-between; margin:-24px -28px 8px; padding:20px 28px 14px; border-bottom:1px solid #ececec; background:rgba(255,255,255,.96); backdrop-filter:blur(12px); }
.filter-popover-head h3 { font:700 17px/1.2 var(--sans); }
.filter-popover-head button { border:0; background:none; font-size:25px; cursor:pointer; }
.filter-option { min-height:58px; display:flex; align-items:center; justify-content:space-between; gap:18px; border-bottom:1px solid #ededed; cursor:pointer; }
.filter-option:last-child { border-bottom:0; }
.filter-option-label { font-size:15px; }
.filter-option-meta { display:flex; align-items:center; gap:16px; color:#696969; }
.filter-control { width:24px; height:24px; display:grid; place-items:center; border:1.5px solid #9b9b9b; border-radius:5px; }
.filter-option input { position:absolute; opacity:0; pointer-events:none; }
.filter-option input:checked + .filter-option-meta .filter-control { border-color:#171715; background:#171715; }
.filter-option input:checked + .filter-option-meta .filter-control::after { content:""; width:8px; height:4px; border-left:2px solid #fff; border-bottom:2px solid #fff; transform:translateY(-1px) rotate(-45deg); }
.filter-option.is-radio .filter-control { border-radius:50%; }
.filter-option.is-radio input:checked + .filter-option-meta .filter-control { border:6px solid #171715; background:#fff; }
.filter-mobile-action { display:none; }

.result-summary { display:flex; align-items:flex-end; justify-content:space-between; gap:28px; padding:32px 2px 22px; }
.result-summary h2 { font:600 clamp(26px,2.4vw,38px)/1 var(--sans); letter-spacing:-.04em; }
.result-summary p { margin:9px 0 0; color:#707075; font-size:12px; }
.result-summary button { border:0; border-bottom:1px solid currentColor; padding:0 0 3px; background:none; color:#6d6258; font-size:12px; cursor:pointer; }

.store-product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); column-gap:18px; row-gap:46px; }
.store-product-card { min-width:0; position:relative; color:#171715; }
.store-product-media { position:relative; aspect-ratio:1/1; overflow:hidden; background:#f3f2ef; }
.store-product-media img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .55s cubic-bezier(.2,.75,.2,1); }
.store-product-media[data-fit="contain"] img { width:88%; height:88%; margin:6%; object-fit:contain; mix-blend-mode:multiply; }
.store-product-card:hover .store-product-media img { transform:scale(1.035); }
.product-badge { position:absolute; z-index:1; top:12px; left:12px; padding:5px 8px; background:#8a5c3d; color:#fff; font-size:10px; font-weight:700; }
.store-add-button { position:absolute; right:12px; bottom:12px; width:38px; height:38px; display:grid; place-items:center; border:0; border-radius:50%; background:rgba(255,255,255,.94); color:#171715; cursor:pointer; font-size:22px; box-shadow:0 3px 14px rgba(0,0,0,.1); }
.store-product-meta { padding:14px 2px 0; }
.store-product-meta small { display:block; margin-bottom:4px; color:#6f6f73; font-size:10px; font-weight:700; letter-spacing:.08em; }
.store-product-meta h3 { min-height:38px; font:600 14px/1.35 var(--sans); }
.store-product-description { min-height:35px; margin:5px 0 9px; color:#6f6f73; font-size:11px; line-height:1.45; }
.store-product-price { margin:0; font-size:17px; font-weight:700; }
.store-product-price sup { margin-left:1px; font-size:10px; vertical-align:top; }
.store-product-rating { margin-top:8px; color:#171715; font-size:10px; letter-spacing:.08em; }
.store-product-rating span { margin-left:7px; color:#77777b; letter-spacing:0; }
.store-empty { grid-column:1/-1; padding:100px 20px; text-align:center; color:#6f6f73; }

.store-pagination { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:6px; margin:72px auto 0; font-size:12px; }
.store-pagination button,.store-pagination input { min-width:36px; height:36px; border:1px solid #dedee2; border-radius:7px; background:#fff; color:#4f4f54; font:inherit; }
.store-pagination button { padding:0 11px; cursor:pointer; }
.store-pagination button:hover:not(:disabled) { border-color:#8a5c3d; color:#8a5c3d; }
.store-pagination button.is-current { border-color:#8a5c3d; background:#8a5c3d; color:#fff; }
.store-pagination button:disabled { color:#b6b6ba; cursor:default; }
.pagination-status { margin:0 7px; color:#8a5c3d; }
.pagination-jump { display:flex; align-items:center; gap:7px; margin-left:5px; color:#77777b; }
.store-pagination input { width:44px; padding:0 7px; text-align:center; }

@media (max-width:980px) {
  .store-product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .store-hero-heading { width:calc(100% - 40px); }
}

@media (max-width:760px) {
  .store-gradient { height:12px; filter:blur(9px); }
  .store-hero-heading { display:block; width:auto; padding:35px 20px 22px; }
  .store-hero-heading h1 { font-size:46px; }
  .store-hero-heading > div { max-width:280px; margin-top:20px; text-align:left; }
  .store-hero-heading p { font-size:17px; }
  .category-browser { padding:5px 0 22px; }
  .category-viewport { padding:0 20px; }
  .category-track { gap:12px; }
  .category-card { width:92px; flex-basis:92px; }
  .category-card-image { width:92px; height:76px; border-radius:15px; }
  .category-arrow { display:none; }
  .category-page .store-hero-heading { width:auto; padding:28px 16px 15px; }
  .category-page .store-hero-heading h1 { font-size:31px; }
  .category-page .category-browser { padding:0 0 19px; }
  .category-page .category-viewport { padding:0 16px; }
  .category-page .category-track { gap:10px; }
  .category-page .category-card { width:104px; flex-basis:104px; }
  .category-page .category-card-image { width:104px; height:76px; }
  .store-catalog { padding:18px 10px 64px; }
  .filter-shell { position:sticky; top:48px; margin:0 -10px; padding:8px 10px 12px; box-shadow:0 5px 15px rgba(0,0,0,.04); }
  .filter-chip { min-height:40px; padding:0 15px; }
  .filter-popover { position:fixed; z-index:55; top:auto; right:8px; bottom:8px; left:8px !important; width:auto; max-height:76vh; padding:20px 22px 18px; border-radius:22px; box-shadow:0 0 0 100vmax rgba(0,0,0,.34),0 -14px 48px rgba(0,0,0,.16); }
  .filter-popover-head { top:-20px; margin:-20px -22px 8px; padding:18px 22px 13px; }
  .filter-option { min-height:58px; }
  .filter-mobile-action { position:sticky; bottom:-18px; display:block; margin:14px -22px -18px; padding:12px 22px 16px; border-top:1px solid #ececec; background:#fff; }
  .filter-mobile-action button { width:100%; min-height:46px; border:0; border-radius:999px; background:#171715; color:#fff; font:700 13px var(--sans); }
  .result-summary { padding:28px 2px 18px; }
  .result-summary h2 { font-size:28px; }
  .store-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:10px; row-gap:31px; }
  .store-product-meta { padding-top:10px; }
  .store-product-meta h3 { min-height:36px; font-size:13px; }
  .store-product-description { min-height:47px; font-size:10px; }
  .store-product-price { font-size:15px; }
  .product-badge { top:8px; left:8px; font-size:9px; }
  .store-add-button { right:8px; bottom:8px; width:34px; height:34px; }
  .store-pagination { gap:5px; margin-top:52px; }
  .store-pagination button,.store-pagination input { min-width:34px; height:34px; padding:0 9px; }
  .pagination-status { width:100%; margin-top:9px; text-align:center; }
  .pagination-jump { width:100%; justify-content:center; margin:2px 0 0; }
}
