@charset "UTF-8";
/* ===== Custom: 17.09.2026 ===== */
/* hide out-of-stock badge (21.08.2026) */
/* line 5, theme.scss */
/* line 6, theme.scss */
.product__available span {
  display: none !important; }

/* 1) Logo x2.5 (170px -> 425px) */
/* line 8, theme.scss */
/* line 11, theme.scss */
.layout.widget-type_system_widget_v4_header_4 {
  --logo-max-width: 425px !important; }

/* line 11, theme.scss */
/* line 15, theme.scss */
.header__logo img, .header-logo img, img[class*="logo"] {
  max-width: 425px !important;
  width: auto;
  height: auto; }

/* 9) Light terracotta background */
/* line 18, theme.scss */
/* line 22, theme.scss */
body, .page_layout, .content-zone, main {
  background-color: #F5E6D8 !important; }

/* 10) Phone x2 + working hours */
/* line 23, theme.scss */
/* line 27, theme.scss */
.header__phone-value {
  font-size: 2em !important;
  white-space: nowrap; }

/* line 27, theme.scss */
/* line 32, theme.scss */
.header__phone-value::after {
  content: '\AЕжедневно 9:00\2013 22:00 МСК';
  white-space: pre;
  display: block;
  font-size: 0.45em;
  color: #7a6a5a;
  font-weight: normal; }

/* 5) hide Popular brands block on front page */
/* line 41, theme.scss */
.layout.widget-type_system_widget_v4_banner_list_6 {
  display: none !important; }
