.boxes h3 {
    color: #ffffff;
}

.container .content {
    padding-bottom: 50px;
}

.page-smaki .boxes .boxes-child button {
    position: relative;
    border: none;
    min-height: 76px;
    overflow: hidden;
    margin-top: auto;
}

.page-smaki .boxes .boxes-child button span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-smaki .boxes .boxes-child button span.txt-1 {
    opacity: 1;
}

.page-smaki .boxes .boxes-child button span.txt-2 {
    opacity: 0;
}

.page-smaki .boxes .boxes-child:hover .flavor-img img {
    transition: transform 0.3s ease;
}

.flavour-products-list.grid {
    grid-template-columns: repeat(4, 1fr);
}

.flavour-excerpt {
    min-height: 50px;
}

@media (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
    .btn {
        min-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
    .btn {
        min-width: 100%;
    }

    .flavour-content .flavour-products h2 {
        margin: 5px 0;
    }
}