.cart-page__heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:36px}.cart-page__heading h1{margin-bottom:0}.cart-empty{text-align:center;padding:72px 24px;background:var(--surface,#f5f7f9);border-radius:20px}.cart-empty p{max-width:420px;margin:16px auto 28px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:48px;align-items:start}.cart-table-heading{display:grid;grid-template-columns:minmax(0,1fr) 80px 150px;gap:20px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;padding-bottom:16px;color:var(--muted,#606571);border-bottom:1px solid var(--line,#dfe4e9)}.cart-table-heading span:last-child{text-align:right}.cart-item{display:grid;grid-template-columns:100px minmax(0,1fr) 80px 150px;gap:20px;padding:24px 0;border-bottom:1px solid var(--line,#dfe4e9);align-items:start}.cart-item__image{display:block;width:100px;aspect-ratio:1;overflow:hidden;border-radius:12px;background:var(--surface,#f5f7f9)}.cart-item__image img,.cart-item__placeholder{display:block;width:100%;height:100%;object-fit:contain}.cart-item__title{font-weight:600;color:var(--ink,#202334);text-decoration:none;line-height:1.4}.cart-item__variant,.cart-item__property{font-size:12px;line-height:1.5;color:var(--muted,#606571);margin:5px 0;overflow-wrap:anywhere}.cart-item__unit-price{font-size:12px;display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}.cart-item s{color:var(--muted,#606571);font-weight:400}.cart-item__remove{display:inline-block;margin-top:8px;font-size:12px;text-underline-offset:3px;color:var(--muted,#606571);padding:6px 0}.cart-quantity{width:74px;min-height:42px;border:1px solid var(--line,#dfe4e9);border-radius:6px;text-align:center;background:#fff;color:var(--ink,#202334);font:inherit}.cart-quantity-label{display:block;font-size:11px;color:var(--muted,#606571);margin-bottom:6px}.cart-page .cart-quantity-label{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden}.cart-item__total{display:flex;flex-direction:column;align-items:flex-end;gap:5px;font-size:14px;padding-top:10px}.cart-item__total strong{font-weight:600}.cart-update{margin-top:24px}.cart-summary{padding:28px;background:var(--surface,#f5f7f9);border:1px solid var(--line,#dfe4e9);border-radius:16px}.cart-summary h2{margin:0 0 24px;font-size:22px}.cart-summary__row{display:flex;justify-content:space-between;gap:18px;align-items:baseline;margin:14px 0;font-size:14px}.cart-summary__row>span:first-child,.cart-summary__row>strong:first-child{min-width:0;overflow-wrap:anywhere}.cart-summary__row>span:last-child,.cart-summary__row>strong:last-child{flex-shrink:0}.cart-summary__total{border-top:1px solid var(--line,#dfe4e9);padding-top:18px;font-size:17px}.cart-summary__note{font-size:12px;line-height:1.6;color:var(--muted,#606571);margin:12px 0}.cart-checkout{width:100%;margin-top:10px;min-height:48px;text-align:center}.cart-checkout:disabled{opacity:.58;cursor:not-allowed}.cart-discount{font-size:12px;color:#27623d;line-height:1.45;margin:6px 0}.cart-shipping{border-bottom:1px solid var(--line,#dfe4e9);padding-bottom:20px;margin-bottom:18px}.cart-shipping p{font-size:13px;line-height:1.5;margin:0 0 10px}.cart-shipping small{font-size:11px;display:block;margin-top:6px;color:var(--muted,#606571)}.cart-shipping progress{display:block;width:100%;height:6px;border:0;border-radius:10px;overflow:hidden;accent-color:var(--accent,#137b99);background:var(--line,#dfe4e9)}.cart-shipping progress::-webkit-progress-bar{background:var(--line,#dfe4e9);border-radius:10px}.cart-shipping progress::-webkit-progress-value{background:var(--accent,#137b99);border-radius:10px}.cart-shipping progress::-moz-progress-bar{background:var(--accent,#137b99);border-radius:10px}.cart-drawer{position:fixed;inset:0 0 0 auto;margin:0;border:0;padding:0;width:min(480px,100%);height:100%;height:100dvh;max-width:100%;max-height:100%;color:var(--ink,#202334);background:#fff;box-shadow:-12px 0 50px #0002}.cart-drawer[open]{display:flex;flex-direction:column}.cart-drawer::backdrop{background:#17222e88}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px;border-bottom:1px solid var(--line,#dfe4e9);flex-shrink:0}.cart-drawer__header h2{font-size:22px;margin:0}.cart-drawer__header h2 span{font-size:15px;font-weight:400;color:var(--muted,#606571)}.cart-drawer__close{width:44px;height:44px;border:1px solid var(--line,#dfe4e9);border-radius:50%;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:inherit}.cart-drawer__body{padding:0 24px 28px;overflow:auto;overscroll-behavior:contain;flex:1}.cart-drawer__content:empty{display:none}.cart-drawer .cart-item{grid-template-columns:76px minmax(0,1fr);gap:14px;padding:20px 0}.cart-drawer .cart-item__image{width:76px;grid-row:span 2}.cart-drawer .cart-item__details{min-width:0}.cart-drawer .cart-item__quantity{grid-column:2;display:flex;align-items:center;gap:12px}.cart-drawer .cart-quantity-label{margin:0}.cart-drawer .cart-item__total{grid-column:2;align-items:flex-start;padding:0;gap:3px}.cart-drawer .cart-summary{margin-top:24px;padding:20px}.cart-drawer .cart-summary h2{font-size:19px;margin-bottom:16px}.cart-drawer .cart-empty{padding:32px 18px;margin-top:24px}.cart-drawer .cart-empty h3{font-size:21px;margin:0}.cart-drawer .cart-empty p{font-size:14px}.cart-drawer .cart-item__remove{border:0;background:none;cursor:pointer;font-family:inherit;text-decoration:underline;text-underline-offset:3px}.cart-status{font-size:13px;line-height:1.5;margin:0;overflow-wrap:anywhere}.cart-status:not(:empty){padding:16px 0 0}.cart-status[data-error="true"]{color:#a12929}.cart-drawer__fallback{padding-top:24px}.cart-drawer__fallback[hidden]{display:none}.cart-full-link{display:block;text-align:center;padding:16px 8px 0;font-size:13px;text-underline-offset:3px}.cart-drawer[aria-busy="true"] .cart-drawer__content{opacity:.65}.cart-drawer[aria-busy="true"] input,.cart-drawer[aria-busy="true"] button{cursor:wait}.cart-drawer :focus-visible,.cart-page :focus-visible{outline:3px solid var(--accent,#137b99);outline-offset:3px}
.cart-drawer .cart-summary h3{font-size:19px;margin:0 0 16px}
@media(max-width:990px){.cart-layout{grid-template-columns:minmax(0,1fr);gap:32px}.cart-summary{max-width:none}.cart-page .cart-summary{margin-left:auto;width:min(100%,450px)}}
@media(max-width:600px){.cart-page__heading{align-items:start;flex-direction:column;gap:14px;margin-bottom:24px}.cart-table-heading{display:none}.cart-item{grid-template-columns:80px minmax(0,1fr);gap:12px}.cart-item__image{width:80px;grid-row:span 3}.cart-item__quantity{grid-column:2;display:flex;align-items:center;gap:12px}.cart-page .cart-quantity-label{position:static;clip:auto;width:auto;height:auto;overflow:visible;margin:0}.cart-item__total{grid-column:2;align-items:start;padding:0;font-size:14px}.cart-summary{padding:22px}.cart-drawer__header{padding:16px 18px}.cart-drawer__body{padding:0 18px 22px}.cart-drawer .cart-item__quantity{flex-wrap:wrap}}
