.cart-panel{position:sticky;top:90px;background:#141414;padding:1rem;border-radius:1rem}.cart-panel__header{display:flex;justify-content:space-between}.cart-item{display:flex;justify-content:space-between;margin-top:.5rem}.cart-panel__checkout{width:100%;height:44px;border-radius:999px;border:none;background:linear-gradient(180deg,#f28a2e,#e86f12);color:#fff;font-weight:700;font-size:14px;cursor:pointer;transition:all .2s ease}.cart-panel__checkout:hover{transform:translateY(-1px);box-shadow:0 6px 18px #e86f1266}
