.cart-sheet{background-color:#fff;flex-direction:column;align-items:center;width:350px;height:100vh;padding:2rem 1.5rem;display:flex}.cart-sheet-header{justify-content:space-between;align-items:center;width:100%;display:flex}.cart-sheet-title{align-items:center;gap:.5rem;font-size:1.25rem;font-weight:900;display:flex}.cart-sheet-title-count{font-size:1.5rem;font-weight:400}.cart-sheet-close-btn{cursor:pointer}.cart-sheet-items{width:100%;max-height:max-content;margin-top:1.25rem;margin-bottom:2.5rem;overflow-y:auto}.cart-sheet-item{border-bottom:1px solid #8f8f8f;gap:1rem;padding:.625rem 0;display:flex}.cart-sheet-item-image{object-fit:contain;cursor:pointer;width:6rem;height:6rem}.cart-sheet-item-info{flex-direction:column;gap:.5rem;width:100%;display:flex}.cart-sheet-item-title{font-size:.875rem;font-weight:500}.cart-sheet-item-price{font-size:1rem;font-weight:900}.cart-sheet-footer{justify-content:space-between;align-items:center;width:100%;margin-bottom:1.75rem;display:flex}.cart-sheet-total-label,.cart-sheet-total-value{font-size:1.5rem;font-weight:900}.cart-sheet-actions{flex-direction:column;gap:.875rem;display:flex}.cart-sheet-btn-primary{background-color:var(--main-color);color:#fff;cursor:pointer;border-radius:9999px;padding:.5rem 2.5rem;font-size:1rem;font-weight:900;transition:opacity .15s}.cart-sheet-btn-primary:hover{opacity:.9}.cart-sheet-btn-secondary{color:#fff;cursor:pointer;background-color:#626262;border-radius:9999px;padding:.5rem 2.5rem;font-size:1rem;font-weight:900;transition:opacity .15s}.cart-sheet-btn-secondary:hover{opacity:.9}
