.ShopComponent_shopContainer__kgNt0{background:#fff;min-height:100vh}.ShopComponent_shopContent__yqSmZ{max-width:1400px;margin:0 auto;padding:5rem 40px 6rem}@media(max-width:768px){.ShopComponent_shopContent__yqSmZ{padding:3rem 20px 4rem}}.ShopComponent_shopHeader__TXVOs{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.ShopComponent_shopTitle__uAuE4{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.04em;color:#0a0a0a;margin:0;line-height:1}.ShopComponent_shopCount__GFV5B{font-size:.8125rem;color:var(--text-muted);letter-spacing:.05em}.ShopComponent_filters__rVcs2{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}@media(max-width:640px){.ShopComponent_filters__rVcs2{flex-direction:column;gap:.75rem}}.ShopComponent_filterGroup__Gmj69{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}@media(max-width:640px){.ShopComponent_filterGroup__Gmj69{width:100%}}.ShopComponent_filterSelect__pu8Xq{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid var(--border-strong);padding:.5rem 2rem .5rem .75rem;font-size:.6875rem;font-family:var(--font-sans);letter-spacing:.05em;color:var(--text-primary);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6' fill='none' stroke='%23999' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}@media(max-width:640px){.ShopComponent_filterSelect__pu8Xq{flex:1 1;min-width:0}}.ShopComponent_filterInput__SW0_m{border:1px solid var(--border-strong);padding:.5rem .75rem;font-size:.6875rem;font-family:var(--font-sans);width:100px;color:var(--text-primary)}@media(max-width:640px){.ShopComponent_filterInput__SW0_m{flex:1 1;width:auto;min-width:0}}.ShopComponent_filterInput__SW0_m::placeholder{color:var(--text-muted)}.ShopComponent_filterInput__SW0_m::-webkit-inner-spin-button,.ShopComponent_filterInput__SW0_m::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ShopComponent_filterCheck__vNnnR{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ShopComponent_filterCheck__vNnnR input[type=checkbox]{accent-color:#0a0a0a}.ShopComponent_emptyState__RYnT8,.ShopComponent_loadingState__WC8Vp{text-align:center;padding:4rem 0;color:var(--text-muted);font-size:.875rem}.ShopComponent_cardImgLink__OrmOK,.ShopComponent_cardNameLink__0pwGn{text-decoration:none;color:inherit}.ShopComponent_productList__MsdHB{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem}@media(max-width:768px){.ShopComponent_productList__MsdHB{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:400px){.ShopComponent_productList__MsdHB{grid-template-columns:1fr;gap:1.5rem}}.ShopComponent_card__eiKAZ{background:#fff;display:flex;flex-direction:column}.ShopComponent_cardImg__7BOo_{width:100%;aspect-ratio:3/4;overflow:hidden;background:var(--surface);position:relative}.ShopComponent_imgDefault__PVyO3,.ShopComponent_imgHover__Q_zYg{object-fit:cover;transition:opacity .5s var(--ease-out)}.ShopComponent_card__eiKAZ:hover .ShopComponent_imgDefault__PVyO3,.ShopComponent_imgHover__Q_zYg{opacity:0}.ShopComponent_card__eiKAZ:hover .ShopComponent_imgHover__Q_zYg{opacity:1}.ShopComponent_cardBody__PL2jL{padding:1.125rem 0 .5rem;display:flex;flex-direction:column;gap:.25rem;flex:1 1}@media(max-width:768px){.ShopComponent_cardBody__PL2jL{padding:.75rem 0 .25rem;gap:.125rem}}.ShopComponent_cardCategory__QxYGt{font-size:.625rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted)}@media(max-width:768px){.ShopComponent_cardCategory__QxYGt{font-size:.5rem;letter-spacing:.15em}}.ShopComponent_cardName__dIgmP{font-size:.9375rem;font-weight:500;color:#0a0a0a;margin:.125rem 0;line-height:1.4}@media(max-width:768px){.ShopComponent_cardName__dIgmP{font-size:.8125rem}}.ShopComponent_cardPrice__6Y4u2{font-size:.9375rem;font-weight:400;color:var(--text-secondary);margin:0 0 .875rem}@media(max-width:768px){.ShopComponent_cardPrice__6Y4u2{font-size:.8125rem;margin:0 0 .5rem}}.ShopComponent_cardBtn__v9XIg{margin-top:auto;align-self:flex-start;padding:.75rem 1.75rem;background:#0a0a0a;color:#fff;border:none;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:background .2s;font-family:var(--font-sans)}@media(max-width:768px){.ShopComponent_cardBtn__v9XIg{padding:.625rem 1rem;font-size:.5625rem;letter-spacing:.1em}}.ShopComponent_cardBtn__v9XIg:hover:not(:disabled){background:#333}.ShopComponent_cardBtn__v9XIg:disabled{background:var(--surface-2);color:var(--text-muted);cursor:not-allowed}