.customerContainer{display:grid;grid-template-columns:1fr 1fr;min-height:80dvh}.customerContainerInner{display:grid;place-items:center}.form{width:calc(100% - 100px)}.form.hide{display:none}.form.bottom{display:flex;align-items:center;gap:10px}.formTitle{font-size:clamp(30px,4.3dvw,43px);line-height:1.1;font-family:Feature Deck;margin-bottom:35px;text-align:start}.form .errors ul{list-style:none;display:flex;flex-direction:column;gap:15px;margin:35px 0}.form .errors li{font-size:15px;line-height:21px;font-family:Sohne}.formSubtitle,.formLink{display:block;font-size:15px;line-height:21px;font-family:Sohne;font-weight:500;color:#000;max-width:fit-content;white-space:nowrap}.form.bottom button{margin:0 auto 0 0;text-decoration:underline}.form input{width:100%;padding:13px 19px;font-size:15px;line-height:21px;font-weight:500;background:#0000;border:1px solid #292828;outline:none;margin-bottom:10px}.form input::placeholder{color:#000}.form button{margin:0 auto 26px}.formLink.cancel{margin:35px 0 0;text-decoration:underline}.customerButton{background-color:#5c4c2f;color:#fff;font-size:15px;line-height:21px;font-weight:500;translate:none;display:flex;align-items:center;justify-content:space-between;padding:0 0 0 20px;transition:all .3s ease;font-family:Sohne Mono;text-transform:uppercase;border:none;cursor:pointer;text-decoration:none}.customerButton:hover{background-color:#151515;color:#fff}.customerButton rect{fill:#151515;transition:all .3s ease}.customerButton:hover rect{fill:#2279bf}.customerButton path{stroke:#fff;transition:all .3s ease}.customerButton:hover path{stroke:#151515}.formText{font-size:15px;line-height:21px;font-family:Sohne;max-width:438px;text-align:left;margin:35px 0}.formSplit{display:grid;grid-template-columns:1fr 1fr;gap:10px}.formDivider{background-color:#dedede;height:1px;margin:26px auto;max-width:1040px;padding:0 20px;width:100%}.toggleNow{font-size:14px;line-height:22px;margin-bottom:10px;text-align:center}.customerImageWrap{height:100%}.customerImageWrap img{object-fit:cover;height:100%}@media (max-width: 1000px){.customerContainer{grid-template-columns:1fr;padding:20px}.customerContainerInner form{width:100%}.customerImageWrap{display:none}}@media (max-width: 800px){.formTitle{margin-bottom:25px}.formText{margin:25px 0}.formSplit{grid-template-columns:1fr;gap:0}}#account{min-height:80dvh;display:flex}#accountBody{display:grid;width:100%;grid-template-columns:273px 1fr;gap:111px}.accountBodyWrap{padding:76px 36px 90px 0;display:flex;flex-direction:column;gap:25px;max-width:1200px;position:relative}.accountBodyTitle{font-size:43px;line-height:46px;font-family:Feature Deck;margin-bottom:25px}#accountEmpty{font-size:15px;line-height:21px;font-family:Sohne}@media (max-width: 1000px){#accountBody{display:block;padding:0 25px}.accountBodyWrap{padding:0 0 70px}}@media (max-width: 800px){#accountEmpty{font-size:14px}.accountBodyTitle{font-size:30px;line-height:36px}}.accountAddressTop{display:flex;justify-content:space-between;align-items:flex-start;gap:25px}.addAddress{max-width:fit-content;font-size:15px;line-height:21px;font-weight:500;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:6px}.addAddress.mobileAdd{display:none}#accountAddress{display:grid;grid-template-columns:1fr 2fr;gap:35px}.accountAddressLabel{font-size:15px;line-height:18px;font-weight:500;font-family:Feature Deck;margin-bottom:10px}#accountAddressList{display:flex;flex-wrap:wrap;gap:10px}.customerAddress{flex:0 0 221px;display:flex;flex-direction:column;padding-bottom:60px;font-size:13px;line-height:19px}.customerAddressButtons{padding-top:15px;display:flex;gap:20px;margin-top:auto}.customerAddressButtonsItem{font-size:15px;line-height:21px;font-weight:500;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:6px;padding:0;max-width:fit-content}@media (max-width: 1000px){.addAddress:not(.mobileAdd){display:none}.addAddress.mobileAdd{display:block}#accountAddress{grid-template-columns:1fr}.customerAddress{flex:1}}.addressBody{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:none}.addressBody.active{display:block}.addressBodyContent{display:flex;flex-direction:column;background-color:#fff;padding:76px 36px 90px 0}.addressBodyContentExit{max-width:fit-content;font-size:15px;line-height:21px;font-weight:500;border:none;cursor:pointer;text-decoration:underline}form+.addressBodyContentExit{margin-top:20px}.addressBodyContentForm{max-width:814px}.addressBodyContentFormRow{display:grid;grid-template-columns:1fr 1fr;gap:10px}.addressBodyContentFormItem{margin-bottom:5px}.addressBodyContentFormItem input,.addressBodyContentFormItem select{width:100%;padding:13px 19px;font-size:15px;line-height:21px;font-weight:500;background:#0000;border:1px solid #292828;outline:none}.addressBodyContentFormItem input::placeholder{color:inherit}.addressBodyContentFormItemCheck{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;gap:20px;margin:20px 0}.addressBodyContentFormItemCheck input{max-width:fit-content}.addressBodyContentFormBtn{font-size:15px;line-height:21px;font-weight:500;border:none;cursor:pointer;text-decoration:none;transition:all .3s ease;background-color:#5c4c2f;color:#fff;translate:none;display:flex;align-items:center;justify-content:space-between;padding:0 0 0 20px;text-transform:uppercase}.addressBodyContentFormBtn svg rect,.addressBodyContentFormBtn svg path{transition:all .3s ease}.addressBodyContentFormBtn svg rect{fill:#151515}.addressBodyContentFormBtn:hover svg rect{fill:#2279bf}.addressBodyContentFormBtn svg path{stroke:#fff}.addressBodyContentFormBtn:hover svg path{stroke:#151515}@media (max-width: 1000px){.addressBodyContentFormRow{grid-template-columns:1fr;gap:5px}}@media (max-width: 800px){.addressBodyContent{padding:35px 0}.addressBodyContent .accountAddressTop{flex-direction:column-reverse}}.ordersTop{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.ordersTopLeft{display:flex;align-items:center;gap:20px}.ordersTopLeft .accountBodyTitle{margin-bottom:0}.ordersTopLeft .status{border:solid 3px;padding:4px}.ordersLink{text-decoration:underline;font-weight:500;text-underline-offset:4px}.ordersLink:hover{text-decoration:underline!important}.orderDetails{display:flex;gap:20px;justify-content:space-between}.orderDetailsDate{font-weight:500;margin-bottom:20px}.orderDetailsButtons{display:flex;flex-direction:column;gap:8px;font-weight:500}.orderDetailsAddresses{display:flex;gap:30px}.orderDetailsAddressesItem{display:flex;flex-direction:column;gap:8px}.orderTable *{font-weight:700!important}.orderTable table{width:100%}.orderTable thead{background-color:#2279bf;text-align:start}.rowgroup tr{font-weight:700}.orderBottom{margin:40px 0 0 auto;width:50%}#RowSubtotal{text-align:start}.orderBottom *{text-align:start!important}
/*# sourceMappingURL=/cdn/shop/t/280/assets/main-customers.css.map */
