.shop-strip{--shop-ink:#0b0b0b;--shop-paper:#faf7f0;--shop-accent:#ecff58;--shop-card-bg:#fff;flex-direction:column;gap:clamp(1.4rem,3vw,2.2rem);width:100%;display:flex}.shop-strip__head{text-align:center;max-width:46ch;margin-inline:auto}.shop-strip__eyebrow{text-transform:uppercase;letter-spacing:.14em;opacity:.65;margin:0 0 .4rem;font-size:.78rem;font-weight:700}.shop-strip__title{margin:0;font-size:clamp(1.7rem,4.5vw,2.6rem);font-weight:800;line-height:1.05}.shop-strip__subtitle{opacity:.75;margin:.6rem 0 0;font-size:1.02rem}.shop-strip__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:clamp(1rem,2.4vw,1.6rem);display:grid}@media (max-width:480px){.shop-strip__grid{grid-template-columns:repeat(2,1fr);gap:.7rem}}.shop-strip__grid>*{display:flex}.shop-card{background:var(--shop-card-bg);width:100%;color:var(--shop-ink);border:2px solid var(--shop-ink);box-shadow:6px 6px 0 var(--shop-accent);border-radius:1rem;flex-direction:column;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.shop-card:hover{box-shadow:9px 9px 0 var(--shop-accent);transform:translate(-2px,-2px)}.shop-card:active{box-shadow:4px 4px 0 var(--shop-accent);transform:translate(0)}.shop-card__media{aspect-ratio:1;background:var(--shop-paper);border-bottom:2px solid var(--shop-ink);position:relative;overflow:hidden}.shop-card__img{object-fit:contain;opacity:0;width:100%;height:100%;padding:.6rem;transition:opacity .7s;position:absolute;inset:0}.shop-card__img.is-active{opacity:1}.shop-card__img--detail{transform:scale(var(--dz,2));transform-origin:var(--fx,50%) var(--fy,50%);padding:0}@media (prefers-reduced-motion:reduce){.shop-card__img{transition:none}}.shop-card__badge{z-index:1;background:var(--shop-ink);color:#fff;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:.28em .6em;font-size:.7rem;font-weight:700;position:absolute;top:.6rem;left:.6rem}.shop-card__body{flex-direction:column;flex:1;gap:.35rem;padding:.85rem .95rem 1rem;display:flex}.shop-card__kicker{text-transform:uppercase;letter-spacing:.08em;opacity:.55;margin:0;font-size:.75rem;font-weight:600}.shop-card__name{margin:0;font-size:1.05rem;font-weight:700;line-height:1.2}.shop-card__foot{justify-content:space-between;align-items:center;gap:.6rem;margin-top:auto;padding-top:.7rem;display:flex}.shop-card__price{font-size:1.05rem;font-weight:800}.shop-card__cta{border:2px solid var(--shop-ink);background:var(--shop-accent);color:var(--shop-ink);white-space:nowrap;border-radius:999px;padding:.4em .85em;font-size:.82rem;font-weight:700;transition:transform .15s}.shop-card:hover .shop-card__cta{transform:scale(1.04)}.shop-card.is-soldout .shop-card__img{filter:grayscale(.85);opacity:.55}.shop-card__badge--soldout{background:#c0392b}.shop-card.is-soldout .shop-card__cta{color:var(--shop-ink);opacity:.6;background:0 0}.shop-card.is-soldout:hover .shop-card__cta{transform:none}.shop-strip__foot{justify-content:center;display:flex}.shop-strip__all{color:inherit;border-bottom:2px solid var(--shop-accent);padding-bottom:2px;font-weight:700;text-decoration:none;transition:opacity .15s}.shop-strip__all:hover{opacity:.7}
