.bag-drawer{position:fixed;inset:0 0 0 auto;margin:0;width:min(510px,100%);max-width:100%;height:100dvh;max-height:100dvh;border:0;padding:0;background:var(--paper,#fffdf8);color:#302c24;box-shadow:-20px 0 80px #302c2426}.bag-drawer::backdrop{background:#27282077;backdrop-filter:blur(4px)}.bag-drawer[open]{animation:bag-enter .3s ease-out}.bag-shell{height:100%;display:flex;flex-direction:column}.bag-heading{display:flex;align-items:center;justify-content:space-between;padding:30px 28px 25px}.bag-eyebrow{font-size:9px;letter-spacing:.17em;font-weight:700;color:#8d533e;margin-bottom:10px}.bag-heading h2{font-size:35px;letter-spacing:-.045em}.bag-heading h2 span{display:inline-grid;place-items:center;vertical-align:middle;width:27px;height:27px;border-radius:50%;background:#eee8dd;font:13px var(--body-font,Arial);letter-spacing:0}.bag-close{border:1px solid #ded8cc;border-radius:50%;background:transparent;width:40px;height:40px;font-size:27px;line-height:1}.bag-shipping{padding:13px 25px;background:#eaf0e3;color:#52604b;font-size:12px;display:flex;gap:9px;align-items:center}.bag-shipping .icon{width:17px;height:17px}.bag-status{font-size:13px;padding:0 28px;color:#99432e}.bag-status:not(:empty){padding-block:12px}.bag-content{flex:1;overflow:auto;overscroll-behavior:contain;padding:0 28px;min-height:0}.bag-item{display:grid;grid-template-columns:88px 1fr;gap:18px;padding:24px 0;border-bottom:1px solid #e9e2d7}.bag-photo{display:block;border-radius:12px;overflow:hidden;background:#f0ebe3;align-self:start;aspect-ratio:1}.bag-photo img{height:100%;width:100%;object-fit:contain}.bag-item h3{font-size:15px;line-height:1.4;letter-spacing:-.015em;margin-bottom:5px}.bag-option,.bag-property,.bag-plan{font-size:12px;color:#797266}.bag-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:14px}.bag-quantity{display:flex;align-items:center;border:1px solid #ded8cc;border-radius:7px;overflow:hidden}.bag-quantity button{border:0;background:transparent;width:32px;height:34px}.bag-quantity span{font-size:13px;min-width:25px;text-align:center}.bag-price{font-size:14px;font-weight:600;text-align:right}.bag-price s{display:block;font-size:11px;font-weight:400;color:#8d8578}.bag-remove{border:0;background:none;text-decoration:underline;text-underline-offset:3px;font-size:11px;color:#797266;padding:8px 0 0}.bag-discount{font-size:11px;color:#52604b;margin-top:6px}.bag-footer{padding:23px 28px max(20px,env(safe-area-inset-bottom));border-top:1px solid #ded8cc;background:#f7f3eb}.bag-footer[hidden]{display:none}.bag-total{display:flex;justify-content:space-between;align-items:center;gap:15px;font-size:15px}.bag-total strong{font-size:23px;letter-spacing:-.04em}.bag-footer>p{font-size:11px;margin:9px 0 18px}.bag-checkout{width:100%;justify-content:space-between;border-radius:9px}.bag-full{display:block;text-align:center;text-decoration:underline;text-underline-offset:4px;font-size:12px;margin-top:14px}.bag-empty{text-align:center;padding:45px 0}.bag-empty-icon{width:94px;height:94px;border-radius:50%;background:#eee8da;color:#8b563e;display:grid;place-items:center;margin:0 auto 26px;transform:rotate(-8deg)}.bag-empty-icon .icon{width:40px;height:40px}.bag-empty h3{font-size:38px;line-height:1.1;margin:15px 0}.bag-empty>p:not(.bag-eyebrow){font-size:14px;margin-bottom:26px}.bag-empty>button{display:block;margin:18px auto 0;border:0;background:transparent;font-size:12px;text-decoration:underline;text-underline-offset:4px}.bag-content[aria-busy=true]{opacity:.6;pointer-events:none}@keyframes bag-enter{from{transform:translateX(100%)}to{transform:translateX(0)}}@media(max-width:480px){.bag-heading{padding:24px 20px}.bag-content{padding-inline:20px}.bag-footer{padding-inline:20px}.bag-shipping{padding-inline:20px;font-size:11px}}@media(prefers-reduced-motion:reduce){.bag-drawer[open]{animation:none}}
