:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}._authModalOverlay_6nd4e_1{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._authModal_6nd4e_1{background:#fff;border-radius:12px;padding:0;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;animation:_modalSlideIn_6nd4e_1 .3s ease-out}@keyframes _modalSlideIn_6nd4e_1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._authModalHeader_6nd4e_38{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb;margin-bottom:0}._authModalHeader_6nd4e_38 h2{margin:0;font-size:24px;font-weight:600;color:#111827}._closeBtn_6nd4e_54{background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;color:#6b7280;transition:all .2s}._closeBtn_6nd4e_54:hover{background-color:#f3f4f6;color:#374151}._authForm_6nd4e_69{padding:24px}._formRow_6nd4e_73{display:grid;grid-template-columns:1fr 1fr;gap:16px}._formGroup_6nd4e_79{margin-bottom:20px}._formGroup_6nd4e_79 label{display:block;margin-bottom:6px;font-weight:500;color:#374151;font-size:14px}._inputWithIcon_6nd4e_91{position:relative;display:flex;align-items:center}._inputWithIcon_6nd4e_91 svg:first-child{position:absolute;left:12px;color:#9ca3af;z-index:1}._inputWithIcon_6nd4e_91 input{width:100%;padding:12px 44px 12px 48px;border:1.5px solid #d1d5db;border-radius:8px;font-size:15px;transition:all .2s;background-color:#fff;box-sizing:border-box}._inputWithIcon_6nd4e_91 input:focus{outline:none;border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}._passwordToggle_6nd4e_121{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:#6b7280;transition:color .2s;display:flex;align-items:center;justify-content:center}._passwordToggle_6nd4e_121:hover{color:#374151}._errorMessage_6nd4e_142{background-color:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;font-weight:500}._authSubmitBtn_6nd4e_153{width:100%;background:linear-gradient(135deg,#e53e3e,#d73a3a);color:#fff;border:none;padding:14px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:24px}._authSubmitBtn_6nd4e_153:hover:not(:disabled){background:linear-gradient(135deg,#d73a3a,#c53030);transform:translateY(-1px);box-shadow:0 4px 12px #e53e3e66}._authSubmitBtn_6nd4e_153:disabled{opacity:.6;cursor:not-allowed;transform:none}._authDivider_6nd4e_179{position:relative;text-align:center;margin:24px}._authDivider_6nd4e_179:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e5e7eb}._authDivider_6nd4e_179 span{background-color:#fff;padding:8px 16px;color:#6b7280;font-size:14px;position:relative;z-index:1}._authSwitch_6nd4e_204{text-align:center;padding:0 24px 24px}._authSwitch_6nd4e_204 p{margin:0;color:#6b7280;font-size:14px}._switchModeBtn_6nd4e_215{background:none;border:none;color:#e53e3e;font-weight:600;cursor:pointer;margin-left:4px;transition:color .2s;font-size:14px}._switchModeBtn_6nd4e_215:hover{color:#d73a3a;text-decoration:underline}@media (max-width: 768px){._authModal_6nd4e_1{width:95%;margin:20px;max-height:85vh}._formRow_6nd4e_73{grid-template-columns:1fr;gap:0}._authModalHeader_6nd4e_38{padding:20px 20px 12px}._authForm_6nd4e_69{padding:20px}._authSwitch_6nd4e_204{padding:0 20px 20px}._authModalHeader_6nd4e_38 h2{font-size:20px}}@media (prefers-color-scheme: dark){._authModal_6nd4e_1{background:#1f2937;color:#f9fafb}._authModalHeader_6nd4e_38{border-bottom-color:#374151}._authModalHeader_6nd4e_38 h2{color:#f9fafb}._closeBtn_6nd4e_54:hover{background-color:#374151;color:#d1d5db}._formGroup_6nd4e_79 label{color:#d1d5db}._inputWithIcon_6nd4e_91 input{background-color:#374151;border-color:#4b5563;color:#f9fafb;box-sizing:border-box}._inputWithIcon_6nd4e_91 input:focus{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}._authDivider_6nd4e_179:before{background-color:#374151}._authDivider_6nd4e_179 span{background-color:#1f2937;color:#9ca3af;position:relative;z-index:1;padding:8px 16px}._authSwitch_6nd4e_204 p{color:#9ca3af}}._cartIcon_jzpre_1{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .2s ease;padding:.5rem;border-radius:.375rem;text-decoration:none;color:inherit}._cartIcon_jzpre_1:hover{background-color:var(--hover-bg, rgba(0, 0, 0, .05));transform:translateY(-1px)}._cartIcon_jzpre_1:focus{outline:2px solid var(--primary-color, #007bff);outline-offset:2px}._iconContainer_jzpre_23{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}._cartBadge_jzpre_31{position:absolute;top:-8px;right:-8px;background:var(--danger-color, #dc3545);color:#fff;border-radius:50%;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;line-height:1;animation:_cartBadgeEntrance_jzpre_1 .3s ease;box-shadow:0 2px 4px #0003}._cartLabel_jzpre_50{font-size:.875rem;font-weight:500;text-align:center;white-space:nowrap}@keyframes _cartBadgeEntrance_jzpre_1{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){._cartIcon_jzpre_1{padding:.375rem}._cartLabel_jzpre_50{font-size:.8125rem}._cartBadge_jzpre_31{min-width:18px;height:18px;font-size:.6875rem;top:-6px;right:-6px}}@media (max-width: 480px){._cartIcon_jzpre_1{padding:.25rem}._iconContainer_jzpre_23{margin-bottom:.125rem}}._cartItem_z0pg5_1{position:relative;background:#fff;border-radius:.75rem;border:1px solid var(--border-color, #e5e5e5);overflow:hidden;transition:all .2s ease}._cartItem_z0pg5_1:hover{box-shadow:0 4px 12px #0000001a;border-color:var(--primary-color, #007bff)}._horizontal_z0pg5_15{display:flex;gap:1rem;padding:1rem}._vertical_z0pg5_21{display:flex;flex-direction:column;padding:1rem}._removingOverlay_z0pg5_27{position:absolute;inset:0;background:#fffc;z-index:10;display:flex;align-items:center;justify-content:center}._productImage_z0pg5_40{position:relative;flex-shrink:0}._horizontal_z0pg5_15 ._productImage_z0pg5_40{width:120px;height:120px}._vertical_z0pg5_21 ._productImage_z0pg5_40{width:100%;height:200px;margin-bottom:1rem}._productImage_z0pg5_40 img{width:100%;height:100%;object-fit:cover;border-radius:.5rem;transition:transform .2s ease}._productImage_z0pg5_40:hover img{transform:scale(1.02)}._discountBadge_z0pg5_68{position:absolute;top:.5rem;left:.5rem;background:var(--danger-color, #dc3545);color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600}._productInfo_z0pg5_80{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}._productDetails_z0pg5_88{flex:1}._productName_z0pg5_92{font-weight:600;font-size:1rem;color:var(--text-primary, #1a1a1a);text-decoration:none;line-height:1.4;margin-bottom:.5rem;display:block;transition:color .2s ease}._productName_z0pg5_92:hover{color:var(--primary-color, #007bff)}._productMeta_z0pg5_107{display:flex;gap:.75rem;margin-bottom:.75rem;font-size:.875rem}._category_z0pg5_114{color:var(--text-secondary, #666);background:var(--bg-secondary, #f8f9fa);padding:.25rem .5rem;border-radius:.25rem}._stockStatus_z0pg5_121{padding:.25rem .5rem;border-radius:.25rem;font-weight:500;font-size:.8125rem}._inStock_z0pg5_128{background:var(--success-bg, #d4edda);color:var(--success-color, #155724)}._outOfStock_z0pg5_133{background:var(--danger-bg, #f8d7da);color:var(--danger-color, #721c24)}._priceSection_z0pg5_138{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1rem}._vertical_z0pg5_21 ._priceSection_z0pg5_138{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}._priceContainer_z0pg5_152{display:flex;align-items:center;gap:.5rem}._currentPrice_z0pg5_158{font-weight:700;font-size:1.125rem;color:var(--primary-color, #007bff)}._originalPrice_z0pg5_164{font-size:.875rem;color:var(--text-secondary, #666);text-decoration:line-through}._itemTotal_z0pg5_170{display:flex;flex-direction:column;align-items:flex-end;text-align:right}._vertical_z0pg5_21 ._itemTotal_z0pg5_170{align-items:flex-start;text-align:left}._itemTotalLabel_z0pg5_182{font-size:.8125rem;color:var(--text-secondary, #666);margin-bottom:.125rem}._itemTotalPrice_z0pg5_188{font-weight:700;font-size:1rem;color:var(--text-primary, #1a1a1a)}._actions_z0pg5_194{display:flex;justify-content:space-between;align-items:center;gap:1rem}._vertical_z0pg5_21 ._actions_z0pg5_194{flex-direction:column;align-items:stretch;gap:.75rem}._quantityControls_z0pg5_207{display:flex;align-items:center;border:1px solid var(--border-color, #e5e5e5);border-radius:.5rem;overflow:hidden;background:#fff;width:fit-content}._quantityButton_z0pg5_217{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:var(--bg-secondary, #f8f9fa);color:var(--text-primary, #1a1a1a);cursor:pointer;transition:all .2s ease;flex-shrink:0;font-size:0;border-radius:0}._quantityButton_z0pg5_217:hover:not(:disabled){background:var(--primary-color, #007bff);color:#fff}._quantityButton_z0pg5_217:disabled{opacity:.5;cursor:not-allowed}._quantityDisplay_z0pg5_243{display:flex;align-items:center;justify-content:center;min-width:60px;height:40px;padding:0 .75rem;font-weight:600;background:#fff;border-left:1px solid var(--border-color, #e5e5e5);border-right:1px solid var(--border-color, #e5e5e5);font-size:1rem}._removeButton_z0pg5_257{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--danger-color, #dc3545);background:#fff;color:var(--danger-color, #dc3545);border-radius:.5rem;cursor:pointer;transition:all .2s ease;flex-shrink:0;font-size:0}._removeButton_z0pg5_257:hover:not(:disabled){background:var(--danger-color, #dc3545);color:#fff}._removeButton_z0pg5_257:disabled{opacity:.5;cursor:not-allowed}._spinner_z0pg5_283{animation:_spin_z0pg5_283 1s linear infinite}@keyframes _spin_z0pg5_283{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){._horizontal_z0pg5_15{flex-direction:column;gap:.75rem;padding:.75rem}._horizontal_z0pg5_15 ._productImage_z0pg5_40{width:100%;height:150px;align-self:center;max-width:200px}._priceSection_z0pg5_138{flex-direction:column;align-items:flex-start;gap:.5rem}._actions_z0pg5_194{flex-direction:column;gap:.75rem}._quantityControls_z0pg5_207{align-self:flex-start}}@media (max-width: 480px){._cartItem_z0pg5_1{padding:.5rem}._productName_z0pg5_92{font-size:.9375rem}._currentPrice_z0pg5_158{font-size:1rem}._quantityButton_z0pg5_217{width:36px;height:36px}._quantityDisplay_z0pg5_243{min-width:50px;height:36px;padding:0 .5rem;font-size:.9375rem}._removeButton_z0pg5_257{width:32px;height:32px}}._backdrop_1178t_1{position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}._backdrop_1178t_1._show_1178t_14{opacity:1;visibility:visible}._sidebar_1178t_19{position:fixed;top:0;right:0;height:100vh;width:420px;background:#fff;z-index:1000;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;box-shadow:-4px 0 20px #00000026}._sidebar_1178t_19._open_1178t_34{transform:translate(0)}._header_1178t_38{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border-color, #e5e5e5);background:var(--bg-primary, #ffffff)}._title_1178t_47{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:var(--text-primary, #1a1a1a);margin:0}._itemCount_1178t_57{color:var(--text-secondary, #666);font-weight:500;font-size:1rem}._closeButton_1178t_63{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:var(--bg-secondary, #f8f9fa);border-radius:.5rem;cursor:pointer;transition:all .2s ease;color:var(--text-secondary, #666)}._closeButton_1178t_63:hover{background:var(--danger-color, #dc3545);color:#fff}._content_1178t_82{flex:1;overflow-y:auto;padding:1rem}._emptyCart_1178t_88{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem 1rem}._emptyIcon_1178t_98{margin-bottom:1.5rem;color:var(--text-secondary, #666);opacity:.5}._emptyCart_1178t_88 h3{font-size:1.25rem;font-weight:600;color:var(--text-primary, #1a1a1a);margin:0 0 .5rem}._emptyCart_1178t_88 p{color:var(--text-secondary, #666);margin:0 0 2rem;line-height:1.5}._continueShopping_1178t_117{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:var(--primary-color, #007bff);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:all .2s ease}._continueShopping_1178t_117:hover{background:var(--primary-hover, #0056b3);transform:translateY(-1px)}._cartItems_1178t_135{display:flex;flex-direction:column;gap:1rem}._clearCartContainer_1178t_141{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color, #e5e5e5)}._clearCartButton_1178t_147{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid var(--danger-color, #dc3545);color:var(--danger-color, #dc3545);border-radius:.375rem;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}._clearCartButton_1178t_147:hover{background:var(--danger-color, #dc3545);color:#fff}._footer_1178t_167{padding:1.5rem;border-top:1px solid var(--border-color, #e5e5e5);background:var(--bg-secondary, #f8f9fa)}._orderSummary_1178t_173{margin-bottom:1.5rem}._summaryRow_1178t_177{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;color:var(--text-primary, #1a1a1a)}._summaryRow_1178t_177._total_1178t_185{border-top:1px solid var(--border-color, #e5e5e5);margin-top:.5rem;padding-top:1rem;font-weight:700;font-size:1.125rem}._freeShipping_1178t_193{color:var(--success-color, #28a745);font-weight:600}._actions_1178t_198{display:flex;flex-direction:column;gap:.75rem}._viewCartButton_1178t_204{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:#fff;border:2px solid var(--primary-color, #007bff);color:var(--primary-color, #007bff);text-decoration:none;border-radius:.5rem;font-weight:600;transition:all .2s ease}._viewCartButton_1178t_204:hover{background:var(--primary-color, #007bff);color:#fff}._checkoutButton_1178t_223{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;background:var(--primary-color, #007bff);border:none;color:#fff;border-radius:.5rem;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease}._checkoutButton_1178t_223:hover{background:var(--primary-hover, #0056b3);transform:translateY(-1px)}._shippingNotice_1178t_244{margin-top:1rem;padding:.75rem;background:var(--info-bg, #d1ecf1);color:var(--info-color, #0c5460);border-radius:.375rem;text-align:center;font-size:.875rem;font-weight:500}@media (max-width: 768px){._sidebar_1178t_19{width:100vw;max-width:400px}}@media (max-width: 480px){._sidebar_1178t_19{width:100vw}._header_1178t_38{padding:1rem}._title_1178t_47{font-size:1.125rem}._content_1178t_82{padding:.75rem}._footer_1178t_167{padding:1rem}._actions_1178t_198{gap:.5rem}._viewCartButton_1178t_204,._checkoutButton_1178t_223{padding:.75rem;font-size:.9375rem}}._header_1xm6v_1{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}._headerTop_1xm6v_9{background:#f5f5f5;border-bottom:1px solid #e0e0e0;padding:8px 0;font-size:12px}._headerTop_1xm6v_9 ._container_1xm6v_16{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:none;margin:0 auto;padding:0 20px}._headerTopLeft_1xm6v_26{display:flex;gap:20px}._headerTopLeft_1xm6v_26 span{display:flex;align-items:center;gap:4px;color:#666;cursor:pointer}._headerTopLeft_1xm6v_26 span:hover{color:#e53e3e}._headerTopRight_1xm6v_43{display:flex;gap:20px;align-items:center}._headerTopRight_1xm6v_43 span{color:#666;cursor:pointer}._headerTopRight_1xm6v_43 span:hover{color:#e53e3e}._languageSwitcher_1xm6v_58{display:flex;align-items:center;gap:6px;color:#666}._languageSelect_1xm6v_65{background:transparent;border:1px solid #ccc;border-radius:4px;padding:2px 6px;font-size:12px;color:#666;cursor:pointer}._languageSelect_1xm6v_65:hover{border-color:#e53e3e;color:#e53e3e}._headerMain_1xm6v_80{padding:15px 0}._container_1xm6v_16{max-width:none;width:100%;margin:0 auto;padding:0 20px}._headerContent_1xm6v_91{display:flex;align-items:center;justify-content:space-between;gap:30px;max-width:1200px;margin:0 auto}._headerContent_1xm6v_91 a{display:flex;align-items:center}._headerContent_1xm6v_91 a img{width:256px;height:auto;margin-right:10px}._logo_1xm6v_111 h1{color:#e53e3e;font-size:28px;font-weight:700;margin:0}._searchContainer_1xm6v_118{flex:1;max-width:500px;position:relative}._searchBox_1xm6v_124{display:flex;border:2px solid #e53e3e;border-radius:25px;overflow:hidden;box-shadow:0 4px 12px #e53e3e1a;transition:all .3s ease}._searchBox_1xm6v_124:focus-within{box-shadow:0 6px 20px #e53e3e33;transform:translateY(-1px)}._searchInput_1xm6v_138{flex:1;padding:14px 20px;border:none;font-size:15px;outline:none;background:#fff}._searchInput_1xm6v_138::placeholder{color:#999;font-size:14px}._searchButton_1xm6v_152{background:#e53e3e;border:none;color:#fff;padding:10px 20px;cursor:pointer;display:flex;align-items:center;transition:all .3s ease;border-radius:0}._searchButton_1xm6v_152:hover{background:#d73a3a;transform:scale(1.05)}._searchDropdown_1xm6v_170{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:15px;margin-top:8px;box-shadow:0 8px 25px #00000026;border:1px solid rgba(229,62,62,.1);z-index:1000;max-height:400px;overflow-y:auto}._dropdownSection_1xm6v_185{padding:16px;border-bottom:1px solid #f0f0f0}._dropdownSection_1xm6v_185:last-child{border-bottom:none}._dropdownSection_1xm6v_185 h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#333;display:flex;align-items:center;gap:8px}._dropdownItem_1xm6v_204{display:flex;align-items:center;gap:12px;padding:8px 0;cursor:pointer;color:#666;font-size:14px;border-radius:4px;transition:background-color .2s}._dropdownItem_1xm6v_204:hover{background-color:#f8f9fa;color:#333}._dropdownItem_1xm6v_204._searchFor_1xm6v_221{color:#007bff;font-weight:500}._suggestionType_1xm6v_226{margin-left:auto;font-size:12px;color:#999;background:#f0f0f0;padding:2px 6px;border-radius:10px;text-transform:capitalize}._productDropdownItem_1xm6v_236{display:flex;align-items:center;gap:12px;padding:8px 0;cursor:pointer;border-radius:4px;transition:background-color .2s}._productDropdownItem_1xm6v_236:hover{background-color:#f8f9fa}._productDropdownItem_1xm6v_236 img{width:40px;height:40px;object-fit:cover;border-radius:4px}._productInfo_1xm6v_257{flex:1}._productName_1xm6v_261{display:block;font-size:14px;color:#333;margin-bottom:4px}._productPrice_1xm6v_268{display:block;font-size:12px;color:#000!important;font-weight:700;font-family:Arial,Helvetica,sans-serif}._headerActions_1xm6v_276{display:flex;align-items:center;gap:20px}._actionItem_1xm6v_282{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;color:#333;font-size:12px;position:relative}._actionItem_1xm6v_282:hover{color:#e53e3e}._cartCount_1xm6v_297,._favoritesCount_1xm6v_298{position:absolute;top:-8px;right:-8px;background:#e53e3e;color:#fff;border-radius:50%;width:18px;height:18px;font-size:10px;display:flex;align-items:center;justify-content:center}._headerNav_1xm6v_313{background:#2d3748;padding:12px 0}._navMenu_1xm6v_318{list-style:none;padding:0;display:flex;gap:30px;max-width:1200px;margin:0 auto;justify-content:center}._navMenu_1xm6v_318 li a{color:#fff;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}._navMenu_1xm6v_318 li a:hover{color:#e53e3e}._userMenuContainer_1xm6v_342{position:relative;cursor:pointer}._userDropdown_1xm6v_347{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;border:1px solid #e5e7eb;min-width:280px;z-index:1000;margin-top:8px;padding:0;overflow:hidden}._userInfo_1xm6v_362{padding:16px;display:flex;align-items:center;gap:12px;background-color:#f8fafc}._userAvatar_1xm6v_370{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}._userAvatar_1xm6v_370 img{width:100%;height:100%;object-fit:cover}._avatarPlaceholder_1xm6v_384{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}._userDetails_1xm6v_396 h4{margin:0 0 2px;font-size:14px;font-weight:600;color:#1f2937}._userDetails_1xm6v_396 p{margin:0;font-size:12px;color:#6b7280}._dropdownDivider_1xm6v_409{height:1px;background-color:#e5e7eb;margin:0}._userDropdown_1xm6v_347 a,._userDropdown_1xm6v_347 button{display:flex;align-items:center;gap:8px;padding:12px 16px;color:#374151;text-decoration:none;background:none;border:none;width:100%;text-align:left;font-size:14px;cursor:pointer;transition:background-color .15s}._userDropdown_1xm6v_347 a:hover,._userDropdown_1xm6v_347 button:hover{background-color:#f3f4f6}._userDropdown_1xm6v_347 svg{width:16px;height:16px;color:#6b7280}@media (max-width: 768px){._headerTop_1xm6v_9{display:none}._headerMain_1xm6v_80{padding:15px 0;background:#fff;box-shadow:0 2px 8px #0000001a}._headerMain_1xm6v_80 ._container_1xm6v_16{padding:0 15px}._headerContent_1xm6v_91{flex-direction:column;gap:20px;align-items:stretch}._logo_1xm6v_111{display:flex!important;justify-content:center;order:1;margin-bottom:10px}._logo_1xm6v_111 h1{font-size:32px;color:#e53e3e;margin:0;font-weight:700;text-align:center}._searchContainer_1xm6v_118{width:100%;max-width:none;order:2}._searchBox_1xm6v_124{border-radius:25px;border:2px solid #e53e3e;box-shadow:0 4px 12px #e53e3e1a;overflow:hidden}._searchInput_1xm6v_138{padding:14px 20px;font-size:16px;border:none;background:#fff}._searchInput_1xm6v_138::placeholder{color:#999;font-size:15px}._searchButton_1xm6v_152{padding:14px 20px;background:#e53e3e;border:none;border-radius:0;transition:all .3s ease}._searchButton_1xm6v_152:hover{background:#d73a3a;transform:scale(1.05)}._headerActions_1xm6v_276{gap:25px;justify-content:center;order:3;flex-wrap:wrap;width:100%}._actionItem_1xm6v_282{flex-direction:column;align-items:center;padding:8px 15px;border-radius:15px;transition:all .3s ease;min-width:70px}._actionItem_1xm6v_282:hover{background:#e53e3e1a;transform:translateY(-2px)}._actionItem_1xm6v_282 svg{margin-bottom:4px}._actionItem_1xm6v_282 span{font-size:12px;font-weight:600;white-space:nowrap}._cartCount_1xm6v_297,._favoritesCount_1xm6v_298{position:absolute;top:-5px;right:8px;background:#e53e3e;color:#fff;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:700;min-width:16px;text-align:center}._searchDropdown_1xm6v_170{border-radius:15px;margin-top:8px;box-shadow:0 8px 25px #00000026;border:1px solid rgba(229,62,62,.1)}._headerNav_1xm6v_313{padding:10px 0;background:#2d3748;box-shadow:0 2px 8px #0000001a}._headerNav_1xm6v_313 ._container_1xm6v_16{padding:0;position:relative}._navMenu_1xm6v_318{flex-wrap:nowrap;gap:20px;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding:8px 15px;margin:0;max-width:none;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}._headerNav_1xm6v_313 ._container_1xm6v_16:after{content:"";position:absolute;top:0;right:0;width:30px;height:100%;background:linear-gradient(to left,#2d3748,transparent);pointer-events:none;opacity:.6}._navMenu_1xm6v_318::-webkit-scrollbar{display:none}._navMenu_1xm6v_318 li{flex-shrink:0}._navMenu_1xm6v_318 li a{font-size:14px;white-space:nowrap;padding:8px 12px;border-radius:20px;transition:all .3s ease}._navMenu_1xm6v_318 li a:hover{background:#e53e3e1a;color:#e53e3e}._userDropdown_1xm6v_347{right:-50px;min-width:240px}._userInfo_1xm6v_362{padding:12px}._userAvatar_1xm6v_370{width:32px;height:32px}._userDetails_1xm6v_396 h4{font-size:13px}._userDetails_1xm6v_396 p{font-size:11px}._userDropdown_1xm6v_347 a,._userDropdown_1xm6v_347 button{padding:10px 12px;font-size:13px}}@media (max-width: 480px){._headerMain_1xm6v_80{padding:10px 0}._headerMain_1xm6v_80 ._container_1xm6v_16{padding:0 12px}._headerContent_1xm6v_91{gap:15px}._logo_1xm6v_111 h1{font-size:28px}._searchInput_1xm6v_138{padding:12px 16px;font-size:15px}._searchButton_1xm6v_152{padding:18px 22px}._headerActions_1xm6v_276{gap:20px}._actionItem_1xm6v_282{padding:6px 12px;min-width:60px}._actionItem_1xm6v_282 span{font-size:11px}._headerNav_1xm6v_313{padding:8px 0}._navMenu_1xm6v_318{gap:15px;padding:8px 10px}._navMenu_1xm6v_318 li a{font-size:13px;padding:6px 10px}._headerNav_1xm6v_313 ._container_1xm6v_16:after{width:25px}}@media (max-width: 360px){._headerContent_1xm6v_91{gap:12px}._logo_1xm6v_111 h1{font-size:26px}._headerActions_1xm6v_276{gap:15px}._actionItem_1xm6v_282{padding:5px 10px;min-width:55px}._actionItem_1xm6v_282 svg{width:20px;height:20px}._actionItem_1xm6v_282 span{font-size:10px}._searchInput_1xm6v_138{padding:10px 14px;font-size:14px}._searchButton_1xm6v_152{padding:10px 14px}._navMenu_1xm6v_318{gap:12px;padding:6px 8px}._navMenu_1xm6v_318 li a{font-size:12px;padding:5px 8px}}._footer_1coc6_1{background:#2d3748;color:#fff;margin-top:60px}._footerBrands_1coc6_7{background:#fff;padding:40px 0;border-top:1px solid #e0e0e0;overflow:hidden}._brandsHeader_1coc6_14{text-align:center;margin-bottom:30px}._brandsHeader_1coc6_14 h3{font-size:28px;font-weight:700;color:#2d3748;margin:0}._brandsCarousel_1coc6_26{width:100%;overflow-x:auto;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}._brandsCarousel_1coc6_26::-webkit-scrollbar{display:none}._brandsCarousel_1coc6_26:active{cursor:grabbing}._brandsScroll_1coc6_44{display:flex;align-items:center;gap:40px;width:fit-content;animation:_scrollBrands_1coc6_1 60s linear infinite}@keyframes _scrollBrands_1coc6_1{0%{transform:translate(0)}to{transform:translate(-50%)}}._brandsScroll_1coc6_44:hover{animation-play-state:paused}._brandLogo_1coc6_65{flex-shrink:0;height:80px;min-width:160px;max-width:160px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #e0e0e0;border-radius:12px;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;padding:15px}._brandLogo_1coc6_65 img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%) opacity(.7);transition:all .3s ease}._brandLogo_1coc6_65:hover img{filter:grayscale(0%) opacity(1)}._brandLogo_1coc6_65:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(229,62,62,.1),transparent);transition:left .5s ease}._brandLogo_1coc6_65:hover:before{left:100%}._brandLogo_1coc6_65:hover{background:linear-gradient(135deg,#fff,#f8f9fa);border-color:#e53e3e;transform:scale(1.05);box-shadow:0 8px 25px #e53e3e33}._brandLogo_1coc6_65._loading_1coc6_117{background:linear-gradient(135deg,#f0f0f0,#e0e0e0);border-color:#d0d0d0}._loadingShimmer_1coc6_122{width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:_shimmer_1coc6_1 1.5s infinite}@keyframes _shimmer_1coc6_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._footerFeatures_1coc6_138{background:#f8f9fa;padding:40px 0;border-top:1px solid #e0e0e0}._featuresGrid_1coc6_144{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}._featureItem_1coc6_150{display:flex;align-items:center;gap:15px;color:#333}._featureItem_1coc6_150 svg{color:#e53e3e;flex-shrink:0}._featureItem_1coc6_150 h4{font-size:16px;font-weight:700;margin:0 0 5px}._featureItem_1coc6_150 p{font-size:14px;color:#666;margin:0}._footerMain_1coc6_174{padding:60px 0 40px}._footerContent_1coc6_178{display:grid;grid-template-columns:2fr repeat(4,1fr) 1.5fr;gap:40px}._footerSection_1coc6_184 h3{font-size:18px;font-weight:700;margin-bottom:20px;color:#fff}._footerSection_1coc6_184 ul{list-style:none;padding:0;margin:0}._footerSection_1coc6_184 ul li{margin-bottom:12px}._footerSection_1coc6_184 ul li a{color:#cbd5e0;font-size:14px;transition:color .3s ease}._footerSection_1coc6_184 ul li a:hover{color:#e53e3e}._footerLogo_1coc6_211{margin-bottom:30px}._footerLogo_1coc6_211 img{width:256px;margin-bottom:20px}._footerLogo_1coc6_211 h2{color:#e53e3e;font-size:28px;font-weight:700;margin:0 0 15px}._footerLogo_1coc6_211 p{color:#cbd5e0;font-size:14px;line-height:1.6;margin:0}._footerContact_1coc6_234{display:flex;flex-direction:column;gap:12px}._contactItem_1coc6_240{display:flex;align-items:center;gap:10px;color:#cbd5e0;font-size:14px}._contactItem_1coc6_240 svg{color:#e53e3e;flex-shrink:0}._socialLinks_1coc6_253{display:flex;gap:15px;margin-bottom:30px}._socialLink_1coc6_253{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#4a5568;border-radius:8px;color:#cbd5e0;transition:all .3s ease}._socialLink_1coc6_253:hover{background:#e53e3e;color:#fff;transform:translateY(-2px)}._newsletter_1coc6_277 h4{font-size:16px;color:#fff;margin:0 0 10px}._newsletter_1coc6_277 p{font-size:13px;color:#cbd5e0;margin:0 0 15px;line-height:1.4}._newsletterForm_1coc6_290{display:flex;gap:8px}._newsletterForm_1coc6_290 input{flex:1;padding:10px 12px;border:1px solid #4a5568;border-radius:6px;background:#4a5568;color:#fff;font-size:13px;outline:none}._newsletterForm_1coc6_290 input::placeholder{color:#a0aec0}._newsletterForm_1coc6_290 input:focus{border-color:#e53e3e}._newsletterForm_1coc6_290 button{background:#e53e3e;color:#fff;border:none;padding:10px 15px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color .3s ease}._newsletterForm_1coc6_290 button:hover{background:#d73a3a}._footerBottom_1coc6_331{background:#1a202c;padding:20px 0;border-top:1px solid #4a5568}._footerBottomContent_1coc6_337{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}._copyright_1coc6_345 p{color:#a0aec0;font-size:13px;margin:0}._footerLinks_1coc6_351{display:flex;gap:20px}._footerLinks_1coc6_351 a{color:#a0aec0;font-size:13px;transition:color .3s ease}._footerLinks_1coc6_351 a:hover{color:#e53e3e}._paymentMethods_1coc6_366{display:flex;align-items:center;gap:10px;color:#a0aec0;font-size:13px}._paymentIcons_1coc6_374{display:flex;gap:8px}._paymentIcons_1coc6_374 span{font-size:18px}@media (max-width: 1024px){._footerContent_1coc6_178{grid-template-columns:repeat(3,1fr)}._footerSection_1coc6_184:first-child{grid-column:1 / -1;margin-bottom:20px}}@media (max-width: 768px){._footerBrands_1coc6_7{padding:30px 0}._brandsHeader_1coc6_14 h3{font-size:24px}._brandsScroll_1coc6_44{gap:25px}._brandLogo_1coc6_65{height:60px;min-width:120px;padding:10px}._footerFeatures_1coc6_138{padding:30px 0}._featuresGrid_1coc6_144{grid-template-columns:repeat(2,1fr);gap:20px}._footerMain_1coc6_174{padding:40px 0 30px}._footerContent_1coc6_178{grid-template-columns:repeat(2,1fr);gap:30px}._footerSection_1coc6_184:first-child{grid-column:1 / -1;margin-bottom:10px}._footerBottomContent_1coc6_337{flex-direction:column;text-align:center;gap:15px}._footerLinks_1coc6_351{flex-wrap:wrap;justify-content:center}}@media (max-width: 480px){._footerBrands_1coc6_7{padding:25px 0}._brandsHeader_1coc6_14 h3{font-size:20px}._brandsScroll_1coc6_44{gap:20px}._brandLogo_1coc6_65{height:50px;min-width:100px;padding:8px}._featuresGrid_1coc6_144{grid-template-columns:1fr}._footerContent_1coc6_178{grid-template-columns:1fr;gap:25px}._newsletterForm_1coc6_290{flex-direction:column}._newsletterForm_1coc6_290 input{margin-bottom:8px}._footerLinks_1coc6_351{gap:15px;font-size:12px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}._heroSlider_1njm2_1{margin-bottom:40px;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}._heroSwiper_1njm2_11{height:500px;width:100%}@media (min-width: 1024px){._heroSwiper_1njm2_11{height:600px}._slideContent_1njm2_22 ._container_1njm2_22{max-width:1400px!important;padding:0 80px!important}._slideInfo_1njm2_27{display:flex;align-items:center;justify-content:space-between;width:100%;gap:60px;padding:0 10vw}._slideText_1njm2_36{flex:1;max-width:600px;z-index:3}._slideTitle_1njm2_42{font-size:56px;line-height:1.1;margin-bottom:20px;font-weight:700}._slideSubtitle_1njm2_49{font-size:28px;margin-bottom:20px;line-height:1.2}._slideDescription_1njm2_55{font-size:18px;margin-bottom:30px;line-height:1.6;max-width:500px}._slidePricing_1njm2_62{margin-bottom:40px;gap:20px}._currentPrice_1njm2_67{font-size:36px}._oldPrice_1njm2_71{font-size:24px}._ctaButton_1njm2_75{padding:18px 40px;font-size:18px;font-weight:600;border-radius:10px}._slideImage_1njm2_82{flex:0 0 500px;height:450px;z-index:2}}._heroSlider_1njm2_1 .swiper-pagination{position:absolute!important}._slideContent_1njm2_22{height:100%;display:flex;align-items:center;position:relative;overflow:hidden}._slideContent_1njm2_22 ._container_1njm2_22{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}._slideContent_1njm2_22:before{content:"";position:absolute;inset:0;background:#0000001a;z-index:1}._slideInfo_1njm2_27{display:flex;align-items:center;justify-content:space-between;width:100%;z-index:2;position:relative}._slideText_1njm2_36{flex:1;color:#fff;max-width:500px}._slideTitle_1njm2_42{font-size:48px;font-weight:700;margin:0 0 10px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}._slideSubtitle_1njm2_49{font-size:24px;margin:0 0 15px;opacity:.9;text-shadow:1px 1px 2px rgba(0,0,0,.3)}._slideDescription_1njm2_55{font-size:16px;margin:0 0 25px;line-height:1.5;opacity:.95;text-shadow:1px 1px 2px rgba(0,0,0,.3)}._slidePricing_1njm2_62,._priceSection_1njm2_163{margin-bottom:30px;display:flex;align-items:center;gap:15px}._currentPrice_1njm2_67{font-size:32px;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}._oldPrice_1njm2_71{font-size:20px;text-decoration:line-through;opacity:.7;text-shadow:1px 1px 2px rgba(0,0,0,.3)}._discount_1njm2_184{background:#e53e3e;color:#fff;padding:4px 8px;border-radius:4px;font-size:14px;font-weight:700;box-shadow:0 2px 4px #0003}._ctaButton_1njm2_75{background:#fff;color:#333;border:none;padding:15px 30px;font-size:16px;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}._ctaButton_1njm2_75:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;background:#f0f0f0}._slideImage_1njm2_82{flex:0 0 400px;height:350px;display:flex;align-items:center;justify-content:center}._slideImage_1njm2_82 img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3))}._heroSlider_1njm2_1 .swiper-button-next,._heroSlider_1njm2_1 .swiper-button-prev{color:#fff;background:#0000004d;border-radius:50%;width:50px;height:50px;margin-top:-25px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._heroSlider_1njm2_1 .swiper-button-next:after,._heroSlider_1njm2_1 .swiper-button-prev:after{font-size:20px;font-weight:700}._heroSlider_1njm2_1 .swiper-button-next:hover,._heroSlider_1njm2_1 .swiper-button-prev:hover{background:#0009;transform:scale(1.1)}@media (min-width: 1024px){._heroSlider_1njm2_1 .swiper-button-next,._heroSlider_1njm2_1 .swiper-button-prev{width:60px;height:60px;margin-top:-30px;background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2)}._heroSlider_1njm2_1 .swiper-button-next:after,._heroSlider_1njm2_1 .swiper-button-prev:after{font-size:24px}._heroSlider_1njm2_1 .swiper-button-next{right:40px}._heroSlider_1njm2_1 .swiper-button-prev{left:40px}}._heroSlider_1njm2_1 .swiper-pagination-bullet{background:#ffffff80;opacity:1;width:12px;height:12px;transition:all .3s ease}._heroSlider_1njm2_1 .swiper-pagination-bullet-active{background:#fff;transform:scale(1.2)}@media (min-width: 1024px){._heroSlider_1njm2_1 .swiper-pagination{bottom:30px!important}._heroSlider_1njm2_1 .swiper-pagination-bullet{width:14px;height:14px;margin:0 8px!important;background:#fff6;border:2px solid rgba(255,255,255,.6)}._heroSlider_1njm2_1 .swiper-pagination-bullet-active{background:#fff;border-color:#fff;transform:scale(1.3)}._heroSlider_1njm2_1 .swiper-pagination-bullet:hover{background:#fffc;transform:scale(1.1)}}._loadingPlaceholder_1njm2_317{display:flex;align-items:center;justify-content:center;height:500px;background:#f5f5f5;color:#666;font-size:18px}@media (max-width: 768px){._heroSlider_1njm2_1{margin-bottom:20px;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}._heroSwiper_1njm2_11{height:600px}._slideContent_1njm2_22 ._container_1njm2_22{padding:0 20px;max-width:100%}._slideInfo_1njm2_27{flex-direction:column;text-align:center;gap:25px;padding:30px 0;height:100%;justify-content:center}._slideText_1njm2_36{max-width:none;padding:0;order:1}._slideImage_1njm2_82{flex:0 0 300px;height:250px;order:2;margin:20px 0}._slideTitle_1njm2_42{font-size:32px;margin-bottom:15px;line-height:1.1;letter-spacing:-.5px}._slideSubtitle_1njm2_49{font-size:18px;margin-bottom:15px;line-height:1.3;padding:0}._slideDescription_1njm2_55{font-size:14px;margin-bottom:20px;line-height:1.4;padding:0 10px;opacity:.9}._slideImage_1njm2_82 img{filter:drop-shadow(0 8px 16px rgba(0,0,0,.2))}._slidePricing_1njm2_62,._priceSection_1njm2_163{justify-content:center;margin-bottom:25px;flex-wrap:wrap;gap:10px 15px}._currentPrice_1njm2_67{font-size:28px}._oldPrice_1njm2_71{font-size:18px}._discount_1njm2_184{padding:6px 12px;font-size:13px;border-radius:20px}._ctaButton_1njm2_75{padding:16px 40px;font-size:16px;border-radius:25px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 6px 20px #00000026;min-width:160px}._ctaButton_1njm2_75:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}._heroSlider_1njm2_1 .swiper-button-next,._heroSlider_1njm2_1 .swiper-button-prev{width:44px;height:44px;margin-top:-22px;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%}._heroSlider_1njm2_1 .swiper-button-next{right:15px}._heroSlider_1njm2_1 .swiper-button-prev{left:15px}._heroSlider_1njm2_1 .swiper-button-next:after,._heroSlider_1njm2_1 .swiper-button-prev:after{font-size:16px;color:#fff}._heroSlider_1njm2_1 .swiper-pagination{bottom:20px!important}._heroSlider_1njm2_1 .swiper-pagination-bullet{width:10px;height:10px;margin:0 5px!important;background:#ffffffb3}._heroSlider_1njm2_1 .swiper-pagination-bullet-active{background:#fff;transform:scale(1.2)}}@media (max-width: 480px){._heroSwiper_1njm2_11{height:550px}._slideContent_1njm2_22 ._container_1njm2_22{padding:0 15px;max-width:100%}._slideInfo_1njm2_27{gap:20px;padding:25px 0;justify-content:center;height:100%}._slideText_1njm2_36{padding:0;order:1}._slideImage_1njm2_82{flex:0 0 220px;height:200px;order:2;margin:15px 0}._slideTitle_1njm2_42{font-size:26px;margin-bottom:12px;line-height:1.1}._slideSubtitle_1njm2_49{font-size:16px;margin-bottom:12px;padding:0}._slideDescription_1njm2_55{font-size:13px;margin-bottom:18px;padding:0 5px;line-height:1.4}._slidePricing_1njm2_62,._priceSection_1njm2_163{margin-bottom:20px;justify-content:center;gap:8px 12px}._currentPrice_1njm2_67{font-size:24px}._oldPrice_1njm2_71{font-size:16px}._discount_1njm2_184{padding:4px 8px;font-size:12px}._ctaButton_1njm2_75{padding:14px 32px;font-size:15px;min-width:140px}._heroSlider_1njm2_1 .swiper-button-next,._heroSlider_1njm2_1 .swiper-button-prev{width:40px;height:40px;margin-top:-20px}._heroSlider_1njm2_1 .swiper-button-next{right:10px}._heroSlider_1njm2_1 .swiper-button-prev{left:10px}._heroSlider_1njm2_1 .swiper-button-next:after,._heroSlider_1njm2_1 .swiper-button-prev:after{font-size:14px}._heroSlider_1njm2_1 .swiper-pagination{bottom:15px!important}._heroSlider_1njm2_1 .swiper-pagination-bullet{width:8px;height:8px;margin:0 4px!important}}._categoriesSection_1ju60_1{padding:60px 0;background:#f8f9fa;width:100%}._sectionHeader_1ju60_7{text-align:center;margin-bottom:50px}._sectionHeader_1ju60_7 h2{font-size:36px;font-weight:700;color:#333;margin:0 0 10px}._sectionHeader_1ju60_7 p{font-size:16px;color:#666;margin:0}._categoriesSwiper_1ju60_25{margin-bottom:60px;padding:20px 0}._categoriesSwiper_1ju60_25 .swiper-button-next,._categoriesSwiper_1ju60_25 .swiper-button-prev{color:#e53e3e;background:#fff;border-radius:50%;width:40px;height:40px;margin-top:-20px;box-shadow:0 2px 10px #0000001a}._categoriesSwiper_1ju60_25 .swiper-button-next:after,._categoriesSwiper_1ju60_25 .swiper-button-prev:after{font-size:16px;font-weight:700}._categoriesSwiper_1ju60_25 .swiper-pagination-bullet{background:#e53e3e;opacity:.3}._categoriesSwiper_1ju60_25 .swiper-pagination-bullet-active{opacity:1}._categoryCardLink_1ju60_57{text-decoration:none;color:inherit;display:block}._categoryCard_1ju60_57{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;cursor:pointer}._categoryCard_1ju60_57:hover{transform:translateY(-8px);box-shadow:0 8px 30px #00000026}._categoryImage_1ju60_77{position:relative;height:180px;overflow:hidden}._categoryImage_1ju60_77 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._categoryCard_1ju60_57:hover ._categoryImage_1ju60_77 img{transform:scale(1.05)}._categoryOverlay_1ju60_94{position:absolute;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center}._categoryIcon_1ju60_106{font-size:48px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}._categoryContent_1ju60_111{padding:25px}._categoryName_1ju60_115{font-size:20px;font-weight:700;color:#333;margin:0 0 8px}._categoryCount_1ju60_122{font-size:14px;color:#e53e3e;font-weight:600;margin:0 0 20px}._categorySubcategories_1ju60_129{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}._subcategoryTag_1ju60_136{background:#f0f0f0;color:#666;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}._categoryButton_1ju60_145{background:transparent;border:2px solid #e53e3e;color:#e53e3e;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s ease;width:100%;justify-content:center}._categoryButton_1ju60_145:hover{background:#e53e3e;color:#fff}._categoriesBanner_1ju60_167{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:40px;text-align:center;color:#fff;position:relative;overflow:hidden}._categoriesBanner_1ju60_167:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');animation:_float_1ju60_1 20s infinite linear}@keyframes _float_1ju60_1{0%{transform:translate(-100%) translateY(-100%) rotate(0)}to{transform:translate(0) translateY(0) rotate(360deg)}}._bannerContent_1ju60_193{position:relative;z-index:2}._bannerContent_1ju60_193 h3{font-size:28px;font-weight:700;margin:0 0 10px}._bannerContent_1ju60_193 p{font-size:16px;opacity:.9;margin:0 0 25px}._bannerButton_1ju60_210{background:#fff;color:#667eea;border:none;padding:15px 30px;border-radius:25px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}._bannerButton_1ju60_210:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;background:#f0f0f0}._loadingPlaceholder_1ju60_229{text-align:center;padding:60px 0}._loadingPlaceholder_1ju60_229 p{font-size:1.1rem;color:#666}._categoryDescription_1ju60_239{font-size:14px;color:#666;margin:0 0 8px;min-height:65px}@media (max-width: 768px){._categoriesSection_1ju60_1{padding:40px 0}._categoriesSection_1ju60_1 ._container_1ju60_251{padding:0 15px}._sectionHeader_1ju60_7 h2{font-size:28px}._sectionHeader_1ju60_7{margin-bottom:30px}._categoriesSwiper_1ju60_25{padding:15px 0;margin:0 -15px}._categoriesSwiper_1ju60_25 .swiper-wrapper{padding:0 15px}._categoriesSwiper_1ju60_25 .swiper-button-next,._categoriesSwiper_1ju60_25 .swiper-button-prev{width:36px;height:36px;margin-top:-18px;background:#007bffe6;color:#fff}._categoriesSwiper_1ju60_25 .swiper-button-next{right:10px}._categoriesSwiper_1ju60_25 .swiper-button-prev{left:10px}._categoriesSwiper_1ju60_25 .swiper-button-next:after,._categoriesSwiper_1ju60_25 .swiper-button-prev:after{font-size:14px}._categoriesSwiper_1ju60_25 .swiper-pagination{bottom:-5px}._categoryCard_1ju60_57{border-radius:12px}._categoryImage_1ju60_77{height:180px}._categoryIcon_1ju60_106{font-size:36px}._categoryContent_1ju60_111{padding:15px}._categoryName_1ju60_115{font-size:16px;margin-bottom:6px}._categoryCount_1ju60_122{font-size:13px;margin-bottom:15px}._categoryDescription_1ju60_239{font-size:13px;margin-bottom:6px}._subcategoryTag_1ju60_136{font-size:11px;padding:3px 6px}._categoryButton_1ju60_145{padding:8px 12px;font-size:13px}._categoriesBanner_1ju60_167{padding:25px 15px;border-radius:16px;margin-top:30px}._bannerContent_1ju60_193 h3{font-size:22px}._bannerContent_1ju60_193 p{font-size:14px}._bannerButton_1ju60_210{padding:12px 24px;font-size:14px}}@media (max-width: 480px){._categoriesSection_1ju60_1{padding:30px 0}._categoriesSection_1ju60_1 ._container_1ju60_251{padding:0 10px}._sectionHeader_1ju60_7 h2{font-size:24px}._sectionHeader_1ju60_7{margin-bottom:25px}._categoriesSwiper_1ju60_25{padding:10px 0;margin:0}._categoriesSwiper_1ju60_25 .swiper-wrapper{padding:0}._categoriesSwiper_1ju60_25 .swiper-button-next,._categoriesSwiper_1ju60_25 .swiper-button-prev{width:32px;height:32px;margin-top:-16px}._categoriesSwiper_1ju60_25 .swiper-button-next{right:5px}._categoriesSwiper_1ju60_25 .swiper-button-prev{left:5px}._categoriesSwiper_1ju60_25 .swiper-button-next:after,._categoriesSwiper_1ju60_25 .swiper-button-prev:after{font-size:12px}._categoryCard_1ju60_57{border-radius:10px}._categoryImage_1ju60_77{height:150px}._categoryIcon_1ju60_106{font-size:30px}._categoryContent_1ju60_111{padding:12px}._categoryName_1ju60_115{font-size:15px;margin-bottom:5px}._categoryCount_1ju60_122{font-size:12px;margin-bottom:12px}._categoryDescription_1ju60_239{font-size:12px;margin-bottom:5px}._subcategoryTag_1ju60_136{font-size:10px;padding:2px 5px}._categoryButton_1ju60_145{padding:7px 10px;font-size:12px}._categoriesBanner_1ju60_167{padding:20px 12px;border-radius:12px;margin-top:25px}._bannerContent_1ju60_193 h3{font-size:20px}._bannerContent_1ju60_193 p{font-size:13px}._bannerButton_1ju60_210{padding:10px 20px;font-size:13px;border-radius:20px}}._featuredProducts_1urqn_1{padding:60px 0;background:#fff;width:100%}._sectionHeader_1urqn_7{text-align:center;margin-bottom:50px}._sectionHeader_1urqn_7 h2{font-size:36px;font-weight:700;color:#333;margin:0 0 10px}._sectionHeader_1urqn_7 p{font-size:16px;color:#666;margin:0}._dealsSection_1urqn_25{margin-bottom:60px}._dealsHeader_1urqn_29{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;border-bottom:2px solid #e53e3e}._dealsHeader_1urqn_29 h3{font-size:24px;font-weight:700;color:#333;margin:0}._countdown_1urqn_45{display:flex;align-items:center;gap:10px;background:#fff5f5;padding:8px 16px;border-radius:20px;border:1px solid #e53e3e}._countdownLabel_1urqn_55{font-size:14px;color:#666}._countdownTime_1urqn_60{font-size:16px;font-weight:700;color:#e53e3e}._productsSwiper_1urqn_66{padding:20px 0}._productsSwiper_1urqn_66 .swiper-button-next,._productsSwiper_1urqn_66 .swiper-button-prev{color:#e53e3e;background:#fff;border-radius:50%;width:40px;height:40px;margin-top:-20px;box-shadow:0 2px 10px #0000001a}._productsSwiper_1urqn_66 .swiper-button-next:after,._productsSwiper_1urqn_66 .swiper-button-prev:after{font-size:16px;font-weight:700}._productsSwiper_1urqn_66 .swiper-pagination-bullet{background:#e53e3e;opacity:.3}._productsSwiper_1urqn_66 .swiper-pagination-bullet-active{opacity:1}._productCard_1urqn_97{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;position:relative;border:1px solid #f0f0f0;height:100%;display:flex;flex-direction:column}._productCard_1urqn_97:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}._productBadge_1urqn_115{position:absolute;top:10px;left:10px;color:#fff;padding:2px 6px;border-radius:4px;font-size:8px;font-weight:600;z-index:2;text-transform:uppercase;letter-spacing:.2px}._productActions_1urqn_129{position:absolute;top:15px;right:15px;display:flex;flex-direction:column;gap:8px;z-index:2;opacity:0;transition:opacity .3s ease}._productCard_1urqn_97:hover ._productActions_1urqn_129{opacity:1}._actionBtn_1urqn_145{width:36px!important;height:36px!important;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:#fffffff2;display:flex!important;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .2s ease;color:#333!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0!important;margin:0!important}._actionBtn_1urqn_145:hover{background:#e53e3e;color:#fff;transform:scale(1.1)}._actionBtn_1urqn_145 svg{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;stroke-width:1.5!important;stroke:currentColor!important;fill:none!important;display:block!important;flex-shrink:0!important;pointer-events:none}._actionBtn_1urqn_145._favorite_1urqn_184 svg{color:#333}._actionBtn_1urqn_145._view_1urqn_188 svg{color:#333}._actionBtn_1urqn_145._favorite_1urqn_184:hover svg{color:#fff}._actionBtn_1urqn_145._view_1urqn_188:hover svg{color:#fff}._productImage_1urqn_200{height:180px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;overflow:hidden;flex-shrink:0;max-height:160px}._productImage_1urqn_200 img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}._productCard_1urqn_97:hover ._productImage_1urqn_200 img{transform:scale(1.05)}._productInfo_1urqn_222{padding:15px;display:flex;flex-direction:column;flex:1;justify-content:space-between}._productBrand_1urqn_230{font-size:12px;color:#999;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}._productNameLink_1urqn_239{text-decoration:none;color:inherit;display:block;transition:color .3s ease}._productNameLink_1urqn_239:hover{color:#007bff}._productName_1urqn_239{font-size:16px;font-weight:600;color:#333;margin:0 0 8px;line-height:1.3;height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .3s ease}._productNameLink_1urqn_239:hover ._productName_1urqn_239{color:#007bff}._productDescription_1urqn_268{font-size:13px;color:#666;margin:0 0 8px;line-height:1.3;height:34px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._productCategory_1urqn_280{font-size:12px;color:#007bff;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}._productRating_1urqn_289{display:flex;align-items:center;gap:8px;margin-bottom:10px}._stars_1urqn_296{display:flex;gap:2px}._ratingText_1urqn_301{font-size:12px;color:#666}._productFeatures_1urqn_306{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}._featureTag_1urqn_313{background:#f0f7ff;color:#007bff;padding:3px 8px;border-radius:10px;font-size:11px;font-weight:500}._productPricing_1urqn_322{margin-bottom:12px;min-height:70px}._priceRow_1urqn_327{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._currentPrice_1urqn_334{font-size:24px;font-weight:900;color:#000!important;font-family:Arial,Helvetica,sans-serif;letter-spacing:-.5px}._oldPrice_1urqn_342{font-size:14px;color:#999;text-decoration:line-through}._discount_1urqn_348{background:#e53e3e;color:#fff;padding:2px 6px;border-radius:8px;font-size:10px;font-weight:700;text-transform:uppercase}._outOfStockRow_1urqn_358{margin-top:8px}._outOfStockBadge_1urqn_362{background:#e53e3e;color:#fff;padding:2px 6px;border-radius:4px;font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.2px}._productBenefits_1urqn_373{display:flex;justify-content:space-between;margin-bottom:12px}._benefit_1urqn_379{display:flex;align-items:center;gap:4px;font-size:11px;color:#28a745;font-weight:500;min-height:53px}._addToCartBtn_1urqn_389{width:100%;background:#e53e3e;color:#fff;border:none;padding:10px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;margin-top:auto}._addToCartBtn_1urqn_389:hover{background:#d73a3a;transform:translateY(-1px)}._addToCartBtn_1urqn_389._disabled_1urqn_412{background:#ccc;cursor:not-allowed}._addToCartBtn_1urqn_389._disabled_1urqn_412:hover{background:#ccc;transform:none}._viewAllSection_1urqn_422{text-align:center;margin-top:40px}._viewAllBtn_1urqn_427{background:transparent;color:#e53e3e;border:2px solid #e53e3e;padding:15px 40px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}._viewAllBtn_1urqn_427:hover{background:#e53e3e;color:#fff;transform:translateY(-2px)}._loadingPlaceholder_1urqn_445{text-align:center;padding:60px 0}._loadingPlaceholder_1urqn_445 p{font-size:1.1rem;color:#666}@media (max-width: 768px){._featuredProducts_1urqn_1{padding:40px 0}._featuredProducts_1urqn_1 ._container_1urqn_460{padding:0 15px}._sectionHeader_1urqn_7 h2{font-size:28px}._sectionHeader_1urqn_7{margin-bottom:30px}._dealsHeader_1urqn_29{flex-direction:column;gap:15px;text-align:center;margin-bottom:25px}._dealsHeader_1urqn_29 h3{font-size:22px}._productsSwiper_1urqn_66{padding:15px 0;margin:0 -15px;overflow:visible}._productsSwiper_1urqn_66 .swiper-wrapper{padding:0 15px}._productsSwiper_1urqn_66 .swiper-button-next,._productsSwiper_1urqn_66 .swiper-button-prev{width:36px;height:36px;margin-top:-18px;background:#007bffe6;color:#fff;font-size:14px}._productsSwiper_1urqn_66 .swiper-button-next{right:10px}._productsSwiper_1urqn_66 .swiper-button-prev{left:10px}._productsSwiper_1urqn_66 .swiper-button-next:after,._productsSwiper_1urqn_66 .swiper-button-prev:after{font-size:14px}._productsSwiper_1urqn_66 .swiper-pagination{bottom:-5px}._productCard_1urqn_97{border-radius:12px;margin-bottom:10px}._productActions_1urqn_129{opacity:1;position:absolute;top:12px;right:12px;gap:6px}._actionBtn_1urqn_145{width:32px!important;height:32px!important;background:#fffffff2}._actionBtn_1urqn_145 svg{width:16px!important;height:16px!important}._productImage_1urqn_200{height:200px;max-height:200px}._productInfo_1urqn_222{padding:12px}._productName_1urqn_239{font-size:14px;height:38px;line-height:1.3}._productDescription_1urqn_268{font-size:12px;height:32px;margin-bottom:6px}._productRating_1urqn_289{margin-bottom:8px}._ratingText_1urqn_301{font-size:11px}._currentPrice_1urqn_334{font-size:18px}._oldPrice_1urqn_342{font-size:13px}._discount_1urqn_348{font-size:9px;padding:2px 5px}._productBenefits_1urqn_373{margin-bottom:10px;justify-content:space-around}._benefit_1urqn_379{font-size:10px;gap:3px}._addToCartBtn_1urqn_389{padding:8px;font-size:13px;gap:6px}._dealsSection_1urqn_25{margin-bottom:40px}}@media (max-width: 480px){._featuredProducts_1urqn_1{padding:30px 0}._featuredProducts_1urqn_1 ._container_1urqn_460{padding:0 10px}._sectionHeader_1urqn_7 h2{font-size:24px}._sectionHeader_1urqn_7{margin-bottom:25px}._dealsHeader_1urqn_29 h3{font-size:20px}._productsSwiper_1urqn_66{padding:10px 0;margin:0}._productsSwiper_1urqn_66 .swiper-wrapper{padding:0}._productsSwiper_1urqn_66 .swiper-button-next,._productsSwiper_1urqn_66 .swiper-button-prev{width:32px;height:32px;margin-top:-16px}._productsSwiper_1urqn_66 .swiper-button-next{right:5px}._productsSwiper_1urqn_66 .swiper-button-prev{left:5px}._productsSwiper_1urqn_66 .swiper-button-next:after,._productsSwiper_1urqn_66 .swiper-button-prev:after{font-size:12px}._productCard_1urqn_97{border-radius:10px;margin-bottom:8px}._productActions_1urqn_129{top:10px;right:10px;gap:4px}._actionBtn_1urqn_145{width:28px!important;height:28px!important}._actionBtn_1urqn_145 svg{width:14px!important;height:14px!important}._productImage_1urqn_200{height:180px;max-height:180px}._productInfo_1urqn_222{padding:10px}._productCategory_1urqn_280{font-size:11px;margin-bottom:4px}._productName_1urqn_239{font-size:13px;height:36px;line-height:1.2}._productDescription_1urqn_268{font-size:11px;height:28px;margin-bottom:5px}._productRating_1urqn_289{margin-bottom:6px}._ratingText_1urqn_301{font-size:10px}._currentPrice_1urqn_334{font-size:16px}._oldPrice_1urqn_342{font-size:12px}._discount_1urqn_348{font-size:8px;padding:1px 4px}._productBenefits_1urqn_373{margin-bottom:8px;flex-direction:column;gap:3px;align-items:flex-start}._benefit_1urqn_379{font-size:9px;gap:2px}._addToCartBtn_1urqn_389{padding:7px;font-size:12px;gap:4px}._countdown_1urqn_45{flex-direction:column;gap:5px;padding:6px 12px}._countdownLabel_1urqn_55{font-size:12px}._countdownTime_1urqn_60{font-size:14px}._viewAllBtn_1urqn_427{padding:12px 30px;font-size:14px;border-radius:20px}}._favoriteButton_1qwgo_1{background:#ffffffe6;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a;color:#666;position:relative;z-index:10;font-size:0}._favoriteButton_1qwgo_1:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #00000026;color:#e53e3e}._favoriteButton_1qwgo_1._active_1qwgo_27{color:#e53e3e;background:#e53e3e1a}._favoriteButton_1qwgo_1._active_1qwgo_27:hover{background:#e53e3e26;color:#c53030}._favoriteButton_1qwgo_1._animating_1qwgo_37{animation:_favoriteAnimation_1qwgo_1 .3s ease-in-out}._favoriteButton_1qwgo_1 ._heartIcon_1qwgo_41{transition:all .2s ease}._favoriteButton_1qwgo_1:hover ._heartIcon_1qwgo_41{transform:scale(1.1)}._favoriteButton_1qwgo_1._animating_1qwgo_37 ._heartIcon_1qwgo_41{animation:_heartBeat_1qwgo_1 .3s ease-in-out}@keyframes _favoriteAnimation_1qwgo_1{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes _heartBeat_1qwgo_1{0%{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1.1)}75%{transform:scale(1.25)}to{transform:scale(1)}}._favoriteButton_1qwgo_1._small_1qwgo_68{width:32px;height:32px}._favoriteButton_1qwgo_1._large_1qwgo_74{width:44px;height:44px;font-size:10px}._favoriteButton_1qwgo_1._transparent_1qwgo_81{background:#0000004d;color:#fff}._favoriteButton_1qwgo_1._transparent_1qwgo_81:hover{background:#00000080;color:#ff6b6b}._favoriteButton_1qwgo_1._transparent_1qwgo_81._active_1qwgo_27{background:#e53e3e4d;color:#ff6b6b}@media (max-width: 768px){._favoriteButton_1qwgo_1{width:34px;height:34px}._favoriteButton_1qwgo_1._small_1qwgo_68{width:30px;height:30px}._favoriteButton_1qwgo_1._large_1qwgo_74{width:40px;height:40px}}._addToCartContainer_m7x8q_1{display:flex;flex-direction:column;gap:.5rem;width:100%}._addToCartButton_m7x8q_8{display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap;position:relative;overflow:hidden;width:100%}._addToCartButton_m7x8q_8:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}._addToCartButton_m7x8q_8:hover:before{left:100%}._small_m7x8q_41{padding:.5rem 1rem;font-size:.875rem}._medium_m7x8q_46{padding:.75rem 1.5rem;font-size:1rem}._large_m7x8q_51{padding:1rem 2rem;font-size:1.125rem}._primary_m7x8q_57{background:var(--primary-color, #007bff);color:#fff;border:2px solid var(--primary-color, #007bff)}._primary_m7x8q_57:hover:not(:disabled){background:var(--primary-hover, #0056b3);border-color:var(--primary-hover, #0056b3);transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}._secondary_m7x8q_70{background:#fff;color:var(--primary-color, #007bff);border:2px solid var(--primary-color, #007bff)}._secondary_m7x8q_70:hover:not(:disabled){background:var(--primary-color, #007bff);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}._outline_m7x8q_83{background:transparent;color:var(--text-primary, #1a1a1a);border:2px solid var(--border-color, #e5e5e5)}._outline_m7x8q_83:hover:not(:disabled){background:var(--bg-secondary, #f8f9fa);border-color:var(--primary-color, #007bff);color:var(--primary-color, #007bff)}._outOfStock_m7x8q_96{background:var(--bg-secondary, #f8f9fa)!important;color:var(--text-secondary, #666)!important;border-color:var(--border-color, #e5e5e5)!important;cursor:not-allowed}._outOfStock_m7x8q_96:hover{transform:none!important;box-shadow:none!important}._justAdded_m7x8q_108{background:var(--success-color, #28a745)!important;border-color:var(--success-color, #28a745)!important;color:#fff!important;animation:_successPulse_m7x8q_1 .6s ease}._inCart_m7x8q_115{background:var(--success-color, #28a745)!important;border-color:var(--success-color, #28a745)!important;color:#fff!important}._addToCartButton_m7x8q_8:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}._spinner_m7x8q_128{animation:_spin_m7x8q_128 1s linear infinite}._quantitySelector_m7x8q_133,._quantityControls_m7x8q_134{display:flex;align-items:center;border:1px solid var(--border-color, #e5e5e5);border-radius:.5rem;overflow:hidden;background:#fff;width:fit-content}._quantityControlsContainer_m7x8q_144{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}._quantityButton_m7x8q_152{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:var(--bg-secondary, #f8f9fa);color:var(--text-primary, #1a1a1a);cursor:pointer;transition:all .2s ease;flex-shrink:0}._quantityButton_m7x8q_152:hover:not(:disabled){background:var(--primary-color, #007bff);color:#fff}._quantityButton_m7x8q_152:disabled{opacity:.5;cursor:not-allowed}._quantityDisplay_m7x8q_176{display:flex;align-items:center;justify-content:center;min-width:50px;height:36px;padding:0 .75rem;font-weight:600;background:#fff;border-left:1px solid var(--border-color, #e5e5e5);border-right:1px solid var(--border-color, #e5e5e5);font-size:.9375rem}._inCartLabel_m7x8q_190{font-size:.8125rem;color:var(--success-color, #28a745);font-weight:600;text-align:center}@keyframes _spin_m7x8q_128{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _successPulse_m7x8q_1{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media (max-width: 768px){._addToCartContainer_m7x8q_1{gap:.375rem}._small_m7x8q_41{padding:.4375rem .875rem;font-size:.8125rem}._medium_m7x8q_46{padding:.625rem 1.25rem;font-size:.9375rem}._large_m7x8q_51{padding:.875rem 1.75rem;font-size:1rem}._quantityButton_m7x8q_152{width:32px;height:32px}._quantityDisplay_m7x8q_176{min-width:40px;height:32px;padding:0 .5rem;font-size:.875rem}}@media (max-width: 480px){._addToCartButton_m7x8q_8{font-size:.875rem}._small_m7x8q_41{padding:.375rem .75rem;font-size:.75rem}._medium_m7x8q_46{padding:.5rem 1rem;font-size:.8125rem}._large_m7x8q_51{padding:.75rem 1.5rem;font-size:.9375rem}}._addToCartButton_m7x8q_8:focus{outline:2px solid var(--primary-color, #007bff);outline-offset:2px}._quantityButton_m7x8q_152:focus{outline:2px solid var(--primary-color, #007bff);outline-offset:-2px}._testimonialsSection_iyusg_1{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}._testimonialsSection_iyusg_1 ._sectionHeader_iyusg_6{text-align:center;margin-bottom:60px}._testimonialsSection_iyusg_1 ._sectionHeader_iyusg_6 h2{font-size:2.5rem;font-weight:700;color:#2d3436;margin-bottom:16px}._testimonialsSection_iyusg_1 ._sectionHeader_iyusg_6 p{font-size:1.1rem;color:#636e72;max-width:600px;margin:0 auto}._testimonialsSwiper_iyusg_25{padding:20px 0 60px}._testimonialCard_iyusg_29{background:#fff;border-radius:20px;padding:40px 30px;box-shadow:0 10px 40px #0000001a;height:400px;display:flex;flex-direction:column;position:relative;transition:transform .3s ease,box-shadow .3s ease}._testimonialCard_iyusg_29:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}._quoteIcon_iyusg_46{position:absolute;top:-16px;left:30px;background:#e53e3e;color:#fff;border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center}._testimonialRating_iyusg_60{display:flex;gap:4px;margin:20px 0 24px}._testimonialComment_iyusg_66{font-size:1.1rem;line-height:1.6;color:#2d3436;margin-bottom:auto;font-style:italic}._testimonialAuthor_iyusg_74{display:flex;align-items:center;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid #e9ecef}._authorAvatar_iyusg_83{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0}._authorAvatar_iyusg_83 img{width:100%;height:100%;object-fit:cover}._authorInfo_iyusg_97 h4{font-size:1.1rem;font-weight:600;color:#2d3436;margin-bottom:4px}._authorInfo_iyusg_97 ._authorTitle_iyusg_104{font-size:.9rem;color:#e53e3e;margin-bottom:4px}._authorInfo_iyusg_97 ._testimonialDate_iyusg_110{font-size:.8rem;color:#636e72}._loadingPlaceholder_iyusg_115{text-align:center;padding:60px 0}._loadingPlaceholder_iyusg_115 p{font-size:1.1rem;color:#636e72}@media (max-width: 768px){._testimonialsSection_iyusg_1{padding:60px 0}._testimonialsSection_iyusg_1 ._sectionHeader_iyusg_6 h2{font-size:2rem}._testimonialCard_iyusg_29{height:auto;min-height:350px;padding:30px 20px}}._productDetailPage_5c904_2{padding:2rem 0;min-height:60vh;max-width:1200px;margin:auto}._pdpLoading_5c904_10{text-align:center;padding:4rem 2rem}._errorMessage_5c904_15{text-align:center;padding:.5rem 2rem}._errorMessage_5c904_15 h2{color:#dc3545;margin-bottom:1rem}._backHomeBtn_5c904_25{display:inline-block;padding:.75rem 1.5rem;background:#e53e3e;color:#fff;text-decoration:none;border-radius:.5rem;margin-top:1rem;transition:all .3s ease}._backHomeBtn_5c904_25:hover{background:#d73a3a;transform:translateY(-2px)}._breadcrumb_5c904_42{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;color:#666}._breadcrumb_5c904_42 a{color:#007bff;text-decoration:none;transition:color .3s ease}._breadcrumb_5c904_42 a:hover{color:#0056b3}._breadcrumb_5c904_42 span{color:#ccc}._productDetailContent_5c904_66{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}._productImages_5c904_74{display:flex;flex-direction:column;gap:1rem}._mainImage_5c904_80{position:relative;width:100%;aspect-ratio:1;background:#f8f9fa;border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #0000001a}._mainImage_5c904_80 img{width:100%;height:100%;object-fit:cover}._imageNav_5c904_96{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #0000001a;font-size:0}._imageNav_5c904_96:hover{background:#fff;transform:translateY(-50%) scale(1.1)}._prev_5c904_119{left:1rem}._next_5c904_123{right:1rem}._productBadge_5c904_127{position:absolute;top:15px;right:15px;padding:3px 8px;background:#dc3545;color:#fff;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.2px;z-index:3}._discount_5c904_142{background:#28a745;border-radius:8px;padding:5px 8px;text-align:center;font-size:12px}._stockStatus_5c904_150{margin-top:8px}._outOfStockBadge_5c904_154{background:#e53e3e;color:#fff;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}._imageThumbnails_5c904_165{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0;padding-left:3px}._thumbnail_5c904_173{width:4rem;height:4rem;border:2px solid transparent;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:all .3s ease;background:none;padding:0}._thumbnail_5c904_173:hover,._active_5c904_186{border-color:#007bff;transform:scale(1.05)}._thumbnail_5c904_173 img{width:100%;height:100%;object-fit:cover}._productInfo_5c904_198{padding:1rem}._productHeader_5c904_202{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._productTitle_5c904_209{font-size:2rem;font-weight:700;color:#2c3e50;margin:0;line-height:1.2}._favoriteBtn_5c904_217{background:none;border:2px solid #e9ecef;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}._favoriteBtn_5c904_217:hover{border-color:#dc3545;color:#dc3545;transform:scale(1.05)}._productRating_5c904_240{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}._stars_5c904_247{display:flex;gap:.2rem}._ratingText_5c904_252{color:#666;font-size:.9rem}._productPricing_5c904_257{margin-bottom:1.5rem}._priceRow_5c904_261{display:flex;align-items:center;gap:1rem}._currentPrice_5c904_267{font-size:2.5rem;font-weight:900;color:#000!important;font-family:Arial,Helvetica,sans-serif;letter-spacing:-1px}._oldPrice_5c904_275{font-size:1.2rem;color:#999;text-decoration:line-through}._discount_5c904_142{width:120px;background:#28a745;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem;font-weight:600}._priceRow_5c904_261 ._discount_5c904_142{width:100%}._productDescription_5c904_295{margin-bottom:1.5rem;color:#666;line-height:1.6}._productFeatures_5c904_301{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}._feature_5c904_308{display:flex;align-items:center;gap:.5rem;color:#28a745;font-size:.9rem}._productActions_5c904_316{display:flex;flex-direction:column;gap:25px;margin-bottom:1.5rem}._optionSelector_5c904_323{display:flex;flex-direction:column;gap:12px}._optionSelector_5c904_323 label{font-size:16px;font-weight:600;color:#333;margin-bottom:8px}._colorOptions_5c904_341{display:flex;gap:12px;align-items:center}._colorOption_5c904_341{width:40px;height:40px;padding:0;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .3s ease;position:relative}._colorOption_5c904_341:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}._colorOption_5c904_341._selected_5c904_363{border-color:#e53e3e;box-shadow:0 0 0 2px #e53e3e4d}._colorOption_5c904_341._selected_5c904_363:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:14px}._colorOption_5c904_341._white_5c904_379._selected_5c904_363:after{color:#333}._sizeOptions_5c904_404{display:flex;gap:10px;flex-wrap:wrap}._sizeOption_5c904_404{padding:12px 16px;border:2px solid #e0e0e0;background:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;color:#333;min-width:50px;text-align:center}._sizeOption_5c904_404:hover{border-color:#e53e3e;background:#e53e3e0d}._sizeOption_5c904_404._selected_5c904_363{border-color:#e53e3e;background:#e53e3e;color:#fff}._detailsOptions_5c904_439{display:flex;gap:10px;flex-wrap:wrap}._detailsOption_5c904_439{padding:12px 18px;border:2px solid #e0e0e0;background:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#333;text-align:center}._detailsOption_5c904_439:hover{border-color:#e53e3e;background:#e53e3e0d}._detailsOption_5c904_439._selected_5c904_363{border-color:#e53e3e;background:#e53e3e;color:#fff}._quantitySelector_5c904_468{display:flex;flex-direction:column;gap:.5rem}._quantitySelector_5c904_468 label{font-weight:600;color:#2c3e50}._quantityControls_5c904_479{display:flex;align-items:center;border:1px solid var(--border-color, #e5e5e5);border-radius:.5rem;overflow:hidden;background:#fff;width:fit-content}._quantityControls_5c904_479 button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:var(--bg-secondary, #f8f9fa);color:var(--text-primary, #1a1a1a);cursor:pointer;transition:all .2s ease;flex-shrink:0;font-size:0;border-radius:0}._quantityControls_5c904_479 button:hover:not(:disabled){background:var(--primary-color, #007bff);color:#fff}._quantityControls_5c904_479 button:disabled{opacity:.5;cursor:not-allowed}._quantityControls_5c904_479 span{display:flex;align-items:center;justify-content:center;min-width:60px;height:40px;padding:0 .75rem;font-weight:600;background:#fff;border-left:1px solid var(--border-color, #e5e5e5);border-right:1px solid var(--border-color, #e5e5e5);font-size:1rem}._addToCartBtn_5c904_529{display:flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:#e53e3e;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}._addToCartBtn_5c904_529:hover:not(._disabled_5c904_545){background:#d73a3a;transform:translateY(-2px);box-shadow:0 4px 15px #007bff4d}._addToCartBtn_5c904_529._disabled_5c904_545{background:#6c757d;cursor:not-allowed}._stockStatus_5c904_150{font-weight:600}._inStock_5c904_568{color:#28a745}._outOfStock_5c904_154{color:#dc3545}._productDetailsTabs_5c904_577{border-top:1px solid #e9ecef;padding-top:2rem}._tabButtons_5c904_582{display:flex;gap:0;margin-bottom:2rem;border-bottom:1px solid #e9ecef}._tabBtn_5c904_589{background:none;border:none;padding:1rem 2rem;cursor:pointer;transition:all .3s ease;font-weight:600;color:#666;border-bottom:3px solid transparent}._tabBtn_5c904_589:hover,._tabBtn_5c904_589._active_5c904_186{color:#007bff;border-bottom-color:#007bff;border-radius:0}._tabContent_5c904_607{min-height:200px}._tabPanel_5c904_611{padding:1rem 0;line-height:1.6;color:#666}._specifications_5c904_617{display:flex;flex-direction:column;gap:1rem}._specRow_5c904_623{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f8f9fa}._specLabel_5c904_630{font-weight:600;color:#2c3e50}._specValue_5c904_635{color:#666}._reviewsSection_5c904_639{padding:1rem 0}._reviewsSummary_5c904_643{margin-bottom:2rem}._overallRating_5c904_647{display:flex;align-items:center;gap:1rem}._ratingNumber_5c904_653{font-size:3rem;font-weight:700;color:#ffc107}._reviewsCount_5c904_659{color:#666;font-size:.9rem}@media (max-width: 768px){._productDetailContent_5c904_66{grid-template-columns:1fr;gap:2rem}._productTitle_5c904_209,._currentPrice_5c904_267{font-size:1.5rem}._productActions_5c904_316{flex-direction:column;align-items:stretch;gap:1rem}._tabButtons_5c904_582{overflow-x:auto}._tabBtn_5c904_589{white-space:nowrap;padding:1rem}}@media (max-width: 480px){._productDetailPage_5c904_2{padding:1rem 0}._breadcrumb_5c904_42{font-size:.8rem;margin-bottom:1rem}._mainImage_5c904_80{aspect-ratio:4/3}._imageNav_5c904_96{width:2.5rem;height:2.5rem}._prev_5c904_119{left:.5rem}._next_5c904_123{right:.5rem}}._optionSelector_5c904_323._error_5c904_15{border:1px solid #ef4444;border-radius:6px;padding:.5rem;background-color:#fef2f2}._errorText_5c904_731{color:#ef4444;font-weight:600}._errorMessage_5c904_15{color:#ef4444;font-size:.75rem;margin-top:.25rem;display:block}._colorName_5c904_743{position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);font-size:.7rem;background:#000000b3;color:#fff;padding:.25rem .5rem;border-radius:4px;opacity:0;transition:opacity .2s;pointer-events:none;white-space:nowrap}._colorOption_5c904_341:hover ._colorName_5c904_743{opacity:1}._colorOption_5c904_341{position:relative}._categoryPage_16xq7_1{padding:40px 0;background:#fff;min-height:80vh}._breadcrumb_16xq7_7{display:flex;align-items:center;gap:8px;margin-bottom:30px;font-size:14px;color:#666}._breadcrumb_16xq7_7 a{color:#007bff;text-decoration:none;transition:color .3s ease}._breadcrumb_16xq7_7 a:hover{color:#e53e3e}._breadcrumb_16xq7_7 span{color:#666}._categoryHeader_16xq7_30{text-align:center;margin-bottom:50px}._categoryHeader_16xq7_30 h1{font-size:42px;font-weight:700;color:#333;margin:0 0 10px}._categoryHeader_16xq7_30 p{font-size:16px;color:#666;margin:0}._productsGrid_16xq7_48{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-bottom:60px}._productCard_16xq7_55{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;position:relative;border:1px solid #f0f0f0;height:100%;display:flex;flex-direction:column}._productCard_16xq7_55:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}._productActions_16xq7_73{position:absolute;top:15px;right:15px;display:flex;flex-direction:column;gap:8px;z-index:2;opacity:0;transition:opacity .3s ease}._productCard_16xq7_55:hover ._productActions_16xq7_73{opacity:1}._actionBtn_16xq7_89{width:36px!important;height:36px!important;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:#fffffff2;display:flex!important;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .2s ease;color:#333!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0!important;margin:0!important}._actionBtn_16xq7_89:hover{background:#e53e3e;color:#fff;transform:scale(1.1)}._actionBtn_16xq7_89 svg{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;stroke-width:1.5!important;stroke:currentColor!important;fill:none!important;display:block!important;flex-shrink:0!important;pointer-events:none}._productImage_16xq7_128{height:200px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;overflow:hidden;flex-shrink:0}._productImage_16xq7_128 img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}._productCard_16xq7_55:hover ._productImage_16xq7_128 img{transform:scale(1.05)}._productInfo_16xq7_149{padding:20px;display:flex;flex-direction:column;flex:1;justify-content:flex-start;gap:10px}._productCategory_16xq7_158{font-size:12px;color:#007bff;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}._productNameLink_16xq7_167{text-decoration:none;color:inherit;display:block;transition:color .3s ease}._productNameLink_16xq7_167:hover{color:#007bff}._productName_16xq7_167{font-size:18px;font-weight:600;color:#333;margin:0 0 10px;line-height:1.4;height:48px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .3s ease}._productNameLink_16xq7_167:hover ._productName_16xq7_167{color:#007bff}._productDescription_16xq7_196{font-size:14px;color:#666;margin:0 0 15px;line-height:1.4;height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._productRating_16xq7_208{display:flex;align-items:center;gap:8px;margin-bottom:15px}._stars_16xq7_215{display:flex;gap:2px}._ratingText_16xq7_220{font-size:12px;color:#666}._productPricing_16xq7_225{margin-bottom:15px}._priceRow_16xq7_229{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._currentPrice_16xq7_236{font-size:22px;font-weight:900;color:#000!important;font-family:Arial,Helvetica,sans-serif;letter-spacing:-.5px}._oldPrice_16xq7_244{font-size:16px;color:#999;text-decoration:line-through}._discount_16xq7_250{background:#e53e3e;color:#fff;padding:2px 6px;border-radius:8px;font-size:10px;font-weight:700;text-transform:uppercase}._outOfStockRow_16xq7_260{margin-top:8px}._outOfStockBadge_16xq7_264{background:#e53e3e;color:#fff;padding:2px 6px;border-radius:4px;font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.2px}._productBenefits_16xq7_275{display:flex;justify-content:space-between;margin-bottom:20px}._benefit_16xq7_281{display:flex;align-items:center;gap:4px;font-size:11px;color:#28a745;font-weight:500}._addToCartBtn_16xq7_290{width:100%;background:#e53e3e;color:#fff;border:none;padding:12px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;margin-top:auto}._addToCartBtn_16xq7_290:hover{background:#d73a3a;transform:translateY(-1px)}._addToCartBtn_16xq7_290._disabled_16xq7_313{background:#ccc;cursor:not-allowed}._addToCartBtn_16xq7_290._disabled_16xq7_313:hover{background:#ccc;transform:none}._loadingPlaceholder_16xq7_323{text-align:center;padding:60px 0}._loadingPlaceholder_16xq7_323 p{font-size:1.1rem;color:#666}._errorMessage_16xq7_333{text-align:center;padding:80px 20px}._errorMessage_16xq7_333 h2{font-size:32px;color:#333;margin-bottom:15px}._errorMessage_16xq7_333 p{font-size:16px;color:#666;margin-bottom:30px}._backHomeBtn_16xq7_350{display:inline-block;background:#e53e3e;color:#fff;padding:12px 30px;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease}._backHomeBtn_16xq7_350:hover{background:#d73a3a;transform:translateY(-2px)}@media (max-width: 768px){._categoryPage_16xq7_1{padding:30px 0}._categoryHeader_16xq7_30 h1{font-size:32px}._productsGrid_16xq7_48{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}._productInfo_16xq7_149{padding:15px}._productName_16xq7_167{font-size:16px;height:40px}._currentPrice_16xq7_236{font-size:18px}}@media (max-width: 480px){._productsGrid_16xq7_48{grid-template-columns:1fr;gap:15px}._productImage_16xq7_128{height:180px}}._profilePage_1wpqj_1{min-height:100vh;background-color:#f8fafc;padding:2rem 0}._profileHeader_1wpqj_7{display:flex;align-items:center;gap:2rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}._profileAvatar_1wpqj_18{width:100px;height:100px;border-radius:50%;overflow:hidden}._profileAvatar_1wpqj_18 img{width:100%;height:100%;object-fit:cover}._avatarPlaceholder_1wpqj_31{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700}._profileInfo_1wpqj_43 h1{margin:0 0 .5rem;font-size:2rem;color:#1f2937}._profileInfo_1wpqj_43 p{margin:0 0 .5rem;color:#6b7280;font-size:1.1rem}._memberSince_1wpqj_55{color:#9ca3af;font-size:.9rem}._profileContent_1wpqj_60{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}._profileTabs_1wpqj_67{display:flex;border-bottom:1px solid #e5e7eb}._tab_1wpqj_72{padding:1rem 1.5rem;border:none;background:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;color:#6b7280;font-weight:500;transition:all .2s;border-bottom:2px solid transparent}._tab_1wpqj_72:hover{color:#3b82f6;background-color:#f8fafc}._tab_1wpqj_72._active_1wpqj_91{color:#3b82f6;border-bottom-color:#3b82f6;background-color:#eff6ff}._profileTabContent_1wpqj_97{padding:2rem}._message_1wpqj_101{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}._message_1wpqj_101._success_1wpqj_108{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}._message_1wpqj_101._error_1wpqj_114{background-color:#fee2e2;color:#dc2626;border:1px solid #fecaca}._profileForm_1wpqj_120 h3,._preferencesForm_1wpqj_121 h3{margin:0 0 1.5rem;color:#1f2937;font-size:1.5rem}._formRow_1wpqj_127{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._formGroup_1wpqj_133{margin-bottom:1.5rem}._formGroup_1wpqj_133 label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500}._formGroup_1wpqj_133 input,._formGroup_1wpqj_133 select{width:100%;padding:.75rem;padding-left:40px;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}._formGroup_1wpqj_133 input:focus,._formGroup_1wpqj_133 select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._formGroup_1wpqj_133 input._disabled_1wpqj_162{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}._formGroup_1wpqj_133 small{color:#6b7280;font-size:.875rem;margin-top:.25rem;display:block}._checkboxGroup_1wpqj_175{margin-bottom:1.5rem}._checkboxGroup_1wpqj_175 label{display:flex;align-items:center;gap:.5rem;color:#374151;cursor:pointer}._checkboxGroup_1wpqj_175 input[type=checkbox]{width:auto;margin:0}._saveBtn_1wpqj_192{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}._saveBtn_1wpqj_192:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}._saveBtn_1wpqj_192:disabled{opacity:.6;cursor:not-allowed;transform:none}._addressesSection_1wpqj_219 h3{margin:0 0 1.5rem;color:#1f2937;font-size:1.5rem}._sectionHeader_1wpqj_225{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._addAddressBtn_1wpqj_232{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s}._addAddressBtn_1wpqj_232:hover{background-color:#2563eb}._addressForm_1wpqj_249{background-color:#f8fafc;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:1px solid #e5e7eb}._addressForm_1wpqj_249 h4{margin:0 0 1rem;color:#1f2937}._formActions_1wpqj_262{display:flex;gap:1rem;margin-top:1.5rem}._formActions_1wpqj_262 button{padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}._formActions_1wpqj_262 button[type=submit]{background-color:#3b82f6;color:#fff;border:none}._formActions_1wpqj_262 button[type=submit]:hover{background-color:#2563eb}._formActions_1wpqj_262 button[type=button]{background-color:#fff;color:#374151;border:1px solid #d1d5db}._formActions_1wpqj_262 button[type=button]:hover{background-color:#f3f4f6}._addressesList_1wpqj_296{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}._addressCard_1wpqj_302{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:box-shadow .2s}._addressCard_1wpqj_302:hover{box-shadow:0 4px 6px #0000001a}._addressHeader_1wpqj_313{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._addressType_1wpqj_320{background-color:#eff6ff;color:#1d4ed8;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:500;text-transform:capitalize}._defaultBadge_1wpqj_330{background-color:#dcfce7;color:#166534;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}._addressDetails_1wpqj_339 p{margin:.25rem 0;color:#374151}._addressActions_1wpqj_344{display:flex;gap:.5rem;margin-top:1rem}._addressActions_1wpqj_344 button{background:none;border:1px solid #d1d5db;color:#374151;padding:.5rem .75rem;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:.25rem;font-size:.875rem;transition:all .2s}._addressActions_1wpqj_344 button:hover{background-color:#f3f4f6}._profileLoading_1wpqj_368{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.2rem;color:#6b7280}@media (max-width: 768px){._profilePage_1wpqj_1{padding:1rem 0}._profileHeader_1wpqj_7{flex-direction:column;text-align:center;gap:1rem}._profileTabs_1wpqj_67{flex-direction:column}._tab_1wpqj_72{padding:1rem;justify-content:center}._profileTabContent_1wpqj_97{padding:1rem}._formRow_1wpqj_127{grid-template-columns:1fr;gap:1rem}._sectionHeader_1wpqj_225{flex-direction:column;gap:1rem;align-items:stretch}._addressesList_1wpqj_296{grid-template-columns:1fr}._formActions_1wpqj_262{flex-direction:column}._addressActions_1wpqj_344{justify-content:center}}._ordersPage_onjyc_1{min-height:100vh;background-color:#f8fafc;padding:2rem 0}._ordersHeader_onjyc_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._ordersHeader_onjyc_7 h1{margin:0;color:#1f2937;font-size:2rem}._ordersFilters_onjyc_20 select{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:1rem}._ordersLoading_onjyc_28{text-align:center;padding:4rem 0;color:#6b7280;font-size:1.2rem}._noOrders_onjyc_35{text-align:center;padding:4rem 0}._noOrders_onjyc_35 h3{color:#6b7280;margin:1rem 0 .5rem}._noOrders_onjyc_35 p{color:#9ca3af;margin:0}._ordersList_onjyc_50{display:flex;flex-direction:column;gap:1.5rem}._orderCard_onjyc_56{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s}._orderCard_onjyc_56:hover{box-shadow:0 4px 6px #0000001a}._orderHeader_onjyc_68{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._orderInfo_onjyc_75 h3{margin:0 0 .25rem;color:#1f2937;font-size:1.25rem}._orderDate_onjyc_81{margin:0;color:#6b7280;display:flex;align-items:center;gap:.5rem;font-size:.9rem}._orderStatus_onjyc_90{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-weight:500;font-size:.875rem;text-transform:capitalize}._orderStatus_onjyc_90._orange_onjyc_101{background-color:#fef3c7;color:#92400e}._orderStatus_onjyc_90._blue_onjyc_106{background-color:#dbeafe;color:#1e40af}._orderStatus_onjyc_90._purple_onjyc_111{background-color:#e9d5ff;color:#7c3aed}._orderStatus_onjyc_90._green_onjyc_116{background-color:#d1fae5;color:#065f46}._orderStatus_onjyc_90._red_onjyc_121{background-color:#fee2e2;color:#dc2626}._orderStatus_onjyc_90._gray_onjyc_126{background-color:#f3f4f6;color:#6b7280}._statusIcon_onjyc_131{flex-shrink:0}._orderItems_onjyc_135{margin:1rem 0}._orderItem_onjyc_135{display:flex;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6}._orderItem_onjyc_135:last-child{border-bottom:none}._orderItem_onjyc_135 img{width:60px;height:60px;object-fit:cover;border-radius:6px}._itemInfo_onjyc_158{flex:1}._itemInfo_onjyc_158 h4{margin:0 0 .25rem;color:#1f2937;font-size:1rem}._itemInfo_onjyc_158 p{margin:0;color:#6b7280;font-size:.875rem}._itemPrice_onjyc_174{font-weight:600;color:#1f2937}._moreItems_onjyc_179{color:#6b7280;font-style:italic;margin:.5rem 0 0;text-align:center}._orderFooter_onjyc_186{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}._orderTotal_onjyc_195{font-size:1.1rem;color:#1f2937}._orderActions_onjyc_200{display:flex;gap:.75rem}._orderActions_onjyc_200 button{padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:all .2s;font-size:.875rem}._viewDetailsBtn_onjyc_218{background-color:#3b82f6;color:#fff}._viewDetailsBtn_onjyc_218:hover{background-color:#2563eb}._reorderBtn_onjyc_227{background-color:#059669;color:#fff}._reorderBtn_onjyc_227:hover{background-color:#047857}._cancelBtn_onjyc_236{background-color:#dc2626;color:#fff}._cancelBtn_onjyc_236:hover{background-color:#b91c1c}._pagination_onjyc_245{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}._pagination_onjyc_245 button{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;cursor:pointer;border-radius:6px;transition:all .2s}._pagination_onjyc_245 button:hover{background-color:#f3f4f6}._pagination_onjyc_245 button._active_onjyc_265{background-color:#3b82f6;color:#fff;border-color:#3b82f6}._orderModalOverlay_onjyc_272{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:1rem}._orderModal_onjyc_272{background:#fff;border-radius:12px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}._modalHeader_onjyc_297{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:1}._modalHeader_onjyc_297 h2{margin:0;color:#1f2937;font-size:1.5rem}._closeBtn_onjyc_315{background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}._closeBtn_onjyc_315:hover{color:#374151}._modalContent_onjyc_334{padding:1.5rem}._orderOverview_onjyc_338{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;padding:1rem;background-color:#f8fafc;border-radius:8px}._overviewItem_onjyc_348{display:flex;flex-direction:column;gap:.25rem}._overviewItem_onjyc_348 span{color:#6b7280;font-size:.875rem}._overviewItem_onjyc_348 strong{color:#1f2937;font-size:1rem}._statusBadge_onjyc_364{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-weight:500;width:fit-content}._orderTimeline_onjyc_374{margin-bottom:2rem}._orderTimeline_onjyc_374 h3{margin:0 0 1rem;color:#1f2937}._timeline_onjyc_383{position:relative}._timeline_onjyc_383:before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background-color:#e5e7eb}._timelineItem_onjyc_397{position:relative;padding-left:2rem;margin-bottom:1rem}._timelineDot_onjyc_403{position:absolute;left:0;top:0;width:16px;height:16px;background-color:#3b82f6;border-radius:50%;border:3px solid white;box-shadow:0 0 0 3px #e5e7eb}._timelineContent_onjyc_415 h4{margin:0 0 .25rem;color:#1f2937;text-transform:capitalize}._timelineContent_onjyc_415 p{margin:0;color:#6b7280;font-size:.875rem}._timelineNote_onjyc_427{font-style:italic}._orderItemsDetail_onjyc_431{margin-bottom:2rem}._orderItemsDetail_onjyc_431 h3{margin:0 0 1rem;color:#1f2937}._itemDetail_onjyc_440{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem}._itemDetail_onjyc_440:last-child{margin-bottom:0}._itemDetail_onjyc_440 img{width:80px;height:80px;object-fit:cover;border-radius:6px}._itemDetail_onjyc_440 ._itemInfo_onjyc_158{flex:1}._itemDetail_onjyc_440 ._itemInfo_onjyc_158 h4{margin:0 0 .5rem;color:#1f2937}._itemDetail_onjyc_440 ._itemInfo_onjyc_158 p{margin:.25rem 0;color:#6b7280;font-size:.875rem}._selectedOptions_onjyc_476{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._selectedOptions_onjyc_476 span{background-color:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;color:#374151}._itemPricing_onjyc_491{text-align:right}._unitPrice_onjyc_495{color:#6b7280;font-size:.875rem}._totalPrice_onjyc_500{color:#1f2937;font-weight:600;font-size:1.1rem}._orderAddresses_onjyc_506{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}._addressSection_onjyc_513 h4{display:flex;align-items:center;gap:.5rem;margin:0 0 .5rem;color:#1f2937}._address_onjyc_513 p,._paymentInfo_onjyc_522 p{margin:.25rem 0;color:#374151}._paymentStatus_onjyc_527{text-transform:capitalize;font-weight:500}._paymentStatus_onjyc_527._completed_onjyc_532{color:#065f46}._paymentStatus_onjyc_527._pending_onjyc_536{color:#92400e}._paymentStatus_onjyc_527._failed_onjyc_540{color:#dc2626}._orderSummary_onjyc_544{background-color:#f8fafc;padding:1rem;border-radius:8px;margin-bottom:2rem}._orderSummary_onjyc_544 h3{margin:0 0 1rem;color:#1f2937}._summaryRow_onjyc_556{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#374151}._summaryRow_onjyc_556._discount_onjyc_563{color:#059669}._summaryRow_onjyc_556._total_onjyc_500{font-weight:600;font-size:1.1rem;color:#1f2937;padding-top:.5rem;border-top:1px solid #e5e7eb;margin-top:.5rem}._modalActions_onjyc_576{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}@media (max-width: 768px){._ordersPage_onjyc_1{padding:1rem 0}._ordersHeader_onjyc_7{flex-direction:column;gap:1rem;align-items:stretch}._orderHeader_onjyc_68{flex-direction:column;gap:1rem}._orderFooter_onjyc_186{flex-direction:column;gap:1rem;align-items:stretch}._orderActions_onjyc_200{justify-content:center}._orderModal_onjyc_272{margin:.5rem;width:calc(100vw - 1rem)}._orderOverview_onjyc_338{grid-template-columns:1fr}._orderAddresses_onjyc_506{grid-template-columns:1fr;gap:1rem}._itemDetail_onjyc_440{flex-direction:column;text-align:center}._itemPricing_onjyc_491{text-align:center}._modalActions_onjyc_576{flex-direction:column;gap:.5rem}}._favoritesPage_lh6zl_1{min-height:100vh;background-color:#f8f9fa;padding:20px 0 60px}._favoritesPage_lh6zl_1 ._container_lh6zl_7{max-width:1200px;margin:0 auto;padding:0 20px}._favoritesPage_lh6zl_1 ._breadcrumb_lh6zl_14{display:flex;align-items:center;gap:10px;margin-bottom:30px;font-size:14px;color:#666}._favoritesPage_lh6zl_1 ._breadcrumb_lh6zl_14 a{display:flex;align-items:center;gap:5px;color:#007bff;text-decoration:none;transition:color .2s ease}._favoritesPage_lh6zl_1 ._breadcrumb_lh6zl_14 a:hover{color:#0056b3;text-decoration:underline}._favoritesPage_lh6zl_1 ._breadcrumb_lh6zl_14 span{color:#999}._favoritesHeader_lh6zl_42{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 2px 8px #0000001a}._headerContent_lh6zl_50{display:flex;justify-content:space-between;align-items:center}._headerLeft_lh6zl_56{display:flex;align-items:center;gap:20px}._pageIcon_lh6zl_62{color:#e53e3e}._favoritesHeader_lh6zl_42 h1{margin:0 0 5px;font-size:32px;font-weight:700;color:#2d3748}._favoritesCount_lh6zl_73{margin:0;transform:translate(-8px,2px)}._clearAllBtn_lh6zl_80{display:flex;align-items:center;gap:8px;background:#e53e3e;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}._clearAllBtn_lh6zl_80:hover{background:#c53030;transform:translateY(-1px)}._emptyFavorites_lh6zl_100{background:#fff;border-radius:12px;padding:60px 30px;text-align:center;box-shadow:0 2px 8px #0000001a}._emptyFavoritesContent_lh6zl_108{max-width:400px;margin:0 auto}._emptyIcon_lh6zl_113{color:#e2e8f0;margin-bottom:20px}._emptyFavorites_lh6zl_100 h2{margin:0 0 15px;font-size:24px;font-weight:600;color:#2d3748}._emptyFavorites_lh6zl_100 p{margin:0 0 30px;color:#666;line-height:1.6}._continueShoppingBtn_lh6zl_131{display:inline-flex;align-items:center;gap:8px;background:#e53e3e;color:#fff;text-decoration:none;padding:14px 28px;border-radius:8px;font-weight:600;transition:all .2s ease}._continueShoppingBtn_lh6zl_131:hover{background:#d73a3a;transform:translateY(-1px);text-decoration:none;color:#fff}._favoritesGrid_lh6zl_152{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}._favoriteItem_lh6zl_158{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}._favoriteItem_lh6zl_158:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}._productImageContainer_lh6zl_172{position:relative;height:240px;overflow:hidden}._productImage_lh6zl_172{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._favoriteItem_lh6zl_158:hover ._productImage_lh6zl_172{transform:scale(1.05)}._favoriteOverlay_lh6zl_189{position:absolute;top:12px;right:12px}._overlayFavorite_lh6zl_195{background:#fffffff2}._productBadge_lh6zl_199{position:absolute;top:12px;left:12px;background:#e53e3e;color:#fff;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600}._productInfo_lh6zl_212{padding:20px}._productCategory_lh6zl_217{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin-bottom:8px}._productNameLink_lh6zl_226{text-decoration:none;color:inherit}._productName_lh6zl_226{margin:0 0 8px;font-size:18px;font-weight:600;color:#2d3748;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}._productNameLink_lh6zl_226:hover ._productName_lh6zl_226{color:#007bff}._productDescription_lh6zl_248{margin:0 0 12px;font-size:14px;color:#666;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._productRating_lh6zl_260{display:flex;align-items:center;gap:8px;margin-bottom:12px}._stars_lh6zl_267{display:flex;gap:2px}._ratingText_lh6zl_272{font-size:12px;color:#666}._productPricing_lh6zl_278{margin-bottom:16px}._priceRow_lh6zl_282{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._currentPrice_lh6zl_289{font-size:20px;font-weight:700;color:#2d3748}._oldPrice_lh6zl_295{font-size:16px;color:#999;text-decoration:line-through}._discountBadge_lh6zl_301{background:#48bb78;color:#fff;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:600}._productActions_lh6zl_311{margin-bottom:12px}._addToCartBtn_lh6zl_315{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#e53e3e;color:#fff;border:none;padding:12px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}._addToCartBtn_lh6zl_315:hover:not(._disabled_lh6zl_331){background:#d73a3a;transform:translateY(-1px)}._addToCartBtn_lh6zl_315._disabled_lh6zl_331{background:#e2e8f0;color:#a0aec0;cursor:not-allowed}._stockStatus_lh6zl_342{text-align:center}._outOfStockBadge_lh6zl_346{background:#fed7d7;color:#c53030;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}._loadingPlaceholder_lh6zl_355{text-align:center;padding:60px 0}._loadingPlaceholder_lh6zl_355 p{font-size:1.1rem;color:#636e72}@media (max-width: 768px){._favoritesPage_lh6zl_1{padding:15px 0 40px}._favoritesPage_lh6zl_1 ._container_lh6zl_7{padding:0 15px}._favoritesHeader_lh6zl_42{padding:20px;margin-bottom:20px}._headerContent_lh6zl_50{flex-direction:column;gap:20px;align-items:flex-start}._headerLeft_lh6zl_56{gap:15px}._favoritesHeader_lh6zl_42 h1{font-size:24px}._favoritesGrid_lh6zl_152{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}._productImageContainer_lh6zl_172{height:240px}._productInfo_lh6zl_212{padding:15px 15px 40px}._emptyFavorites_lh6zl_100{padding:40px 20px}}@media (max-width: 480px){._favoritesGrid_lh6zl_152{grid-template-columns:1fr}._productImageContainer_lh6zl_172{height:220px}._favoritesHeader_lh6zl_42 h1{font-size:20px}._headerLeft_lh6zl_56{gap:10px}._pageIcon_lh6zl_62{width:24px;height:24px}}._cartPage_12hgh_1{min-height:100vh;background:var(--bg-secondary, #f8f9fa);padding:2rem 0}._container_12hgh_7{max-width:1200px;margin:0 auto;padding:0 1rem}._header_12hgh_13{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 2px 8px #0000001a}._headerContent_12hgh_24 h1{display:flex;align-items:center;gap:1rem;font-size:2rem;font-weight:700;color:var(--text-primary, #1a1a1a);margin:0 0 1rem}._itemCount_12hgh_34{color:var(--text-secondary, #666);font-weight:500;font-size:1.25rem}._continueShoppingLink_12hgh_40{display:flex;align-items:center;gap:.5rem;color:var(--primary-color, #007bff);text-decoration:none;font-weight:500;transition:all .2s ease;padding:.5rem 1rem;border-radius:.5rem}._continueShoppingLink_12hgh_40:hover{background:var(--primary-bg, rgba(0, 123, 255, .1));transform:translate(-2px)}._clearCartButton_12hgh_57{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:2px solid var(--danger-color, #dc3545);color:var(--danger-color, #dc3545);border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-weight:600}._clearCartButton_12hgh_57:hover:not(:disabled){background:var(--danger-color, #dc3545);color:#fff}._clearCartButton_12hgh_57:disabled{opacity:.5;cursor:not-allowed}._cartContent_12hgh_81{display:grid;grid-template-columns:1fr 400px;gap:2rem}._cartItems_12hgh_87{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 8px #0000001a}._itemsHeader_12hgh_94{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color, #e5e5e5)}._itemsHeader_12hgh_94 h2{font-size:1.5rem;font-weight:700;color:var(--text-primary, #1a1a1a);margin:0}._itemsHeader_12hgh_94 span{color:var(--text-secondary, #666);font-weight:500}._itemsList_12hgh_115{display:flex;flex-direction:column;gap:1.5rem}._orderSummary_12hgh_121{height:fit-content}._summaryCard_12hgh_125{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 8px #0000001a;position:sticky;top:2rem}._summaryCard_12hgh_125 h2{font-size:1.5rem;font-weight:700;color:var(--text-primary, #1a1a1a);margin:0 0 1.5rem}._promoSection_12hgh_141{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color, #e5e5e5)}._promoInput_12hgh_147{display:flex;gap:.5rem;margin-bottom:.75rem}._promoCodeInput_12hgh_153{flex:1;padding:.75rem;border:1px solid var(--border-color, #e5e5e5);border-radius:.5rem;font-size:1rem;transition:border-color .2s ease}._promoCodeInput_12hgh_153:focus{outline:none;border-color:var(--primary-color, #007bff);box-shadow:0 0 0 3px #007bff1a}._applyPromoButton_12hgh_168{padding:.75rem 1.5rem;background:var(--primary-color, #007bff);border:none;color:#fff;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}._applyPromoButton_12hgh_168:hover:not(:disabled){background:var(--primary-hover, #0056b3)}._applyPromoButton_12hgh_168:disabled{opacity:.5;cursor:not-allowed}._promoApplied_12hgh_189{display:flex;align-items:center;gap:.5rem;color:var(--success-color, #28a745);font-weight:500;font-size:.875rem}._priceBreakdown_12hgh_198{margin-bottom:1.5rem}._priceRow_12hgh_202{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;color:var(--text-primary, #1a1a1a)}._priceRow_12hgh_202._total_12hgh_210{border-top:2px solid var(--border-color, #e5e5e5);margin-top:1rem;padding-top:1rem;font-weight:700;font-size:1.25rem}._priceRow_12hgh_202._discount_12hgh_218,._freeShipping_12hgh_223{color:var(--success-color, #28a745);font-weight:600}._checkoutButton_12hgh_228{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:var(--primary-color, #007bff);border:none;color:#fff;border-radius:.75rem;font-weight:700;font-size:1.125rem;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}._checkoutButton_12hgh_228:hover{background:var(--primary-hover, #0056b3);transform:translateY(-1px)}._securityFeatures_12hgh_251{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}._feature_12hgh_258{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary, #666);font-size:.875rem}._feature_12hgh_258 svg{color:var(--success-color, #28a745)}._shippingNotice_12hgh_270{display:flex;align-items:center;gap:.5rem;padding:1rem;background:var(--info-bg, #d1ecf1);color:var(--info-color, #0c5460);border-radius:.5rem;font-weight:500;font-size:.875rem;text-align:center}._recommendations_12hgh_283{margin-top:3rem;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 8px #0000001a}._recommendations_12hgh_283 h2{font-size:1.5rem;font-weight:700;color:var(--text-primary, #1a1a1a);margin:0 0 1.5rem}._comingSoon_12hgh_298{text-align:center;padding:2rem;color:var(--text-secondary, #666)}._emptyCart_12hgh_305{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000001a}._emptyIcon_12hgh_317{margin-bottom:2rem;color:var(--text-secondary, #666);opacity:.5}._emptyCart_12hgh_305 h1{font-size:2rem;font-weight:700;color:var(--text-primary, #1a1a1a);margin:0 0 1rem}._emptyCart_12hgh_305 p{color:var(--text-secondary, #666);font-size:1.125rem;line-height:1.6;margin:0 0 2rem;max-width:500px}._continueShoppingButton_12hgh_338{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--primary-color, #007bff);color:#fff;text-decoration:none;border-radius:.75rem;font-weight:700;font-size:1.125rem;transition:all .2s ease}._continueShoppingButton_12hgh_338:hover{background:var(--primary-hover, #0056b3);transform:translateY(-1px)}@media (max-width: 1024px){._cartContent_12hgh_81{grid-template-columns:1fr;gap:1.5rem}._orderSummary_12hgh_121{order:-1}._summaryCard_12hgh_125{position:static}}@media (max-width: 768px){._cartPage_12hgh_1{padding:1rem 0}._container_12hgh_7{padding:0 .75rem}._header_12hgh_13{flex-direction:column;align-items:stretch;gap:1rem;padding:1.5rem}._headerContent_12hgh_24 h1{font-size:1.75rem}._cartItems_12hgh_87,._summaryCard_12hgh_125{padding:1.5rem}._itemsHeader_12hgh_94{flex-direction:column;align-items:flex-start;gap:.5rem}._promoInput_12hgh_147{flex-direction:column}._checkoutButton_12hgh_228{font-size:1rem;padding:.875rem 1.25rem}}@media (max-width: 480px){._container_12hgh_7{padding:0 .5rem}._header_12hgh_13{padding:1rem}._headerContent_12hgh_24 h1{font-size:1.5rem;flex-direction:column;align-items:flex-start;gap:.5rem}._cartItems_12hgh_87,._summaryCard_12hgh_125{padding:1rem}._emptyCart_12hgh_305{padding:2rem 1rem}._emptyCart_12hgh_305 h1{font-size:1.5rem}._emptyCart_12hgh_305 p{font-size:1rem}}._checkoutForm_ju1c0_2{margin-top:1.5rem}._checkoutForm_ju1c0_2 h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}._securityBadges_ju1c0_14{display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;background-color:#f0f9ff;border-radius:8px;border:1px solid #bae6fd}._badge_ju1c0_24{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#0369a1;font-weight:500}._badgeIcon_ju1c0_33{font-size:1rem}@media (max-width: 768px){._securityBadges_ju1c0_14{flex-direction:column;gap:.75rem}}._paymentForm_ju1c0_45,#_payment-element_ju1c0_1{margin-bottom:1.5rem}._paymentMessage_ju1c0_53{color:#dc2626;font-size:.875rem;margin-top:1rem;padding:.75rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px}._paymentActions_ju1c0_64{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}._backButton_ju1c0_73{background-color:#f8fafc;color:#64748b;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .15s ease-in-out}._backButton_ju1c0_73:hover:not(:disabled){background-color:#e2e8f0;color:#475569}._submitButton_ju1c0_89{background-color:#059669;color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .15s ease-in-out;display:flex;align-items:center;justify-content:center;min-width:160px;position:relative}._submitButton_ju1c0_89:hover:not(:disabled){background-color:#047857}._submitButton_ju1c0_89:disabled{background-color:#9ca3af;cursor:not-allowed}._spinner_ju1c0_115{border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;width:20px;height:20px;animation:_spin_ju1c0_115 1s linear infinite}@keyframes _spin_ju1c0_115{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._paymentInfo_ju1c0_130{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}._infoText_ju1c0_136{font-size:.875rem;color:#6b7280;margin-bottom:1rem;text-align:center}._acceptedCards_ju1c0_143{display:flex;flex-direction:column;align-items:center;gap:.75rem}._acceptedCards_ju1c0_143>span{font-size:.875rem;color:#6b7280;font-weight:500}._cardLogos_ju1c0_156{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}._cardLogo_ju1c0_156{font-size:.75rem;color:#6b7280;padding:.5rem;background-color:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}@media (max-width: 768px){._paymentActions_ju1c0_64{flex-direction:column-reverse;gap:1rem}._backButton_ju1c0_73,._submitButton_ju1c0_89{width:100%;justify-content:center}._cardLogos_ju1c0_156{gap:.5rem}._cardLogo_ju1c0_156{font-size:.625rem;padding:.375rem}}._StripeElement_ju1c0_196{box-sizing:border-box;height:40px;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;box-shadow:0 1px 3px #0000001a;transition:box-shadow .15s ease}._StripeElement--focus_ju1c0_207{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}._StripeElement--invalid_ju1c0_212{border-color:#dc2626}._StripeElement--webkit-autofill_ju1c0_216{background-color:#fefefe!important}._orderSummary_zsa8z_2{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;position:sticky;top:20px;min-width:320px;max-width:400px}._header_zsa8z_14{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}._header_zsa8z_14 h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}._editLink_zsa8z_30{color:#2563eb;text-decoration:none;font-size:.875rem;font-weight:500;padding:4px 8px;border-radius:6px;transition:background-color .2s}._editLink_zsa8z_30:hover{background-color:#eff6ff;text-decoration:none}._emptyCart_zsa8z_46{text-align:center;padding:32px 16px}._emptyCart_zsa8z_46 h3{margin:0 0 12px;color:#6b7280;font-weight:500}._emptyCart_zsa8z_46 p{margin:0 0 20px;color:#9ca3af;font-size:.875rem}._shopButton_zsa8z_63{display:inline-block;background:#2563eb;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .2s}._shopButton_zsa8z_63:hover{background:#1d4ed8;text-decoration:none;color:#fff}._cartItems_zsa8z_81{margin-bottom:24px}._cartItem_zsa8z_81{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid #f3f4f6}._cartItem_zsa8z_81:last-child{border-bottom:none}._itemImage_zsa8z_96{position:relative;flex-shrink:0}._itemImage_zsa8z_96 img{width:64px;height:64px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}._quantity_zsa8z_109{position:absolute;top:-8px;right:-8px;background:#2563eb;color:#fff;font-size:.75rem;font-weight:600;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:20px}._itemDetails_zsa8z_126{flex:1;min-width:0}._itemDetails_zsa8z_126 h4{margin:0 0 4px;font-size:.875rem;font-weight:500;color:#111827;line-height:1.25;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._itemOptions_zsa8z_144{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}._option_zsa8z_151{background:#f3f4f6;color:#6b7280;font-size:.75rem;padding:2px 6px;border-radius:4px}._itemPrice_zsa8z_159{font-size:.75rem;color:#6b7280}._itemTotal_zsa8z_164{font-weight:600;color:#111827;font-size:.875rem;align-self:flex-start}._pricingBreakdown_zsa8z_172{border-top:1px solid #e5e7eb;padding-top:16px}._summaryRow_zsa8z_177{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.875rem}._summaryRow_zsa8z_177 span:first-child{color:#6b7280}._summaryRow_zsa8z_177 span:last-child{color:#111827;font-weight:500}._free_zsa8z_194{color:#059669;font-weight:600}._discount_zsa8z_199{color:#dc2626;font-weight:600}._couponCode_zsa8z_204{font-size:.75rem;color:#6b7280;margin-left:4px}._divider_zsa8z_210{height:1px;background:#e5e7eb;margin:16px 0}._totalRow_zsa8z_216{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-top:2px solid #e5e7eb;margin-top:8px}._totalLabel_zsa8z_225{font-size:1rem;font-weight:600;color:#111827}._totalAmount_zsa8z_231{font-size:1.25rem;font-weight:700;color:#111827}._shippingInfo_zsa8z_238{margin-top:20px;padding-top:16px;border-top:1px solid #e5e7eb}._shippingMethod_zsa8z_244{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px}._shippingIcon_zsa8z_251{font-size:1.125rem;flex-shrink:0}._shippingDetails_zsa8z_256{flex:1}._methodName_zsa8z_260{font-weight:500;color:#111827;font-size:.875rem;margin-bottom:2px}._deliveryTime_zsa8z_267{font-size:.75rem;color:#6b7280}._freeShippingBadge_zsa8z_272{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:8px 12px;border-radius:6px;font-size:.75rem;font-weight:600;text-align:center}._securityInfo_zsa8z_283{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px}._securityBadge_zsa8z_292{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#6b7280}._securityIcon_zsa8z_300{font-size:.875rem}@media (max-width: 768px){._orderSummary_zsa8z_2{position:static;margin-bottom:20px;padding:20px;min-width:auto;max-width:none}._cartItem_zsa8z_81{padding:12px 0}._itemImage_zsa8z_96 img{width:56px;height:56px}._quantity_zsa8z_109{width:18px;height:18px;font-size:.625rem;top:-6px;right:-6px}._itemDetails_zsa8z_126 h4{font-size:.8125rem}._totalRow_zsa8z_216{padding:16px 0}._totalAmount_zsa8z_231{font-size:1.125rem}}@media (max-width: 480px){._orderSummary_zsa8z_2{padding:16px}._header_zsa8z_14{margin-bottom:16px;padding-bottom:12px}._header_zsa8z_14 h3{font-size:1.125rem}._cartItems_zsa8z_81{margin-bottom:20px}._itemImage_zsa8z_96 img{width:48px;height:48px}._itemDetails_zsa8z_126 h4{font-size:.75rem}._summaryRow_zsa8z_177{font-size:.8125rem;margin-bottom:10px}}._checkoutPage_stxlo_2{min-height:100vh;background-color:#f8fafc;padding:2rem 0}._container_stxlo_8{max-width:1200px;margin:0 auto;padding:0 1rem}._checkoutPage_stxlo_2 h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:2rem;text-align:center}._error_stxlo_22{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center}._checkoutContent_stxlo_32{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}@media (max-width: 968px){._checkoutContent_stxlo_32{grid-template-columns:1fr;gap:2rem}}._stepIndicator_stxlo_47{display:flex;justify-content:space-between;margin-bottom:2rem;padding:0 1rem}._step_stxlo_47{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;position:relative}._step_stxlo_47:not(:last-child):after{content:"";position:absolute;top:16px;right:-50%;width:100%;height:2px;background-color:#e2e8f0;z-index:0}._step_stxlo_47._completed_stxlo_74:not(:last-child):after{background-color:#10b981}._step_stxlo_47 span:first-child{width:32px;height:32px;border-radius:50%;background-color:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:600;position:relative;z-index:1}._step_stxlo_47._active_stxlo_92 span:first-child{background-color:#2563eb;color:#fff}._step_stxlo_47._completed_stxlo_74 span:first-child{background-color:#10b981;color:#fff}._step_stxlo_47 span:last-child{font-size:.875rem;color:#64748b;font-weight:500}._step_stxlo_47._active_stxlo_92 span:last-child{color:#2563eb;font-weight:600}._checkoutForms_stxlo_114{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}._stepContent_stxlo_121{margin-top:1.5rem}._addressForm_stxlo_125 h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}._formRow_stxlo_132{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}._formRow_stxlo_132:has(._formGroup_stxlo_139:only-child){grid-template-columns:1fr 1fr 1fr}._formGroup_stxlo_139{display:flex;flex-direction:column;gap:.5rem}._formGroup_stxlo_139 label{font-size:.875rem;font-weight:600;color:#374151}._formGroup_stxlo_139 input{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}._formGroup_stxlo_139 input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}._formGroup_stxlo_139 input:required:invalid{border-color:#dc2626}._checkboxGroup_stxlo_173{margin:1.5rem 0}._checkboxGroup_stxlo_173 label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;cursor:pointer}._checkboxGroup_stxlo_173 input[type=checkbox]{width:auto;margin:0}._stepActions_stxlo_192{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}._backButton_stxlo_200{background-color:#f8fafc;color:#64748b;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .15s ease-in-out}._backButton_stxlo_200:hover{background-color:#e2e8f0;color:#475569}._nextButton_stxlo_216{background-color:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .15s ease-in-out;min-width:140px}._nextButton_stxlo_216:hover:not(:disabled){background-color:#1d4ed8}._nextButton_stxlo_216:disabled{background-color:#9ca3af;cursor:not-allowed}._orderSummary_stxlo_238{position:sticky;top:2rem}@media (max-width: 768px){._checkoutPage_stxlo_2{padding:1rem 0}._container_stxlo_8{padding:0 .5rem}._checkoutPage_stxlo_2 h1{font-size:2rem;margin-bottom:1.5rem}._checkoutForms_stxlo_114{padding:1.5rem}._formRow_stxlo_132{grid-template-columns:1fr;gap:.75rem}._stepIndicator_stxlo_47{padding:0}._step_stxlo_47 span:last-child{font-size:.75rem}._stepActions_stxlo_192{flex-direction:column-reverse;gap:1rem}._backButton_stxlo_200,._nextButton_stxlo_216{width:100%;justify-content:center}}._orderConfirmation_hnmak_2{min-height:100vh;background-color:#f8fafc;padding:2rem 0}._container_hnmak_8{max-width:800px;margin:0 auto;padding:0 1rem}._loading_hnmak_15{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}._spinner_hnmak_24{border:4px solid #e5e7eb;border-top:4px solid #2563eb;border-radius:50%;width:40px;height:40px;animation:_spin_hnmak_24 1s linear infinite;margin-bottom:1rem}@keyframes _spin_hnmak_24{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_hnmak_40{text-align:center;padding:4rem 2rem}._error_hnmak_40 h1{font-size:2rem;font-weight:700;color:#dc2626;margin-bottom:1rem}._error_hnmak_40 p{color:#6b7280;margin-bottom:2rem}._homeButton_hnmak_57{display:inline-block;background-color:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background-color .15s ease-in-out}._homeButton_hnmak_57:hover{background-color:#1d4ed8}._successHeader_hnmak_73{text-align:center;background:#fff;border-radius:12px;padding:3rem 2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}._successIcon_hnmak_82{font-size:4rem;margin-bottom:1rem}._successHeader_hnmak_73 h1{font-size:2.5rem;font-weight:700;color:#059669;margin-bottom:.5rem}._successHeader_hnmak_73 p{font-size:1.125rem;color:#6b7280}._orderDetails_hnmak_100{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}._orderInfo_hnmak_108{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}._orderNumber_hnmak_117 h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}._orderNumber_hnmak_117 p{color:#6b7280;font-size:.875rem}._deliveryInfo_hnmak_129 h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}._deliveryDate_hnmak_136{font-size:1.125rem;font-weight:600;color:#059669;margin-bottom:.25rem}._deliveryMethod_hnmak_143{color:#6b7280;font-size:.875rem}._orderItems_hnmak_149{margin-bottom:2rem}._orderItems_hnmak_149 h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}._itemsList_hnmak_160{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}._orderItem_hnmak_149{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid #e5e7eb}._orderItem_hnmak_149:last-child{border-bottom:none}._itemImage_hnmak_177{flex-shrink:0}._itemImage_hnmak_177 img{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}._itemDetails_hnmak_189{flex:1;min-width:0}._itemDetails_hnmak_189 h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;line-height:1.4}._itemOptions_hnmak_202{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}._option_hnmak_209{background-color:#f1f5f9;color:#64748b;font-size:.75rem;padding:2px 6px;border-radius:4px}._itemPrice_hnmak_217{font-size:.875rem;color:#6b7280}._itemTotal_hnmak_222{font-size:1rem;font-weight:600;color:#1e293b;text-align:right;flex-shrink:0;align-self:flex-start}._orderSummary_hnmak_232{margin-bottom:2rem}._orderSummary_hnmak_232 h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}._summaryDetails_hnmak_243{background-color:#f8fafc;border-radius:8px;padding:1.5rem}._summaryRow_hnmak_249{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem;color:#64748b}._summaryRow_hnmak_249:first-child{padding-top:0}._free_hnmak_262{color:#059669;font-weight:600}._discount_hnmak_267{color:#dc2626}._totalRow_hnmak_271{display:flex;justify-content:space-between;align-items:center;padding:1rem 0 0;font-size:1.125rem;font-weight:600;color:#1e293b;border-top:1px solid #e5e7eb;margin-top:.5rem}._totalAmount_hnmak_283{font-size:1.375rem;color:#059669}._addresses_hnmak_289{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}._addressSection_hnmak_296 h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:1rem}._address_hnmak_289{background-color:#f8fafc;border-radius:8px;padding:1rem;font-size:.875rem;line-height:1.6}._address_hnmak_289 p{margin:0 0 .25rem;color:#374151}._address_hnmak_289 p:last-child{margin-bottom:0}._paymentInfo_hnmak_321{margin-bottom:2rem}._paymentInfo_hnmak_321 h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:1rem}._paymentDetails_hnmak_332{display:flex;justify-content:space-between;align-items:center;background-color:#f8fafc;border-radius:8px;padding:1rem}._paymentMethod_hnmak_341{display:flex;align-items:center;gap:.5rem}._methodIcon_hnmak_347{font-size:1.25rem}._cardInfo_hnmak_351{color:#6b7280;font-size:.875rem}._statusBadge_hnmak_356{background-color:#d1fae5;color:#065f46;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600}._actions_hnmak_366{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}._viewOrdersButton_hnmak_373,._continueShoppingButton_hnmak_374{padding:.875rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;text-align:center;transition:all .15s ease-in-out}._viewOrdersButton_hnmak_373{background-color:#f8fafc;color:#374151;border:1px solid #d1d5db}._viewOrdersButton_hnmak_373:hover{background-color:#e2e8f0;color:#1f2937}._continueShoppingButton_hnmak_374{background-color:#2563eb;color:#fff}._continueShoppingButton_hnmak_374:hover{background-color:#1d4ed8}._nextSteps_hnmak_404{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}._nextSteps_hnmak_404 h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;text-align:center}._steps_hnmak_419{display:grid;gap:1.5rem}._step_hnmak_419{display:flex;gap:1rem;align-items:flex-start}._stepIcon_hnmak_430{font-size:2rem;flex-shrink:0}._stepContent_hnmak_435 h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}._stepContent_hnmak_435 p{color:#6b7280;font-size:.875rem;line-height:1.6}@media (max-width: 768px){._orderConfirmation_hnmak_2{padding:1rem 0}._container_hnmak_8{padding:0 .5rem}._successHeader_hnmak_73{padding:2rem 1rem}._successHeader_hnmak_73 h1{font-size:2rem}._successIcon_hnmak_82{font-size:3rem}._orderDetails_hnmak_100{padding:1.5rem}._orderInfo_hnmak_108{grid-template-columns:1fr;gap:1.5rem}._orderItem_hnmak_149{gap:.75rem}._itemImage_hnmak_177 img{width:60px;height:60px}._addresses_hnmak_289{grid-template-columns:1fr;gap:1.5rem}._paymentDetails_hnmak_332{flex-direction:column;gap:1rem;align-items:flex-start}._actions_hnmak_366{flex-direction:column}._viewOrdersButton_hnmak_373,._continueShoppingButton_hnmak_374{width:100%}._nextSteps_hnmak_404{padding:1.5rem}._step_hnmak_419{gap:.75rem}._stepIcon_hnmak_430{font-size:1.5rem}}._searchResultsPage_15j7o_2{min-height:100vh;background-color:#f8f9fa;padding:20px 0}._searchResultsPage_15j7o_2 ._container_15j7o_8{max-width:1400px;margin:0 auto;padding:0 20px}._breadcrumb_15j7o_15{display:flex;align-items:center;gap:10px;margin-bottom:30px;font-size:14px;color:#666}._breadcrumb_15j7o_15 a{display:flex;align-items:center;gap:5px;color:#dc2626;text-decoration:none;transition:color .2s}._breadcrumb_15j7o_15 a:hover{color:#b91c1c}._breadcrumb_15j7o_15 span{color:#999}._searchHeader_15j7o_42{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 2px 8px #0000001a}._searchActions_15j7o_53{display:flex;gap:15px}._advancedSearchLink_15j7o_58{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#e11d48,#be185d);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .2s;white-space:nowrap}._advancedSearchLink_15j7o_58:hover{background:linear-gradient(135deg,#be185d,#9d174d);transform:translateY(-1px)}._searchHeader_15j7o_42 h1{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:10px}._searchQuery_15j7o_84{font-size:20px;color:#dc2626;font-weight:600;margin-bottom:10px}._resultsCount_15j7o_91{font-size:14px;color:#666;margin:0}._loadingPlaceholder_15j7o_98{text-align:center;padding:80px 20px;color:#666}._loadingPlaceholder_15j7o_98 svg{color:#dc2626;margin-bottom:20px}._loadingPlaceholder_15j7o_98 h2{font-size:24px;margin-bottom:10px;color:#333}._loadingPlaceholder_15j7o_98 p{font-size:18px;color:#dc2626;font-weight:600}._noResults_15j7o_122{text-align:center;padding:80px 20px;background:#fff;border-radius:12px;color:#666}._noResults_15j7o_122 svg{color:#ccc;margin-bottom:20px}._noResults_15j7o_122 h2{font-size:24px;margin-bottom:15px;color:#333}._noResults_15j7o_122 p{font-size:16px;margin-bottom:30px}._backHomeBtn_15j7o_146{display:inline-flex;align-items:center;gap:10px;background:#dc2626;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:background-color .2s}._backHomeBtn_15j7o_146:hover{background:#b91c1c}._categoriesSection_15j7o_164{margin-bottom:40px}._categoriesSection_15j7o_164 h3{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:20px}._categoriesGrid_15j7o_175{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}._categoryResultCard_15j7o_181{background:#fff;border-radius:12px;padding:24px;text-decoration:none;color:inherit;transition:all .2s;box-shadow:0 2px 8px #0000001a}._categoryResultCard_15j7o_181:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}._categoryInfo_15j7o_196 h4{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:8px}._categoryInfo_15j7o_196 p{font-size:14px;color:#666;margin-bottom:12px}._productCount_15j7o_209{font-size:12px;color:#dc2626;font-weight:600;background:#fee2e2;padding:4px 8px;border-radius:4px;display:inline-block}._productsSection_15j7o_220{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000001a}._sectionHeader_15j7o_227{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:20px}._sectionHeader_15j7o_227 h3{font-size:22px;font-weight:700;color:#1a1a1a}._filtersSort_15j7o_242{display:flex;align-items:center;gap:20px;flex-wrap:wrap}._filterGroup_15j7o_249,._sortGroup_15j7o_249{display:flex;align-items:center;gap:8px}._filterGroup_15j7o_249 svg{color:#666}._sortGroup_15j7o_249 label{font-size:14px;font-weight:600;color:#333}._filterSelect_15j7o_265,._sortSelect_15j7o_265{padding:8px 12px;border:1px solid #ddd;border-radius:6px;background:#fff;font-size:14px;min-width:140px}._filterSelect_15j7o_265:focus,._sortSelect_15j7o_265:focus{outline:none;border-color:#dc2626}._productsGrid_15j7o_280{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px}._productResultCard_15j7o_286{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid #f0f0f0}._productResultCard_15j7o_286:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}._productImageContainer_15j7o_300{position:relative;width:100%;height:220px;background:#f8f9fa;overflow:hidden}._productImage_15j7o_300{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._productResultCard_15j7o_286:hover ._productImage_15j7o_300{transform:scale(1.05)}._productOverlay_15j7o_319{position:absolute;top:10px;right:10px;opacity:0;transition:opacity .3s ease}._productResultCard_15j7o_286:hover ._productOverlay_15j7o_319{opacity:1}._overlayFavorite_15j7o_331{background:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026}._discountBadge_15j7o_342{position:absolute;top:10px;left:10px;background:#dc2626;color:#fff;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:700}._outOfStockOverlay_15j7o_354{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}._productInfo_15j7o_366{padding:20px}._productCategory_15j7o_370{font-size:12px;color:#666;text-transform:uppercase;font-weight:600;margin-bottom:8px}._productNameLink_15j7o_378{text-decoration:none;color:inherit}._productName_15j7o_378{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._productNameLink_15j7o_378:hover ._productName_15j7o_378{color:#dc2626}._productDescription_15j7o_399{font-size:14px;color:#666;line-height:1.5;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._productRating_15j7o_411{display:flex;align-items:center;gap:8px;margin-bottom:15px}._stars_15j7o_418{display:flex;gap:2px}._ratingText_15j7o_423{font-size:14px;color:#666}._productPricing_15j7o_429{margin-bottom:20px}._priceRow_15j7o_433{display:flex;align-items:center;gap:10px}._currentPrice_15j7o_439{font-size:20px;font-weight:700;color:#dc2626}._oldPrice_15j7o_445{font-size:16px;color:#999;text-decoration:line-through}._addToCartBtn_15j7o_452{width:100%;background:#dc2626;color:#fff;border:none;padding:12px;border-radius:8px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background-color .2s}._addToCartBtn_15j7o_452:hover:not(._disabled_15j7o_468){background:#b91c1c}._addToCartBtn_15j7o_452._disabled_15j7o_468{background:#ccc;cursor:not-allowed}@media (max-width: 768px){._searchResultsPage_15j7o_2 ._container_15j7o_8{padding:0 15px}._searchHeader_15j7o_42{padding:20px}._searchHeader_15j7o_42 h1{font-size:24px}._searchQuery_15j7o_84{font-size:18px}._sectionHeader_15j7o_227{flex-direction:column;align-items:stretch}._filtersSort_15j7o_242{justify-content:space-between}._productsGrid_15j7o_280{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}._categoriesGrid_15j7o_175{grid-template-columns:1fr}._productsSection_15j7o_220{padding:20px}}@media (max-width: 480px){._productsGrid_15j7o_280{grid-template-columns:1fr}._filtersSort_15j7o_242{flex-direction:column;gap:15px}._filterGroup_15j7o_249,._sortGroup_15j7o_249{width:100%;justify-content:space-between}._filterSelect_15j7o_265,._sortSelect_15j7o_265{min-width:auto;flex:1}}._pagination_15j7o_540{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:40px;padding-top:30px;border-top:1px solid #e5e7eb}._pageButton_15j7o_550{padding:10px 15px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-weight:500;transition:all .2s;min-width:44px;text-align:center}._pageButton_15j7o_550:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#e11d48}._pageButton_15j7o_550:disabled{opacity:.5;cursor:not-allowed;background:#f9fafb}._pageButton_15j7o_550._active_15j7o_575{background:#e11d48;color:#fff;border-color:#e11d48}@media (max-width: 768px){._searchHeader_15j7o_42{flex-direction:column;gap:20px;align-items:flex-start}._searchActions_15j7o_53{width:100%;justify-content:center}._pagination_15j7o_540{flex-wrap:wrap;gap:5px}._pageButton_15j7o_550{padding:8px 12px;min-width:40px;font-size:14px}}._advancedSearchPage_1yyx7_1{min-height:100vh;background-color:#f8fafc;padding:2rem 0}._breadcrumb_1yyx7_7{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;color:#6b7280}._breadcrumb_1yyx7_7 a{display:flex;align-items:center;gap:.25rem;color:#6b7280;text-decoration:none;transition:color .2s}._breadcrumb_1yyx7_7 a:hover{color:#e11d48}._searchHeader_1yyx7_29{text-align:center;margin-bottom:3rem}._searchHeader_1yyx7_29 h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}._searchForm_1yyx7_41{max-width:600px;margin:0 auto}._searchInputWrapper_1yyx7_46{display:flex;align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:50px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;transition:border-color .2s,box-shadow .2s}._searchInputWrapper_1yyx7_46:focus-within{border-color:#e11d48;box-shadow:0 4px 6px -1px #e11d481a}._searchIcon_1yyx7_62{margin-left:1.5rem;color:#9ca3af}._searchInput_1yyx7_46{flex:1;padding:1rem 1.5rem;border:none;outline:none;font-size:1rem;background:transparent}._searchButton_1yyx7_76{padding:1rem 2rem;background:linear-gradient(135deg,#e11d48,#be185d);color:#fff;border:none;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;border-radius:0}._searchButton_1yyx7_76:hover{background:linear-gradient(135deg,#be185d,#9d174d)}._searchContainer_1yyx7_92{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}._filterSidebar_1yyx7_100{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;height:fit-content;position:sticky;top:2rem;transition:all .3s ease}._filterSidebar_1yyx7_100._hidden_1yyx7_111{display:none}._filterHeader_1yyx7_115{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}._filterHeader_1yyx7_115 h3{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}._filterCount_1yyx7_134{background:#e11d48;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:12px;font-weight:500}._filterActions_1yyx7_143{display:flex;gap:.5rem}._clearFilters_1yyx7_148,._hideFilters_1yyx7_149{display:flex;align-items:center;gap:.25rem;padding:.5rem;background:none;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;font-size:.75rem;cursor:pointer;transition:all .2s}._clearFilters_1yyx7_148:hover:not(:disabled),._hideFilters_1yyx7_149:hover{background:#f3f4f6;color:#374151}._clearFilters_1yyx7_148:disabled{opacity:.5;cursor:not-allowed}._filterSection_1yyx7_174{margin-bottom:1.5rem}._filterToggle_1yyx7_178{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;background:none;border:none;font-weight:600;color:#374151;cursor:pointer;text-align:left;transition:color .2s}._filterToggle_1yyx7_178:hover{color:#e11d48}._filterContent_1yyx7_197{padding-top:.75rem}._filterSelect_1yyx7_201{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;cursor:pointer;transition:border-color .2s}._filterSelect_1yyx7_201:focus{outline:none;border-color:#e11d48}._priceInputs_1yyx7_218{display:flex;align-items:center;gap:.75rem}._priceInput_1yyx7_218{flex:1;padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;text-align:center;width:50px}._priceInput_1yyx7_218:focus{outline:none;border-color:#e11d48}._priceHint_1yyx7_239{font-size:.75rem;color:#6b7280;margin-top:.5rem;text-align:center}._ratingOptions_1yyx7_246{display:flex;flex-direction:column;gap:.75rem}._ratingOption_1yyx7_246{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s}._ratingOption_1yyx7_246:hover{background:#f9fafb}._ratingStars_1yyx7_266{display:flex;align-items:center;gap:.25rem}._checkboxOption_1yyx7_272{display:flex;align-items:center;gap:.75rem;padding:.5rem;cursor:pointer;border-radius:6px;transition:background-color .2s;margin-bottom:.5rem}._checkboxOption_1yyx7_272:hover{background:#f9fafb}._checkboxOption_1yyx7_272 input[type=checkbox]{width:1rem;height:1rem;accent-color:#e11d48}._resultsArea_1yyx7_294{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}._showFilters_1yyx7_301{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#e11d48;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;margin-bottom:1.5rem;transition:background-color .2s}._showFilters_1yyx7_301:hover{background:#be185d}._resultsHeader_1yyx7_320{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}._resultsInfo_1yyx7_329 h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}._filterSummary_1yyx7_336{color:#6b7280;font-size:.875rem;margin:0}._sortWrapper_1yyx7_342{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#374151}._sortSelect_1yyx7_350{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;transition:border-color .2s}._sortSelect_1yyx7_350:focus{outline:none;border-color:#e11d48}._loading_1yyx7_364{text-align:center;padding:4rem 2rem;color:#6b7280}._loadingSpinner_1yyx7_370{width:3rem;height:3rem;border:3px solid #e5e7eb;border-top:3px solid #e11d48;border-radius:50%;animation:_spin_1yyx7_1 1s linear infinite;margin:0 auto 1rem}@keyframes _spin_1yyx7_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._noResults_1yyx7_385{text-align:center;padding:4rem 2rem;color:#6b7280}._noResults_1yyx7_385 svg{margin-bottom:1rem;color:#9ca3af}._noResults_1yyx7_385 h3{font-size:1.5rem;color:#374151;margin-bottom:.5rem}._clearFiltersBtn_1yyx7_402{margin-top:1rem;padding:.75rem 1.5rem;background:#e11d48;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}._clearFiltersBtn_1yyx7_402:hover{background:#be185d}._productsGrid_1yyx7_419{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}._productCard_1yyx7_426{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:transform .2s,box-shadow .2s;border:1px solid #f3f4f6}._productCard_1yyx7_426:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}._productImageContainer_1yyx7_440{position:relative;aspect-ratio:1;overflow:hidden}._productImage_1yyx7_440{width:100%;height:100%;object-fit:cover;transition:transform .3s}._productCard_1yyx7_426:hover ._productImage_1yyx7_440{transform:scale(1.05)}._productOverlay_1yyx7_457{position:absolute;top:.75rem;right:.75rem;opacity:0;transition:opacity .2s}._productCard_1yyx7_426:hover ._productOverlay_1yyx7_457{opacity:1}._discountBadge_1yyx7_469{position:absolute;top:.75rem;left:.75rem;background:#dc2626;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}._outOfStockOverlay_1yyx7_481{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}._productInfo_1yyx7_492{padding:1rem}._productCategory_1yyx7_496{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}._productNameLink_1yyx7_504{text-decoration:none;color:inherit}._productName_1yyx7_504{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;line-height:1.25;transition:color .2s}._productNameLink_1yyx7_504:hover ._productName_1yyx7_504{color:#e11d48}._productDescription_1yyx7_522{font-size:.875rem;color:#6b7280;line-height:1.4;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._productRating_1yyx7_533{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}._stars_1yyx7_540{display:flex;gap:.125rem}._ratingText_1yyx7_545{font-size:.75rem;color:#6b7280}._productPricing_1yyx7_550{display:flex;align-items:center;gap:.5rem}._currentPrice_1yyx7_556{font-size:1.125rem;font-weight:700;color:#e11d48}._oldPrice_1yyx7_562{font-size:.875rem;color:#9ca3af;text-decoration:line-through}._pagination_1yyx7_569{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem}._pageButton_1yyx7_577{padding:.5rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;transition:all .2s}._pageButton_1yyx7_577:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}._pageButton_1yyx7_577:disabled{opacity:.5;cursor:not-allowed}._pageButton_1yyx7_577._active_1yyx7_597{background:#e11d48;color:#fff;border-color:#e11d48}@media (max-width: 768px){._advancedSearchPage_1yyx7_1{padding:1rem 0}._searchHeader_1yyx7_29 h1{font-size:2rem}._searchContainer_1yyx7_92{grid-template-columns:1fr;gap:1rem}._filterSidebar_1yyx7_100{position:static;order:2}._filterSidebar_1yyx7_100._hidden_1yyx7_111{display:block}._resultsArea_1yyx7_294{order:1}._showFilters_1yyx7_301{display:flex}._resultsHeader_1yyx7_320{flex-direction:column;align-items:flex-start;gap:1rem}._productsGrid_1yyx7_419{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}._pagination_1yyx7_569{flex-wrap:wrap;gap:.25rem}._pageButton_1yyx7_577{padding:.5rem;min-width:2.5rem}}@media (max-width: 480px){._searchInputWrapper_1yyx7_46{border-radius:8px}._searchInput_1yyx7_46{padding:.75rem 1rem}._searchButton_1yyx7_76{padding:.75rem 1.5rem}._productsGrid_1yyx7_419{grid-template-columns:1fr}._filterHeader_1yyx7_115{flex-direction:column;align-items:flex-start;gap:.75rem}}._adminLayout_19llc_1{display:flex;min-height:100vh;background-color:#f8fafc}._mobileMenuButton_19llc_8{position:fixed;top:1rem;left:1rem;z-index:1001;display:none}._menuToggle_19llc_16{background:#1f2937;color:#fff;border:none;padding:.5rem;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}._menuToggle_19llc_16:hover{background:#374151}._sidebar_19llc_33{width:280px;background:#1f2937;color:#fff;display:flex;flex-direction:column;position:fixed;left:0;top:0;height:100vh;z-index:1000;transition:transform .3s ease}._sidebarOpen_19llc_47{transform:translate(0)}._sidebarHeader_19llc_51{padding:1.5rem;border-bottom:1px solid #374151}._logo_19llc_56{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none;font-size:1.25rem;font-weight:600}._logo_19llc_56:hover{color:#e5e7eb}._sidebarNav_19llc_71{flex:1;padding:1rem 0;overflow-y:auto}._navItem_19llc_77{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#d1d5db;text-decoration:none;transition:all .2s ease;border-left:3px solid transparent}._navItem_19llc_77:hover,._navItem_19llc_77._active_19llc_94{background:#374151;color:#fff;border-left-color:#3b82f6}._sidebarFooter_19llc_101{padding:1rem;border-top:1px solid #374151}._userInfo_19llc_106{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.5rem}._userAvatar_19llc_114{width:40px;height:40px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}._userDetails_19llc_126{flex:1}._userName_19llc_130{font-weight:500;font-size:.875rem}._userRole_19llc_135{font-size:.75rem;color:#9ca3af;text-transform:capitalize}._logoutBtn_19llc_141{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;background:transparent;border:1px solid #374151;color:#d1d5db;border-radius:.5rem;cursor:pointer;transition:all .2s ease}._logoutBtn_19llc_141:hover{background:#374151;color:#fff}._mainContent_19llc_161{flex:1;margin-left:280px;width:calc(100vw - 280px);min-height:100vh}._contentWrapper_19llc_168{padding:2rem;max-width:100%}@media (max-width: 768px){._mobileMenuButton_19llc_8{display:block}._sidebar_19llc_33{transform:translate(-100%)}._sidebarOpen_19llc_47{transform:translate(0)}._mainContent_19llc_161{margin-left:0}._contentWrapper_19llc_168{padding:5rem 1rem 2rem}._sidebarOverlay_19llc_195{position:fixed;inset:0;background:#00000080;z-index:999}}._adminPage_19llc_207{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}._adminPageHeader_19llc_214{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}._adminPageTitle_19llc_222{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}._adminPageContent_19llc_229{padding:1.5rem}._btn_19llc_234{border:none;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;text-decoration:none;font-size:.875rem}._btnPrimary_19llc_248{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-weight:500;transition:background .2s ease;display:flex;align-items:center;gap:.5rem}._btnPrimary_19llc_248:hover{background:#2563eb}._btnSecondary_19llc_266{background:#6b7280;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-weight:500;transition:background .2s ease;display:flex;align-items:center;gap:.5rem}._btnSecondary_19llc_266:hover{background:#4b5563}._btnDanger_19llc_284{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-weight:500;transition:background .2s ease;display:flex;align-items:center;gap:.5rem}._btnDanger_19llc_284:hover{background:#dc2626}._btnOutline_19llc_302{background:transparent;color:#374151;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}._btnOutline_19llc_302:hover{background:#f3f4f6;border-color:#9ca3af;color:#111827}._btnSm_19llc_322{padding:.375rem .5rem;font-size:.75rem;border-radius:.25rem}._btnIcon_19llc_328{font-size:0;display:flex;align-items:center;justify-content:center;padding:.5rem}._adminTable_19llc_337 ._categoryImage_19llc_337{width:40px;height:40px;border-radius:8px;overflow:hidden;margin-right:.75rem;flex-shrink:0}._adminTable_19llc_337 ._categoryImage_19llc_337 img{width:100%;height:100%;object-fit:cover}._adminTable_19llc_337 ._imagePlaceholder_19llc_352{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;color:#6b7280}._adminTable_19llc_337 ._categoryName_19llc_362{font-weight:600;color:#111827;display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}._adminTable_19llc_337 ._categoryIcon_19llc_371{font-size:1.2em}._adminTable_19llc_337 ._categorySlug_19llc_375{color:#6b7280;font-size:.875rem;font-family:Monaco,Menlo,monospace;background-color:#f3f4f6;padding:.125rem .375rem;border-radius:4px;display:inline-block}._adminTable_19llc_337 ._categoryDescription_19llc_385{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._adminTable_19llc_337 ._featuredCount_19llc_392{display:flex;align-items:center;gap:.5rem;color:#6b7280}._formRow_19llc_400{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){._formRow_19llc_400{grid-template-columns:1fr}}._contentCard_19llc_413{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}._cardHeader_19llc_420{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._adminSearchBox_19llc_430{position:relative;display:flex;align-items:center;flex:1}._adminSearchBox_19llc_430 svg{position:absolute;left:.75rem;color:#6b7280;z-index:1}._adminSearchButton_19llc_444:hover svg{color:#fff}._adminSearchBox_19llc_430 input{width:100%;padding:.5rem .75rem .5rem 2.5rem;border-radius:6px;font-size:.875rem}._adminSearchBox_19llc_430 input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._resultsCount_19llc_461{color:#6b7280;font-size:.875rem;white-space:nowrap}@media (max-width: 640px){._cardHeader_19llc_420{flex-direction:column;align-items:stretch}._adminSearchBox_19llc_430{max-width:none}._resultsCount_19llc_461{text-align:center}}._tableContainer_19llc_483{overflow-x:auto;background:#fff}._adminTable_19llc_337{width:100%;border-collapse:collapse;font-size:.875rem}._adminTable_19llc_337 th{background:#f9fafb;padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;white-space:nowrap}._adminTable_19llc_337 td{padding:1rem;border-bottom:1px solid #e5e7eb;vertical-align:middle}._adminTable_19llc_337 tbody tr:hover{background:#f9fafb}._tableCellContent_19llc_514{display:flex;align-items:center;gap:.75rem}._tableActions_19llc_521{display:flex;align-items:center;gap:.5rem}._tableActions_19llc_521 ._btn_19llc_234{min-width:auto}._tableActions_19llc_521 ._btnSm_19llc_322{padding:.25rem;min-width:32px;height:32px;justify-content:center}._emptyState_19llc_539{text-align:center;padding:3rem 1.5rem;color:#6b7280}._emptyState_19llc_539 svg{margin:0 auto 1rem;opacity:.5}._emptyState_19llc_539 h3{margin:0 0 .5rem;color:#374151;font-size:1.125rem;font-weight:600}._emptyState_19llc_539 p{margin:0 0 1.5rem;color:#6b7280}@media (max-width: 768px){._adminTable_19llc_337{font-size:.8rem}._adminTable_19llc_337 th,._adminTable_19llc_337 td{padding:.5rem}._tableCellContent_19llc_514{gap:.5rem}}._loadingSpinner_19llc_578{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:2rem}._spinner_19llc_587{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:_spin_19llc_587 1s linear infinite;margin-bottom:1rem}._loadingSpinner_19llc_578 p{color:#6b7280;font-size:.875rem;margin:0}@keyframes _spin_19llc_587{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._modalOverlay_19llc_613{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_19llc_613{background:#fff;border-radius:8px;box-shadow:0 10px 25px #00000026;width:100%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}._modalHeader_19llc_639{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}._modalHeader_19llc_639 h3{margin:0;font-size:1.125rem;font-weight:600;color:#111827}._modalClose_19llc_655{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s ease}._modalClose_19llc_655:hover{background:#f3f4f6;color:#374151}._modalBody_19llc_676{padding:1.5rem;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:#d1d5db #f9fafb}._modalBody_19llc_676::-webkit-scrollbar{width:6px}._modalBody_19llc_676::-webkit-scrollbar-track{background:#f9fafb;border-radius:3px}._modalBody_19llc_676::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}._modalBody_19llc_676::-webkit-scrollbar-thumb:hover{background:#9ca3af}._modalFooter_19llc_702{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:.75rem;flex-shrink:0}._modalFooter_19llc_702 ._btn_19llc_234{min-width:100px}._formGroup_19llc_716{margin-bottom:1rem}._formGroup_19llc_716 label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.875rem}._formGroup_19llc_716 input,._formGroup_19llc_716 textarea,._formGroup_19llc_716 select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease}._formGroup_19llc_716 input:focus,._formGroup_19llc_716 textarea:focus,._formGroup_19llc_716 select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._formGroup_19llc_716 input._error_19llc_749,._formGroup_19llc_716 textarea._error_19llc_749,._formGroup_19llc_716 select._error_19llc_749{border-color:#ef4444}._fieldError_19llc_755{color:#ef4444;font-size:.75rem;margin-top:.25rem;display:block}._errorMessage_19llc_762{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:6px;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem}._checkboxLabel_19llc_775{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#374151;cursor:pointer;font-size:.875rem}._checkboxLabel_19llc_775 input[type=checkbox]{width:auto;margin:0}._checkmark_19llc_790{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._checkboxLabel_19llc_775 input[type=checkbox]:checked+._checkmark_19llc_790{background:#3b82f6;border-color:#3b82f6}._checkboxLabel_19llc_775 input[type=checkbox]:checked+._checkmark_19llc_790:after{content:"✓";color:#fff;font-size:.75rem;font-weight:700}@media (max-width: 640px){._modalOverlay_19llc_613{padding:.5rem}._modal_19llc_613{max-width:none;margin:0}._modalHeader_19llc_639,._modalBody_19llc_676,._modalFooter_19llc_702{padding:1rem}._modalFooter_19llc_702{flex-direction:column}._modalFooter_19llc_702 ._btn_19llc_234{width:100%}}._adminTable_19llc_337 ._productImage_19llc_839{width:60px;height:60px;border-radius:8px;overflow:hidden;margin-right:.75rem;flex-shrink:0}._adminTable_19llc_337 ._productImage_19llc_839 img{width:100%;height:100%;object-fit:cover}._adminTable_19llc_337 ._productName_19llc_854{font-weight:600;color:#111827;margin-bottom:.25rem}._adminTable_19llc_337 ._productDescription_19llc_860{color:#6b7280;font-size:.875rem;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._priceInfo_19llc_869{display:flex;flex-direction:column;gap:.25rem}._currentPrice_19llc_875{font-weight:600;color:#111827}._originalPrice_19llc_880{font-size:.875rem;color:#6b7280;text-decoration:line-through}._discount_19llc_886{font-size:.75rem;color:#dc2626;background:#fef2f2;padding:.125rem .375rem;border-radius:4px;display:inline-block}._ratingInfo_19llc_895{display:flex;align-items:center;gap:.25rem;color:#6b7280}._starIcon_19llc_902{color:#fbbf24}._statusBadges_19llc_906{display:flex;flex-direction:column;gap:.5rem}._statusBadges_19llc_906 ._badge_19llc_912{font-size:.75rem;text-align:center}._filterControls_19llc_918{display:flex;gap:.5rem;flex-wrap:wrap}._filterSelect_19llc_924{padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;min-width:120px}._filterSelect_19llc_924:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._pagination_19llc_940{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb}._paginationInfo_19llc_949{color:#6b7280;font-size:.875rem}._largeModal_19llc_955{max-width:800px;max-height:95vh}._mediumModal_19llc_961{max-width:700px;max-height:90vh}._badge_19llc_912{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}._badgePrimary_19llc_979{background:#dbeafe;color:#1e40af}._badgeSecondary_19llc_984{background:#f3f4f6;color:#4b5563}._badgeWarning_19llc_989{background:#fef3c7;color:#92400e}._badgeSuccess_19llc_994{background:#d1fae5;color:#065f46}._badgeDanger_19llc_999{background:#fee2e2;color:#991b1b}._badgeInfo_19llc_1004{background:#e0f2fe;color:#0c4a6e}._btnWarning_19llc_1010{background:#fbbf24;color:#92400e;border:none}._btnWarning_19llc_1010:hover{background:#f59e0b}._btnSuccess_19llc_1020{background:#10b981;color:#fff;border:none}._btnSuccess_19llc_1020:hover{background:#059669}@media (max-width: 768px){._filterControls_19llc_918{width:100%;justify-content:stretch}._filterSelect_19llc_924{flex:1;min-width:0}._adminTable_19llc_337 ._productDescription_19llc_860{max-width:150px}._statusBadges_19llc_906{gap:.25rem}._pagination_19llc_940{flex-direction:column;gap:.5rem}}._adminTable_19llc_337 ._orderIcon_19llc_1056{color:#3b82f6}._adminTable_19llc_337 ._orderNumber_19llc_1060{font-weight:600;color:#111827;margin-bottom:.25rem}._adminTable_19llc_337 ._orderItems_19llc_1066{color:#6b7280;font-size:.875rem}._customerInfo_19llc_1071{display:flex;flex-direction:column;gap:.25rem}._customerName_19llc_1077{font-weight:500;color:#111827}._customerEmail_19llc_1082{color:#6b7280;font-size:.875rem}._orderDate_19llc_1087{color:#6b7280;font-size:.875rem;white-space:nowrap}._statusBadge_19llc_906{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:500;white-space:nowrap}._orderTotal_19llc_1104{font-weight:600;color:#111827;white-space:nowrap}._orderDetailsGrid_19llc_1111{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._detailSection_19llc_1117{border:1px solid #e5e7eb;border-radius:8px;padding:1rem}._detailSection_19llc_1117._fullWidth_19llc_1123{grid-column:1 / -1}._detailSection_19llc_1117 h4{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;color:#374151;font-size:1rem;font-weight:600;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}._detailContent_19llc_1139 p{margin:0 0 .5rem;color:#6b7280;font-size:.875rem}._detailContent_19llc_1139 p strong{color:#374151}._orderItemsList_19llc_1150{display:flex;flex-direction:column;gap:.75rem}._orderItem_19llc_1066{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9fafb;border-radius:6px}._itemInfo_19llc_1165{display:flex;flex-direction:column;gap:.25rem}._itemName_19llc_1171{font-weight:500;color:#111827}._itemQuantity_19llc_1176{color:#6b7280;font-size:.875rem}._itemPrice_19llc_1181{font-weight:600;color:#111827}._timeline_19llc_1187{display:flex;flex-direction:column;gap:1rem}._timelineItem_19llc_1193{display:flex;align-items:flex-start;gap:.75rem}._timelineIcon_19llc_1199{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;margin-top:.125rem}._timelineContent_19llc_1211{flex:1}._timelineStatus_19llc_1215{font-weight:600;color:#111827;margin-bottom:.25rem}._timelineNotes_19llc_1221{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}._timelineDate_19llc_1227{color:#9ca3af;font-size:.75rem}input[type=date]._filterSelect_19llc_924{min-width:140px}@media (max-width: 768px){._orderDetailsGrid_19llc_1111{grid-template-columns:1fr;gap:1rem}._customerInfo_19llc_1071,._orderItem_19llc_1066{flex-direction:column;align-items:flex-start;gap:.5rem}._timelineItem_19llc_1193{align-items:center}._adminTable_19llc_337 ._orderDate_19llc_1087,._adminTable_19llc_337 ._orderTotal_19llc_1104{font-size:.75rem}}._userAvatar_19llc_114{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;margin-right:.75rem;flex-shrink:0}._userName_19llc_130{font-weight:600;color:#111827;margin-bottom:.25rem}._userPhone_19llc_1282{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.75rem}._userEmail_19llc_1290{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}._roleBadge_19llc_1298{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:500;white-space:nowrap}._userJoined_19llc_1309{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.875rem;white-space:nowrap}._userDetailsGrid_19llc_1319{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._permissionsList_19llc_1325{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._permissionBadge_19llc_1332{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;border-radius:6px;font-size:.75rem;font-weight:500}._noPermissions_19llc_1345{color:#6b7280;font-style:italic;font-size:.875rem}._permissionsGrid_19llc_1351{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:1rem}._permissionCheckbox_19llc_1358{padding:.5rem;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s ease}._permissionCheckbox_19llc_1358:hover{background:#f9fafb;border-color:#d1d5db}._addressesList_19llc_1370{display:flex;flex-direction:column;gap:1rem}._addressItem_19llc_1376{padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}._addressType_19llc_1383{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._addressType_19llc_1383 strong{color:#374151;text-transform:capitalize}._defaultBadge_19llc_1395{background:#10b981;color:#fff;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}._addressDetails_19llc_1404 p{margin:.25rem 0;color:#6b7280;font-size:.875rem}._addressDetails_19llc_1404 p:first-child{margin-top:0}._addressDetails_19llc_1404 p:last-child{margin-bottom:0}._badge_19llc_912 svg{margin-right:.25rem}._btn_19llc_234:disabled{opacity:.5;cursor:not-allowed}._btn_19llc_234:disabled:hover{background:inherit}@media (max-width: 768px){._userDetailsGrid_19llc_1319{grid-template-columns:1fr;gap:1rem}._permissionsGrid_19llc_1351{grid-template-columns:1fr;gap:.5rem}._userEmail_19llc_1290{font-size:.75rem}._addressesList_19llc_1370{gap:.75rem}._addressItem_19llc_1376{padding:.75rem}._permissionsList_19llc_1325{gap:.25rem}._permissionBadge_19llc_1332{font-size:.7rem;padding:.125rem .375rem}}._footerManagementContainer_19llc_1467{display:flex;gap:2rem;margin-top:1.5rem}._footerTabs_19llc_1473{display:flex;flex-direction:column;min-width:200px;background:#fff;border-radius:8px;padding:1rem 0;box-shadow:0 1px 3px #0000001a;height:fit-content}._footerTab_19llc_1473{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;color:#6b7280;font-size:.875rem;transition:all .2s ease;position:relative}._footerTab_19llc_1473:hover{background:#f9fafb;color:#374151}._footerTab_19llc_1473._active_19llc_94{background:#eff6ff;color:#1d4ed8;font-weight:500}._footerTab_19llc_1473._active_19llc_94:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#1d4ed8}._footerTabContent_19llc_1520{flex:1;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}._tabPanel_19llc_1528{padding:2rem}._tabPanel_19llc_1528 h3{margin:0 0 1.5rem;color:#111827;font-size:1.25rem;font-weight:600}._tabPanel_19llc_1528 h4{margin:2rem 0 1rem;color:#374151;font-size:1rem;font-weight:600;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}._sectionHeader_19llc_1549{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._sectionHeader_19llc_1549 h3{margin:0}._sectionsGrid_19llc_1561{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}._sectionCard_19llc_1567{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;background:#f9fafb}._sectionCardHeader_19llc_1574{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._sectionCardHeader_19llc_1574 h4{margin:0;color:#111827;font-size:1rem;font-weight:600;border:none;padding:0}._sectionActions_19llc_1590{display:flex;gap:.5rem}._sectionLinks_19llc_1595{display:flex;flex-direction:column;gap:.5rem}._sectionLink_19llc_1595{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}._externalIcon_19llc_1609{color:#3b82f6;margin-left:auto}._socialLinksList_19llc_1615{display:flex;flex-direction:column;gap:1rem}._socialLinkItem_19llc_1621{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}._colorInputGroup_19llc_1629{display:flex;gap:.5rem;align-items:center}._colorInputGroup_19llc_1629 input[type=color]{width:40px;height:40px;border:none;border-radius:6px;cursor:pointer;padding:0}._colorInputGroup_19llc_1629 input[type=text]{flex:1;font-family:Monaco,Menlo,monospace;font-size:.875rem}._linksList_19llc_1651{display:flex;flex-direction:column;gap:1rem}._linkFormRow_19llc_1657{padding:1rem;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb}._checkboxLabel_19llc_775._small_19llc_1664{font-size:.75rem;white-space:nowrap}._checkboxLabel_19llc_775._small_19llc_1664 ._checkmark_19llc_790{width:14px;height:14px}._formActions_19llc_1675{display:flex;align-items:center;gap:.5rem;flex-shrink:0}@media (max-width: 768px){._footerManagementContainer_19llc_1467{flex-direction:column;gap:1rem}._footerTabs_19llc_1473{flex-direction:row;overflow-x:auto;min-width:auto;padding:.5rem}._footerTab_19llc_1473{flex-shrink:0;padding:.5rem 1rem;white-space:nowrap}._footerTab_19llc_1473._active_19llc_94:before{display:none}._tabPanel_19llc_1528{padding:1rem}._sectionsGrid_19llc_1561{grid-template-columns:1fr;gap:1rem}._colorInputGroup_19llc_1629{flex-direction:column;align-items:stretch}._colorInputGroup_19llc_1629 input[type=color]{width:100%;height:50px}}._formSection_19llc_1727{margin:1.5rem 0;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}._formSection_19llc_1727:first-child{margin-top:0}._formSection_19llc_1727:last-child{margin-bottom:0}._sectionHeader_19llc_1549{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #d1d5db}._sectionHeader_19llc_1549 h4{margin:0;font-size:1rem;font-weight:600;color:#374151;display:flex;align-items:center;gap:.5rem}._variantsTable_19llc_1763{border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;background:#fff}._tableHeader_19llc_1770{display:grid;grid-template-columns:1fr 1fr 1.5fr 1fr .8fr .8fr 1fr;gap:.5rem;padding:.75rem;background:#f3f4f6;font-weight:600;font-size:.875rem;color:#374151;border-bottom:1px solid #e5e7eb}._tableRow_19llc_1782{display:grid;grid-template-columns:1fr 1fr 1.5fr 1fr .8fr .8fr 1fr;gap:.5rem;padding:.75rem;border-bottom:1px solid #f3f4f6;align-items:center}._tableRow_19llc_1782:last-child{border-bottom:none}._tableRow_19llc_1782:hover{background:#f9fafb}._sku_19llc_1799{font-family:Monaco,Menlo,monospace;font-size:.75rem;background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;color:#4b5563}._variantName_19llc_1808{font-weight:500;color:#111827}._attributes_19llc_1813{font-size:.75rem;color:#6b7280;line-height:1.3}._price_19llc_869{font-weight:600;color:#059669}._originalPrice_19llc_880{color:#9ca3af;text-decoration:line-through;font-weight:400;margin-left:.25rem}._stock_19llc_1831{text-align:center;font-weight:500}._lowStock_19llc_1836{color:#f59e0b;font-size:.875rem}._statusBadge_19llc_906{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:uppercase}._statusBadge_19llc_906._active_19llc_94{background:#d1fae5;color:#065f46}._statusBadge_19llc_906._inactive_19llc_1856{background:#fee2e2;color:#991b1b}._actions_19llc_1861{display:flex;gap:.5rem;justify-content:center}._btnEdit_19llc_1867,._btnDelete_19llc_1867{padding:.375rem;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}._btnEdit_19llc_1867{background:#dbeafe;color:#1e40af}._btnEdit_19llc_1867:hover{background:#bfdbfe}._btnDelete_19llc_1867{background:#fee2e2;color:#991b1b}._btnDelete_19llc_1867:hover{background:#fecaca}._emptyVariants_19llc_1897{text-align:center;padding:2rem;color:#6b7280;background:#fff;border-radius:6px;border:1px dashed #d1d5db}._emptyVariants_19llc_1897 p{margin:.5rem 0;font-weight:500;color:#4b5563}._emptyVariants_19llc_1897 small{font-size:.875rem;color:#9ca3af}@media (max-width: 768px){._variantsTable_19llc_1763{overflow-x:auto}._tableHeader_19llc_1770,._tableRow_19llc_1782{min-width:700px}._formSection_19llc_1727{margin:1rem 0;padding:.75rem}._sectionHeader_19llc_1549{flex-direction:column;align-items:flex-start;gap:.5rem}}._dashboard_b2s5x_1{max-width:1200px;margin:0 auto}._dashboardHeader_b2s5x_6{margin-bottom:2rem}._dashboardHeader_b2s5x_6 h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}._dashboardHeader_b2s5x_6 p{color:#6b7280;margin:0}._statsGrid_b2s5x_23{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}._statCard_b2s5x_30{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}._statCardContent_b2s5x_38{display:flex;justify-content:space-between;align-items:center}._statInfo_b2s5x_44 h3{font-size:.875rem;font-weight:500;color:#6b7280;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}._statValue_b2s5x_53{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}._statChange_b2s5x_60{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500}._statChange_b2s5x_60._increase_b2s5x_68{color:#10b981}._statChange_b2s5x_60._decrease_b2s5x_72{color:#ef4444}._statIcon_b2s5x_76{width:60px;height:60px;border-radius:.5rem;display:flex;align-items:center;justify-content:center}._dashboardSection_b2s5x_86{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;margin-bottom:2rem;overflow:hidden}._sectionHeader_b2s5x_95{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}._sectionHeader_b2s5x_95 h2{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}._ordersTable_b2s5x_111{overflow-x:auto}._tableHeader_b2s5x_115,._tableRow_b2s5x_116{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 1fr .5fr;gap:1rem;padding:1rem 1.5rem;align-items:center}._tableHeader_b2s5x_115{background:#f9fafb;font-weight:600;font-size:.875rem;color:#374151;border-bottom:1px solid #e5e7eb}._tableRow_b2s5x_116{border-bottom:1px solid #f3f4f6}._tableRow_b2s5x_116:hover{background:#f9fafb}._orderId_b2s5x_140{font-family:monospace;font-weight:600;color:#1f2937}._customerInfo_b2s5x_146{display:flex;flex-direction:column;gap:.25rem}._customerName_b2s5x_152{font-weight:500;color:#1f2937}._customerEmail_b2s5x_157{font-size:.875rem;color:#6b7280}._orderDate_b2s5x_162{color:#6b7280;font-size:.875rem}._statusBadge_b2s5x_167{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;color:#fff;text-transform:capitalize}._orderTotal_b2s5x_177{font-weight:600;color:#1f2937}._orderActions_b2s5x_182{display:flex;gap:.5rem}._btnSm_b2s5x_187{padding:.5rem;background:#f3f4f6;border:none;border-radius:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease}._btnSm_b2s5x_187:hover{background:#e5e7eb;color:#374151}._quickActions_b2s5x_206{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1.5rem}._actionCard_b2s5x_213{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s ease}._actionCard_b2s5x_213:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}._actionCard_b2s5x_213 span{font-weight:500;color:#374151}._loadingState_b2s5x_239,._errorState_b2s5x_240{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}._spinner_b2s5x_249{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:_spin_b2s5x_249 1s linear infinite;margin-bottom:1rem}@keyframes _spin_b2s5x_249{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._emptyState_b2s5x_264{padding:3rem;text-align:center;color:#6b7280}@media (max-width: 768px){._statsGrid_b2s5x_23{grid-template-columns:1fr}._tableHeader_b2s5x_115,._tableRow_b2s5x_116{grid-template-columns:1fr;gap:.5rem}._tableHeader_b2s5x_115>div,._tableRow_b2s5x_116>div{padding:.5rem 0}._quickActions_b2s5x_206{grid-template-columns:repeat(2,1fr)}}._heroManagement_oqote_1{max-width:1200px;margin:0 auto}._pageHeader_oqote_6{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._pageHeader_oqote_6 h1{font-size:2rem;font-weight:700;color:#1f2937;margin:0}._errorMessage_oqote_21{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:.5rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}._errorMessage_oqote_21 button{background:none;border:none;color:#dc2626;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}._slidesGrid_oqote_48{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}._slideCard_oqote_55{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;overflow:hidden;transition:all .2s ease}._slideCard_oqote_55:hover{box-shadow:0 4px 6px #0000001a}._slideCard_oqote_55._inactive_oqote_68{opacity:.6}._slidePreview_oqote_72{position:relative;height:200px;background:#f3f4f6;overflow:hidden}._slideBg_oqote_79{width:100%;height:100%;object-fit:cover}._slideContent_oqote_85{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.6),transparent);color:#fff;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}._slideContent_oqote_85 h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}._slideContent_oqote_85 p{font-size:.875rem;margin:0 0 1rem;opacity:.9}._slidePricing_oqote_111{display:flex;align-items:center;gap:.75rem}._discount_oqote_117{background:#ef4444;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600}._price_oqote_126{font-size:1.125rem;font-weight:600}._slideActions_oqote_132{padding:1rem;display:flex;justify-content:space-between;align-items:center;background:#f9fafb}._slideInfo_oqote_140{display:flex;align-items:center;gap:.75rem}._slideOrder_oqote_146{background:#3b82f6;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600}._slideStatus_oqote_155{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}._slideStatus_oqote_155._active_oqote_162{background:#dcfce7;color:#16a34a}._slideStatus_oqote_155._inactive_oqote_68{background:#fee2e2;color:#dc2626}._actionButtons_oqote_172{display:flex;gap:.5rem}._btnIcon_oqote_177{width:32px;height:32px;border:1px solid #d1d5db;background:#fff;border-radius:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease;font-size:0}._btnIcon_oqote_177:hover{background:#f3f4f6;color:#374151}._btnIcon_oqote_177:disabled{opacity:.5;cursor:not-allowed}._btnIcon_oqote_177._edit_oqote_202:hover{color:#3b82f6;border-color:#3b82f6}._btnIcon_oqote_177._delete_oqote_207:hover{color:#ef4444;border-color:#ef4444}._emptyState_oqote_213{text-align:center;padding:4rem 2rem;background:#fff;border-radius:.5rem;border:2px dashed #d1d5db}._emptyState_oqote_213 svg{color:#9ca3af;margin-bottom:1rem}._emptyState_oqote_213 h3{font-size:1.25rem;color:#374151;margin:0 0 .5rem}._emptyState_oqote_213 p{color:#6b7280;margin:0 0 1.5rem}._modalOverlay_oqote_238{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}._modal_oqote_238{background:#fff;border-radius:.5rem;box-shadow:0 20px 25px #00000026;width:100%;max-width:800px;max-height:90vh;overflow-y:auto}._modalHeader_oqote_262{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}._modalHeader_oqote_262 h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}._modalForm_oqote_277{padding:1.5rem}._formGrid_oqote_281{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}._formGroup_oqote_288{display:flex;flex-direction:column}._formGroup_oqote_288._fullWidth_oqote_293,._formGroup_oqote_288._checkboxGroup_oqote_297{grid-column:1 / -1}._formGroup_oqote_288 label{font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.875rem}._formGroup_oqote_288 input,._formGroup_oqote_288 textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:border-color .2s ease}._formGroup_oqote_288 input:focus,._formGroup_oqote_288 textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._checkboxGroup_oqote_297 label{display:flex;align-items:center;gap:.5rem;cursor:pointer}._checkboxGroup_oqote_297 input[type=checkbox]{width:auto;margin:0}._modalActions_oqote_336{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}._loadingState_oqote_345{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}._spinner_oqote_354{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:_spin_oqote_354 1s linear infinite;margin-bottom:1rem}@keyframes _spin_oqote_354{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){._slidesGrid_oqote_48{grid-template-columns:1fr}._pageHeader_oqote_6{flex-direction:column;gap:1rem;align-items:stretch}._formGrid_oqote_281{grid-template-columns:1fr}._modal_oqote_238{margin:1rem;max-height:calc(100vh - 2rem)}._slideActions_oqote_132{flex-direction:column;gap:1rem;align-items:stretch}._actionButtons_oqote_172{justify-content:center}}._accessDeniedContainer_ogq5s_2{width:100vw;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem}._accessDeniedContent_ogq5s_12{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;width:100%;align-items:center}._leftSide_ogq5s_22{color:#fff;text-align:center}._iconContainer_ogq5s_27{position:relative;margin-bottom:2rem;display:inline-block}._shieldIcon_ogq5s_33{color:#ffffffe6;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}._lockIcon_ogq5s_38{position:absolute;bottom:-8px;right:-8px;background:#ef4444;color:#fff;border-radius:50%;padding:4px;border:3px solid white}._title_ogq5s_49{font-size:3rem;font-weight:700;margin:0 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}._description_ogq5s_56{font-size:1.25rem;line-height:1.6;margin:0 0 2rem;opacity:.9;max-width:500px;margin-left:auto;margin-right:auto}._features_ogq5s_66{display:flex;flex-direction:column;gap:1rem;text-align:left;max-width:300px;margin:0 auto}._feature_ogq5s_66{display:flex;align-items:center;gap:.75rem;font-size:1rem;opacity:.9}._feature_ogq5s_66 svg{color:#10b981;flex-shrink:0}._rightSide_ogq5s_89{display:flex;justify-content:center}._loginCard_ogq5s_94{background:#fff;border-radius:1rem;box-shadow:0 20px 40px #0003;padding:2rem;width:100%;max-width:400px}._loginHeader_ogq5s_103{text-align:center;margin-bottom:2rem}._userIcon_ogq5s_108{color:#667eea;margin-bottom:1rem}._loginHeader_ogq5s_103 h2{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:#1e293b}._loginHeader_ogq5s_103 p{margin:0;color:#64748b;font-size:1rem}._loginForm_ogq5s_126{display:flex;flex-direction:column;gap:1.5rem}._formGroup_ogq5s_132{display:flex;flex-direction:column;gap:.5rem}._formGroup_ogq5s_132 label{font-weight:600;color:#374151;font-size:.875rem}._formGroup_ogq5s_132 input{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .2s ease;outline:none;width:100%}._formGroup_ogq5s_132 input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._formGroup_ogq5s_132 input::placeholder{color:#9ca3af}._errorInput_ogq5s_163{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}._passwordInput_ogq5s_168{position:relative}._passwordToggle_ogq5s_172{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color .2s ease}._passwordToggle_ogq5s_172:hover{color:#374151}._errorMessage_ogq5s_190{display:flex;align-items:flex-start;gap:.5rem;color:#ef4444;font-size:.875rem;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem}._countdownText_ogq5s_202{margin-top:.5rem;font-size:.8125rem;font-weight:600;color:#dc2626;font-style:italic}._successMessage_ogq5s_210{display:flex;align-items:center;gap:.5rem;color:#10b981;font-size:.875rem;padding:.75rem;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:.5rem}._loginButton_ogq5s_222{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:48px}._loginButton_ogq5s_222:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 25px #667eea66}._loginButton_ogq5s_222:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._spinner_ogq5s_251{width:20px;height:20px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:_spin_ogq5s_251 1s linear infinite}@keyframes _spin_ogq5s_251{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loginFooter_ogq5s_265{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}._securityNote_ogq5s_271{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#64748b;font-size:.8125rem;text-align:center;margin:0}._securityNote_ogq5s_271 svg{color:#10b981;flex-shrink:0}@media (max-width: 768px){._accessDeniedContainer_ogq5s_2{padding:1rem}._accessDeniedContent_ogq5s_12{grid-template-columns:1fr;gap:2rem;text-align:center}._title_ogq5s_49{font-size:2.25rem}._description_ogq5s_56{font-size:1.125rem}._features_ogq5s_66{max-width:none;align-items:center}._feature_ogq5s_66{justify-content:center}._loginCard_ogq5s_94{padding:1.5rem;max-width:none}}@media (max-width: 480px){._accessDeniedContainer_ogq5s_2{padding:.5rem}._title_ogq5s_49{font-size:2rem}._description_ogq5s_56{font-size:1rem}._loginCard_ogq5s_94{padding:1.25rem}._loginHeader_ogq5s_103 h2{font-size:1.5rem}._features_ogq5s_66{gap:.75rem}._feature_ogq5s_66{font-size:.875rem}}._accessDeniedContent_ogq5s_12{animation:_slideInUp_ogq5s_1 .6s ease-out}@keyframes _slideInUp_ogq5s_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._loginCard_ogq5s_94{animation:_fadeInRight_ogq5s_1 .6s ease-out .2s both}@keyframes _fadeInRight_ogq5s_1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}._leftSide_ogq5s_22{animation:_fadeInLeft_ogq5s_1 .6s ease-out .1s both}@keyframes _fadeInLeft_ogq5s_1{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}._globalLoader_10amg_1{position:fixed;inset:0;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999;animation:_fadeIn_10amg_1 .3s ease-in-out}._globalLoaderContent_10amg_15{text-align:center;color:#374151}._globalLoaderContent_10amg_15 h2{margin:1.5rem 0 .5rem;font-size:1.5rem;font-weight:600;color:#1f2937}._globalLoaderContent_10amg_15 p{margin:0;color:#6b7280;font-size:.875rem}._spinnerLarge_10amg_33{width:60px;height:60px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:_spin_10amg_33 1s linear infinite;margin:0 auto}@keyframes _spin_10amg_33{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _fadeIn_10amg_1{0%{opacity:0}to{opacity:1}}._globalLoader_10amg_1._fadeOut_10amg_54{animation:_fadeOut_10amg_54 .3s ease-in-out forwards}@keyframes _fadeOut_10amg_54{0%{opacity:1}to{opacity:0}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100vw;overflow-x:hidden;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#fff}.App{width:calc(100vw - 15px);min-height:100vh;overflow-x:hidden}.container{width:100%;max-width:none;margin:0 auto;padding:0 20px}#root{margin:0;padding:0;text-align:left}a{text-decoration:none;color:inherit}button,input{font-family:inherit}img{max-width:100%;height:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.swiper-pagination{position:static}@media (max-width: 768px){.App{width:100vw;overflow-x:hidden}.container{padding:0 15px;max-width:100%}.swiper{overflow:hidden}.swiper-wrapper{box-sizing:border-box}}@media (max-width: 480px){.container{padding:0 10px}}
