/* Скрываем характеристики в подробной карточке товара.*/
.js-store-prod-charcs {
  display: none !important;
}



/*Общие стили всех кнопок*/
.js-store-prod-text a {
    padding: 12px 30px 12px 30px; /* — отступы внутри кнопки*/
    border-radius: 0px; /* — скругления углов*/
    margin-right: 8px; /* — отступ справа от кнопки до соседней кнопки*/
    margin-bottom: 0px; /* — отступ снизу от кнопки*/
    transition: background-color .4s !important;
    display: inline-flex;
    align-items: center;
}

.js-store-prod-text a:first-of-type {
    color: #ffffff !important; /* — цвет надписи*/
    background-color: #040203; /* — цвет фона кнопки*/
}

.js-store-prod-text a:first-of-type:hover {
    background-color: #AD9D6A; /* — цвет фона при наведении*/
}



/* UPRICE24 SEO accessibility 2026-08-23 */
.t-store__card__price-value,
.js-product-price { color:#74632f !important; }
.t-store__card__mark { background-color:#74632f !important; color:#fff !important; }
.js-feed-post-date { color:#666 !important; }
#rec1168490931 h2.tn-atom { color:#666 !important; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline:2px solid #74632f !important;
  outline-offset:3px !important;
}


/* UPRICE24 header SVG sizing fix 2026-08-24 */
.t396__elem.cart > .tn-atom > img.tn-atom__img,
.t396__elem.favourites > .tn-atom > img.tn-atom__img,
img.tn-atom__img[src*="logo2.svg"],
img.tn-atom__img[src*="tg.svg"],
img.tn-atom__img[src*="wa.svg"] {
  height: auto !important;
  display: block !important;
}
.t396__elem.cart,
.t396__elem.favourites {
  height: auto !important;
}


/* Keep Tilda Feed article covers at their original aspect ratio */
.t-feed__post-popup__cover-wrapper img.t-feed__post-popup__img {
  height: auto !important;
}


/* Keep UPRICE24 catalog cards concise: image, title, price */
.js-product.t-store__card .js-store-prod-descr,
.js-product.t-store__card .t-store__card__descr {
  display: none !important;
}
