/* карточка товаров - селекты для выбора */
#rec1523811021 select {
  background-color: #4D3A3318;      
  color: #4D3A33;                    
  border: 1px solid #4D3A33ff;       
  border-radius: 12px;             
  padding: 16px 40px 16px 20px;    
  font-size: 16px;                 
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#rec1523811021 .js-product .t-product__option-variants:after {
  top: 26px;
  border-color: #4D3A33 transparent transparent;
  right: 17px;
}

#rec1523811021 select:hover {
  border-color: #4D3A3318;
}

#rec1523811021 select:focus {
  border-color: #000;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}

/* карточка товаров - лейблы для выбора */
#rec1523811021 .t-product__option-item {
  display: inline-block;
  background-color: #4D3A3318; 
  color: #4D3A33;
  font-weight: 400;
  border: 1px solid #4D3A3322;  
  border-radius: 6px;              
  padding: 6px 10px;                
  margin: 2px;                  
  font-size: 14px;  
  line-height: 1.0;
  cursor: pointer;
  transition: all 0.2s ease;
}

#rec1523811021 .t-product__option-item:hover { 
  background-color: #4D3A3300;
  border: 1px solid #4D3A33;  
  color: #4D3A33;
}

#rec1523811021 .t-product__option-item_active {
  background-color: #4D3A33;         
  color: #ffffff !important;
  border-color: #4D3A33;
}

#rec1523811021 .t-product__option-item_active:hover {
  background-color: #4D3A33;         
  color: #ffffff !important;
  border-color: #4D3A33;
}

/* карточка товаров - заголовки блоков */
#rec1523811021 .t-product__option-title {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px !important;
}

#rec1523811021 .t-store .t-product__option {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}

/* добавляем принудительное изменение цвета текста в активном лейбле */
#rec1523811021 .t-product__option-item_active .t-product__option-title {
  color: #E8CEB5 !important;
  font-weight: 600 !important;
}

/* карточка товаров - фон у параметров */
#rec1523811021 .js-product-controls-wrapper {
  background-color: #DCC1A6;
  padding: 10px 30px 30px 30px;
  border-radius: 22px;
  margin: 30px 0;
}

/* изменение внешнего вида чекбокса */
#rec1523811021 .t-checkbox__indicator {
  background-color: #4D3A3318;
  border-radius: 4px;
  border: 1px solid #4D3A33ff;
}

#rec1523811021 .t-descr_xxs {
    font-size: 14px !important;
}


/* изменение внешнего вида заголовка */
#rec1523811021 .t-store__prod-popup__price {
    font-size: 38px !important;
    font-weight: 500 !important;
}

/* изменение внешнего кнопки корзины */
/*#rec1523811021 .t-btnflex.t-btnflex_type_button {*/
/*    padding: 20px 40px;*/
/*    border-radius: 18px !important;*/
/*    font-size: 18px !important;*/
/*}*/

/* изменение табов с доп инфой */
#rec1523811021 .t-store .t-store__tabs_accordion .t-store__tabs__item-button {
    border-top: 1px solid #DCC1A6;
}

#rec1523811021 .t-store .t-store__tabs__content {
    font-size: 16px;
}

/* изменение строки поиска */
#rec1523811021 .t-store__filter__input.js-store-filter-search {
    background-color: transparent !important;
    border: 1px solid #4D3A33 !important; 
    color: #4D3A33 !important;
    border-radius: 12px;  
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    height: auto !important; 
    line-height: normal !important;
}


#rec1523811021 .t-store__filter__input.js-store-filter-search:focus {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    height: 58px !important;
    line-height: 58px !important;
}

#rec1523811021 .t-store__filter__input.js-store-filter-search::placeholder {
    color: rgba(77, 58, 51, 0.5) !important;
}

#rec1523811021 .t-store__filter__search-icon svg {
    fill: rgba(77, 58, 51, 0.5) !important;
    stroke: rgba(77, 58, 51, 0.5) !important;
}