.customer:not(.account):not(.order):not(.addresses){max-width:var(--layout-page-width);min-width:calc(25em + calc(var(--layout-page-padding) * 2));margin:0 auto;padding:0 var(--layout-page-padding)}@media screen and (min-width: 750px){.customer:not(.account):not(.order):not(.addresses){max-width:calc(24rem + calc(var(--layout-page-padding) * 2))}}.customer .field{flex-direction:column-reverse}.customer .field:not(:first-of-type){margin-top:var(--block-col-spacing)}.customer .field+a{margin:0;margin-top:calc(var(--block-item-spacing) / 2);text-align:right}.customer:not(.account) a,.customer:not(.account) button{display:block}.customer:not(.account) .button{width:50%;margin:0 auto}.customer:not(.account) button:first-of-type{margin-top:var(--block-padding);margin-bottom:var(--block-item-spacing)}.customer.login{display:flex;flex-direction:column}.customer.login>h1#login{margin:0;margin-bottom:var(--block-padding)}.customer.login h1#recover{margin:0;margin-bottom:var(--block-col-spacing)}.customer.login h2#recover-subhead{margin:0;margin-bottom:var(--block-padding)}.customer.register h1{margin-bottom:var(--block-padding)}.account__content{display:flex;flex-direction:column;gap:var(--page-row-gap)}.account__heading-items{display:flex;flex-direction:column;gap:var(--unit-small)}.account__heading{display:flex;justify-content:space-between;align-items:center}.account__heading+p{color:rgba(var(--color-primary));margin:0;font-size:var(--font-small)}.account__heading-actions{display:flex;gap:var(--unit-small);height:fit-content}@media screen and (max-width: 749px){.account__heading .title{width:100%}.account__heading-items{gap:var(--unit-micro)}.account__heading-actions{margin-top:var(--unit-small);flex-wrap:wrap}.account__heading-actions>.button{min-width:fit-content;flex:1}}.account-table{border:solid 1px rgba(var(--color-neutral-1));border-radius:var(--unit-small)}.account-table table{width:100%;border-collapse:collapse}.account-table table thead{background-color:rgba(var(--color-neutral-1),.2)}.account-table table th{border-bottom:solid 1px rgba(var(--color-neutral-1));padding:var(--unit-small) var(--unit-medium);font-size:var(--font-body-small);font-weight:400}.account-table table td{padding:var(--unit-medium)}.account-table table td p{margin:0;color:rgba(var(--color-primary))}.order__details{display:flex;flex-direction:row;gap:var(--unit-large)}.order__details-invoice{flex:4;display:flex;flex-direction:column;gap:var(--unit-medium)}.order__details-invoice .row{display:flex;justify-content:space-between;align-items:center}.order__details-invoice p{margin:0}.order-details tbody tr:last-child td{border-bottom:1px solid rgba(var(--color-neutral-1))}.order-details tfoot tr:not(:first-child):not(:last-child) td{padding:0 var(--unit-medium)}.order-details tfoot tr:first-child td{padding-bottom:0}.order-details tfoot tr:last-child td{padding-top:calc(var(--unit-micro) / 2)}.order__details-status{flex:1;display:flex;flex-direction:column;gap:var(--unit-large)}.order__details-status .order__details-status-billing,.order__details-status .order__details-status-shipping{display:flex;flex-direction:column;gap:calc(var(--unit-small) + var(--unit-micro))}.order__details-status .contents{display:flex;flex-direction:column;gap:var(--unit-micro)}.order__details-status p{margin:0;color:rgba(var(--unit-primary))}#address-list{list-style:none;display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:var(--unit-medium);column-gap:var(--unit-medium);margin:0;padding:0}#address-list li[data-address],button#add-address{border:1px solid rgba(var(--color-neutral-1));border-radius:var(--unit-small);display:flex;flex-direction:column;gap:var(--unit-medium);padding:var(--unit-medium)}button#add-address{display:flex;flex-direction:column;background:transparent;width:100%;height:100%;align-items:center;justify-content:center;font-weight:700;font-family:var(--font-fam);font-size:var(--font-body);gap:var(--unit-small);cursor:pointer}button#add-address svg{background-color:rgba(var(--color-accent-1));height:var(--unit-large);width:var(--unit-large);border-radius:100%}button#add-address svg *{color:rgba(var(--color-secondary))}.address-item_status{background-color:rgba(var(--color-accent-3));padding:var(--unit-small);border-radius:var(--unit-small);display:flex;gap:var(--unit-micro);width:fit-content}.address-item_status>p{margin:0;padding:0 var(--unit-micro);color:rgba(var(--color-accent-1))!important}#address-list li p{margin:0;color:rgba(var(--color-primary))}.address-item_controls{display:flex;flex-direction:row;gap:var(--unit-medium)}.edit-address,#AddAddress,.edit-address form,#AddAddress form{display:flex;flex-direction:column;gap:var(--unit-medium)}.edit-address .field,#AddAddress .field{flex-direction:column}.customer ul{line-height:calc(1 + .6 / var(--font-body-scale));padding-left:4.4rem;text-align:left;margin-bottom:4rem}.customer ul a{display:inline}#customer_login_guest button{margin-top:0}#recover,#recover+div{display:none}#recover:target{display:block}#recover:target+div{display:block}#recover:target~#login,#recover:target~#login+div{display:none}#recover,#login{scroll-margin-top:20rem}#recover{margin-bottom:0}.activate button[name=decline],.addresses li>button,.addresses form button[type]{background-color:rgba(var(--color-background),var(--alpha-button-background));color:rgb(var(--color-link))}@media only screen and (min-width: 750px){.activate button[name=decline]{margin-top:inherit;margin-left:1rem}}.order .item-props{font-size:1.4rem;margin-top:.05px;display:flex;flex-direction:column}.order .item-props>span{word-break:break-all;line-height:calc(1 + .2 / var(--font-body-scale))}.order .fulfillment{width:fit-content;border:.01rem solid rgba(var(--color-foreground),.2);padding:1rem;margin-top:1rem;font-size:1.4rem;text-align:left}.order .fulfillment a{margin:.7rem 0}.order .fulfillment span{display:block}.order .cart-discount{display:block;margin-top:1rem;margin-bottom:.5rem;font-size:1.2rem}@media screen and (min-width: 750px){.order td .cart-discount{display:none}}.order tbody ul{list-style:none;font-size:1.2rem;text-align:right;padding-left:0;margin-top:1rem;margin-bottom:0}@media screen and (min-width: 750px){.order tbody ul{text-align:left}}.order table a{line-height:calc(1 + .3 / var(--font-body-scale))}.order tbody tr:first-of-type td:first-of-type>div{display:flex;flex-direction:column;align-items:flex-end}@media screen and (min-width: 750px){.order tbody tr:first-of-type td:first-of-type>div{align-items:flex-start}}.order .properties{font-size:1.4rem;margin-top:1rem}.order .properties span{display:block;line-height:calc(1 + .2 / var(--font-body-scale))}.order svg{width:1.1rem;color:rgb(var(--color-base-accent-2));margin-right:.5rem}.order dl{margin:0}.order dd{margin-left:0;line-height:calc(1 + .3 / var(--font-body-scale))}.order dd s{color:rgba(var(--color-foreground),.7)}.order .unit-price{font-size:1.1rem;letter-spacing:.07rem;line-height:calc(1 + .2 / var(--font-body-scale));margin-top:.2rem;text-transform:uppercase;color:rgba(var(--color-foreground),.7)}.order .regular-price{font-size:1.3rem}
/*# sourceMappingURL=/cdn/shop/t/42/assets/customer.css.map */
