/* Товары */
    /* Отступ сверху и снизу */
       @media screen and (min-width: 560px) {
            .t-store__prod-snippet__container {
                padding-top: 90px !important;
                padding-bottom: 60px !important;
            }
        }
        /* Стандартное и неизмененное свойство */
        /*@media screen and (max-width: 560px) {*/
        /*    .t-store__prod-snippet__container {*/
        /*        padding-top: 50px;*/
        /*        padding-bottom: 60px;*/
        /*    }*/
        /*}*/
    /* Ссылки в описании товара */
        .js-store-prod-text a {
            display: inline-block;
            padding: 11px 14px;
            margin-right: 0px;
            margin-top: -10px;
            border-radius: 5px;
            font-weight: 600;
        }
        .js-store-prod-text a:first-of-type {
            background-color: #000000;
            border-radius: 5px;
            font-family: TildaSans;
            font-weight: 400;
            padding-left: 32px;
            padding-right: 30px;
            color: #ffffff !important;
        }
        .js-store-prod-text a:last-of-type {
            background-color: #000000;
            border-radius: 5px;
            font-family: TildaSans;
            font-weight: 400;
            padding-left: 30px;
            padding-right: 30px;
            color: #ffffff !important;
        }
        
        .js-store-prod-text a:first-of-type:before {
            /*content: "\1F50D";*/
            margin-right: 10px;
        }
        
        .js-store-prod-text a:last-of-type:before {
            /*content: "\1F5B9";*/
            margin-right: 10px;
        }

/* Корзина */
    .t706__cartwin_showed {
        z-index: 999999999;
    }
    
