.shop-header[data-astro-cid-jj4w4ihz]{padding:calc(var(--header-height) + var(--space-12)) 0 var(--space-8);background:var(--color-bg-alt)}.breadcrumb[data-astro-cid-jj4w4ihz]{display:flex;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-light);margin-bottom:var(--space-3)}.breadcrumb[data-astro-cid-jj4w4ihz] a[data-astro-cid-jj4w4ihz]{color:var(--color-primary);font-weight:500}.shop-header[data-astro-cid-jj4w4ihz] h1[data-astro-cid-jj4w4ihz]{color:var(--color-primary);font-size:var(--text-4xl);margin-bottom:var(--space-2)}.shop-subtitle[data-astro-cid-jj4w4ihz]{color:var(--color-text-light);font-size:var(--text-lg)}.shop-toolbar[data-astro-cid-jj4w4ihz]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-10);padding-bottom:var(--space-4);border-bottom:1px solid var(--color-border-light)}.shop-filter[data-astro-cid-jj4w4ihz]{display:flex;align-items:center;gap:var(--space-3)}.shop-filter[data-astro-cid-jj4w4ihz] label[data-astro-cid-jj4w4ihz]{font-weight:500;font-size:var(--text-sm);color:var(--color-text-light)}.shop-filter[data-astro-cid-jj4w4ihz] select[data-astro-cid-jj4w4ihz]{padding:8px 16px;border:1.5px solid var(--color-border);border-radius:var(--radius-lg);font-family:var(--font-body);font-size:var(--text-sm);transition:border-color var(--transition);background:var(--color-white);cursor:pointer}.shop-filter[data-astro-cid-jj4w4ihz] select[data-astro-cid-jj4w4ihz]:focus{outline:none;border-color:var(--color-primary)}.shop-count[data-astro-cid-jj4w4ihz]{font-size:var(--text-sm);color:var(--color-text-light);white-space:nowrap}.product-grid[data-astro-cid-jj4w4ihz]{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-6)}.product-card[data-astro-cid-jj4w4ihz]{background:var(--color-white);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.product-card[data-astro-cid-jj4w4ihz][hidden]{display:none}.product-card[data-astro-cid-jj4w4ihz]:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.product-image[data-astro-cid-jj4w4ihz]{position:relative;overflow:hidden;display:block;aspect-ratio:1}.product-image[data-astro-cid-jj4w4ihz] img[data-astro-cid-jj4w4ihz]{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.product-card[data-astro-cid-jj4w4ihz]:hover .product-image[data-astro-cid-jj4w4ihz] img[data-astro-cid-jj4w4ihz]{transform:scale(1.05)}.product-badge[data-astro-cid-jj4w4ihz]{position:absolute;top:12px;left:12px;background:var(--color-accent-coral, #fe4a5e);color:#fff;font-size:.7rem;font-weight:700;padding:4px 14px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.product-body[data-astro-cid-jj4w4ihz]{padding:16px 18px 18px;display:flex;flex-direction:column;flex:1}.product-name[data-astro-cid-jj4w4ihz]{font-size:.95rem;font-weight:600;color:var(--color-heading, #1a1a1a);margin-bottom:6px;line-height:1.35}.product-name[data-astro-cid-jj4w4ihz] a[data-astro-cid-jj4w4ihz]{color:inherit;text-decoration:none}.product-name[data-astro-cid-jj4w4ihz] a[data-astro-cid-jj4w4ihz]:hover{color:var(--color-primary)}.product-price[data-astro-cid-jj4w4ihz]{display:flex;align-items:baseline;gap:6px;margin-bottom:14px}.price-amount[data-astro-cid-jj4w4ihz]{font-size:1.35rem;font-weight:800;color:var(--color-heading, #1a1a1a)}.price-unit[data-astro-cid-jj4w4ihz]{font-size:.82rem;color:var(--color-text-light, #888);font-weight:500}.product-qty[data-astro-cid-jj4w4ihz]{display:flex;align-items:center;border:1.5px solid #e0e0e0;border-radius:10px;overflow:hidden;margin-bottom:12px}.qty-btn[data-astro-cid-jj4w4ihz]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;color:#555;background:#f8f8f8;border:none;cursor:pointer;transition:all .2s ease;user-select:none}.qty-btn[data-astro-cid-jj4w4ihz]:hover{background:#e8f5e9;color:var(--color-primary)}.qty-btn[data-astro-cid-jj4w4ihz]:active{background:#c8e6c9}.qty-input[data-astro-cid-jj4w4ihz]{flex:1;text-align:center;border:none;border-left:1.5px solid #e0e0e0;border-right:1.5px solid #e0e0e0;font-size:.95rem;font-weight:600;font-family:var(--font-body, inherit);height:40px;background:transparent;color:#333;min-width:0}.qty-input[data-astro-cid-jj4w4ihz]:focus{outline:none}.qty-input[data-astro-cid-jj4w4ihz]::-webkit-inner-spin-button,.qty-input[data-astro-cid-jj4w4ihz]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.btn-atc[data-astro-cid-jj4w4ihz]{display:flex;align-items:center;justify-content:center;width:100%;padding:13px 16px;background:var(--color-primary, #016238);color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border:none;border-radius:33px;cursor:pointer;text-decoration:none;transition:all .25s ease;margin-top:auto}.btn-atc[data-astro-cid-jj4w4ihz]:hover{background:var(--color-primary-dark, #014a2a);transform:translateY(-1px);box-shadow:0 4px 12px #0162384d}.btn-atc[data-astro-cid-jj4w4ihz]:active{transform:translateY(0)}@media(max-width:1024px){.product-grid[data-astro-cid-jj4w4ihz]{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.shop-toolbar[data-astro-cid-jj4w4ihz]{flex-direction:column;align-items:flex-start}.product-grid[data-astro-cid-jj4w4ihz]{grid-template-columns:repeat(2,1fr);gap:12px}.product-body[data-astro-cid-jj4w4ihz]{padding:12px 14px 14px}.product-name[data-astro-cid-jj4w4ihz]{font-size:.85rem}.price-amount[data-astro-cid-jj4w4ihz]{font-size:1.15rem}.qty-btn[data-astro-cid-jj4w4ihz]{width:34px;height:34px;font-size:1rem}.qty-input[data-astro-cid-jj4w4ihz]{height:34px;font-size:.85rem}.btn-atc[data-astro-cid-jj4w4ihz]{padding:11px 12px;font-size:.75rem}}
