.product-top-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #17181A;
    background-image: url('../../images/wave-pattern-light.svg');
    background-repeat: repeat;
}

.product-top-header-content {
    width: 70%;
    padding: 70px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    text-align: center;
}

#kvm-typing {
    color: #7B586B;
}

.products-content-box {
    max-width: 300px;
}

.products-content-container {
    flex-wrap: wrap;
}

.payment-methods {
    background-color: #17181A;
    width: 100%;
}

.payment-methods-content {
    width: 70%;
    border-bottom: #ccc solid 1px;
}