/* Выравнивание стандартных блоков */

/*Максимальная ширина смартфона где будет применяться эффект сетки зеро-блока*/
@media screen and (max-width: 480px) {
/*Отступы слева и справа до контента в Grid-контейнере*/
.t-col { padding: 0 10px !important; }
/*Это максимальная ширина контейнера в зеро-блоке, при отображении мобильного*/
.t-container { max-width: 320px !important; }
}


/* Скругление углов карточек товара */

    .t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 5px;
}
/*-- Скругление углов фотографий товара */
    .t-slds__bgimg {
    border-radius: 5px;
}
/*-- Скругление углов фотографий товара при зуме */
    .t-zoomable, .t-zoomer__show .t-carousel__zoomer__inner, .t-zoomer__show .t-zoomable {
    cursor: zoom-in;
    border-radius: 5px;
}
/*-- Скругление углов видео из плейлиста YouTube*/
    .t937__video-frame {
    border-radius: 5px;
}
.t702 .t702__wrapper {
    border-radius: 5px;
}
.t-popup__container-animated {
    border-radius: 5px;
}
.t853__bgimg {
    border-radius: 5px;
}
.t1001__img {
    border-radius: 5px;
}
.t994__slds-wrapper {
    border-radius: 5px;
}

.t1001__title {
    padding-bottom: 22px;
}

