:root{--brand-color: #02AC99;--focus-outline-color: #025d52}*{font-family:Poppins-Regular}.side-bar__profile-details{display:flex;gap:19px}.side-bar__profile-wrapper{padding:24px;background-color:var(--brand-color);position:relative}.side-bar__profile-content{color:#fff;display:flex;flex-direction:column;justify-content:center;gap:2px}.side-bar__profile-edit{display:flex;align-items:center;gap:.5rem;position:absolute;top:.5rem;right:.5rem;cursor:pointer}.side-bar__profile-name{font-size:16px;font-weight:600;line-height:24px}.side-bar__profile-email,.side-bar__profile-mobile{font-size:12px;font-weight:400;line-height:18px}.side-bar__rewards-wrapper{display:flex;flex-direction:column;padding:8px 16px 12px;width:255px;background-image:linear-gradient(to bottom,#f8cf3f,#fff48e);position:absolute;bottom:calc(-50% - 12px);left:50%;transform:translate(-50%,-50%);gap:4px}.side-bar__rewards-text{color:#e75f4e;display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600;line-height:21px}.side-bar__rewards-sub-text{font-size:12px;font-weight:300;line-height:14.4px;color:#7c7c7c}.side-bar__accounts-wrapper{padding:0 16px 36px}.side-bar__accounts-list .side-bar__account-list-item{list-style-type:none;padding:16px 0;border-bottom:.5px solid var(--brand-color);margin:0}.side-bar__accounts-list .side-bar__account-list-item:first-child{padding-top:0}.side-bar__accounts-list .side-bar__account-list-item:last-child{border-bottom:none}.side-bar__address-book-title{font-size:16px;font-weight:400;line-height:22.4px;display:flex;gap:8px;color:var(--brand-color)}.side-bar__address-book-text-wrapper{display:flex;flex-direction:column;gap:8px}.side-bar__address-book-subtext{font-size:12px;font-weight:400;line-height:16.8px;color:#7c7c7c}.side-bar__address-book-wrapper{display:none;padding:8px 16px 14px;box-shadow:0 2px 8px #63636333;flex-direction:column;gap:20px}.side-bar__addresses-button,.profile__addresses-button{border:1.2px solid var(--brand-color);color:var(--brand-color);background-color:transparent;text-align:center;align-self:center;width:100%;max-width:278px;padding:10px;font-size:16px;font-weight:400;text-decoration:none}.side-bar__account-item{display:flex;justify-content:space-between;align-items:center;color:var(--brand-color);text-decoration:none}.side-bar__account-item-name{font-size:14px;font-weight:500}.side-bar__account-item-details{display:flex;align-items:center;gap:8px}.side-bar__account-logout{width:100%;display:flex;justify-content:center;align-items:center;gap:8px;color:var(--brand-color);border:1px solid var(--brand-color);padding:10px;font-size:14px;font-weight:500}.side-bar__reward-points,.side-bar__reward-points span{display:flex;align-items:center;gap:4px}.side-bar__reward-points img{width:16px;height:16px}.addresses__main-wrapper{padding:16px;min-height:450px}.addresses__main-content-wrapper{width:100%}.account-orders__order-tracking-milestone.rto-delivered .rto-delivered-icon{background:red}.account-orders__order-tracking-milestone.rto-delivered .rto-delivered-text{color:red}.side-bar__main-wrapper .loyalty-details{padding:1.6rem;background:#fff;display:block}.side-bar__main-wrapper .loyalty-plan{display:flex;align-items:center;font-family:var(--font-body-family);font-weight:var(--font-heading-regular);font-size:1.6rem;gap:1rem;color:#000;position:relative}.side-bar__main-wrapper .loyalty-points-wrapper{border:1.5px solid #FFD700;border-radius:10rem;padding:.5rem 1rem;display:flex;gap:.5rem;font-size:1.6rem;line-height:100%}.side-bar__main-wrapper .loyalty-points{padding:0;display:flex;align-items:center}.side-bar__main-wrapper .loyalty-end-date{font-family:var(--font-heading-family);font-weight:var(--font-heading-medium);font-size:1.6rem;color:#000;display:flex;align-items:center}.customer_data-popup-overlay{position:fixed;top:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;height:100%;width:100%;z-index:99}.customer_data-popup-overlay .customer_data-popup{background:#fff;width:30%;padding:2rem 4rem;border-radius:.8rem}.customer_data-popup label,.customer_data-popup .customer_data-form-label{font-family:var(--font-body-family);font-size:var(--font-body-regular);font-size:1.6rem;color:#000}.customer_data-popup input{width:100%;border-radius:.4rem;border:1px solid #000;padding:.8rem;margin-bottom:1.6rem}.customer_data-popup input[type=file]{border:none;padding:0 .8rem;cursor:pointer}.customer_data-popup input[type=date]{cursor:pointer}.customer_data-popup-overlay .customer_data-popup input:focus-visible{box-shadow:none;outline-offset:0;outline:none}.customer_data-popup .gender-tabs{display:flex;gap:1rem;margin-bottom:2rem}.customer_data-popup .gender-tabs input[type=radio]+label{border:1px solid #000;border-radius:.4rem;padding:1rem}.customer_data-popup .gender-tabs label{font-size:1.4rem;line-height:100%;cursor:pointer}.customer_data-popup .gender-tabs input[type=radio]:checked+label{background-color:var(--brand-color);color:#fff;border:1px solid var(--brand-color)}.customer_data-popup .customer_data-form-error,.customer_data-popup .customer_data-form-success{color:red;text-align:center;font-size:1.4rem;margin-bottom:1rem;transition:all ease-in-out .3s}.customer_data-popup .customer_data-form-success{color:green}.customer_data-popup .customer_data-submit-btn{display:flex;background:#000;border-radius:.4rem;border:none;margin:1rem auto;padding:1rem 2rem;color:#fff;font-family:var(--font-body-family);font-size:var(--font-body-regular);font-size:1.6rem;cursor:pointer;position:relative}.customer_data-popup .customer_data-submit-loader{width:100%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%);display:flex;justify-content:center;background:#000;border-radius:.4rem}.customer_data-popup .customer_data-submit-loader div{display:flex;align-items:center}.customer_data-popup .customer_data-submit-loader svg{width:2rem}.customer_data-popup .customer_data-submit-loader svg circle{stroke:#fff}@media screen and (max-width: 749px){.addresses__side-bar-wrapper,.user-profile__main-content-wrapper{display:none}.customer_data-popup-overlay .customer_data-popup{width:80%;padding:2rem}.customer_data-popup .customer_data-submit-btn{margin-top:0;margin-bottom:0}.side-bar__main-wrapper .loyalty-details{padding-bottom:0}}@media screen and (min-width: 750px){.addresses__side-bar-wrapper,.user-profile__side-bar-wrapper{background-color:var(--brand-color);box-shadow:0 10px 36px #00000029}.user-profile__main-content-wrapper{width:100%;min-height:100%}.addresses__main-wrapper,.user-profile__main-wrapper{display:flex;padding:15px 16px;gap:16px}.profile__main-wrapper{padding:15px 17px;box-shadow:0 10px 36px #00000029;width:100%;min-height:60vh;height:100%}.profile__main-content{border:1px solid #D9D9D9;padding:20px 30px;height:100%}.profile__main-title{font-size:24px;font-weight:600;line-height:36px;color:var(--brand-color)}.profile__main-content hr{color:#d9d9d9;margin:20px 0 24px}.profile__cards-list{display:flex;flex-direction:column;gap:30px}.profile__card-item{display:flex;flex-direction:column;gap:30px;padding:28px;border:1px solid #D9D9D9;box-shadow:0 2px 8px #63636333}.profile__card-title-wrapper{display:flex;align-items:center;padding:5px;gap:20px;color:var(--brand-color)}.profile__card-title-wrapper span{font-size:20px;font-weight:400}.profile__card-content{display:flex;flex-direction:column;gap:10px}.profile__card-content span{font-size:16px;font-weight:400;line-height:22px;color:#7c7c7c}.side-bar__address-book-wrapper{display:none}.side-bar__address-book-wrapper,.side-bar__accounts-list .side-bar__account-list-item,.side-bar__account-logout{border-color:#fff}.side-bar__account-item,.side-bar__account-logout{color:#fff}.side-bar__account-item svg path{fill:#fff}.profile__addresses-button{padding:13px;max-width:350px;align-self:self-start;margin-top:30px}.side-bar__profile-wrapper{padding:20px 20px 0}.side-bar__rewards-wrapper{width:270px}.side-bar__accounts-wrapper{padding:0 20px 36px;margin:0}}@media screen and (min-width: 990px){.profile__cards-list{flex-direction:row}.profile__card-item{width:calc(50% - 15px)}}.loyalty-plan-loader{position:absolute;background:#fff;left:0;display:flex;justify-content:center;align-items:center;width:100%}
/*# sourceMappingURL=/cdn/shop/t/2251/assets/user-profile.css.map */
