.customer{overflow:hidden}.customer-page{padding:4rem 0;min-height:10vh}.customer-form{max-width:480px;margin:0 auto;padding:0 2rem}.customer-form__header{margin-bottom:2.4rem;text-align:center}.customer-form__title{font-size:2.4rem;font-weight:600;margin:0 0 .8rem;color:rgb(var(--color-foreground-title))}@media screen and (min-width:990px){.customer-form__title{font-size:3.2rem}}.customer-form__subtitle{font-size:1.4rem;color:rgb(var(--color-foreground-secondary));margin:0;line-height:1.5}.customer-form__body{display:flex;flex-direction:column;gap:1.6rem}.customer .field{position:relative;margin:0}.customer .field__input{width:100%;padding:1.2rem 1.4rem;font-size:1.5rem;border:.1rem solid rgb(var(--color-border));border-radius:.4rem;background-color:rgb(var(--color-background));transition:all .2s ease;outline:none}.customer .field__input:focus{border-color:rgb(var(--color-foreground-title));box-shadow:0 0 0 .2rem rgba(var(--color-foreground-title),.1)}.customer .field__input[aria-invalid=true]{border-color:rgba(var(--color-error),.6)}.customer .field__input[aria-invalid=true]:focus{box-shadow:0 0 0 .2rem rgba(var(--color-error),.1)}.customer .field__label{position:absolute;left:1.4rem;top:50%;transform:translateY(-50%);font-size:1.5rem;color:rgb(var(--color-foreground-secondary));pointer-events:none;transition:all .2s ease;background-color:rgb(var(--color-background));padding:0 .4rem}.customer .field__input:focus+.field__label,.customer .field__input:not(:placeholder-shown)+.field__label{top:0;font-size:1.2rem;color:rgb(var(--color-foreground-title));font-weight:500}.customer .field__error{display:block;margin-top:.6rem;font-size:1.2rem;color:rgba(var(--color-error));line-height:1.3}.customer .form__errors{padding:1.2rem 1.4rem;background-color:rgba(var(--color-error),.04);border:.1rem solid rgba(var(--color-error),.15);border-radius:.4rem;font-size:1.3rem;color:rgba(var(--color-error));line-height:1.4}.customer .form__message{font-size:1.4rem;color:rgba(var(--color-error));margin:0;font-weight:var(--font-body-weight)}.customer span.form__message{display:flex;font-size:1.2rem;margin:.6rem 0 0}.customer span.form__message:before{content:"*";color:rgba(var(--color-error));margin-right:.2rem}.customer-form__success{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.4rem;background-color:#44844514;border:.1rem solid rgba(68,132,69,.25);border-radius:.4rem;font-size:1.3rem;color:#428445;line-height:1.4}.customer-form__success svg{flex-shrink:0}.customer-form__actions{display:flex;flex-direction:column;gap:1.2rem;margin-top:.8rem}.customer-form__link{font-size:1.3rem;color:rgb(var(--color-foreground-title));text-decoration:underline;text-underline-offset:.2rem;text-align:center;transition:opacity .15s ease}.customer-form__link:hover{opacity:.6}.customer-form__footer{display:flex;align-items:center;justify-content:center;gap:.6rem;padding-top:2rem;border-top:.1rem solid rgb(var(--color-border));font-size:1.3rem;color:rgb(var(--color-foreground-secondary))}.customer-form--recover{display:none}#recover:target{display:block}#recover:target~.customer-form--login{display:none}.customer__buttons{display:flex;flex-direction:column;align-items:center;gap:1.6rem;margin-top:2rem}.customer__buttons .button{width:100%}.customer .account__wrapper{display:block}@media(min-width:1200px){.customer .account__wrapper{display:flex}}.customer .account__wrapper .account__navigation{max-width:unset;width:100%;position:relative;padding-bottom:1.6rem;margin-bottom:2.4rem}@media(min-width:1200px){.customer .account__wrapper .account__navigation{max-width:30.5rem;padding-bottom:0;margin-bottom:0}}.customer .account__wrapper .account__navigation .account__navigation-wrapper{display:flex;justify-content:space-between}@media(min-width:1200px){.customer .account__wrapper .account__navigation .account__navigation-wrapper{display:block}}.customer .account__wrapper .account__navigation:after{content:"";position:absolute;bottom:0;background-color:rgb(var(--color-border));height:1px;width:300vw;right:-100vw;transform:none}@media(min-width:1200px){.customer .account__wrapper .account__navigation:after{width:1px;height:100%;right:0;transform:translate(-1.6rem)}}.customer .account__wrapper .account__navigation-list{padding:0;display:flex;gap:1.6rem;flex-direction:row;margin:0}@media(min-width:1200px){.customer .account__wrapper .account__navigation-list{margin-bottom:8rem;flex-direction:column}}.customer .account__wrapper .account__navigation-list li a{color:rgb(var(--color-foreground-title));opacity:.6;text-decoration:none;transition:all var(--duration-default) ease}.customer .account__wrapper .account__navigation-list li a.active,.customer .account__wrapper .account__navigation-list li a:hover{opacity:1}.customer .account__wrapper .account-block{width:100%;max-width:1190px}.customer .account__wrapper .account-block__header{padding:0 0 3.2rem}@media(min-width:1200px){.customer .account__wrapper .account-block__header{padding:0 0 3.2rem 4.8rem}}.customer .account__wrapper .account-block__header h2{margin:0}.customer .account__wrapper .account-block .account-item{position:relative;padding:3.2rem 0}@media(min-width:1200px){.customer .account__wrapper .account-block .account-item{padding:3.2rem 0 3.2rem 4.8rem}}.customer .account__wrapper .account-block .account-item:before{content:"";position:absolute;top:0;left:-100vw;width:300vw;height:1px;background-color:rgb(var(--color-border))}@media(min-width:1200px){.customer .account__wrapper .account-block .account-item:before{left:0;width:100%}}.customer .account__wrapper .account-block .account-item.address-list__item-wrapper--default:before{height:0}.customer .account__wrapper .account-block .account-item__title{margin:0 0 2.4rem}.customer .account__wrapper .account-block .account-item__title-box{display:flex;align-items:center;justify-content:space-between}.customer .account__wrapper .account-block .account-item__title-box h1,.customer .account__wrapper .account-block .account-item__title-box h2,.customer .account__wrapper .account-block .account-item__title-box h3,.customer .account__wrapper .account-block .account-item__title-box h4,.customer .account__wrapper .account-block .account-item__title-box h5,.customer .account__wrapper .account-block .account-item__title-box h6{margin:0}.customer .account__wrapper .address-list__wrapper{display:flex;align-items:flex-start;justify-content:space-between}.customer .customer-address__list.addresses-address__list{display:flex;flex-wrap:wrap;max-width:25rem}.customer .addresses-address__list-item:not(:last-child):after{content:",";position:absolute;bottom:0;right:-5px}.customer .customer-address__item.addresses-address__list-item{position:relative;margin-right:10px}.customer .account-item__title-box-border{position:relative}.customer .account-item__title-box-border:before{content:"";position:absolute;bottom:0;left:-100vw;width:300vw;height:1px;background-color:rgb(var(--color-border))}@media(min-width:1200px){.customer .account-item__title-box-border:before{left:0;width:100%}}.customer--margin-unset{margin:0}.customer--height-unset{min-height:unset}.customer .address-buttons-block{padding-top:.8rem}.customer .total-price__fw{font-weight:500}.customer .btn-remove{margin-left:auto}.customer button{margin:0}.customer ul{line-height:1.6;padding-left:4.4rem;text-align:left;margin-bottom:4rem}.customer ul a{display:inline}.customer strong{font-weight:400;color:rgb(var(--color-foreground))}.customer .order-table{width:100%}.customer .order-table .row{display:flex;flex-direction:column;width:100%;height:auto}@media(min-width:1200px){.customer .order-table .row{flex-direction:row;align-items:center;min-height:5.5rem}}.customer .order-table .row>*{display:block;padding:0 2rem 0 0}.customer .order-table .row>*:before{content:attr(data-label);display:inline-block;max-width:10rem;width:100%}@media(min-width:1200px){.customer .order-table .row>*:before{display:none}}@media(min-width:1200px){.customer .order-table .row>*:first-child{width:19.64%}.customer .order-table .row>*:nth-child(2){width:29.9%}.customer .order-table .row>*:nth-child(3){width:20.91%}.customer .order-table .row>*:nth-child(4){width:23.48%}.customer .order-table .row>*:last-child{width:17.05%}}.customer .order-table .thead{display:none}@media(min-width:1200px){.customer .order-table .thead{display:flex;min-height:unset;margin-bottom:1.6rem}}.customer .order-table .thead>*{font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground-secondary));position:relative}.customer .order-table .tbody{width:100%;border-top:.1rem solid rgb(var(--color-border));border-bottom:.1rem solid rgb(var(--color-border));text-decoration:none;padding:1.5rem 0}.customer .order-table .tbody+.tbody{margin-top:-1px}.customer .order-table .tbody:not(div):hover{background-color:rgb(var(--color-orders-hover));position:relative}.customer .order-table .tbody>*{display:flex;align-items:center;padding:1.3rem 0;box-sizing:border-box;color:rgb(var(--color-foreground-title))}@media(min-width:1200px){.customer .order-table .tbody>*{align-items:flex-start;padding:0}}.customer .order-table .tbody.tbody__none-border{border:none}.customer .order-table .tfoot{display:block;padding:1.6rem 2.4rem;background-color:rgb(var(--color-base-background-2));margin-top:3.2rem}.customer .order-table .tfoot>div{display:flex;width:100%!important;padding:0;margin-bottom:2.4rem;font-weight:600;text-transform:uppercase;color:rgba(var(--color-foreground-title));justify-content:space-between;align-items:flex-start}.customer .order-table .tfoot>div:before{display:none}.customer .order-table .tfoot>div.total-price{border-bottom:.1rem solid rgb(var(--color-border));padding-bottom:3.2rem;margin-bottom:3.2rem}.customer .order-table .tfoot>div span{font-size:1.4rem}.customer .order-table .tfoot>div span:first-child{margin-right:0;width:auto}.customer .order-table--details{border-bottom:0;border-top:0}@media(min-width:1200px){.customer .order-table--details .row>*:first-child{width:38.596%}.customer .order-table--details .row>*:nth-child(2){width:11.46%}.customer .order-table--details .row>*:nth-child(3){width:16.6%}.customer .order-table--details .row>*:nth-child(4){width:15.55%}.customer .order-table--details .row>*:last-child{width:17.77%}}.customer .order-table--details .row>*:first-child a,.customer .order-table--details .row>*:first-child p{text-decoration:none}.customer--small-text{color:rgb(var(--color-foreground-title))}.customer--small-heading{font-size:var(--font-heading-h6-size)}.customer .customer-address__list{list-style:none;padding:0;margin:0}.customer .customer-address__item{color:rgb(var(--color-foreground-title))}.customer .customer-address__item:not(:last-child){margin-bottom:1.2rem}.addresses .address-add-item,.addresses .address-cancel{margin-bottom:1.5rem}@media(min-width:1200px){.addresses .address-add-item,.addresses .address-cancel{margin-bottom:0}}.addresses .address-edit-buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.8rem;margin-top:4rem}.addresses .address-add-item{padding:0 3.5rem}.addresses li>button{margin-left:.5rem;margin-right:.5rem}.addresses li>button+button,.addresses form button+button{margin-top:0rem}@media screen and (min-width:750px){.addresses li>button:first-of-type{margin-top:3rem}}.address-add-buttons{display:flex;flex-wrap:wrap;gap:1rem}label[for=AddressCountryNew],label[for=AddressProvinceNew]{display:block;font-size:1.4rem;margin-bottom:.6rem}.addresses form{display:grid;gap:2.4rem}.addresses form .field{margin:0}.addresses ul{list-style:none;padding-left:0}.address-list{display:flex;flex-direction:column}.address-list__item-wrapper--default{order:-1}.addresses [data-expand=false]{display:none!important}.addresses [data-expand=true]{display:block!important}.addresses [data-expand=true].account-none-address{display:flex!important}.address-edit-form{display:none;padding-bottom:3.2rem}.address-edit-form.active{display:block}.addresses .address-add-form{display:flex;flex-direction:column;align-items:center}.address-add-form .account-none-address{width:100%}.addresses .address-add-form__item{width:100%;position:relative}.addresses .address-add-form__item:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:rgb(var(--color-border))}.addresses .address-add-form__inner{padding:3.2rem 0}@media(min-width:1200px){.addresses .address-add-form__inner{padding:3.2rem 0 3.2rem 4.8rem}}.addresses .address-add-form__inner h2{margin:0;font-weight:var(--font-body-weight)}.address-add-default-check{display:flex;align-items:center;font-size:1.2rem}.addresses h2{text-align:left}li[data-address]>h2{margin:0 0 2rem}@media only screen and (min-width:990px){.addresses form{grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:auto;grid-template-areas:"a1 a2 a2 a3" "a4 a4 a5 a5" "a9 a9 a10 a10" "a7 a7 a6 a6" "a8 a8 a a" "a11 a11 a11 a11" "a12 a12 a12 a12"}.addresses form div:nth-of-type(1){grid-area:a1}.addresses form div:nth-of-type(2){grid-area:a2}.addresses form div:nth-of-type(3){grid-area:a3}.addresses form div:nth-of-type(4){grid-area:a4}.addresses form div:nth-of-type(5){grid-area:a5}.addresses form div:nth-of-type(6){grid-area:a6}.addresses form div:nth-of-type(7){grid-area:a7}.addresses form div:nth-of-type(8){grid-area:a8}.addresses form div:nth-of-type(9){grid-area:a9}.addresses form div:nth-of-type(10){grid-area:a10}.addresses form div:nth-of-type(11){grid-area:a11}.addresses form div:nth-of-type(12){grid-area:a12}}.addresses ul p{margin-bottom:0}.customer .errors{margin-bottom:24px}.customer .errors ul{display:flex;flex-direction:column;list-style:none;padding-left:0;margin:.8rem 0 0}.customer .errors ul li{display:inline-flex;font-size:1.2rem;line-height:1;color:rgba(var(--color-error));position:relative}.customer .errors ul li:before{content:"*";color:rgba(var(--color-error));margin-right:.2rem}.default-address{background-color:var(--color-badge-bg);color:var(--color-badge-text);margin:0;padding:.6rem 1.2rem;flex:none}.custom-checkbox input[type=checkbox]:checked+label .custom-checkbox__icon{background-color:rgb(var(--color-foreground-title))}.custom-checkbox input[type=checkbox]:checked+label .custom-checkbox__icon .icon{display:block}.custom-checkbox__icon{width:1.6rem;height:1.6rem;display:inline-flex;align-items:center;justify-content:center;color:rgb(var(--color-background));margin-right:1rem;border:.1rem solid rgb(var(--color-foreground-title))}.custom-checkbox__icon .icon{display:none}.no-js .addresses [data-expand]{display:block!important}.account-none{display:flex;flex-direction:column;align-items:flex-start}.icon-account-order-none{width:36px;height:36px;margin-bottom:.8rem;color:rgb(var(--color-foreground-title))}.icon-account-address-none{width:37px;height:35px;margin-bottom:1.3rem;color:rgb(var(--color-foreground-title))}.customer .account-row-title{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1.6rem}.customer .account-row-title h2{margin:0}.customer .account-row-title p{align-self:center;margin:0;font-size:1.2rem;color:rgba(var(--color-foreground),.6)}@media screen and (min-width:1440px){.customer .account-row-title p{padding-top:.8rem}}.customer .pagination{margin-top:5rem;margin-bottom:7rem}@media screen and (min-width:990px){.customer .pagination{margin-top:7rem;margin-bottom:10rem}}.customer .pagination ul{display:flex;justify-content:center;list-style:none;padding:0}.customer .pagination li{flex:1 1;max-width:4rem}.customer .pagination li:not(:last-child){margin-right:1rem}.customer .pagination li :first-child{display:inline-flex;justify-content:center;align-items:center;position:relative;height:4rem;width:100%;padding:0;text-decoration:none}.customer .pagination li :first-child svg{height:.6rem}.customer .pagination li:first-of-type svg{margin-left:-.2rem;transform:rotate(90deg)}.customer .pagination li:last-of-type svg{margin-right:-.2rem;transform:rotate(-90deg)}.customer .pagination li [aria-current]:after{content:"";display:block;width:2rem;height:.01rem;position:absolute;bottom:.08rem;left:50%;transform:translate(-50%);background-color:currentColor}
/*# sourceMappingURL=/cdn/shop/t/44/assets/features/customer/customer.css.map */
