.detail-product{
    width:100%;
    border-radius: 10px;
    background-color: rgb(var(--background-color));
    display: flex;
    padding:12px 24px;
    align-items: center;
    justify-content: space-between;
    gap:20px;
}
@media(max-width:959px){
    .detail-product{
        padding:6px 10px;
    }
    .detail-product-button .button{
        padding:5px 12px;
    }
}