/* === Царское Зерно — красивая метка без фона === */
.t-store .t-store__card__label {
  background-color: transparent !important;
  background: none !important;
  border: 2px solid #C8972A !important;
  color: #C8972A !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  box-shadow: 0 0 10px rgba(200,151,42,0.6), 0 0 20px rgba(200,151,42,0.2) !important;
  text-transform: uppercase !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
}

/* === Логотип - убрать белый фон === */
.t-menu__logo-wrapper, .t-menu__logo-wrapper img {
    background: transparent !important;
    background-color: transparent !important;
}