#ssc-cart { max-width: 800px; margin: 1rem 0; }
.ssc-cart-table { width: 100%; border-collapse: collapse; }
.ssc-cart-table th, .ssc-cart-table td { border: 1px solid #ddd; padding: 8px; text-align: left; }
.ssc-cart-totals { margin-top: 1rem; }
.ssc-add-to-cart { padding: 8px 12px; background:#2b8; color:#fff; border:none; cursor:pointer; border-radius:4px; }
.ssc-empty-cart {
    background: #d33;
    color: #fff;
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 8px;
}
.ssc-empty-cart:hover {
    background: #b22;
}
