.cart-drawer{position:fixed;inset:0 0 0 auto;width:min(92vw,440px);max-width:440px;height:100dvh;max-height:100dvh;margin:0;padding:0;border:0;background:#fff;color:#232323;box-shadow:-18px 0 50px rgba(0,0,0,.18)}
.cart-drawer[open]{animation:cart-drawer-enter .24s ease-out both}
.cart-drawer::backdrop{background:rgba(0,0,0,.45)}
@keyframes cart-drawer-enter{from{transform:translateX(100%)}to{transform:translateX(0)}}
@media(prefers-reduced-motion:reduce){.cart-drawer[open]{animation:none}}
.cart-drawer__panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:100%;min-height:0}
.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;border-bottom:1px solid #dedede}
.cart-drawer__eyebrow{margin:0 0 3px;color:#777;font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.cart-drawer__header h2{margin:0;font:600 20px/26px var(--heading-font)}
.cart-drawer__close{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border:1px solid #cfcfcf;border-radius:50%;background:#fff;color:#232323;font-size:28px;line-height:1;cursor:pointer}
.cart-drawer__items{min-height:0;padding:0 24px;overflow:auto}
.cart-drawer__item{display:grid;grid-template-columns:86px minmax(0,1fr);gap:18px;padding:22px 0;border-bottom:1px solid #dedede}
.cart-drawer__image{display:grid;width:86px;min-height:108px;place-items:center;background:#f7f7f7}
.cart-drawer__image img{width:100%;height:108px;object-fit:contain}
.cart-drawer__item-copy{min-width:0}
.cart-drawer__item-title{display:block;margin-bottom:7px;font-weight:600;line-height:20px}
.cart-drawer__item-copy p{margin:0 0 5px;color:#777;font-size:13px;line-height:18px}
.cart-drawer__item-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:12px}
.cart-drawer__quantity{display:grid;box-sizing:border-box;width:96px;height:40px;flex:0 0 96px;grid-template-columns:30px 34px 30px;align-items:center;border:1px solid #cfcfcf;background:#fff}
.cart-drawer__quantity button,.cart-drawer__quantity input{width:100%;height:38px;padding:0;border:0;background:#fff;color:#232323;text-align:center}
.cart-drawer__quantity button{font-size:18px;cursor:pointer}
.cart-drawer__quantity input{-moz-appearance:textfield}
.cart-drawer__quantity input::-webkit-outer-spin-button,.cart-drawer__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.cart-drawer__line-price{display:block;min-width:0;font-size:14px;text-align:right;white-space:nowrap}
.cart-drawer__remove{min-height:40px;margin-top:4px;padding:0;border:0;background:transparent;color:#555;font:500 13px/18px inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.cart-drawer__item[aria-busy=true]{opacity:.58}
.cart-drawer__item[aria-busy=true] button,.cart-drawer__item[aria-busy=true] input{pointer-events:none}
.cart-drawer__empty{margin:0;padding:40px 0;font-size:16px}
.cart-drawer__notice{margin:24px 0;padding:18px;border:1px solid #d6b96c;background:#fff9e8;font-size:14px;line-height:21px}.cart-drawer__notice strong{display:block;margin-bottom:6px}.cart-drawer__notice p{margin:0}
.cart-drawer__footer{padding:22px 24px 26px;border-top:1px solid #dedede;background:#fff}
.cart-drawer__subtotal{display:flex;justify-content:space-between;gap:20px;margin-bottom:18px;font-size:16px}
.cart-drawer__link{display:flex;width:100%;min-height:46px;align-items:center;justify-content:center;margin-top:10px;border:1px solid #232323;background:#fff;color:#232323;font-weight:700;text-transform:uppercase}
.cart-drawer__link--primary{background:#232323;color:#fff}
.cart-drawer__close:focus-visible,.cart-drawer__link:focus-visible,.cart-drawer__quantity button:focus-visible,.cart-drawer__quantity input:focus-visible,.cart-drawer__remove:focus-visible{outline:2px solid #232323;outline-offset:3px}
@media(max-width:749px){.cart-drawer{width:min(94vw,420px)}.cart-drawer__header{padding:20px}.cart-drawer__items{padding-inline:20px}.cart-drawer__footer{padding:20px}.cart-drawer__item{grid-template-columns:76px minmax(0,1fr);gap:14px}.cart-drawer__image{width:76px;min-height:96px}.cart-drawer__image img{height:96px}}
