button{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.65rem 0;width:15rem;border-radius:6px;background-color:#c73f3f;transition:.15s background-color}button:not(.disabled):hover{background-color:#aa3535}input[type=checkbox]{all:revert}.customer-flex{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:2rem}.customer-form{display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:.5rem}.customer-header{margin-bottom:1.75rem}.customer-input{color:#fff;background:#202122;border-radius:6px;width:15rem;padding:.75rem 1rem}.customer-input::placeholder{color:#a6a9ac}.customer-input:-webkit-autofill,.customer-input:-webkit-autofill:hover,.customer-input:-webkit-autofill:focus,.customer-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #202122 inset!important;box-shadow:0 0 300px #202122 inset!important}.customer-input:-webkit-autofill{-webkit-text-fill-color:white!important}.customer-error{display:flex;flex-direction:column;align-items:center;background-color:#dc3545;padding:.35rem 2rem;border-radius:6px;margin-bottom:1rem;text-align:center}.customer-success{display:flex;flex-direction:column;align-items:center;background-color:#28a745;padding:.35rem 2rem;border-radius:6px;margin-bottom:1rem}.customer-login{position:relative}.customer-account.desktop{display:grid;gap:1.5rem;justify-items:center}.customer-account.mobile{display:none;gap:1.5rem;justify-items:center}.customer-account-details{display:grid;flex-direction:column;align-items:center;padding:.5rem 0;overflow:hidden;text-align:center;gap:.75rem}.customer-account-details-bg{padding:.5rem .75rem;border-radius:6px;background:#00000080;-webkit-filter:drop-shadow(0px 0px 6px rgba(0,0,0,.75));filter:drop-shadow(0px 0px 6px rgba(0,0,0,.75))}.customer-account-orders{display:grid;padding:.5rem 0;border-radius:6px;width:100%;background:#00000080;-webkit-filter:drop-shadow(0px 0px 6px rgba(0,0,0,.75));filter:drop-shadow(0px 0px 6px rgba(0,0,0,.75));overflow:hidden}.customer-account-order,.customer-account-orders-header{display:grid;grid-template-columns:.7fr 1.7fr 1.7fr 1.7fr 1fr;padding:.5rem .5rem .5rem 1rem}.customer-account-orders-header{margin-bottom:.5rem}.customer-account-order{transition:background var(--transition-speed)}.customer-account-order:hover{color:#fff;background:#fff3;-webkit-filter:drop-shadow(0px 0px 6px red);filter:drop-shadow(0px 0px 6px red)}.customer-account-details-grid{display:grid;gap:.5rem}@media (max-width: 767px){.customer-account.desktop{display:none}.customer-account.mobile{display:grid}.customer-account-orders{padding:.5rem 0;gap:1rem;max-width:20rem}.customer-account-order{grid-template-columns:none;padding:.5rem 1rem}.customer-account-order-id{text-align:center;margin-bottom:.75rem;-webkit-filter:drop-shadow(0px 0px 6px var(--text-color));filter:drop-shadow(0px 0px 6px var(--text-color))}.customer-account-order-mobile-grid{display:grid;grid-template-columns:1fr 1fr}.customer-account-order-mobile-grid span:nth-child(2n){text-align:right}}.order-bg{background:#00000080;-webkit-filter:drop-shadow(0px 0px 6px rgba(0,0,0,.75));filter:drop-shadow(0px 0px 6px rgba(0,0,0,.75));border-radius:6px}.customer-account-order.customer-order,.customer-account-orders-header.customer-order{grid-template-columns:5fr 1fr 1fr 1fr;padding:.5rem 1.5rem;gap:.5rem 0}.customer-account-order.customer-order{background:none;-webkit-filter:none;filter:none;align-items:end}.customer-account-order.customer-order.items>span,.customer-order-discount{border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:.1rem}.customer-order-discount{display:flex;position:relative;left:0;justify-content:flex-end;margin-top:.75rem}.customer-order-discounted{position:absolute;top:-65%;opacity:.5;text-decoration:line-through}.order-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.order-address{display:grid;justify-items:center;gap:.25rem}.order-address-padding{padding:1rem}.order-address-title{-webkit-filter:drop-shadow(0px 0px 6px var(--text-color));filter:drop-shadow(0px 0px 6px var(--text-color));margin-bottom:.5rem}.order-top-info{display:grid;justify-items:center;gap:.2rem;padding:.75rem 1rem}.order-phone-email{display:grid;justify-items:center;padding:.75rem}.order-top-title{-webkit-filter:drop-shadow(0px 0px 6px var(--text-color));filter:drop-shadow(0px 0px 6px var(--text-color))}.order-page{display:grid;gap:1.5rem;justify-items:center}.order-desktop{display:block}.order-mobile{display:none}@media (max-width: 767px){.order-desktop{display:none}.order-mobile{display:block}}.order-mobile-item-grid{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.75rem;margin:.5rem 1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.5)}.customer-order-discount.no-underline{border:none;padding-bottom:0}.customer-account-orders.mb{gap:0;max-width:unset;width:90vw}.order-mobile-item.order-mobile-item-grid.total{border:none;padding-bottom:0}.customer-address,.address-add-div,.address-add-form{display:flex;flex-direction:column;align-items:center;width:100%}.address-add-form{row-gap:.3rem}.address-country{width:15rem;border:none;height:40px;border-radius:6px;font-weight:600;color:var(--font-color);background:#202122;padding:.2rem .2rem .2rem .4rem}@media (max-width: 767px){.address-add-div .customer-input,.address-add-div button,.customer-address button{width:15rem!important}.address-add-div{max-width:30rem;width:100%}}.address-add-title{font-weight:600;margin-bottom:.25rem}.address-add-div{width:auto;margin-top:2rem;padding:2rem 4rem;border-radius:1rem}.address-item{display:flex;flex-direction:column;align-items:center;row-gap:.5rem;margin-bottom:2.5rem}.div-address-list:first-child{background-color:green}.address-default{filter:drop-shadow(0px 0px 4px white)}.div-address-list{margin-top:1rem}.address-list-uwu{text-align:center;width:15rem;padding:1rem}
/*# sourceMappingURL=/cdn/shop/t/39/assets/customer.css.map */
