/* Фон зумера */
.t-zoomer__container {
  background: #02113a !important;
}

/* Тёмный оверлей позади */
.t-zoomer__bg {
  background: rgba(2, 17, 58, 0.95) !important;
}

/* Стрелки влево/вправо — белые */
.t-carousel__zoomer__control path {
  stroke: #ffffff !important;
}

/* Крестик закрытия — белый */
.t-zoomer__close path {
  fill: #ffffff !important;
}

/* Иконки увеличения — белые */
.t-zoomer__scale path {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}