@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");:root{--bg-color:#f5f5f7;--bg-secondary:#ffffff;--bg-card:#ffffff;--text-main:#1d1d1f;--text-muted:#86868b;--primary:#000000;--primary-hover:#1d1d1f;--accent:#0071e3;--border:#d2d2d7;--font-sans:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:99px;--shadow-sm:0 2px 4px rgba(0,0,0,0.02);--height-control:46px}*{box-sizing:border-box;margin:0;padding:0}body,html{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.4}button,input,select,textarea{font-family:inherit!important}.btn-primary{background:var(--primary);color:white;border:none;padding:.85rem 2.5rem;border-radius:var(--radius-full);font-weight:800;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem}.btn-primary:hover{background:var(--primary-hover);transform:scale(1.02)}.btn-icon{background:transparent;color:var(--text-main);border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.btn-icon:hover{opacity:.7}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc}::-webkit-scrollbar-thumb:hover{background:#999}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.skeleton{background-color:#e2e8f0;animation:pulse 2s ease-in-out infinite;border-radius:8px}.cart_overlay__jaWYa{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;animation:cart_fadeIn__dc4oL .3s ease}.cart_drawer__C1x6G{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:450px;background-color:white;border-left:1px solid #eee;z-index:2001;display:flex;flex-direction:column;animation:cart_slideIn__9SNJ6 .4s cubic-bezier(.16,1,.3,1);box-shadow:-20px 0 50px rgba(0,0,0,.2)}.cart_header__5_0qI{padding:2rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid black}.cart_header__5_0qI h3{font-size:1.25rem;font-weight:900;text-transform:uppercase;letter-spacing:-.02em}.cart_headerTitle__JOiVt{display:flex;align-items:center;gap:.75rem}.cart_closeBtn__x8k4V{background:none;border:none;color:black;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.cart_closeBtn__x8k4V:hover{opacity:.5}.cart_itemsList__4TQUD{flex:1 1;overflow-y:auto;padding:1.5rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.cart_itemsList__4TQUD::-webkit-scrollbar{width:6px}.cart_itemsList__4TQUD::-webkit-scrollbar-track{background:transparent}.cart_itemsList__4TQUD::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.1);border-radius:20px;border:1px solid transparent;background-clip:content-box}.cart_itemsList__4TQUD:hover::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}.cart_emptyState__d8zec{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);gap:1rem}.cart_cartItem__Prdqh{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f6f6f6}.cart_itemImage__LWzB1{width:100px;height:100px;background:#ffffff;border:1px solid #f0f0f0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--radius-md)}.cart_itemImage__LWzB1 img{width:85%;height:85%;object-fit:contain}.cart_placeholderImage__hMqxi{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.cart_itemDetails__WH_xg{flex:1 1}.cart_itemDetails__WH_xg h4{font-size:1.1rem;font-weight:900;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:-.02em}.cart_itemPrices__Dbmej{display:flex;flex-direction:column;gap:.1rem;margin-bottom:1rem}.cart_priceUsd__QQvSA{color:black;font-weight:800;font-size:1.1rem}.cart_priceVes___cW3Z{color:#888;font-size:.8rem;font-weight:600}.cart_quantityControls__r4_gC{display:flex;align-items:center;gap:.85rem}.cart_qtyBtnMinus__gsM0Y,.cart_qtyBtnPlus__KGS_E{width:32px;height:32px;border:1px solid #eee;background:white;color:black;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1)}.cart_qtyBtnMinus__gsM0Y:hover:not(:disabled),.cart_qtyBtnPlus__KGS_E:hover:not(:disabled){background:black;color:white;border-color:black}.cart_qtyBtnMinus__gsM0Y:disabled,.cart_qtyBtnPlus__KGS_E:disabled{background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8;cursor:not-allowed}.cart_qtyValue__UNdq3{font-weight:700;min-width:20px;text-align:center}.cart_itemActions__712PL{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.cart_removeBtn__Xf7WD{margin-left:auto;color:#888!important;border:none!important;background:transparent!important}.cart_removeBtn__Xf7WD:hover{color:black!important}.cart_footer__kitwT{padding:2rem 1.5rem;border-top:1px solid #eee;background:white}.cart_totals__Mst6j{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.cart_totalRow__J8AE4{display:flex;justify-content:space-between;align-items:baseline}.cart_totalRow__J8AE4 span:first-child{font-size:.75rem;font-weight:800;text-transform:uppercase;color:#888;letter-spacing:.05em}.cart_totalPrice__CHwpg{font-size:1.5rem;font-weight:900}.cart_totalVesMain__Xsw1A{font-size:1.75rem;font-weight:900;color:black}@keyframes cart_fadeIn__dc4oL{0%{opacity:0}to{opacity:1}}@keyframes cart_slideIn__9SNJ6{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart_footerActions__1iCiR{display:flex;flex-direction:column;gap:.75rem}.cart_checkoutBtn__t71ch{width:100%;background:black;border:1px solid black;color:white;padding:1.15rem;font-weight:800;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;border-radius:var(--radius-full);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.cart_checkoutBtn__t71ch:hover{background:#333;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.cart_continueBtn__jlAF7{width:100%;background:transparent;border:1px solid #eee;color:#666;padding:1.15rem;font-weight:800;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;border-radius:var(--radius-full);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.cart_continueBtn__jlAF7:hover{border-color:black;color:black;background:#fafafa}.navbar_navbar__iQJkt{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;height:4rem;z-index:1000;background:white;display:flex;align-items:center;border-bottom:none}.navbar_loadingBar__2sfyx{position:absolute;top:0;left:0;height:3px;background:black;z-index:1100;width:100%;transform-origin:left;animation:navbar_slideLoading___VX1n 2s ease-in-out infinite;box-shadow:0 0 10px rgba(0,0,0,.2)}@keyframes navbar_slideLoading___VX1n{0%{transform:scaleX(0) translateX(0)}50%{transform:scaleX(.5) translateX(50%)}to{transform:scaleX(0) translateX(100%)}}.navbar_container__IAWQB{max-width:1600px;width:100%;margin:0 auto;padding:0 5%;display:flex;align-items:center;justify-content:space-between}.navbar_logo__H1B5v{font-size:1.75rem;font-weight:900;color:black;text-transform:uppercase;letter-spacing:-.05em;text-decoration:none}.navbar_logo__H1B5v a{text-decoration:none;color:inherit}.navbar_actions__quUhx{display:flex;align-items:center;gap:1.5rem}.navbar_searchActive__Jr2_c{flex:1 1;margin-left:2rem}.navbar_searchWrapper__26YFw{max-width:600px;margin:0 2rem}.navbar_searchForm__xF0mB{width:100%}.navbar_inputContainer__WbXpD{position:relative;display:flex;align-items:center;background:#f5f5f5;border-radius:99px;padding:0 1.25rem;height:44px}.navbar_searchIconInside__KoH8M{color:#999;margin-right:.5rem}.navbar_searchInput__HqSKh{flex:1 1;border:none;background:transparent;padding:.75rem 0;font-size:.85rem;outline:none;font-weight:500;color:black}.navbar_clearSearchBtn__oNzB7{background:transparent;border:none;color:#999;cursor:pointer;padding:.25rem;display:flex;align-items:center}.navbar_clearSearchBtn__oNzB7:hover{color:black}.navbar_closeSearch__hQexa{background:transparent;border:none;color:#666;cursor:pointer;display:flex;align-items:center;padding:.4rem}.navbar_closeSearch__hQexa:hover{color:black}.navbar_authLink__dfKhE,.navbar_cartBtn__5neTT{position:relative;background:transparent;border:none;color:black;cursor:pointer;padding:0 1.25rem;display:flex;align-items:center;gap:.75rem;height:44px;border-radius:var(--radius-full);text-decoration:none;transition:all .2s ease}.navbar_userName__MDHAn{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:black}.navbar_authLink__dfKhE:hover,.navbar_cartBtn__5neTT:hover{background:#f5f5f5}.navbar_searchWrapper__26YFw{position:relative;flex:1 1;display:flex;flex-direction:column}.navbar_suggestionsContainer__BMe8O{position:absolute;top:100%;left:0;right:0;background:white;margin-top:.5rem;border-radius:20px;box-shadow:0 10px 25px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.05);overflow:hidden;z-index:1001}.navbar_suggestionItem__hn35u{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;cursor:pointer;transition:background .2s}.navbar_suggestionItem__hn35u:hover{background:#f9f9f9}.navbar_suggestionThumb__3c_bU{width:32px;height:32px;background:#f0f0f0;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.navbar_suggestionThumb__3c_bU img{width:100%;height:100%;object-fit:cover}.navbar_suggestionName__BKhdF{font-size:.85rem;font-weight:600;color:#333}.navbar_badge__AnQ5V{position:absolute;top:-2px;right:-2px;background:black;color:white;font-size:.65rem;font-weight:900;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%}