.js-store-prod-text a:first-of-type {
  color: #1A1919 !important;
  background-color: #FBFBFB;
  display: inline-block;
  padding: 12px 25px;
  border-radius: 0px;
  border: 1px solid #B7B7B7;
  transition: all 0.2s ease;
  font-size: 14px;
}

.js-store-prod-text a:first-of-type:hover {
  background-color: #1A1919;
  color: #FBFBFB !important;
  border-color: #B7B7B7;
}



/* мобильные устройства */
@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: 15px;


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

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

.js-store-prod-sold-out.t-store__card__sold-out-msg {
    display: none !important;
}

.ss__hand {
  background-image: none !important;
}

.ss__hand.ss_h3 {
  padding-left: 0px !important;
}

.ss__hand.ss_h3 {
  font-family: 'Manrope', sans-serif !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

@media (max-width: 480px) {
  .ss__hand.ss_h3 {
  font-size: 16px !important;
  }
}

.ss__font {
  font-family: 'Manrope', sans-serif !important;
  font-weight: regular !important;
}

.ss__reaction input[type="radio"]:checked + label,
.Checked + label {
  border-color: #bab9b9 !important;
}

.ss__attention {
  background-image: none !important;
}

.ss__attention.ss_h3 {
  padding-left: 0px !important;
}

.ss__attention.ss_h3 {
  font-family: 'Manrope', sans-serif !important;
  font-weight: normal !important;
  font-size: 18px !important;
}

@media (max-width: 480px) {
  .ss__attention.ss_h3 {
  font-size: 16px !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: normal !important;
  }
}

.ss {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 500 !important;
}

@media (max-width: 480px) {
  .ss {
    font-size: 14px !important;
  }
}


/* Кнопка submit */
.t-ss-submit.t-submit {
    font-family: 'Manrope', sans-serif !important;
    color: #1a1919 !important;
    background-color: #ebe49a !important;
    border: 1px solid #bab9b9 !important;
    font-weight: 400 !important;
    
}

/* Ссылка регистрации */
#ss__register {
    font-family: 'Manrope', sans-serif !important;
    color: #8a8989 !important;
}