.js-store-prod-text a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap; 
}
.js-store-prod-text a:first-of-type {
    background-color: #A0C814;
    color: #000000 !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #A0C814;
    color: #000000 !important;
}



/* Сбросим внутренние отступы у родителя, чтобы контролировать выравнивание */
.t-menusub__list {
  padding: 0 16px; /* отступы от краёв блока */
  box-sizing: border-box;
}

/* Стили пунктов второго уровня меню */
.t-menusub__link-item {
  display: block;
  padding: 10px 16px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  margin: 4px 0;
  box-sizing: border-box;
}

/* Ховер эффект */
.t-menusub__link-item:hover {
  background-color: #ecf6db; /* светло-зелёный */
  text-decoration: none !important;
  color: inherit !important;
} 



.t1124__text a {
  display: inline-block;
  padding: 5px 0px;
  margin-bottom: 0px;
  border-radius: 6px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  position: relative;
  color: inherit;
  box-sizing: border-box;
}

/* Эффект при наведении */
.t1124__text a:hover {
  background-color: #e0e0e0;
  box-shadow:
    -10px 0 0 0 #e0e0e0,  /* левая "обводка" 8px за пределами */
     10px 0 0 0 #e0e0e0;  /* правая "обводка" 8px за пределами */
  /* Можно добавить тень сверху и снизу, если нужно */
  /* box-shadow: -8px 0 0 0 #a0a0a0, 8px 0 0 0 #a0a0a0, 0 2px 4px rgba(0,0,0,0.1); */
}



#rec1099487701 .t817__content a {
    display: inline-block;
  padding: 5px 0px;
  margin-bottom: 0px;
  border-radius: 6px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  position: relative;
  color: inherit;
  box-sizing: border-box;
}

#rec1099487701 .t817__content a:hover {
  background-color: #ecf6db; /* светло-зелёный, как на скрине */
  box-shadow:
    -10px 0 0 0 #ecf6db,  /* левая "обводка" 8px за пределами */
     10px 0 0 0 #ecf6db;  /* правая "обводка" 8px за пределами */
     
}








#rec1099382571 .js-store-prod-text a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 8px;
    background-color: #A0C814;
    color: #000000 !important;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

#rec1099382571 .js-store-prod-text a:hover {
    background-color: #c0e739;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}




#rec1125197561 table, 
#rec779691446 table { 
  width: 100%;
  border-collapse: collapse;
}

#rec1125197561 table th,
#rec1125197561 table td,
#rec779691446 table th,
#rec779691446 table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

#rec1125197561 table th:nth-child(1),
#rec1125197561 table td:nth-child(1),
#rec779691446 table th:nth-child(1),
#rec779691446 table td:nth-child(1) {
  width: 70%;
}

#rec1125197561 table th:nth-child(2),
#rec1125197561 table td:nth-child(2),
#rec779691446 table th:nth-child(2),
#rec779691446 table td:nth-child(2) {
  width: 30%;
}

