.uc-item-cards .t-store__card__textwrapper {
    text-align: left;
    padding-top: 30px;
    padding-right: 20px;
    position: relative;
}
.uc-item-cards .t-store__card__textwrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #003F2D;
    top: 15px;
    left: 0;
}
.uc-item-cards .t-store__card__textwrapper::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 30px;
    right: 0;
}



.uc-item-cards .t-store__card__textwrapper .t-store__card__price-value {
    overflow: initial;
    font-family: 'TRYG', Arial, sans-serif;
    font-style: italic;
}
.uc-item-cards .t-store__card__textwrapper .t-store__card__price-currency {
    font-family: 'TRYG', Arial, sans-serif;
    font-style: italic;
}
.uc-item-cards .t-store__card__textwrapper .t-store__card__price_old {
    margin-left: 10px;
}

.uc-item-cards .t-store__pagination {
    display: none;
}

.uc-item-cards .t-btn {
    width: 100%;
}

.js-store-prod-all-charcs {
    display: none;
}