
.wcp-cart-preview {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    z-index: 9999;
    width: 500px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.wcp-cart-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.wcp-total {
    margin-top: 10px;
    font-weight: bold;
    text-align: right;
}
.wcp-name {
    padding: 0 2px;
    width: 80%;
}
.wcp-qty {
    padding: 0 2px;
    width: 5%;
}
.wcp-price {
    padding: 0 2px;
    width: 15%;
    text-align: right;
}
