.t-store__prod-popup__link > a {     text-decoration: underline !important; }

.t-store__card__mark {
    background-color: transparent !important;
    font-family: 'FuturaPT', Arial, sans-serif !important;
}

@media screen and (min-width: 960px) {
.t-store__card__mark-wrapper {
    top: -10px !important;
}
    
}

@media screen and (max-width: 960px) {
.t-store__card__mark-wrapper {
    top: -20px !important;
}
    
}

/* Загальний стиль меню ME401 */
.tmenu__list {
  font-family: "Futura PT", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

/* Головні пункти меню */
.tmenu__link-item {
  color: #000 !important;
  padding: 8px 16px !important;
  transition: color 0.2s ease;
}

.tmenu__link-item:hover {
  color: #666 !important;
}

/* Підменю (випадаючий список) */
.tmenu__submenu {
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  padding: 8px 0 !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: 0 !important;
  min-width: 180px;
}

/* Пункти підменю */
.tmenu__submenu .tmenu__link-item {
  font-size: 13px !important;
  padding: 6px 16px !important;
  color: #000 !important;
  background: transparent !important;
}

.tmenu__submenu .tmenu__link-item:hover {
  background: #f8f8f8 !important;
  color: #666 !important;
}

/* Стрілочка для підменю */
.tmenu__link-item .tmenu__arrow {
  margin-left: 4px;
  border-color: #000 !important;
  width: 6px;
  height: 6px;
  border-width: 1px;
}
