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

#allrecords .t-store__prod-snippet__container {
    padding-top: 80px;
    padding-bottom: 0;
}


/* Хлебные крошки в карточке товара */

.js-store-breadcrumbs {
    margin-left: 20px;
    margin-bottom: 20px;
    font: 400 14px / 1 'IBM Plex Sans', Arial, sans-serif;
    color: #b2b2b2;
}

#allrecords .js-store-breadcrumbs > a {
    color: #b2b2b2;
}

#allrecords .js-store-breadcrumbs > a:first-child {
    color: #252525;
}


/* Вторая кнопка в карточке товара */

.t-store__prod-popup__btn-wrapper {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
}

.t-store__prod-popup__btn-wrapper > a {
    flex-grow: 1;
    max-width: calc(50% - 5px);
}

.t-store__prod-popup__second-btn {
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: IBM Plex Sans;
    font-weight:400;
    color: #252525 !important;
}

#allrecords .t-store__prod-popup__second-btn:hover {
    background-color: #e2e2e2 !important;
}

@media screen and (max-width: 479px) {
    .t-store__prod-popup__btn-wrapper {
        flex-flow: column nowrap;
    }
}


/* Кнопки-якоря в карточке товара */

.js-store-prod-anchors {
    margin-top: 60px;
}

.js-store-prod-anchor {
    position: relative;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 4px;
    margin: 0 10px 10px 0;
    padding: 8px 10px;
    border-radius: 5px;
    font: 400 14px / 1 'IBM Plex Sans', Arial, sans-serif;
    color: #252525 !important;
    white-space: nowrap;
    background-color: #E7E7E7;
    cursor: pointer;
}

.js-store-prod-anchor::before {
    content: '';
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.833 8.90017V17.2335H4.16634V8.90017M15.833 8.90017H4.16634M15.833 8.90017H16.6663V6.40017H3.33301V8.90017H4.16634M9.99967 6.40017C10.6941 4.87239 12.4996 1.81683 14.1662 3.4835C15.8329 5.15017 12.083 6.26128 9.99967 6.40017ZM9.99967 6.40017C9.30523 4.87239 7.49966 1.81683 5.833 3.4835C4.16633 5.15017 7.91634 6.26128 9.99967 6.40017Z' stroke='%23C6C6C6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* Табы в карточке товара */

#allrecords .t-store__tabs {
    display: none;
}

#allrecords .t-store__tabs__button {
    flex-grow: 0;
    padding: 0 20px 0 0;
    border: 0 !important;
}

#allrecords .t-store__tabs__button-title {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
}

#allrecords .t-store__tabs__content {
    max-width: unset;
}

#allrecords .t-store__tabs__ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    margin: 0;
    padding: 0;
    font: 400 14px/3.35 'IBM Plex Sans', Arial, sans-serif;
    list-style-type: none;
}

.t-store__tabs__li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #C6C6C6;
}

.t-store__tabs__li > span:first-child {
    color: #919191;
}

.t-store__tabs__li > span:nth-child(2) {
    font-weight: 500;
}

@media screen and (max-width: 980px) {
    .t-store__product-snippet .t-container {
        padding: 0 !important;
    }

    #allrecords .t-store__tabs__ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 479px) {
    .js-store-breadcrumbs {
        margin-left: 10px;
        font-size: 12px;
    }

    .js-store-prod-anchors {
        margin-top: 20px;
    }

    .js-store-prod-anchor {
        margin: 0 5px 5px 0;
        font-size: 12px;
    }

    #allrecords .t-store__tabs__button-title {
        font-size: 18px;
    }

    #allrecords .t-store__tabs__content {
        margin: 0;
    }

    #allrecords .t-store__tabs__ul {
        line-height: 3;
    }
}
