:root{--container-padding: 2rem;--left-width: 45.3rem;--container-width: calc(123.6rem + (2 * var(--container-padding)))}@media screen and (min-width:1100px){:root{--container-padding: 3.2rem}}.customer__product-name{font-family:var(--font-heading-card-family);font-style:var(--font-heading-card-style);font-weight:var(--font-heading-card-weight);font-size:calc(var(--font-heading-card-scale) * 1rem);letter-spacing:calc(var(--font-heading-card-letter-spacing) * .1);text-transform:var(--font-heading-card-text-transform);line-height:1.3}.customer .field label{margin-bottom:.8rem;right:0!important}.customer.no-orders .account__left>*,.customer.no-orders .account__right>*{height:100%}.customer.no-orders .account__right>*{display:flex;align-items:flex-start;flex-direction:column;gap:0;height:100%}.customer.no-orders .account__right>* .account__no-order-block .button{margin-top:2.4rem}.customer.no-orders .account__right>* .account-address__list{flex:1}.customer.no-orders .account__right>* .button{margin-top:1.6rem}.customer.no-orders .account__left .account__no-order-block,.customer.no-orders.no-address .account__no-order-block{display:flex;flex-direction:column;gap:0}.customer.main-account{padding-bottom:4rem}.customer.main-account .page-header{margin-bottom:0}.customer.main-account .account__wrapper{align-items:flex-start;max-width:123.6rem;margin:0 auto}.customer.main-account .account__wrapper--inner{gap:6.4rem}.customer.main-account .account__wrapper--inner>div{padding:0}.customer .button-pass-visibility{display:none!important}.customer.order{padding-bottom:4rem}.customer.order .button{margin-top:1.6rem}.customer.order .account__wrapper{max-width:123.6rem;margin:0 auto;align-items:flex-start;gap:6.4rem;flex-direction:column;position:relative}.customer.order .account__wrapper .account__left,.customer.order .account__wrapper .account__right{flex:unset;width:100%;position:relative}.customer.order .account__wrapper .account__left:after{content:"";top:calc(100% + 2.5rem);left:0;transform:none;width:100%;height:1px;display:block;position:absolute;background:rgb(var(--color-border))}@media screen and (min-width:990px){.customer.order .account__wrapper .account__left:after{display:none}}@media screen and (min-width:990px){.customer.order .account__wrapper{flex-direction:row}.customer.order .account__wrapper .account__left{flex:1;width:unset}.customer.order .account__wrapper .account__right{flex:unset;width:var(--left-width)}}.customer.order .order-table .row:last-child{border-bottom-width:0}.customer:not(.addresses) .field input[type=text],.customer:not(.addresses) .field input[type=email],.customer:not(.addresses) .field input[type=tel],.customer:not(.addresses) .field input[type=password],.customer:not(.addresses) .field .field__input{box-sizing:border-box}.customer:not(.addresses) .field--checkbox input[type=checkbox][required]+label span:after{color:rgba(var(--color-foreground-title))}.customer:not(.addresses) .field input::placeholder,.customer:not(.addresses) .field select::placeholder,.customer:not(.addresses) .field .field__input::placeholder{color:rgba(var(--color-foreground),.4)!important}.customer:not(.addresses) .field input::-webkit-input-placeholder,.customer:not(.addresses) .field select::-webkit-input-placeholder,.customer:not(.addresses) .field .field__input::-webkit-input-placeholder{color:rgba(var(--color-foreground),.4)!important}.customer:not(.addresses) .field input:-ms-input-placeholder,.customer:not(.addresses) .field select:-ms-input-placeholder,.customer:not(.addresses) .field .field__input:-ms-input-placeholder{color:rgba(var(--color-foreground),.4)!important}.customer:not(.addresses) .field input::-ms-input-placeholder,.customer:not(.addresses) .field select::-ms-input-placeholder,.customer:not(.addresses) .field .field__input::-ms-input-placeholder{color:rgba(var(--color-foreground),.4)!important}.customer:not(.addresses) .field input::-moz-placeholder,.customer:not(.addresses) .field select::-moz-placeholder,.customer:not(.addresses) .field .field__input::-moz-placeholder{color:rgba(var(--color-foreground),.4)!important}.customer:not(.addresses) .field input:-moz-placeholder,.customer:not(.addresses) .field select:-moz-placeholder,.customer:not(.addresses) .field .field__input:-moz-placeholder{color:rgba(var(--color-foreground),.4)!important}.customer:not(.addresses) .field .field__input[required]+label:after{display:none}.customer:not(.addresses) .field--checkbox input[type=checkbox]+label:before{background:#fff0}.customer__overlay{position:absolute;background:#000;top:0;right:0;bottom:0;left:0;z-index:1}.customer.color-background-1 .customer__overlay{background:#fff}.customer__top{display:inline-flex;flex-direction:column;gap:1.5rem}@media(min-width:1100px){.customer__top{display:flex;flex-direction:row;align-items:center;justify-content:space-between}}.customer__top>*{text-align:left}.customer__top a{display:inline-flex!important;align-items:center;gap:.6rem;font-size:1.5rem;font-weight:500;color:rgb(var(--color-foreground-title));transition:var(--duration-default)}.customer__top a span{display:inline-block}.customer__pagination{margin-top:4rem}.customer .page-header{margin:0 0 2.4rem;padding:0;text-align:left}@media(min-width:750px){.customer .page-header{margin:0 0 4rem}}.customer .field:not(:first-of-type){margin:2rem 0 0}.customer .field input[aria-invalid=true]{border-color:rgba(var(--color-foreground),1)}.customer .field--checkbox+.field--checkbox{margin-top:1rem}.customer .field--checkbox input[type=checkbox]+label{transition:var(--duration-default);gap:.6rem}.customer .field--checkbox input[type=checkbox]+label:before{content:"";display:block;flex-shrink:0;width:1.4rem;height:1.4rem;border-radius:.1rem;border:.1rem solid rgb(var(--color-foreground));background-color:rgb(var(--color-background));transition:border-color var(--duration-default);opacity:1}.customer .field--checkbox input[type=checkbox]+label .icon-checkmark{position:absolute;left:.1rem;top:calc(50% - .4rem);z-index:5;visibility:hidden;fill:rgb(var(--color-background));transform:scale(.9)}[dir=rtl] .customer .field--checkbox input[type=checkbox]+label .icon-checkmark{left:unset;right:.1rem}.customer .field--checkbox input[type=checkbox]+label:hover{opacity:.8}.customer .field--checkbox input[type=checkbox]:checked+label:before{background-color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.customer .field--checkbox input[type=checkbox]:checked+label .icon-checkmark{visibility:visible}.customer .field--checkbox input[type=checkbox]:focus+label:before,.customer .field--checkbox input[type=checkbox]:focus-visible+label:before,.customer .field--checkbox input[type=checkbox]:focus-within+label:before{outline:.1rem solid rgba(var(--color-foreground),1)}.customer span.form__message{display:flex;margin:1rem 0 0}.customer span.form__message:before{content:"*";margin-right:.2rem}.customer .form__message{align-items:flex-start;font-size:1.2rem;color:rgba(var(--color-error));text-align:left;margin:1rem 0 0;font-weight:var(--font-body-weight)}.customer .form__message:focus-visible{outline:none;box-shadow:none}.customer .form__message svg{width:2.6rem;height:2.6rem;margin-right:1rem}.customer .errors ul{display:flex;flex-direction:column;list-style:none;padding-left:0;margin:0}.customer .errors ul li{display:flex;align-items:flex-start;font-size:1.2rem;color:rgba(var(--color-error));text-align:left;margin:1rem 0 0;font-weight:var(--font-body-weight)}.customer .form__errors{padding:2.4rem;background-color:rgba(var(--color-error),.05)}.reset-password__wrapper{max-width:min(30rem,100% - 4rem);width:100%;margin:0 auto;padding:4.8rem 0;box-sizing:content-box;text-align:center}.reset-password .title--page{margin-bottom:.8rem!important}.reset-password p{margin:.8rem 0 0}[dir=rtl] .reset-password p{text-align:right}.reset-password form{margin-top:3.2rem}.reset-password__submit{margin-top:3.2rem!important;width:100%}.order-table{width:100%;border-collapse:collapse}.order-table .thead{text-transform:none!important;font-size:1.2rem!important}.order-table .row{display:flex;flex-direction:column;width:100%;height:auto;padding:1.6rem 0;background-color:rgb(var(--color-background));border-bottom:.1rem solid rgb(var(--color-border));gap:1rem}@media screen and (min-width:576px){.order-table .row{flex-direction:row;align-items:center;padding:0;gap:0}}.order-table .row.thead{border-bottom:none;padding:1rem 1.2rem;margin-bottom:0}.order-table .row>*{display:block;padding:0 .8rem 0 0;box-sizing:border-box}@media screen and (min-width:576px){.order-table .row>*:last-child{justify-content:flex-end}}.main-account .order-table .row>*:last-child{padding:0}@media(min-width:576px){.order-table .row>*{width:20%;padding:0 1.2rem 0 0}}.order-table .row>*:before{content:attr(data-label);display:inline-block;max-width:10rem;min-width:10rem;font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground-secondary));margin-right:2rem}@media(min-width:576px){.order-table .row>*:before{display:none}}.order-table .discounts{display:flex;flex-direction:column;gap:.4rem;margin-top:.8rem}.order-table .discounts__item{font-size:1.2rem;color:rgb(var(--color-foreground-secondary))}.order-table .discounts__item .icon{width:1.2rem;height:1.2rem}.order-table .thead{display:none;position:relative;background-color:rgb(var(--color-background-secondary))}@media(min-width:576px){.order-table .thead{display:flex}}.order-table .thead>*{text-align:left;color:rgb(var(--color-foreground-title));width:25%}.order-table .thead>*:last-child{text-align:right}.order-table .tbody{width:100%;text-decoration:none;transition:var(--duration-default);padding:1.2rem}.order-table .tbody:hover{opacity:1!important}.order-table .tbody:hover>*{color:rgb(var(--color-foreground-title),.6)}.order-table .tbody>*{display:flex;align-items:center;color:rgba(var(--color-foreground-title));box-sizing:border-box;transition:var(--duration-default)}@media(min-width:1100px){.order-table .tbody>*{align-items:flex-start}}.order-table--total{border-top:1px solid rgb(var(--color-border))}.order-table--total .row{height:auto;justify-content:space-between;gap:2.4rem;padding:1.2rem;background-color:transparent}.order-table--total .row:last-child{border-bottom:0}.order-table--total .row>span{display:inline;color:rgb(var(--color-foreground-title))!important;text-transform:none;padding:0!important;width:unset!important}.order-table--total .row>span.subtitle{font-size:1.2rem;margin-bottom:0}.order-table--total .row>span:before{display:none}.order-table--total .row>span:nth-child(n+3){color:rgb(var(--color-foreground-secondary))}@media(min-width:1100px){.order-table--total .row>span:last-child{white-space:nowrap}}.order-table--total .row>span p{margin:0}.order-table--details .thead{margin-bottom:1.2rem}.order-table--details .thead+.tbody{margin-top:1.2rem}.order-table--details .tbody{padding:0 1.2rem 3.2rem;border-bottom:none!important}@media(min-width:1100px){.order-table--details .tbody{height:auto}}.order-table--details .tbody:hover>*{color:rgb(var(--color-foreground-title))}@media(min-width:1100px){.order-table--details .row>*:not(:first-child){text-align:right;justify-content:flex-end}}.order-table--details .row>*:first-child a,.order-table--details .row>*:first-child p{text-decoration:none}.order-table--details .row>*:first-child .properties{display:flex;flex-wrap:wrap;color:rgb(var(--color-foreground))}.order-table--details .row>*:first-child .properties:last-child{margin-bottom:0;font-weight:400}.order-table--details .row>*:first-child .properties span{display:inline-flex;align-items:center;position:relative}.order-table--details .row>*:first-child .properties span:not(:last-child):after{content:"";display:block;width:1px;height:1rem;background:rgb(var(--color-border));margin:0 .8rem}.order-table--details .tbody>*{color:rgb(var(--color-foreground-title))}.order-table--details .tbody>*:last-child{padding-right:0}.order-table--details .tbody .product-name>*:not(:last-child){display:block;margin-bottom:.6rem}.register__create-acc{width:100%}.register span.register__message-terms{display:none}.register .field--checkbox input[type=checkbox]+label{font-weight:var(--font-body-weight);margin-bottom:0}.register .field__wrapper{display:flex;align-items:center;flex-direction:column;gap:.8rem}@media(min-width:990px){.register .field__wrapper{flex-direction:row}}.register .field__wrapper>*{width:100%}.register .field__wrapper>*:not(:first-of-type){margin:0}@media(min-width:990px){.register .field__wrapper>*{width:calc(50% - .4rem)}}.login.register .login__form form{flex-direction:row}.login__sign-in .button-wrapper-anim{text-align:center}[data-scheme=dark] .login input{color:rgb(var(--color-foreground))}.login .login__form form{display:flex;flex-wrap:wrap;flex-direction:column}.login .field--checkbox input[type=checkbox][required]+label span:after{color:#fff}.login .field__input::placeholder{opacity:0}.login:not(.address) .field--checkbox input[type=checkbox]+label:before:hover{opacity:.6}.login .pass-hide,.login .pass-show{display:block;height:100%}.login .field--pass .button-pass-visibility{position:absolute;top:0;bottom:unset;right:0;cursor:pointer;text-align:right}.login .page-header{border-bottom:0;padding:0;margin:0;text-align:left}.login--button-home{display:inline-flex;line-height:2rem!important;position:relative!important;z-index:2!important;margin-bottom:9rem;margin-top:2.4rem;font-family:var(--font-header-menu-family)!important;font-style:var(--font-header-menu-style)!important;font-weight:var(--font-header-menu-weight)!important;text-transform:var(--font-header-menu-text-transform)!important;font-size:calc(var(--font-header-menu-scale) * 1rem)!important;letter-spacing:calc(var(--font-header-menu-letter-spacing) * .1)!important;transition:opacity var(--duration-default)}.login--button-home:hover{opacity:.6}.login__container--wrapper{display:flex;flex-direction:column;min-height:100%;box-sizing:border-box;gap:3.2rem;padding:3.2rem 0;position:relative;width:min(30rem,100%)}@media screen and (min-width:990px){.login__container--wrapper{padding:6.4rem 0}}.login__container--wrapper:after{content:"";display:block;flex:1}.login__buttons-group{flex:1;margin-bottom:0;display:flex;align-items:flex-start;justify-content:center;gap:2.4rem}.login__buttons-group>a{text-decoration:none}.login__buttons-group>a:not(.active){opacity:.4!important}.login__buttons-group>a:hover,.login__buttons-group>a:not(.active):hover{color:rgb(var(--color-foreground));opacity:1!important}.login__image-wrapper{position:relative;height:auto;overflow:hidden;min-height:unset;aspect-ratio:958/829}@media screen and (min-width:990px){.login__image-wrapper{aspect-ratio:unset;min-height:calc(100vh - var(--header-height) - var(--ann-height))}}.login__wrapper{display:flex;width:100%;margin:0 auto;padding:0;text-align:center;position:relative;min-height:calc(100vh - var(--header-height) - var(--ann-height));flex-direction:column}[dir=rtl] .login__wrapper{flex-direction:column-reverse}@media screen and (min-width:990px){.login__wrapper,[dir=rtl] .login__wrapper{flex-direction:row}}.login__wrapper>div{flex:1}.login__wrapper .container{text-align:left;display:flex;justify-content:center}.login__wrapper .preview_image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;display:none}@media screen and (min-width:990px){.login__wrapper .preview_image{display:block}}.login__wrapper .preview_image--mobile{display:block;width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}@media screen and (min-width:990px){.login__wrapper .preview_image--mobile{display:none}}.login__col{position:relative}.login__col:first-child{width:100%;height:0;padding-top:70%;position:relative;overflow:hidden}@media(min-width:750px){.login__col:first-child{padding-top:40%}}@media(min-width:990px){.login__col:first-child{width:50%;height:auto;padding-top:0;border-radius:0 var(--border-radius-button) var(--border-radius-button) 0}}@media(min-width:1600px){.login__col:first-child{width:65.4%}}.login__col:first-child img,.login__col:first-child svg{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.login__col:last-child{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgb(var(--color-background));padding:0 2rem;order:-1}@media(min-width:990px){.login__col:last-child{width:50%;padding:0 6.4rem;order:1}}@media(min-width:1600px){.login__col:last-child{width:34.6%}}.login__placeholder{background-color:rgba(var(--color-foreground),.5);fill:#fff}.login__reset,.login__form{display:flex;flex-direction:column;justify-content:center;flex-grow:1;width:100%;position:relative;flex:auto}.login__reset--subtext{text-align:left;margin-top:.8rem;margin-bottom:0}.login__reset--buttons{display:flex;margin-top:3.2rem;margin-bottom:0;gap:1.6rem 2.4rem;gap:.8rem}.login__reset--buttons>*{flex:1}.login__guest{border-top:1px solid rgb(var(--color-border));width:100%;padding:3.2rem 0 0;margin-top:3.2rem}.login__field{margin-top:4.8rem}.login__field--email{margin-top:0!important}.login form{margin-top:3.2rem}.login .login__forgot-password{display:inline-block;margin-top:.8rem;margin-bottom:0;padding-top:0;font-weight:var(--font-body-weight)}.login .login__forgot-password span{display:inline-block;text-decoration:underline}[dir=rtl] .login .login__forgot-password{text-align:right}.login__login-button{width:100%}.login__buttons{display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;margin-top:3.2rem;flex-direction:column}.login--btns-wrapper{display:flex;flex-wrap:wrap;gap:1.6rem 2.4rem;align-items:center}.login__create-acc{text-align:left}.login__create-acc .login__text{display:block;margin-bottom:1.6rem}.login__create-acc .button--simple{display:block;text-transform:capitalize;font-size:1.5rem}.account__title{text-align:center;margin-top:0;margin-bottom:0}.addresses .account__title{margin-bottom:0;text-align:center}.account__subtitle{margin:0 0 2.4rem}.account-none__content .account__subtitle{margin:0 0 .8rem}.account__billing-address{padding-bottom:2.4rem;margin-bottom:2.4rem;border-bottom:1px solid rgb(var(--color-border))}.account__shipping-address--address:not(:first-child){margin-top:1.6rem}.account__shipping-address--address>.h3:first-child{margin-bottom:.8rem}.account__shipping-address--address>.h3:first-child+p{margin-top:0;margin-bottom:0}.account__shipping-address--address>.h3:first-child+p>br:first-child{display:none;margin:0}.account__shipping-address .accont__status-name{margin-bottom:.6rem}.account__no-address{margin-top:.8rem}.account__no-address .button{margin-top:2.4rem}.account__wrapper{align-items:center;display:flex}.account__wrapper--inner{display:flex;flex-direction:column;position:relative;width:100%}@media(min-width:1100px){.account__wrapper--inner{flex-direction:row;justify-content:space-between}}.account__wrapper--inner>div{padding:0 2.4rem}.account__wrapper--inner>div:first-child{border-bottom:1px solid rgb(var(--color-border));padding-bottom:3rem;margin-bottom:3rem}@media(min-width:750px){.account__wrapper--inner>div:first-child{border-bottom:unset;padding-bottom:0;margin-bottom:0}}.account__wrapper--inner .button{margin-top:1.6rem}.account__wrapper--no-orders{padding-top:0}.account__wrapper--no-orders .account__left{flex:1}@media(max-width:1100px){.account__wrapper--no-orders .account__left{border-bottom:none!important}}.account__wrapper--no-orders .account__right{flex:initial;min-width:var(--left-width)}@media screen and (min-width:1100px){.account__wrapper--no-orders .account__right{max-width:var(--left-width)}}.account__wrapper--with-orders .account__left{flex:1}@media(max-width:1100px){.account__wrapper--with-orders .account__left{border-bottom:none!important}}.account__wrapper--with-orders .account__right{flex:initial;max-width:var(--left-width)}.account__left,.account__right{flex:1;align-items:center}@media screen and (min-width:1100px){.account__right{width:var(--left-width)}}.account__order-info{display:flex;flex-wrap:wrap;align-items:center;margin:0 0 2.4rem}.account__order-info .account__subtitle{margin:0 0 2.4rem}.account__order-info>*:not(:last-child){position:relative;display:inline-flex;align-items:center}.account__order-info>*:not(:last-child):after{content:"";display:block;width:1px;height:1rem;background:rgb(var(--color-border));margin:0 .8rem}.account__no-order-block .button{margin-top:2.4rem;width:fit-content}.account-none h3{margin:0}.account-none__content{max-width:38rem}.account-none__text{margin-top:.8rem}.account-none--address{width:100%}.account-address:not(.account__no-address){margin-left:0;text-align:left}.account-address__item:not(.account-address__item-name):not(:last-child):after{content:", "}.account-address__item-name{margin-bottom:.8rem}.account-address__list{max-width:calc(100vw - 4rem)}#customer_login_guest button{margin-top:0}#recover{display:none}#recover:target{display:flex}#recover:target+div{display:none}.activate .page-header{margin:0 0 3.2rem}.activate__container{padding-top:4.8rem;padding-bottom:4.8rem;width:min(30rem,100% - 4rem);margin:0 auto;text-align:center;box-sizing:content-box}.activate__outer{max-width:80rem;width:100%}.activate__subtitle{text-align:left;margin-top:.8rem;margin-bottom:0}[dir=rtl] .activate__subtitle{text-align:right}.activate__buttons{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem;margin-top:3.2rem}.activate__buttons>*{width:100%;min-width:unset;padding:0!important}.addresses .field .select .placeholder-select span{color:inherit!important}.addresses .page-header{border-bottom:none;margin-bottom:0}.addresses__header{display:flex;flex-direction:column-reverse;justify-content:center;position:relative;gap:1.6rem 2.4rem;margin-bottom:3.2rem}@media screen and (min-width:1100px){.addresses__header{flex-direction:row;justify-content:space-between}}.addresses__header:before{content:"";display:block;flex:1}.addresses__header .addresses--title-link{flex:1;display:flex;justify-content:flex-end;margin-top:0!important}.addresses__header-btn__wrapper{display:flex;justify-content:space-between;align-items:center}.addresses__header-btn__wrapper .addresses__btns-wrapper{margin-bottom:2.4rem}.addresses h2{font-weight:500;text-align:left;margin:0 0 2.4rem}.addresses .address-add-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;margin-top:2.4rem}.addresses .address-add-new{border-radius:0;margin-bottom:4rem}@media(min-width:750px){.addresses .address-add-new{margin-bottom:2.4rem}}.addresses .address-add-new span{display:inline-flex;align-items:center;gap:.4rem}.addresses .button-address-delete,.addresses .address-cancel{padding-top:0!important;color:rgb(var(--color-foreground-secondary))}.addresses .button-address-delete:hover,.addresses .address-cancel:hover{color:rgba(var(--color-foreground-secondary),.6)}.addresses .address-edit-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;margin-top:2.4rem}.addresses ul{list-style:none;padding-left:0}.addresses ul p{margin-bottom:0}.addresses li>button{margin-left:.5rem;margin-right:.5rem}@media(min-width:750px){.addresses li>button:first-of-type{margin-top:3rem}}.addresses li>button+button{margin-top:0}.addresses li[data-address]>h2{margin:0 0 2rem}.addresses form{display:grid;align-items:flex-start;gap:2rem}@media(min-width:990px){.addresses form{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-areas:"a1 a1 a2 a2 a3 a3" "a4 a4 a5 a5 a8 a8" "a6 a6 a6 a7 a7 a7" "a9 a9 a9 a10 a10 a10" "a11 a11 a11 a11 a11 a11"}}@media(min-width:990px){.addresses form div:nth-of-type(1){grid-area:a1}}@media(min-width:990px){.addresses form div:nth-of-type(2){grid-area:a2}}@media(min-width:990px){.addresses form div:nth-of-type(3){grid-area:a3}}@media(min-width:990px){.addresses form div:nth-of-type(4){grid-area:a4}}@media(min-width:990px){.addresses form div:nth-of-type(5){grid-area:a5}}@media(min-width:990px){.addresses form div:nth-of-type(6){grid-area:a6}}@media(min-width:990px){.addresses form div:nth-of-type(7){grid-area:a7}}@media(min-width:990px){.addresses form div:nth-of-type(8){grid-area:a8}}@media(min-width:990px){.addresses form div:nth-of-type(9){grid-area:a9}}@media(min-width:990px){.addresses form div:nth-of-type(10){grid-area:a10}}@media(min-width:990px){.addresses form div:nth-of-type(11){grid-area:a11}}.addresses form button+button{margin-top:0}.addresses form .field:not(:first-of-type){margin:0}.addresses .field input[type=text][required]+label:after{left:0}.addresses .select select{min-height:3.4rem;max-height:3.4rem}.addresses .select select+svg{top:calc(50% + .1rem);min-width:2rem;min-height:2rem;width:2rem;height:2rem;right:.7rem!important}.addresses .select .placeholder-select{color:rgba(var(--color-foreground-title));position:unset;transform:none;padding-bottom:.8rem;font-size:inherit}.addresses label[for=AddressCountryNew],.addresses label[for=AddressProvinceNew]{display:block;font-size:1.4rem;margin-bottom:.6rem}.addresses [data-expand=false]{display:none!important}.addresses [data-expand=true],.addresses [data-expand=true].account-none--address{display:flex!important}.addresses .address-edit-form{display:none;margin-bottom:2.4rem}.addresses .address-edit-form.active{display:block}.addresses .address-add-form{display:flex;flex-direction:column;align-items:center}.addresses .address-add-form__heading{margin-bottom:2.4rem}.addresses .address-add-form__item{margin-bottom:4rem;width:100%}.addresses .address-add-form__item[data-expand=true]{position:absolute;top:0;left:0;z-index:15;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center}.addresses .address-add-form__item[data-expand=true] .address-add-form__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--color-overlay),.3);cursor:pointer;z-index:15}.addresses .address-add-form__close-popup{position:absolute;top:2rem;right:2rem}[dir=rtl] .addresses .address-add-form__close-popup{right:unset;left:2rem}.addresses .address-add-form__inner{width:72rem;background:rgb(var(--color-background));max-width:100vw;max-height:100vh;z-index:16;box-sizing:border-box;padding:2.4rem 1.6rem;overflow:auto;position:relative}@media screen and (min-width:990px){.addresses .address-add-form__inner{padding:4rem}}.addresses .address-add-form__inner h2{margin:0;font-weight:500}.addresses .address-add-form__inner .field{margin-top:2.4rem}.addresses .address-add-form__inner .field--first-line{margin-top:0}.addresses .address-add-default-check{position:relative;display:inline-flex;align-self:flex-start;color:rgba(var(--color-foreground-secondary))}.addresses .address-add-default-check label{cursor:pointer;position:relative;display:flex;align-items:center;gap:1rem;flex-grow:1;word-break:break-word}.addresses .address-add-default-check label:hover:before{opacity:.6}.addresses .address-add-default-check label:before{content:"";display:block;flex-shrink:0;width:1.4rem;height:1.4rem;border-radius:.1rem;border:.1rem solid rgb(var(--color-foreground));background-color:rgb(var(--color-background));transition:border-color var(--duration-default);opacity:1}.addresses .address-add-default-check label .icon-checkmark{position:absolute;left:.1rem;top:calc(50% - .4rem);z-index:5;visibility:hidden;fill:rgb(var(--color-background));transform:scale(.9)}[dir=rtl] .addresses .address-add-default-check label .icon-checkmark{left:unset;right:.1rem}.addresses .address-add-default-check>input[type=checkbox]{position:absolute;opacity:1;width:2.4rem;height:2.4rem;top:0;left:2rem;z-index:-1;-webkit-appearance:none;appearance:none}.addresses .address-add-default-check>input[type=checkbox]:checked+label:before{border-color:rgb(var(--color-button));background-color:rgb(var(--color-button))}.addresses .address-add-default-check>input[type=checkbox]:checked+label span{color:rgb(var(--color-foreground))}.addresses .address-add-default-check>input[type=checkbox]:checked+label .icon-checkmark{visibility:visible}.addresses__btns-wrapper{display:flex;justify-content:space-between;gap:2.4rem}.addresses--title-link{display:inline-block}.addresses__wrapper{max-width:123.6rem;margin-left:auto;margin-right:auto}.addresses .field input[type=text]+label,.addresses .field input[type=email]+label,.addresses .field input[type=tel]+label,.addresses .field input[type=search]+label,.addresses .field input[type=password]+label,.addresses .field select+label,.addresses .field .field__input+label{right:0!important}.address-list{display:grid;gap:6.4rem;grid-template-columns:1fr}@media screen and (min-width:1100px){.address-list{grid-template-columns:1fr 1fr}}.address-list__item-wrapper{display:flex;flex-direction:column;justify-content:flex-end}@media screen and (min-width:1100px){.address-list__item-wrapper:nth-child(n+2):not(:nth-child(2n)):before{display:none}}.address-list__item-wrapper--default{order:-1}.address-list-lines{width:100%}.address-list-lines__item{position:relative;display:flex;align-items:center;gap:2.4rem;border-bottom:1px solid rgb(var(--color-border));margin-bottom:1.2rem;padding-bottom:1.2rem}.address-list-lines__item span{color:rgb(var(--color-foreground-title))}.address-list-lines__item span:first-child{max-width:14rem;width:100%;margin-bottom:0}.address-list-lines__value{color:rgb(var(--color-foreground-title))}body[class*="template-customers/register"] .section-announcement,body[class*="template-customers/login"] .section-announcement{display:none}html.no-scroll{overflow:hidden;scrollbar-gutter:unset}html.no-scroll body{scrollbar-gutter:unset}
/*# sourceMappingURL=/cdn/shop/t/15/assets/customer.css.map */
