.customer-container{max-width:100%;margin:unset;padding-block-start:4rem}.customer{position:relative}.customer form .field input:-webkit-autofill,.customer form .field input:-internal-autofill-selected{box-shadow:0 0 0 1000px rgb(var(--color-background)) inset;-webkit-box-shadow:0 0 0px 1000px rgb(var(--color-background)) inset}.customer .main-page-title{text-align:center;max-width:75rem;margin:0 auto}.customer__top{width:100%;text-align:center;padding:0 0 4.9rem;margin:0 0 3.2rem;border-bottom:.1rem solid rgb(var(--color-border))}.template-order .customer__top,.template-addresses .customer__top{padding:0 0 1.6rem}.template-order .customer__top .container,.template-addresses .customer__top .container{display:flex;flex-direction:column;gap:1.6rem}.customer__top-return-link{align-self:flex-start;display:flex;align-items:center;gap:.8rem;transition:opacity var(--duration-default)}@media screen and (hover:hover)and (pointer:fine){.customer__top-return-link:hover{opacity:var(--hover-opacity)}}.customer__pagination{margin-top:4rem}.customer .errors ul{display:flex;flex-direction:column;padding-left:0;margin:.4rem 0 0;font-size:1.2rem;line-height:1;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}.reset-password__wrapper{margin:0 auto;margin-bottom:4rem;max-width:39rem;display:flex;flex-direction:column}.reset-password p{margin:.8rem 0 0}.reset-password form{width:min(39rem,100%);margin-top:1.6rem;display:flex;flex-direction:column;gap:1rem}.reset-password form .field input{padding-inline:0;padding-block-start:1.6rem;padding-block-end:.5rem}.reset-password form .field label{font-size:1.4rem!important}.reset-password__submit{margin-top:1.4rem!important}.order-table{width:100%;border-collapse:collapse}.order-table.account-page{display:flex;flex-direction:column;gap:2.4rem}.order-table.account-page .row:not(.thead){padding-block:1.2rem;margin-block:-1.2rem}.order-table.account-page .row:hover{background-color:rgb(var(--color-background-secondary))}.order-table .account__subtitle{font-weight:500}.order-table .row{display:flex;flex-direction:column;gap:1.6rem;padding-inline:1.6rem;width:100%;height:auto;background-color:rgb(var(--color-background));transition:background-color var(--duration-default)}@media(min-width:990px){.order-table .row{display:flex;flex-direction:row;align-items:center}}.order-table .row>*:before{content:attr(data-label);display:inline-block;max-width:10rem;min-width:10rem;font-size:1.2rem;font-weight:600;color:rgb(var(--color-foreground));margin-right:1.6rem}@media(min-width:576px){.order-table .row>*:before{max-width:12rem;min-width:12rem}}@media(min-width:990px){.order-table .row>*:before{display:none}}@media(min-width:990px){.order-table .row>*:first-child{width:11.8%}}@media(min-width:990px){.order-table .row>*:nth-child(2){width:16.6%}}@media(min-width:990px){.order-table .row>*:nth-child(3){width:12%;margin-inline:auto}}@media(min-width:990px){.order-table .row>*:nth-child(4){width:16.6%}}.order-table .row>*:nth-child(5),.order-table .row>*:last-child{word-break:break-word}@media(min-width:990px){.order-table .row>*:nth-child(5),.order-table .row>*:last-child{width:9.5%}}.order-table .thead{display:none;position:relative;border:none;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background-secondary));padding:.8rem 1.6rem;border-radius:.2rem}@media(min-width:990px){.order-table .thead{display:flex}}.order-table .tbody{width:100%;text-decoration:none}.order-table .tbody>*{display:flex;align-items:center;color:rgba(var(--color-foreground));box-sizing:border-box;transition:var(--duration-default)}.order-table .tbody .icon-pack--circle,.order-table .tbody .icon-pack--check_mark{width:2.4rem;height:2.4rem;color:rgba(var(--color-foreground-secondary));margin-right:.2rem}.order-table .tbody .order-product{width:100%;display:flex;align-items:flex-start;flex-direction:column;gap:.8rem}@media(min-width:576px){.order-table .tbody .order-product{flex-direction:row;align-items:center}}@media(min-width:990px){.order-table .tbody .order-product__sku:has(.sku-none){transform:translate(15%)}}.order-table .tbody .order-product__image,.order-table .tbody .order-product__placeholder{width:6.4rem;height:8.5rem;transition:var(--image-transition);cursor:pointer}.order-table .tbody .order-product__image:hover,.order-table .tbody .order-product__placeholder:hover{transform:scale(1.05)}@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__details .card__vendor{color:rgb(var(--color-foreground-secondary))}.order-table .tbody .order-product .properties{display:flex;flex-direction:column;gap:.4rem;margin-top:.4rem}.order-table .tbody .order-product .properties__item{display:flex;flex-direction:column;gap:.4rem}.order-table .tbody .order-product .properties__pair{display:flex;gap:.4rem}.order-table .tbody .order-product .properties__name,.order-table .tbody .order-product .properties__value{color:rgb(var(--color-foreground-secondary))}.order-table .tbody .order-product__name{color:rgb(var(--color-foreground))}.order-table .tbody .order-product__name:hover{color:rgb(var(--color-foreground-secondary))}.order-table .tbody .order-product__name--link{display:inline-block}.order-table .tbody .order-product__name--link+.properties{margin-top:2.6rem}.order-table--details{display:flex;flex-direction:column;gap:2.4rem}.order-table--details .row.tbody{padding:0;padding-right:1rem}@media(min-width:990px){.order-table--details .row>*:first-child{width:50%}}@media(min-width:990px){.order-table--details .row>*:nth-child(2){width:9.2%}}.order-table--details .row>*:nth-child(3){word-break:break-word}@media(min-width:990px){.order-table--details .row>*:nth-child(3){width:11.5%}}@media(min-width:990px){.order-table--details .row>*:nth-child(4){width:9.2%}}.order-table--details .row>*:last-child{word-break:break-word}@media(min-width:990px){.order-table--details .row>*:last-child{width:9.2%}}.order-table--details .tbody:last-child{border-bottom:none}.order-table--total{display:flex;flex-direction:column;gap:1.6rem;border-top:.1rem solid rgb(var(--color-border));margin-top:2.4rem}.order-table--total .row{display:flex;flex-direction:row;justify-content:space-between;gap:1.6rem;padding-block:0;border:none;width:100%}@media(min-width:990px){.order-table--total .row>*:first-child{width:25.7%}}@media(min-width:990px){.order-table--total .row>*:last-child{width:8.5%}}.order-table--total .row>span{display:inline;color:rgb(var(--color-foreground));padding:0}.order-table--total .row>span:before{display:none}.order-table--total .row .discounts__discount-label{display:flex;align-items:center;word-break:break-word}.order-table--total .row.tbody{width:100%;justify-content:flex-end}.order-table--total .row.tbody:first-child{padding-top:2.4rem}.order-table--total .row.tbody:last-child{padding-top:1.6rem}.order-table--total .row.tbody:last-child span{color:rgb(var(--color-foreground))}.order-table--total .row.tbody span{color:rgb(var(--color-foreground-secondary))}.order-table--total .row--total{position:relative}.order-table--total .row--total:before{content:"";position:absolute;top:0;transform:translate(1.6rem);width:32.3rem;height:.1rem;background-color:rgb(var(--color-border))}.register{position:relative;background-color:rgb(var(--color-background));display:grid;grid-template-columns:1fr;row-gap:2rem}.register:has(.login__image-wrapper){padding-block-end:0}@media(min-width:1200px){.register{grid-template-columns:repeat(auto-fit,minmax(50%,1fr))}}.register__form{max-width:42rem;width:100%;position:relative;display:flex;flex-direction:column;justify-content:center;margin-inline:auto;flex-grow:1;z-index:4}.register .form-header{padding-bottom:4rem;text-align:center}.register .login__buttons{width:100%;padding-top:2.4rem;gap:0;display:flex}.register .login__buttons .register__create-acc{max-width:13.3rem;width:100%;font-size:1rem}@media(min-width:750px){.register .login__buttons .register__create-acc{font-size:1.4rem}}.register__fields-wrapper{display:flex;flex-direction:column;gap:2.4rem}.register__fields-wrapper .field input{padding-inline:0;padding-block-start:1.6rem;padding-block-end:.5rem}.register__fields-wrapper .field label{font-size:1.4rem!important}.register .icon-account-line{width:2.4rem;height:2.4rem}@media(min-width:990px){.register .icon-account-line{width:3.2rem;height:3.2rem}}.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)}}.register.login form{gap:0}.register .register__to-sign-in{width:100%}.login{position:relative;background-color:rgb(var(--color-background));display:grid;grid-template-columns:1fr;row-gap:2rem;padding-block-end:2rem}.login:has(.login__image-wrapper){padding-block-end:0}@media(min-width:1200px){.login{grid-template-columns:repeat(auto-fit,minmax(50%,1fr))}}.login__header{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;padding:2.4rem;margin-bottom:3rem}@media(min-width:576px){.login__header{grid-template-columns:1fr auto 1fr}}.login__home-link{display:flex;align-items:center;gap:.35rem}.login__home-link .icon-pack--home{width:2.4rem;height:2.4rem}.login__home-link span{display:none;color:rgb(var(--color-foreground-secondary))}@media(min-width:576px){.login__home-link span{display:block}}.login__home-title{max-width:20rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;justify-self:end}@media(min-width:576px){.login__home-title{grid-column:2;justify-self:center}}.login .form-header .form-pages-links{display:inline-flex;flex-wrap:wrap;gap:1.5rem}.login .form-header .form-pages-links-item{padding:.1rem;display:inline-flex;pointer-events:all}.login .form-header .form-pages-links-item__link:not(.active){color:rgb(var(--color-foreground-secondary))}.login .form-header .form-pages-links-item__link.active{background-size:100% .1rem;background-position:left 94%;padding-bottom:.4rem}.form-header .login__subtitle{margin-top:1.6rem}.login__image-wrapper{width:100%;position:relative;height:auto;overflow:hidden}.login__image{position:absolute;display:block;width:100%;height:100%;top:0;right:0;bottom:0;left:0;z-index:1}.login__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;width:100%;height:100%;background-color:rgb(var(--color-background))}.login .form-header{padding-bottom:4rem;text-align:center}.login__wrapper{display:flex;justify-content:center}.login__col{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative;margin-inline:auto;padding-inline:1.6rem;z-index:4;overflow:hidden}@media(min-width:576px){.login__col{padding-inline:0}}.login__col .field--terms{width:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;margin-block-start:3rem;margin-block-end:2.4rem}.login__col .field--terms label{text-align:center;color:rgb(var(--color-foreground-secondary));text-transform:none}.login__col .field--terms label a{color:rgb(var(--color-foreground-secondary));text-decoration:underline}.login__reset{max-width:42rem;width:100%;position:relative;display:flex;flex-direction:column;justify-content:center;margin-inline:auto;flex-grow:1;z-index:4}.login__reset .login__buttons{justify-content:center}.login__form{max-width:42rem;width:100%;position:relative;display:flex;flex-direction:column;justify-content:center;margin-inline:auto;flex-grow:1;z-index:4}.login__form-main{border-radius:.2rem .2rem 0 0;padding-block-end:.2rem}.login form{display:flex;flex-direction:column;gap:2.4rem}.login form .field input{padding-inline:0;padding-block-start:1.6rem;padding-block-end:.5rem}.login form .field label{font-size:1.4rem!important}.login__guest{max-width:42rem;width:100%;margin-inline:auto;padding:1.2rem 0 2.4rem;display:flex;flex-direction:column}.login__guest form{margin-top:1.6rem}@media(min-width:576px){.login__guest form{grid-template-columns:1fr}}.login__guest form .field input{padding-inline:0;padding-block-start:1.6rem;padding-block-end:.5rem}.login__guest form .field label{font-size:1.4rem!important}.login .recover-link{width:fit-content;justify-content:flex-start;color:rgb(var(--color-foreground-secondary));text-decoration:underline;margin-top:-1.6rem}.login__buttons{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.login__buttons .login__sign-in{max-width:8rem;width:100%;font-size:1rem}@media(min-width:750px){.login__buttons .login__sign-in{max-width:7rem;font-size:1.4rem}}.login__buttons .reset__sign-in{max-width:7rem;width:100%;font-size:1rem}@media(min-width:750px){.login__buttons .reset__sign-in{max-width:7rem;font-size:1.4rem}}.login .form__message--success{outline:none;text-align:left;margin:0 0 1rem}#seal-login-helper{text-align:left!important;margin:16px 0 0!important}#seal-login-helper h5{font-size:2rem}.account-none .account-address__item-name{font-weight:500!important}.account__top{display:flex;justify-content:space-between;align-items:center;gap:1.6rem;flex-wrap:wrap;margin-bottom:1.6rem}.account__top+.account-none--address{margin-top:1.6rem}.account__subtitle{text-transform:capitalize;margin:0 0 1.2rem;font-weight:500!important}.account__subtitle.orders-list-title,.account__subtitle.extra-margin{margin-bottom:1.6rem}.account .seal-portal-link{margin-top:.8rem;margin-bottom:0!important}.account .account-address__link{margin-top:auto;width:fit-content}.account__wrapper{display:flex;align-items:flex-start;flex-direction:column;gap:2.4rem}@media(min-width:750px){.account__wrapper{gap:3.2rem}}@media(min-width:1160px){.account__wrapper{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:6.4rem}}.account__wrapper--without-orders{gap:.2rem;align-items:center;margin-top:1.6rem}@media(min-width:990px){.account__wrapper--without-orders{flex-direction:row;align-items:stretch;justify-content:flex-start}}.account__wrapper--without-orders .account-address__link{margin-top:auto}.template-order .account__wrapper{gap:4.8rem}@media(min-width:1360px){.template-order .account__wrapper{gap:6.4rem}}.account__wrapper--without-orders .account__left .button.button--primary,.account__wrapper--without-orders .account__right .button.button--primary{width:fit-content}.account__left{width:100%;max-width:min(87.9rem,100%)}.account__wrapper--without-orders .account__left{width:100%;max-width:unset}.account__left .view-details{color:rgb(var(--color-foreground-secondary));text-decoration:underline}.account__right{width:100%;max-width:min(63.2rem,100%);align-self:center}.account__wrapper--without-orders .account__right{width:100%;max-width:unset;align-self:unset}@media(min-width:990px){.account__right{width:58.4rem;max-width:unset}}.template-order .account__right{display:flex;flex-direction:column;margin-top:3.2rem;gap:.2rem}.template-order .account__right .account__subtitle{margin:0}.template-order .account__right .account__subtitle--margin-top{margin-top:.4rem}.account__order-info{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.6rem;margin:0 0 1.6rem}.account__order-info .account__subtitle{margin:0;font-weight:500;display:flex;flex-direction:column;align-items:flex-start;gap:.8rem}@media(min-width:990px){.account__order-info .account__subtitle{flex-direction:row;align-items:center}}.account__order-info span{color:rgb(var(--color-foreground-secondary))}.account__back-link{margin-inline-start:0}@media(min-width:576px){.account__back-link{margin-inline-start:auto}}.account .account-address .account-address__item-name{font-weight:500}@media(min-width:656px){.order .orders-link-back{margin-inline-start:calc((100% - 632px)/2)}}@media(min-width:990px){.order .orders-link-back{margin-inline-start:0}}.order .account__subtitle{font-weight:500;margin:0}.order .template-order .account__right .account__subtitle{margin:0}.order .address-list__item:not(.address-list__item--default){margin-top:0}.account-address{padding:4rem;background-color:rgb(var(--color-background-secondary));border-radius:.2rem;min-height:25rem;height:100%;display:flex;flex-direction:column}.account-address .subtitle{color:rgb(var(--color-foreground-secondary));margin-bottom:.2rem}.account-address__item:not(.account-address__item-name):not(:last-child):after{content:", "}.account-address__list{margin-top:.2rem}.account-address__item-name{margin-bottom:.2rem;color:rgba(var(--color-foreground))}.account-address__item-name span{font-weight:500}.account-address__link{margin-top:auto;width:100%}.account-address__link .button__label{text-align:center}.account-none{padding:4rem;background-color:rgb(var(--color-background-secondary));border-radius:.2rem;min-height:25rem;height:100%;display:flex;flex-direction:column}.account-none--account{min-height:28rem}.account-none__wrapper{height:100%;flex-grow:1;display:flex;flex-direction:column}.account-none .account__subtitle{color:rgb(var(--color-foreground-secondary));font-weight:500;letter-spacing:0;margin:0}.account-none .account__subtitle+.account-address__list--margin-bottom+.account-address__link{margin-top:auto}.account-none .subtitle{color:rgb(var(--color-foreground-secondary))}.account-none__text{margin-top:.2rem;max-width:33rem}.account-none__button{width:fit-content;margin-top:auto}.account-none.account-none--address{display:flex;flex-direction:column;min-height:28rem;width:min(87.9rem,100%)}.account-none.account-none--address .account-none__wrapper{flex-grow:1}.account-none.account-none--address .address-add-show{margin-top:auto;width:fit-content}#customer_login_guest button{margin-top:0}#recover{display:none}#recover:target{display:flex}#recover:target+div{display:none}.activate form{width:min(41.6rem,100%);margin-top:1.6rem;display:flex;flex-direction:column;gap:1.6rem}.activate form .field input{padding-inline:0;padding-block-start:1.6rem;padding-block-end:.5rem}.activate form .field label{font-size:1.4rem!important}.activate__outer{margin:0 auto;max-width:75rem;text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}.activate .title--page{text-align:center}.activate p{margin:1.6rem 0 0;text-align:center}.activate__buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.6rem;margin-top:2.4rem}.addresses>.container{display:flex;flex-direction:column}.addresses .address-add-buttons{max-width:42rem;display:flex;flex-wrap:wrap;align-items:center;gap:.2rem}.addresses .address-add-buttons .field--terms{width:100%;display:flex;align-items:center;justify-content:flex-start}.addresses .address-add-buttons .field--terms label{text-align:left;color:rgb(var(--color-foreground-secondary));text-transform:none}.addresses .address-add-buttons .field--terms label a{color:rgb(var(--color-foreground-secondary));text-decoration:underline}.addresses .address-add-new{width:fit-content}.addresses .address-new,.addresses .address-edit{margin-bottom:1.6rem;font-weight:500!important}.addresses .address-edit-buttons{display:flex;flex-wrap:wrap;align-items:center;column-gap:.2rem;row-gap:1.2rem}.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;column-gap:2.4rem}.addresses form .field .input-title{position:absolute;top:-84%}.addresses form .field select{border:.1rem solid rgb(var(--color-border));min-height:3.3rem;padding-block-start:1rem}@media(min-width:0){.addresses form{grid-template-columns:repeat(6,1fr);grid-template-areas:"a1 a1 a1 a2 a2 a2" "a3 a3 a3 . . ." "a7 a7 a7 a7 a7 a7" "a11 a11 a11 a11 a11 a11" "a8 a8 a8 a8 a8 a8" "a5 a5 a5 a5 a5 a5" "a4 a4 a4 a6 a6 a6" "a9 a9 a9 a10 a10 a10" "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 . . ." "a7 a7 a7 a7 a7 a7" "a11 a11 a11 a11 a11 a11" "a8 a8 a8 a8 a8 a8" "a4 a4 a4 a6 a6 a6" "a9 a9 a9 a10 a10 a10" "a12 a12 a12 a12 a12 a12"}}@media(min-width:0){.addresses form>div:nth-of-type(1){grid-area:a1}}@media(min-width:0){.addresses form>div:nth-of-type(2){grid-area:a2}}@media(min-width:0){.addresses form>div:nth-of-type(3){grid-area:a3;margin-top:8.4rem}}@media(min-width:0){.addresses form>div:nth-of-type(4){grid-area:a4;margin-top:4rem}}@media(min-width:0){.addresses form>div:nth-of-type(5){grid-area:a5;margin-top:4rem}.addresses form>div:nth-of-type(5) select{min-height:3.3rem}}@media(min-width:0){.addresses form>div:nth-of-type(6){grid-area:a6;margin-top:auto}.addresses form>div:nth-of-type(6) input{min-height:3.3rem}}@media(min-width:0){.addresses form>div:nth-of-type(7){margin-top:8.4rem;grid-area:a7}.addresses form>div:nth-of-type(7) input{min-height:2.7rem}}@media(min-width:0){.addresses form>div:nth-of-type(8){grid-area:a8;margin-top:4rem}.addresses form>div:nth-of-type(8) input{min-height:2.7rem}}@media(min-width:0){.addresses form>div:nth-of-type(9){grid-area:a9;margin-top:4rem}}@media(min-width:0){.addresses form>div:nth-of-type(10){grid-area:a10;margin-top:4rem}}@media(min-width:0){.addresses form>div:nth-of-type(11){grid-area:a11}}@media(min-width:0){.addresses form>div:nth-of-type(12){margin-top:6.4rem;grid-area:a12}}.addresses .select{display:flex;flex-direction:column;align-items:flex-start}.addresses .select label{order:-1;padding-bottom:1.6rem;position:relative;font-size:1.4rem!important;font-weight:500}.addresses .select .icon{top:unset;position:absolute;right:1.5rem;bottom:.8rem;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}.addresses [data-expand=true]{display:block!important}.addresses [data-expand=true].account-none--address{display:flex!important}.addresses .address-add-form{width:100%;display:flex;flex-direction:column;align-items:flex-start}.addresses .address-add-form__item{width:100%;max-width:86.4rem;margin-top:1.6rem}.addresses .address-add-form__item--border{border-bottom:.1rem solid rgb(var(--color-border))}.addresses .address-add-form:has(.address-add-form__item[data-expand=true]){margin-block-end:6rem}.addresses .address-add-default-check{margin-block-start:1.6rem;margin-block-end:.4rem;position:relative;display:inline-flex;align-self:flex-start;color:rgb(var(--color-foreground))}.address-list{width:100%;display:grid;grid-template-columns:1fr;justify-items:center;column-gap:.2rem;row-gap:2rem}@media(min-width:990px){.address-list{grid-template-columns:repeat(auto-fit,minmax(calc(50% - .2rem),1fr))}}@media(min-width:1360px){.address-list{grid-template-columns:repeat(3,1fr)}}.address-list .address-edit-form{display:flex;width:100%;order:-2;margin-block-end:6rem;grid-column:1/-1}.address-list .address-edit-form:has(.address-add-form__item[data-expand=false]){display:none}.address-list__title-heading{text-transform:capitalize;margin:0 0 .2rem;font-weight:500;color:rgb(var(--color-foreground-secondary))}.address-list__default-heading{text-transform:capitalize;margin:0 0 .2rem;font-weight:500}.address-list__item{flex-grow:0;background-color:rgb(var(--color-background-secondary));padding:4rem}@media(min-width:1360px){.address-list__item{flex-grow:1}}.address-list__item--default{order:-1}.address-list__item-heading{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.2rem}.address-list__item-heading .icon-pack--circle,.address-list__item-heading .icon-pack--check_mark{width:2.4rem;height:2.4rem;color:rgba(var(--color-foreground-secondary));margin-right:.2rem}.address-list__item-heading .order-status{display:flex;align-items:center}.address-list__item-title.title.font--body{font-size:calc(var(--font-body-scale) * 1.2rem)}.address-list__item .address-list__default-heading{height:1.8rem}.template-addresses .address-list__item{max-width:58.4rem;width:100%}.address-list__inner{height:100%;display:flex;flex-direction:column;gap:2.4rem}.address-list__wrapper{flex-grow:1}.address-list__item-wrapper{display:flex;flex-direction:column}.address-list-lines{width:100%;display:flex;flex-direction:column;margin-top:8rem;gap:1rem}@media(min-width:576px){.address-list-lines{gap:0}}.address-list-lines__item{position:relative;display:flex;flex-direction:column;padding-block-end:1.1rem;gap:.2rem}.address-list-lines__item:last-child{padding-block-end:.3rem}@media(min-width:576px){.address-list-lines__item{flex-direction:row;gap:4rem}}.address-list-lines__item span{word-break:break-word}.address-list-lines__item span:first-child{width:100%;max-width:12rem;flex-shrink:0;color:rgb(var(--color-foreground-secondary))}.address-list-lines__item span:last-child{flex-grow:1}.address-list-lines__value{color:rgb(var(--color-foreground))}
/*# sourceMappingURL=/cdn/shop/t/14/assets/customer.css.map */
