.elementor-3313 .elementor-element.elementor-element-41c3d871{--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-2dcc3b09 *//* Базовый контейнер - оборачиваем в :where для повышения специфичности */
:where(.shower-cabin-dks) {
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #333;
  line-height: 1.6;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  overflow-x: hidden;
}

/* Принудительный box-sizing для всех внутренних элементов */
:where(.shower-cabin-dks) * {
  box-sizing: border-box;
}

/* Заголовки */
:where(.shower-cabin-dks) h1,
:where(.shower-cabin-dks) h2,
:where(.shower-cabin-dks) h3,
:where(.shower-cabin-dks) h4 {
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  color: #1a365d;
  clear: both;
}

:where(.shower-cabin-dks) h1 {
  font-size: 2.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #2d3748;
}

:where(.shower-cabin-dks) h2 {
  font-size: 1.5rem;
  border-bottom: 2px solid #cbd5e0;
  padding-bottom: 0.375rem;
}

:where(.shower-cabin-dks) h3 {
  font-size: 1.25rem;
  color: #2b6cb0;
  margin-top: 1.25em;
}

/* Текст */
:where(.shower-cabin-dks) p,
:where(.shower-cabin-dks) li {
  margin-bottom: 1rem;
}

:where(.shower-cabin-dks) ul,
:where(.shower-cabin-dks) ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}

:where(.shower-cabin-dks) li {
  margin-bottom: 0.5rem;
}

/* Tagline */
:where(.shower-cabin-dks) .tagline {
  font-size: 1.125rem;
  font-weight: 500;
  color: #4a5568;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

/* Highlight box */
:where(.shower-cabin-dks) .highlight-box {
  background: #ebf8ff;
  border-left: 4px solid #3182ce;
  padding: 1.25rem;
  border-radius: 0 6px 6px 0;
  margin: 1.5rem 0;
  transition: all 0.3s ease;
}

:where(.shower-cabin-dks) .highlight-box:hover {
  background: #dbeafe;
  border-left-color: #2b6cb0;
  transform: translateX(4px);
}

/* Grid контейнеры */
:where(.shower-cabin-dks) .specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin: 1.5rem 0;
}

:where(.shower-cabin-dks) .spec-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem;
  transition: all 0.3s ease;
}

:where(.shower-cabin-dks) .spec-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e0;
  background: #f0f9ff;
}

:where(.shower-cabin-dks) .advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

:where(.shower-cabin-dks) .advantage-item {
  text-align: center;
  padding: 1rem;
  transition: all 0.3s ease;
  border-radius: 8px;
}

:where(.shower-cabin-dks) .advantage-item:hover {
  background: #f0f9ff;
  transform: scale(1.02);
}

:where(.shower-cabin-dks) .advantage-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #4299e1;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

:where(.shower-cabin-dks) .advantage-item:hover .advantage-icon {
  transform: scale(1.2);
  color: #2b6cb0;
}

/* Feature block */
:where(.shower-cabin-dks) .feature-highlight {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background: #fffbeb;
  border: 1px solid #fbbf24;
  padding: 1.25rem;
  border-radius: 8px;
  margin: 1.5rem 0;
}

:where(.shower-cabin-dks) .feature-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
}

:where(.shower-cabin-dks) .feature-list {
  padding-left: 1.25rem;
  margin: 0.75rem 0;
}

/* Applications list - колонки */
:where(.shower-cabin-dks) .applications-list {
  column-count: 2;
  column-gap: 2rem;
  break-inside: avoid;
}

:where(.shower-cabin-dks) .applications-list li {
  break-inside: avoid;
  page-break-inside: avoid;
}

/* Certificates */
:where(.shower-cabin-dks) .cert-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
}

:where(.shower-cabin-dks) .cert-badge {
  background: #edf2f7;
  padding: 0.375rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  transition: all 0.25s ease;
}

:where(.shower-cabin-dks) .cert-badge:hover {
  background: #cbd5e0;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

:where(.shower-cabin-dks) .guarantee {
  margin-top: 1rem;
  font-weight: 600;
}

/* Comparison table */
:where(.shower-cabin-dks) .comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.8rem;
  display: table;
}

:where(.shower-cabin-dks) .comparison-table th,
:where(.shower-cabin-dks) .comparison-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

:where(.shower-cabin-dks) .comparison-table thead th {
  background: #edf2f7;
  font-weight: 600;
  color: #2d3748;
}

:where(.shower-cabin-dks) .comparison-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

:where(.shower-cabin-dks) .comparison-table td:first-child {
  font-weight: 600;
  color: #4a5568;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  :where(.shower-cabin-dks) .feature-highlight {
    flex-direction: column;
    text-align: center;
  }

  :where(.shower-cabin-dks) .feature-icon {
    align-self: center;
  }
  
  :where(.shower-cabin-dks) .applications-list {
    column-count: 1;
  }
}

@media (max-width: 640px) {
  :where(.shower-cabin-dks) h1 {
    font-size: 1.75rem;
  }

  :where(.shower-cabin-dks) .specs-grid,
  :where(.shower-cabin-dks) .advantages-grid {
    grid-template-columns: 1fr;
  }

  :where(.shower-cabin-dks) .tagline {
    font-size: 1rem;
  }

  :where(.shower-cabin-dks) {
    padding: 16px;
  }

  /* Mobile table - адаптация без data-label */
  :where(.shower-cabin-dks) .comparison-table,
  :where(.shower-cabin-dks) .comparison-table thead,
  :where(.shower-cabin-dks) .comparison-table tbody,
  :where(.shower-cabin-dks) .comparison-table tr,
  :where(.shower-cabin-dks) .comparison-table th,
  :where(.shower-cabin-dks) .comparison-table td {
    display: block;
  }

  :where(.shower-cabin-dks) .comparison-table thead {
    display: none;
  }

  :where(.shower-cabin-dks) .comparison-table tr {
    margin-bottom: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
  }

  :where(.shower-cabin-dks) .comparison-table td {
    text-align: left;
    padding: 0.5rem 0.5rem 0.5rem 35%;
    position: relative;
    border: none;
    border-bottom: 1px solid #e2e8f0;
  }

  :where(.shower-cabin-dks) .comparison-table td:last-child {
    border-bottom: none;
  }

  :where(.shower-cabin-dks) .comparison-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0.75rem;
    width: 30%;
    font-weight: 600;
    color: #2d3748;
    white-space: nowrap;
  }

  /* Если data-label нет - показываем первую колонку как заголовок */
  :where(.shower-cabin-dks) .comparison-table td:first-child::before {
    content: "Параметр";
  }

  :where(.shower-cabin-dks) .comparison-table td:nth-child(2)::before {
    content: "ЛДСП";
  }

  :where(.shower-cabin-dks) .comparison-table td:nth-child(3)::before {
    content: "Сэндвич";
  }

  :where(.shower-cabin-dks) .comparison-table td:nth-child(4)::before {
    content: "HPL";
  }

  :where(.shower-cabin-dks) .comparison-table td:nth-child(5)::before {
    content: "Плитка";
  }

  :where(.shower-cabin-dks) .comparison-table td:first-child {
    font-weight: 600;
    color: #2d3748;
    background: #edf2f7;
    margin-bottom: 0.5rem;
    border-radius: 6px;
    padding: 0.5rem 0.5rem 0.5rem 35%;
  }
}

/* Tap feedback для touch устройств */
@media (hover: none) {
  :where(.shower-cabin-dks) .spec-card:active,
  :where(.shower-cabin-dks) .advantage-item:active,
  :where(.shower-cabin-dks) .cert-badge:active,
  :where(.shower-cabin-dks) .feature-highlight:active {
    transform: scale(0.98);
    background: #e2e8f0 !important;
  }
}/* End custom CSS */