.amount {
    display: flex;
    transition: all .3s ease;
    position: relative;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    justify-content: space-between;
    border-radius: 40px;
    background: var(--accent-background-color);
    margin: 0 10px 0 0;
}

.product-page .amount {
    margin-left: 0;
    margin-right: 15px;
}

.amount__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    background-color: inherit;
    transition: all .3s ease;
    width: 100%;
    position: static;
    background: none;
    border: none;
    font-size: 20px;
    height: 30px;
    width: fit-content;
}
.amount__button:last-of-type {
    border-top: none;
}
.amount__button_right {
    top: 0;
    left: 100%;
}
.amount__button_left {
    top: 0;
    right: 100%;
}
.product-page__info .amount {
    width: 123px;
    margin-bottom: 10px;
}

.product-page__info .amount,
.product-page__info .amount__button {
    height: 43px;
}


.product-page .amount__button {
    font-size: 22px;
}

.product-page .amount__input {
    font-size: 16px;
    width: 30px;
}


.amount__input {
    text-align: center;
    width: 22px;
    border: none;
    background: none;
}
