.cartDrawer[hidden]{display:none}.cartDrawer{position:fixed;inset:0;z-index:1000}.cartDrawerBackdrop{position:absolute;inset:0;width:100%;border:0;background:#22342daa;cursor:pointer}.cartDrawerPanel{position:absolute;top:0;right:0;display:flex;width:min(520px,100%);height:100%;flex-direction:column;background:var(--paper);box-shadow:-24px 0 70px #22342d38;outline:0}.cartDrawerHeader{display:flex;min-height:104px;padding:25px 28px;align-items:center;justify-content:space-between;border-bottom:1px solid #22342d1d;background:#fffdf6}.cartDrawerHeader span{display:block;margin-bottom:6px;color:var(--orange);font-size:8px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.cartDrawerHeader h2{margin:0;font:700 31px/1 Georgia,serif;letter-spacing:-.035em}.cartDrawerClose{display:grid;width:44px;height:44px;padding:0;place-items:center;border:1px solid #22342d2b;border-radius:50%;background:transparent;color:var(--ink);cursor:pointer}.cartDrawerClose svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}.cartDrawerShipping{margin:22px 28px 4px;padding:21px 22px;border-radius:14px;background:var(--ink);color:#fffdf6}.cartDrawerShippingHead{display:flex;align-items:center;justify-content:space-between}.cartDrawerShippingHead span{font:700 17px/1 Georgia,serif}.cartDrawerShippingHead strong{color:var(--lime);font:700 22px/1 Georgia,serif}.cartDrawerProgress{height:8px;margin:15px 0 12px;overflow:hidden;border-radius:99px;background:#fffdf62d}.cartDrawerProgress i{display:block;width:0;height:100%;border-radius:inherit;background:var(--lime);transition:width .3s ease}.cartDrawerShipping p{margin:0;color:#fffdf6c9;font-size:12px;line-height:1.45}.cartDrawerShipping.isComplete{background:#365848}.cartDrawerBody{display:flex;min-height:0;padding:18px 28px 26px;flex:1;flex-direction:column;gap:12px;overflow:auto}.cartDrawerItem{display:grid;grid-template-columns:92px minmax(0,1fr);gap:16px;padding:13px;border:1px solid #22342d1d;border-radius:12px;background:#fffdf6}.cartDrawerItemImage{display:grid;width:92px;height:104px;place-items:center;overflow:hidden;border-radius:8px;background:#f1efdf}.cartDrawerItemImage img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.cartDrawerItemInfo{display:flex;min-width:0;flex-direction:column}.cartDrawerItemTop{display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.cartDrawerItem h3{margin:2px 0 5px;font:700 19px/1.05 Georgia,serif}.cartDrawerItem h3 a{color:var(--ink)}.cartDrawerItemPrice{white-space:nowrap;color:var(--ink);font:700 16px/1 Georgia,serif}.cartDrawerItemVariant{margin:0;color:#68766f;font-size:10px;line-height:1.4}.cartDrawerItemBottom{display:flex;margin-top:auto;align-items:end;justify-content:space-between;gap:12px}.cartDrawerQuantity{display:grid;grid-template-columns:34px 38px 34px;min-height:34px;align-items:center;border:1px solid #22342d40;border-radius:99px}.cartDrawerQuantity button{height:32px;padding:0;border:0;background:transparent;color:var(--ink);cursor:pointer;font-size:18px}.cartDrawerQuantity span{text-align:center;font-size:12px;font-weight:800}.cartDrawerRemove{padding:5px 0;border:0;background:transparent;color:#7a3e30;cursor:pointer;font-size:9px;font-weight:800;letter-spacing:.08em;text-decoration:underline;text-transform:uppercase}.cartDrawerEmpty{display:grid;margin:auto;text-align:center;place-items:center}.cartDrawerEmptyIcon{display:grid;width:74px;height:74px;margin-bottom:20px;place-items:center;border-radius:50%;background:var(--lime);font-size:28px}.cartDrawerEmpty h3{margin:0 0 10px;font:700 30px/1 Georgia,serif}.cartDrawerEmpty p{max-width:300px;margin:0 0 24px;color:#53645d;font:14px/1.55 Georgia,serif}.cartDrawerEmpty a{display:inline-flex;padding:15px 18px;background:var(--ink);color:#fffdf6;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.cartDrawerFooter{padding:20px 28px 24px;border-top:1px solid #22342d1d;background:#fffdf6}.cartDrawerFooter[hidden]{display:none}.cartDrawerTotal{display:flex;align-items:baseline;justify-content:space-between}.cartDrawerTotal span{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.cartDrawerTotal strong{font:700 25px/1 Georgia,serif}.cartDrawerFooter>p{margin:8px 0 17px;color:#6a7771;font-size:10px}.cartDrawerCheckout{display:grid;grid-template-columns:24px 1fr auto;min-height:58px;padding:0 20px;align-items:center;background:var(--ink);color:#fffdf6;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.cartDrawerCheckout svg{width:21px;height:21px;fill:none;stroke:var(--lime);stroke-width:1.7}.cartDrawerCheckout b{color:var(--lime);font-size:18px}.cartDrawerTrust{display:flex;margin-top:14px;justify-content:center;gap:18px;color:#5f6d66;font-size:8px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.cartDrawerTrust span:first-child{color:#486153}@media(max-width:600px){.cartDrawerHeader{min-height:88px;padding:20px}.cartDrawerHeader h2{font-size:27px}.cartDrawerShipping{margin:16px 16px 2px;padding:18px}.cartDrawerBody{padding:14px 16px 20px}.cartDrawerFooter{padding:17px 16px 19px}.cartDrawerItem{grid-template-columns:78px minmax(0,1fr);gap:12px}.cartDrawerItemImage{width:78px;height:92px}.cartDrawerItem h3{font-size:17px}.cartDrawerTrust{justify-content:flex-start;gap:10px;font-size:7px}}@media(prefers-reduced-motion:reduce){.cartDrawerProgress i{transition:none}}
