.commerce-cart{position:relative;z-index:20;min-width:0;max-width:100%;font-family:var(--ui-font-family,Inter,sans-serif);color:#262626}.commerce-cart__trigger{display:inline-flex;min-height:40px;align-items:center;gap:8px;padding:8px 12px;border:1px solid #d9d9d9;border-radius:8px;background:#fff;color:#262626;font:600 14px/1.4 inherit;cursor:pointer;transition:border-color .2s,box-shadow .2s}.commerce-cart__trigger:hover,.commerce-cart__trigger:focus-visible{border-color:#1677ff;box-shadow:0 0 0 2px rgba(22,119,255,.12);outline:0}.commerce-cart__icon{display:grid;width:20px;height:20px;place-items:center}.commerce-cart__icon svg{width:20px;height:20px}.commerce-cart__count{display:grid;min-width:20px;height:20px;place-items:center;padding:0 5px;border-radius:999px;background:#1677ff;color:#fff;font-size:12px;line-height:20px}.commerce-cart__backdrop{position:fixed;z-index:1090;inset:0;display:none;background:rgba(0,0,0,.45)}.commerce-cart__drawer{position:fixed;z-index:1100;top:0;right:0;display:flex;width:min(420px,calc(100vw - 24px));height:100dvh;box-sizing:border-box;overflow:auto;transform:translateX(105%);flex-direction:column;padding:24px;background:#fff;box-shadow:-16px 0 48px rgba(0,0,0,.16);transition:transform .24s cubic-bezier(.2,0,0,1)}.commerce-cart.is-open .commerce-cart__backdrop{display:block}.commerce-cart.is-open .commerce-cart__drawer{transform:translateX(0)}.commerce-cart__drawer header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid #f0f0f0}.commerce-cart__eyebrow{margin:0 0 6px;color:#0958d9;font-size:11px;font-weight:700;letter-spacing:.08em}.commerce-cart__drawer h2{margin:0;font-size:22px;line-height:1.35}.commerce-cart__close{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:8px;background:#f5f5f5;color:#262626;cursor:pointer}.commerce-cart__close:hover,.commerce-cart__close:focus-visible{background:#e6f4ff;outline:0}.commerce-cart__close svg{width:20px;height:20px}.commerce-cart__items{display:grid;gap:10px;margin:20px 0}.commerce-cart__items article[data-label=""]{display:none}.commerce-cart__items a{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:12px;padding:10px;border:1px solid #f0f0f0;border-radius:10px;color:#262626;text-decoration:none}.commerce-cart__items a:hover{border-color:#91caff;background:#f7fbff}.commerce-cart__items img{width:64px;height:64px;border-radius:8px;object-fit:cover;background:#f5f5f5}.commerce-cart__items strong,.commerce-cart__items small{display:block}.commerce-cart__items strong{font-size:14px;line-height:1.4}.commerce-cart__items small{margin-top:6px;color:#595959;font-size:13px}.commerce-cart__empty{display:none;margin:32px 0;color:#595959;text-align:center}.commerce-cart__items:empty+.commerce-cart__empty{display:block}.commerce-cart__drawer footer{margin-top:auto;padding-top:18px;border-top:1px solid #f0f0f0}.commerce-cart__drawer footer>div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;color:#595959}.commerce-cart__drawer footer strong{color:#262626;font-size:18px}.commerce-cart__checkout{display:flex;min-height:44px;align-items:center;justify-content:center;border-radius:8px;background:#0958d9;color:#fff;font-size:14px;font-weight:700;text-decoration:none}.commerce-cart__checkout:hover{background:#003eb3}@media(prefers-reduced-motion:reduce){.commerce-cart__drawer{transition:none}}