/*СТРОКА ПОИСКА В ФИЛЬТРАХ КАРТОЧКИ*/
.t-catalog__search-icon {
    border-left: 0px solid #22262D !important;
}

.t-catalog__filter__search .t-catalog__filter__input {
    border: 1px #F5F5F5 solid !important;
    background: #ffffff !important;
    color: #101010 !important;
    min-height: 36px !important;
}

/*ПОЛЕ СОРТИРОВКИ В ФИЛЬТРАХ*/
.t-catalog__sort-select {
    border: 0px #ffffff solid !important;
    background: #ffffff00 !important;
    color: #101010 !important;
    padding: 0px 25px 0px 10px !important;
}

/*ПОЛЗУНОК ЦЕНЫ ЦВЕТ*/
.t-store__filter__range_bg {
    position: absolute;
    z-index: -1; !important;
    width: 100%; !important;
    height: 1px; !important;
    background-color: #BC6C35 !important;
    border-radius: 60px !important;
}

/*СТИКЕР НА КАРТОЧКЕ*/
.t-store__card__mark {
    font-weight: 600; !important;
    font-family: 'Involve'; !important;
    font-size: 9px; !important;
    width: 35px; !important;
    height: 25px; !important;
    border-radius: 60px; !important;
}

/*ИЗБРАНОЕ СТИЛИ*/
.t-store__card__imgwrapper .t1002__addBtn, .t1002__picture-wrapper .t1002__addBtn {
    position: absolute;
    right: 0px; !important;
    top: 0px; !important;
    background: #fff0; !important;
}

.t1002__addBtn {
    background: #fff0; !important;
}


/*ТАБЫ В КАРТОЧКЕ*/
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:820px;
}

@media screen and (min-width:960px){

.js-store-product.js-product.t-store__product-popup,
.t-store__product-snippet .t-container{
    position: relative;
}
.t-store__prod-popup__slider.js-store-prod-slider {
    position: absolute;
    top: 0;
    left: 0;
}  
.t-store__tabs.t-store__tabs_accordion {
    max-width: 48%;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 50%;
}
}

@media screen and (min-width:1240px){
.t-store__tabs.t-store__tabs_accordion {
    max-width: 48%;
    margin-top: 20px;
}
.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
.t-store__tabs.t-store__tabs_accordion{
    margin-left: 50%x;
}
}

@media screen and (max-width: 1240px){
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:650px;
}
}
  .FullName .tn-atom {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
-webkit-line-clamp: 1;
white-space: normal;
margin-top: 0;
}

/* CB_MENU_STYLE_2026_06_23: compact quiet-premium style for Tilda t794 desktop dropdowns. Safe to delete. */
@media (hover: hover) and (pointer: fine) and (min-width: 980px) {
  .t794__tooltip-menu {
    min-width: 150px !important;
    padding: 5px !important;
    border: 1px solid rgba(188, 108, 53, 0.16) !important;
    border-radius: 8px !important;
    background: #fffdfb !important;
    box-shadow: 0 8px 22px rgba(42, 30, 20, 0.08) !important;
  }

  .t794__tooltip-menu.t794__tooltip-menu_show {
    animation: cbMenuStyleIn 120ms ease-out;
  }

  .t794__tooltip-menu .t794__content {
    padding: 0 !important;
    background: transparent !important;
  }

  .t794__tooltip-menu .t794__list {
    margin: 0 !important;
    padding: 0 !important;
  }

  .t794__tooltip-menu .t794__list_item {
    margin: 0 !important;
    padding: 0 !important;
  }

  .t794__tooltip-menu .t794__link,
  .t794__tooltip-menu .t794__typo {
    position: relative !important;
    display: block !important;
    min-height: 30px !important;
    padding: 7px 9px 7px 11px !important;
    border-radius: 6px !important;
    color: #27221e !important;
    line-height: 1.24 !important;
    letter-spacing: 0 !important;
    transition: background-color 0.16s ease, color 0.16s ease !important;
  }

  .t794__tooltip-menu .t794__link::before,
  .t794__tooltip-menu .t794__typo::before {
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    top: 8px !important;
    bottom: 8px !important;
    width: 2px !important;
    border-radius: 999px !important;
    background: transparent !important;
    transition: background-color 0.16s ease !important;
  }

  .t794__tooltip-menu .t794__link:hover,
  .t794__tooltip-menu .t794__typo:hover {
    background: #fbf1ea !important;
    color: #312721 !important;
  }

  .t794__tooltip-menu .t794__link:hover::before,
  .t794__tooltip-menu .t794__typo:hover::before {
    background: rgba(188, 108, 53, 0.58) !important;
  }

  @keyframes cbMenuStyleIn {
    from {
      opacity: 0;
      transform: translateY(4px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}