.profile-dashboard{--pd-text: #181d27;--pd-muted: #535862;--pd-yellow: #ffcb05;--pd-yellow-soft: #fff8df;--pd-font-display: Grandstander, sans-serif;--pd-font-body: "Open Sans", sans-serif}.profile-dashboard-section.profile-shell,.profile-dashboard-section.profile-dashboard,.build-kit-page-section.profile-shell,.build-kit-page-section.profile-dashboard{padding-top:20px;padding-bottom:20px}@media screen and (min-width:768px){.profile-dashboard-section.profile-shell,.profile-dashboard-section.profile-dashboard,.build-kit-page-section.profile-shell,.build-kit-page-section.profile-dashboard{padding-top:60px;padding-bottom:90px}}.profile-dashboard__inner{display:flex;flex-direction:column;align-items:center;gap:39px;max-width:1037px;margin:0 auto;box-sizing:border-box}.profile-dashboard__icon-ring{width:160px;height:160px;flex-shrink:0;border-radius:9999px;background:var(--pd-yellow-soft);display:flex;align-items:center;justify-content:center}.profile-dashboard__icon-circle{width:112px;height:112px;border-radius:9999px;background:var(--pd-yellow);display:flex;align-items:center;justify-content:center;padding:10px;box-sizing:border-box}.profile-dashboard__icon-circle .svg-wrapper{width:70px;height:70px}.profile-dashboard__icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;color:var(--pd-text)}.profile-dashboard__icon svg{width:70px;height:70px}.profile-dashboard__content{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;text-align:center}.profile-dashboard__title{margin:0;max-width:100%;font-family:var(--pd-font-display);font-weight:700;font-size:48px;line-height:1.3;letter-spacing:-.96px;color:var(--pd-text);text-align:center}.profile-dashboard__description{margin:0;max-width:1037px;font-family:var(--pd-font-body);font-weight:600;font-size:16px;line-height:1.4;color:var(--pd-muted);text-align:center;white-space:pre-line}.profile-dashboard__cta{display:inline-flex;align-items:center;justify-content:center;width:263px;max-width:100%;min-height:48px;padding:8px 12px;box-sizing:border-box;border-radius:100px;border:2px solid rgba(255,255,255,.12);background:var(--pd-yellow);color:var(--pd-text);font-family:var(--pd-font-body);font-weight:700;font-size:16px;line-height:1.4;text-decoration:none;box-shadow:0 1px 2px #0a0d120d,inset 0 0 0 1px #0a0d122e,inset 0 -2px #0a0d120d;transition:filter .15s ease}.profile-dashboard__cta:hover{filter:brightness(.97);color:var(--pd-text)}.profile-dashboard__cta:focus-visible{outline:2px solid var(--pd-text);outline-offset:3px}.profile-dashboard--redirect{padding:48px 16px;text-align:center}.profile-dashboard__redirect-text{margin:0 0 12px;font-family:var(--pd-font-body);font-size:16px;color:var(--pd-muted)}.profile-dashboard__redirect-link a{font-family:var(--pd-font-body);font-weight:700;color:var(--pd-text)}@media screen and (max-width:749px){.profile-dashboard__inner{gap:24px;padding-left:0;padding-right:0}.profile-dashboard__icon-ring{width:91px;height:91px}.profile-dashboard__icon-circle{width:65px;height:65px;padding:8px}.profile-dashboard__icon,.profile-dashboard__icon svg{width:52px;height:52px}.profile-dashboard__title{font-size:30px;line-height:36px;letter-spacing:-.64px}.profile-dashboard__description{font-size:15px;line-height:22px}.profile-dashboard__icon-circle .svg-wrapper{width:33px;height:33px}}.profile-shell{--ps-bg: #fcfcfc;--ps-border: #ffd200;--ps-card-bg: #f4f4f4;--ps-coral: #f04e5d;--ps-green-badge-bg: #e6f7ef;--ps-green-badge-text: #00a35c;background:var(--ps-bg);font-family:var(--pd-font-body)}.profile-shell .profile-shell__inner{display:grid;grid-template-columns:minmax(0,340px) minmax(0,1fr);gap:30px;align-items:flex-start;max-width:1600px;padding-left:30px;padding-right:30px;margin:0 auto}.profile-shell__main{min-width:0}.profile-shell__main>[data-profile-panel][hidden]{display:none!important}.profile-sidebar__card{background:#fff;border:1px solid #D9D9DA;border-radius:24px;overflow:hidden}.profile-sidebar__greeting{display:flex;align-items:center;gap:8px;padding:20px;background:#ffcb05;border-radius:0}.profile-sidebar__avatar{flex-shrink:0;width:48px;height:48px;border-radius:999px;background:#fff;border:1px solid rgb(0 0 0 / 8%);display:flex;align-items:center;justify-content:center;font-family:var(--pd-font-body);font-weight:700;font-size:18px;color:var(--pd-text)}.profile-sidebar__hello{margin:0;display:flex;flex-direction:column}.profile-sidebar__hello-label{font-weight:400;font-size:14px;line-height:20px;color:#181d27}.profile-sidebar__hello-name{font-weight:700;font-size:20px;line-height:28px;color:#181d27}.profile-sidebar__menu{display:flex;flex-direction:column;gap:8px;padding:16px 14px 18px}.profile-sidebar__item{display:flex;align-items:center;gap:4px;padding:12px;border-radius:12px;text-decoration:none;background:#fff;font-weight:400;font-size:16px;line-height:22px;color:#535862;border:1px solid #D9D9DA;transition:background .15s ease,color .15s ease;cursor:pointer}.profile-sidebar__item .profile-sidebar__item-label{order:2}.profile-sidebar__item:hover{background:#ffcb052e;color:var(--pd-text)}.profile-sidebar__item--active{background:var(--ps-coral);color:#fff}.profile-sidebar__item--active svg path{stroke:#fff}.profile-sidebar__item--active[data-profile-tab=account] svg path{fill:#fff}.profile-sidebar__item--active:hover{background:var(--ps-coral);color:#fff;filter:brightness(.96)}.profile-sidebar__item-icon{display:flex;width:22px;height:22px;flex-shrink:0}.profile-sidebar__item-icon svg{width:20px;height:20px}.profile-sidebar__item--active .profile-sidebar__item-icon{color:#fff}.profile-sidebar__item:not(.profile-sidebar__item--active) .profile-sidebar__item-icon{color:var(--pd-text)}.profile-address-book{background:#fff;border:1.5px solid rgba(255,210,0,.55);border-radius:24px;padding:28px 28px 32px;box-shadow:0 4px 20px #0000000d}.profile-address-book [hidden]{display:none!important}.profile-address-book__header{display:flex;flex-wrap:wrap;gap:12px 20px;justify-content:space-between;align-items:center;margin-bottom:20px}.profile-address-book__heading{margin:0;font-weight:700;font-size:24px;color:#181d27}.profile-address-book__add-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 20px;border-radius:100px;border:2px solid rgba(255,255,255,.12);background:#ffcb05;color:#181d27;font-weight:700;font-size:16px;text-decoration:none;cursor:pointer}.profile-address-book__add-button:hover{filter:brightness(.97);color:var(--pd-text)}.profile-address-book__add-button:focus-visible{outline:2px solid var(--pd-text);outline-offset:3px}.profile-address-book__empty{margin:0 0 16px;font-weight:600;color:var(--pd-muted)}.profile-address-book__error{margin:0 0 16px;padding:12px 16px;border-radius:12px;background:#fdecec;color:#c62828;font-weight:600;font-size:14px}.profile-address-book__form-panel{margin:0 0 20px;padding:20px;border-radius:16px;background:#fff;border:1px solid rgba(24,29,39,.08);gap:12px}.profile-address-book__form-panel:not([hidden]){display:grid}.profile-address-book__form-panel[hidden]{display:none!important}.profile-address-book__form-panel--edit{margin:16px 0 0;background:#fbfbfb}.profile-address-book__form-panel--edit form{gap:12px;display:flex;flex-direction:column}.profile-address-book__field-row{display:grid;gap:12px}.profile-address-book__field-row--half{grid-template-columns:1fr 1fr}.profile-address-book__field{display:flex;flex-direction:column;gap:6px}.profile-address-book__field input,.profile-address-book__field select{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #ddd;font-family:var(--pd-font-body);font-size:15px;background:#fff;color:var(--pd-text);order:2}.profile-address-book__field input:focus,.profile-address-book__field select:focus{outline:none;box-shadow:none}.profile-address-book__field label{font-weight:600;font-size:13px;color:var(--pd-muted)}.profile-address-book__field .select{position:relative}.profile-address-book__field .select select{-webkit-appearance:none;appearance:none;padding-right:36px}.profile-address-book__field .select .svg-wrapper{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;display:flex}.profile-address-book__field .select svg{width:14px;height:14px}.profile-address-book__checkbox{display:flex;align-items:center;gap:8px;margin-top:4px}.profile-address-book__checkbox label{margin:0;font-weight:600;color:var(--pd-text)}.profile-address-book__form-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.profile-address-book__btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 22px;border-radius:100px;font-family:var(--pd-font-body);font-weight:700;font-size:15px;cursor:pointer;border:none;text-decoration:none}.profile-address-book__btn[disabled]{opacity:.6;cursor:not-allowed}.profile-address-book__btn--primary{background:var(--pd-yellow);color:var(--pd-text);box-shadow:0 1px 2px #0a0d120d,inset 0 0 0 1px #0a0d121f}.profile-address-book__btn--primary:hover:not([disabled]){filter:brightness(.97)}.profile-address-book__btn--ghost{background:transparent;color:var(--pd-text);border:1px solid #ddd}.profile-address-book__btn--ghost:hover:not([disabled]){border-color:#999}.profile-address-book__btn--danger{background:#fff;color:#c62828;border:1px solid #ffcdd2}.profile-address-book__btn--danger:hover:not([disabled]){background:#fff5f5}.profile-address-book__list{list-style:none;margin:20px 0 0;padding:0}.profile-address-book__list li.profile-address-card+li.profile-address-card{margin-top:16px}.profile-address-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px 20px;align-items:flex-start;padding:20px;background:var(--ps-card-bg);border-radius:16px}.profile-address-card__info{grid-column:1;min-width:0}.profile-address-card__actions{grid-column:2;grid-row:1;justify-self:end;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.profile-address-card__set-default,.profile-address-card__delete{min-height:38px;padding:6px 14px;font-size:13px}.profile-address-card__name{margin:0 0 8px;font-weight:700;font-size:20px;color:#181d27}.profile-address-card__meta{margin:4px 0 0;display:flex;align-items:flex-start;gap:8px;font-size:16px;color:#535862;line-height:1.45}.profile-address-card__meta-icon{flex-shrink:0;margin-top:2px;color:#666}.profile-address-card__meta-icon svg{width:18px;height:18px}.profile-address-card__badge{display:inline-flex;margin-top:10px;padding:3px 10px;border-radius:8px;font-size:14px;font-weight:400;background:#f6fef9;color:#079455}.profile-address-card__edit-btn{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:6px 14px;border-radius:100px;border:1px solid #ddd;background:#fff;font-family:var(--pd-font-body);font-weight:700;font-size:13px;color:var(--pd-text);text-decoration:none;cursor:pointer}.profile-address-card__edit-btn:hover{border-color:#ccc;color:var(--pd-text)}.profile-orders{background:#fff;border:1.5px solid rgba(255,210,0,.55);border-radius:24px;padding:28px 28px 32px;box-shadow:0 4px 20px #0000000d}.profile-orders [hidden]{display:none!important}.profile-orders__heading{margin:0 0 16px;font-weight:700;font-size:24px;color:#181d27}.profile-orders__search-wrap{margin-bottom:12px}.profile-orders__search{width:100%;min-height:40px;border:1px solid #D5D7DA;border-radius:10px;padding:8px 12px;font-size:16px;color:#717680}.profile-orders__search:focus-visible{outline:none;outline-offset:0;box-shadow:none}.profile-orders__filters{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:0;border:1px solid #FFCB05;border-radius:12px;margin-bottom:16px;padding:4px}.profile-orders__filter{min-height:42px;border:none;background:#fff;cursor:pointer;font-weight:700;font-size:14px;color:#181d27;flex-grow:1;white-space:nowrap;padding:0 20px;min-width:130px}.profile-orders__filter:last-child{border-right:none}.profile-orders__filter.is-active{background:#ffcb05;border-radius:8px}.profile-orders__list{display:grid;gap:12px}.profile-order-card{border:1.5px solid rgba(255,210,0,.55);border-radius:14px;background:#fff;overflow:hidden}.profile-order-card__summary{width:100%;border:none;background:#fff;padding:14px;display:flex;justify-content:space-between;gap:10px;text-align:left;cursor:pointer}.profile-order-card__summary-left{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center}.profile-order-card__order-number{font-size:13px;font-weight:700;color:var(--pd-text)}.profile-order-card__delivery{font-size:14px;line-height:20px;color:#181d27;background:#fff8df;border-radius:8px;padding:3px 10px}.profile-order-card__status{font-size:14px;line-height:20px;color:#079455;background:#f6fef9;border-radius:8px;padding:3px 10px}.profile-order-card__summary-right{display:flex;align-items:center;gap:12px}.profile-order-card__toggle-icon{width:22px;height:22px;border:2px solid #181D27;border-radius:5px;display:flex;align-items:center;justify-content:center;font-weight:400;color:#181d27;font-size:18px}.profile-order-card__detail{position:relative;padding:0 16px}.profile-order-card__detail:before{content:"";position:absolute;left:16px;bottom:0;width:calc(100% - 32px);border-bottom:1px dashed #181D27}.profile-order-card__footer-total{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px 12px;font-size:16px;font-weight:700;color:#d13b3b;background:#fff8df}.profile-order-card__footer-total span::first-child{color:#181d27}.profile-order-card__meta-grid{display:flex;flex-direction:column;margin-bottom:16px}.profile-order-card__meta-block{padding-top:16px;border-top:1px dashed #D9D9DA}.profile-order-card__meta-block:not(:first-child){margin-top:16px}.profile-order-card__meta-label{margin:0 0 3px;font-size:14px;color:#535862}.profile-order-card__meta-value{margin:0;font-size:14px;font-weight:700;color:#181d27}.profile-order-card__items{border:1px solid #D9D9DA;border-radius:16px;padding:12px}.profile-order-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px}.profile-order-item::last-child{padding-bottom:0}.profile-order-item__left{display:flex;align-items:center;gap:10px;min-width:0}.profile-order-item__image{width:83px;height:83px;border-radius:8px;object-fit:cover}.profile-order-item__title{margin:0;font-size:16px;color:#181d27}.profile-order-item__qty{margin:2px 0 0;font-size:16px;font-weight:700;color:#181d27}.profile-order-item__right{font-size:18px;font-weight:700;color:#181d27}.profile-order-card__totals{background:#fff9e6;border-radius:0;padding:10px 12px;margin:10px -16px 0}.profile-order-card__total-row{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:var(--pd-text)}.profile-order-card__total-row+.profile-order-card__total-row{margin-top:6px;display:none}.profile-order-card__total-row--grand{margin-top:10px;padding-top:8px;border-top:1px dashed rgba(24,29,39,.35);font-size:16px;font-weight:700;color:#d13b3b}.profile-orders__empty{margin:12px 0 0;font-weight:600;color:var(--pd-muted)}.profile-orders__empty--error{color:#b42318}.profile-address-card__edit-icon svg{width:18px;height:18px}.profile-address-book__pagination{margin-top:24px}.profile-address-book__form-panel--edit{grid-column:1 / -1}@media screen and (max-width:989px){.profile-shell .profile-shell__inner{grid-template-columns:1fr;padding-left:20px;padding-right:20px}.profile-address-book__field-row--half,.profile-order-card__meta-grid,.profile-address-card{grid-template-columns:1fr}.profile-address-card__actions{grid-column:1;grid-row:auto;justify-self:stretch;flex-wrap:wrap}}.profile-account-information{background:#fff;border:1px solid #FFCB05;border-radius:24px;padding:24px}.profile-account-information__header{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center;justify-content:space-between;margin-bottom:20px}.profile-account-information__heading{margin:0;font-weight:700;font-size:24px;color:#181d27;font-family:Grandstander,sans-serif}.profile-account-information__submit{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 20px;border-radius:100px;border:2px solid rgba(255,255,255,.12);background:#ffcb05;color:#181d27;font-weight:700;font-size:15px;cursor:pointer;box-shadow:0 1px 2px #0a0d120d}.profile-account-information__submit:hover:not([disabled]){filter:brightness(.97)}.profile-account-information__submit[disabled]{opacity:.7;cursor:wait}.profile-account-information__form{display:grid;gap:24px}.profile-account-information__row{display:grid;gap:12px}.profile-account-information__row--half{grid-template-columns:1fr 1fr}.profile-account-information__field{display:flex;flex-direction:column;gap:6px}.profile-account-information__field>span{font-weight:500;font-size:14px;color:#414651;line-height:20px}.profile-account-information__field input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #ddd;font-family:var(--pd-font-body);font-size:15px;background:#fff;color:var(--pd-text)}.profile-account-information__field input:focus-visible{outline:none;outline-offset:0;box-shadow:none}.profile-account-information__field input:focus{outline:2px solid var(--pd-yellow);outline-offset:1px;border-color:var(--pd-yellow)}.profile-account-information__field input[readonly]{background:#f8f8f8;color:#6b7280}.profile-account-information__error,.profile-account-information__success{margin:0 0 16px;padding:12px 16px;border-radius:12px;font-weight:600;font-size:14px}.profile-account-information__error{background:#fdecec;color:#c62828}.profile-account-information__success{background:#e8f7ee;color:#0f8d52}@media screen and (max-width:989px){.profile-account-information__row--half{grid-template-columns:1fr}}.register-forms-popup .register-forms-popup__panel{max-width:720px!important;width:100%!important;padding:24px!important}.register-forms-popup .register-forms-popup__logo img{max-width:116px!important}.register-forms-popup .register-forms-popup__title{color:#181d27}.register-forms-popup p.register-forms-popup__subtitle{color:#535862!important}form.register-popup-form__form .register-popup-form__field:after{content:none}form.register-popup-form__form .register-popup-form__field label{font-size:14px!important;font-weight:500!important;color:#414651!important}form.register-popup-form__form .register-popup-form__field input{padding:8px 12px!important;border-radius:8px!important;border:1px solid #D5D7DA!important;font-size:16px!important;line-height:22px!important}form.register-popup-form__form .register-popup-form__field input::placeholder{color:#717680}form.register-popup-form__form .register-popup-form__field .register-popup-form__required{color:#ffcb05}form.register-popup-form__form .register-popup-form__actions button.register-popup-form__submit{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:100%;min-height:48px;padding:8px 12px;box-sizing:border-box;border-radius:100px;border:2px solid rgba(255,255,255,.12);background:#ffcb05;color:#181d27;font-family:Open Sans,sans-serif;font-weight:700;font-size:16px;line-height:1.4;text-decoration:none;box-shadow:0 1px 2px #0a0d120d;transition:filter .15s ease}form.register-popup-form__form .register-popup-form__actions button.register-popup-form__submit:after{content:none}form.register-popup-form__form .register-popup-form__actions button.register-popup-form__submit:hover{filter:brightness(.97)}.register-forms-popup p.register-forms-popup__footer{font-size:16px!important;color:#535862!important}.register-forms-popup .register-popup-form__success .register-popup-form__success-login:after{content:none}#ProfileTab-address .field:before,#ProfileTab-address .field:after,#ProfileTab-address .select:before,#ProfileTab-address .select:after{content:none}@media screen and (max-width:767.98px){.profile-shell .profile-shell__inner{padding-left:16px;padding-right:16px}.profile-orders,.profile-address-book,.profile-account-information{padding:0;border:none;box-shadow:none}.profile-order-item__image{width:59px;height:59px;border-radius:8px}.profile-order-item__title{font-size:14px;line-height:1.4}.profile-order-item__left{gap:8px}.profile-order-item__right{font-size:14px;line-height:1.4}.profile-address-card{padding:12px}.profile-address-book__form-panel--edit,.profile-address-book__form-panel{padding:16px}.profile-address-card__name{font-size:16px}.profile-address-card__meta{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/custom-profile-dashboard.css.map */
