#product-cart {
    display: grid;
    justify-content: center;
}

div.js-add2cart.product_add2cart {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;

}

      .material-features {
        background: #fff;
        overflow: hidden;
        margin-bottom: 30px;
        font-family: 'Arial', sans-serif;
      }

/* Boheme: единая форма связи на информационных страницах */
.boh-contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1440px;
  margin: 44px auto 64px;
  padding: 38px 42px;
  border: 1px solid #e5dfd6;
  border-radius: 24px;
  background: linear-gradient(120deg, #f8f4ed 0%, #fff 64%);
  box-sizing: border-box;
}
.boh-contact-cta__kicker,
.boh-contact-modal__kicker {
  color: #9b6b2f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.boh-contact-cta h2 { margin: 7px 0 8px; font: 400 38px/1.08 Georgia, serif; color: #171513; }
.boh-contact-cta p { margin: 0; color: #706a63; font-size: 16px; }
.boh-contact-cta__button,
.boh-contact-modal__submit,
.boh-contact-modal__secondary {
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 6px;
  background: #151515;
  color: #fff;
  font: 700 15px/1 Arial, sans-serif;
  cursor: pointer;
  white-space: nowrap;
}
.boh-contact-cta__button span,
.boh-contact-modal__submit span { margin-left: 10px; }
.boh-contact-modal[hidden], .boh-contact-modal [hidden] { display: none !important; }
.boh-contact-modal { position: fixed; inset: 0; z-index: 10050; display: grid; place-items: center; padding: 24px; box-sizing: border-box; opacity: 0; transition: opacity .22s ease; }
.boh-contact-modal.is-open { opacity: 1; }
.boh-contact-modal__backdrop { position: absolute; inset: 0; background: rgba(20, 17, 14, .62); backdrop-filter: blur(8px); }
.boh-contact-modal__dialog { position: relative; width: min(620px, 100%); max-height: calc(100dvh - 48px); overflow: auto; padding: 42px; border-radius: 26px; background: #fff; box-shadow: 0 28px 90px rgba(0,0,0,.24); box-sizing: border-box; transform: translateY(18px) scale(.985); transition: transform .22s ease; outline: 0; }
.boh-contact-modal.is-open .boh-contact-modal__dialog { transform: none; }
.boh-contact-modal__dialog h2 { margin: 7px 50px 10px 0; font: 400 44px/1.05 Georgia, serif; color: #171513; }
.boh-contact-modal__lead { margin: 0 0 26px; color: #706a63; font-size: 16px; line-height: 1.5; }
.boh-contact-modal__close { position: absolute; top: 22px; right: 22px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #f4efe7; cursor: pointer; }
.boh-contact-modal__close span { position: absolute; left: 13px; top: 22px; width: 20px; height: 2px; background: #171513; transform: rotate(45deg); }
.boh-contact-modal__close span + span { transform: rotate(-45deg); }
.boh-contact-modal__form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.boh-contact-modal__field { display: flex; flex-direction: column; gap: 8px; color: #4f4a45; font-size: 13px; font-weight: 700; }
.boh-contact-modal__field small { color: #8e8780; font-weight: 400; }
.boh-contact-modal__field input,
.boh-contact-modal__field textarea { width: 100%; padding: 14px 15px; border: 1px solid #ded8d0; border-radius: 7px; background: #faf9f7; color: #171513; font: 400 16px/1.35 Arial, sans-serif; box-sizing: border-box; outline: 0; }
.boh-contact-modal__field input:focus,
.boh-contact-modal__field textarea:focus { border-color: #b88947; box-shadow: 0 0 0 3px rgba(184,137,71,.13); }
.boh-contact-modal__field textarea { resize: vertical; min-height: 108px; }
.boh-contact-modal__field--wide { grid-column: 1 / -1; }
.boh-contact-modal__consent { display: flex; align-items: flex-start; gap: 9px; color: #746e67; font-size: 12px; line-height: 1.45; }
.boh-contact-modal__consent input { margin-top: 2px; accent-color: #9b6b2f; }
.boh-contact-modal__consent a { color: inherit; text-decoration: underline; }
.boh-contact-modal__submit { width: 100%; }
.boh-contact-modal__submit:disabled { opacity: .6; cursor: wait; }
.boh-contact-modal__status { min-height: 18px; margin: 8px 0 0; color: #a12620; font-size: 13px; }
.boh-contact-modal__success { padding: 24px 0 4px; text-align: center; }
.boh-contact-modal__success-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 18px; border-radius: 50%; background: #f1e4cf; color: #8d642e; font-size: 28px; }
.boh-contact-modal__success h3 { margin: 0 0 8px; font: 400 36px/1.1 Georgia, serif; }
.boh-contact-modal__success p { margin: 0 0 24px; color: #706a63; }
.boh-contact-modal__secondary { background: #f4efe7; color: #171513; }
.boh-contact-modal__trap { position: absolute !important; left: -10000px !important; }
html.boh-contact-open { overflow: hidden; }

@media (max-width: 700px) {
  .boh-contact-cta { align-items: stretch; flex-direction: column; gap: 22px; margin: 28px 16px 44px; padding: 28px 24px; border-radius: 20px; }
  .boh-contact-cta h2 { font-size: 32px; }
  .boh-contact-cta__button { width: 100%; }
  .boh-contact-modal { align-items: end; padding: 0; }
  .boh-contact-modal__dialog { width: 100%; max-height: calc(100dvh - 16px); padding: 30px 22px calc(24px + env(safe-area-inset-bottom)); border-radius: 26px 26px 0 0; transform: translateY(100%); }
  .boh-contact-modal__dialog h2 { font-size: 36px; }
  .boh-contact-modal__form { grid-template-columns: 1fr; }
  .boh-contact-modal__field--wide { grid-column: 1; }
}

      .material-features-header {
          color: black;
          text-align: left;
          margin-top: 20px;
      }

      .material-features-header p {
        font-size: 16px;
        opacity: 0.9;
      }

      .material_block_cont {
        padding: 30px;
      }

      .material_block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: start;
      }

      .material_item, .material_item_pvd {
        display: block;
        padding: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        transition: all 0.3s ease;
        border: none;
      }

      .material_item:hover, .material_item_pvd:hover {
        transform: none;
        box-shadow: none;
      }

      .material_item_pvd {
        background: transparent;
        border: none;
        position: relative;
      }

      .material_item_pvd .material_item_text {
        position: relative;
      }

      .material_item_pvd .material_item_text::before {
        content: "ПРЕМИУМ";
        position: absolute;
        top: -30px;
        right: 0;
        background: #007bff;
        color: white;
        padding: 5px 15px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 12px;
        letter-spacing: 0.5px;
      }

      .material_item_image {
        width: 100%;
        margin-bottom: 20px;
      }

      .material_item img, .material_item_pvd img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      }

      .no-image-placeholder {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8f9fa;
        border-radius: 8px;
      }

      .material_item_text {
        padding: 0;
      }

      .material_item_text h3 {
        font-size: 18px;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 12px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
      }

      .material_item_pvd .material_item_text h3 {
        color: #007bff;
      }

      .material_item_text p {
        font-size: 14px;
        line-height: 1.6;
        color: #555;
        text-align: left;
        margin: 0;
      }

      .material_item_pvd .material_item_text p {
        color: #495057;
      }

      /* Адаптивность для планшетов и мобильных */
      @media (max-width: 768px) {
        .material_block {
          grid-template-columns: 1fr;
          gap: 30px;
        }

        .material_item img, .material_item_pvd img, .no-image-placeholder {
          height: 180px;
        }

        .material_item_text h3 {
          font-size: 16px;
          margin-bottom: 10px;
        }

        .material_item_text p {
          font-size: 13px;
        }

        .material-features-header h2 {
          font-size: 24px;
        }

        .material-features-header p {
          font-size: 14px;
        }

        .material_block_cont {
          padding: 20px;
        }
      }

      @media (max-width: 480px) {
        .material_item img, .material_item_pvd img, .no-image-placeholder {
          height: 150px;
        }

        .material_item_text h3 {
          font-size: 15px;
        }

        .material_item_text p {
          font-size: 12px;
        }

        .material-features-header {
          padding: 20px;
        }

        .material-features-header h2 {
          font-size: 20px;
        }
      }
/* BOHEME information pages: strict black-and-white palette. */
.info-page .boh-info,
.info-page .boh-contact,
.info-page .donor-gallery {
  --accent: #111 !important;
  --gold: #111 !important;
  --boh-gold: #111 !important;
  --boh-gold-dark: #111 !important;
  background: #fff !important;
}
.info-page .boh-info a,
.info-page .boh-contact a { color: #111; }
.info-page .boh-info .boh-btn,
.info-page .boh-contact .boh-contact__button,
.info-page .boh-contact .boh-contact-cta__button,
.info-page .boh-info .boh-service-card__phone {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}
.info-page .boh-info .boh-info__eyebrow,
.info-page .boh-contact .boh-contact__eyebrow,
.info-page .boh-info .boh-info__kicker,
.info-page .boh-contact .boh-contact__card small {
  color: #111 !important;
}
.info-page .boh-info .boh-info__icon,
.info-page .boh-contact .boh-contact__icon,
.info-page .boh-info .boh-service-card__badge {
  background: #f3f3f3 !important;
  color: #111 !important;
}
.info-page .boh-info .boh-info__section--dark,
.info-page .boh-info .boh-info__panel--dark,
.info-page .boh-contact .boh-contact__route,
.info-page .boh-contact .boh-contact__cta {
  background: #111 !important;
  color: #fff !important;
}
.info-page .boh-info .boh-info__section--dark a,
.info-page .boh-contact .boh-contact__route a,
.info-page .boh-contact .boh-contact__cta a { color: #fff !important; }
/* BOHEME info pages: strict monochrome CTA and neutral panels */
.boh-contact-cta{background:#fff!important;color:#171717!important}
.boh-contact-cta__kicker{color:#171717!important}
.boh-contact-cta h2,.boh-contact-cta p{color:#171717!important}
.boh-contact-cta__button{background:#171717!important;color:#fff!important}
.boh-contact-cta__button:hover{background:#000!important}
.boh-info__hero,.boh-info__note,.boh-info__panel,.boh-info__fact{background:#fff!important}
.boh-info__eyebrow,.boh-info__icon{color:#171717!important}
.boh-info__icon{background:#f3f3f3!important}
.boh-info__steps>li:before{background:#171717!important}
.boh-info__note{border-left-color:#171717!important}
.boh-info__cta{background:#171717!important}
.boh-info__button--gold{border-color:#171717!important;background:#171717!important;color:#fff!important}
/* Strict monochrome treatment for all BOHEME information pages */
.boh-info__hero,.boh-photo-hero,.boh-designers-hero-copy,.boh-contact__hero,
.boh-contact__intro,.boh-contact__card,.boh-contact__route,.boh-contact__cta,
.boh-info__note,.boh-info__panel,.boh-info__fact{background:#fff!important}
.boh-info__hero:after{border-color:#e5e5e5!important}
.boh-info__eyebrow,.boh-info__icon,.boh-contact__eyebrow,.boh-contact-cta__kicker{color:#171717!important}
.boh-info__icon,.boh-contact__icon,.boh-contact__card-icon{background:#f3f3f3!important;color:#171717!important}
.boh-info__steps>li:before{background:#171717!important;color:#fff!important}
.boh-info__note{border-left-color:#171717!important}
.boh-info__button--gold,.boh-contact__button--gold{background:#171717!important;border-color:#171717!important;color:#fff!important}
.boh-info__button,.boh-contact__button{border-color:#171717!important;color:#171717!important}
.boh-info__cta{background:#171717!important;color:#fff!important}
.boh-info__cta h2,.boh-info__cta p,.boh-info__cta a{color:#fff!important}
.boh-photo-hero{border-color:#e5e5e5!important}
.boh-photo-tabs a.active{background:#171717!important;color:#fff!important}
.boh-photo-tabs a{border-color:#171717!important;color:#171717!important}
.boh-contact__service,.boh-contact__cta{background:#fff!important}
.boh-contact__service a,.boh-contact__cta a{color:#171717!important}
.boh-info__address{background:#fff!important}
/* Screenshot fixes: delivery, contacts and designers */
.boh-info__fact,.boh-info__rates,.boh-info__rate,.boh-info__note{background:#fff!important}
.boh-info__price{color:#171717!important}
.boh-contact__section-head{align-items:flex-start!important;flex-wrap:wrap!important}
.boh-contact__section-head>p{flex:1 1 420px;max-width:620px!important;margin:0!important}
.boh-service-card{background:#fff!important;border-color:#e5e5e5!important}
.boh-service-card__badge{background:#f3f3f3!important;color:#171717!important}
.boh-service-card__phone{color:#171717!important}
.boh-info__cta .boh-info__button:not(.boh-info__button--gold){background:#fff!important;border-color:#fff!important;color:#171717!important}
.boh-info__fact .boh-info__icon{background:#f3f3f3!important;color:#171717!important}
.boh-info__fact .boh-info__icon{font-size:0!important}
.boh-info__fact:nth-child(1) .boh-info__icon:before{content:'☷';font-size:20px}
.boh-info__fact:nth-child(2) .boh-info__icon:before{content:'▣';font-size:19px}
.boh-info__fact:nth-child(3) .boh-info__icon:before{content:'↗';font-size:20px}
/* Screenshot fixes: delivery, contacts and designers */
.boh-info__fact,.boh-info__rates,.boh-info__rate,.boh-info__note{background:#fff!important}
.boh-info__checklist li{background:#fff!important}
.boh-info__price{color:#171717!important}
.boh-contact__section-head{align-items:flex-start!important;flex-wrap:wrap!important}
.boh-contact__section-head>p{flex:1 1 420px;max-width:620px!important;margin:0!important}
.boh-service-card{background:#fff!important;border-color:#e5e5e5!important}
.boh-service-card__badge{background:#f3f3f3!important;color:#171717!important}
.boh-service-card__phone{color:#171717!important}
.boh-info__cta .boh-info__button:not(.boh-info__button--gold){background:#fff!important;border-color:#fff!important;color:#171717!important}
.boh-info__fact .boh-info__icon{background:#f3f3f3!important;color:#171717!important}
.boh-info__fact .boh-info__icon{font-size:0!important}
.boh-info__fact:nth-child(1) .boh-info__icon:before{content:'☷';font-size:20px}
.boh-info__fact:nth-child(2) .boh-info__icon:before{content:'▣';font-size:19px}
.boh-info__fact:nth-child(3) .boh-info__icon:before{content:'↗';font-size:20px}
/* Strict monochrome mobile/home/info corrections */
.boh-trust{background:transparent!important;background-color:transparent!important;border-color:rgba(255,255,255,.65)!important;box-shadow:none!important}
.boh-trust__item,.boh-trust__item *{color:#fff!important}
.boh-trust__item svg{stroke:#fff!important;color:#fff!important}
.boh-menu__item.is-active,.boh-menu__item.active,.boh-menu__item[aria-selected="true"],.boh-menu__item.is-selected{background:#ededed!important;color:#171717!important;border-color:#d5d5d5!important}
.boh-menu__item.is-active .boh-menu__count,.boh-menu__item.active .boh-menu__count{color:#171717!important}
.boh-menu__item:focus,.boh-menu__item:hover{background:#f2f2f2!important;color:#171717!important}
.boh-info__checklist{list-style:none!important;padding-left:0!important;margin-left:0!important}
.boh-info__checklist li{list-style:none!important;background:#fff!important;position:relative}
.boh-info__checklist li:before,.boh-info__checklist li:marker{display:none!important;content:none!important}
.boh-contact__hero .boh-info__eyebrow,.boh-info__hero .boh-info__eyebrow{color:#fff!important}
.boh-contact__section-head>p{line-height:1.45!important}
.boh-contact__section-head>p,.boh-contact__card p{overflow-wrap:normal!important;word-break:normal!important}
.boh-contact__section-head>p{white-space:normal!important}
.boh-contact__section-head>p{max-width:100%!important}
@media(max-width:760px){.boh-contact__section-head>p{margin-top:12px!important}.boh-contact__card p{white-space:nowrap!important}.boh-contact__section-head>p{font-size:15px!important}.boh-trust{background:transparent!important}}
/* home monochrome benefit icons */
.boh-benefit svg,.boh-benefit i,.boh-benefit .icon{color:currentColor!important;stroke:currentColor!important;filter:grayscale(1)!important}
.boh-contact__visit{background:#fff!important;background-image:none!important;border-color:#e5e5e5!important}
.boh-contact__visit *{background-color:transparent!important}
.boh-contact__visit .boh-contact__section-head{display:grid!important;grid-template-columns:minmax(240px,.8fr) minmax(320px,1.2fr)!important;align-items:start!important;gap:28px!important}
.boh-contact__visit .boh-contact__section-head h2{margin:0!important}
.boh-contact__visit .boh-contact__section-head p{margin:0!important;max-width:none!important;line-height:1.45!important}
.boh-contact__visit .boh-contact__card,.boh-contact__visit .boh-contact__cards{background:#fff!important}
@media(max-width:760px){.boh-contact__visit .boh-contact__section-head{display:block!important}.boh-contact__visit .boh-contact__section-head p{margin-top:12px!important}}

/* About brand strict monochrome hero */
.boh-about-hero .boh-eyebrow,.boh-about-hero .boh-hero__eyebrow,.boh-about-hero [class*=eyebrow]{color:#111!important;background:none!important}
.boh-about-hero .boh-eyebrow::before,.boh-about-hero .boh-hero__eyebrow::before{background:#111!important}

/* Fix exact about-brand factory hero eyebrow */
.boh-brand-factory-hero__caption span{color:#fff!important;background:transparent!important}

/* About brand monochrome icon treatment */
.boh-info__icon{background:#f3f3f3!important;color:#111!important}
.boh-info__icon svg{stroke:#111!important}

/* About brand facts layout */
.boh-info__facts{margin-top:24px!important;margin-bottom:42px!important}
.boh-info__fact{border:1px solid #e5e5e5!important;background:#fff!important}
.boh-info__icon{background:#f3f3f3!important;color:#111!important}
.boh-info__icon svg{stroke:#111!important}

/* Remove legacy duplicate icon pseudo-elements */
.boh-info__fact .boh-info__icon:before{content:none!important;display:none!important}
