@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";._loaderWrapper_ka1x3_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#1a1a2e;gap:1.5rem}._spinner_ka1x3_11{position:relative;width:70px;height:70px}._spinner_ka1x3_11:before,._spinner_ka1x3_11:after{content:"";position:absolute;border-radius:50%;animation:_spin_ka1x3_11 1s linear infinite}._spinner_ka1x3_11:before{width:100%;height:100%;border:4px solid rgba(255,255,255,.1);border-top:4px solid #00d2ff;border-right:4px solid #3a7bd5}._spinner_ka1x3_11:after{width:80%;height:80%;top:10%;left:10%;border:4px solid transparent;border-bottom:4px solid #ff6b6b;border-left:4px solid #ffd93d;animation-direction:reverse;animation-duration:.6s}._text_ka1x3_45{color:#fff;font-size:.9rem;font-weight:500}@keyframes _spin_ka1x3_11{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box;margin:0;padding:0}._sellerRegistrationContainer_65f2t_1{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1000}._registrationLayout_65f2t_14{background:#fff;border-radius:0;width:90%;max-width:1200px;height:95vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 30px #0000004d}._header_65f2t_27{background:#f8f9fa;border-bottom:1px solid #d8d8d8;padding:.5rem 2rem;position:sticky;top:0;z-index:100;flex-shrink:0}._headerTop_65f2t_37{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._header_65f2t_27 h2{margin:0;color:#333;font-size:1.5rem}._stepCounter_65f2t_50{background:#007bff;color:#fff;padding:.5rem 1rem;border-radius:10px;font-weight:400;font-size:10px}._closeButton_65f2t_59{background:none;border:none;font-size:2rem;color:#6c757d;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}._closeButton_65f2t_59:hover{background:#e9ecef;color:#dc3545}._progressSection_65f2t_79{width:100%;padding-bottom:5px}._progressBarContainer_65f2t_84{width:100%;position:relative}._progressBar_65f2t_84{width:100%;height:4px;background:#e4e4e4;border-radius:2px;position:relative}._progress_65f2t_79{height:100%;background:#4f46e5;border-radius:2px;transition:width .4s ease}._stepLabels_65f2t_106{display:flex;justify-content:space-between;margin-top:15px;position:relative}._stepLabel_65f2t_106{text-align:center;display:flex;flex-direction:column;align-items:center;width:25%;font-size:14px;color:#666;font-weight:500;position:relative}._stepDot_65f2t_128{width:18px;height:18px;background:#d4d4d4;border-radius:50%;border:3px solid #ffffff;box-shadow:0 0 0 2px #d4d4d4;margin-bottom:5px;transition:all .3s ease}._stepText_65f2t_140{margin-top:5px}._active_65f2t_145 ._stepDot_65f2t_128{background:#4f46e5;box-shadow:0 0 0 2px #4f46e5}._active_65f2t_145{color:#4f46e5;font-weight:700}._completed_65f2t_156 ._stepDot_65f2t_128{background:#22c55e;box-shadow:0 0 0 2px #22c55e}._completed_65f2t_156{color:#22c55e;font-weight:600}._mainContent_65f2t_172{display:flex;flex:1;overflow:hidden;position:relative}._imageSection_65f2t_180{flex:0 0 40%;background:linear-gradient(135deg,#e9e3e3,#764ba2);color:#fff;padding:2rem;display:flex;align-items:center;justify-content:center}._imageContainer_65f2t_190{text-align:center;max-width:400px}._imageContainer_65f2t_190 h3{margin:0 0 .5rem;font-size:1.5rem}._imageContainer_65f2t_190 p{margin:0 0 2rem;opacity:.9;font-size:1rem}._stepImage_65f2t_206{width:100%;max-height:300px;border-radius:8px;margin-bottom:2rem}._formSection_65f2t_218{flex:1;padding:2rem;overflow-y:auto;display:flex;flex-direction:column}._formContent_65f2t_226{flex:1;display:flex;flex-direction:column}._form_65f2t_218{height:100%;display:flex;flex-direction:column}._formStep_65f2t_238{flex:1;display:flex;flex-direction:column;gap:1.5rem}._formStep_65f2t_238 h3{margin:0 0 1rem;color:#333;font-size:1.3rem;border-bottom:2px solid #007bff;padding-bottom:.5rem}._formRow_65f2t_254{display:grid;grid-template-columns:1fr 1fr;gap:3rem}._formGroup_65f2t_260{display:flex;flex-direction:column}._formGroup_65f2t_260 label{margin-bottom:.5rem;font-weight:600;color:#555;font-size:.9rem}._formGroup_65f2t_260 input,._formGroup_65f2t_260 select,._formGroup_65f2t_260 textarea{padding:.75rem;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;transition:border-color .3s ease}._formGroup_65f2t_260 input:focus,._formGroup_65f2t_260 select:focus,._formGroup_65f2t_260 textarea:focus{outline:none;border-color:#007bff}._formGroup_65f2t_260 input._invalid_65f2t_289,._formGroup_65f2t_260 select._invalid_65f2t_289,._formGroup_65f2t_260 textarea._invalid_65f2t_289{border-color:#dc3545}._passwordInput_65f2t_295{position:relative;display:flex}._passwordInput_65f2t_295 input{flex:1;padding-right:40px}._PasswordContainer_65f2t_306{display:flex;gap:20px;align-items:center}._eyeIcon_65f2t_311{font-size:20px}._errorMessage_65f2t_316{color:#dc3545;font-size:.8rem;margin-top:.25rem}._checkboxGroup_65f2t_323{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:1px solid #e9ecef;border-radius:6px;background:#f8f9fa}._checkboxGroup_65f2t_323 input[type=checkbox]{margin-top:.25rem}._checkboxGroup_65f2t_323 label{margin:0;font-weight:400;cursor:pointer}._termList_65f2t_343{margin:.5rem 0 0 1rem;padding:0;font-size:.85rem;color:#666}._termList_65f2t_343 li{margin-bottom:.25rem}._footer_65f2t_355{background:#f8f9fa;border-top:1px solid #e9ecef;padding:1rem 2rem;position:sticky;bottom:0;flex-shrink:0}._footerContent_65f2t_364{display:flex;justify-content:space-between;align-items:center}._prevBtn_65f2t_371,._nextBtn_65f2t_372,._submitBtn_65f2t_373{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px}._prevBtn_65f2t_371{background:#ff4500;color:#fff}._prevBtn_65f2t_371:hover:not(:disabled){background:#ff4500}._prevBtn_65f2t_371:disabled{background:#ff4500;cursor:not-allowed}._nextBtn_65f2t_372{background:#007bff;color:#fff}._nextBtn_65f2t_372:hover{background:#0056b3}._submitBtn_65f2t_373{background:#28a745;color:#fff}._submitBtn_65f2t_373:hover{background:#218838}@media (max-width: 768px){._registrationLayout_65f2t_14{width:95%;height:90vh}._mainContent_65f2t_172{flex-direction:column}._imageSection_65f2t_180{display:none}._formSection_65f2t_218,._header_65f2t_27,._footer_65f2t_355{padding:1rem}._prevBtn_65f2t_371,._nextBtn_65f2t_372,._submitBtn_65f2t_373{font-size:12px}}@media (min-width: 769px){._imageSection_65f2t_180{display:flex}}@media (max-width: 480px){._sellerRegistrationContainer_65f2t_1{align-items:baseline}._registrationLayout_65f2t_14{width:100%;height:93vh}._mainContent_65f2t_172{flex-direction:column}._imageSection_65f2t_180{display:none}._formRow_65f2t_254{display:grid;grid-template-columns:1fr;gap:1rem}._formSection_65f2t_218{padding:1rem}._header_65f2t_27{padding:.5rem}._stepLabel_65f2t_106{font-size:10px;font-weight:400}._formGroup_65f2t_260 label{margin-bottom:.1rem;font-weight:600;font-size:.8rem}._footer_65f2t_355{padding:.5rem}._prevBtn_65f2t_371,._nextBtn_65f2t_372,._submitBtn_65f2t_373{font-size:12px}}._radioButtonForGst_65f2t_522{display:flex;flex-direction:row;gap:40px}._radioButtonForGst_65f2t_522 label{display:flex;gap:10px;color:#3b3b3b}._ShowImages_65f2t_535{position:relative;display:inline-block;height:100px;width:100px;display:flex;justify-content:center;align-items:center;background:none}._ShowImages_65f2t_535 img{height:100%;width:100%;object-fit:cover}._deleteIcon_65f2t_551{position:absolute;top:5px;right:5px;background:none;border:none;color:red;font-size:25px;border-radius:50%;cursor:pointer}.container{font-family:Arial,sans-serif;max-width:600px;margin:0 0 10px;padding:0;display:flex;flex-direction:column;gap:20px}.input-group{display:flex;flex-direction:column;gap:5px}.input-group label{margin-bottom:8px;font-weight:500;color:#2c3e50}.mobile-input-container{position:relative;display:flex;align-items:center}.mobile-input-container input{width:100%;padding:10px 100px 10px 10px;font-size:16px;border:1px solid #ccc;border-radius:4px;background-color:#fff;box-sizing:border-box}.mobile-input-container input:disabled{background-color:#e0e0e0}.verified-input{padding-right:100px}.verified-badge{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:green;font-weight:700;font-size:14px}.inline-send-otp{position:absolute;right:5px;top:50%;transform:translateY(-50%);padding:5px 10px;font-size:.85rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.inline-send-otp:hover{background-color:#0056b3}.notification{position:fixed;top:20px;left:50%;transform:translate(-50%);background-color:#4caf50;color:#fff;padding:15px;border-radius:4px;box-shadow:0 2px 5px #0003;z-index:1000;animation:fadeInOut 3s ease-in-out}.otp-container{display:flex;flex-direction:column;gap:15px}.otp-inputs{display:flex;gap:10px;justify-content:center}.otp-inputs input{width:40px;height:40px;text-align:center;font-size:18px;border:1px solid #ccc;border-radius:4px}.timer-container{display:flex;justify-content:space-between;align-items:center}.timer{color:#666}.resend{color:#4caf50;cursor:pointer;text-decoration:underline}.resend.disabled{color:#ccc;cursor:not-allowed;text-decoration:none}.verify-button{width:100%;margin-top:10px;background-color:#4caf50;color:#fff;padding:10px;border:none;border-radius:4px;font-size:16px;cursor:pointer}.verify-button:hover{background-color:#3e8e41}.file-upload-container{width:100%;margin-bottom:15px}.custom-file-input{display:inline-block;width:100%}.file-input-group{display:flex;align-items:center;border:1px solid #ced4da;border-radius:4px;background:#fff;height:38px;overflow:hidden}.file-choose-btn{padding:20px 40px 12px;background:#f8f9fa;color:#495057;border-right:1px solid #ced4da;cursor:pointer;font-size:20px;white-space:nowrap;flex-shrink:0}.file-name-display{flex-grow:1;padding:8px 12px;color:#6c757d;font-size:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#f2f2f2}.file-name-display:empty:before{content:"No file chosen";color:#6c757d}.file-upload-btn,.file-view-btn{padding:10px 20px;border:none;border-left:1px solid #ced4da;cursor:pointer;font-size:20px;white-space:nowrap;flex-shrink:0}.file-upload-btn{background:#f8f9fa;color:#495057}.file-upload-btn:hover{background:#e9ecef}.file-upload-btn:disabled{background:#f8f9fa;color:#adb5bd;cursor:not-allowed}.file-view-btn{background:#f8f9fa;color:#0d6efd}.file-view-btn:hover{background:#e9ecef}.file-error-message{color:#dc3545;font-size:12px;margin-top:5px;display:block}.invalid .file-input-group{border-color:#dc3545}@media (max-width:480px){file-choose-btn{background:#dc3545;color:#100ceb}hidden-file-input{background:green!important}}.file-upload-container{width:100%;margin-bottom:12px;font-family:Arial,sans-serif}.custom-file-input{width:100%}.file-input-group{display:flex;align-items:center;border:1px solid #d0d7de;border-radius:6px;overflow:hidden}.file-choose-btn{border-right:1px solid #d0d7de;cursor:pointer;font-size:14px;white-space:nowrap}.file-choose-btn:hover{background:#e9ecef}.hidden-file-input{display:none}.file-name-display{flex:1;padding:6px 10px;font-size:14px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-upload-btn,.file-view-btn{padding:6px 12px;font-size:14px;border:none;border-left:1px solid #d0d7de;cursor:pointer;white-space:nowrap}.file-error-message{color:#dc3545;font-size:12px;margin-top:4px}@media (max-width: 768px){.file-choose-btn,.file-upload-btn,.file-view-btn{font-size:13px;padding:6px 10px}.file-name-display{font-size:13px}}@media (max-width: 480px){.file-choose-btn,.file-upload-btn,.file-view-btn{font-size:12px;padding:5px 8px}.file-name-display{font-size:12px;padding:5px 6px}}.otp-container{text-align:center;margin-top:0}.otp-btn{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer}.otp-popup{position:fixed;top:20px;left:50%;transform:translate(-50%);background-color:#d4edda;color:#155724;padding:12px 25px;border:1px solid #c3e6cb;border-radius:8px;box-shadow:0 4px 12px #0003;z-index:9999;animation:fadeInOut 3s ease-in-out}@keyframes fadeInOut{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}._reviewContainer_1l3um_4{max-width:1200px;margin:0 auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f8f9fa;min-height:100vh}._headerSection_1l3um_14{margin-bottom:30px}._pageTitle_1l3um_18{font-size:32px;font-weight:700;color:#1a1a2e;margin:0 0 5px}._pageSubtitle_1l3um_25{font-size:16px;color:#6c757d;margin:0}._statsContainer_1l3um_32{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}._statCard_1l3um_39{display:flex;align-items:center;gap:15px;background:#fff;padding:20px 25px;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid #e9ecef;transition:all .3s ease}._statCard_1l3um_39:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}._statIcon_1l3um_56{font-size:32px;color:#ff6b35;flex-shrink:0}._ratingIcon_1l3um_62{color:#fbbf24}._statCard_1l3um_39 h3{font-size:28px;font-weight:700;color:#1a1a2e;margin:0}._statCard_1l3um_39 p{font-size:14px;color:#6c757d;margin:0}._loadingContainer_1l3um_80{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:15px}._loader_1l3um_89{border:4px solid #f3f3f3;border-top:4px solid #ff6b35;border-radius:50%;width:50px;height:50px;animation:_spin_1l3um_1 1s linear infinite}@keyframes _spin_1l3um_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._reviewsSection_1l3um_104{margin-bottom:40px}._sectionTitle_1l3um_108{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:600;color:#1a1a2e;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e9ecef}._reviewsList_1l3um_121{display:flex;flex-direction:column;gap:20px}._reviewCard_1l3um_127{background:#fff;border-radius:12px;border:1px solid #e9ecef;padding:20px 25px;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}._reviewCard_1l3um_127:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}._reviewHeader_1l3um_142{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;flex-wrap:wrap;gap:15px}._reviewProductInfo_1l3um_151{display:flex;align-items:center;gap:15px;flex:1;min-width:0}._productImageWrapper_1l3um_159{width:70px;height:70px;border-radius:8px;overflow:hidden;flex-shrink:0;border:1px solid #e9ecef;background:#f8f9fa}._reviewProductImage_1l3um_169{width:100%;height:100%;object-fit:cover}._productDetails_1l3um_175{flex:1;min-width:0}._productDetails_1l3um_175 h4{margin:0 0 5px;font-size:16px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._productMeta_1l3um_190{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:5px}._metaItem_1l3um_197{font-size:12px;color:#6c757d;display:flex;align-items:center;gap:4px}._reviewDate_1l3um_205{font-size:13px;color:#6c757d;display:flex;align-items:center;gap:5px;margin:0}._reviewHeaderActions_1l3um_215{display:flex;align-items:center;gap:12px;flex-shrink:0}._reviewStarsLarge_1l3um_222{display:flex;gap:4px}._ratingBadge_1l3um_227{background:#f8f9fa;padding:4px 12px;border-radius:20px;font-size:14px;font-weight:600;color:#1a1a2e;border:1px solid #e9ecef}._reviewBody_1l3um_238{margin-bottom:15px;padding:0 0 0 85px}._reviewCommentText_1l3um_243{font-size:15px;color:#212529;line-height:1.6;margin:0;font-style:italic}._reviewFooter_1l3um_252{display:flex;gap:10px;padding-top:15px;border-top:1px solid #e9ecef;padding-left:85px}._editBtn_1l3um_261,._deleteBtn_1l3um_262{display:flex;align-items:center;gap:6px;padding:8px 18px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease}._editBtn_1l3um_261{background:#e3f2fd;color:#1976d2}._editBtn_1l3um_261:hover{background:#bbdefb;transform:scale(1.02)}._deleteBtn_1l3um_262{background:#ffebee;color:#d32f2f}._deleteBtn_1l3um_262:hover{background:#ffcdd2;transform:scale(1.02)}._star_1l3um_296{font-size:20px;color:#d1d5db;transition:all .2s ease}._starFilled_1l3um_302{color:#fbbf24}._emptyState_1l3um_307{text-align:center;padding:80px 20px;background:#fff;border-radius:12px;border:2px dashed #dee2e6}._emptyIcon_1l3um_315{font-size:64px;color:#d1d5db;margin-bottom:20px}._emptyState_1l3um_307 h3{font-size:24px;color:#1a1a2e;margin:0 0 10px}._emptyState_1l3um_307 p{font-size:16px;color:#6c757d;margin:0}._emptySubtext_1l3um_333{font-size:14px;color:#6c757d;margin-top:5px}._modalOverlay_1l3um_340{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;animation:_fadeIn_1l3um_1 .3s ease}@keyframes _fadeIn_1l3um_1{0%{opacity:0}to{opacity:1}}._modalContent_1l3um_359{background:#fff;border-radius:16px;max-width:600px;width:95%;max-height:90vh;overflow-y:auto;animation:_slideUp_1l3um_1 .3s ease}@keyframes _slideUp_1l3um_1{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_1l3um_374{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #e9ecef;position:sticky;top:0;background:#fff;border-radius:16px 16px 0 0;z-index:1}._modalHeader_1l3um_374 h2{margin:0;font-size:22px;color:#1a1a2e}._closeModalBtn_1l3um_393{background:none;border:none;font-size:32px;color:#6c757d;cursor:pointer;padding:0 8px;transition:all .3s ease;line-height:1}._closeModalBtn_1l3um_393:hover{color:#d32f2f;transform:rotate(90deg)}._modalBody_1l3um_409{padding:25px}._reviewProductInfo_1l3um_151{display:flex;align-items:center;gap:15px;padding:15px;background:#f8f9fa;border-radius:10px}._reviewProductInfo_1l3um_151 ._productImageWrapper_1l3um_159{width:80px;height:80px;flex-shrink:0}._reviewProductInfo_1l3um_151 ._productImageWrapper_1l3um_159 img{width:100%;height:100%;object-fit:cover}._reviewProductInfo_1l3um_151 ._productDetails_1l3um_175 h4{margin:0 0 5px;font-size:16px;color:#1a1a2e}._reviewProductInfo_1l3um_151 ._productPrice_1l3um_442{font-size:18px;font-weight:700;color:#ff6b35;margin:0 0 5px}._reviewProductInfo_1l3um_151 ._productSuborderId_1l3um_449{font-size:12px;color:#6c757d;margin:0}._ratingSection_1l3um_456{margin-bottom:20px}._ratingSection_1l3um_456 label{display:block;font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:10px}._starsContainer_1l3um_468{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._ratingLabel_1l3um_475{font-size:14px;font-weight:500;color:#495057;margin-left:10px}._commentSection_1l3um_483{margin-bottom:25px}._commentSection_1l3um_483 label{display:block;font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:10px}._commentInput_1l3um_495{width:100%;padding:12px 15px;border:1px solid #dee2e6;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;transition:border-color .3s ease}._commentInput_1l3um_495:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}._charCount_1l3um_512{font-size:12px;color:#6c757d;margin:5px 0 0;text-align:right}._modalActions_1l3um_520{display:flex;gap:10px;justify-content:flex-end;padding-top:20px;border-top:1px solid #e9ecef}._cancelBtn_1l3um_528{padding:10px 25px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;font-size:14px;font-weight:500;color:#495057;cursor:pointer;transition:all .3s ease}._cancelBtn_1l3um_528:hover{background:#e9ecef}._submitBtn_1l3um_544{padding:10px 30px;background:#ff6b35;border:none;border-radius:6px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease}._submitBtn_1l3um_544:hover:not(:disabled){background:#e55a2b;transform:scale(1.02)}._submitBtn_1l3um_544:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 1024px){._reviewContainer_1l3um_4{padding:15px}._statsContainer_1l3um_32{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width: 768px){._reviewContainer_1l3um_4{padding:12px}._pageTitle_1l3um_18{font-size:24px}._statsContainer_1l3um_32{grid-template-columns:1fr 1fr;gap:12px}._statCard_1l3um_39{padding:15px 18px}._statCard_1l3um_39 h3{font-size:22px}._reviewCard_1l3um_127{padding:15px}._reviewProductInfo_1l3um_151{width:100%}._productImageWrapper_1l3um_159{width:60px;height:60px}._reviewHeaderActions_1l3um_215{width:100%;justify-content:flex-start}._reviewBody_1l3um_238,._reviewFooter_1l3um_252{padding-left:0}._editBtn_1l3um_261,._deleteBtn_1l3um_262{justify-content:center;width:100%}._reviewProductInfo_1l3um_151{text-align:center}._modalContent_1l3um_359{width:95%;margin:10px}._modalActions_1l3um_520{flex-direction:column-reverse}._cancelBtn_1l3um_528,._submitBtn_1l3um_544{width:100%;justify-content:center}._productMeta_1l3um_190{flex-direction:column;gap:4px}._productDetails_1l3um_175 h4{white-space:normal}}@media (max-width: 480px){._reviewContainer_1l3um_4{padding:10px}._statsContainer_1l3um_32{grid-template-columns:1fr 1fr;gap:10px}._statCard_1l3um_39{padding:12px 15px;gap:10px}._statIcon_1l3um_56{font-size:24px}._statCard_1l3um_39 h3{font-size:20px}._statCard_1l3um_39 p{font-size:12px}._reviewStarsLarge_1l3um_222{gap:2px}._star_1l3um_296{font-size:16px}._ratingBadge_1l3um_227{font-size:12px;padding:2px 10px}._reviewCommentText_1l3um_243{font-size:14px}._reviewProductInfo_1l3um_151 ._productImageWrapper_1l3um_159{width:60px;height:60px}._modalBody_1l3um_409{padding:15px}}._layoutContainer_1fai7_3{width:100%;max-width:1440px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}._mainContent_1fai7_21{flex:1}._desktopFooter_1fai7_26{display:block}@media (max-width: 767px){._desktopFooter_1fai7_26{display:none}._mainContent_1fai7_21{padding-bottom:56px}}._mainHeader_2a4h0_6{background:linear-gradient(135deg,#a294ff,#ffb6c1);color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 5px #0000001a;transition:all .3s ease}._mainHeader_2a4h0_6._scrolled_2a4h0_17{box-shadow:0 4px 12px #00000026}._headerTop_2a4h0_22{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;border-bottom:1px solid rgba(228,127,127,.1);background:linear-gradient(135deg,#a294ff,#ffb6c1);transition:all .3s ease}._logo_2a4h0_42{display:flex;align-items:flex-start;flex-shrink:0}._logo_2a4h0_42 a{display:flex;align-items:center;text-decoration:none}._logo_2a4h0_42 img{height:120px;width:auto;object-fit:contain;transition:all .3s ease;cursor:pointer}._logo_2a4h0_42 img:hover{transform:scale(1.05)}._logoText_2a4h0_66{font-size:40px;font-weight:500;color:#ee0c50;letter-spacing:.8px;text-transform:lowercase;font-family:sans-serif;margin-left:5px;font-style:italic}._mobileMenuBtn_2a4h0_79{display:none;background:none;border:none;color:#131921;font-size:1.5rem;cursor:pointer;padding:8px;border-radius:4px;transition:background .3s;flex-shrink:0}._mobileMenuBtn_2a4h0_79:hover{background:#ffffff1a}._desktopNav_2a4h0_97{display:flex;align-items:center;flex:1;justify-content:flex-end;margin-left:30px}._headerOptionsDesktop_2a4h0_105{display:flex;align-items:center;gap:20px;flex-wrap:wrap}._sellerLink_2a4h0_113,._loginLink_2a4h0_114{display:flex;align-items:center;background:transparent;border:none;color:#131921;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:1.2rem;font-weight:500;transition:all .3s ease;gap:8px;white-space:nowrap;text-decoration:none}._sellerLink_2a4h0_113:hover,._loginLink_2a4h0_114:hover{background:#ffffff1a;text-decoration:none}._btnIcon_2a4h0_137{font-size:2rem}._languageToggle_2a4h0_142{display:flex;align-items:center;color:#131921;gap:8px;padding:8px 12px;border-radius:4px;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:1.2rem}._languageToggle_2a4h0_142:hover{background:#ffffff1a}._langIcon_2a4h0_159{font-size:2rem}._cartIcon_2a4h0_164{position:relative;color:#131921;font-size:1.8rem;padding:8px;border-radius:4px;transition:background .3s;display:flex;align-items:center;justify-content:center;text-decoration:none}._cartIcon_2a4h0_164:hover{background:#ffffff1a;text-decoration:none}._cartCount_2a4h0_182{position:absolute;top:0;right:0;background:#1dcb06;color:#fff;border-radius:50%;width:18px;height:18px;font-size:.6rem;display:flex;align-items:center;justify-content:center;font-weight:200}._headerBottom_2a4h0_201{padding:10px 15px;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;top:0;z-index:1000}._deliveryAddress_2a4h0_216{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;cursor:pointer;transition:all .2s ease;flex:0 1 auto}._deliveryAddress_2a4h0_216:after{content:attr(data-address);position:absolute;left:10%;top:100%;min-width:280px;max-width:400px;padding:10px 12px;background:#1f2937;color:#fff;border-radius:8px;font-size:13px;line-height:1.5;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease;z-index:1000;box-shadow:0 8px 24px #00000026}._deliveryAddress_2a4h0_216:hover:after{opacity:1;visibility:visible;transform:translateY(0)}._deliveryAddress_2a4h0_216:hover{border-color:#ff6b35;box-shadow:0 2px 8px #ff6b351a}._deliveryAddress_2a4h0_216 ._locationIcon_2a4h0_262{color:#0f75fc;font-size:1.5rem;flex-shrink:0}._deliveryAddress_2a4h0_216 div{flex:1;min-width:0}._deliveryAddress_2a4h0_216 p{margin:0;font-size:16px;color:#212529;font-weight:800;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._searchContainer_2a4h0_298{position:relative;display:flex;align-items:center;background:#fff;border-radius:4px;overflow:visible;flex:1;max-width:60%;min-width:250px;height:42px;border:1px solid #ddd;transition:all .3s ease}._searchContainer_2a4h0_298:focus-within{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}._citySelectorMobile_2a4h0_319{display:flex;align-items:center;background:#fff;border-radius:4px 0 0 4px;padding:0 10px;border-right:1px solid #ddd;min-width:120px;flex-shrink:0;height:100%}._citySelectorMobile_2a4h0_319 ._locationIcon_2a4h0_262{color:#666;font-size:.9rem;margin-right:6px;flex-shrink:0}._citySelect_2a4h0_319{background:#fff;border:none;color:#333;font-size:.85rem;cursor:pointer;outline:none;width:100%;font-weight:500;padding:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;height:100%}._citySelect_2a4h0_319 option{background:#fff;color:#333}._dropdownIcon_2a4h0_358{color:#666;font-size:.8rem;margin-left:4px;flex-shrink:0}._searchInput_2a4h0_366{flex:1;border:none;padding:0 12px;font-size:.9rem;outline:none;color:#333;min-width:0;height:100%;background:transparent;border-radius:0}._searchInput_2a4h0_366::placeholder{color:#888}._searchBtn_2a4h0_384{background:#ffd26a;border:none;padding:0 18px;cursor:pointer;color:#333;transition:background .3s;display:flex;align-items:center;justify-content:center;min-width:45px;height:100%;border-radius:0 4px 4px 0;flex-shrink:0}._searchBtn_2a4h0_384:hover{background:#f3a847}._suggestionsDropdown_2a4h0_405{position:absolute;top:calc(100% + 2px);left:0;width:100%;background:#fff;border-radius:0 0 8px 8px;box-shadow:0 8px 24px #0000001f;z-index:9999;border:1px solid #ececec;border-top:none;overflow:hidden}._suggestionsList_2a4h0_419{list-style:none;margin:0;padding:4px 0;max-height:280px;overflow-y:auto}._suggestionItem_2a4h0_427{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;transition:background .2s ease}._suggestionItem_2a4h0_427:hover{background:#f5f5f5}._suggestionIcon_2a4h0_440{font-size:14px;color:#777;flex-shrink:0}._suggestionText_2a4h0_446{font-size:14px;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._searchOverlay_2a4h0_455{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:999}._mobileIcons_2a4h0_463{display:none;align-items:center;justify-content:center;gap:10px;flex-shrink:0}._mobileLoginBtn_2a4h0_471{background:none;border:none;color:#131921;font-size:2rem;cursor:pointer;padding:8px;border-radius:4px;transition:background .3s;display:flex;align-items:center}._mobileLoginBtn_2a4h0_471:hover{background:#ffffff1a}._profilePic_2a4h0_489{width:40px;height:40px;border-radius:50%;overflow:hidden;cursor:pointer;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;background:#f3f4f6;transition:all .3s ease;flex-shrink:0}._profilePic_2a4h0_489:hover{transform:scale(1.05);border-color:#2563eb}._profilePic_2a4h0_489 img{width:100%;height:100%;object-fit:cover;display:block}._profilePlaceholder_2a4h0_516{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;font-size:18px;font-weight:600}._mobileMenuOverlay_2a4h0_529{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1001;animation:_fadeIn_2a4h0_1 .3s ease}@keyframes _fadeIn_2a4h0_1{0%{opacity:0}to{opacity:1}}._mobileMenu_2a4h0_79{position:fixed;top:0;left:0;bottom:0;width:300px;background:#fff;overflow-y:auto;animation:_slideIn_2a4h0_1 .3s ease}@keyframes _slideIn_2a4h0_1{0%{transform:translate(-100%)}to{transform:translate(0)}}._mobileMenuHeader_2a4h0_569{background:linear-gradient(135deg,#a294ff,#ffb6c1);color:#131921;padding:20px;display:flex;justify-content:space-between;align-items:center}._mobileUserInfo_2a4h0_578{display:flex;align-items:center;gap:12px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;flex:1;min-width:0}._userAvatar_2a4h0_587{width:40px;height:40px;background:#febd69;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;color:#333;flex-shrink:0}._guestIcon_2a4h0_601{font-size:2.5rem;color:#ccc;flex-shrink:0}._mobileUserInfo_2a4h0_578 h4{margin:0;font-size:1rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._mobileUserInfo_2a4h0_578 p{margin:5px 0 0;font-size:.8rem;color:#131921;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._closeMenuBtn_2a4h0_625{background:none;border:none;color:#131921;font-size:1.2rem;cursor:pointer;padding:5px;border-radius:4px;transition:background .3s;flex-shrink:0}._closeMenuBtn_2a4h0_625:hover{background:#ffffff1a}._mobileMenuContent_2a4h0_641{padding:0}._mobileMenuItem_2a4h0_645{display:flex;align-items:center;gap:15px;padding:15px 20px;color:#333;text-decoration:none;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-size:.95rem;font-weight:500;transition:background .3s;border-bottom:1px solid #f0f0f0}._mobileMenuItem_2a4h0_645:hover{background:#f5f5f5;text-decoration:none}._mobileMenuItem_2a4h0_645 svg{font-size:1.2rem;color:#666;min-width:20px}._loginBtn_2a4h0_674{color:#0066c0}@media (max-width: 1024px){._desktopNav_2a4h0_97{margin-left:15px}._headerOptionsDesktop_2a4h0_105{gap:12px}._searchContainer_2a4h0_298{max-width:50%;min-width:200px}}@media (max-width: 768px){._mobileMenuBtn_2a4h0_79{display:block}._desktopNav_2a4h0_97{display:none}._mobileIcons_2a4h0_463{display:flex}._scrolled_2a4h0_17 ._headerTop_2a4h0_22{max-height:0;padding-top:0;padding-bottom:0;opacity:0;border-bottom:none}._scrolled_2a4h0_17 ._headerBottom_2a4h0_201{background-color:#000}._headerTop_2a4h0_22{padding:8px 10px}._logo_2a4h0_42 img{height:100px}._logoText_2a4h0_66{font-size:25px}._headerBottom_2a4h0_201{padding:8px 10px;flex-direction:column-reverse;align-items:stretch;gap:5px}._deliveryAddress_2a4h0_216{display:none}._searchContainer_2a4h0_298{max-width:100%;min-width:unset;width:100%;height:40px}._citySelectorMobile_2a4h0_319{min-width:100px;padding:0 8px}._citySelect_2a4h0_319{font-size:.8rem;min-width:80px}._searchInput_2a4h0_366{font-size:.85rem;padding:8px 10px}._searchBtn_2a4h0_384{padding:8px 14px;min-width:40px}._mobileMenu_2a4h0_79{width:280px}}@media (max-width: 480px){._headerTop_2a4h0_22{padding:5px 8px}._logo_2a4h0_42 img{height:80px}._logoText_2a4h0_66{font-size:18px}._headerBottom_2a4h0_201{padding:5px 8px;gap:4px}._deliveryAddress_2a4h0_216{padding:.4rem .6rem;gap:.5rem}._deliveryAddress_2a4h0_216 small{font-size:.5rem}._deliveryAddress_2a4h0_216 p{font-size:.7rem}._searchContainer_2a4h0_298{height:36px}._citySelectorMobile_2a4h0_319{min-width:85px;padding:0 6px}._citySelect_2a4h0_319{font-size:.75rem;min-width:65px}._searchInput_2a4h0_366{font-size:.8rem;padding:6px 8px}._searchBtn_2a4h0_384{padding:12px;min-width:36px}._searchBtn_2a4h0_384 svg{font-size:.85rem}._mobileIcons_2a4h0_463{gap:6px}._mobileLoginBtn_2a4h0_471{font-size:1.5rem;padding:4px}._profilePic_2a4h0_489{width:32px;height:32px}._suggestionsDropdown_2a4h0_405{max-height:200px}._suggestionItem_2a4h0_427{padding:8px 12px;font-size:.8rem}._suggestionIcon_2a4h0_440,._suggestionText_2a4h0_446{font-size:12px}}@media (max-width: 390px){._mobileMenu_2a4h0_79{width:100%}._citySelectorMobile_2a4h0_319{min-width:70px}._citySelect_2a4h0_319{font-size:.7rem;min-width:55px}._mobileIcons_2a4h0_463{gap:4px}}._auth-container_1dhth_4{display:flex;width:100%;max-width:900px;margin:40px 2px;border-radius:10px;overflow:hidden}._auth-image_1dhth_15{flex:1;background-color:#f7f7f7}._auth-image_1dhth_15 img{width:100%;height:auto;object-fit:cover}._auth-form_1dhth_26{flex:1;padding:40px 30px}._auth-form_1dhth_26 h2{margin-bottom:20px;font-size:24px;color:#333}._auth-form_1dhth_26 form{display:flex;flex-direction:column;gap:.5rem}._auth-form_1dhth_26 input[type=text],._auth-form_1dhth_26 input[type=""],._auth-form_1dhth_26 input[type=email],._auth-form_1dhth_26 input[type=password]{padding:10px 12px;margin-bottom:0;border:1px solid #ccc;border-radius:6px;font-size:15px}._auth-form_1dhth_26 button[type=submit]{padding:12px;background-color:#07f;color:#fff;font-size:16px;border:none;border-radius:6px;cursor:pointer;transition:background .2s}._auth-form_1dhth_26 button[type=submit]:hover{background-color:#005ecc}._checkbox-label_1dhth_78{font-size:14px;margin:10px 0}._checkbox-label_1dhth_78 input{margin-right:8px}._forgot-password_1dhth_87{margin:14px 0;font-size:14px}._switch-link_1dhth_92{margin-top:20px;font-size:14px}._switch-link_1dhth_92 button,._forgot-password-link_1dhth_98{background:none;border:none;color:#07f;cursor:pointer;font-weight:600;font-size:15px;padding:4px 10px;border-radius:4px;outline:none;transition:color .2s,background .2s,box-shadow .2s}._switch-link_1dhth_92 button:hover,._forgot-password-link_1dhth_98:hover{color:#fff;background:#07f;box-shadow:0 2px 8px #0077ff1a}._toggle-login-type_1dhth_121{width:100%;padding:10px 0;margin-bottom:10px;font-size:15px;font-weight:600;color:#07f;background:#f1f5ff;border:1px solid #0077ff;border-radius:6px;cursor:pointer;box-shadow:0 1px 4px #0077ff0f;transition:background .2s,color .2s,box-shadow .2s}._toggle-login-type_1dhth_121:hover{background:#07f;color:#fff;box-shadow:0 2px 12px #0077ff26}@media (max-width: 890px){._auth-container_1dhth_4{max-width:500px}._auth-image_1dhth_15{display:none}}@media (max-width:768px){._auth-container_1dhth_4{max-width:100%}._auth-form_1dhth_26{padding:0}}._popup-overlay_1dhth_167{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;animation:_fadeIn_1dhth_1 .3s ease-in-out}._popup-box_1dhth_181{background:#fff;padding:25px 35px;border-radius:15px;width:90%;max-width:420px;text-align:center;box-shadow:0 8px 25px #0003;animation:_slideUp_1dhth_1 .4s ease}._popup-box_1dhth_181 h3{font-size:1.5rem;color:#2ecc71;margin-bottom:10px}._popup-box_1dhth_181 p{font-size:1rem;color:#555;margin-bottom:22px;line-height:1.4}._popup-btn_1dhth_208,._popup-btn-secondary_1dhth_209{padding:10px 18px;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;margin:0 8px;color:#fff;transition:all .3s ease}._popup-btn_1dhth_208{background:#3498db}._popup-btn_1dhth_208:hover{background:#2980b9;transform:scale(1.05)}._popup-btn-secondary_1dhth_209{background:#e74c3c}._popup-btn-secondary_1dhth_209:hover{background:#c0392b;transform:scale(1.05)}@keyframes _fadeIn_1dhth_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1dhth_1{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}._error_1dhth_265{color:red}._overlay_10x09_2{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;animation:_fadeIn_10x09_1 .3s ease-in-out}._container_10x09_19{background:#fff;padding:30px 40px;border-radius:15px;width:90%;max-width:450px;text-align:center;box-shadow:0 8px 25px #0003;animation:_slideUp_10x09_1 .4s ease}._container_10x09_19 h2{font-size:1.6rem;color:#2ecc71;margin-bottom:12px}._container_10x09_19 p{font-size:1rem;color:#555;margin-bottom:20px;line-height:1.5}._actions_10x09_46{display:flex;gap:10px;justify-content:center}._button_10x09_53{padding:10px 18px;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;transition:all .3s ease;color:#fff}._continue_10x09_64{background:#3498db}._continue_10x09_64:hover{background:#2980b9;transform:scale(1.05)}._close_10x09_75{background:#e74c3c}._close_10x09_75:hover{background:#c0392b}._overlay_nsd8u_2{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}._container_nsd8u_16{background-color:#fff;border-radius:8px;width:90%;max-width:1000px;max-height:90vh;overflow-y:auto;padding:25px;position:relative;box-shadow:0 5px 15px #0000004d}._closeBtn_nsd8u_29{position:absolute;top:12px;right:20px;background:none;border:none;font-size:24px;cursor:pointer;color:#666}._closeBtn_nsd8u_29:hover{background-color:#ff4848;width:30px}._container_nsd8u_16::-webkit-scrollbar{width:10px}._container_nsd8u_16::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}._container_nsd8u_16::-webkit-scrollbar-thumb{background:#3498db;border-radius:4px}._container_nsd8u_16::-webkit-scrollbar-thumb:hover{background:#2980b9}._container_nsd8u_16{scrollbar-width:thin;scrollbar-color:#3498db #f5f5f5}._successOverlay_nsd8u_75{color-scheme:overlay;background:#0000008c;animation:_fadeIn_nsd8u_1 .3s ease-in-out}._successContainer_nsd8u_81{background:#fff;padding:30px 40px;border-radius:15px;width:90%;max-width:450px;text-align:center;box-shadow:0 8px 25px #0003;animation:_slideUp_nsd8u_1 .4s ease}._successContainer_nsd8u_81 h2{font-size:1.6rem;color:#2ecc71;margin-bottom:12px}._successContainer_nsd8u_81 p{font-size:1rem;color:#555;margin-bottom:20px;line-height:1.5}._successBtn_nsd8u_108{background:#3498db;color:#fff;padding:10px 18px;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;transition:all .3s ease}._successBtn_nsd8u_108:hover{background:#2980b9;transform:scale(1.05)}._closeBtnRed_nsd8u_124{background:#e74c3c}._closeBtnRed_nsd8u_124:hover{background:#c0392b}@keyframes _fadeIn_nsd8u_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_nsd8u_1{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}._userProfile_15lmx_1{display:flex;align-items:center;gap:12px;position:relative}._profileRole_15lmx_8{text-align:right;line-height:1.2}._roleBadge_15lmx_13{display:inline-block;padding:2px 8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-family:Segoe UI}._profileName_15lmx_26{margin:4px 0 0;font-size:14px;font-weight:600;text-align:center;color:#131921;font-family:Segoe UI}._profileInfo_15lmx_36{position:relative;display:flex;align-items:center}._profileCircle_15lmx_42{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);background:#f3a847;color:#131921;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;cursor:pointer;transition:all .3s ease;border:3px solid #d7dbe0dc;box-shadow:0 4px 12px #0000001a}._profileCircle_15lmx_42:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000026}._dropdownOverlay_15lmx_65{position:fixed;top:0;left:0;right:0;bottom:0;z-index:900;animation:_fadeIn_15lmx_1 .2s ease-out}@keyframes _fadeIn_15lmx_1{0%{opacity:0}to{opacity:1}}._dropdownContent_15lmx_86{position:absolute;top:100%;right:-16px;background:#fff;border-radius:10px;padding:0;width:260px;box-shadow:0 20px 60px #00000026;z-index:1100;border:1px solid #e2e8f0;overflow:hidden;opacity:0;transform:translateY(-10px) scale(.95);transform-origin:top right;animation:_slideIn_15lmx_1 .3s cubic-bezier(.4,0,.2,1) forwards}@keyframes _slideIn_15lmx_1{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(8px) scale(1)}}._dropdownOpen_15lmx_116{animation:_slideIn_15lmx_1 .3s cubic-bezier(.4,0,.2,1) forwards}._profileHeader_15lmx_121{display:flex;align-items:center;gap:12px;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;animation:_headerSlideIn_15lmx_1 .4s ease-out .1s both}@keyframes _headerSlideIn_15lmx_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._headerAvatar_15lmx_143{width:50px;height:50px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;border:2px solid rgba(255,255,255,.3);animation:_avatarPop_15lmx_1 .5s ease-out .2s both}@keyframes _avatarPop_15lmx_1{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}._headerInfo_15lmx_169 h3{margin:0 0 4px;font-size:16px;font-weight:600;animation:_textSlideIn_15lmx_1 .4s ease-out .3s both}@keyframes _textSlideIn_15lmx_1{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}._userEmail_15lmx_188{font-size:12px;opacity:.9;display:block;margin-bottom:4px;animation:_textSlideIn_15lmx_1 .4s ease-out .4s both}._roleTag_15lmx_196{display:inline-block;padding:2px 8px;background:#fff3;border-radius:8px;font-size:10px;font-weight:600;text-transform:uppercase;animation:_textSlideIn_15lmx_1 .4s ease-out .5s both}._dropdownSections_15lmx_208{max-height:400px;overflow-y:auto;padding:16px;animation:_contentSlideIn_15lmx_1 .4s ease-out .2s both}@keyframes _contentSlideIn_15lmx_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._section_15lmx_227{margin-bottom:20px;animation:_sectionSlideIn_15lmx_1 .4s ease-out both}._section_15lmx_227:nth-child(1){animation-delay:.3s}._section_15lmx_227:nth-child(2){animation-delay:.4s}@keyframes _sectionSlideIn_15lmx_1{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}._section_15lmx_227:last-child{margin-bottom:0}._sectionTitle_15lmx_256{font-size:12px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;padding:0 8px}._sectionItems_15lmx_266{display:flex;flex-direction:column;gap:2px}._menuItem_15lmx_272{display:flex;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;color:#2d3748;font-size:14px;font-weight:500;border-radius:8px;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer;animation:_menuItemSlideIn_15lmx_1 .3s ease-out both}._menuItem_15lmx_272:nth-child(1){animation-delay:.4s}._menuItem_15lmx_272:nth-child(2){animation-delay:.45s}._menuItem_15lmx_272:nth-child(3){animation-delay:.5s}._menuItem_15lmx_272:nth-child(4){animation-delay:.55s}@keyframes _menuItemSlideIn_15lmx_1{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}._menuItem_15lmx_272:hover{background:#f7fafc;color:#667eea;transform:translate(4px)}._menuIcon_15lmx_325{font-size:16px;width:20px;text-align:center}._logoutSection_15lmx_332{padding:16px;border-top:1px solid #e2e8f0;background:#f7fafc;animation:_logoutSlideIn_15lmx_1 .4s ease-out .6s both}@keyframes _logoutSlideIn_15lmx_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._logoutButton_15lmx_351{display:flex;align-items:center;gap:12px;padding:12px 16px;width:100%;border:none;background:#fff;color:#e53e3e;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}._logoutButton_15lmx_351:hover{background:#e53e3e;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #e53e3e4d}._dropdownSections_15lmx_208::-webkit-scrollbar{width:4px}._dropdownSections_15lmx_208::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}._dropdownSections_15lmx_208::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}._dropdownSections_15lmx_208::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media (max-width: 768px){._dropdownOverlay_15lmx_65,._dropdownContent_15lmx_86{display:none}._userProfile_15lmx_1{gap:8px}._profileName_15lmx_26{font-size:10px}._profileCircle_15lmx_42{width:40px;height:40px;font-size:16px}._dropdownContent_15lmx_86{width:240px;right:-10px}._profileHeader_15lmx_121{padding:16px}._headerAvatar_15lmx_143{width:44px;height:44px;font-size:18px}._headerInfo_15lmx_169 h3{font-size:15px}}@media (max-width: 480px){._headerAvatar_15lmx_143{width:20px;height:20px;font-size:16px}._userProfile_15lmx_1{gap:4px;align-items:flex-end}._profileRole_15lmx_8{text-align:right;display:none}._dropdownContent_15lmx_86{position:fixed;top:80px;right:16px;left:16px;width:auto;max-width:none}}._modalOverlay_15lmx_467{position:fixed;top:0%;left:0;right:0;bottom:0;background:#ff83831f;z-index:2000;animation:_fadeIn_15lmx_1 .3s ease-out}._confirmationModal_15lmx_478{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:20px;padding:0;width:90%;max-width:400px;box-shadow:0 25px 50px #ff2e2e2d;z-index:2100;animation:_modalSlideIn_15lmx_1 .3s cubic-bezier(.4,0,.2,1) forwards;margin:0}@keyframes _modalSlideIn_15lmx_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._modalContent_15lmx_506{padding:30px;text-align:center}._modalIcon_15lmx_511{font-size:48px;margin-bottom:16px;animation:_iconBounce_15lmx_1 .6s ease-out}@keyframes _iconBounce_15lmx_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}._modalTitle_15lmx_535{font-size:20px;font-weight:700;color:#2d3748;margin:0 0 12px}._modalMessage_15lmx_542{font-size:14px;color:#718096;line-height:1.5;margin:0 0 24px}._modalActions_15lmx_549{display:flex;gap:12px;justify-content:center}._cancelButton_15lmx_555{padding:12px 24px;border:2px solid #e2e8f0;background:#fff;color:#4a5568;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}._cancelButton_15lmx_555:hover{background:#f7fafc;border-color:#cbd5e0;transform:translateY(-2px)}._confirmButton_15lmx_574{padding:12px 24px;border:none;background:linear-gradient(135deg,#e53e3e,#c53030);color:#fff;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1;box-shadow:0 4px 12px #e53e3e4d}._confirmButton_15lmx_574:hover{background:linear-gradient(135deg,#c53030,#9b2c2c);transform:translateY(-2px);box-shadow:0 6px 20px #e53e3e66}@media (max-width: 480px){._confirmationModal_15lmx_478{top:30%}._modalActions_15lmx_549{flex-direction:column}._cancelButton_15lmx_555,._confirmButton_15lmx_574{flex:none}}._ActiveLoginDeviceNo_15lmx_618{font-size:10px;color:#131921}._profilePic_15lmx_624{width:45px;height:45px;border-radius:50%;overflow:hidden;cursor:pointer;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;background:#f3f4f6;transition:all .3s ease}._profilePic_15lmx_624:hover{transform:scale(1.05);border-color:#2563eb}._profilePic_15lmx_624 img{width:100%;height:100%;object-fit:cover;display:block}._profilePlaceholder_15lmx_652{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;font-size:20px}._modalOverlay_uayt1_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9998;animation:_fadeIn_uayt1_1 .3s ease-out}._messageModal_uayt1_12{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:20px;padding:0;width:90%;max-width:400px;box-shadow:0 25px 50px #0003;z-index:9999;animation:_modalSlideIn_uayt1_1 .3s cubic-bezier(.4,0,.2,1) forwards;border-left:5px solid}@keyframes _fadeIn_uayt1_1{0%{opacity:0}to{opacity:1}}@keyframes _modalSlideIn_uayt1_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._success_uayt1_51{border-left-color:#10b981}._error_uayt1_55{border-left-color:#ef4444}._warning_uayt1_59{border-left-color:#f59e0b}._info_uayt1_63{border-left-color:#3b82f6}._modalContent_uayt1_67{padding:30px;text-align:center;position:relative}._modalIcon_uayt1_73{font-size:48px;margin-bottom:16px;animation:_iconBounce_uayt1_1 .6s ease-out}@keyframes _iconBounce_uayt1_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}._modalText_uayt1_98{margin-bottom:24px}._modalTitle_uayt1_102{font-size:20px;font-weight:700;margin:0 0 12px;color:#1f2937}._success_uayt1_51 ._modalTitle_uayt1_102{color:#10b981}._error_uayt1_55 ._modalTitle_uayt1_102{color:#ef4444}._warning_uayt1_59 ._modalTitle_uayt1_102{color:#f59e0b}._info_uayt1_63 ._modalTitle_uayt1_102{color:#3b82f6}._modalMessage_uayt1_125{font-size:14px;color:#6b7280;line-height:1.5;margin:0}._modalActions_uayt1_132{display:flex;gap:12px;justify-content:center}._confirmButton_uayt1_138{padding:12px 24px;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}._success_uayt1_51 ._confirmButton_uayt1_138{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}._error_uayt1_55 ._confirmButton_uayt1_138{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d}._warning_uayt1_59 ._confirmButton_uayt1_138{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 12px #f59e0b4d}._info_uayt1_63 ._confirmButton_uayt1_138{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}._confirmButton_uayt1_138:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}._closeButton_uayt1_178{padding:12px 24px;border:2px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}._closeButton_uayt1_178:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-2px)}._progressBar_uayt1_198{position:absolute;bottom:0;left:0;right:0;height:4px;background:#e5e7eb;border-radius:0 0 20px 20px;overflow:hidden}._progressFill_uayt1_209{height:100%;background:currentColor;animation:_progressShrink_uayt1_1 linear forwards;transform-origin:left}._success_uayt1_51 ._progressFill_uayt1_209{background:#10b981}._error_uayt1_55 ._progressFill_uayt1_209{background:#ef4444}._warning_uayt1_59 ._progressFill_uayt1_209{background:#f59e0b}._info_uayt1_63 ._progressFill_uayt1_209{background:#3b82f6}@keyframes _progressShrink_uayt1_1{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width: 480px){._messageModal_uayt1_12{width:85%}._modalContent_uayt1_67{padding:24px}._modalActions_uayt1_132{flex-direction:column}._confirmButton_uayt1_138,._closeButton_uayt1_178{flex:none}._modalIcon_uayt1_73{font-size:40px}._modalTitle_uayt1_102{font-size:18px}}._modalOverlay_1ucsp_3{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:2030;animation:_fadeIn_1ucsp_1 .2s ease}@keyframes _fadeIn_1ucsp_1{0%{opacity:0}to{opacity:1}}._modalContainer_1ucsp_27{background:#fff;border-radius:20px;width:90%;max-width:800px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:_slideUp_1ucsp_1 .3s ease}@keyframes _slideUp_1ucsp_1{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_1ucsp_51{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._modalHeader_1ucsp_51 h2{margin:0;font-size:1.5rem;font-weight:600}._closeBtn_1ucsp_66{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}._closeBtn_1ucsp_66:hover{background:#ffffff4d;transform:rotate(90deg)}._modalBody_1ucsp_85{flex:1;overflow-y:auto;padding:1.5rem}._profilePicSection_1ucsp_92{display:flex;flex-direction:column;align-items:center;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0;margin-bottom:1.5rem}._profilePic_1ucsp_92{width:100px;height:100px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);margin-bottom:.75rem;box-shadow:0 4px 12px #00000026}._profilePic_1ucsp_92 img{width:100%;height:100%;object-fit:cover}._profilePlaceholder_1ucsp_117{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff}._changePhotoBtn_1ucsp_127{background:#f0f0f0;border:none;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;cursor:pointer;transition:all .2s;color:#666}._changePhotoBtn_1ucsp_127:hover{background:#e0e0e0}._section_1ucsp_143{margin-bottom:1.75rem;padding:1rem;background:#fafafa;border-radius:12px}._sectionHeader_1ucsp_150{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}._sectionHeader_1ucsp_150 h3{margin:0;font-size:1.125rem;font-weight:600;color:#333;display:flex;align-items:center;gap:.5rem}._sectionIcon_1ucsp_169{color:#667eea;font-size:1.125rem}._editBtn_1ucsp_174{background:#667eea;color:#fff;border:none;padding:.4rem .875rem;border-radius:20px;font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}._editBtn_1ucsp_174:hover{background:#5a67d8;transform:translateY(-1px)}._infoGrid_1ucsp_194{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}._infoField_1ucsp_200{margin-bottom:.5rem}._infoField_1ucsp_200 label{display:block;font-size:.75rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}._infoValue_1ucsp_214{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.625rem;border-radius:8px;border:1px solid #e0e0e0}._fieldIcon_1ucsp_224{color:#667eea;font-size:.875rem}._infoValue_1ucsp_214 p{margin:0;font-size:.875rem;color:#333;font-weight:500}._input_1ucsp_236{width:100%;padding:.625rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.875rem;transition:all .2s;font-family:inherit}._input_1ucsp_236:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._editActions_1ucsp_253{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}._cancelBtn_1ucsp_262{background:#f0f0f0;border:none;padding:.5rem 1.25rem;border-radius:8px;cursor:pointer;font-size:.875rem;transition:all .2s}._cancelBtn_1ucsp_262:hover{background:#e0e0e0}._saveBtn_1ucsp_276{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.875rem;transition:all .2s}._saveBtn_1ucsp_276:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}._saveBtn_1ucsp_276:disabled{opacity:.6;cursor:not-allowed}._addAddressBtn_1ucsp_301{background:#10b981;color:#fff;border:none;padding:.4rem .875rem;border-radius:20px;font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}._addAddressBtn_1ucsp_301:hover{background:#059669;transform:translateY(-1px)}._addressesContainer_1ucsp_320{margin-top:.5rem}._noAddresses_1ucsp_324{text-align:center;padding:2rem;background:#fff;border-radius:12px}._noAddressIcon_1ucsp_331{font-size:3rem;color:#ccc;margin-bottom:1rem}._noAddresses_1ucsp_324 p{color:#999;margin-bottom:1rem}._addFirstAddressBtn_1ucsp_342{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.875rem}._addressList_1ucsp_352{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto;padding-right:.5rem}._addressList_1ucsp_352::-webkit-scrollbar{width:6px}._addressList_1ucsp_352::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}._addressList_1ucsp_352::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}._addressCard_1ucsp_375{background:#fff;border-radius:10px;padding:.875rem;border:1px solid #e0e0e0;transition:all .2s}._addressCard_1ucsp_375:hover{box-shadow:0 2px 8px #0000001a;border-color:#d0d0d0}._defaultCard_1ucsp_388{border-left:4px solid #10b981;background:#f0fdf4}._addressHeader_1ucsp_393{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._addressIcon_1ucsp_400{color:#667eea;font-size:.875rem}._defaultBadge_1ucsp_405{display:inline-flex;align-items:center;gap:.25rem;background:#10b981;color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.7rem;font-weight:500}._defaultBadge_1ucsp_405 svg{font-size:.7rem}._addressDetail_1ucsp_421{margin-bottom:.75rem;padding-left:.25rem}._addressLine_1ucsp_426{margin:0 0 .25rem;font-size:.875rem;font-weight:500;color:#333}._landmark_1ucsp_433{margin:.25rem 0;font-size:.75rem;color:#888}._cityState_1ucsp_439{margin:.25rem 0 0;font-size:.75rem;color:#666}._addressCardActions_1ucsp_445{display:flex;gap:.5rem;justify-content:flex-end;padding-top:.5rem;border-top:1px solid #f0f0f0}._setDefaultBtn_1ucsp_453{background:transparent;border:1px solid #10b981;color:#10b981;padding:.25rem .625rem;border-radius:6px;font-size:.7rem;cursor:pointer;transition:all .2s}._setDefaultBtn_1ucsp_453:hover:not(:disabled){background:#10b981;color:#fff}._setDefaultBtn_1ucsp_453:disabled{opacity:.5;cursor:not-allowed}._editAddressBtn_1ucsp_474{background:#f0f0f0;border:none;color:#666;padding:.25rem .625rem;border-radius:6px;font-size:.7rem;cursor:pointer;transition:all .2s}._editAddressBtn_1ucsp_474:hover{background:#e0e0e0}._removeAddressBtn_1ucsp_489{background:#fee2e2;border:none;color:#ef4444;padding:.25rem .625rem;border-radius:6px;font-size:.7rem;cursor:pointer;display:flex;align-items:center;gap:.25rem;transition:all .2s}._removeAddressBtn_1ucsp_489:hover{background:#fecaca}._modalFooter_1ucsp_508{padding:1rem 1.5rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end}._closeModalBtn_1ucsp_515{background:#f0f0f0;border:none;padding:.5rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.875rem;transition:all .2s}._closeModalBtn_1ucsp_515:hover{background:#e0e0e0}@media (max-width: 640px){._modalContainer_1ucsp_27{width:95%;max-height:95vh}._modalHeader_1ucsp_51 h2{font-size:1.25rem}._infoGrid_1ucsp_194{grid-template-columns:1fr}._addressCardActions_1ucsp_445{flex-wrap:wrap}._sectionHeader_1ucsp_150{flex-direction:column;align-items:flex-start;gap:.5rem}._editActions_1ucsp_253{flex-direction:column-reverse}._editActions_1ucsp_253 button{width:100%}}._infoValue_1ucsp_214{display:flex;align-items:center;gap:10px;background-color:#f5f5f5;border:1px solid #d9d9d9;border-radius:6px;padding:10px 12px;cursor:not-allowed}._infoValue_1ucsp_214 p{margin:0;color:#888}._addressPopupOverlay_1p6bf_3{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:999}._addressPopup_1p6bf_3{width:95%;max-width:420px;background:#fff;border-radius:12px;padding:18px}._popupHeader_1p6bf_21{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._popupHeader_1p6bf_21 h3{margin:0;font-size:18px}._closePopupBtn_1p6bf_33{border:none;background:none;font-size:22px;cursor:pointer}._addressForm_1p6bf_40{display:flex;flex-direction:column;gap:14px}._formGroup_1p6bf_46{display:flex;flex-direction:column}._formGroup_1p6bf_46 label{font-size:13px;margin-bottom:5px;font-weight:500}._formGroup_1p6bf_46 input,._selectInput_1p6bf_58{padding:10px;border:1px solid #ccc;border-radius:8px;outline:none}._formGroup_1p6bf_46 input:focus,._selectInput_1p6bf_58:focus{border-color:#2874f0}._formRow_1p6bf_70{display:flex;gap:10px}._formRow_1p6bf_70 ._formGroup_1p6bf_46{flex:1}._required_1p6bf_79{color:red}._optional_1p6bf_83{color:gray;font-size:11px}._formActions_1p6bf_88{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}._cancelBtn_1p6bf_95,._saveBtn_1p6bf_96{border:none;padding:10px 14px;border-radius:8px;cursor:pointer;font-weight:500}._cancelBtn_1p6bf_95{background:#eee}._saveBtn_1p6bf_96{background:#2874f0;color:#fff}@media (max-width: 480px){._formRow_1p6bf_70,._formActions_1p6bf_88{flex-direction:column}._cancelBtn_1p6bf_95,._saveBtn_1p6bf_96{width:100%}}._overlay_174uv_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2000;animation:_fadeIn_174uv_1 .2s ease}._popup_174uv_8{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;display:flex;flex-direction:column;animation:_slideDown_174uv_1 .3s ease}._header_174uv_72{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border-bottom:2px solid #f0f0f0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d}._backBtn_174uv_85,._closeBtn_174uv_21{background:none;border:none;font-size:24px;color:#333;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}._backBtn_174uv_85:hover,._closeBtn_174uv_21:hover{background:#f5f5f5}._backBtn_174uv_85:active,._closeBtn_174uv_21:active{background:#e0e0e0;transform:scale(.95)}._title_174uv_109{font-size:20px;font-weight:600;margin:0;flex:1;text-align:center;letter-spacing:.5px}._content_174uv_119{flex:1;overflow-y:auto;padding-bottom:100px;-webkit-overflow-scrolling:touch}._content_174uv_119::-webkit-scrollbar{width:4px}._content_174uv_119::-webkit-scrollbar-track{background:#f0f0f0}._content_174uv_119::-webkit-scrollbar-thumb{background:#2874f0;border-radius:4px}._content_174uv_119::-webkit-scrollbar-thumb:hover{background:#1a5dc7}@keyframes _fadeIn_174uv_1{0%{opacity:0}to{opacity:1}}@keyframes _slideDown_174uv_1{0%{transform:translateY(-100%)}to{transform:translateY(0)}}._header_174uv_72._categories_174uv_167 ._title_174uv_109{color:#2874f0}._header_174uv_72._cart_174uv_171 ._title_174uv_109{color:#ff6161}._header_174uv_72._account_174uv_175 ._title_174uv_109{color:#2ecc71}._header_174uv_72._auth_174uv_179 ._title_174uv_109{color:#f39c12}._content_174uv_119._loading_174uv_184{display:flex;align-items:center;justify-content:center;min-height:200px}._content_174uv_119._empty_174uv_192{display:flex;align-items:center;justify-content:center;min-height:200px;color:#999;font-size:16px}@media (min-width: 768px){._popup_174uv_8{top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);width:500px;max-width:90%;max-height:80vh;border-radius:20px;animation:_fadeInScale_174uv_1 .3s ease}@keyframes _fadeInScale_174uv_1{0%{opacity:0;transform:translate(-50%,-48%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}}._container_o0cwc_1{background:#fff;border-radius:20px 20px 0 0;padding:20px;max-height:80vh;overflow-y:auto}._profileHeader_o0cwc_10{display:flex;align-items:center;gap:16px;padding-bottom:20px;border-bottom:1px solid #f0f0f0;margin-bottom:20px}._headerAvatar_o0cwc_19{width:60px;height:60px;background:linear-gradient(135deg,#2874f0,#1a5dc7);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;box-shadow:0 4px 12px #2874f033}._headerInfo_o0cwc_33{flex:1}._userName_o0cwc_37{font-size:18px;font-weight:600;color:#212121;margin:0 0 4px}._userEmail_o0cwc_44{font-size:13px;color:#666;display:block;margin-bottom:6px}._roleTag_o0cwc_51{display:inline-block;padding:4px 12px;background:#e8f0fe;color:#2874f0;font-size:11px;font-weight:600;border-radius:20px;text-transform:uppercase}._menuSection_o0cwc_63{margin-bottom:20px}._sectionTitle_o0cwc_67{font-size:14px;color:#666;margin:0 0 12px;padding-left:8px;font-weight:500}._menuItem_o0cwc_75{display:flex;align-items:center;gap:16px;padding:4px 16px;border-radius:12px;cursor:pointer;transition:all .2s ease;color:#212121;font-size:15px;font-weight:500;margin-bottom:4px}._menuItem_o0cwc_75:hover{background:#f5f5f5;transform:translate(4px)}._menuItem_o0cwc_75:active{background:#e8f0fe;color:#2874f0}._menuIcon_o0cwc_99{font-size:22px;min-width:28px}._logoutSection_o0cwc_105{border-top:1px solid #f0f0f0;padding-top:16px;margin-top:8px}._logoutButton_o0cwc_111{width:100%;display:flex;align-items:center;gap:16px;padding:14px 16px;background:none;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;color:#f44336;font-size:15px;font-weight:500;margin-bottom:8px;text-align:left}._logoutButton_o0cwc_111:hover{background:#fff1f0;transform:translate(4px)}._logoutButton_o0cwc_111:active{background:#ffcdd2}._logoutAllContent_o0cwc_138{display:flex;align-items:center;justify-content:space-between;flex:1}._activeDeviceBadge_o0cwc_145{background:#fff1f0;color:#f44336;padding:4px 8px;border-radius:16px;font-size:11px;font-weight:600}._closeButton_o0cwc_155{width:100%;padding:14px;background:#f5f5f5;border:none;border-radius:12px;color:#666;font-size:15px;font-weight:600;cursor:pointer;margin-top:16px;transition:all .2s ease}._closeButton_o0cwc_155:hover{background:#e0e0e0}._closeButton_o0cwc_155:active{background:#d0d0d0}._modalOverlay_o0cwc_178{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1100;animation:_fadeIn_o0cwc_1 .2s ease}._confirmationModal_o0cwc_189{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:20px;padding:24px;width:90%;max-width:320px;z-index:1101;animation:_slideUp_o0cwc_1 .3s ease;box-shadow:0 20px 40px #0003}._modalContent_o0cwc_204{text-align:center}._modalIcon_o0cwc_208{font-size:48px;margin-bottom:16px}._modalTitle_o0cwc_213{font-size:20px;font-weight:600;color:#212121;margin:0 0 8px}._modalMessage_o0cwc_220{font-size:14px;color:#666;margin:0 0 24px;line-height:1.5}._modalActions_o0cwc_227{display:flex;gap:12px}._cancelButton_o0cwc_232,._confirmButton_o0cwc_233{flex:1;padding:14px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}._cancelButton_o0cwc_232{background:#f5f5f5;color:#666}._cancelButton_o0cwc_232:hover{background:#e0e0e0}._confirmButton_o0cwc_233{background:#f44336;color:#fff}._confirmButton_o0cwc_233:hover{background:#d32f2f}@keyframes _fadeIn_o0cwc_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_o0cwc_1{0%{opacity:0;transform:translate(-50%,60%)}to{opacity:1;transform:translate(-50%,-50%)}}._container_o0cwc_1::-webkit-scrollbar{width:4px}._container_o0cwc_1::-webkit-scrollbar-track{background:#f0f0f0}._container_o0cwc_1::-webkit-scrollbar-thumb{background:#2874f0;border-radius:4px}._profilePic_o0cwc_294{width:45px;height:45px;border-radius:50%;overflow:hidden;cursor:pointer;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;background:#f3f4f6;transition:all .3s ease}._profilePic_o0cwc_294:hover{transform:scale(1.05);border-color:#2563eb}._profilePic_o0cwc_294 img{width:100%;height:100%;object-fit:cover;display:block}._profilePlaceholder_o0cwc_322{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;font-size:20px}._addressShow_14yeb_1{display:none}@media (max-width: 768px){._addressShow_14yeb_1{display:flex;align-items:center;gap:10px;padding:10px 15px;background:#fff;border-bottom:1px solid #eee}._addressShow_14yeb_1{position:relative}._addressTooltip_14yeb_18{position:absolute;top:100%;left:0;background:#222;color:#fff;padding:8px 12px;border-radius:6px;width:250px;z-index:100;font-size:13px}._locationIcon_14yeb_31{color:#2874f0;font-size:18px;flex-shrink:0}._addressContent_14yeb_37{overflow:hidden;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}._addressContent_14yeb_37 p>span{color:#070707;font-size:12px;font-weight:800}._addressContent_14yeb_37 p{margin:0;font-size:12px;font-weight:500;color:#212121;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}._footer_s9wa4_2{background:linear-gradient(135deg,#a294ff,#ffb6c1);background:linear-gradient(135deg,#654eff,#ff5670);background:linear-gradient(135deg,#3213fb,#ff0c30);background:#000;color:#e8e8e8;padding:3rem 0 1rem;margin-top:auto;border-top:1px solid #333}._footer-container_s9wa4_15{max-width:1200px;margin:0 auto;padding:0 1rem}._footer-grid_s9wa4_21{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:2rem}._footer-column_s9wa4_28{display:flex;flex-direction:column;align-items:center;text-align:center}._logo_s9wa4_35{margin-bottom:1.5rem}._logo_s9wa4_35 img{height:40px;width:auto;filter:brightness(0) invert(1);transition:transform .3s ease;margin-top:-10px}._logo_s9wa4_35 img:hover{transform:scale(1.05)}._logoText_s9wa4_51{font-size:1.5rem;font-weight:700;color:#fff;transition:transform .3s ease;font-weight:400}._footer-heading_s9wa4_59{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff;position:relative}._footer-heading_s9wa4_59:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:30px;height:2px;background:linear-gradient(90deg,#667eea,#764ba2)}._footer-links_s9wa4_78{display:flex;flex-direction:column;gap:.75rem;z-index:1}._footer-link_s9wa4_78{color:#ccc;text-decoration:none;transition:all .3s ease;font-size:.9rem;position:relative;padding:.25rem 0;line-height:1.4}._footer-link_s9wa4_78:hover{color:#fff;transform:translate(5px)}._footer-link-button_s9wa4_101{background:none;border:none;color:#ccc;text-decoration:none;transition:all .3s ease;font-size:.9rem;cursor:pointer;text-align:left;padding:.25rem 0;font-family:inherit;line-height:1.4}._footer-links_s9wa4_78 ._us_s9wa4_115{display:flex;flex-direction:column;margin-top:-20px}._footer-links_s9wa4_78 ._btn_s9wa4_121{display:flex;flex-direction:column;margin-top:0}._footer-link-button_s9wa4_101:hover{color:#fff;transform:translate(5px)}._support-details_s9wa4_134{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}._support-item_s9wa4_141{display:flex;align-items:center;gap:.75rem;color:#ccc;font-size:.9rem;line-height:1.4}._support-icon_s9wa4_150{color:#667eea;font-size:1rem;flex-shrink:0}._social-icons_s9wa4_156{display:flex;gap:1rem;justify-content:center}._social-icon_s9wa4_156{width:20px;height:20px;background:#ffffff1a;border-radius:5px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease;font-size:1rem;border:1px solid rgba(255,255,255,.2)}._social-icon_s9wa4_156:hover{background:linear-gradient(135deg,#667eea,#764ba2);transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d;color:#fff}._copyright_s9wa4_184{text-align:center;padding:1.5rem 0;border-top:1px solid #404040;color:#aaa;font-size:.85rem;line-height:1.4}._footer__terms_s9wa4_193{display:flex;justify-content:center;gap:2rem;padding-top:1rem;border-top:1px solid #404040}._footer__terms-link_s9wa4_201{color:#aaa;text-decoration:none;font-size:.8rem;transition:color .3s ease;line-height:1.4}._footer__terms-link_s9wa4_201:hover{color:#fff}@media (min-width: 480px){._footer-grid_s9wa4_21{grid-template-columns:repeat(3,1fr);gap:.5rem}._footer-column_s9wa4_28{align-items:flex-start;text-align:left}._footer-heading_s9wa4_59:after{left:0;transform:none}._footer-links_s9wa4_78{align-items:flex-start}._social-icon_s9wa4_156{width:30px;height:30px;font-size:.5rem;padding:2px}._footer__terms_s9wa4_193{justify-content:flex-start;gap:2rem}._footer-heading_s9wa4_59{font-size:1.1rem}._footer-link_s9wa4_78,._footer-link-button_s9wa4_101,._support-item_s9wa4_141{font-size:.85rem}._copyright_s9wa4_184{font-size:.8rem}._footer__terms-link_s9wa4_201{font-size:.75rem}}@media (min-width: 768px){._footer_s9wa4_2{padding:1rem 0}._footer-grid_s9wa4_21{gap:.5rem}._footer-heading_s9wa4_59{font-size:1.2rem}._footer-link_s9wa4_78,._footer-link-button_s9wa4_101,._support-item_s9wa4_141{font-size:.9rem}._social-icon_s9wa4_156{width:40px;height:40px;font-size:1.1rem;padding:8px}._copyright_s9wa4_184{font-size:.85rem}._footer__terms-link_s9wa4_201{font-size:.8rem}}@media (min-width: 1024px){._footer-container_s9wa4_15{padding:0 2rem}._footer-grid_s9wa4_21{gap:4rem}._logo_s9wa4_35 img{height:45px}._footer-heading_s9wa4_59{font-size:1.3rem}._footer-link_s9wa4_78,._footer-link-button_s9wa4_101,._support-item_s9wa4_141{font-size:.95rem}._social-icon_s9wa4_156{width:45px;height:45px;font-size:1.1rem;padding:10px}._copyright_s9wa4_184{font-size:.9rem}._footer__terms-link_s9wa4_201{font-size:.85rem}}@media (max-width: 479px){._footer-grid_s9wa4_21{grid-template-columns:repeat(3,1fr);gap:.5rem}._footer_s9wa4_2{padding:1rem 0}._footer-container_s9wa4_15{padding:0 .75rem}._footer-grid_s9wa4_21{gap:2rem;margin-bottom:1.5rem}._logo_s9wa4_35 img{height:30px;margin-top:-7px}._footer-heading_s9wa4_59{font-size:12px;margin-bottom:.75rem}._footer-links_s9wa4_78{gap:0px}._footer-links_s9wa4_78 ._us_s9wa4_115{display:flex;flex-direction:column;margin-top:-20px}._footer-links_s9wa4_78 ._btn_s9wa4_121{display:flex;flex-direction:column;margin-top:0}._footer-link-button_s9wa4_101,._footer-link_s9wa4_78{font-size:10px}._support-details_s9wa4_134{gap:.75rem;margin-bottom:1.25rem}._support-item_s9wa4_141{font-size:10px;gap:.5rem}._support-icon_s9wa4_150{font-size:.9rem}._social-icons_s9wa4_156{gap:.75rem}._social-icon_s9wa4_156{width:20px;height:20px;font-size:.75rem;padding:4px}._copyright_s9wa4_184{font-size:.8rem;padding:1rem 0}._footer__terms_s9wa4_193{gap:1.5rem;flex-wrap:wrap}._footer__terms-link_s9wa4_201{font-size:.75rem}}@media (max-width: 375px){._footer-grid_s9wa4_21{grid-template-columns:repeat(1,1fr);gap:1.5rem}._footer_s9wa4_2{padding:1rem 0}._footer-container_s9wa4_15{padding:0 .75rem}._footer-grid_s9wa4_21{gap:2rem;margin-bottom:1.5rem}._logo_s9wa4_35 img{height:35px}._footer-heading_s9wa4_59{font-size:1.125rem;margin-bottom:.75rem}._footer-links_s9wa4_78{gap:.5rem}._footer-link_s9wa4_78,._footer-link-button_s9wa4_101{font-size:.85rem}._support-details_s9wa4_134{gap:.75rem;margin-bottom:1.25rem}._support-item_s9wa4_141{font-size:.85rem;gap:.5rem}._support-icon_s9wa4_150{font-size:.9rem}._social-icons_s9wa4_156{gap:.75rem}._social-icon_s9wa4_156{width:35px;height:35px;font-size:1rem;padding:8px}._copyright_s9wa4_184{font-size:.8rem;padding:1rem 0}._footer__terms_s9wa4_193{gap:1.5rem;flex-wrap:wrap}._footer__terms-link_s9wa4_201{font-size:.75rem}}@media (prefers-contrast: high){._footer_s9wa4_2{border-top:2px solid #fff}._footer-link_s9wa4_78,._footer-link-button_s9wa4_101{color:#fff}._social-icon_s9wa4_156{border:2px solid #ffffff}}@media (prefers-reduced-motion: reduce){._logo_s9wa4_35 img,._footer-link_s9wa4_78,._footer-link-button_s9wa4_101,._social-icon_s9wa4_156{transition:none}}._copyright_s9wa4_184>p>span{font-size:14px;color:#fff;font-weight:600}._mobileBar_84fzl_2{position:fixed;bottom:0;width:100%;display:flex;justify-content:space-around;align-items:center;background:#fff;padding:8px 0;box-shadow:0 -2px 10px #0000001a;z-index:2010}._icon_84fzl_28{font-size:22px;color:#000}._item_84fzl_15:hover ._icon_84fzl_28{color:#f10c8ad0}._item_84fzl_15{position:relative;display:flex;flex-direction:column;align-items:center;background:none;border:none}._icon_84fzl_28{font-size:24px}._cartBadge_84fzl_55{position:absolute;top:-8px;left:16px;min-width:18px;height:18px;padding:0 4px;background:#22c55e;color:#fff;font-size:11px;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff;z-index:10}@keyframes _slideUp_84fzl_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._popupOverlay_84fzl_88{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1001;animation:_fadeIn_84fzl_1 .3s ease}@keyframes _fadeIn_84fzl_1{0%{opacity:0}to{opacity:1}}._popupContainer_84fzl_109{position:fixed;bottom:70px;left:0;right:0;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;max-height:80vh;overflow-y:auto;z-index:1002;animation:_slideUp_84fzl_1 .3s ease;box-shadow:0 -5px 20px #00000026}@media (min-width: 768px){._mobileBar_84fzl_2{display:none}}@media (hover: none){._item_84fzl_15:hover{color:#666;transform:none}._item_84fzl_15:active{color:#2874f0;transform:translateY(-2px)}}._container_tnpyt_3{background:#fff;border-radius:20px 20px 0 0;padding:20px 0;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}._title_tnpyt_13{font-size:18px;font-weight:600;color:#212121;padding:0 20px 15px;margin:0;border-bottom:1px solid #f0f0f0;position:sticky;top:0;background:#fff;z-index:5}._categoryList_tnpyt_26{list-style:none;padding:0;margin:0;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:#2874f0 #f0f0f0}._categoryList_tnpyt_26::-webkit-scrollbar{width:6px}._categoryList_tnpyt_26::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}._categoryList_tnpyt_26::-webkit-scrollbar-thumb{background:#2874f0;border-radius:10px}._categoryList_tnpyt_26::-webkit-scrollbar-thumb:hover{background:#1a5dc7}._categoryItem_tnpyt_55{border-bottom:1px solid #f5f5f5}._categoryHeader_tnpyt_59{display:flex;align-items:center;justify-content:space-between;padding:5px 20px;cursor:pointer;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}._categoryHeader_tnpyt_59:hover{background-color:#f8f9fa}._categoryHeader_tnpyt_59:active{background-color:#f0f0f0}._left_tnpyt_77{display:flex;align-items:center;gap:16px;flex:1}._left_tnpyt_77 span{font-size:15px;font-weight:500;color:#212121;line-height:1.4}._iconImage_tnpyt_91{width:32px;height:32px;object-fit:contain;border-radius:8px;background:#f8f9fa;padding:4px}._arrow_tnpyt_100{font-size:16px;color:#666;transition:transform .2s ease;margin-left:12px;min-width:20px;text-align:center}._arrowIcon_tnpyt_109{transition:transform .2s ease}._rotate_tnpyt_112{transform:rotate(90deg)}._subCategoryList_tnpyt_117{list-style:none;padding:8px 0 8px 68px;margin:0;background:#fafafa;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#2874f0 #e0e0e0}._subCategoryList_tnpyt_117::-webkit-scrollbar{width:4px}._subCategoryList_tnpyt_117::-webkit-scrollbar-track{background:#e0e0e0;border-radius:4px}._subCategoryList_tnpyt_117::-webkit-scrollbar-thumb{background:#2874f0;border-radius:4px}._subCategoryItem_tnpyt_145{padding:12px 16px;font-size:14px;color:#666;cursor:pointer;transition:all .2s ease;border-radius:8px;margin:2px 0;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._subCategoryItem_tnpyt_145:hover{background:#e8f0fe;color:#2874f0;padding-left:20px}._subCategoryItem_tnpyt_145:hover:before{content:"•";position:absolute;left:4px;color:#2874f0;font-weight:700}._subCategoryItem_tnpyt_145:active{background:#d0e0ff;transform:scale(.98)}._loadingContainer_tnpyt_179{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#666}._loadingSpinner_tnpyt_188{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#2874f0;border-radius:50%;animation:_spin_tnpyt_1 .8s linear infinite;margin-bottom:16px}@keyframes _spin_tnpyt_1{to{transform:rotate(360deg)}}._emptyState_tnpyt_205{text-align:center;padding:40px 20px;color:#999;font-size:14px}._categoryItem_tnpyt_55{animation:_slideIn_tnpyt_1 .3s ease}@keyframes _slideIn_tnpyt_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){._container_tnpyt_3{max-width:400px;margin:0 auto;border-radius:20px;max-height:600px}}@media (hover: none){._categoryHeader_tnpyt_59:hover{background-color:transparent}._subCategoryItem_tnpyt_145:hover{background:transparent;color:#666;padding-left:16px}._subCategoryItem_tnpyt_145:hover:before{content:none}._subCategoryItem_tnpyt_145:active{background:#e8f0fe;color:#2874f0}}body iframe{display:none}#google_translate_element{width:150px;padding-top:10px;position:absolute;display:flex;justify-content:end;z-index:10;right:10px;top:5px}#google_translate_element img,#google_translate_element a{display:none}#google_translate_element select{width:150px;height:50px;padding:0 10px;border-radius:10px;margin:0;z-index:1000;position:absolute;top:0;z-index:10;cursor:pointer}#google_translate_element select option{padding:10px;border-radius:10px}.goog-te-gadget{width:150px;height:50px;margin:0 20px 0 auto;position:relative;border-radius:10px;box-shadow:0 0 30px #2524245f;z-index:10}body{margin-top:auto}@media screen and (max-width:768px){.goog-te-gadget{margin:6px auto 0;z-index:1000}#google_translate_element{width:auto;position:absolute;z-index:1000!important;margin:8vh 35vw 0 0}}@media screen and (max-width:480px){#google_translate_element{margin:8vh 25vw 0 0}}
