@media screen and (min-width:1200px){
.js-store-grid-cont.t-store__grid-cont {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
}

.js-store-grid-cont.t-store__grid-cont:after, .js-store-grid-cont.t-store__grid-cont:before {
    display: none;
}

.t-clear.t-store__grid-separator {
    display: none;
}

.js-product.t-store__card.t-store__stretch-col {
    width: auto;
}
}


.t-store__card {
    position: relative;
    overflow: hidden; 
}


.t-store__card__imgwrapper {
    position: relative; 
}


.t-store__card__textwrapper {
    position: absolute; 
    bottom: 0;
    left: 0;
    width: 100%; 
    background-color: #ffffff8a; 
    color: #000!important; 
    z-index: 2;
    padding: 10px; 
}

/*.t-typography__title {*/
/*   color: rgb(255, 255, 255)!important;  */
/*}*/

/*.t-descr {*/
/*  color: rgb(255, 255, 255)!important;   */
/*}*/


.js-product-controls-wrapper {
    display: none; 
}




