.cart-trigger{position:relative;width:40px;height:40px;border:1px solid #15131a;border-radius:50%;background:transparent;cursor:pointer}.cart-badge{position:absolute;top:-5px;right:-5px;display:none;min-width:18px;height:18px;border-radius:50%;background:#ff8db6;color:#15131a;border:2px solid #fffaf3;font-size:9px;font-weight:800;align-items:center;justify-content:center}.cart-overlay{position:fixed;inset:0;background:rgba(21,19,26,.32);opacity:0;pointer-events:none;transition:.25s;z-index:90}.cart-overlay.active{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;right:0;top:0;height:100%;width:min(430px,100%);background:#fffaf3;z-index:100;transform:translateX(100%);transition:.3s;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(21,19,26,.12)}.cart-drawer.active{transform:translateX(0)}.cart-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid #e7e1da}.cart-drawer-head h3{margin:0;font-size:20px}.cart-close{width:34px;height:34px;border:0;border-radius:50%;background:#e9e0ff;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:10px 22px}.cart-empty{text-align:center;color:#77717b;font-size:12px;padding:45px 10px}.cart-item{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid #e7e1da;align-items:center}.cart-item-img{width:65px;height:82px;border-radius:12px;overflow:hidden;flex:none;background:#eee7df}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1}.cart-item-code{font-size:10px;color:#77717b;letter-spacing:1px}.cart-item-price{font-size:13px;font-weight:800;margin:4px 0 7px}.cart-item-qty{display:flex;align-items:center;gap:9px}.qty-btn{width:25px;height:25px;border-radius:50%;border:1px solid #d8d1cb;background:#fff;cursor:pointer}.cart-item-remove{border:0;background:none;color:#999;cursor:pointer}.cart-drawer-foot{padding:18px 22px 24px;border-top:1px solid #e7e1da}.cart-total-row{display:flex;justify-content:space-between;font-weight:800;margin-bottom:14px}.cart-checkout-btn{width:100%;border:0;border-radius:999px;background:#15131a;color:#fff;padding:13px;font-weight:800;cursor:pointer}