/* Исходное состояние — обычный хедер */
#rec1466751941 {
  position: relative;
  transition: all 0.3s ease;
  z-index: 9999;
}

/* Когда активируется фиксация */
.header-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff; /* можно поменять под свой стиль */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.t-store__prod-snippet__container {
    padding-top: 60px !important;
}