:root {
  --bg: #ffffff;
  --top: #eceee8;
  --paper: #ffffff;
  --hero: #f6f7f3;
  --green: #2f6b3d;
  --green-dark: #255732;
  --promo: #2d8a45;
  --ink: #1c1c1c;
  --muted: #8a8a8a;
  --soft: #f0f1ec;
  --line: #eceee8;
  --sale: #8a5a3a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Golos Text", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font-family: inherit;
}

.ch26-wrap {
  width: calc(100% - 64px);
  max-width: 1920px;
  margin: 0 auto;
}

.ch26-topbar {
  background: var(--top);
  font-size: 14px;
  color: #8d8d8d;
}

.ch26-topbar .ch26-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
  gap: 16px;
}

.ch26-top-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ch26-top-links .ch26-sep {
  width: 1px;
  height: 14px;
  background: #c5c8bf;
}

.ch26-login {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  color: #2a2a2a;
}

.ch26-header {
  background: #fff;
}

.ch26-header-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 16px 0 14px;
}

.ch26-logo {
  flex-shrink: 0;
}

.ch26-logo-img {
  display: block;
  line-height: 0;
}

.ch26-logo-img img {
  height: 72px;
  width: auto;
  display: block;
}

.ch26-search {
  flex: 1 1 644px;
  width: auto;
  max-width: 644px;
  min-width: 280px;
  display: flex;
  align-items: center;
  background: #f3f3f3;
  border-radius: 999px;
  min-height: 64px;
}

.ch26-search input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 20px 10px 20px 4px;
  outline: none;
  font-size: 15px;
  min-width: 0;
}

.ch26-search input::placeholder {
  color: #9a9a9a;
}

.ch26-search .ch26-icon {
  color: #9a9a9a;
  padding-left: 18px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ch26-search .ch26-icon svg {
  width: 22px;
  height: 22px;
}

.ch26-search button {
  border: 0;
  background: var(--green);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 0 28px;
  margin: 5px;
  height: 54px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
}

.ch26-search button:hover {
  background: var(--green-dark);
}

.ch26-contacts {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  flex-shrink: 0;
  margin-left: auto;
}

.ch26-phone {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
  row-gap: 5px;
  align-items: center;
}

.ch26-ic-wrap {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e7efe8;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ch26-phone .ch26-ic-wrap {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  transform: translateX(-17px);
}

.ch26-contacts .ch26-ic {
  width: 16px;
  height: 16px;
  color: #2f6b3d;
  display: block;
}

.ch26-phone a.ch26-main {
  grid-column: 2;
  grid-row: 1;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0;
  line-height: 1;
  margin-left: -17px;
}

.ch26-phone-extra {
  grid-column: 1;
  grid-row: 2;
  font-size: 14px;
  line-height: 1.15;
  color: #8a8a8a;
  white-space: nowrap;
}

.ch26-phone-sub {
  grid-column: 2;
  grid-row: 2;
  font-size: 14px;
  line-height: 1.15;
  color: #8a8a8a;
  white-space: nowrap;
}

.ch26-mail-box {
  display: grid;
  grid-template-columns: 34px auto;
  grid-template-rows: 34px auto;
  column-gap: 10px;
  row-gap: 5px;
  align-items: center;
  margin: 0;
}

.ch26-mail-box .ch26-ic-wrap {
  grid-column: 1;
  grid-row: 1;
}

.ch26-mail-box b {
  grid-column: 2;
  grid-row: 1;
  display: block;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1;
}

.ch26-mail-box .ch26-sub {
  grid-column: 2;
  grid-row: 2;
  color: #8a8a8a;
  font-size: 14px;
  margin: 0;
  line-height: 1.15;
}

.ch26-cart {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #d6d6d6;;
  border-radius: 999px;
  padding: 7px 22px 7px 7px;
  flex-shrink: 0;
}

.ch26-cart-ico {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
}

.ch26-cart-ico-img {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ch26-cart-ico-img img {
  width: 26px;
  height: 26px;
  display: block;
  filter: brightness(0) invert(1);
}

.ch26-cart-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: #d24b3a;
  color: #fff;
  border-radius: 99px;
  font-size: 10px;
  font-weight: 700;
  display: grid;
  place-items: center;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff;
}

.ch26-cart-badge[hidden] {
  display: none;
}

.ch26-cart-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.ch26-cart small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #9a9a9a;
  font-weight: 500;
  line-height: 1.15;
}

.ch26-cart strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
}

.ch26-nav {
  background: #fff;
  border-top: 1px solid #f2f2ee;
  border-bottom: 1px solid #eceee8;
}

.ch26-nav .ch26-wrap {
  padding-left: 24px;
}

.ch26-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ch26-nav a {
  display: block;
  padding: 24px 0 22px;
  font-size: 16px;
  font-weight: 600;
  color: #1c1c1c;
  border-bottom: 3px solid transparent;
}

.ch26-nav a:hover {
  color: var(--green);
}

.ch26-nav a.is-active {
  color: var(--green);
  font-weight: 700;
  border-bottom-color: var(--green);
}

.ch26-page {
  padding: 22px 0 64px;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.ch26-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ch26-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e4e5e0;
}

.ch26-catalog {
  padding: 24px 16px 22px;
}

.ch26-catalog h2 {
  margin: 0 12px 0;
  padding: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ecece8;
}

.ch26-promo {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 12px 12px;
  color: var(--promo);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
}

.ch26-promo:first-child {
  margin-top: 14px;
}

.ch26-promo::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--promo);
  margin-top: 7px;
  flex-shrink: 0;
}

details {
  border-top: 0;
}

details:first-of-type {
  border-top: 0;
}

summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 16px 28px 14px 12px;
  font-size: 15px;
  font-weight: 600;
}

summary::-webkit-details-marker {
  display: none;
}

summary::marker {
  content: "";
  display: none;
}

summary::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-right: 1.6px solid #8a8a8a;
  border-bottom: 1.6px solid #8a8a8a;
  transform: rotate(-45deg);
  pointer-events: none;
}

details[open] > summary::after {
  margin-top: -2px;
  transform: rotate(45deg);
}

.ch26-cat-group > summary {
  list-style: none;
  position: relative;
  display: block;
  padding-right: 28px;
}

.ch26-cat-group > summary::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-right: 1.6px solid #8a8a8a;
  border-bottom: 1.6px solid #8a8a8a;
  transform: rotate(-45deg);
  pointer-events: none;
}

.ch26-cat-group[open] > summary::after {
  margin-top: -2px;
  transform: rotate(45deg);
}

.ch26-plain {
  display: block;
  padding: 16px 12px 14px;
  font-size: 15px;
  font-weight: 600;
  border-top: 0;
}

.ch26-subs {
  margin: 0 12px 14px 18px;
  padding: 2px 0 10px 16px;
  border-left: 1px solid #e9e9e9;
}

.ch26-subs a {
  display: block;
  padding: 8px 0;
  font-size: 14.5px;
  font-weight: 400;
  color: #757575;
  line-height: 1.4;
}

.ch26-subs a:hover {
  color: var(--green);
}

.ch26-subs a.cur {
  color: #222;
  font-weight: 600;
}

.ch26-brands {
  padding: 22px 18px 18px;
}

.ch26-brands h2 {
  margin: 0 0 16px;
  font-size: 18px;
}

.ch26-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ch26-pills a {
  background: #fff;
  border: 1px solid #e0e1dc;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  color: #6b6b6b;
}

.ch26-hero {
  background: #FBFBF9;
  border-radius: 20px;
  border: 1px solid #e4e5e0;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(320px, 38%) minmax(0, 1fr);
  gap: 24px;
  min-height: 520px;
  position: relative;
  align-items: stretch;
  overflow: hidden;
}

.ch26-hero-copy {
  min-width: 0;
  max-width: 100%;
  height: 100%;
  padding: 48px 8px 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}

.ch26-hero-kicker {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: #c45a3a;
}

.ch26-hero h1 {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 700;
  white-space: normal;
  max-width: 100%;
}

.ch26-hero-copy > p:not(.hero-kicker) {
  margin: 0 0 28px;
  color: #6a6a6a;
  font-size: 16px;
  line-height: 1.5;
  max-width: 270px;
}

.ch26-btn {
  display: inline-flex;
  align-items: center;
  background: var(--green);
  color: #fff;
  border-radius: 999px;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 15px;
}

.ch26-btn:hover {
  background: var(--green-dark);
}

.ch26-hero-art {
  min-width: 0;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  min-height: 480px;
  height: 100%;
  align-self: stretch;
  background: #eceee8;
  border: 1.5px dashed #c5c8bf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ch26-hero-ph {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #9a9a9a;
  font-size: 13px;
  text-align: center;
}

.ch26-hero-ph img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.ch26-hero-slide {
  display: none;
}

.ch26-hero-ph-ico {
  color: #b0b0aa;
  display: grid;
  place-items: center;
}

.ch26-hero-nav {
  position: static;
  margin-top: auto;
  padding-top: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ch26-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #deded8;
  background: #fff;
  display: grid;
  place-items: center;
  color: #8a8a8a;
  cursor: pointer;
  padding: 0;
}

.ch26-arrow:hover {
  border-color: var(--green);
  color: var(--green);
}

.ch26-dots {
  display: flex;
  gap: 6px;
  margin-left: 6px;
}

.ch26-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d5d5cf;
  cursor: pointer;
}

.ch26-dots button.is-on {
  background: var(--green);
}

.ch26-footer {
  background: linear-gradient(180deg, #f3f4f0 0%, #f1f1f1 42%, #ffffff 100%);
}

.ch26-footer .ch26-wrap {
  width: calc(100% - 160px);
  max-width: 1720px;
}

.ch26-footer-grid {
  display: grid;
  grid-template-columns: 155px 1fr 190px 300px;
  gap: 28px 72px;
  padding: 52px 0 36px;
  align-items: start;
}

@media (min-width: 1650px) {
  .ch26-footer-grid {
    grid-template-columns: 300px 520px 300px 370px;
    column-gap: 0;
    justify-content: space-between;
  }
}

.ch26-footer-grid > div,
.ch26-cols > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ch26-footer h3,
.ch26-foot-acc summary {
  margin: 0 0 18px;
  padding: 0;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #a3a3a3;
  font-weight: 500;
}

.ch26-foot-acc {
  min-width: 0;
}

.ch26-footer-grid > .ch26-foot-acc:nth-child(2) {
  transform: translateX(32px);
}

.ch26-footer-grid > .ch26-foot-acc:nth-child(2) a {
  font-size: 14px;
}

.ch26-foot-acc summary {
  display: block;
  width: 100%;
  list-style: none;
  cursor: default;
  pointer-events: none;
}

.ch26-foot-acc summary::after {
  display: none;
  content: none;
}

.ch26-foot-acc summary::-webkit-details-marker,
.ch26-foot-acc summary::marker {
  display: none;
  content: none;
}

.ch26-footer .ch26-foot-acc > a,
.ch26-footer .ch26-foot-acc .ch26-cols a {
  display: block;
}

.ch26-cols {
  display: grid;
  grid-template-columns: 210px 200px;
  gap: 0 40px;
  width: max-content;
  max-width: 100%;
}

.ch26-footer a {
  display: inline;
  width: auto;
  max-width: 100%;
  font-size: 15px;
  line-height: 2.05;
  font-weight: 400;
  color: #4d4d4d;
}

.ch26-footer p {
  display: block;
  font-size: 15px;
  line-height: 1.55;
  color: #5f5f5f;
}

.ch26-subscribe p {
  max-width: 370px;
  margin: 0 0 4px;
  color: #8a8d87;
}

.ch26-footer-grid > .ch26-subscribe {
  transform: translateX(48px);
}

.ch26-footer a:hover {
  color: var(--green);
}

.ch26-mail {
  display: flex;
  align-items: center;
  margin: 18px 0 28px;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  max-width: 370px;
  width: 100%;
  min-height: 54px;
  box-shadow: 0 0 0 1px #e4e4de inset;
}

.ch26-mail input {
  border: 0;
  flex: 1;
  min-width: 0;
  padding: 16px 20px;
  outline: none;
  font-size: 15px;
}

.ch26-mail input::placeholder {
  color: #b0b0b0;
}

.ch26-mail button {
  border: 0;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 0 20px;
  height: 42px;
  margin: 6px;
  border-radius: 999px;
  cursor: pointer;
}

.ch26-soc-title {
  margin-top: 8px;
}

.ch26-soc {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ch26-soc a {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 0 1px #fff, 0 1px 0 #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ch26-soc-img {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ch26-soc-img img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.ch26-soc a:first-child .ch26-soc-img,
.ch26-soc a:first-child .ch26-soc-img img {
  width: 36px;
  height: 36px;
}

.ch26-foot-line,
.ch26-legal {
  border-top: 1px solid #e0e2db;
}

.ch26-foot-line {
  padding: 18px 0;
  font-size: 14px;
  color: #9a9a9a;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.ch26-foot-line a {
  display: inline;
  color: #3a3a3a;
}

.ch26-foot-line a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #c5c8bf;
  margin-left: 16px;
  vertical-align: middle;
}

.ch26-legal {
  padding: 16px 0 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  color: #8a8a8a;
}

.ch26-legal p {
  font-size: 13px;
  color: #8a8a8a;
}

.ch26-content {
  min-width: 0;
}

.ch26-crumbs {
  font-size: 13px;
  color: #b0b0b0;
  margin: 6px 0 20px;
  line-height: 1.45;
}

.ch26-crumbs a {
  color: #b0b0b0;
}

.ch26-crumbs span {
  margin: 0 6px;
}

.ch26-crumbs b {
  color: #1c1c1c;
  font-weight: 600;
}

.ch26-content h1 {
  margin: 0 0 18px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

[data-product] h1 {
  font-size: 32px;
  line-height: 1.22;
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: -0.03em;
}

.ch26-cat-banner {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
}

.ch26-cat-banner-img {
  width: 100%;
}

.ch26-cat-banner-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}

.ch26-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  overflow: visible;
}

.ch26-item {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e4e5e0;
  padding: 20px 18px 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  z-index: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ch26-item:hover {
  z-index: 8;
  transform: scale(1.03);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
}

.ch26-item-img {
  width: 100%;
  height: 268px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ch26-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ch26-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #2f6b3d;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 11px;
  border-radius: 10px;
}

.ch26-badge.off {
  background: #A9482C;
  border-radius: 10px;
  font-size: 11px;
  padding: 5px 9px;
}

.ch26-item-marks {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.ch26-item-marks .ch26-badge {
  position: static;
}

.ch26-item h3 {
  margin: 16px 0 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  min-height: 3.9em;
}

.ch26-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ch26-price {
  font-size: 18px;
  font-weight: 700;
}

.ch26-old {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #b0b0b0;
  text-decoration: line-through;
}

.ch26-buy {
  border: 0;
  background: var(--green);
  color: #fff;
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.ch26-buy:hover {
  background: var(--green-dark);
}

.ch26-item-link {
  color: inherit;
  display: block;
}

.ch26-hint {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: calc(100% - 12px);
  z-index: 9;
  margin: 0;
  padding: 10px 18px 16px;
  background: #fff;
  border: 1px solid #e4e5e0;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.12);
  font-size: 14px;
  line-height: 1.45;
  color: #555;
}

.ch26-item:hover .ch26-hint {
  display: block;
}

.ch26-p-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.ch26-gallery {
  min-width: 0;
}

.ch26-main-pic {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e4e5e0;
  overflow: hidden;
  position: relative;
  padding: 16px;
}

.ch26-main-pic-img {
  width: 100%;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
}

.ch26-main-pic-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ch26-marks {
  position: absolute;
  left: 24px;
  top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.ch26-marks .ch26-badge {
  position: static;
}

.ch26-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.ch26-thumbs button {
  width: 72px;
  height: 72px;
  padding: 0;
  border: 1px solid #ecece8;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.ch26-thumbs button.is-on {
  border-color: var(--green);
}

.ch26-thumb-img {
  width: 100%;
  height: 100%;
}

.ch26-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ch26-ship {
  margin-top: 16px;
  background: #eef6ef;
  border-radius: 16px;
  padding: 16px 18px;
  font-size: 15px;
  line-height: 1.45;
  color: #3a3a3a;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ch26-ship-ico {
  width: 22px;
  height: 22px;
  color: var(--green);
  flex-shrink: 0;
  margin-top: 1px;
}

.ch26-ship a {
  color: var(--green);
  font-weight: 600;
}

.ch26-buy-box {
  background: #fbfbfb;
  border-radius: 16px;
  border: 1px solid #e4e5e0;
  padding: 22px 20px 20px;
  margin: 20px 0 18px;
}

.ch26-buy-box .ch26-big {
  font-size: 36px;
  font-weight: 700;
}

.ch26-buy-box .ch26-was {
  color: #b0b0b0;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 18px;
}

.ch26-buy-box .ch26-off {
  display: inline-block;
  margin-left: 10px;
  background: #f3e4d8;
  color: #A9482C;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 8px;
  vertical-align: middle;
}

.ch26-buy-box .ch26-off[hidden],
.ch26-buy-box .ch26-was[hidden] {
  display: none;
}

.ch26-buy-box .ch26-note {
  color: #8a8a8a;
  font-size: 14px;
  margin-top: 8px;
}

.ch26-qty-row {
  display: flex;
  gap: 14px;
  align-items: flex-end;
  margin-top: 16px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid #e7e8e2;
}

.ch26-qty-row small {
  display: block;
  color: #9a9a9a;
  font-size: 11px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.ch26-qty {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e4e5e0;
  border-radius: 999px;
  overflow: hidden;
  min-height: 54px;
}

.ch26-qty button {
  width: 52px;
  height: 54px;
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.ch26-qty span {
  min-width: 32px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.ch26-big-buy {
  border: 0;
  background: var(--green);
  color: #fff;
  border-radius: 999px;
  padding: 16px 32px;
  min-height: 54px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ch26-big-buy:hover {
  background: var(--green-dark);
}

.ch26-big-buy-ico {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
}

.ch26-big-buy-ico img {
  width: 18px;
  height: 18px;
  display: block;
  filter: brightness(0) invert(1);
}

.ch26-art {
  font-size: 14px;
  color: #8a8a8a;
  margin: 10px 0 16px;
}

.ch26-art-sep {
  margin: 0 8px;
  color: #d0d0d0;
}

.ch26-art b {
  color: var(--green);
  font-weight: 600;
}

.ch26-lead-p {
  font-size: 15px;
  line-height: 1.55;
  color: #444;
}

.ch26-lead-p a {
  color: var(--green);
  font-weight: 600;
}

.ch26-alt {
  margin-top: 4px;
}

.ch26-alt small {
  display: block;
  color: #9a9a9a;
  font-size: 11px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.ch26-alt a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #ecece8;
  border-radius: 14px;
  padding: 16px 18px;
}

.ch26-alt a > span:first-child {
  flex: 1;
  min-width: 0;
}

.ch26-alt-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
}

.ch26-alt-chev {
  color: #c0c0c0;
  font-size: 18px;
  font-weight: 400;
}

.ch26-tabs-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e4e5e0;
  padding: 8px 22px 24px;
  margin-top: 16px;
}

.ch26-product-benefits {
  margin-top: 44px;
  padding: 40px 0 42px;
  background: #FBFBF9;
  border-top: 1px solid #e7e8e3;
  border-bottom: 1px solid #e7e8e3;
}

.ch26-product-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px;
}

.ch26-product-benefit svg {
  width: 21px;
  height: 21px;
  display: block;
  margin-bottom: 14px;
  fill: none;
  stroke: var(--green);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ch26-product-benefit h3 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--ink);
}

.ch26-product-benefit p {
  margin: 0;
  color: #92958f;
  font-size: 13px;
  line-height: 1.55;
}

.ch26-related-products {
  margin-top: 34px;
}

.ch26-related-products h2 {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1.25;
  color: var(--ink);
}

.ch26-related-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ch26-related-products-grid .ch26-item-img {
  height: 210px;
}

.ch26-related-products-grid .ch26-item h3 {
  min-height: 4.2em;
  font-size: 15px;
}

.ch26-tabs {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid #eee;
  margin-bottom: 18px;
}

.ch26-tabs button {
  border: 0;
  background: none;
  padding: 14px 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.ch26-tabs button.is-on {
  color: var(--ink);
  border-bottom-color: var(--green);
}

.ch26-tabs-card p {
  font-size: 15px;
  line-height: 1.75;
  color: #333;
  margin: 0 0 14px;
}

.ch26-specs {
  display: grid;
  gap: 8px;
  font-size: 14px;
}

.ch26-specs div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px;
}

.ch26-specs span {
  color: #888;
}

.ch26-burger,
.ch26-cat-toggle {
  display: none;
}

.ch26-empty {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e4e5e0;
  padding: 24px;
  color: #666;
}

.ch26-mob-phones {
  display: none;
}

@media (max-width: 1320px) {
  .ch26-contacts {
    gap: 16px;
  }

  .ch26-search {
    max-width: 320px;
  }

  .ch26-page {
    grid-template-columns: 270px minmax(0, 1fr);
  }
}

@media (max-width: 1100px) {
  .ch26-contacts {
    display: none;
  }

  .ch26-search {
    flex: 1 1 auto;
    max-width: none;
    min-width: 180px;
  }

  .ch26-page {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 16px;
  }

  .ch26-hero {
    grid-template-columns: minmax(240px, 40%) minmax(0, 1fr);
    padding: 16px;
    min-height: 420px;
    gap: 16px;
  }

  .ch26-hero-copy {
    padding: 20px 8px 16px 16px;
  }

  .ch26-hero h1 {
    font-size: 30px;
  }

  .ch26-hero-art {
    min-height: 340px;
  }

  .ch26-footer-grid {
    grid-template-columns: 1fr 1.5fr 1fr;
    column-gap: 32px;
  }

  .ch26-footer-grid .ch26-subscribe {
    grid-column: 1 / -1;
  }

  .ch26-cols {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .ch26-product-benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 32px;
  }

  .ch26-related-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ch26-wrap {
    width: calc(100% - 24px);
  }

  .ch26-page {
    display: flex;
    flex-direction: column;
    padding: 12px 0 32px;
  }

  .ch26-header-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
  }

  .ch26-logo {
    grid-row: 1;
    grid-column: 1;
  }

  .ch26-logo-img img {
    height: 44px;
  }

  .ch26-cart {
    grid-row: 1;
    grid-column: 2;
    padding: 4px 10px 4px 4px;
    margin-left: 0;
  }

  .ch26-cart-ico {
    width: 40px;
    height: 40px;
  }

  .ch26-cart-ico-img,
  .ch26-cart-ico-img img {
    width: 20px;
    height: 20px;
  }

  .ch26-burger {
    grid-row: 1;
    grid-column: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #e4e5e0;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
  }

  .ch26-search {
    grid-row: 2;
    grid-column: 1 / -1;
    max-width: none;
    width: 100%;
    flex: none;
    min-height: 48px;
  }

  .ch26-search button {
    padding: 10px 18px;
  }

  .ch26-cat-toggle {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    background: #fff;
    border: 1px solid #e4e5e0;
    border-radius: 12px;
    padding: 13px 16px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
  }

  .ch26-nav {
    display: none;
    border-top: 1px solid #eee;
  }

  .ch26-nav .ch26-wrap {
    padding-left: 0;
  }

  .ch26-nav.open {
    display: block;
    background: #fff;
    padding: 6px 0 14px;
  }

  .ch26-nav ul {
    flex-direction: column;
    gap: 0;
  }

  .ch26-nav a {
    padding: 13px 0;
    border: 0;
    font-size: 15px;
  }

  .ch26-hero h1 {
    font-size: 28px;
  }

  .ch26-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 14px;
    gap: 14px;
  }

  .ch26-hero-copy {
    padding: 8px 4px 4px;
    height: auto;
    order: 2;
  }

  .ch26-hero-copy > p:not(.hero-kicker) {
    max-width: none;
  }

  .ch26-hero-art {
    order: 1;
    height: 220px;
    min-height: 220px;
    overflow: hidden;
  }

  .ch26-hero-nav {
    position: static;
    margin-top: 18px;
  }

  .ch26-side {
    display: none;
    width: 100%;
  }

  .ch26-side.open {
    display: flex;
  }

  .ch26-footer .ch26-wrap {
    width: calc(100% - 48px);
  }

  .ch26-footer-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 16px 0 16px;
  }

  .ch26-footer-grid > .ch26-subscribe {
    order: -1;
    width: 100%;
    padding: 18px 0 16px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e0e2db;
    transform: none;
  }

  .ch26-subscribe h3 {
    margin-bottom: 10px;
  }

  .ch26-subscribe p {
    max-width: none;
    margin-bottom: 2px;
  }

  .ch26-mail {
    margin: 12px 0 18px;
  }

  .ch26-foot-acc {
    width: 100%;
    border-bottom: 1px solid #e0e2db;
  }

  .ch26-footer-grid > .ch26-foot-acc:nth-child(2) {
    transform: none;
  }

  .ch26-foot-acc summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 16px 0;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: var(--ink);
    font-weight: 600;
    cursor: pointer;
    pointer-events: auto;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .ch26-foot-acc summary::after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-right: 1.6px solid #8a8a8a;
    border-bottom: 1.6px solid #8a8a8a;
    transform: rotate(45deg);
    margin-top: -3px;
    transition: transform 0.18s ease;
  }

  .ch26-foot-acc[open] summary {
    padding-bottom: 8px;
  }

  .ch26-foot-acc[open] summary::after {
    transform: rotate(225deg);
    margin-top: 3px;
  }

  .ch26-foot-acc > a {
    padding: 7px 0;
    line-height: 1.35;
  }

  .ch26-foot-acc[open] > a:last-child,
  .ch26-foot-acc[open] > .ch26-cols {
    padding-bottom: 14px;
  }

  .ch26-foot-acc .ch26-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
    width: 100%;
  }

  .ch26-cols {
    width: 100%;
  }

  .ch26-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .ch26-item-img {
    height: 180px;
  }

  .ch26-item h3 {
    font-size: 14px;
    min-height: 3.2em;
  }

  .ch26-footer a {
    padding: 4px 0;
  }

  .ch26-p-top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ch26-main-pic-img {
    height: 280px;
  }

  .ch26-thumbs button {
    width: 58px;
    height: 58px;
  }

  [data-product] h1 {
    font-size: 24px;
  }
}

@media (hover: none) {
  .ch26-hint {
    display: block;
    position: static;
    box-shadow: none;
    padding: 8px 0 0;
    border-radius: 0;
    border: 0;
  }

  .ch26-item:hover {
    z-index: 1;
    transform: none;
    box-shadow: none;
  }
}

@media (max-width: 640px) {

  .ch26-product-benefits {
    margin-top: 24px;
    padding: 28px 0 30px;
  }

  .ch26-product-benefits-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }

  .ch26-product-benefit svg {
    margin-bottom: 10px;
  }

  .ch26-product-benefit h3 {
    margin-bottom: 6px;
  }

  .ch26-related-products h2 {
    font-size: 22px;
  }

  .ch26-related-products-grid {
    grid-template-columns: 1fr;
  }

  .ch26-related-products-grid .ch26-item-img {
    height: 240px;
  }

  .ch26-related-products-grid .ch26-item h3 {
    min-height: 0;
  }

  .ch26-topbar {
    font-size: 12px;
  }

  .ch26-topbar .ch26-welcome {
    display: none;
  }

  .ch26-top-links {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
  }

  .ch26-logo-img img {
    height: 36px;
  }

  .ch26-cart-txt {
    display: none;
  }

  .ch26-cart {
    padding: 3px;
    background: transparent;
    border: 0;
  }

  .ch26-search {
    min-height: 44px;
  }

  .ch26-search input {
    padding: 10px 8px 10px 4px;
    font-size: 14px;
  }

  .ch26-hero h1 {
    font-size: 24px;
  }

  .ch26-hero-art {
    height: 180px;
    min-height: 180px;
  }

  .ch26-btn {
    width: 100%;
    justify-content: center;
  }

  .ch26-footer-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .ch26-foot-acc .ch26-cols {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .ch26-legal {
    flex-direction: column;
  }

  .ch26-foot-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 0;
  }

  .ch26-foot-line a:not(:last-child)::after {
    display: none;
  }

  .ch26-grid {
    grid-template-columns: 1fr;
  }

  .ch26-item {
    padding: 16px 14px 14px;
  }

  .ch26-item-img {
    height: 220px;
  }

  .ch26-item h3 {
    min-height: 0;
    font-size: 15px;
  }

  .ch26-content h1 {
    font-size: 22px;
  }

  .ch26-crumbs {
    line-height: 1.45;
    font-size: 12px;
  }

  .ch26-qty-row {
    flex-direction: column;
    align-items: stretch;
  }

  .ch26-qty {
    width: 100%;
    justify-content: space-between;
  }

  .ch26-big-buy {
    width: 100%;
    justify-content: center;
  }

  .ch26-mail {
    max-width: none;
  }

  .ch26-subscribe {
    min-width: 0;
  }

  .ch26-specs div {
    grid-template-columns: 1fr;
  }

  .ch26-mob-phones {
    display: block;
    padding: 8px 0 12px;
    font-size: 15px;
  }

  .ch26-row {
    flex-wrap: wrap;
  }

  .ch26-main-pic-img {
    height: 220px;
  }

  .ch26-buy-box .ch26-big {
    font-size: 30px;
  }

  .ch26-alt a {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .ch26-phone,
  .ch26-mail-box {
    display: none;
  }
}

@media (max-width: 400px) {
  .ch26-grid {
    grid-template-columns: 1fr;
  }

  .ch26-item-img {
    height: 180px;
  }

  .ch26-search button {
    padding: 8px 14px;
    font-size: 14px;
  }
}
.ch26-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.ch26-rec-title {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 700;
}

.ch26-catalog-nav {
  display: flex;
  flex-direction: column;
}

.ch26-catalog-nav > .ch26-cat-group,
.ch26-catalog-nav > .ch26-plain {
  border-top: 0;
}

.ch26-catalog .ch26-subs details.ch26-cat-group {
  border-top: 0;
}

.ch26-catalog .ch26-subs details.ch26-cat-group > summary {
  padding: 10px 22px 8px 0;
  font-size: 14.5px;
  font-weight: 600;
}

.ch26-catalog .ch26-subs details.ch26-cat-group > summary::after {
  right: 2px;
}

.ch26-catalog .ch26-subs .ch26-subs {
  margin: 0 0 8px 12px;
  padding: 0 0 6px 14px;
}

.ch26-subcats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}

.ch26-subcat {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #e4e5e0;
  background: #fff;
  font-size: 14px;
}

.ch26-subcat:hover {
  border-color: var(--green);
  color: var(--green);
}

.ch26-cat-desc {
  margin: 0 0 22px;
  color: #666;
  line-height: 1.6;
}

.ch26-blog-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ch26-blog-item {
  border: 1px solid #ecece8;
  border-radius: 16px;
  background: #fff;
}

.ch26-blog-link {
  display: block;
  padding: 20px 22px;
}

.ch26-blog-date {
  display: block;
  color: #888;
  font-size: 13px;
  margin-bottom: 8px;
}

.ch26-blog-more {
  display: inline-block;
  margin-top: 10px;
  color: var(--green);
  font-weight: 600;
}

.ch26-article .ch26-post-body {
  line-height: 1.7;
}

.ch26-article .ch26-post-body img {
  max-width: 100%;
  height: auto;
}

.ch26-cart-page #order-opc {
  margin-top: 8px;
}

.ch26-cart-page #msCart .std {
  width: 100%;
  border-collapse: collapse;
}

.ch26-cart-page #msCart th,
.ch26-cart-page #msCart td {
  padding: 10px 8px;
  border-bottom: 1px solid #ecece8;
  vertical-align: middle;
}

.ch26-cart-page #msCart .alert-warning {
  background: #fff8e6;
  border: 1px solid #f0e0b8;
  border-radius: 12px;
  padding: 16px 18px;
  color: #6a5a20;
}

.ch26-cart-page #msOrder {
  margin-top: 24px;
}
