body.cart-drawer-open{overflow:hidden}.cart-drawer-layer[hidden]{display:none}.cart-drawer-layer{position:fixed;inset:0;z-index:1200}.cart-drawer-shade{position:absolute;inset:0;background:rgba(31,26,30,.55)}.cart-drawer{position:absolute;right:0;top:0;bottom:0;width:min(520px,100%);display:flex;flex-direction:column;background:#fff;box-shadow:-12px 0 45px rgba(32,22,29,.2);animation:cartDrawerIn .25s ease}.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:22px 25px;border-bottom:1px solid #e9e2e6}.cart-drawer-head h2{margin:0;font:600 25px "Playfair Display",serif}.cart-drawer-close{border:0;background:none;font-size:30px}.cart-drawer-message{margin:0;padding:11px 25px;background:#fff3d1;font-size:9px;font-weight:700;letter-spacing:.08em}.cart-drawer-items{flex:1;overflow:auto;padding:8px 25px}.drawer-cart-item{display:grid;grid-template-columns:92px 1fr auto;gap:15px;padding:20px 0;border-bottom:1px solid #e9e2e6}.drawer-cart-item>img{width:92px;height:112px;object-fit:cover;background:#f5e9ed}.drawer-cart-copy h3{margin:2px 0 7px;font-size:14px;font-weight:500}.drawer-cart-copy>small{color:#77717a;font-size:9px}.drawer-cart-quantity{display:flex;align-items:center;width:max-content;margin-top:14px;border:1px solid #e1d9de}.drawer-cart-quantity button{width:32px;height:32px;border:0;background:#fff;font-size:17px}.drawer-cart-quantity span{width:32px;text-align:center;font-size:11px}.drawer-cart-price{text-align:right}.drawer-cart-price b{display:block;margin-top:4px;font-size:13px}.drawer-remove{margin-top:17px;border:0;background:none;color:#b92d52;font-size:9px;text-decoration:underline}.cart-drawer-empty{padding:65px 15px;text-align:center}.cart-drawer-empty h3{font:600 25px "Playfair Display",serif}.cart-drawer-empty p{color:#77717a;font-size:10px}.cart-drawer-foot{padding:20px 25px 25px;border-top:1px solid #e9e2e6;background:#fff}.drawer-subtotal{display:flex;justify-content:space-between;margin-bottom:15px;font-size:15px}.drawer-subtotal strong{font-size:18px}.drawer-place-order,.drawer-shop-more{display:flex;align-items:center;justify-content:center;height:50px;font-size:10px;font-weight:800;letter-spacing:.1em}.drawer-place-order{background:#ec3f73;color:#fff}.drawer-shop-more{margin-top:9px;border:1px solid #272229;background:#fff;color:#272229}.cart-drawer-note{text-align:center;margin:12px 0 0;color:#77717a;font-size:8px}@keyframes cartDrawerIn{from{transform:translateX(100%)}to{transform:none}}@media(max-width:560px){.cart-drawer-head{padding:17px 18px}.cart-drawer-items{padding:5px 18px}.drawer-cart-item{grid-template-columns:78px 1fr auto;gap:10px}.drawer-cart-item>img{width:78px;height:98px}.drawer-cart-copy h3{font-size:12px}.cart-drawer-foot{padding:16px 18px 20px}}
