body.t-body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

.js-store-prod-text a {
    display: inline-flex;
    padding: 15px 15px 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 50px;
    font-weight: 600;
}

.js-store-prod-text a:nth-of-type(1) {
    background-color: #2CB742 !important;
    color: #ffffff !important;
}


.js-store-prod-text a:nth-of-type(2){
    background-color: #269EDA !important;
    color: #ffffff !important;
}

.js-store-prod-text a:nth-of-type(3){
    background-color: #0A3264 !important;
    color: #ffffff !important;
}



.js-store-prod-text a:nth-of-type(1):before{
    content: url("https://static.tildacdn.com/tild6366-3539-4562-b534-323734396666/WhatsappLogo.svg") !important;
    margin-right: 10px !important;
    margin-top: 3px !important;
}


.js-store-prod-text a:nth-of-type(2):before{
    content: url("https://static.tildacdn.com/tild3066-3734-4130-b835-343336306137/TelegramLogo.svg") !important;
    margin-right: 10px !important;
    margin-top: 3px !important;
}

.js-store-prod-text a:nth-of-type(3):before{
    content: url("https://static.tildacdn.com/tild3638-3031-4332-b838-656634653462/phone.svg") !important;
    margin-right: 10px !important;
    margin-top: 3px !important;
}


.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__card__bgimg, .t-store__card__bgimg, .t-bgimg loaded  {
    border-radius: 500px;
}

.t951__cont-wrapper .t951__sidebar {
    border-radius: 20px;
    box-shadow: -4px 4px 25px 0px rgba(84, 81, 70, 0.1)
}


.t-store__prod-snippet__container {
    padding-top: 60px;
    padding-bottom: 120px;
}

.t-typography__characteristics {
        display: none;
}

.t-container .t-slds__imgwrapper::after {
    content: '';
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	display: block;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background-image: url("data:image/svg+xml,%3Csvg width='604' height='604' viewBox='0 0 604 604' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M604 0H0V604H604V0ZM600 302C600 466.581 466.581 600 302 600C239.154 600 180.852 580.546 132.788 547.331L10.9837 599.589C6.88586 601.347 2.71049 597.267 4.37273 593.13L54.5811 468.151C22.6404 420.681 4 363.517 4 302C4 137.419 137.419 4 302 4C466.581 4 600 137.419 600 302Z' fill='%23FFFCF3'/%3E%3C/svg%3E%0A");
    background-size: cover;
}


[data-post-page="y"] .t-feed__post-popup__close-wrapper {
    display: flex!important;
    position: relative;
    max-width: 1170px;
    margin: auto;
}
[data-post-page="y"] .t-feed__post-popup__container {
    padding-top: 25px!important;
}

/* Измененный код для цен */
.t-store__card__price-value::before,
.js-product-price::before {
    content: "От" !important;
    margin-right: 7px;
}

/* Убираем заголовок в корзине */
.t706__cartwin-heading {
    display: none;
}

