.crumbs li:last-child, .home-eyebrow { color: #715b51; }
.home-business .home-eyebrow, .home-business li span { color: #624c42; }
.menu__item-messenger { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; }
#menu__toggle:focus-visible + .menu__btn { outline: 3px solid #176f4a; outline-offset: 5px; }
.star-rating__container--empty .star-rating__avg, .star-rating__container--empty .star-rating__votes_count { display: none; }
.gift-form__message:focus { outline: 2px solid #176f4a; outline-offset: 4px; }
a:focus-visible, button:focus-visible { outline: 3px solid #176f4a; outline-offset: 3px; }
@media (max-width: 680px) {
  input:not([type=hidden]):not([type=checkbox]):not([type=radio]), select, textarea { font-size: 16px; }
  .header-search input, .header-search button { min-height: 44px; }
  .product-quantity__control { grid-template-columns: 44px minmax(22px,1fr) 44px; }
  .product-page button, .product__info button, .gift-page button, .ny-page button { min-height: 44px; }
  button[aria-label="Уменьшить количество"], button[aria-label="Увеличить количество"] { min-width: 44px; min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-page *, .gift-page *, .ny-page *, .journal-article *, .menu__box { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

.header-search { box-sizing: border-box; height: 54px; gap: 4px; }
.header-search input { box-sizing: border-box; flex: 1 1 0; width: 0; height: 44px; min-height: 44px; border: 0; border-radius: 0; box-shadow: none; }
.header-search input:focus, .header-search input:focus-visible { outline: none; box-shadow: none; }
.header-search button { box-sizing: border-box; height: 44px; min-height: 44px; }
.product-buy { grid-template-columns: 142px minmax(0, 1fr); align-items: stretch; }
.product-buy .product-quantity { box-sizing: border-box; width: 142px; min-width: 0; height: auto; padding: 6px; }
.product-quantity > span:first-child { padding-left: 4px; }
.product-buy .product-quantity__control { display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; min-width: 0; }
.product-buy .product-quantity__control button { box-sizing: border-box; width: 44px; height: 44px; min-width: 44px; min-height: 44px; }
.product-buy .product-quantity__control input { box-sizing: border-box; width: 100%; min-width: 0; height: 44px; padding: 0; font-size: 16px; }
.product-buy .card__btn { box-sizing: border-box; width: 100%; min-width: 0; height: auto; min-height: 52px; margin: 0; padding: 12px; white-space: normal; line-height: 1.3; }
.card__price > .sl:not(.bl) { padding: 3px 10px; border-radius: 10px; background: #fff0eb; color: #b23226; font-weight: 800; }
.card__price > .sl.bl { color: #756b67; font-size: 18px; font-weight: 500; }
.card__price > .sl.bl s { text-decoration-thickness: 1px; }
@media (max-width: 480px) {
  .product-buy { grid-template-columns: minmax(0, 1fr); }
  .product-buy .product-quantity { width: 100%; flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; }
  .product-quantity > span:first-child { font-size: 11px; }
  .product-buy .product-quantity__control { width: 132px; flex: 0 0 132px; }
  .product-buy .card__btn { min-height: 52px; }
}
.card > .sale { position: static; transform: none; order: -1; align-self: center; padding: 5px 12px; margin: 0 0 8px; border-radius: 999px; background: #b23226; color: #fff; }
