﻿.product-box {
    height: fit-content;
}

    .product-box .text-deal {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        display: block !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        text-overflow: ellipsis !important;
        height: 2.8em !important;
        color: #444444 !important;
        overflow: hidden !important;
        width: 90% !important;
        line-height: 1.3em !important;
    }

    .product-box .img-wrapper .front {
        height: 230px;
        position: relative;
    }

.theme-tab .tab-title, .theme-tab .tab-title2 {
    flex-basis: 97%;
}

.theme-tab .icon-prev {
    flex-basis: 3%;
}

.theme-tab .icon-next {
    flex-basis: 3%;
}

@media (max-width: 480px) {
    .product-box .img-wrapper .front {
        height: 108px;
    }
}

@media (max-width: 577px) {
    .theme-tab .tab-title, .theme-tab .tab-title2 {
        flex-basis: 95%;
    }

    .theme-tab .icon-prev {
        flex-basis: 5%;
    }

    .theme-tab .icon-next {
        flex-basis: 5%;
    }
}

.tag-deposit {
    bottom: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    display: flex;
    gap: 5px;
}

.tag-top-right {
    top: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    display: flex;
    gap: 5px;
}
