/* Стили для элемента item */
.item {
  text-decoration: none;
  border-bottom: 1px solid #F6F3E8;
  opacity: 0.4; /* прозрачность 40 % */
  transition: opacity 0.3s ease;
}

.item:hover {
  opacity: 1; 
}
  .category .tn-atom,
  .category .tn-atom a {
    opacity: 0.7;
    font-weight: 400 !important;
    transition:
      opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
      font-weight 0.45s cubic-bezier(0.4, 0, 0.2, 1),
      letter-spacing 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    will-change: opacity, font-weight;
  }

  .category.active .tn-atom,
  .category.active .tn-atom a {
    opacity: 1 !important;
    font-weight: 500 !important;
    letter-spacing: 0.2px;
  }
/* Стили для элемента readonlyitem */
.readonlyitem {
  text-decoration: none;
  border-bottom: 1px solid #F6F3E8;

}
.menuitem:hover {
  opacity: 0.5; /* прозрачность 50 % при наведении */
.t-store__prod-popup__btn-wrapper .t-store__prod__quantity {
  margin-right: 16px;
}
.t-store__prod__quantity {
    border: 1px solid #282828;
    border-radius: 100px;
} 
