.js-store-prod-text a:first-of-type {
  color: #FFFBEF !important;
  background-color: #45342C;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 50px;
  border: 1px solid #45342C;
  transition: all 0.2s ease;
}

.js-store-prod-text a:first-of-type:hover {
  background-color: #FFE69B;
  color: #45342C !important;
  border-color: #45342C;
}

/* мобильные устройства */
@media screen and (max-width: 640px) {
  .js-store-prod-text a:first-of-type {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;

    padding-left: 20px;
    padding-right: 20px;

    text-align: center;
    font-size: 14px;
  }
}





.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; /* Полностью скрывает элемент, занимая нулевое пространство */
}