.elementor-875 .elementor-element.elementor-element-5352a095{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-272b9058 *//* Убираем серый фон у Elementor Text Editor */
.elementor-widget-text-editor,
.elementor-widget-text-editor .elementor-widget-container,
.elementor-widget-text-editor .elementor-text-editor {
  background: transparent !important;
}

/* Обёртка */
.attic-wrap {
  background: #fff !important;
}

/* Вступительный текст */
.attic-intro p {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 1.55;
}
.attic-intro ul {
  margin: 8px 0 14px 18px;
  font-size: 14px;
  line-height: 1.55;
}

/* Заголовки блоков */
.attic-title {
  margin: 18px 0 10px 0;
  font-size: 18px;
  line-height: 1.3;
}

/* Карточка товара */
.attic-item {
  display: flex;
  gap: 18px;
  padding: 16px;
  border-top: 1px solid #d9d9d9;
  background: #fff;
}

.attic-item__media {
  width: 260px;
  min-width: 180px;
}

.attic-item__media img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.attic-item__content p,
.attic-item__content ul {
  font-size: 14px;
  line-height: 1.55;
}

.attic-item__content p {
  margin: 0 0 10px 0;
}

.attic-item__content ul {
  margin: 8px 0 10px 18px;
}

/* Таблицы характеристик */
.attic-specs {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.attic-specs__col {
  flex: 1 1 320px;
  min-width: 260px;
}

.attic-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.attic-table th,
.attic-table td {
  border: 1px solid #e0e0e0;
  padding: 8px 10px;
  background: #f3f3f3;
  vertical-align: top;
}

.attic-table thead th {
  font-weight: 700;
}

.attic-table--mt {
  margin-top: 12px;
}

/* Адаптив */
@media (max-width: 768px) {
  .attic-item {
    flex-direction: column;
  }

  .attic-item__media {
    width: 100%;
    min-width: 0;
  }

  .attic-item__media img {
    max-width: 320px;
  }
}/* End custom CSS */