.whitespace-nowrap {
    white-space: nowrap;
}

@media (max-width: 992px) {
    .products-index {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 400px) {
    .subscribe-form {
        display: none;
    }
}

@media (max-width: 480px) {
    .order-item__price {
        margin-top: 10px;
        text-align: start;
    }

    .order-item__inner {
        flex-wrap: wrap;
    }
}

.deposit__image {
    width: 100%;
    height: 100%;
    max-width: 120px;
    height: 120px;
}

@media (max-width: 400px) {
    .deposit__image {
        max-width: 80px;
        height: 80px;
    }
}

@media (max-width: 450px) {
    .deposits-header {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
   }
}

.text-red {
    color: red;
}
