.customer .main-page-title{max-width:46rem}.customer__top{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2.4rem;margin-bottom:2.4rem}.customer__pagination{margin-top:4rem}.customer span.form__message{display:flex;margin:1rem 0 0}.customer span.form__message:before{content:"*";color:rgba(var(--color-error));margin-right:.2rem}.customer .form__message{align-items:flex-start;color:rgb(var(--color-error));text-align:left;margin:.8rem 0 0;font-weight:var(--font-body-weight)}.customer .form__message:focus-visible{outline:none;box-shadow:none}.customer .form__message--success{color:rgb(var(--color-success))}.customer .errors ul{display:flex;flex-direction:column;padding-left:0;margin:.4rem 0 0;font-size:1.2rem;list-style:none}.customer .errors ul li{position:relative;display:inline-flex;color:rgb(var(--color-error))}.customer .form__errors{padding:2.4rem;background-color:rgba(var(--color-error),.05)}.customer .pagination ul{display:flex;align-items:center;justify-content:center;gap:.8rem}.customer .pagination ul li{display:flex;align-items:center;justify-content:center;flex:none;min-width:4.4rem;min-height:4.4rem}.customer .pagination .pagination__arrow{display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:opacity var(--duration-default)}@media screen and (hover:hover)and (pointer:fine){.customer .pagination .pagination__arrow:hover{opacity:.5}}.customer .pagination .pagination__arrow .icon{width:2.4rem;height:2.4rem}.customer .pagination .pagination__arrow--previous .icon{transform:rotate(-180deg)}.customer .pagination__number{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:1.6rem;border-radius:.6rem;font-weight:600;line-height:1;background-color:rgb(var(--color-background-secondary));opacity:.5;transition:opacity var(--duration-default)}.customer .pagination__number--link{text-decoration:none}@media screen and (hover:hover)and (pointer:fine){.customer .pagination__number--link:hover{opacity:1}}.customer .pagination__number--current{opacity:1}.order-table{width:100%;border-collapse:collapse}.order-table .row{display:flex;flex-direction:column;gap:1rem;padding:2rem 0rem;width:100%;height:auto;background-color:rgb(var(--color-background));border-bottom:.1rem solid rgb(var(--color-border))}@media(min-width:990px){.order-table .row{display:flex;flex-direction:row;align-items:center;padding:2rem 1.6rem}}.order-table .row>*:before{flex-shrink:0;content:attr(data-label);display:inline-block;width:40%;min-width:12rem;font-family:var(--font-subheading-family);font-style:var(--font-subheading-style);font-weight:var(--font-subheading-weight);letter-spacing:var(--font-subheading-letter-spacing);line-height:var(--font-subheading-line-height);text-transform:var(--font-subheading-text-transform);font-size:calc(var(--font-subheading-scale) * 1rem);word-wrap:break-word;word-break:break-word;color:rgb(var(--color-foreground-secondary));margin-right:2rem;margin-top:.6rem}@media(min-width:576px){.order-table .row>*:before{width:50%}}@media(min-width:990px){.order-table .row>*:before{display:none}}@media(min-width:990px){.order-table .row>*:first-child{width:20%}}@media(min-width:990px){.order-table .row>*:nth-child(2){width:20%}}@media(min-width:990px){.order-table .row>*:nth-child(3),.order-table .row>*:nth-child(4){width:20%}}@media(min-width:990px){.order-table .row>*:last-child{width:20%;text-align:right;justify-content:flex-end}}.order-table .thead{display:none;position:relative;padding:1.6rem;background-color:rgb(var(--background-color-input));border:.1rem solid rgb(var(--color-foreground),.03);border-radius:var(--border-radius-button)}@media(min-width:990px){.order-table .thead{display:flex}}.order-table .tbody{width:100%;text-decoration:none}@media screen and (hover:hover)and (pointer:fine){.template-account .order-table .tbody:hover>*{opacity:var(--hover-opacity)}}.order-table .tbody>*{display:flex;color:rgba(var(--color-foreground));box-sizing:border-box;transition:var(--duration-default)}.order-table .tbody .order-product{display:flex;align-items:center;gap:.8rem}@media(min-width:990px){.order-table .tbody .order-product{padding-right:.8rem}}@media(min-width:1200px){.order-table .tbody .order-product{gap:1.6rem;padding-right:1.6rem}}.order-table .tbody .order-product__link{display:block!important;background:transparent;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2}@media screen and (hover:hover)and (pointer:fine){.order-table .tbody .order-product__link:hover+img{transform:scale(1.05)}}.order-table .tbody .order-product__details{display:flex;flex-direction:column;gap:.4rem}.order-table .tbody .order-product__name{color:rgb(var(--color-foreground))}.order-table .tbody .order-product__name--link{text-decoration:none;transition:opacity var(--duration-default)}@media screen and (hover:hover)and (pointer:fine){.order-table .tbody .order-product__name--link:hover{opacity:var(--hover-opacity)}}.order-table .tbody .order-product__sku span{word-wrap:break-word;white-space:wrap;word-break:break-word}.order-table .tbody .order-product .properties{display:flex;flex-wrap:wrap;gap:.4rem}.order-table .tbody .order-product .properties__item{display:flex;flex-wrap:wrap;gap:.4rem;font-size:1.2rem}.order-table .tbody .order-product .properties__item:not(:last-child) .properties__value:after{content:","}.order-table .tbody .order-product .properties__name,.order-table .tbody .order-product .properties__value{color:rgb(var(--color-foreground-secondary))}@media(min-width:990px){.order-table--details .row>*:first-child{width:40%}}@media(min-width:990px){.order-table--details .row>*:nth-child(2){width:18%}}@media(min-width:990px){.order-table--details .row>*:nth-child(3){width:22%}}@media(min-width:990px){.order-table--details .row>*:nth-child(4){width:20%}.order-table--details .row>*:nth-child(4) span{display:block;margin-inline-start:.2rem}}@media(min-width:990px){.order-table--details .row>*:last-child{width:20%}}.order-table--details .tbody:last-child{border-bottom:none}@media(max-width:989px){.order-table--details .tbody:last-child{display:flex;flex-direction:column;gap:.8rem}}.order-table--total{display:flex;flex-direction:column;row-gap:1.2rem;border-top:.1rem solid rgb(var(--color-foreground),.03);padding-top:2rem}@media(min-width:990px){.order-table--total{align-items:flex-end}}.order-table--total .row{display:flex;flex-direction:row;gap:2rem;padding-block:0;border:none;width:100%}@media(min-width:990px){.order-table--total .row{justify-content:space-between}}.order-table--total .row.row--total{padding-top:1.2rem;gap:1.6rem}.order-table--total .row>span{display:inline-block;color:rgb(var(--color-foreground));padding:0}.order-table--total .row>span:before{display:none}.order-table--total .row>span:first-child{width:40%}@media(min-width:576px){.order-table--total .row>span:first-child{width:50%}}.order-table--total .row .discounts__discount-label{display:flex;align-items:center;word-break:break-word}.order .address-list{gap:2rem}@media screen and (max-width:575.99px){.login-section>.container,.register-section>.container{padding:0}}.login{position:relative;background-color:rgb(var(--color-background));display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:2.4rem}.login.login--full_height{padding-top:4rem;padding-bottom:4rem;justify-content:space-between}.login.login--full_height .login__top{position:relative;z-index:5;width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.login.login--full_height .header-logo{max-width:16.8rem;text-align:center}.login.login--standard{border-radius:0}@media(min-width:576px){.login.login--standard{border-radius:var(--border-radius-block);overflow:hidden}}.login__subtext{color:rgb(var(--color-foreground-secondary));margin-top:.8rem}.login__image{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.login__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%}.login__wrapper{display:flex;justify-content:center}.login__col{border-radius:.2rem;border:.1rem solid rgb(var(--color-foreground),.03);width:min(46rem,100% - 4rem);position:relative;z-index:4;border-radius:var(--border-radius-block);overflow:hidden}.login__form{position:relative;display:flex;flex-direction:column;justify-content:center;width:100%;z-index:4;padding:2.4rem}@media(min-width:750px){.login__form{padding:3.2rem}}@media(min-width:1200px){.login__form{padding:4.8rem}}.login__form-header{padding-bottom:2.4rem}.login__form-line{display:flex;flex-direction:column;row-gap:2rem;column-gap:.8rem}@media(min-width:576px){.login__form-line{flex-direction:row}}.login form{display:flex;flex-direction:column;gap:2rem}.login form .field--terms{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}.login form .field--terms label{text-transform:none}.login form .field--terms:empty{display:none}.login__guest{width:100%;display:flex;flex-direction:column;background-color:rgb(var(--color-background-secondary));padding:2.4rem;gap:1.6rem}@media(min-width:750px){.login__guest{padding:2.4rem 3.2rem}}@media(min-width:1200px){.login__guest{padding:2.4rem 4.8rem}}.login .recover-link{width:fit-content;display:block;margin-top:1rem}.login .recover-link.button--tertiary .button__label{color:rgb(var(--color-foreground-secondary));font-size:calc(var(--font-button-scale) * 1.2rem);font-weight:500}.login .recover-link .button__label-wrapper:before{background-color:rgb(var(--color-foreground-secondary),.5)}.login .recover-link .button__label-wrapper:after{background-color:rgb(var(--color-foreground-secondary))}.login__buttons{display:flex;align-items:center;gap:1.2rem;margin-top:.4rem}.login__blocks{position:relative;z-index:5;display:flex;flex-direction:column;row-gap:1.2rem;align-items:center;width:min(64rem,100% - 4rem)}.login__blocks-info{display:flex;gap:.8rem}.login__blocks-info span{flex-shrink:0}.login__blocks .block-richtext{text-align:center}.login__blocks .block-richtext ul,.login__blocks .block-richtext ol{width:max-content;margin-inline:auto;max-width:100%}.login .form__message--success{outline:none;text-align:left;margin:0 0 1rem}.login .h-captcha{display:none}#seal-login-helper{text-align:left!important;margin:1rem 0 0!important}#seal-login-helper h5{font-size:1.6rem}#seal-login-helper a{color:rgb(var(--color-secondary-button-text));text-decoration:underline}#seal-login-helper a:hover{color:rgb(var(--color-secondary-button-text-hover))}.account__subtitle{margin:0 0 1.6rem}.account__wrapper{display:flex;align-items:flex-start;flex-direction:column;column-gap:2rem;row-gap:4rem}@media(min-width:990px){.account__wrapper{flex-direction:row;align-items:flex-start;justify-content:space-between}}.account__wrapper--without-orders{align-items:center}@media(min-width:990px){.account__wrapper--without-orders{flex-direction:row;align-items:stretch;justify-content:center;gap:1.6rem}}.account__wrapper--without-orders .account-none__wrapper{max-width:32rem}.account__wrapper .template-order .account__right .account__subtitle{margin-bottom:1.6rem}.account__left{display:flex;flex-direction:column;height:auto;width:100%;max-width:100%}@media(min-width:990px){.account__left{width:calc(100% - 36.7rem);max-width:unset}}.account__right{display:flex;flex-direction:column;height:auto;width:100%;max-width:100%}@media(min-width:990px){.account__right{width:34.7rem;max-width:unset}}.template-order .account__right{display:flex;flex-direction:column}.template-order .account__right .account__subtitle--margin-top{margin-top:.8rem}.account__order-info{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem;margin:0 0 1.6rem}.account__order-info .account__subtitle{margin:0}.account__order-info span{color:rgb(var(--color-foreground-secondary))}.account__order-info .badge{color:rgb(var(--color-foreground))}.account-address{padding:3.2rem;background-color:rgb(var(--color-background-secondary));border-radius:var(--border-radius-block);border:.1rem solid rgb(var(--color-foreground),.03)}.account-address__item{color:rgba(var(--color-foreground-secondary))}.account-address__item:not(.account-address__item-name):not(:last-child):after{content:", "}.account-address__item-name{margin-bottom:.8rem;color:rgba(var(--color-foreground))}.account-address__link{margin-top:2.4rem}.account-none{flex-grow:1;padding:2.4rem;background-color:rgb(var(--color-background-secondary));border-radius:var(--border-radius-block)}@media(min-width:990px){.account-none{height:auto;padding:3.2rem}}.account-none__wrapper{height:100%;display:flex;flex-direction:column}.account-none__content{margin-bottom:2.4rem;max-width:32rem}.account-none__text{color:rgb(var(--color-foreground-secondary));margin-top:.8rem}.account-none .account__subtitle{margin:0;padding:0 0 1.6rem;border-bottom:.1rem solid rgb(var(--color-border))}.account-none .account__subtitle+.account-address__list{margin-top:.8rem}.account-none .account__subtitle+.account-address__list--margin-bottom{margin-bottom:1.6rem}.account-none .account__subtitle+.account-address__list--margin-bottom+.account-address__link{margin-top:auto}.account-none--address{padding:0;background:transparent}#customer_login_guest button{margin-top:0}#recover{display:none}#recover:target{display:flex}#recover:target+div{display:none}.addresses .customer__top{margin-bottom:1.6rem}.addresses>.container{display:flex;flex-direction:column}.addresses .address-list-lines{gap:1.6rem}@media(min-width:750px){.addresses .address-list-lines{gap:2.4rem}}.addresses .address-list{margin-bottom:-2rem}.addresses .address-list__item{position:relative;width:100%;margin-bottom:2rem}@media(min-width:990px){.addresses .address-list__item{height:auto;width:calc(50% - 1rem)}}.addresses .address-list__item-badge{display:block;margin-bottom:2rem;width:fit-content;background-color:rgb(var(--color-background))}@media(min-width:990px){.addresses .address-list__item-badge{position:absolute;top:1.2rem;right:1.2rem;margin-bottom:0}}.addresses .address-add-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin-top:.4rem}.addresses .address-add-new{margin-bottom:2.4rem}.addresses .address-edit-buttons,.addresses .address-add-buttons{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%}@media(min-width:576px){.addresses .address-edit-buttons,.addresses .address-add-buttons{flex-direction:row;flex-wrap:wrap}}@media(max-width:575.99px){.addresses .address-edit-buttons>*,.addresses .address-add-buttons>*{width:100%}}.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:flex;flex-direction:column;align-items:flex-start;gap:1.6rem}@media(min-width:576px){.addresses form{display:grid;gap:2rem .8rem;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-areas:"a1 a1 a1 a2 a2 a2" "a3 a3 a3 a3 a3 a3" "a4 a4 a5 a5 a6 a6" "a7 a7 a7 a8 a8 a8" "a9 a9 a9 a10 a10 a10" "a11 a11 a11 a11 a11 a11" "a12 a12 a12 a12 a12 a12"}.addresses form:has(.province[style="display: none;"]){grid-template-areas:"a1 a1 a1 a2 a2 a2" "a3 a3 a3 a3 a3 a3" "a4 a4 a4 a6 a6 a6" "a7 a7 a7 a8 a8 a8" "a9 a9 a9 a10 a10 a10" "a11 a11 a11 a11 a11 a11" "a12 a12 a12 a12 a12 a12"}}@media(min-width:576px){.addresses form>div:nth-of-type(1){grid-area:a1}}@media(min-width:576px){.addresses form>div:nth-of-type(2){grid-area:a2}}@media(min-width:576px){.addresses form>div:nth-of-type(3){grid-area:a3}}@media(min-width:576px){.addresses form>div:nth-of-type(4){grid-area:a4}}@media(min-width:576px){.addresses form>div:nth-of-type(5){grid-area:a5}}@media(min-width:576px){.addresses form>div:nth-of-type(6){grid-area:a6}}@media(min-width:576px){.addresses form>div:nth-of-type(7){grid-area:a7}}@media(min-width:576px){.addresses form>div:nth-of-type(8){grid-area:a8}}@media(min-width:576px){.addresses form>div:nth-of-type(9){grid-area:a9}}@media(min-width:576px){.addresses form>div:nth-of-type(10){grid-area:a10}}@media(min-width:576px){.addresses form>div:nth-of-type(11){grid-area:a11}}@media(min-width:576px){.addresses form>div:nth-of-type(12){grid-area:a12}}.addresses form .field:not(.field--checkbox) input{padding-block:.75rem;min-height:3.8rem;background-color:rgb(var(--color-background))}.addresses .field label{padding-bottom:1rem}.addresses .select{position:relative;display:flex;flex-direction:column;align-items:flex-start}.addresses .select select{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.addresses .select .icon{top:unset;position:absolute;top:50%;transform:translateY(-50%);right:1.4rem;pointer-events:none}.addresses .select .placeholder-select{position:unset;padding-bottom:1rem;font-size:1.6rem;color:rgb(var(--color-foreground));transform:none}.addresses [data-expand=false]{display:none!important;margin-bottom:0}.addresses [data-expand=true]{display:block!important;margin-bottom:2rem}.addresses [data-expand=true].account-none--address{display:flex!important}.addresses .address-edit-form{display:none}.addresses .address-edit-form.active{display:block}.addresses .address-add-form{width:100%;display:flex;flex-direction:column;align-items:flex-start}.addresses .address-add-form__item{width:100%;max-width:100%}@media(min-width:990px){.addresses .address-add-form__item{max-width:calc(50% - 1rem)}}.addresses .address-add-form__inner{padding:2.4rem;background-color:rgb(var(--color-background-secondary));border:.1rem solid rgb(var(--color-foreground),.03);border-radius:var(--border-radius-block)}@media(min-width:750px){.addresses .address-add-form__inner{padding:3.2rem}}.addresses .address-add-default-check{position:relative;display:flex;align-self:flex-start;color:rgb(var(--color-foreground));width:100%}.addresses .address-add-default-check .field--checkbox{width:max-content}.addresses .address-add-default-check .field--checkbox input[type=checkbox]:focus-visible{outline:.1rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem}.addresses .address-add-default-check .field--checkbox label span{word-break:break-word;white-space:break-spaces}.addresses .address-list-lines__name{width:100%;max-width:10rem;flex-shrink:0;font-size:1.4rem;line-height:2.2rem}@media(min-width:990px){.addresses .address-list-lines__name{max-width:14rem;font-size:inherit;font-size:1.8rem}}.address-list{width:100%;display:flex;flex-wrap:wrap;gap:0 2rem}.address-list .address-edit-form{display:flex;width:100%;order:-2}.address-list__default-heading{margin:0 0 1.6rem}.address-list__item{border:.1rem solid rgb(var(--color-foreground),.03);background-color:rgb(var(--color-background-secondary));border-radius:var(--border-radius-block);height:100%;width:100%;padding:2.4rem}@media(min-width:990px){.address-list__item{padding:3.2rem;width:calc(50% - .8rem);width:34.7rem}}.address-list__item--default{order:-1}.address-list__item-status{color:rgb(var(--color-foreground-secondary))}.address-list__item .account__subtitle{margin-bottom:0rem}.address-list__inner{height:100%;display:flex;flex-direction:column;justify-content:space-between}.address-list__wrapper{margin-bottom:2.4rem}.address-list__item-wrapper{display:flex;flex-direction:column;gap:.8rem}.address-list-lines{width:100%;display:flex;flex-direction:column;gap:.6rem}.address-list-lines__item{position:relative;display:flex;gap:1.6rem}.address-list-lines__item span{word-break:break-word;color:rgb(var(--color-foreground-secondary))}.address-list-lines__name{width:100%;max-width:10rem}.address-list-lines__value{color:rgb(var(--color-foreground));line-height:2.2rem}[data-scheme=dark] .addresses input,[data-scheme=dark] .addresses .select select{background-color:rgb(var(--background-color-input))!important}.activate,.reset-password{margin:0 0 4rem}@media screen and (min-width:750px){.activate,.reset-password{margin:0 0 6.4rem}}@media screen and (min-width:1440px){.activate,.reset-password{margin:0 0 12rem}}.activate__wrapper,.reset-password__wrapper{display:flex;flex-direction:column}.activate p,.reset-password p{margin:.8rem 0 0}.activate form,.reset-password form{max-width:36.4rem;margin-top:1.6rem;display:flex;flex-direction:column;gap:1.6rem}.activate form .field__input,.reset-password form .field__input{padding-block:.75rem;min-height:3.8rem}
/*# sourceMappingURL=/cdn/shop/t/9/assets/customer.css.map */
