.store-hero[data-astro-cid-gw3zcr6g]{background:linear-gradient(180deg,var(--bg-secondary) 0%,var(--bg-primary) 100%);padding:80px 0 40px;border-bottom:1px solid var(--border-color);text-align:center}.store-hero[data-astro-cid-gw3zcr6g] h2[data-astro-cid-gw3zcr6g]{font-size:2.5rem;margin-bottom:12px;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.store-hero[data-astro-cid-gw3zcr6g] p[data-astro-cid-gw3zcr6g]{color:var(--text-secondary);font-size:1.1rem;max-width:600px;margin:0 auto}.store-catalog[data-astro-cid-gw3zcr6g]{padding:60px 0 100px}.filter-wrapper[data-astro-cid-gw3zcr6g]{display:flex;align-items:center;gap:16px;margin-bottom:40px;flex-wrap:wrap}.filter-label[data-astro-cid-gw3zcr6g]{font-size:.9rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.filter-tags[data-astro-cid-gw3zcr6g]{display:flex;gap:10px;flex-wrap:wrap}.filter-btn[data-astro-cid-gw3zcr6g]{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);padding:8px 16px;border-radius:var(--radius-full);font-size:.85rem;font-weight:500;cursor:pointer;transition:var(--transition-fast)}.filter-btn[data-astro-cid-gw3zcr6g]:hover{border-color:var(--border-hover);color:#fff}.filter-btn[data-astro-cid-gw3zcr6g].active{background:var(--gradient-primary);border-color:transparent;color:#fff;box-shadow:var(--shadow-sm)}.product-card[data-astro-cid-gw3zcr6g]{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:var(--transition-normal)}.product-card[data-astro-cid-gw3zcr6g]:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-img-box[data-astro-cid-gw3zcr6g]{position:relative;height:220px;background:var(--bg-tertiary);overflow:hidden}.product-image[data-astro-cid-gw3zcr6g]{width:100%;height:100%;object-fit:cover;transition:var(--transition-slow)}.product-card[data-astro-cid-gw3zcr6g]:hover .product-image[data-astro-cid-gw3zcr6g]{transform:scale(1.03)}.product-category[data-astro-cid-gw3zcr6g]{position:absolute;top:16px;left:16px;background:#0a0b0dd9;backdrop-filter:blur(4px);border:1px solid var(--border-color);color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;padding:4px 10px;border-radius:var(--radius-full)}.product-content[data-astro-cid-gw3zcr6g]{padding:24px;display:flex;flex-direction:column;flex-grow:1}.product-header[data-astro-cid-gw3zcr6g]{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.product-header[data-astro-cid-gw3zcr6g] h3[data-astro-cid-gw3zcr6g]{font-size:1.3rem}.product-price[data-astro-cid-gw3zcr6g]{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:#fff;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-desc[data-astro-cid-gw3zcr6g]{color:var(--text-secondary);font-size:.95rem;margin-bottom:20px;flex-grow:1}.product-tags[data-astro-cid-gw3zcr6g]{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.tag-chip[data-astro-cid-gw3zcr6g]{background:#ffffff08;border:1px solid var(--border-color);color:var(--text-muted);font-size:.75rem;font-weight:500;padding:4px 10px;border-radius:var(--radius-sm)}.product-actions[data-astro-cid-gw3zcr6g]{display:grid;grid-template-columns:1fr auto;gap:12px}.inspect-btn[data-astro-cid-gw3zcr6g]{padding:10px 16px}@media(max-width:480px){.product-actions[data-astro-cid-gw3zcr6g]{grid-template-columns:1fr}}.checkout-modal[data-astro-cid-gw3zcr6g]{position:fixed;top:0;right:-100%;width:100%;height:100vh;z-index:2000;display:flex;justify-content:flex-end;transition:right var(--transition-slow)}.checkout-modal[data-astro-cid-gw3zcr6g].active{right:0}.checkout-overlay[data-astro-cid-gw3zcr6g]{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;backdrop-filter:blur(4px);z-index:1}.checkout-content[data-astro-cid-gw3zcr6g]{position:relative;z-index:2;width:100%;max-width:480px;height:100%;background-color:var(--bg-secondary);border-left:1px solid var(--border-color);display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.checkout-header[data-astro-cid-gw3zcr6g]{padding:24px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.checkout-header[data-astro-cid-gw3zcr6g] h3[data-astro-cid-gw3zcr6g]{font-size:1.25rem}.close-checkout[data-astro-cid-gw3zcr6g]{background:none;border:none;color:var(--text-secondary);font-size:2rem;cursor:pointer;line-height:1}.close-checkout[data-astro-cid-gw3zcr6g]:hover{color:#fff}.checkout-body[data-astro-cid-gw3zcr6g]{padding:24px;overflow-y:auto;flex-grow:1}.order-summary-box[data-astro-cid-gw3zcr6g]{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:18px;margin-bottom:24px}.order-summary-box[data-astro-cid-gw3zcr6g] h4[data-astro-cid-gw3zcr6g]{font-size:.9rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.summary-line[data-astro-cid-gw3zcr6g]{display:flex;justify-content:space-between;font-size:.95rem;margin-bottom:8px}.summary-line[data-astro-cid-gw3zcr6g].total{border-top:1px solid var(--border-color);padding-top:8px;margin-top:8px;font-weight:700;font-size:1.05rem;color:#fff}.checkout-form[data-astro-cid-gw3zcr6g]{display:flex;flex-direction:column;gap:20px}.stripe-mock-element[data-astro-cid-gw3zcr6g]{background-color:var(--bg-tertiary);border:1px dashed var(--color-primary);padding:14px;border-radius:var(--radius-md);font-size:.85rem;color:var(--text-secondary);display:flex;align-items:center;gap:8px}
