.t-store__prod-snippet__container .t-container {
    max-width: 100% !important;
    width: calc(250px + (1760 - 250) * ((100vw - 500px) / (1920 - 500))) !important;
    /* margin: 0 auto; */
}



@media screen and (max-width: 550px) { 
.t-store__prod-snippet__container .t-container {
    max-width: 100% !important;
    width: 100% !important;

}

}