.ps-checkout-wizard__progress{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-bottom:40px;display:flex}.ps-checkout-wizard__step{cursor:default;background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;padding:0;display:flex}.ps-checkout-wizard__step:not(:disabled){cursor:pointer}.ps-checkout-wizard__step-circle{color:#9aa3af;background:#fff;border:2px solid #e2e5e9;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.ps-checkout-wizard__step-label{color:#9aa3af;text-align:center;font-size:13px;font-weight:500}@media screen and (max-width:575px){.ps-checkout-wizard__step-label{font-size:11px}}.ps-checkout-wizard__step--active .ps-checkout-wizard__step-circle{color:#fff;background:#103178;border-color:#103178}.ps-checkout-wizard__step--active .ps-checkout-wizard__step-label{color:#103178}.ps-checkout-wizard__step--completed .ps-checkout-wizard__step-circle{color:#fff;background:#fd8d27;border-color:#fd8d27}.ps-checkout-wizard__step--completed .ps-checkout-wizard__step-label{color:#1f2937}.ps-checkout-wizard__connector{background:#e2e5e9;width:48px;height:2px;margin-bottom:22px}@media screen and (max-width:575px){.ps-checkout-wizard__connector{width:14px}}.ps-checkout-wizard__connector--completed{background:#fd8d27}.ps-checkout-wizard__body{grid-template-columns:1fr 380px;align-items:start;gap:32px;display:grid}@media screen and (max-width:991px){.ps-checkout-wizard__body{grid-template-columns:1fr}}.ps-checkout-wizard__main{min-width:0}.ps-checkout-wizard__nav{margin-top:24px}.ps-checkout-wizard__back-btn{color:#9aa3af;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:8px 0;font-size:14px;font-weight:500;display:inline-flex}.ps-checkout-wizard__back-btn:hover{color:#103178}.ps-checkout-card{background:#fff;border:1px solid #e2e5e9;border-radius:12px;padding:32px}@media screen and (max-width:767px){.ps-checkout-card{padding:20px}}@media screen and (max-width:575px){.ps-checkout-card{padding:16px}}.ps-checkout-card--stacked{margin-top:24px}.ps-checkout-card--loading{justify-content:center;align-items:center;min-height:320px;display:flex}.ps-checkout-card__heading{color:#103178;margin-bottom:24px;font-size:22px;font-weight:700}@media screen and (max-width:575px){.ps-checkout-card__heading{margin-bottom:18px;font-size:18px}}.ps-step-loader__spinner{border:3px solid #e2e5e9;border-top-color:#fd8d27;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite ps-step-loader-spin;display:block}@keyframes ps-step-loader-spin{to{transform:rotate(360deg)}}.ps-checkout-form{flex-wrap:wrap;gap:20px;display:flex}.ps-checkout-form__group{width:100%}.ps-checkout-form__group--half{width:calc(50% - 10px)}@media screen and (max-width:575px){.ps-checkout-form__group--half{width:100%}}.ps-checkout-form__group label{color:#103178;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.ps-checkout-form__group label .required{color:#e0507a;margin-left:3px}.ps-checkout-form__input{border:1px solid #e2e5e9;border-radius:999px;align-items:center;gap:10px;padding:12px 18px;transition:border-color .15s;display:flex;position:relative}.ps-checkout-form__input:focus-within{border-color:#103178}.ps-checkout-form__input i{color:#9aa3af;flex-shrink:0;font-size:14px}.ps-checkout-form__input input{color:#1f2937;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:14px}.ps-checkout-form__input input::placeholder{color:#c7cdd6}.ps-checkout-form__input--disabled{background:#f7f8fa;border-color:#e2e5e9}.ps-checkout-form__input--disabled input,.ps-checkout-form__input--disabled input::placeholder{color:#9aa3af}.ps-checkout-form__input--disabled i{color:#e2e5e9}.ps-checkout-form__input-status{margin-left:auto;color:#fd8d27!important}.ps-checkout-form__error{color:#e0507a;margin-top:6px;font-size:12px;display:block}.ps-checkout-form__checkbox{color:#1f2937;cursor:pointer;align-items:center;gap:10px;font-size:14px;display:flex}.ps-checkout-form__checkbox input{accent-color:#103178;width:16px;height:16px}.ps-option-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media screen and (max-width:767px){.ps-option-grid{grid-template-columns:1fr}}.ps-option-card{text-align:left;cursor:pointer;background:#f7f8fa;border:2px solid #0000;border-radius:12px;flex-direction:column;align-items:flex-start;gap:6px;padding:20px;transition:all .15s;display:flex}.ps-option-card:hover{border-color:#e2e5e9}.ps-option-card__icon{color:#103178;margin-bottom:6px;font-size:20px}.ps-option-card__title{color:#1f2937;font-size:15px;font-weight:600}.ps-option-card__subtitle{color:#9aa3af;font-size:13px}.ps-option-card__price{color:#fd8d27;margin-top:4px;font-size:14px;font-weight:700}.ps-option-card--selected{background:#fff;border-color:#fd8d27;box-shadow:0 4px 14px #fd8d2726}.ps-payment-list{flex-direction:column;gap:12px;display:flex}.ps-payment-row{text-align:left;cursor:pointer;background:#f7f8fa;border:2px solid #0000;border-radius:12px;align-items:center;gap:16px;width:100%;padding:16px 20px;transition:all .15s;display:flex}.ps-payment-row:hover{border-color:#e2e5e9}.ps-payment-row__icon{color:#103178;flex-shrink:0;width:24px;font-size:18px}.ps-payment-row__body{flex-direction:column;flex:1;gap:2px;display:flex}.ps-payment-row__title{color:#1f2937;font-size:15px;font-weight:600}.ps-payment-row__subtitle{color:#9aa3af;font-size:13px}.ps-payment-row__radio{border:2px solid #e2e5e9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.ps-payment-row__radio-dot{background:0 0;border-radius:50%;width:10px;height:10px}.ps-payment-row--selected{background:#fff;border-color:#fd8d27;box-shadow:0 4px 14px #fd8d2726}.ps-payment-row--selected .ps-payment-row__radio{border-color:#fd8d27}.ps-payment-row--selected .ps-payment-row__radio-dot{background:#fd8d27}.ps-cart-table{border-collapse:collapse;width:100%}.ps-cart-table thead th{text-align:left;color:#103178;border-bottom:1px solid #e2e5e9;padding:0 12px 12px;font-size:13px;font-weight:700}.ps-cart-table thead th:nth-child(2),.ps-cart-table thead th:nth-child(3),.ps-cart-table thead th:nth-child(4){text-align:center}.ps-cart-table tbody td{vertical-align:middle;text-align:center;border-bottom:1px solid #e2e5e9;padding:16px 12px}.ps-cart-table tbody td:first-child{text-align:left}.ps-cart-table__product{align-items:center;gap:14px;display:flex}.ps-cart-table__remove{color:#e0507a;cursor:pointer;background:0 0;border:none;flex-shrink:0;font-size:14px}.ps-cart-table__thumb{background:#f7f8fa;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.ps-cart-table__thumb img{object-fit:cover;width:100%;height:100%}.ps-cart-table__thumb i{color:#9aa3af}.ps-cart-table__product-body{text-align:left;flex-direction:column;gap:2px;display:flex}.ps-cart-table__product-name{color:#103178;font-size:14px;font-weight:600}.ps-cart-table__product-price{color:#9aa3af;font-size:13px}@media screen and (max-width:767px){.ps-cart-table__product-price{display:none}}.ps-cart-table__stepper{background:#f7f8fa;border-radius:999px;align-items:center;gap:14px;padding:6px 14px;display:inline-flex}@media screen and (max-width:767px){.ps-cart-table__stepper{background:0 0;gap:10px;padding:0}.ps-cart-table__stepper button{color:#103178;border:1px solid #e2e5e9;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:15px;display:inline-flex}.ps-cart-table__stepper button:disabled{color:#e2e5e9}}.ps-cart-table__stepper button{color:#1f2937;cursor:pointer;background:0 0;border:none;width:18px;font-size:16px;line-height:1}.ps-cart-table__stepper button:disabled{color:#e2e5e9;cursor:not-allowed}.ps-cart-table__stepper span{min-width:16px;font-size:14px;font-weight:600}.ps-cart-table__empty{color:#9aa3af;font-size:14px}.ps-cart-table__empty a{color:#fd8d27;font-weight:600}.ps-cart-table__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;display:flex}@media screen and (max-width:767px){.ps-cart-table__actions{flex-direction:column;align-items:stretch}.ps-cart-table__actions .ps-btn{text-align:center}}.ps-cart-table__coupon{gap:10px;display:flex}@media screen and (max-width:767px){.ps-cart-table__coupon{width:100%}}.ps-cart-table__coupon input{background:#f7f8fa;border:none;border-radius:999px;min-width:220px;padding:10px 18px;font-size:14px}.ps-cart-table__coupon input::placeholder{color:#9aa3af}@media screen and (max-width:767px){.ps-cart-table__coupon input{flex:1;min-width:0}.ps-cart-table{border-collapse:separate;display:block}.ps-cart-table thead{display:none}.ps-cart-table tbody{width:100%;display:block}.ps-cart-table tr{border-bottom:1px dashed #e2e5e9;grid-template-columns:64px minmax(0,1fr) auto;grid-template-areas:"thumb name remove""thumb price stepper";align-items:center;gap:6px 14px;padding:16px 0;display:grid}.ps-cart-table tr:last-child{border-bottom:none;padding-bottom:0}.ps-cart-table tbody td:first-child,.ps-cart-table__product,.ps-cart-table__product-body{display:contents}.ps-cart-table tbody td{text-align:left;border-bottom:none;padding:0}.ps-cart-table__thumb{border-radius:10px;grid-area:thumb;align-self:center;width:64px;height:64px}.ps-cart-table__product-name{grid-area:name;align-self:end;font-size:14px;line-height:1.35}.ps-cart-table tbody td:nth-child(2){display:none}.ps-cart-table tbody td:nth-child(3){grid-area:stepper;justify-self:end}.ps-cart-table tbody td:nth-child(4){grid-area:price;align-self:start}.ps-cart-table tbody td:nth-child(4) strong{color:#103178;font-size:16px;font-weight:700}.ps-cart-table .ps-cart-item__remove{color:#9aa3af;grid-area:remove;place-self:start end;font-size:16px}.ps-cart-table .ps-cart-item__remove i{margin-right:0!important}.ps-cart-table .ps-cart-item__remove:hover{color:#e0507a}}.ps-review-block{border-bottom:1px solid #e2e5e9;margin-bottom:20px;padding-bottom:20px}.ps-review-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ps-review-block h3{text-transform:uppercase;letter-spacing:.5px;color:#103178;margin-bottom:8px;font-size:13px;font-weight:700}.ps-review-block p{color:#1f2937;font-size:14px;line-height:1.6}.ps-review-block p span{color:#9aa3af}.ps-order-summary{background:#fff;border:2px solid #fd8d27;border-radius:12px;padding:28px;position:sticky;top:24px}@media screen and (max-width:991px){.ps-order-summary{margin-top:24px;position:static}}@media screen and (max-width:575px){.ps-order-summary{padding:20px}}.ps-order-summary__heading{color:#103178;margin-bottom:20px;font-size:20px;font-weight:700}.ps-order-summary__items{border-bottom:1px solid #e2e5e9;flex-direction:column;gap:14px;max-height:280px;margin-bottom:20px;padding-bottom:20px;display:flex;overflow-y:auto}.ps-order-summary__items::-webkit-scrollbar{width:6px}.ps-order-summary__items::-webkit-scrollbar-thumb{background:#e2e5e9;border-radius:10px}.ps-order-summary__empty{color:#9aa3af;text-align:center;padding:12px 0;font-size:13px}.ps-order-summary__item{align-items:center;gap:12px;display:flex}.ps-order-summary__item-thumb{background:#f7f8fa;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;overflow:hidden}.ps-order-summary__item-thumb img{object-fit:cover;width:100%;height:100%}.ps-order-summary__item-thumb i{color:#9aa3af}.ps-order-summary__item-qty{color:#fff;background:#103178;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.ps-order-summary__item-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ps-order-summary__item-name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.ps-order-summary__item-price{color:#9aa3af;font-size:13px;font-weight:600}.ps-order-summary__totals{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.ps-order-summary__row{color:#1f2937;justify-content:space-between;font-size:14px;display:flex}.ps-order-summary__row span:first-child{color:#9aa3af}.ps-order-summary__row--total{color:#103178;border-top:1px solid #e2e5e9;padding-top:12px;font-size:17px;font-weight:700}.ps-order-summary__row--total span:first-child{color:#103178}.ps-order-summary__terms{color:#1f2937;cursor:pointer;align-items:flex-start;gap:10px;margin-bottom:20px;font-size:13px;line-height:1.5;display:flex}.ps-order-summary__terms input{accent-color:#103178;flex-shrink:0;width:16px;height:16px;margin-top:2px}.ps-order-summary__terms .required{color:#e0507a}.ps-order-summary__cta{color:#fff;cursor:pointer;background:#fd8d27;border:none;border-radius:999px;width:100%;padding:10px 22px;font-size:15px;font-weight:600;transition:background .15s}.ps-order-summary__cta:hover:not(:disabled){background:#f97802}.ps-order-summary__cta:disabled{color:#9aa3af;cursor:not-allowed;background:#e2e5e9}.ps-order-summary__secure{color:#9aa3af;justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:12px;display:flex}button.ps-cart-item__remove{font:inherit;color:inherit;line-height:inherit;cursor:pointer;appearance:none;background:0 0;border:none;align-items:center;margin:0;padding:0;display:inline-flex}
