/* Стили для табов */
    .t397__wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
        padding: 0 !important;
    }
    
    .t397__separator_mobile {
        display: none !important;
    }
    
    .t397__col {
        padding: 0;
    }
    
    .t397__tab {
        width: auto;
    }
    
    .t397__title {
        padding: 0 !important;
    }
    
/* Стили для хлебных крошек */
    .uc-crumbs {
        padding-bottom: 15px !important;
    }
    
    .t758 .t-container {
        margin-left: 0;
    }
    
/* Стили для выпадающего списка */
    .js-product-option-variants, .t-product__option-select {
    border-radius: 0 !important;
    background: #F5F5F5 !important;
    }
    
/* Стили для аккордеонов */
    .t585 {
        padding: 0 20px;
    }
    
    .t585 .t-container {
        margin: 0;
        max-width: none;
        column-gap: 20px;
    }
    
    .t585 .t-container::before, .t585 .t-container::after {
        display: none;
    }
    
    .t585 .t-container .t-col_6 {
        max-width: none;
        margin: 0;
        width: calc(50% - 10px);
    }