.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;

    font-weight: 600;
    line-height:2;
}
.js-store-prod-text a:first-of-type {
    background-color: #27D268;
    color: #ffffff !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}
.js-store-prod-text a:first-of-type:before {
   content:url('https://ic.wampi.ru/2023/03/13/Group-11.png');
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.uc-catalog-panel{
    position: fixed !important;
    top: 0 !important;
    left: 430px !important;
    width: 420px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    box-shadow: 8px 0 24px rgba(0,0,0,.08);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(30px);
    transition: opacity .35s ease, transform .35s ease, visibility .35s;
}

.uc-catalog-panel.show{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

.uc-catalog-panel .uc-panel-link{
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .3s ease, transform .3s ease;
}

.uc-catalog-panel.show .uc-panel-link{ opacity: 1; transform: translateY(0); }

.uc-catalog-panel.show .uc-panel-link:nth-child(1){ transition-delay: .05s; }
.uc-catalog-panel.show .uc-panel-link:nth-child(2){ transition-delay: .10s; }
.uc-catalog-panel.show .uc-panel-link:nth-child(3){ transition-delay: .15s; }
.uc-catalog-panel.show .uc-panel-link:nth-child(4){ transition-delay: .20s; }
.uc-catalog-panel.show .uc-panel-link:nth-child(5){ transition-delay: .25s; }
.uc-catalog-panel.show .uc-panel-link:nth-child(6){ transition-delay: .30s; }
.uc-catalog-panel.show .uc-panel-link:nth-child(7){ transition-delay: .35s; }

.uc-catalog-panel .uc-panel-image{
    opacity: 0;
    transition: opacity .4s ease;
    transition-delay: .15s;
}
.uc-catalog-panel.show .uc-panel-image{ opacity: 1; }

@media (max-width: 639px){
    .uc-catalog-panel{ display: none !important; }
}
