/* Плавный переход между страницами сайта */
@view-transition {
    navigation: auto;
}
@media (prefers-reduced-motion: reduce) {
    @view-transition {
        navigation: none;
    }
}
/* Верхнее меню */
.uc-topmenu-ul ul {
    padding-left: 0;
    list-style: none;
}
.uc-topmenu-ul ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.uc-topmenu-ul ul li:last-child {
    margin-bottom: 0px;
}
.uc-topmenu-ul ul li::before {
    content: "\f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #ff4e4e;
    font-size: 12px;
}
/* Меню блюд */
/*
.uc-menu-image .tn-atom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    z-index: 1;
    transition: background 0.3s ease;
}
.uc-menu-image:hover .tn-atom::before {
    background: rgba(0, 0, 0, 0.1);
}
.uc-menu-image .tn-atom * {
    position: relative;
    z-index: 2;
}
*/
/* Каталог */
.uc-catalog .js-store-prod-descr ul li::marker,
.uc-catalog .js-store-prod-text ul li::marker,
.uc-catalog .t-store__card__descr ul li::marker,
.uc-catalog .t-store__prod-popup__text ul li::marker{
    color: #ff4e4e;
}
.uc-catalog .t-store__prod__quantity {
    border: 2px solid #ffe0e0;
}
.uc-catalog .js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    border-radius: 100px;
    border: 2px solid #ffe0e0;
}
.uc-catalog .js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active,
.uc-catalog .js-product .t-product__option-variants_buttons .t-product__option-item_simple:hover {
    border: 2px solid #ff4e4e;
}
.uc-catalog .js-product .t-product__option-variants_buttons .t-product__option-item_simple,
.uc-catalog .t-store__prod__quantity {
    background-color: transparent;
}
.uc-catalog .t-store__card__mark {
    height: 90px;
    width: 90px;
    font-weight: bold !important;
    line-height: 1.1;
    font-family: 'ProximaSoft', Arial, sans-serif !important;
}
@media screen and (min-width:320px) and (max-width:640px) {
    .uc-catalog .t-store__card__mark {
        height: 75px;
        width: 75px;
        background-color: rgb(255, 36, 36, 0.7) !important;
    }
}
.uc-catalog .t-popup .t-store__prod-popup__price {
    font-weight: normal !important;
}