.js-store-prod-text a:first-of-type { color: #FFFBEF !important; background-color: #45342C; display: inline-block; padding-left: 35px; padding-right: 35px; padding-top: 12px; padding-bottom: 12px; border-radius: 50px; transition: all 0.2s ease; }.js-store-prod-text a:first-of-type:hover { background-color: #FFE69B; color: #45342C !important; }

.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content:'SOLD OUT'; 
  visibility: visible;
  display: block;
  color: #45342C;
}

    .t-ss-submit {
        background-color: #45342C !important;
    }

    .ss {
        color: #45342C !important;
    }

.ss__attention {
    display: none; /* Полностью скрывает элемент, занимая нулевое пространство */
}