#tnm-purchase-box{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:24px;
    margin-top:20px;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

#tnm-purchase-box h3{
    font-size:30px;
    margin-bottom:20px;
    font-weight:700;
}

.tnm-qty-wrap{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.tnm-btn{
    width:45px;
    height:45px;
    border:none;
    border-radius:8px;
    background:#ff7a00;
    color:#fff;
    font-size:24px;
    cursor:pointer;
    transition:.2s;
}

.tnm-btn:hover{
    transform:scale(1.05);
}

#tnm-qty{
    width:70px;
    text-align:center;
    font-size:22px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:8px;
}

.tnm-line{
    display:flex;
    justify-content:space-between;
    margin:15px 0;
    font-size:17px;
}

.tnm-total{
    font-size:28px;
    font-weight:700;
    margin-top:20px;
}

#tnm-buy{
    width:100%;
    padding:16px;
    margin-top:20px;
    border:none;
    border-radius:10px;
    background:#ff7a00;
    color:#fff;
    font-size:20px;
    font-weight:700;
    cursor:pointer;
}

#tnm-buy:hover{
    background:#e86d00;
}

.tnm-icons{
    margin-top:20px;
    color:#555;
    font-size:15px;
}

.tnm-icons div{
    margin:8px 0;
}