/**
 * Appily Fortyeight — Seed Index shop
 * Same layout: masthead + category rail + sidebar + grid + pagination
 * Fresh kinetic UI: forest/lime vault theme (not Fortyseven plum/gold)
 */

.page-shop-vault {
  --vx-ink: #0C1A14;
  --vx-forest: #163528;
  --vx-lime: #C6F542;
  --vx-mint: #3DDC97;
  --vx-fog: #EAF6EF;
  --vx-mist: #F3FBF6;
  --vx-muted: #5F7468;
  --vx-line: rgba(12, 26, 20, 0.1);
  --vx-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --vx-shadow: 0 22px 48px rgba(12, 26, 20, 0.12);
  background:
    radial-gradient(ellipse 80% 45% at 100% -5%, rgba(198, 245, 66, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 0% 100%, rgba(61, 220, 151, 0.1) 0%, transparent 50%),
    var(--vx-mist);
}

.page-shop-vault .page-main { padding-top: 0; }
.a48-shop { padding-bottom: 4rem; }

/* ── Reveal ── */
.a48-shop-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--vx-ease) var(--shop-delay, 0s),
              transform .7s var(--vx-ease) var(--shop-delay, 0s);
}
.a48-shop-reveal.is-visible { opacity: 1; transform: none; }

.a48-shop-card-reveal {
  opacity: 0;
  transform: translateY(18px) scale(.96);
  transition: opacity .55s var(--vx-ease) var(--card-delay, 0s),
              transform .55s var(--vx-ease) var(--card-delay, 0s);
}
.a48-shop-card-reveal.is-visible { opacity: 1; transform: none; }

/* ── Masthead ── */
.a48-shop-mast {
  position: relative;
  overflow: hidden;
  padding: clamp(2.4rem, 5vw, 3.6rem) 0 clamp(2rem, 4vw, 2.8rem);
  color: #fff;
}

.a48-shop-mast-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 80% at 12% 20%, rgba(198, 245, 66, 0.22), transparent 55%),
    radial-gradient(ellipse 45% 60% at 92% 70%, rgba(61, 220, 151, 0.16), transparent 50%),
    linear-gradient(135deg, #0C1A14 0%, #163528 58%, #0F241C 100%);
  clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
  pointer-events: none;
  animation: vxMastShift 16s ease-in-out infinite alternate;
}
@keyframes vxMastShift {
  to { filter: hue-rotate(-8deg) saturate(1.08); }
}

.a48-shop-mast-bg::before {
  content: "";
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 3px,
      rgba(198, 245, 66, 0.03) 3px 4px
    );
  mix-blend-mode: screen;
  opacity: .7;
}

.a48-shop-mast-bg::after {
  content: "";
  position: absolute;
  width: min(48vw, 420px);
  aspect-ratio: 1;
  border-radius: 40% 60% 55% 45%;
  right: -6%;
  top: -18%;
  background: radial-gradient(circle, rgba(198, 245, 66, 0.28), transparent 68%);
  animation: vxBlob 12s ease-in-out infinite alternate;
  filter: blur(2px);
}
@keyframes vxBlob {
  to { transform: translate(-28px, 22px) rotate(12deg) scale(1.08); border-radius: 55% 45% 40% 60%; }
}

.a48-shop-mast-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 380px);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: end;
}

.a48-shop-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: .7rem;
  padding: .32rem .8rem;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--vx-ink);
  background: var(--vx-lime);
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(198, 245, 66, .45);
  animation: vxChipPulse 2.4s ease-out infinite;
}
@keyframes vxChipPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(198, 245, 66, .4); }
  50% { box-shadow: 0 0 0 8px rgba(198, 245, 66, 0); }
}

.a48-shop-mast-copy h1 {
  margin: 0 0 .55rem;
  font-family: var(--a48-font-serif);
  font-size: clamp(2.05rem, 4.6vw, 3.15rem);
  line-height: 1.05;
  color: #fff;
  letter-spacing: -.03em;
}

.a48-shop-mast-sub {
  margin: 0 0 1.2rem;
  max-width: 46ch;
  font-size: .95rem;
  line-height: 1.6;
  color: rgba(234, 246, 239, .78);
}

.a48-shop-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.a48-shop-metrics li {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  padding: .6rem 1rem;
  min-width: 78px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  transition: transform .25s var(--vx-ease), border-color .25s, background .25s;
}
.a48-shop-metrics li:hover {
  transform: translateY(-3px);
  border-color: rgba(198, 245, 66, .45);
  background: rgba(198, 245, 66, .1);
}
.a48-shop-metrics strong {
  font-family: var(--a48-font-serif);
  font-size: 1.2rem;
  color: var(--vx-lime);
}
.a48-shop-metrics span {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
}

/* Search */
.a48-shop-search-panel {
  display: flex;
  align-items: stretch;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
  transition: transform .3s var(--vx-ease), border-color .3s, box-shadow .3s;
}
.a48-shop-search-panel:focus-within {
  transform: translateY(-3px);
  border-color: rgba(198, 245, 66, .65);
  box-shadow: 0 0 0 4px rgba(198, 245, 66, .12), 0 24px 48px rgba(0, 0, 0, .28);
}
.a48-shop-search-icon {
  display: flex;
  align-items: center;
  padding: 0 .75rem 0 1.1rem;
  font-size: 1rem;
  opacity: .7;
}
.a48-shop-search-panel input {
  flex: 1;
  min-width: 0;
  padding: 1rem .4rem;
  border: none;
  background: transparent;
  font: inherit;
  font-size: .92rem;
  color: #fff;
  outline: none;
}
.a48-shop-search-panel input::placeholder { color: rgba(255, 255, 255, .42); }
.a48-shop-search-panel button {
  flex-shrink: 0;
  margin: .3rem;
  padding: 0 1.25rem;
  border: none;
  border-radius: 999px;
  background: var(--vx-lime);
  color: var(--vx-ink);
  font: inherit;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: filter .2s, transform .2s;
}
.a48-shop-search-panel button:hover {
  filter: brightness(1.06);
  transform: scale(1.02);
}

/* ── Category rail ── */
.a48-shop-rail {
  padding: .35rem 0 1.6rem;
  margin-top: -.35rem;
  position: relative;
  z-index: 2;
}

.a48-shop-rail-track {
  display: flex;
  gap: .55rem;
  overflow-x: auto;
  padding: .35rem 0 .5rem;
  scrollbar-width: thin;
  scrollbar-color: var(--vx-mint) transparent;
}

.a48-shop-rail-item {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .65rem;
  padding: .7rem 1rem .7rem .8rem;
  min-width: min(220px, 70vw);
  background: #fff;
  border: 1px solid var(--vx-line);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(12, 26, 20, .05);
  transition: transform .28s var(--vx-ease), box-shadow .28s, border-color .28s, background .28s, color .28s;
  position: relative;
  overflow: hidden;
}
.a48-shop-rail-item::before {
  content: "";
  position: absolute;
  inset: auto -30% -55% -30%;
  height: 80%;
  background: radial-gradient(circle at 50% 0%, rgba(198, 245, 66, .28), transparent 70%);
  opacity: 0;
  transition: opacity .3s;
}
.a48-shop-rail-item:hover {
  transform: translateY(-4px);
  border-color: rgba(61, 220, 151, .4);
  box-shadow: 0 16px 32px rgba(12, 26, 20, .1);
}
.a48-shop-rail-item:hover::before,
.a48-shop-rail-item.is-active::before { opacity: 1; }

.a48-shop-rail-item.is-active {
  background: var(--vx-ink);
  border-color: var(--vx-ink);
  color: #fff;
  box-shadow: 0 16px 36px rgba(12, 26, 20, .22);
}
.a48-shop-rail-item.is-active .a48-shop-rail-num,
.a48-shop-rail-item.is-active .a48-shop-rail-count { color: var(--vx-lime); }
.a48-shop-rail-item.is-active .a48-shop-rail-count {
  background: rgba(198, 245, 66, .14);
}

.a48-shop-rail-num {
  font-family: var(--a48-font-serif);
  font-size: .88rem;
  font-weight: 700;
  color: var(--vx-forest);
  z-index: 1;
}
.a48-shop-rail-label {
  font-size: .8rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}
.a48-shop-rail-count {
  font-size: .68rem;
  font-weight: 800;
  padding: .2rem .55rem;
  border-radius: 999px;
  background: var(--vx-fog);
  color: var(--vx-forest);
  z-index: 1;
}

.a48-shop-rail-item.tone-veg:not(.is-active):hover { border-color: #7bc96f; }
.a48-shop-rail-item.tone-flower:not(.is-active):hover { border-color: #e8b14a; }
.a48-shop-rail-item.tone-fruit:not(.is-active):hover { border-color: #e07a5f; }
.a48-shop-rail-item.tone-herb:not(.is-active):hover { border-color: #3ddc97; }
.a48-shop-rail-item.tone-forage:not(.is-active):hover { border-color: #8fbc5a; }
.a48-shop-rail-item.tone-spice:not(.is-active):hover { border-color: #c48a3a; }
.a48-shop-rail-item.tone-other:not(.is-active):hover { border-color: #6aa8a0; }

/* ── Body ── */
.a48-shop-body {
  display: grid;
  grid-template-columns: minmax(240px, 272px) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  padding-top: 1.25rem;
  position: relative;
}

.a48-shop-filter-btn {
  display: none;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  width: 100%;
  margin-bottom: .5rem;
  padding: .85rem 1rem;
  border: 1.5px solid var(--vx-ink);
  border-radius: 14px;
  background: #fff;
  font: inherit;
  font-size: .85rem;
  font-weight: 800;
  color: var(--vx-ink);
  cursor: pointer;
  grid-column: 1 / -1;
  transition: background .2s, color .2s, transform .2s;
}
.a48-shop-filter-btn:hover {
  background: var(--vx-ink);
  color: var(--vx-lime);
  transform: translateY(-1px);
}

.a48-shop-filter-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(12, 26, 20, .55);
  backdrop-filter: blur(4px);
}

/* ── Sidebar ── */
.a48-shop-sidebar {
  position: sticky;
  top: 92px;
  padding: 1.4rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(198, 245, 66, .18), transparent 45%),
    linear-gradient(165deg, #163528 0%, #0C1A14 100%);
  color: rgba(255, 255, 255, .86);
  box-shadow: var(--vx-shadow);
  border: 1px solid rgba(198, 245, 66, .12);
}

.a48-shop-sidebar-tag {
  display: inline-block;
  margin-bottom: .4rem;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--vx-lime);
}
.a48-shop-sidebar-head h2 {
  margin: 0 0 .3rem;
  font-family: var(--a48-font-serif);
  font-size: 1.3rem;
  color: #fff;
}
.a48-shop-sidebar-head p {
  margin: 0 0 1.1rem;
  font-size: .82rem;
  color: rgba(255, 255, 255, .55);
}

.a48-shop-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}

.a48-shop-sidebar-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .7rem .75rem;
  border-radius: 14px;
  border: 1px solid transparent;
  transition: background .22s, transform .22s, border-color .22s;
  overflow: hidden;
}
.a48-shop-sidebar-link:hover {
  background: rgba(255, 255, 255, .06);
  transform: translateX(4px);
}
.a48-shop-sidebar-link.is-active {
  background: rgba(198, 245, 66, .12);
  border-color: rgba(198, 245, 66, .28);
}
.a48-shop-sidebar-link.is-active .a48-shop-sidebar-bar { transform: scaleY(1); }
.a48-shop-sidebar-link.is-active strong { color: var(--vx-lime); }

.a48-shop-sidebar-bar {
  position: absolute;
  left: 0;
  top: .55rem;
  bottom: .55rem;
  width: 3px;
  border-radius: 2px;
  background: var(--vx-lime);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .3s var(--vx-ease);
}

.a48-shop-sidebar-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: .95rem;
  background: rgba(255, 255, 255, .08);
}
.a48-shop-sidebar-link.tone-veg .a48-shop-sidebar-icon { background: rgba(123, 201, 111, .22); }
.a48-shop-sidebar-link.tone-flower .a48-shop-sidebar-icon { background: rgba(232, 177, 74, .22); }
.a48-shop-sidebar-link.tone-fruit .a48-shop-sidebar-icon { background: rgba(224, 122, 95, .22); }
.a48-shop-sidebar-link.tone-herb .a48-shop-sidebar-icon { background: rgba(61, 220, 151, .22); }
.a48-shop-sidebar-link.tone-forage .a48-shop-sidebar-icon { background: rgba(143, 188, 90, .22); }
.a48-shop-sidebar-link.tone-spice .a48-shop-sidebar-icon { background: rgba(196, 138, 58, .22); }
.a48-shop-sidebar-link.tone-other .a48-shop-sidebar-icon { background: rgba(106, 168, 160, .22); }

.a48-shop-sidebar-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.a48-shop-sidebar-text strong {
  font-size: .82rem;
  color: rgba(255, 255, 255, .92);
  line-height: 1.25;
}
.a48-shop-sidebar-text small {
  font-size: .68rem;
  color: rgba(255, 255, 255, .45);
}

.a48-shop-sidebar-note {
  margin-top: 1.15rem;
  padding: .95rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, .05);
  border: 1px dashed rgba(198, 245, 66, .28);
}
.a48-shop-sidebar-note strong {
  display: block;
  font-size: .78rem;
  color: var(--vx-lime);
  margin-bottom: .25rem;
}
.a48-shop-sidebar-note p {
  margin: 0;
  font-size: .75rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, .55);
}
.a48-shop-sidebar-note a {
  color: var(--vx-mint);
  font-weight: 700;
}

/* ── Toolbar ── */
.a48-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
  padding: .85rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--vx-line);
  backdrop-filter: blur(6px);
  flex-wrap: wrap;
}
.a48-shop-meta {
  margin: 0;
  font-size: .88rem;
  color: var(--vx-muted);
}
.a48-shop-meta strong { color: var(--vx-forest); }
.a48-shop-clear {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--vx-ink);
  padding: .4rem .85rem;
  border: 1px solid var(--vx-line);
  border-radius: 999px;
  background: #fff;
  transition: background .2s, border-color .2s, color .2s;
}
.a48-shop-clear:hover {
  background: var(--vx-lime);
  border-color: var(--vx-lime);
  color: var(--vx-ink);
}

/* ── Grid / cards ── */
.a48-shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
  gap: 1.2rem;
}

.a48-shop-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--vx-line);
  transition: transform .35s var(--vx-ease), box-shadow .35s, border-color .35s;
}
.a48-shop-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(140deg, var(--vx-lime), transparent 42%, transparent 58%, var(--vx-mint));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .35s;
  pointer-events: none;
  z-index: 2;
}
.a48-shop-card:hover {
  transform: translateY(-8px) rotate(-.2deg);
  border-color: transparent;
  box-shadow: var(--vx-shadow);
}
.a48-shop-card:hover::before { opacity: 1; }

.a48-shop-card-media {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(198, 245, 66, .18), transparent 50%),
    var(--vx-fog);
}
.a48-shop-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s var(--vx-ease), filter .55s;
}
.a48-shop-card:hover .a48-shop-card-media img {
  transform: scale(1.1);
  filter: saturate(1.08);
}

.a48-shop-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: .3rem .65rem;
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: var(--vx-ink);
  color: var(--vx-lime);
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.a48-shop-card-tag--sale {
  background: var(--vx-lime);
  color: var(--vx-ink);
}

.a48-shop-card-overlay {
  position: absolute;
  inset: auto 12px 12px;
  padding: .7rem;
  text-align: center;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--vx-ink);
  background: var(--vx-lime);
  border-radius: 999px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .3s, transform .3s var(--vx-ease);
}
.a48-shop-card:hover .a48-shop-card-overlay {
  opacity: 1;
  transform: none;
}

.a48-shop-card-info {
  padding: 1rem 1rem 1.1rem;
}
.a48-shop-card-cat {
  display: block;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--vx-mint);
  margin-bottom: .28rem;
}
.a48-shop-card-info h3 {
  margin: 0 0 .25rem;
  font-size: .9rem;
  font-family: var(--a48-font-sans);
  font-weight: 700;
  line-height: 1.32;
}
.a48-shop-card-info h3 a {
  color: var(--vx-ink);
  transition: color .2s;
}
.a48-shop-card-info h3 a:hover { color: var(--vx-forest); }
.a48-shop-card-variant {
  margin: 0 0 .45rem;
  font-size: .74rem;
  color: var(--vx-muted);
}
.a48-shop-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-top: .55rem;
}
.a48-shop-card-price {
  display: flex;
  align-items: baseline;
  gap: .4rem;
}
.a48-shop-card-price s {
  font-size: .76rem;
  color: var(--vx-muted);
}
.a48-shop-card-price strong {
  font-family: var(--a48-font-serif);
  font-size: 1.08rem;
  color: var(--vx-forest);
}
.a48-shop-card-cta {
  padding: .45rem .95rem;
  border-radius: 999px;
  background: var(--vx-ink);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s, color .2s, transform .2s;
}
.a48-shop-card-cta:hover {
  background: var(--vx-lime);
  color: var(--vx-ink);
  transform: scale(1.05);
}

/* ── Empty ── */
.a48-shop-empty {
  text-align: center;
  padding: 3.5rem 1.5rem;
  border-radius: 22px;
  background: #fff;
  border: 2px dashed rgba(61, 220, 151, .35);
}
.a48-shop-empty-icon {
  display: block;
  font-size: 2.75rem;
  margin-bottom: .75rem;
  animation: vxEmptyBob 3s ease-in-out infinite;
}
@keyframes vxEmptyBob {
  50% { transform: translateY(-6px) scale(1.04); }
}
.a48-shop-empty h2 {
  margin: 0 0 .45rem;
  font-family: var(--a48-font-serif);
  font-size: 1.4rem;
  color: var(--vx-ink);
}
.a48-shop-empty p {
  margin: 0 0 1.25rem;
  color: var(--vx-muted);
}
.a48-shop-empty-btn {
  display: inline-flex;
  padding: .8rem 1.5rem;
  border-radius: 999px;
  background: var(--vx-ink);
  color: var(--vx-lime);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s, color .2s, transform .2s;
}
.a48-shop-empty-btn:hover {
  background: var(--vx-lime);
  color: var(--vx-ink);
  transform: translateY(-2px);
}

/* ── Pagination ── */
.page-shop-vault .catalog-pagination { margin-top: 2.25rem; }
.page-shop-vault .catalog-pagination .pagination-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  flex-wrap: wrap;
}
.page-shop-vault .pagination-btn,
.page-shop-vault .pagination-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 .75rem;
  border-radius: 12px;
  border: 1px solid var(--vx-line);
  background: #fff;
  font-size: .85rem;
  font-weight: 700;
  color: var(--vx-forest);
  transition: background .2s, border-color .2s, transform .2s, color .2s;
}
.page-shop-vault .pagination-btn:hover:not(.is-disabled),
.page-shop-vault .pagination-num:hover {
  background: var(--vx-fog);
  border-color: var(--vx-mint);
  transform: translateY(-2px);
}
.page-shop-vault .pagination-num.is-active {
  background: var(--vx-ink);
  border-color: var(--vx-ink);
  color: var(--vx-lime);
}
.page-shop-vault .pagination-btn.is-disabled {
  opacity: .35;
  cursor: not-allowed;
}
.page-shop-vault .pagination-pages { display: flex; gap: .35rem; }
.page-shop-vault .pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  padding: 0 .25rem;
  color: var(--vx-muted);
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .a48-shop-mast-grid { grid-template-columns: 1fr; }
  .a48-shop-mast-bg { clip-path: none; }
  .a48-shop-body { grid-template-columns: 1fr; }
  .a48-shop-filter-btn { display: flex; }
  .a48-shop-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 160;
    width: min(300px, 88vw);
    border-radius: 0 22px 22px 0;
    transform: translateX(-105%);
    transition: transform .38s var(--vx-ease);
    overflow-y: auto;
  }
  .a48-shop-sidebar.is-open { transform: none; }
  .a48-shop-filter-backdrop:not([hidden]) { display: block; }
}

@media (max-width: 600px) {
  .a48-shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
  .a48-shop-card-info { padding: .75rem; }
  .a48-shop-card-info h3 { font-size: .82rem; }
  .a48-shop-card-cta { padding: .35rem .65rem; font-size: .62rem; }
  .a48-shop-rail-item { min-width: min(180px, 75vw); }
  .a48-shop-card:hover { transform: translateY(-4px); }
}

@media (prefers-reduced-motion: reduce) {
  .a48-shop-mast-bg,
  .a48-shop-mast-bg::after,
  .a48-shop-eyebrow,
  .a48-shop-empty-icon { animation: none; }
  .a48-shop-reveal,
  .a48-shop-card-reveal { opacity: 1; transform: none; transition: none; }
  .a48-shop-card:hover { transform: none; }
  .a48-shop-card:hover .a48-shop-card-media img { transform: none; }
}
