.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border-radius: 30px !important;
    background: #F0F2E9 !important;
    color: #F0F2E9 !important;
}
.js-product .t-product__option-variants_buttons .t-product__option-title_buttons {
    padding-right: 0;
    color: #1C3F2B !important;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #F0F2E9;
    border: 1px solid #ddd;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 7px;
    min-height: 30px;
    min-width: 30px;
    padding: 7px;
    border-radius: 30px!important;
    border: 1px solid #1C3F2B!important;
    color: #1C3F2B !important;
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.t-store .t-product__option-title {
    padding-bottom: 8px;
}
.t-store__prod-popup__title-wrapper {
    margin-bottom: 16px;
}
.t-store__prod-popup__btn-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
}
.t-store__prod-popup__price-wrapper {
    margin-top: 0;
    max-height: 25px!important;
}
.t-tildalаbеl_white .t-tildalаbеl__link
{
display:none;}
.custom-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.main-nav {
  flex: 1;
  margin-left: 30px;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.menu-item {
  position: relative;
}

.menu-link {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.submenu.active {
  display: block;
}

.submenu-link {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.submenu-link:hover {
  background-color: #f5f5f5;
}

.burger-menu {
  display: none;
  cursor: pointer;
}

.burger {
  width: 24px;
  height: 3px;
  background: #333;
  position: relative;
}

.burger::before,
.burger::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #333;
  left: 0;
  top: -8px;
}

.burger::after {
  top: 8px;
}

/* Мобильная версия */
@media (max-width: 960px) {
  .main-nav,
  .burger-menu {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    position: fixed;
    top: 60px;
    right: 0;
    width: 70%;
    max-width: 300px;
    height: calc(100vh - 60px);
    background: #fff;
    padding: 20px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  .nav-list.open {
    transform: translateX(0);
  }

  .menu-item {
    margin: 10px 0;
  }

  .submenu {
    position: static;
    margin-top: 5px;
    box-shadow: none;
    border-top: 1px solid #eee;
  }

  .burger-menu {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}

#allrecords .t-menu-base ul.t-sociallinks__wrapper {
    margin-right: 35px!important;
}
.t-store__prod__quantity {
    background-color: #F0F2E9!important;
    border: 1px solid #1C3F2B!important;
    
}
.t-store__prod__quantity__plus {
    background-color: #F0F2E9!important;
}
.t-store__prod__quantity__minus {
    background-color: #F0F2E9!important;
}
}
@media screen and (max-width: 640px) {
    .t-name_xs 16px!important;
    }
}
    @media screen and (max-width: 1200px) {
    .t-name_xs {
        font-size: 16px!important;
    }
}    
.t-name_xs {
    font-size: 16px!importnt;
    line-height: 1.35;
}
