.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 32px;
    font-weight: 600;
    animation: pulse 2s infinite;
    transition: transform 0.3s ease;
}

.js-store-prod-text a:first-of-type {
    background-color: #2A282E;
    color: #ffffff !important;
}

.js-store-prod-text a:last-of-type {
    background-color: #2A282E;
    color: #ffffff !important;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

.t706__cartwin_showed {
    z-index: 999999999;
}