Загрузка данных


.card{
    background: white;padding: 30px;border-radius: 20px;
    text-align: center;transition: transform 0.3s ease;
}
.card:hover{transform: translateY(-5px);}
.img-placeholder{
    height: 200px;background: #eee;border-radius: 10px;
    margin-bottom: 20px;display: flex;align-items: center;justify-content: center;
    font-weight: bold;color:#aaa;
}
.buy-btn{
    margin-top:15px ;padding: 8px 16px;border:none;
    background: var(--text);color: white;border-radius: 5px;cursor: pointer;
}
footer{text-align: center;padding: 50px;font-size: 12px;color: #86868b;}