.eurostone-list-view {
    display: flex;
    flex-flow: row wrap;
}

.eurostone-list-view .items {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
    margin: 0 10px 1.5rem;
    width: calc(90% / 4);
}

.eurostone-list-view .items a {
    color: #000936;
    transition: all 0.3s ease;
}

@media screen and (min-width: 1025px) {
    .eurostone-list-view .items a:hover {
        opacity: 0.7;
    }
}

.eurostone-list-view .items figure {
    height: 220px;
    overflow: hidden;
    line-height: 0;
}

.eurostone-list-view .items figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.eurostone-list-view .items .sec {
    padding: 20px 20px 15px;
}

.eurostone-list-view .items .sec h4 {
    font-size: 20px;
    font-weight: 600;
}

.eurostone-list-view .items .sec h4:not(:last-child) {
    margin-bottom: 10px;
}

.eurostone-list-view .items .sec .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.eurostone-list-view .items .sec .list-tag {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -10px;
}

.eurostone-list-view .items .sec .list-tag li {
    width: 100%;
    color: #000;
    font-size: 14px;
}

.eurostone-list-view .items .sec .list-tag li.sku {
    width: auto;
    background: #000936;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.eurostone-list-view .items .sec .tag {
    display: inline-flex;
    height: 34px;
    width: auto;
    align-items: center;
    justify-content: center;
    background: #000936;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    margin-bottom: 10px;
}

.eurostone-list-view.slider02 .items figure {
    height: 300px;
}

@media screen and (max-width: 1024px) {
    .eurostone-list-view .items .sec {
        padding: 15px 3vw;
    }

    .eurostone-list-view .items .sec h4 {
        font-size: 15px;
    }

    .eurostone-list-view .items .sec .list-tag {
        margin: 0 0 -5px;
    }

    .eurostone-list-view .items .sec .list-tag li {
        font-size: 12px;
        padding: 5px 5px;
    }

    .eurostone-list-view .items .sec .tag {
        height: 25px;
        padding: 5px 5px;
    }

    .eurostone-list-view .items {
        border-radius: 5px;
        margin: 0 5px 1.5rem;
        width: calc(95% / 3);
    }

    .eurostone-list-view .items figure {
        height: 180px;
    }

    .eurostone-list-view.slider02 .items figure {
        height: 260px;
    }
}

@media screen and (max-width: 767px) {
    .eurostone-list-view .items figure {
        height: 40vw;
        max-height: 220px;
    }

    .eurostone-list-view.slider02 .items figure {
        height: 60vw;
        max-height: 400px;
    }
}

@media screen and (max-width: 668px) {
    .eurostone-list-view .items {
        width: calc(95% / 2);
    }
}

@media screen and (max-width: 450px) {
    .eurostone-list-view .items {
        width: calc(93% / 2);
    }
}