#t-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: rgba(243, 241, 235, 0.7);
    backdrop-filter: blur(12px);
}


/* accordion */

#rec1359714551 .t396__artboard {
    height: auto !important;
}

.accordion {
    cursor: pointer;
    user-select: none;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-icon {
    transition: transform 0.2s ease-out;
}

.accordion.active .accordion-icon {
    transform: rotate(45deg);
}

/* Современный способ — отступ при прокрутке к якорю */
a[name] {
  display: block;            /* чтобы якорь занимал строку */
  scroll-margin-top: 80px;   /* смещение под фиксированный хедер */
}

/* Полифилл: работает даже там, где scroll-margin-top игнорируется */
a[name]:target::before {
  content: "";
  display: block;
  height: 80px;              /* желаемый отступ сверху */
  margin-top: -80px;         /* компенсируем, чтобы не ломать поток */
  visibility: hidden;
  pointer-events: none;
}

.uc-gray-gradient {
    background: linear-gradient(45deg, 
    #161616 0%, 
    #292929 25%, 
    #1e1e1e 75%, 
    #131313 100%);
}

.t-slds__thumbsbullet-wrapper {
    text-align: center;
}

#allrecords .uc-catalog-filters a.active {
    color: #cc8d5a !important;
    text-decoration: underline;
    text-underline-offset: 6px;
}

#rec1558225481 .t1093 .t-popup {
    z-index: 10000002 !important;
}

#rec1558225481 .t1093 .t-popup + .t-popup__bg {
    z-index: 10000001 !important;
}

.t-form-success-popup_new.t-form-success-popup {
    z-index: 10000002 !important;
}

.t-store__filter__range_bg {
    background-color: #cc8d5a !important;
}

.t-store__card__sold-out-msg { 
    visibility: hidden;
    font-size: 0;
}

.t-store__card__sold-out-msg::after {
    content: 'Доступно только под заказ';
    visibility: visible;
    display: block; 
    color: #000000;
    font-size: 16px;
}