.shop_page__pMUFv{display:flex;flex-direction:column;min-height:100vh;color:var(--text-primary)}.shop_body__WDEJL{flex:1 1;max-width:1200px;width:100%;margin:0 auto;padding:4rem 2rem;box-sizing:border-box}.shop_cancelledBanner__3iARl,.shop_successBanner__4pZvb{border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem;animation:shop_slideDown__u7Uc6 .3s ease}.shop_successBanner__4pZvb{background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.25)}.shop_cancelledBanner__3iARl{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.25)}.shop_successContent___3YsR{display:flex;align-items:flex-start;gap:.75rem}.shop_successIcon__ZGlcW{background:#22c55e;font-size:.85rem}.shop_cancelledIcon__Il5gw,.shop_successIcon__ZGlcW{flex-shrink:0;width:28px;height:28px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.shop_cancelledIcon__Il5gw{background:#ef4444;font-size:.75rem}.shop_successText__uCfQT{flex:1 1}.shop_successTitle__scDUv{font-size:.95rem;font-weight:600;margin:0 0 .2rem;color:var(--text-primary)}.shop_successMessage__KWTST{font-size:.85rem;color:var(--text-secondary);margin:0;line-height:1.4}.shop_successDismiss__hlmha{flex-shrink:0;background:none;border:none;color:var(--text-muted);font-size:.8rem;cursor:pointer;padding:.2rem .4rem;border-radius:4px;transition:color .15s ease;font-family:inherit}.shop_successDismiss__hlmha:hover{color:var(--text-primary)}.shop_header__ht1oT{margin-bottom:1.5rem}.shop_headerRow__dmdos{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.shop_title__6He9R{font-size:2.5rem;font-weight:600;margin:0 0 .5rem;letter-spacing:-.02em;color:var(--accent-primary)}.shop_subtitle__Tftll{font-size:1.1rem;color:var(--text-secondary);margin:0}.shop_filterBar__dj6Cr{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.shop_filterBarRight__wDV7f{display:flex;align-items:center;gap:.5rem}.shop_categoryFilters__yEtAB{display:flex;gap:.4rem;flex-wrap:wrap}.shop_filterChip__0DXG7{background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:20px;padding:.4rem .9rem;font-size:.8rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap}.shop_filterChip__0DXG7:hover{border-color:var(--accent-primary);color:var(--text-primary)}.shop_filterChipActive___r40M,.shop_filterChipActive___r40M:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:var(--text-on-accent)}.shop_filterChipActive___r40M:hover{opacity:.9}.shop_gridToggle__sc36y{display:flex;align-items:center;border:1px solid var(--border-subtle);border-radius:8px;overflow:hidden}.shop_gridToggleButton__LnUNf{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--surface-elevated);border:none;color:var(--text-muted);cursor:pointer;transition:all .15s ease;padding:0}.shop_gridToggleButton__LnUNf:not(:last-child){border-right:1px solid var(--border-subtle)}.shop_gridToggleButton__LnUNf:hover{color:var(--text-primary);background:var(--surface)}.shop_gridToggleButtonActive__ppAkW{color:var(--accent-primary);background:var(--surface)}.shop_sortWrapper__81hf4{position:relative}.shop_sortButton__oJUsE{display:flex;align-items:center;gap:.4rem;background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:8px;padding:.4rem .8rem;font-size:.8rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap}.shop_sortButton__oJUsE:hover{border-color:var(--accent-primary);color:var(--text-primary)}.shop_sortIcon__DoI8Y{font-size:.85rem}.shop_sortDropdown__a4sgX{position:absolute;top:calc(100% + 4px);right:0;background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:10px;padding:.3rem;min-width:180px;box-shadow:0 8px 24px var(--shadow);z-index:20;animation:shop_fadeIn__AfJne .15s ease}@keyframes shop_fadeIn__AfJne{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.shop_sortOption__I66pR{display:block;width:100%;text-align:left;background:none;border:none;border-radius:6px;padding:.5rem .75rem;font-size:.8rem;color:var(--text-secondary);cursor:pointer;transition:all .15s ease;font-family:inherit}.shop_sortOption__I66pR:hover{background:var(--surface);color:var(--text-primary)}.shop_sortOptionActive__ep9Mn{color:var(--accent-primary);font-weight:600}.shop_cartButton__x8yYy{display:flex;align-items:center;gap:.5rem;background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:10px;padding:.6rem 1rem;color:var(--text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;white-space:nowrap;font-family:inherit}.shop_cartButton__x8yYy:hover{border-color:var(--accent-primary);background:var(--surface)}.shop_cartIcon__VHeXH{font-size:1rem}.shop_cartBadge__7G7_Y{background:var(--accent-primary);color:var(--text-on-accent);font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.shop_cartDrawer__am_dI{background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:12px;padding:1.25rem;margin-bottom:2rem;animation:shop_slideDown__u7Uc6 .2s ease}@keyframes shop_slideDown__u7Uc6{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.shop_cartHeader__LreXe{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.shop_cartTitle__7Itl9{font-size:1rem;font-weight:600;margin:0;color:var(--text-primary)}.shop_cartClose__0FoBg{background:none;border:none;color:var(--text-muted);font-size:.85rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:color .15s ease,background .15s ease}.shop_cartClose__0FoBg:hover{color:var(--text-primary);background:var(--surface)}.shop_emptyCart__rhEuX{color:var(--text-muted);font-size:.9rem;text-align:center;padding:1.5rem 0;margin:0}.shop_cartItems__S1ZqP{display:flex;flex-direction:column;gap:.75rem}.shop_cartItem__GCPRQ{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--border-subtle)}.shop_cartItem__GCPRQ:last-child{border-bottom:none}.shop_cartItemImageWrapper__iC3ly{position:relative;width:48px;min-width:48px;height:48px;border-radius:6px;overflow:hidden;background:var(--surface)}.shop_cartItemImage__D3NVE{object-fit:cover}.shop_cartItemInfo__slYi1{flex:1 1;display:flex;flex-direction:column;gap:.125rem}.shop_cartItemName__eJFNy{font-size:.85rem;font-weight:600;color:var(--text-primary)}.shop_cartItemPrice__U3_pJ{font-size:.8rem;color:var(--text-secondary)}.shop_cartItemActions__dIJas{display:flex;align-items:center;gap:.75rem}.shop_quantityControl__QgK5V{display:flex;align-items:center;gap:0;border:1px solid var(--border-subtle);border-radius:6px;overflow:hidden}.shop_quantityButton__SM7aF{background:var(--surface);border:none;color:var(--text-primary);width:28px;height:28px;font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;font-family:inherit}.shop_quantityButton__SM7aF:hover{background:var(--surface-elevated)}.shop_quantityValue__h3cIl{font-size:.8rem;font-weight:600;min-width:24px;text-align:center;color:var(--text-primary)}.shop_removeButton__RKiuF{background:none;border:none;color:var(--text-muted);font-size:.75rem;cursor:pointer;padding:.2rem .4rem;border-radius:4px;transition:color .15s ease;font-family:inherit}.shop_removeButton__RKiuF:hover{color:#ef4444}.shop_cartFooter__VDTGH{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-subtle)}.shop_cartTotal__CkkW_{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary)}.shop_cartTotalPrice__IFMXq{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.shop_checkoutButton__AOeWm{background:var(--accent-primary);color:var(--text-on-accent);border:none;border-radius:8px;padding:.6rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.shop_checkoutButton__AOeWm:hover{opacity:.9;transform:translateY(-1px)}.shop_checkoutButton__AOeWm:disabled{opacity:.5;cursor:not-allowed;transform:none}.shop_productGrid__KBUYm{display:grid;grid-gap:1.5rem;gap:1.5rem;transition:all .2s ease}.shop_gridCols2__NwDYG{grid-template-columns:repeat(2,1fr)}.shop_gridCols3__R1ekl{grid-template-columns:repeat(3,1fr)}.shop_gridCols4__FgxsD{grid-template-columns:repeat(4,1fr)}.shop_noProducts__Q7Bqa{grid-column:1/-1;text-align:center;color:var(--text-muted);font-size:.95rem;padding:3rem 0;margin:0}.shop_productCard__Wfga1{border-radius:12px;overflow:hidden;transition:all .2s ease}.shop_productCard__Wfga1:hover{box-shadow:0 4px 24px var(--shadow)}.shop_productImageWrapper__6B_iv{position:relative;width:100%;aspect-ratio:1/1;background:var(--surface);overflow:hidden}.shop_productImage__QQCMZ{object-fit:cover;transition:transform .3s ease}.shop_productCard__Wfga1:hover .shop_productImage__QQCMZ{transform:scale(1.03)}.shop_productBadge__aBu0G{position:absolute;top:12px;left:12px;background:var(--accent-primary);color:var(--text-on-accent);padding:.2rem .6rem;border-radius:6px;font-size:.65rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;z-index:2}.shop_carouselArrow__AsrGU{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:none;background:rgba(255,255,255,.85);color:#111;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;opacity:0;transition:opacity .2s ease,background .15s ease;padding:0;font-family:inherit}.shop_productCard__Wfga1:hover .shop_carouselArrow__AsrGU{opacity:1}.shop_carouselArrow__AsrGU:hover{background:#fff}.shop_carouselArrowLeft__aAlGB{left:8px}.shop_carouselArrowRight__3ZxEn{right:8px}.shop_carouselDots__PbBwk{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);display:flex;flex-direction:row;gap:5px;z-index:3}.shop_carouselDot___EIIP{width:6px;height:6px;border-radius:50%;border:none;background:rgba(0,0,0,.2);cursor:pointer;padding:0;transition:all .2s ease}.shop_carouselDot___EIIP:hover{background:rgba(0,0,0,.4)}.shop_carouselDotActive__KzxgR,.shop_carouselDotActive__KzxgR:hover{background:var(--accent-primary)}.shop_productOverlay__huUcv{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:.75rem;z-index:1}.shop_productOverlayContent__fkEj3{display:flex;flex-direction:column;gap:.1rem;margin-bottom:.1rem}.shop_productTitle__4Sw4x{font-size:.7rem;font-weight:600;margin:0;color:#111}.shop_productDescription__qVIbK{font-size:.6rem;color:#444;margin:0;line-height:1.3}.shop_productFooter__KPa_4{display:flex;align-items:center;justify-content:space-between}.shop_productPrice__ZOnAM{font-size:.7rem;font-weight:700;color:#111}.shop_addToCartButton__1qEdE{background:var(--accent-primary);color:var(--text-on-accent);border:none;border-radius:5px;padding:.25rem .7rem;font-size:.65rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.shop_addToCartButton__1qEdE:hover{opacity:.9;transform:translateY(-1px)}.shop_addedButton__jaqlA{background:#22c55e;color:#fff}.shop_soldOutButton__uSS3g{background:rgba(0,0,0,.05);color:#999;border:1px solid rgba(0,0,0,.1);border-radius:5px;padding:.25rem .7rem;font-size:.65rem;font-weight:500;cursor:not-allowed;font-family:inherit}.shop_policiesSection__1kqY0{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-subtle)}.shop_policiesGrid__STnUS{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.shop_policyBlock__On5HS{display:flex;flex-direction:column;gap:.4rem}.shop_policyTitle__bmFok{font-size:.8rem;font-weight:600;color:var(--text-primary);margin:0;text-transform:uppercase;letter-spacing:.04em}.shop_policyText__pQW63{font-size:.8rem;color:var(--text-secondary);margin:0;line-height:1.5}.shop_policyLink__HXBhT{color:var(--accent-primary);text-decoration:none;transition:opacity .15s ease}.shop_policyLink__HXBhT:hover{opacity:.8;text-decoration:underline}.shop_paymentIcons__LiPJH{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.35rem}.shop_paymentBadge__vWqyc{display:inline-flex;align-items:center;justify-content:center;background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:600;color:var(--text-secondary);letter-spacing:.02em;white-space:nowrap}@media (max-width:1024px){.shop_body__WDEJL{padding:3rem 2rem}.shop_title__6He9R{font-size:2.25rem}.shop_gridCols4__FgxsD{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.shop_body__WDEJL{padding:2.5rem 1.5rem}.shop_title__6He9R{font-size:2rem}.shop_subtitle__Tftll{font-size:1rem}.shop_gridCols3__R1ekl,.shop_gridCols4__FgxsD{grid-template-columns:repeat(2,1fr)}.shop_filterBar__dj6Cr{flex-direction:column;align-items:flex-start;gap:.75rem}.shop_policiesGrid__STnUS{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:580px){.shop_body__WDEJL{padding:2rem 1.25rem}.shop_title__6He9R{font-size:1.75rem}.shop_headerRow__dmdos{flex-direction:column;gap:.75rem}.shop_cartButton__x8yYy{align-self:flex-start}.shop_gridCols2__NwDYG,.shop_gridCols3__R1ekl,.shop_gridCols4__FgxsD{grid-template-columns:1fr}.shop_gridToggle__sc36y{display:none}.shop_cartItem__GCPRQ{flex-wrap:wrap;gap:.5rem}.shop_cartItemActions__dIJas{width:100%;justify-content:space-between;padding-left:calc(48px + .75rem)}.shop_categoryFilters__yEtAB{gap:.3rem}.shop_filterChip__0DXG7{padding:.35rem .7rem;font-size:.75rem}.shop_policiesSection__1kqY0{margin-top:2rem;padding-top:1.5rem}}@media (max-width:480px){.shop_body__WDEJL{padding:2rem 1rem}.shop_title__6He9R{font-size:1.5rem}.shop_subtitle__Tftll{font-size:.9rem}.shop_addToCartButton__1qEdE,.shop_soldOutButton__uSS3g{padding:.45rem 1rem;font-size:.8rem}.shop_checkoutButton__AOeWm{padding:.55rem 1.25rem;font-size:.8rem}}@media (max-width:360px){.shop_body__WDEJL{padding:1.5rem .875rem}.shop_title__6He9R{font-size:1.35rem}.shop_subtitle__Tftll{font-size:.85rem}}