.cart-drawer{z-index:2000;pointer-events:none;position:fixed;inset:0}.cart-drawer.is-open{pointer-events:auto}.cart-drawer.is-open .cart-drawer-backdrop{opacity:1}.cart-drawer.is-open .cart-drawer-panel{transform:translate(0)}.cart-drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;opacity:0;background:#0000006b;border:0;transition:opacity .25s;position:absolute;inset:0}.cart-drawer-panel{color:#181818;background:#fff;grid-template-rows:auto 1fr auto;width:min(100%,380px);height:100dvh;transition:transform .28s;display:grid;position:absolute;top:0;right:0;transform:translate(100%)}.cart-drawer-header{border-bottom:1px solid #ecece97e;justify-content:space-between;align-items:center;min-height:62px;padding:0 1.1rem;display:flex}.cart-drawer-header h2{font-family:var(--font-playfair-display),Georgia,serif;font-size:18px;font-weight:400;line-height:1.2}.cart-drawer-close,.cart-drawer-remove{color:#181818;cursor:pointer;background:0 0;border:0;place-items:center;display:inline-grid}.cart-drawer-close{font-size:22px}.cart-drawer-content{min-height:0;padding:1.2rem 1.1rem;overflow-y:auto}.cart-drawer-empty{color:#8b7e7e;font-size:14px}.cart-drawer-list{flex-direction:column;gap:1rem;list-style:none;display:flex}.cart-drawer-item{grid-template-columns:72px 1fr;gap:.9rem;display:grid}.cart-drawer-image{color:#8b7e7e;width:72px;height:88px;font-family:var(--font-playfair-display),Georgia,serif;background:#f8f8f8;place-items:center;font-size:24px;display:grid;position:relative;overflow:hidden}.cart-drawer-image img{object-fit:cover;object-position:center}.cart-drawer-item-info{min-width:0}.cart-drawer-item-heading{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.cart-drawer-item-heading h3{color:#181818;overflow-wrap:anywhere;margin-bottom:.35rem;font-size:12px;font-weight:500;line-height:1.3}.cart-drawer-item-heading p{color:#8b7e7e;align-items:center;gap:.35rem;font-size:12px;line-height:1.2;display:flex}.cart-drawer-item-color{margin-top:.25rem}.cart-drawer-item-color span{border:1px solid #ecece97e;border-radius:999px;flex:none;width:10px;height:10px}.cart-drawer-remove{padding-top:.15rem;font-size:14px}.cart-drawer-item-bottom{justify-content:space-between;align-items:center;gap:.75rem;margin-top:2.1rem;display:flex}.cart-drawer-quantity{border:1px solid #ecece97e;grid-template-columns:28px 30px 28px;height:20px;display:grid}.cart-drawer-quantity button,.cart-drawer-quantity span{color:#181818;background:0 0;border:0;place-items:center;font-size:12px;line-height:1;display:grid}.cart-drawer-quantity button{cursor:pointer}.cart-drawer-price{color:#181818;white-space:nowrap;font-size:12px;font-weight:500}.cart-drawer-footer{border-top:1px solid #ecece97e;padding:1.35rem 1.1rem 1.2rem}.cart-drawer-footer p{color:#8b7e7e;margin:.85rem 0 1rem;font-size:10px;line-height:1.4}.cart-drawer-subtotal{justify-content:space-between;align-items:center;gap:1rem;font-size:12px;display:flex}.cart-drawer-subtotal strong{font-size:18px;font-weight:500}.cart-drawer-checkout{color:#fff;cursor:pointer;letter-spacing:.12em;text-transform:uppercase;background:#181818;border:1px solid #181818;width:100%;min-height:48px;font-size:12px;font-weight:700}.cart-drawer-checkout:disabled{cursor:not-allowed;opacity:.45}
