/* Градиент сверху светлый → снизу тёмный + сетка */
#rec1110257291 .t396__filter {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0.35) 50%,
      rgba(0, 0, 0, 0.70) 100%
    ),
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px) !important;
  background-size:
    100% 100%,
    150px 150px,
    150px 150px !important;
  background-color: unset !important;
  will-change: transform;
}

/* То же самое для мобилки */
@media screen and (max-width: 1199px) {
  #rec1110257291 .t396__filter {
    background-image:
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0.35) 50%,
        rgba(0, 0, 0, 0.70) 100%
      ),
      linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px) !important;
    background-size:
      100% 100%,
      100px 100px,
      100px 100px !important;
  }
}