#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;
}

.t-store__card__price-wrapper {
    display: none;
}
.js-store-price-wrapper.t-store__prod-popup__price-wrapper {
    display: none;
}
.t-store__prod-popup__btn-wrapper.js-store-buttons-wrapper {
     display: none;
}
.t-store__prod-popup__btn-wrapper {
     display: none;
}
.t951__sidebar {
    display: none;
}
.t951__cont-wrapper {
    justify-content: center;
}

.custom-order-btn {
    color: #ffffff !important;
    background-color: #000000;
    --border-width: 0px;
    border-style: none !important;
    border-radius: 5px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
}