/* Singh Bazaar main-site merchandising collections */
.merch-showcase{display:none;padding:10px 0 16px}
.merch-showcase.is-visible{display:block}
.merch-intro{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:8px 0 12px}
.merch-intro h2{font-family:var(--ff);font-size:clamp(20px,3vw,28px);color:var(--g900);letter-spacing:-.02em}
.merch-intro p{font-size:12.5px;color:var(--ink2);margin-top:3px}
.merch-section{position:relative;margin:0 0 22px;padding:14px;border:1px solid rgba(27,122,61,.13);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(242,250,244,.9));box-shadow:0 8px 26px rgba(23,79,42,.08);overflow:hidden}
.merch-section:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--gold),var(--g600));box-shadow:0 0 16px rgba(232,162,59,.45)}
.merch-section.best:before{background:linear-gradient(180deg,#ffd75a,var(--gold))}
.merch-section.special:before{background:linear-gradient(180deg,#ff765f,var(--r700))}
.merch-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 11px 5px}
.merch-title{display:flex;align-items:center;gap:9px;min-width:0}
.merch-title .ico{width:35px;height:35px;border-radius:11px;display:grid;place-items:center;background:#fff;box-shadow:var(--sh-sm);font-size:18px;flex:0 0 auto}
.merch-title h3{font-family:var(--ff);font-size:clamp(15px,2.4vw,19px);color:var(--g900);line-height:1.15}
.merch-title small{display:block;color:var(--ink2);font-size:10.5px;font-weight:600;margin-top:2px}
.merch-arrows{display:flex;gap:6px;flex:0 0 auto}
.merch-arrow{width:38px;height:38px;min-height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--g800);border:1px solid rgba(27,122,61,.2);box-shadow:var(--sh-sm);font-size:19px;font-weight:800;transition:.2s}
.merch-arrow:hover{color:#fff;background:linear-gradient(135deg,var(--g700),var(--g600));transform:translateY(-2px);box-shadow:0 5px 16px rgba(27,122,61,.28)}
.merch-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(172px,210px);gap:13px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scroll-behavior:smooth;padding:3px 5px 13px;margin:0 -1px;scrollbar-width:thin;scrollbar-color:var(--g600) transparent}
.merch-track .card{width:auto;min-width:0;scroll-snap-align:start}
.merch-track::-webkit-scrollbar{height:7px}.merch-track::-webkit-scrollbar-track{background:rgba(27,122,61,.07);border-radius:99px}.merch-track::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--g600),var(--gold));border-radius:99px}
@media(max-width:599px){.merch-showcase{padding-top:4px}.merch-intro{align-items:flex-start;flex-direction:column;gap:3px}.merch-section{padding:11px 9px 10px;border-radius:15px;margin-bottom:16px}.merch-head{margin-left:4px}.merch-title .ico{width:32px;height:32px;border-radius:9px;font-size:16px}.merch-title small{display:none}.merch-arrow{width:34px;height:34px;min-height:34px}.merch-track{grid-auto-columns:minmax(156px,calc(50vw - 25px));gap:10px;padding-bottom:10px}}
@media(prefers-reduced-motion:reduce){.merch-track{scroll-behavior:auto}}
