.store-shell{padding:150px 0 90px;color:var(--text-primary);min-height:65vh}.store-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;padding-bottom:55px;border-bottom:1px solid var(--border-color,#334155)}.store-eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted)}.store-hero h1{font-size:clamp(42px,6vw,86px);font-weight:500;letter-spacing:-.055em;line-height:1.08;margin:25px 0}.store-hero h1 em{font-style:normal;color:var(--color-primary,#4ade80)}.store-hero p{font-size:17px;color:var(--text-secondary)}.store-hero__note{border-left:1px solid var(--border-color,#334155);padding-left:35px;min-width:220px}.store-hero__note>span{font-size:72px;line-height:1;font-weight:500;letter-spacing:-.07em}.store-hero__note p{margin:10px 0 28px}.store-hero__note small{line-height:1.8;color:var(--text-muted)}.store-toolbar{display:flex;flex-wrap:wrap;gap:15px;align-items:end;padding:32px 0}.store-toolbar label,.store-buy label{display:flex;flex-direction:column;gap:8px;font-size:12px;color:var(--text-secondary)}.store-search{flex:1;min-width:200px}.store-toolbar input,.store-toolbar select,.store-buy input{border:1px solid var(--border-color,#334155);background:var(--bg-surface-alt);color:var(--text-primary);border-radius:7px;padding:13px 15px;min-height:48px;font:inherit}.store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.store-card{color:inherit;border:1px solid var(--border-color,#334155);border-radius:12px;overflow:hidden;background:var(--bg-surface);transition:border-color .2s,box-shadow .2s;text-decoration:none}.store-card:hover{border-color:var(--color-primary,#4ade80);box-shadow:0 12px 35px #0001}.store-card__image{position:relative;aspect-ratio:16/9;padding:0;background:var(--bg-surface-alt)}.store-card__image img{width:100%;height:100%;object-fit:contain}.store-placeholder{height:100%;min-height:180px;display:grid;place-items:center;color:var(--text-muted);opacity:.4}.store-stock{position:absolute;top:15px;left:15px;border:1px solid var(--border-color,#334155);background:var(--bg-surface);padding:6px 10px;border-radius:30px;font-size:10px;font-weight:600}.store-stock.is-out{color:var(--text-muted)}.store-card__body{padding:24px}.store-card__body>small{color:var(--text-muted);font-size:11px;letter-spacing:.08em}.store-card h2{font-size:22px;font-weight:500;line-height:1.4;margin:10px 0 28px}.store-card__foot{display:flex;justify-content:space-between;align-items:center;gap:15px}.store-card__foot strong{font-size:19px;font-weight:600}.store-card__foot>span{border:1px solid var(--border-color,#334155);border-radius:50%;width:38px;height:38px;display:grid;place-items:center}.store-empty{padding:80px 20px;text-align:center;border:1px dashed var(--border-color,#334155);border-radius:12px}.store-empty p{margin:20px 0;color:var(--text-muted)}.store-pagination{display:flex;justify-content:center;gap:10px;margin-top:35px}.store-back{display:inline-block;margin-bottom:35px;color:var(--text-muted);font-size:13px}.store-detail{display:grid;grid-template-columns:1.1fr 1fr;gap:65px}.store-detail__cover{margin:0;border-radius:12px;background:var(--bg-surface-alt);aspect-ratio:16/9;overflow:hidden;padding:0}.store-detail__cover img{width:100%;height:100%;object-fit:contain}.store-detail__info h1{font-size:clamp(32px,4vw,55px);font-weight:500;letter-spacing:-.035em;line-height:1.15;margin:18px 0}.store-code{font-size:12px;color:var(--text-muted)}.store-price{display:block;font-size:34px;font-weight:500;margin:35px 0 12px}.store-availability{display:block;font-size:12px;color:var(--color-primary,#4ade80)}.store-buy{display:flex;gap:14px;align-items:end;margin:30px 0}.store-buy input{width:90px}.store-buy button{min-height:48px;flex:1}.store-buy button:disabled{opacity:.5;cursor:not-allowed}.store-delivery{border-top:1px solid var(--border-color,#334155);padding-top:24px;font-size:13px}.store-delivery p{margin-top:10px;color:var(--text-muted);line-height:1.7}.store-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:15px}.store-gallery a{background:var(--bg-surface-alt);border-radius:8px;overflow:hidden}.store-gallery img{aspect-ratio:16/9;width:100%;object-fit:contain}.store-description{margin-top:65px;padding-top:35px;border-top:1px solid var(--border-color,#334155);max-width:850px;line-height:1.8}.store-description h2{font-size:30px;margin:15px 0}.store-description img{max-width:100%;height:auto}.store-error{padding:15px;border:1px solid #ef4444;color:#ef4444;border-radius:8px;margin-top:20px}@media(max-width:1000px){.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-detail{gap:30px}}@media(max-width:650px){.store-shell{padding-top:110px}.store-hero{display:block}.store-hero__note{display:none}.store-grid,.store-detail{grid-template-columns:1fr}.store-toolbar>label{width:100%}.store-toolbar button{width:100%}.store-hero h1{font-size:48px}.store-buy{flex-wrap:wrap}.store-card__image{aspect-ratio:16/9}}

.store-card__image img,.store-detail__cover img{display:block}
