.thrice-lift-product {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 703px;
    grid-gap: 12px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 60px;
}

.thrice-lift-product__wrap{
    overflow-x: scroll;
}

.wp-block-latest-posts__featured-image img{
    max-width: 100%;
}

.thrice-lift-product__title h4 {
    margin: 12px 0;
}

.thrice-lift-product__content{
    display: grid;
    grid-template-rows: auto 1fr;
}

.thrice-lift-product__thumbnail {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 0;
}


.thrice-lift-product__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}


.thrice-lift-product__product {
    overflow: hidden;
    padding: 12;
    display: grid;
    grid-template-rows: auto 170px auto;
    border-radius: 8px;
}
@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .thrice-lift-product__product {
        padding: 16;
        grid-template-rows: auto 380px auto;
    }
}

@media (min-width: 1200px) {

}


.thrice-lift-product__categories-selected {
    padding-bottom: 16px;
    border-bottom: 1px solid black;
    font-family: "Archivo", sans-serif;
}

.thrice-lift-product__categories-selected h3 {
    margin: 0;
}

@media (min-width: 768px) {

    .thrice-lift-product {
        margin-bottom: 80px;
    }

    .thrice-lift-product__wrap{
        overflow-x: hidden;
    }
}

@media (min-width: 992px) {

    .thrice-lift-product__title h4 {
        margin: 20px 0;
    }

    .thrice-lift-product__author{
        font-size: 16px;
        line-height: 22.4px;
    }
}

.thrice-lift-product__top__title {
    margin-block-start: 0;
    margin-block-end: 0;
}


.thrice-lift-product__top__maker {
    font-size: 8px;
    line-height: 120%;
    text-transform: uppercase;
    padding-top: 4px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 17px;
}


@media (min-width: 768px) {
    .thrice-lift-product__top__maker {
        margin-bottom: 23px;
    }
}

@media (min-width: 992px) {
    .thrice-lift-product__top__maker {
        font-size: 16px;
        line-height: 19.2px;
        padding-top: 5px;
        margin-bottom: 31px;
    }
}

@media (min-width: 1200px) {

}

.thrice-lift-product__bottom {
    display: grid;
    grid-template-columns: 3fr 1fr;
    margin-top: 29px;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .thrice-lift-product__bottom {
        margin-top: 38px;
    }
}

@media (min-width: 1200px) {

}

.thrice-lift-product__info {
    display: grid;
    justify-content: end;
}

/*
Tags
*/
.thrice-lift-product__tags {
    display: grid;
    justify-content: start;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    grid-gap: 5px;
}

.thrice-lift-product__tags a{
    font-size: 10px;
    line-height: 12px;

    padding: 5px 12px;
    border: 1px solid #000000;
    border-radius: 100px;
    background-color: transparent;
    margin-right: 10px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .thrice-lift-product__tags a{
        font-size: 14px;
        line-height: 16px;
        padding: 9px 24px;
    }
}

.thrice-lift-product__top{
    position: relative;
}

.thrice-lift-product__top .brukett-loop__top__image{
    top: initial;
}
@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
