/* Размытие основной шапки при скролле */
#rec1762191801 .t-menu-base {
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    background-color: rgba(255, 255, 255, 0.85) !important;
}

/* Для мобильного меню */
#rec1762191801 .tmenu-mobile {
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    background-color: rgba(245, 245, 245, 0.95) !important;
}

.t-store__parts-switch-wrapper.t-align_center.t-store__parts-tree-root-wrapper {
    display: none !important;
}
