#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;
        }
      }
