.merch-main { max-width:1400px; margin-inline:auto; }
.merch-heading { margin-bottom:2rem; }
.merch-heading > p:last-child { color:var(--muted); font-size:1.1rem; }
.merch-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:clamp(1.25rem,3vw,2.5rem); }
.merch-card { min-width:0; border:1px solid var(--line); border-radius:12px; overflow:hidden; background:var(--paper-2); }
.merch-gallery { position:relative; }
.merch-photo { display:block; width:100%; height:auto; aspect-ratio:1; object-fit:contain; }
.merch-photo-tabs { display:flex; position:absolute; bottom:1rem; left:50%; transform:translateX(-50%); gap:.3rem; padding:.3rem; border:1px solid #ffffff40; border-radius:30px; background:#110b0ae8; }
.merch-photo-tabs button { min-width:76px; min-height:40px; padding:.5rem 1rem; border:0; border-radius:24px; background:transparent; color:var(--ink); font:inherit; cursor:pointer; }
.merch-photo-tabs button[aria-pressed=true] { background:var(--brand-pink); color:var(--paper); }
.merch-photo-tabs button:focus-visible { outline:2px solid white; outline-offset:2px; }
.merch-details { padding:clamp(1.25rem,3vw,2rem); }
.merch-details .eyebrow { margin:0 0 .6rem; }
.merch-details h2 { font:700 clamp(1.35rem,2.5vw,2rem)/1.2 "Archivo",sans-serif; margin:0 0 1rem; }
.merch-description { line-height:1.65; margin:0 0 1.5rem; color:var(--muted); }
.merch-order-note { font-size:.875rem; line-height:1.5; color:var(--muted); }
.merch-actions { display:flex; flex-wrap:wrap; gap:.65rem; }
.merch-actions .button { font-size:.85rem; padding:.8rem 1rem; }
@media(max-width:700px) { .merch-grid { grid-template-columns:1fr; } .merch-actions .button { flex:1 1 100%; text-align:center; justify-content:center; } }
