.drawer-backdrop{position:fixed;inset:0;background:#0008;z-index:1100}
.cart-drawer{position:fixed;right:0;top:0;width:min(430px,100%);height:100%;background:#fff;z-index:1101;padding:30px;transform:translateX(103%);transition:transform .22s}
.cart-drawer.open{transform:translateX(0)}
.drawer-close{position:absolute;right:17px;top:10px;font-size:30px}
.success{width:44px;height:44px;background:#e6f7ea;color:#159447;border-radius:50%;display:grid;place-items:center;font-size:23px}
.cart-drawer h2{font-size:23px;margin:12px 0 20px}
.cart-product{display:flex;gap:15px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin-bottom:22px}
.cart-product img{width:100px;height:145px;object-fit:cover}
.cart-product div,.cart-product span{display:flex;flex-direction:column}
.cart-product span{font-size:12px;margin-top:5px;color:#666}
.go-cart,.continue{width:100%;height:46px;border-radius:6px;font-weight:700}
.go-cart{background:var(--orange);color:#fff}
.continue{border:1px solid var(--orange);color:var(--orange);margin-top:8px}

