.cart-checkout-container{justify-content:center}.cart-address-modal{border-radius:10px;flex-direction:column;width:min(96vw,650px);max-height:85vh;padding:16px;display:flex}.cart-address-modal-body{scrollbar-width:thin;padding:4px 2px;overflow:auto}.cart-address-modal-footer{border-top:1px solid #eee;justify-content:flex-end;gap:10px;margin-top:8px;padding-top:12px;display:flex}.cart-address-modal-cancel-btn{cursor:pointer;background:0 0;border:1px solid #ccc;border-radius:6px;padding:10px 14px}.cart-address-modal-confirm-btn{color:#fff;cursor:pointer;background:#333;border:none;border-radius:6px;padding:10px 16px}.cart-address-modal-confirm-btn:disabled{opacity:.6;cursor:not-allowed}.cart-address-modal-closeBtn{cursor:pointer;z-index:6;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #00000026}.cart-address-modal-closeBtn:hover{background:#f5f5f5;transform:scale(1.1)rotate(90deg)}@media (max-width:768px){.cart-address-modal{border-radius:16px 16px 0 0;width:100vw;max-width:100vw;max-height:86vh;inset:auto auto 0 50%;translate:0 50%}}
.accounts-wrapper{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;height:100%;min-height:70cqh;padding:4cqw;display:flex}.accounts-wrapper h1{text-transform:capitalize;text-align:center}.accounts-auth-wrapper{flex-direction:column;align-items:center;gap:3rem;width:100%;max-width:500px;display:flex}.accounts-details{flex-direction:column;gap:2rem;width:100%;max-width:700px;display:flex}.accounts-sidebar{border-right:1px solid #e4e4e4;width:100%}.accounts-sidebar-list{flex-direction:row;justify-content:center;gap:1rem;width:100%;display:flex}.accounts-sidebar-list-tab{color:gray;cursor:pointer;font-weight:500;transition:all .25s ease-in-out}.accounts-sidebar-list-tab:hover,.accounts-sidebar-list-tab.active{color:#262626}.accounts-active-tab-container{flex:1;padding-left:1rem}@container (min-width:600px){.accounts-wrapper{min-height:90cqh}.accounts-details{flex-direction:row}.accounts-sidebar{flex:1;min-width:100px;max-width:150px}.accounts-sidebar-list{flex-direction:column}}
.login-form-wrapper{flex-direction:column;gap:1.5rem;width:100%;display:flex}.login-form-input-field{flex-direction:column;gap:.3rem;width:100%;display:flex}.login-form-input-field label{font-size:calc(.9*var(--rem));color:#262626;font-weight:500}.login-form-input-field input{font-size:calc(.9*var(--rem));color:#262626;border:1px solid #dcdcdc;border-radius:4px;padding:.7rem}.login-form-input-field input:disabled{cursor:no-drop;caret-color:#0000;background-color:#fff;outline:none}.login-form-input-field input:disabled:focus,.login-form-input-field input:disabled:active{caret-color:#0000;outline:none}.login-form-input-field input:active,.login-form-input-field input:focus{border-color:#262626}.login-form-input-field input:-webkit-autofill{-webkit-text-fill-color:#000;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}.login-form-input-field input:-webkit-autofill:hover{-webkit-text-fill-color:#000;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}.login-form-input-field input:-webkit-autofill:focus{-webkit-text-fill-color:#000;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}.login-form-input-field input:-webkit-autofill:active{-webkit-text-fill-color:#000;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}.login-form-forgot-password-btn{color:gray;font-weight:500;font-size:calc(.8*var(--rem));text-align:left;background:0 0;transition:all .25s;transform:translateY(-.6rem)}.login-form-forgot-password-btn:hover{color:#262626}.login-form-forgot-password-btn:disabled{cursor:not-allowed;pointer-events:none;opacity:.5}.login-form-sign-in-btn{color:#fff;font-size:calc(.95*var(--rem));background-color:#262626;border:2px solid #0000;border-radius:4px;justify-content:center;align-items:center;height:50px;padding:.5rem;font-weight:500;transition:all .25s ease-in-out;display:flex}.login-form-sign-in-btn:hover{color:#262626;background-color:#fff;border-color:#262626}.login-form-sign-in-btn.disabled{cursor:no-drop}.login-form-sign-in-btn .Loader{border-width:2.5px;width:1.2em;height:1.2em}.login-form-seperator{z-index:9;justify-content:center;display:flex;position:relative}.login-form-seperator:before{content:"";background:#e4e4e4;width:100%;height:1px;display:block;position:absolute;top:50%;left:0}.login-form-seperator span{z-index:10;text-transform:uppercase;width:45px;height:45px;font-weight:500;font-size:calc(.9*var(--rem));background-color:#fff;border:1px solid #e4e4e4;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.login-form-create-account-btn{font-size:calc(.95*var(--rem));color:#262626;border:2px solid #e4e4e4;border-radius:4px;justify-content:center;align-items:center;height:50px;padding:.5rem;font-weight:500;transition:all .25s ease-in-out;display:flex}.login-form-create-account-btn:hover{color:#fff;background-color:#262626;border-color:#0000}.login-form-error-message{color:#d00;font-size:calc(.8*var(--rem));margin-top:.1rem;margin-left:.1rem;font-weight:400}.login-form-info-message{color:#262626;justify-content:center;align-items:center;gap:.3rem;display:flex}.login-form-info-message svg{scale:.9}.login-form-info-message p{font-size:calc(.8*var(--rem));text-align:center}@container (max-width:600px){.accounts-wrapper{gap:2rem}.login-form-input-field label{font-size:calc(.85*var(--rem))}.login-form-input-field input{font-size:calc(.85*var(--rem));padding:.6rem}.login-form-create-account-btn,.login-form-sign-in-btn{height:45px;font-size:calc(.9*var(--rem))}.login-form-seperator span{width:40px;height:40px;font-size:calc(.8*var(--rem))}}
.dashboard-wrapper{flex-direction:column;gap:1.5rem;display:flex}.dashboard-greeting-msg{align-items:center;gap:3px;display:flex}.dashboard-greeting-msg span{color:gray;font-weight:400}.dashboard-username{color:#262626;font-weight:500}.dashboard-account-details{flex-direction:column;gap:1rem;display:flex}.dashboard-account-details h2{padding-bottom:.2rem;font-size:1.6rem;font-weight:500}.dashboard-account-field{border-bottom:1px solid #e4e4e4;align-items:center;padding:.2rem 0;display:flex}.dashboard-account-field p{color:#262626;flex:1;font-weight:400}.dashboard-account-field-value{color:gray;flex:1}
.collections-list-arrow-btn-left,.collections-list-arrow-btn-right{display:none}


