#rec920555296 .t-store__card .t-typography__title {
    color: #ffffff;
    border-radius: 5px;
    font-weight: 700;
}

#rec9228593 .t-store__card .t-typography__title {
    color: #ffffff;
    background-color: #ab5035;
    font-weight: 700;
}

#rec922859311 .t-store__card .t-typography__title {
    color: #ffffff;
    border-radius: 5px;
    background-color: #ab5035;
    font-weight: 700;
}

#rec922856359 .t-store__card .t-typography__title {
    color: #ffffff;
    border-radius: 5px;
    background-color: #ab5035;
    font-weight: 700;
}
#rec922854514 .t-store__card .t-typography__title {
    color: #ffffff;
    border-radius: 5px;
    font-weight: 700;
    background-color: #ab5035;
}

#rec984622046 .t-store__card .t-typography__descr {
    color: #ffffff;
    background-color:#ab5035;
    border-radius: 5px;
}

.t-store__card__price-wrapper_above-title {
    background-color:#ab5035;
    border-radius: 5px;
    padding:2px 4px;
}
/*.t-store__card__descr::before{*/
/*    color:#fff;*/
/*    content: "Цена:";*/
/*    border-radius: 5px;*/
/*    background-color: #ff0000;*/
/*}*/

.t-store .t-product__option-title {
    background-color: #AB5035;
    padding-bottom: 3px;
    padding:5px !important;
    width:100%;
    max-width:100px;
    text-align:center;
    border-radius: 5px;
}


.currency-converter {
  display: flex;
  gap: 10px;
  margin: 25px 0;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.currency-btn {
  padding: 10px 20px;
  background: #AB5035;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  min-width: 80px;
}

.currency-btn:hover {
  background: linear-gradient(to right, #ff9500, #ffaa00);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.currency-btn.active {
  background: #AB5035;
  transform: translateY(0);
  box-shadow: 0 0 0 2px white, 0 2px 5px rgba(0,0,0,0.3);
}

.currency-symbol {
  margin-left: 5px;
  font-weight: bold;
  color: #fff;
}

/* Анимация при наведении */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.currency-btn:hover {
  animation: pulse 0.5s ease;
}


/*.t-store_card_price .t-store_card_price-item .t-name.t-name_xs {*/
/*  display: block !important;*/
/*}*/


