.new-address-wrapper{position:fixed;top:0;left:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.068);z-index:1000}.new-address-wrapper:has(.address-modal){padding:24px;background:rgba(12,18,31,.36);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.new-address.address-modal{width:min(680px,calc(100vw - 32px));min-width:0;max-height:min(92dvh,760px);padding:0;overflow:auto;border:1px solid rgba(225,230,240,.9);border-radius:14px;box-shadow:0 28px 80px rgba(11,24,52,.25);color:#111b35}.address-modal-header{display:grid;grid-template-columns:44px 1fr 40px;grid-gap:14px;gap:14px;align-items:center;padding:22px 26px 14px}.address-modal-pin{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:#5967ef;background:#f0efff}.address-modal-header h2{margin:0 0 4px;font-size:1.12rem;font-weight:800}.address-modal-header p{margin:0;color:#78849d;font-size:.86rem}.address-modal-close{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:#152039;cursor:pointer}.address-modal-close:hover{background:#f3f5f9}.address-modal-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 24px;gap:16px 24px;padding:12px 26px 18px}.address-modal-field{position:relative;display:flex;flex-direction:column;gap:7px;min-width:0}.address-modal-full{grid-column:1/-1}.address-modal-field>span{font-size:.75rem;font-weight:800;color:#27324a}.address-modal-field em{color:#7b879d;font-style:normal;font-weight:500}.address-modal-control{display:grid;grid-template-columns:24px minmax(0,1fr) 22px;align-items:center;width:100%;min-height:44px;padding:0 11px;border:1px solid #d7deea;border-radius:8px;background:#fff;color:#8a96aa;transition:border-color .18s,box-shadow .18s}.address-modal-control:focus-within{border-color:#6676ee;box-shadow:0 0 0 3px rgba(102,118,238,.1)}.address-modal-control>svg{font-size:18px}.address-modal-control input,.address-modal-control select,.address-modal-control textarea{width:100%!important;min-width:0;padding:11px 5px!important;border:0!important;outline:0;background:transparent;color:#17213a;font:inherit}.address-modal-control select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.address-modal-control input::placeholder,.address-modal-control textarea::placeholder{color:#929db0}.address-locality-trigger{text-align:left;cursor:pointer;font:inherit}.address-locality-trigger>span{overflow:hidden;color:#17213a;text-overflow:ellipsis;white-space:nowrap}.address-locality-trigger:disabled{cursor:not-allowed;background:#f7f8fa;color:#a6afbe}.address-locality-trigger:disabled>span{color:#929db0}.address-locality-menu{position:absolute;z-index:20;top:calc(100% + 6px);left:0;right:0;overflow:hidden;border:1px solid #d5dcea;border-radius:10px;background:#fff;box-shadow:0 16px 38px rgba(16,34,69,.18)}.address-locality-search{display:flex;align-items:center;gap:8px;padding:9px 12px;border-bottom:1px solid #e7ebf2;color:#7b879b}.address-locality-search svg{font-size:20px}.address-locality-search input{width:100%;border:0;outline:0;padding:4px!important}.address-locality-options{max-height:220px;overflow-y:auto;overscroll-behavior:contain;padding:5px}.address-locality-options button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:42px;padding:9px 11px;border:0;border-radius:7px;background:#fff;color:#1f2a43;text-align:left;cursor:pointer}.address-locality-options button.selected,.address-locality-options button:hover{background:#eef2ff;color:#4055d8}.address-locality-options button svg{font-size:18px}.address-locality-options p{margin:12px;color:#7c879b;font-size:.84rem}.address-locality-error{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#b42318;font-size:.78rem}.address-locality-error button{border:0;background:transparent;color:#4055d8;font-weight:700;cursor:pointer}.address-modal-error{color:#c53131;font-size:.73rem}.address-modal-textarea{position:relative;grid-template-columns:24px 1fr;align-items:start;min-height:84px;padding-top:8px}.address-modal-textarea textarea{min-height:68px;resize:none}.address-modal-textarea small{position:absolute;right:10px;bottom:8px;color:#8a95a8;font-size:.68rem}.address-modal-info{display:flex;align-items:center;gap:10px;padding:11px 13px;border:1px solid #e2e4fb;border-radius:8px;background:linear-gradient(135deg,#f8f8ff,#f1f3ff);color:#5264dc;font-size:.76rem}.address-modal-info svg{font-size:18px}.address-modal-save-error{margin:0;color:#b42318;font-size:.8rem}.address-modal-footer{display:flex;justify-content:space-between;gap:12px;padding:14px 26px 20px}.address-modal-footer button{min-height:42px;padding:0 18px;border:1px solid #dfe3eb;border-radius:8px;background:#fff;color:#263147;font-weight:700;cursor:pointer}.address-modal-footer .address-modal-submit{display:inline-flex;align-items:center;gap:12px;border-color:#0d1933;background:#0d1933;color:#fff;box-shadow:0 5px 12px rgba(13,25,51,.2)}.address-modal-submit svg{font-size:18px}.address-modal-footer button:disabled{opacity:.6;cursor:wait}@media (max-width:640px){.new-address-wrapper:has(.address-modal){align-items:flex-end;padding:0}.new-address.address-modal{width:100vw;max-height:94dvh;border-radius:16px 16px 0 0}.address-modal-header{grid-template-columns:40px 1fr 38px;gap:10px;padding:18px 16px 10px}.address-modal-pin{width:40px;height:40px}.address-modal-form{grid-template-columns:1fr;gap:14px;padding:10px 16px 16px}.address-modal-full{grid-column:auto}.address-locality-menu{position:fixed;top:auto;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));max-height:min(55dvh,420px)}.address-locality-options{max-height:min(42dvh,320px)}.address-locality-options button{min-height:48px}.address-modal-footer{position:-webkit-sticky;position:sticky;bottom:0;padding:12px 16px max(14px,env(safe-area-inset-bottom));border-top:1px solid #e7eaf0;background:#fff}.address-modal-footer button{flex:1 1}}.new-address-wrapper input{padding:.5rem .7rem!important}.new-address{background-color:#fff;min-width:700px;padding:1rem;border-radius:10px;position:relative;max-height:90vh;overflow-y:scroll}.name-input-container{display:flex;gap:1rem;align-items:center}.image-item img,.product-img{width:100%;height:100%;object-fit:contain!important;max-width:300px;border-radius:10px}.new-address-header{display:flex;justify-content:space-between;border-bottom:1px solid grey;padding-bottom:.5rem;text-transform:uppercase}.new-address-header .MuiSvgIcon-root{cursor:pointer}.address-info label{width:30%!important}.address-info input,.address-info select{width:70%;padding:.3rem .5rem;border-radius:5px;border:1px solid #121212}.subcategory-input{width:100%!important}.street label{width:50%!important}.street input{width:50%;padding:.3rem .5rem;border-radius:5px;border:1px solid #121212}.address-info>div{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 0}.comment{flex-direction:column;align-items:flex-start!important;gap:.5rem!important}.address-info textarea{width:100%;padding:.5rem;margin:0!important}.subcategories-container{display:flex;flex-direction:column;align-items:flex-start!important;gap:1rem;padding:1rem 0}.subcategories-header,.subcategory-item{display:flex;justify-content:space-between;width:100%;border-bottom:1px solid #121212;padding-bottom:1rem}.subcategory-item{align-items:center;gap:1rem}.image-item{position:relative}.image-item img{width:100%;height:100%;object-fit:cover!important;border-radius:5px}.image-item button{position:absolute;top:50%;right:50%;transform:translate(50%,-50%)}.subcategory-name{width:50%;display:flex;flex-direction:column;gap:.5rem}.radio-group{display:flex;gap:1rem;align-items:center}.radio-group label{display:flex;align-items:center;gap:.5rem;width:-moz-fit-content!important;width:fit-content!important}.admin-password-container{position:relative}.toggle-password{position:absolute;right:0}.edit-category{max-height:90vh;overflow-y:scroll}@media screen and (max-width:800px){.new-address{min-width:100vw;overflow-y:scroll;max-height:100vh}.address-info>div{flex-direction:column;gap:1rem;align-items:flex-start}.address-info input,.address-info select,.street input{width:100%}.subcategory-item{flex-direction:column;gap:1rem}.subcategory-name{width:100%}.image-item img{width:100%;height:100%}.address-info .btn-wrapper{flex-direction:row!important}.input-my-account{width:100%!important;margin-top:.5rem}.edit-label{display:block;width:100%}}.category-tree-modal{width:min(1100px,calc(100vw - 48px));min-width:0;padding:0;overflow:hidden;box-shadow:0 24px 70px rgba(7,25,66,.24)}.category-tree-modal .new-address-header{align-items:flex-start;padding:20px 24px;border-color:#e4eaf4}.category-tree-modal .new-address-header p{margin:0 0 4px}.category-tree-modal .new-address-header small{color:#66758f;text-transform:none}.category-modal-close{border:0;background:transparent;cursor:pointer;color:#17233b}.category-tree-editor{max-height:calc(90vh - 165px);overflow:auto;padding:22px 24px 30px;background:#f5f7fb}.category-tree-node{position:relative;margin-top:14px;padding:16px;border:1px solid #dce4f0;border-left:4px solid #2864dc;border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(17,40,82,.05)}.category-tree-editor>.category-tree-node{margin-top:0}.category-tree-children{margin-left:28px}.category-tree-children .category-tree-node{border-left-color:#7a4ce0}.category-tree-children .category-tree-children .category-tree-node{border-left-color:#16a179}.category-tree-image-preview,.category-tree-image-preview>div,.category-tree-node-actions,.category-tree-node-header{display:flex;align-items:center}.category-tree-node-header{justify-content:space-between;gap:16px;margin-bottom:14px}.category-tree-node-actions{gap:8px}.category-tree-level{color:#5b6b85;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.category-tree-add,.category-tree-delete-image,.category-tree-remove,.category-tree-upload{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:8px;cursor:pointer}.category-tree-add{padding:9px 12px;background:#edf3ff;color:#174cba;font-weight:700}.category-tree-remove{width:38px;height:38px;background:#fff0f0;color:#d82e2e}.category-tree-fields{display:grid;grid-template-columns:minmax(260px,1fr) minmax(300px,.8fr);grid-gap:18px;gap:18px}.category-tree-fields label,.category-tree-image-field{display:flex;flex-direction:column;gap:7px}.category-tree-fields label>span,.category-tree-image-field>span{font-size:13px;font-weight:700;color:#33415c}.category-tree-fields input{width:100%!important;min-height:42px;border:1px solid #cad5e5}.category-tree-fields .category-tree-visibility{flex-direction:row;align-items:center;align-self:end;gap:10px}.category-tree-fields .category-tree-visibility input[type=checkbox]{width:18px!important;min-height:18px;height:18px;flex:0 0 18px}.category-tree-upload{min-height:42px;padding:8px 14px;border:1px dashed #8ba8d9;background:#f7faff;color:#174cba;font-weight:700}.category-tree-image-preview{gap:12px}.category-tree-image-preview img{width:72px;height:52px;border-radius:8px;object-fit:cover;border:1px solid #dce4f0}.category-tree-image-preview>div{gap:8px}.category-tree-delete-image{padding:9px 12px;background:#fff0f0;color:#c62828}.category-tree-error{margin:0;padding:12px 24px;color:#b42318;background:#fff1f0;border-top:1px solid #ffccc7}.category-tree-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid #e4eaf4;background:#fff}.category-tree-footer button:disabled{opacity:.6;cursor:wait}@media screen and (max-width:800px){.category-tree-modal{width:100vw;min-height:100vh;border-radius:0}.category-tree-editor{max-height:calc(100vh - 165px);padding:16px}.category-tree-fields{grid-template-columns:1fr}.category-tree-children{margin-left:12px}.category-tree-node-header{align-items:flex-start;flex-direction:column}.category-tree-node-actions{width:100%;justify-content:space-between}}