.js-store-prod-text a {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 15px;
  margin-top: 20px;
  border-radius: 5px;
  font-weight: 500;
}

.js-store-prod-text a {
  background-color: #FFD600;
  color: #000 !important;
}

.js-store-prod-text a:last-of-type {
  background-color: #8EAF0C;
  color: #000 !important;
}

.t706__cartwin_showed {
  z-index:9999999;
}

 footer {
            font-family: Arial, sans-serif;
            font-size: 14px;
            line-height: 1.5;
            color: #ffffff; /* Белый цвет текста */
            padding: 20px;
            background: #10091f; /* Новый цвет фона */
            border-top: 1px solid #eee;
            text-align: center; /* Выравнивание по центру */
        }
        
        footer a {
           color: #ffffff; /* Белый цвет ссылок */
            text-decoration: underline;
        }
        
        footer p {
            margin: 5px 0;
        }
        
.country-selector span {
    color: #ffffff;
    text-decoration: underline;
    font-weight: normal;
    margin: 0 5px;
    cursor: pointer;
}

.country-selector a:hover {
    opacity: 0.8;
}

/* Изначально скрываем оба блока */
.uc-legal-russia,
.uc-legal-usa {
  display: none;
}

  