@media screen and (min-width: 320px) {
.t-slds__thumbsbullet-border {
    border-radius:16px;
}
.t-slds__bgimg.t-bgimg.loaded {
    border-radius: 20px;
}
}

@media screen and (max-width: 670px) {
.t-slds__thumbsbullet-border {
    border-radius:8px;
}
.t-slds__bgimg.t-bgimg.loaded {
    border-radius: 10px;
}
}

@media screen and (max-width: 560px) {
    .t-store .t-store__product-snippet .t-store__prod-popup__col-left {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .t-store__prod-snippet__container {
        padding-top: 150px;
    }
}

/* Скрытые overlay меню не перекрывают страницу */
.t-popup:not(.t-popup_show),
.t-menu__overlay:not(.t-menu__overlay_show) {
    pointer-events: none !important;
}