.AccountSidebar-module__AVM27q__sidebarNav{background:0 0}.AccountSidebar-module__AVM27q__navList{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.AccountSidebar-module__AVM27q__navItem{margin:0}.AccountSidebar-module__AVM27q__navBtn{text-align:left;color:#555;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;padding:14px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.AccountSidebar-module__AVM27q__navBtn:hover{color:#000;background:#f0f0f0}.AccountSidebar-module__AVM27q__navBtn.AccountSidebar-module__AVM27q__active{color:#fff;background:#000;font-weight:600}.AccountSidebar-module__AVM27q__logoutBtn{color:#e74c3c}.AccountSidebar-module__AVM27q__logoutBtn:hover{color:#c0392b;background:#fdf0ef}@media (max-width:992px){.AccountSidebar-module__AVM27q__navList{scrollbar-width:none;flex-direction:row;align-items:center;padding-bottom:10px;overflow-x:auto}.AccountSidebar-module__AVM27q__navList::-webkit-scrollbar{display:none}.AccountSidebar-module__AVM27q__navBtn{white-space:nowrap;padding:10px 16px}.AccountSidebar-module__AVM27q__navItem[style]{margin-top:0!important}}
.ProfileContent-module__bnB6Oa__container{flex-direction:column;display:flex}.ProfileContent-module__bnB6Oa__header{border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;display:flex}.ProfileContent-module__bnB6Oa__header h2{margin:0;font-size:20px;font-weight:600}.ProfileContent-module__bnB6Oa__editBtn{text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #000;border-radius:4px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .2s}.ProfileContent-module__bnB6Oa__editBtn:hover{color:#fff;background:#000}.ProfileContent-module__bnB6Oa__infoGrid{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:40px;display:grid}.ProfileContent-module__bnB6Oa__infoGroup label{text-transform:uppercase;letter-spacing:.5px;color:#888;margin-bottom:6px;font-size:11px;display:block}.ProfileContent-module__bnB6Oa__infoGroup p{color:#333;margin:0;font-size:15px;font-weight:500}.ProfileContent-module__bnB6Oa__stats{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.ProfileContent-module__bnB6Oa__statCard{text-align:center;background:#fafafa;border:1px solid #eaeaea;border-radius:8px;padding:24px}.ProfileContent-module__bnB6Oa__statCard h3{color:var(--gold-main);margin:0 0 8px;font-size:28px}.ProfileContent-module__bnB6Oa__statCard p{text-transform:uppercase;letter-spacing:.5px;color:#555;margin:0;font-size:12px}@media (max-width:768px){.ProfileContent-module__bnB6Oa__infoGrid,.ProfileContent-module__bnB6Oa__stats{grid-template-columns:1fr}}@media (max-width:576px){.ProfileContent-module__bnB6Oa__header{flex-direction:column;align-items:flex-start;gap:16px}.ProfileContent-module__bnB6Oa__editBtn{text-align:center;width:100%;padding:12px 16px}.ProfileContent-module__bnB6Oa__profileAvatarLarge{width:56px;height:56px}.ProfileContent-module__bnB6Oa__header h2{font-size:18px}}.ProfileContent-module__bnB6Oa__modalOverlay{z-index:2000;background:#00000080;justify-content:center;align-items:center;padding:20px;animation:.2s ProfileContent-module__bnB6Oa__fadeIn;display:flex;position:fixed;inset:0}.ProfileContent-module__bnB6Oa__modalContent{background:#fff;border-radius:8px;width:100%;max-width:500px;animation:.3s ProfileContent-module__bnB6Oa__slideUp;overflow:hidden;box-shadow:0 10px 30px #0000001a}.ProfileContent-module__bnB6Oa__modalHeader{border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.ProfileContent-module__bnB6Oa__modalHeader h3{margin:0;font-size:18px;font-weight:600}.ProfileContent-module__bnB6Oa__closeBtn{color:#888;cursor:pointer;background:0 0;border:none;font-size:24px;line-height:1}.ProfileContent-module__bnB6Oa__closeBtn:hover{color:#000}.ProfileContent-module__bnB6Oa__modalForm{flex-direction:column;gap:20px;padding:24px;display:flex}.ProfileContent-module__bnB6Oa__formRow{grid-template-columns:1fr 1fr;gap:20px;display:grid}.ProfileContent-module__bnB6Oa__formGroup{flex-direction:column;gap:6px;display:flex}.ProfileContent-module__bnB6Oa__formGroup label{color:#555;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.ProfileContent-module__bnB6Oa__formGroup input{border:1px solid #ddd;border-radius:4px;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s}.ProfileContent-module__bnB6Oa__formGroup input:focus{border-color:#000;outline:none}.ProfileContent-module__bnB6Oa__modalActions{justify-content:flex-end;gap:12px;margin-top:12px;display:flex}.ProfileContent-module__bnB6Oa__cancelBtn{cursor:pointer;color:#555;background:0 0;border:1px solid #ddd;border-radius:4px;padding:10px 20px;font-size:13px;font-weight:600}.ProfileContent-module__bnB6Oa__cancelBtn:hover{color:#000;background:#f5f5f5}.ProfileContent-module__bnB6Oa__saveBtn{cursor:pointer;color:#fff;background:#000;border:1px solid #000;border-radius:4px;padding:10px 20px;font-size:13px;font-weight:600;transition:background .2s}.ProfileContent-module__bnB6Oa__saveBtn:hover{background:var(--gold-main);border-color:var(--gold-main)}@keyframes ProfileContent-module__bnB6Oa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ProfileContent-module__bnB6Oa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.ProfileContent-module__bnB6Oa__formRow{grid-template-columns:1fr;gap:20px}}.ProfileContent-module__bnB6Oa__headerLeft{align-items:center;gap:16px;display:flex}.ProfileContent-module__bnB6Oa__headerText{flex-direction:column;gap:4px;display:flex}.ProfileContent-module__bnB6Oa__profileSubtitle{color:#888;margin:0;font-size:13px}.ProfileContent-module__bnB6Oa__profileAvatarLarge{object-fit:cover;border:1px solid #eaeaea;border-radius:50%;box-shadow:0 4px 12px #0000000d}
.OrdersList-module__y38oRG__container{flex-direction:column;display:flex}.OrdersList-module__y38oRG__header{border-bottom:1px solid #eaeaea;margin-bottom:32px;padding-bottom:16px}.OrdersList-module__y38oRG__header h2{margin:0;font-size:20px;font-weight:600}.OrdersList-module__y38oRG__ordersWrapper{overflow-x:auto}.OrdersList-module__y38oRG__ordersTable{border-collapse:collapse;text-align:left;width:100%}.OrdersList-module__y38oRG__ordersTable th{text-transform:uppercase;letter-spacing:.5px;color:#888;border-bottom:1px solid #eaeaea;padding:12px 16px;font-size:11px;font-weight:500}.OrdersList-module__y38oRG__ordersTable td{color:#333;vertical-align:middle;border-bottom:1px solid #f5f5f5;padding:24px 16px;font-size:14px}.OrdersList-module__y38oRG__orderId{font-weight:600;color:#000!important}.OrdersList-module__y38oRG__statusBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.OrdersList-module__y38oRG__statusBadge.OrdersList-module__y38oRG__processing{color:#f39c12;background-color:#fff9c4}.OrdersList-module__y38oRG__statusBadge.OrdersList-module__y38oRG__delivered{color:#27ae60;background-color:#e8f8f5}.OrdersList-module__y38oRG__actionCell{text-align:right}.OrdersList-module__y38oRG__viewBtn{color:#fff;text-transform:uppercase;cursor:pointer;background:#000;border:none;border-radius:4px;padding:8px 16px;font-size:12px;font-weight:600;transition:background .2s}.OrdersList-module__y38oRG__viewBtn:hover{background:var(--gold-main)}@media (max-width:768px){.OrdersList-module__y38oRG__ordersTable th,.OrdersList-module__y38oRG__ordersTable td{padding:12px 8px;font-size:13px}}.OrdersList-module__y38oRG__detailsHeader{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.OrdersList-module__y38oRG__detailsHeader h2{margin:0;font-size:24px}.OrdersList-module__y38oRG__backBtn{color:#555;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;align-items:center;gap:6px;width:fit-content;padding:0;font-size:13px;font-weight:600;display:inline-flex}.OrdersList-module__y38oRG__backBtn:hover{color:#000}.OrdersList-module__y38oRG__orderMetaRow{background:#fafafa;border:1px solid #eaeaea;border-radius:8px;gap:40px;margin-bottom:32px;padding:24px;display:flex}.OrdersList-module__y38oRG__metaItem{flex-direction:column;gap:4px;display:flex}.OrdersList-module__y38oRG__metaItem span{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:11px}.OrdersList-module__y38oRG__metaItem p{color:#111;margin:0;font-size:16px;font-weight:600}.OrdersList-module__y38oRG__trackerContainer{justify-content:space-between;align-items:center;margin-bottom:40px;padding:0 20px;display:flex}.OrdersList-module__y38oRG__trackStep{z-index:2;flex-direction:column;align-items:center;gap:8px;display:flex}.OrdersList-module__y38oRG__trackIcon{color:#fff;background:#f0f0f0;border:2px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.OrdersList-module__y38oRG__trackStep p{color:#888;margin:0;font-size:12px;font-weight:600}.OrdersList-module__y38oRG__trackStep.OrdersList-module__y38oRG__completed .OrdersList-module__y38oRG__trackIcon{background:var(--gold-main);border-color:var(--gold-main)}.OrdersList-module__y38oRG__trackStep.OrdersList-module__y38oRG__completed p{color:#000}.OrdersList-module__y38oRG__trackStep.OrdersList-module__y38oRG__active .OrdersList-module__y38oRG__trackIcon{border-color:var(--gold-main);background:#fff;box-shadow:0 0 0 4px #d4af3733}.OrdersList-module__y38oRG__trackStep.OrdersList-module__y38oRG__active p{color:var(--gold-main)}.OrdersList-module__y38oRG__trackLineWrapper{z-index:1;background:#eaeaea;flex-grow:1;height:2px;margin-top:-24px;position:relative}.OrdersList-module__y38oRG__trackLine{background:var(--gold-main);width:0;height:100%;transition:width .5s}.OrdersList-module__y38oRG__completedLine{width:100%}.OrdersList-module__y38oRG__orderContentGrid{grid-template-columns:2fr 1fr;gap:40px;display:grid}.OrdersList-module__y38oRG__sectionTitle{border-bottom:1px solid #eaeaea;margin:0 0 20px;padding-bottom:12px;font-size:16px;font-weight:600}.OrdersList-module__y38oRG__itemsList{flex-direction:column;gap:20px;display:flex}.OrdersList-module__y38oRG__orderItem{background:#fff;border:1px solid #eaeaea;border-radius:8px;gap:20px;padding:16px;display:flex}.OrdersList-module__y38oRG__itemImageWrapper{background:#f9f9f9;flex-shrink:0;width:80px;height:100px;position:relative}.OrdersList-module__y38oRG__itemImage{object-fit:cover}.OrdersList-module__y38oRG__itemInfo{flex-direction:column;justify-content:center;width:100%;display:flex}.OrdersList-module__y38oRG__itemName{margin:0 0 4px;font-size:15px;font-weight:600}.OrdersList-module__y38oRG__itemVariant{color:#666;margin:0 0 12px;font-size:13px}.OrdersList-module__y38oRG__itemPriceRow{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.OrdersList-module__y38oRG__itemQty{color:#888;font-size:13px;font-weight:600}.OrdersList-module__y38oRG__itemPrice{font-size:14px;font-weight:700}.OrdersList-module__y38oRG__summaryColumn{flex-direction:column;gap:24px;display:flex}.OrdersList-module__y38oRG__summaryBox,.OrdersList-module__y38oRG__addressBox{background:#fafafa;border:1px solid #eaeaea;border-radius:8px;padding:24px}.OrdersList-module__y38oRG__summaryRow{color:#555;justify-content:space-between;margin-bottom:12px;font-size:14px;display:flex}.OrdersList-module__y38oRG__totalRow{color:#000;border-top:1px solid #ddd;margin-top:16px;margin-bottom:0;padding-top:16px;font-size:18px;font-weight:700}.OrdersList-module__y38oRG__addressName{margin:0 0 4px;font-size:14px;font-weight:600}.OrdersList-module__y38oRG__addressText{color:#666;margin:0;font-size:13px;line-height:1.6}@media (max-width:768px){.OrdersList-module__y38oRG__orderMetaRow{flex-direction:column;gap:16px}.OrdersList-module__y38oRG__orderContentGrid{grid-template-columns:1fr}.OrdersList-module__y38oRG__trackerContainer{display:none}}.OrdersList-module__y38oRG__headerTop{justify-content:space-between;align-items:center;width:100%;display:flex}.OrdersList-module__y38oRG__trackLinkBtn{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#000;border-radius:4px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.OrdersList-module__y38oRG__trackLinkBtn:hover{background:var(--gold-main)}.OrdersList-module__y38oRG__headerActions{align-items:center;gap:12px;display:flex}.OrdersList-module__y38oRG__invoiceBtn{color:#000;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:1px solid #000;border-radius:4px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.OrdersList-module__y38oRG__invoiceBtn:hover{background:#f5f5f5}@media (max-width:768px){.OrdersList-module__y38oRG__headerTop{flex-wrap:wrap;gap:16px}.OrdersList-module__y38oRG__headerActions{justify-content:space-between;width:100%}.OrdersList-module__y38oRG__invoiceBtn,.OrdersList-module__y38oRG__trackLinkBtn{flex:1;justify-content:center}}
.AddressBook-module__8YZX0a__container{flex-direction:column;display:flex}.AddressBook-module__8YZX0a__header{border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;display:flex}.AddressBook-module__8YZX0a__header h2{margin:0;font-size:20px;font-weight:600}.AddressBook-module__8YZX0a__addBtn{color:#fff;text-transform:uppercase;cursor:pointer;background:#000;border:none;border-radius:4px;padding:10px 20px;font-size:12px;font-weight:600;transition:background .2s}.AddressBook-module__8YZX0a__addBtn:hover{background:var(--gold-main)}.AddressBook-module__8YZX0a__addressGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.AddressBook-module__8YZX0a__addressCard{background:#fafafa;border:1px solid #eaeaea;border-radius:8px;padding:24px;position:relative}.AddressBook-module__8YZX0a__defaultCard{background:#fff;border-color:#000}.AddressBook-module__8YZX0a__defaultBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#000;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:600;position:absolute;top:16px;right:16px}.AddressBook-module__8YZX0a__name{color:#000;margin:0 0 12px;font-size:16px;font-weight:600}.AddressBook-module__8YZX0a__detail{color:#555;margin:0 0 4px;font-size:14px}.AddressBook-module__8YZX0a__phone{color:#333;margin:12px 0 0;font-size:14px;font-weight:500}.AddressBook-module__8YZX0a__actions{border-top:1px solid #eaeaea;align-items:center;margin-top:24px;padding-top:16px;display:flex}.AddressBook-module__8YZX0a__actionBtn{color:#000;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600}.AddressBook-module__8YZX0a__actionBtn:hover{color:var(--gold-main)}.AddressBook-module__8YZX0a__separator{color:#ddd;margin:0 12px}@media (max-width:576px){.AddressBook-module__8YZX0a__header{flex-direction:column;align-items:flex-start;gap:16px}.AddressBook-module__8YZX0a__addBtn{text-align:center;width:100%;padding:12px 16px}}
.SettingsContent-module__icN3YG__container{flex-direction:column;display:flex}.SettingsContent-module__icN3YG__header{border-bottom:1px solid #eaeaea;margin-bottom:32px;padding-bottom:16px}.SettingsContent-module__icN3YG__header h2{margin:0;font-size:20px;font-weight:600}.SettingsContent-module__icN3YG__section{border-bottom:1px solid #eaeaea;margin-bottom:40px;padding-bottom:40px}.SettingsContent-module__icN3YG__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.SettingsContent-module__icN3YG__section h3{margin:0 0 8px;font-size:16px;font-weight:600}.SettingsContent-module__icN3YG__description{color:#666;margin:0 0 24px;font-size:13px}.SettingsContent-module__icN3YG__form{flex-direction:column;gap:16px;max-width:400px;display:flex}.SettingsContent-module__icN3YG__formGroup{flex-direction:column;gap:6px;display:flex}.SettingsContent-module__icN3YG__formGroup label{color:#555;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.SettingsContent-module__icN3YG__formGroup input{border:1px solid #ddd;border-radius:4px;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s}.SettingsContent-module__icN3YG__formGroup input:focus{border-color:#000;outline:none}.SettingsContent-module__icN3YG__saveBtn{color:#fff;text-transform:uppercase;cursor:pointer;background:#000;border:none;border-radius:4px;margin-top:8px;padding:12px 20px;font-size:13px;font-weight:600;transition:background .2s}.SettingsContent-module__icN3YG__saveBtn:hover{background:var(--gold-main)}.SettingsContent-module__icN3YG__deleteBtn{color:#e74c3c;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #e74c3c;border-radius:4px;padding:12px 20px;font-size:13px;font-weight:600;transition:all .2s}.SettingsContent-module__icN3YG__deleteBtn:hover{background:#fdf0ef}.SettingsContent-module__icN3YG__toggleGroup{border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.SettingsContent-module__icN3YG__toggleGroup:last-child{border-bottom:none}.SettingsContent-module__icN3YG__toggleText h4{margin:0 0 4px;font-size:14px;font-weight:600}.SettingsContent-module__icN3YG__toggleText p{color:#777;margin:0;font-size:12px}.SettingsContent-module__icN3YG__switch{width:44px;height:24px;display:inline-block;position:relative}.SettingsContent-module__icN3YG__switch input{opacity:0;width:0;height:0}.SettingsContent-module__icN3YG__slider{cursor:pointer;background-color:#ccc;border-radius:24px;transition:all .4s;position:absolute;inset:0}.SettingsContent-module__icN3YG__slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px}input:checked+.SettingsContent-module__icN3YG__slider{background-color:var(--gold-main)}input:focus+.SettingsContent-module__icN3YG__slider{box-shadow:0 0 1px var(--gold-main)}input:checked+.SettingsContent-module__icN3YG__slider:before{transform:translate(20px)}
.AccountPage-module__Z9hZWq__accountPage{background-color:#fafafa;min-height:80vh;padding-bottom:80px}.AccountPage-module__Z9hZWq__header{background-color:var(--bg-primary);border-bottom:1px solid var(--shadow-deep);margin-bottom:40px;padding:40px 0}.AccountPage-module__Z9hZWq__headerInner{max-width:1200px;margin:0 auto;padding:0 40px}.AccountPage-module__Z9hZWq__headerInner h1{color:#000;text-transform:uppercase;letter-spacing:1px;margin:0 0 8px;font-size:28px;font-weight:600}.AccountPage-module__Z9hZWq__headerInner p{color:#666;margin:0;font-size:14px}.AccountPage-module__Z9hZWq__container{gap:40px;max-width:1200px;margin:0 auto;padding:0 40px;display:flex}.AccountPage-module__Z9hZWq__sidebar{flex-shrink:0;width:250px}.AccountPage-module__Z9hZWq__content{background:var(--bg-primary);border:1px solid #eaeaea;border-radius:8px;flex:1;padding:40px;box-shadow:0 2px 15px #00000008}.AccountPage-module__Z9hZWq__placeholder{color:#666;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:200px;display:flex}@media (max-width:992px){.AccountPage-module__Z9hZWq__container{flex-direction:column;gap:24px;padding:0 20px}.AccountPage-module__Z9hZWq__sidebar{width:100%}.AccountPage-module__Z9hZWq__content{padding:24px}.AccountPage-module__Z9hZWq__headerInner{padding:0 20px}}
