/*посты*/

.t-feed__post-popup {
    background-color: #1e1e1e !important;
}

.t-feed__post-popup__content .t-title,
.t-feed__post-popup__content .t-text {
    color: #FFFFFF !important;
}

.t-feed__post-popup__content .t-feed__post-popup__date {
    color: #FFFFFF !important;
    opacity: 0.7 !important;
}

/*!!! Страница товара*/
.t-store__prod-popup__close-txt:before {
    height: 28px !important;
}

@media (min-width: 560px) and (max-width: 1200px){
    .t-store__prod-popup__close-txt:before {
        height: 24px !important;
    }
}

.t-slds__item {
    background-color: transparent;
}

.t754 .t-slds__container {
    background-color: transparent !important;
    
}

.t754 .t-popup__container {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 28px !important;
}

.js-product .t-product__option-variants_buttons .t-product__option-checkmark_image {
    background-color: #171717 !important;
    border-radius: 12px !important;
}

.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border-color: rgb(255 255 255 / 80%) !important;
    border-radius: 12px !important;
}

.t-slds__item {
    background-color: #232323 !important;
    border-radius: 28px !important;
}

.t754 .t-popup{
    background: linear-gradient(
      0.069turn,
      #171717 0%,
      #2e375e 31%,   /* глубокий сине-фиолетовый */
      #171717 49%,
      #3c2f5a 66%,   /* чуть более фиолетовый оттенок */
      #171717 100%
    )!important;
}

.t754 .t-typography__characteristics.js-store-prod-charcs {
    opacity: 0 !important;
}

.t754 .t-popup__close {
    background-color: transparent !important;
}

.t-store__prod-popup__slider .t-slds__thumbsbullet-wrapper {
    display: none !important;
}

.t-slds__arrow {
    display: none !important;
}