.product-card-footer {
    height: 25%;
    max-height: 25%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 23px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    background-color: #080505;
}
.app-button--primary {
    background-color: #1c1716;
    color: #fff;
}
.product-cards {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
.banner-item-link {
    padding: 19px;
    background-color: #1c1716;
    color: #fff;
}
.banner-content {
    font-size: 15px;
}
.bunner-title {
    font-size: 25px;
    font-weight: 500;
}
.product-card-name {
    font-size: 14px;
}
.product-card-price {
    font-size: 14px;
}
.search-input {
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background-color: #1c1716;
    color: #fff;
}
input {
    border: 1px solid #fff;
}
.app-button {
    font-size: 18px;
}
.modal-content {
  background-color: #1c1716; 
}
.modal-footer-buttons {
  background-color: #1c1716;
  height: 46px;
}
.modal {
    max-width: 90vw;
    position: relative;
    box-shadow: 0 4px 20px #786337;
    transition: inherit;
    border-radius: 5px 40px;
    background: #1c1716;
    margin: 30px 0;
}