/* Принудительно белый фон под всеми фото в каталоге */
[data-tilda-hook="catalog"] img,
.t305n img,
.t-store img {
background-color: #ffffff !important;
border-radius: 15px !important;
}
/* Добавь белый padding вокруг фото */
.t305n__card {
background-color: #9CA97C !important;
border-radius: 20px !important;
padding: 20px !important;
}