.customer{--lq-bg: rgb(var(--color-background, 255 255 255));--lq-surface: #ffffff;--lq-surface-alt: #f7f8f9;--lq-border: rgba(17, 24, 39, .08);--lq-border-strong: rgba(17, 24, 39, .16);--lq-text: rgb(var(--color-foreground, 17 24 39));--lq-text-muted: rgba(17, 24, 39, .6);--lq-text-subtle: rgba(17, 24, 39, .45);--lq-primary: rgb(var(--color-link, 46 96 56));--lq-primary-contrast: #ffffff;--lq-primary-soft: rgba(46, 96, 56, .08);--lq-accent: rgb(var(--color-base-accent-2, 184 155 96));--lq-danger: #d93025;--lq-danger-soft: #fdecea;--lq-success: #1e8e3e;--lq-success-soft: #e6f4ea;--lq-warning: #b06000;--lq-warning-soft: #fdf2dd;--lq-info: #1a73e8;--lq-info-soft: #e8f0fe;--lq-radius-sm: 8px;--lq-radius: 14px;--lq-radius-lg: 20px;--lq-shadow-sm: 0 1px 2px rgba(17, 24, 39, .04), 0 1px 3px rgba(17, 24, 39, .06);--lq-shadow: 0 4px 12px rgba(17, 24, 39, .06), 0 1px 3px rgba(17, 24, 39, .04);--lq-shadow-lg: 0 12px 32px rgba(17, 24, 39, .08), 0 4px 12px rgba(17, 24, 39, .04);--lq-transition: .18s cubic-bezier(.4, 0, .2, 1)}.customer{color:var(--lq-text);font-size:1.5rem;line-height:1.55}.customer *{box-sizing:border-box}.customer h1,.customer h2,.customer h3{letter-spacing:-.01em;line-height:1.2;margin:0;color:var(--lq-text)}.customer h1{font-size:clamp(2.4rem,3vw,3.2rem);font-weight:600}.customer h2{font-size:clamp(1.8rem,2vw,2.2rem);font-weight:600}.customer h3{font-size:1.6rem;font-weight:600}.customer p{margin:0 0 1.2rem;font-size:1.5rem}.customer a{color:var(--lq-primary);text-decoration:none;transition:color var(--lq-transition)}.customer a:hover{color:var(--lq-text)}.customer:not(.account):not(.order):not(.addresses){max-width:48rem;margin:6rem auto 8rem;padding:0 2rem;text-align:left}.customer:not(.account):not(.order):not(.addresses)>h1,.customer:not(.account):not(.order):not(.addresses)>h2{text-align:center;margin-bottom:1rem}.customer:not(.account):not(.order):not(.addresses)>p{text-align:center;color:var(--lq-text-muted);margin-bottom:3rem}.customer.login>div,.customer.register>form,.customer.reset-password>form,.customer:not(.account):not(.order):not(.addresses)>form{background:var(--lq-surface);border:1px solid var(--lq-border);border-radius:var(--lq-radius-lg);box-shadow:var(--lq-shadow);padding:3.2rem 3rem;margin-top:0}.customer.login>div+h1{margin-top:5rem}.customer.login>div+h1+div{margin-top:0}@media(min-width:750px){.customer.login>div,.customer.register>form,.customer.reset-password>form,.customer:not(.account):not(.order):not(.addresses)>form{padding:4rem}}.customer .field{position:relative;margin:0 0 1.6rem}.customer .field input,.customer .field select,.customer input[type=text],.customer input[type=email],.customer input[type=password],.customer input[type=tel],.customer select{width:100%;padding:1.6rem 1.4rem;font-size:1.5rem;line-height:1.4;color:var(--lq-text);background:var(--lq-surface);border:1px solid var(--lq-border-strong);border-radius:var(--lq-radius-sm);outline:none;transition:border-color var(--lq-transition),box-shadow var(--lq-transition);appearance:none;-webkit-appearance:none}.customer .field input::placeholder{color:transparent}.customer .field input:focus,.customer .field select:focus,.customer input:focus,.customer select:focus{border-color:var(--lq-primary);box-shadow:0 0 0 3px var(--lq-primary-soft)}.customer .field label{position:absolute;top:1.7rem;left:1.4rem;font-size:1.5rem;color:var(--lq-text-muted);pointer-events:none;background:var(--lq-surface);padding:0 .4rem;transition:all var(--lq-transition);max-width:calc(100% - 2.8rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer .field input:focus+label,.customer .field input:not(:placeholder-shown)+label,.customer .field select:focus+label,.customer .field select+label{top:-.8rem;left:1rem;font-size:1.2rem;color:var(--lq-primary)}.customer .field input[aria-invalid=true],.customer .field input[aria-invalid=true]:focus{border-color:var(--lq-danger);box-shadow:0 0 0 3px var(--lq-danger-soft)}.customer .select{position:relative;margin:0 0 1.6rem}.customer .select select{padding-right:4rem;cursor:pointer}.customer .select svg{position:absolute;right:1.4rem;top:50%;width:1rem;height:1rem;transform:translateY(-50%);pointer-events:none;color:var(--lq-text-muted)}.customer label[for=AddressCountryNew],.customer label[for=AddressProvinceNew],.customer label[for^=AddressCountry_],.customer label[for^=AddressProvince_]{display:block;font-size:1.3rem;color:var(--lq-text-muted);margin:0 0 .6rem .2rem;font-weight:500}.customer input[type=checkbox]{width:1.6rem;height:1.6rem;margin-right:.8rem;vertical-align:middle;accent-color:var(--lq-primary)}.customer button,.customer .button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1.4rem 2.4rem;font-size:1.5rem;font-weight:600;line-height:1;letter-spacing:.01em;background:var(--lq-primary);color:var(--lq-primary-contrast);border:1px solid transparent;border-radius:var(--lq-radius-sm);cursor:pointer;transition:transform var(--lq-transition),background var(--lq-transition),box-shadow var(--lq-transition),color var(--lq-transition);margin:0;width:auto;min-height:4.8rem;text-decoration:none}.customer button:hover{background:var(--lq-text);color:var(--lq-primary-contrast)}.customer button:active{transform:translateY(1px)}.customer button:focus-visible{outline:none;box-shadow:0 0 0 3px var(--lq-primary-soft)}.customer button[type=reset],.customer button[type=button].lq-secondary{background:var(--lq-surface);color:var(--lq-text);border-color:var(--lq-border-strong)}.customer button[type=reset]:hover,.customer button[type=button].lq-secondary:hover{background:var(--lq-surface-alt);color:var(--lq-text);border-color:var(--lq-text)}.customer form>button[type=submit],.customer form>button:not([type=button]):not([type=reset]):last-of-type{width:100%;margin-top:.8rem}.customer.login form button{width:100%;margin:1rem 0}.customer.login form a,.customer.login a{display:inline-block;margin:0;font-size:1.4rem;color:var(--lq-primary)}.customer.login a[href="#recover"]{display:inline-block;margin-left:.4rem;font-weight:500}.customer.login a[href="#recover"]+.field,.customer.login .field+a[href="#recover"]{margin-top:-.6rem}.customer.login form a[href*=register]{display:block;text-align:center;margin-top:1.6rem;padding:1.4rem;border:1px dashed var(--lq-border-strong);border-radius:var(--lq-radius-sm);color:var(--lq-text);font-weight:500}.customer.login form a[href*=register]:hover{border-color:var(--lq-primary);background:var(--lq-primary-soft);color:var(--lq-primary)}.customer.login #recover,.customer.login #recover+div{display:none}.customer.login #recover:target{display:block}.customer.login #recover:target+div{display:block}.customer.login #recover:target~#login,.customer.login #recover:target~#login+div{display:none}.customer .form__message,.customer .alert{display:flex;align-items:flex-start;gap:.8rem;padding:1.2rem 1.4rem;border-radius:var(--lq-radius-sm);font-size:1.4rem;line-height:1.4;margin:0 0 1.6rem;border:1px solid transparent;text-align:left}.customer .form__message svg,.customer .alert i{flex-shrink:0;width:1.6rem;height:1.6rem;margin-top:.1rem}.customer .form__message{background:var(--lq-danger-soft);color:var(--lq-danger);border-color:#d9302533;font-size:1.4rem;font-weight:500}.customer h3.form__message,.customer h2.form__message{background:var(--lq-success-soft);color:var(--lq-success);border-color:#1e8e3e33}.customer .alert-danger{background:var(--lq-danger-soft);color:var(--lq-danger);border-color:#d9302533}.customer .alert-danger ul{list-style:none;margin:.6rem 0 0;padding:0;text-align:left}.customer .alert-danger ul li{padding-left:0}.customer .alert-danger a{color:var(--lq-danger);text-decoration:underline}.customer .alert-success{background:var(--lq-success-soft);color:var(--lq-success);border-color:#1e8e3e33}.customer.account,.customer.order,.customer.addresses{max-width:124rem;margin:4rem auto 8rem;padding:0 2rem;display:grid;grid-template-columns:1fr;gap:2.4rem}@media(min-width:990px){.customer.account,.customer.order,.customer.addresses{grid-template-columns:26rem 1fr;gap:3.2rem;padding:0 3rem;margin:5rem auto 9rem}}.lq-sidebar{background:var(--lq-surface);border:1px solid var(--lq-border);border-radius:var(--lq-radius-lg);padding:2.4rem 1.6rem;box-shadow:var(--lq-shadow-sm);align-self:start;position:sticky;top:2rem}@media(max-width:989px){.lq-sidebar{position:static;padding:1.6rem}}.lq-sidebar__greeting{padding:0 1rem 1.6rem;border-bottom:1px solid var(--lq-border);margin-bottom:1.2rem}.lq-sidebar__greeting span{display:block;font-size:1.3rem;color:var(--lq-text-subtle);font-weight:500;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.4rem}.lq-sidebar__greeting strong{display:block;font-size:1.7rem;font-weight:600;color:var(--lq-text);word-break:break-word}.lq-sidebar__greeting small{display:block;font-size:1.3rem;color:var(--lq-text-muted);margin-top:.2rem;word-break:break-word}.lq-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.2rem}.lq-nav li{margin:0;padding:0}.lq-nav a,.lq-nav button{display:flex;align-items:center;gap:1rem;width:100%;padding:1.1rem 1.2rem;font-size:1.45rem;font-weight:500;color:var(--lq-text);background:transparent;border:none;border-radius:var(--lq-radius-sm);cursor:pointer;text-align:left;text-decoration:none;transition:background var(--lq-transition),color var(--lq-transition);min-height:0;letter-spacing:0}.lq-nav a:hover,.lq-nav button:hover{background:var(--lq-surface-alt);color:var(--lq-text)}.lq-nav a[aria-current=page],.lq-nav a.is-active{background:var(--lq-primary-soft);color:var(--lq-primary);font-weight:600}.lq-nav svg{width:1.8rem;height:1.8rem;flex-shrink:0;stroke-width:1.6}.lq-nav__divider{height:1px;background:var(--lq-border);margin:.8rem .4rem;border:0}.lq-nav .lq-nav__logout{color:var(--lq-danger)}.lq-nav .lq-nav__logout:hover{background:var(--lq-danger-soft);color:var(--lq-danger)}.lq-main{min-width:0}.lq-page-header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1.6rem;margin-bottom:2.4rem}.lq-page-header h1{margin:0}.lq-page-header__sub{color:var(--lq-text-muted);font-size:1.4rem;margin-top:.4rem}.lq-back-link{display:inline-flex;align-items:center;gap:.6rem;font-size:1.4rem;color:var(--lq-text-muted);margin-bottom:1.2rem;text-decoration:none}.lq-back-link:hover{color:var(--lq-primary)}.lq-back-link svg{width:1.4rem;height:1.4rem}.lq-card{background:var(--lq-surface);border:1px solid var(--lq-border);border-radius:var(--lq-radius-lg);padding:2.4rem;box-shadow:var(--lq-shadow-sm);margin-bottom:2rem}@media(min-width:750px){.lq-card{padding:2.8rem}}.lq-card__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.lq-card__header h2{margin:0;font-size:1.8rem}.lq-card__action{font-size:1.4rem;font-weight:500;color:var(--lq-primary);display:inline-flex;align-items:center;gap:.4rem}.lq-card__action:hover{color:var(--lq-text)}.lq-tile{display:flex;align-items:center;gap:1.4rem;padding:1.6rem 1.8rem;background:linear-gradient(135deg,var(--lq-primary-soft),transparent);border:1px solid var(--lq-border);border-radius:var(--lq-radius);text-decoration:none;color:var(--lq-text);transition:transform var(--lq-transition),box-shadow var(--lq-transition),border-color var(--lq-transition);margin-bottom:1rem}.lq-tile:hover{transform:translateY(-1px);border-color:var(--lq-primary);box-shadow:var(--lq-shadow);color:var(--lq-text)}.lq-tile__icon{display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;border-radius:50%;background:var(--lq-primary);color:var(--lq-primary-contrast);flex-shrink:0}.lq-tile__icon svg{width:2.2rem;height:2.2rem}.lq-tile__content strong{display:block;font-size:1.55rem;font-weight:600;margin-bottom:.2rem}.lq-tile__content span{font-size:1.35rem;color:var(--lq-text-muted)}.lq-tile__chevron{margin-left:auto;color:var(--lq-text-subtle);flex-shrink:0}.lq-tile__chevron svg{width:1.6rem;height:1.6rem}.lq-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem;border-radius:999px;font-size:1.2rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;background:var(--lq-surface-alt);color:var(--lq-text-muted);border:1px solid var(--lq-border);line-height:1}.lq-badge:before{content:"";width:.7rem;height:.7rem;border-radius:50%;background:currentColor;opacity:.9}.lq-badge--success{background:var(--lq-success-soft);color:var(--lq-success);border-color:#1e8e3e33}.lq-badge--warning{background:var(--lq-warning-soft);color:var(--lq-warning);border-color:#b0600033}.lq-badge--danger{background:var(--lq-danger-soft);color:var(--lq-danger);border-color:#d9302533}.lq-badge--info{background:var(--lq-info-soft);color:var(--lq-info);border-color:#1a73e833}.lq-badge--neutral{background:var(--lq-surface-alt);color:var(--lq-text-muted)}.customer table{width:100%;border-collapse:separate;border-spacing:0;font-size:1.45rem;background:transparent}.customer thead th{font-size:1.2rem;letter-spacing:.06em;text-transform:uppercase;color:var(--lq-text-subtle);font-weight:600;text-align:left;padding:0 1.2rem 1rem;background:transparent;border-bottom:1px solid var(--lq-border)}.customer tbody td{padding:1.4rem 1.2rem;border-bottom:1px solid var(--lq-border);vertical-align:middle;background:transparent}.customer tbody tr:hover td{background:var(--lq-surface-alt)}.customer tbody tr:last-of-type td{border-bottom:none}.customer table caption{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.account table.order-history a{display:inline-flex;align-items:center;padding:.6rem 1.2rem;font-weight:600;background:var(--lq-primary-soft);border-radius:var(--lq-radius-sm);color:var(--lq-primary);font-size:1.35rem;text-decoration:none;transition:all var(--lq-transition);box-shadow:none}.account table.order-history a:hover{background:var(--lq-primary);color:var(--lq-primary-contrast)}.account table.order-history th:last-child,.account table.order-history td:last-child{text-align:right}@media(max-width:749px){.customer thead{display:none}.customer tbody tr{display:block;background:var(--lq-surface);border:1px solid var(--lq-border);border-radius:var(--lq-radius);padding:1.4rem;margin-bottom:1.2rem;box-shadow:var(--lq-shadow-sm)}.customer tbody tr:hover td{background:transparent}.customer tbody td{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid var(--lq-border);font-size:1.4rem}.customer tbody td:last-child{border-bottom:none}.customer tbody td:before{content:attr(data-label);font-size:1.2rem;color:var(--lq-text-subtle);text-transform:uppercase;font-weight:600;letter-spacing:.04em;margin-right:1rem}.customer table tfoot tr{display:block;background:var(--lq-surface-alt)}.customer table tfoot td{display:flex;justify-content:space-between}}.order .lq-order-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:750px){.order .lq-order-grid--2{grid-template-columns:1fr 1fr}}.order table.order-details thead th:nth-child(n+3),.order table.order-details tbody td:nth-child(n+3){text-align:right}@media(max-width:749px){.order table.order-details thead th:nth-child(n+3),.order table.order-details tbody td:nth-child(n+3){text-align:left}}.order tfoot td{padding:.6rem 1.2rem;border:none;background:transparent;font-size:1.4rem}.order tfoot tr:first-of-type td{padding-top:1.6rem;border-top:1px solid var(--lq-border)}.order tfoot tr:last-of-type td{font-size:1.8rem;font-weight:700;padding-top:1rem;padding-bottom:.4rem;color:var(--lq-text)}.order tfoot td:first-of-type{text-align:left;color:var(--lq-text-muted)}.order tfoot td:last-of-type{text-align:right;font-weight:600;color:var(--lq-text)}.order .properties{font-size:1.3rem;color:var(--lq-text-muted);margin-top:.6rem}.order .properties span{display:block;line-height:1.4}.order .fulfillment{margin-top:1rem;padding:1rem 1.2rem;border-radius:var(--lq-radius-sm);background:var(--lq-info-soft);border:1px solid rgba(26,115,232,.15);font-size:1.3rem;color:var(--lq-info)}.order .fulfillment a{color:var(--lq-info);font-weight:600;text-decoration:underline}.order .fulfillment span{display:block;line-height:1.4}.order .cart-discount{display:inline-flex;align-items:center;gap:.4rem;font-size:1.2rem;color:var(--lq-success)}.order .cart-discount svg{width:1.2rem;height:1.2rem}.order tbody dl{margin:0;display:flex;flex-direction:column;gap:.2rem}.order tbody dd{margin:0;font-size:1.4rem}.order tbody dd s{color:var(--lq-text-subtle);margin-right:.4rem}.order tbody ul{list-style:none;padding:0;margin:.6rem 0 0;font-size:1.3rem;color:var(--lq-success)}.order tbody ul li{display:inline-flex;align-items:center;gap:.4rem}.order .lq-address{font-size:1.45rem;line-height:1.6;color:var(--lq-text)}.order .lq-address p{margin:0}.addresses .lq-address-list{list-style:none;padding:0;margin:0;display:grid;gap:1.6rem;grid-template-columns:1fr}@media(min-width:750px){.addresses .lq-address-list{grid-template-columns:repeat(2,1fr)}}.addresses .lq-address-card{position:relative;background:var(--lq-surface);border:1px solid var(--lq-border);border-radius:var(--lq-radius);padding:2rem 2rem 1.6rem;display:flex;flex-direction:column;gap:1.2rem;box-shadow:var(--lq-shadow-sm)}.addresses .lq-address-card.is-default{border-color:var(--lq-primary);box-shadow:0 0 0 1px var(--lq-primary-soft),var(--lq-shadow-sm)}.addresses .lq-address-card h2{position:absolute;top:-1rem;left:1.4rem;background:var(--lq-primary);color:var(--lq-primary-contrast);font-size:1.1rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.4rem .9rem;border-radius:999px;margin:0}.addresses .lq-address-card p{margin:0;font-size:1.45rem;line-height:1.55;flex-grow:1}.addresses .lq-address-actions{display:flex;gap:.8rem;flex-wrap:wrap;border-top:1px solid var(--lq-border);padding-top:1.2rem}.addresses .lq-address-actions button{flex:1 1 auto;background:transparent;color:var(--lq-text);border:1px solid var(--lq-border-strong);padding:.9rem 1.2rem;font-size:1.35rem;min-height:0;font-weight:500}.addresses .lq-address-actions button:hover{border-color:var(--lq-primary);color:var(--lq-primary);background:var(--lq-primary-soft)}.addresses .lq-address-actions button[data-confirm-message]:hover{border-color:var(--lq-danger);color:var(--lq-danger);background:var(--lq-danger-soft)}.addresses [data-address]>[aria-controls=AddAddress]{width:100%;background:var(--lq-surface);color:var(--lq-text);border:2px dashed var(--lq-border-strong);font-weight:600;font-size:1.5rem;padding:1.6rem;margin-bottom:2rem;transition:all var(--lq-transition)}.addresses [data-address]>[aria-controls=AddAddress]:hover{border-color:var(--lq-primary);color:var(--lq-primary);background:var(--lq-primary-soft)}.addresses [aria-expanded=false]~div[id]{display:none}.addresses [aria-expanded=true]~div[id]{display:block;margin-top:1.2rem;padding:2rem;background:var(--lq-surface);border:1px solid var(--lq-border);border-radius:var(--lq-radius);box-shadow:var(--lq-shadow-sm)}.addresses form{display:grid;grid-template-columns:1fr;gap:0;margin:0}@media(min-width:750px){.addresses form{grid-template-columns:1fr 1fr;column-gap:1.6rem}.addresses form>div:not(.field):not(.select),.addresses form>.lq-form-actions{grid-column:1 / -1}.addresses form .field:nth-of-type(4),.addresses form .field:nth-of-type(5){grid-column:1 / -1}}.addresses form>div:last-of-type{display:flex;gap:1rem;margin-top:1rem}.addresses form>div:last-of-type button{flex:1;margin:0}.addresses .lq-checkbox-row{display:flex;align-items:center;gap:.6rem;font-size:1.4rem;margin:.6rem 0 1.4rem}.addresses .lq-checkbox-row input{width:auto;margin:0}.customer .pagination{margin:3rem 0 1rem}.customer .pagination ul{display:flex;gap:.4rem;justify-content:center;list-style:none;padding:0;margin:0}.customer .pagination li{display:flex}.customer .pagination li>*{display:inline-flex;align-items:center;justify-content:center;min-width:4rem;height:4rem;padding:0 1rem;font-size:1.4rem;border-radius:var(--lq-radius-sm);text-decoration:none;color:var(--lq-text);transition:background var(--lq-transition),color var(--lq-transition)}.customer .pagination a:hover{background:var(--lq-surface-alt)}.customer .pagination [aria-current=page]{background:var(--lq-primary);color:var(--lq-primary-contrast);font-weight:600}.customer .pagination svg{width:1rem;height:1rem}.customer .pagination li:first-of-type svg{transform:rotate(90deg)}.customer .pagination li:last-of-type svg{transform:rotate(-90deg)}.lq-empty{text-align:center;padding:4rem 2rem;color:var(--lq-text-muted)}.lq-empty svg{width:5rem;height:5rem;margin-bottom:1.6rem;color:var(--lq-text-subtle)}.lq-empty h3{font-size:1.7rem;margin-bottom:.6rem;color:var(--lq-text)}.lq-empty p{margin:0 0 1.6rem;font-size:1.4rem}.visually-hidden{position:absolute!important;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.lq-stack>*+*{margin-top:1.6rem}.lq-flex-between{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.customer .lq-sidebar-toggle{display:none!important;width:100%;background:var(--lq-surface);color:var(--lq-text);border:1px solid var(--lq-border-strong);font-weight:600;font-size:1.45rem;letter-spacing:0;padding:1rem 1.4rem;min-height:auto;margin-bottom:1.4rem;border-radius:var(--lq-radius-sm)}.customer .lq-sidebar-toggle:hover{background:var(--lq-surface-alt);color:var(--lq-text);border-color:var(--lq-text)}.customer .lq-sidebar-toggle svg{width:1.8rem;height:1.8rem}@media(max-width:989px){.customer .lq-sidebar-toggle{display:inline-flex!important}.customer .lq-sidebar{display:none}.customer .lq-sidebar.is-open{display:block;margin-bottom:1.6rem}}.customer .lq-address-card>div[id]{display:none;margin-top:1.2rem;padding:2rem;background:var(--lq-surface-alt);border:1px solid var(--lq-border);border-radius:var(--lq-radius);box-shadow:var(--lq-shadow-sm)}.customer .lq-address-card.is-editing>div[id]{display:block}@media(min-width:750px){.customer .lq-address-card.is-editing{grid-column:1 / -1}}.customer .lq-address-card .field{margin:0 0 1.6rem}.lq-tile-grid{display:grid;grid-template-columns:1fr;gap:1.2rem;margin-bottom:2rem}@media(min-width:750px){.lq-tile-grid{grid-template-columns:repeat(2,1fr)}}.lq-tile-grid>.lq-tile{margin-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/3/assets/_customer.css.map */
