/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 14 2026 | 09:49:00 */
/*
.details {
  position: relative;
  display: block;
  max-width: 10240px;
  margin: 0 auto 10px;
  background: rgba(255,255,255,0.5);
  border-radius: 5px;
  transition: 0.3s;
  overflow: hidden;
}

.details::after {
  position: absolute;
  right: 24px;
  top: 15px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: 3px solid #425995;
  border-bottom: 3px solid #425995;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: .3s;
}

.details[open]::after {
  transform: rotate(45deg);
}

.details[open] {
  padding-bottom: 100px;
}

.details[open] .details__title {
  margin-bottom: 32px;
}

.details__title {
  background: #fff;
  border-radius: 5px;
  padding: 12px 24px;
  font-size: 20px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  transition: .3s;
}

.details__title::-webkit-details-marker {
  display: none;
}

.details__content {
  padding: 0 32px;
  font-size: 18px;
  margin-bottom: -60px;
}

.details__content p:last-child {
  margin-bottom: 0;
}
.details__content p:first-child {
  margin-top: 0;
}

/* ============================================
   ENERGY ECO SOURCES - COMMON CATALOG STYLES
   © 2026 Energy Eco Sources - deye.uz
   Версия: 2.0 (Объединённая)
   ============================================

   Использование:
   1. Подключить этот CSS на все страницы каталогов
   2. Использовать классы из этого файла
   3. Цветовая гамма: зелёная (бренд Energy Eco Sources)

   Цветовая палитра:
   - Основной: #10B981 (зелёный)
   - Тёмный: #059669 (зелёный тёмный)
   - Акцент: #3B82F6 (синий)
   - Предупреждение: #F59E0B (янтарный)
   - Важно: #DC2626 (красный)
   - Текст: #1a1a2e (тёмно-синий)
   - Фон: #F8FAFC (светло-серый)
   ============================================ */

/* ============================================
   БАЗОВЫЕ СТИЛИ
   ============================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.ees-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* ============================================
   ХЛЕБНЫЕ КРОШКИ
   ============================================ */

.ees-breadcrumbs {
  padding: 15px 0;
  font-size: 14px;
  color: #64748B;
}

.ees-breadcrumbs a {
  color: #10B981;
  text-decoration: none;
  transition: color 0.2s;
}

.ees-breadcrumbs a:hover {
  color: #059669;
  text-decoration: underline;
}

.ees-breadcrumbs span {
  margin: 0 8px;
  color: #94A3B8;
}

/* ============================================
   ЗАГОЛОВОК H1 (HEADER)
   ============================================ */

.ees-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 50px 20px;
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 10px 40px rgba(16, 185, 129, 0.3);
}

.ees-header h1 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.ees-header-intro {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  opacity: 0.95;
}

@media (max-width: 768px) {
  .ees-header h1 {
    font-size: 28px;
  }
  .ees-header-intro {
    font-size: 16px;
  }
  .ees-header {
    padding: 35px 20px;
  }
}

/* ============================================
   CTA КНОПКИ
   ============================================ */

.ees-cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
}

.ees-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.ees-btn-primary {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: #fff;
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
}

.ees-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.5);
}

.ees-btn-secondary {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
  color: #fff;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
}

.ees-btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.5);
}

.ees-btn-white {
  background: #fff;
  color: #10B981;
}

.ees-btn-white:hover {
  background: #F0FDF4;
}

.ees-btn-telegram {
  background: linear-gradient(135deg, #0088cc 0%, #0066aa 100%);
}

.ees-btn-email {
  background: linear-gradient(135deg, #6B7280 0%, #4B5563 100%);
}

/* ============================================
   ALERT БЛОК (Уведомления)
   ============================================ */

.ees-alert {
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
  border: 2px solid #F59E0B;
  border-radius: 12px;
  padding: 20px 25px;
  margin: 30px auto;
  max-width: 800px;
  display: flex;
  align-items: flex-start;
}

.ees-alert-icon {
  font-size: 28px;
  flex-shrink: 0;
  margin-right: 15px;
}

.ees-alert-content {
  color: #92400E;
}

.ees-alert-content strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.ees-alert-content p {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .ees-alert {
    flex-direction: column;
    padding: 15px;
  }

  .ees-alert-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* ============================================
   БРЕНДИНГ / ИНФОРМАЦИОННЫЙ БЛОК
   ============================================ */

.ees-brand-box {
  background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 100%);
  border: 2px solid #10B981;
  border-radius: 16px;
  padding: 30px;
  margin: 40px 0;
}

.ees-brand-box h3 {
  color: #065F46;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 800;
}

.ees-brand-box p {
  color: #064E3B;
  line-height: 1.8;
  margin-bottom: 15px;
}

.ees-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.ees-stat-item {
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.ees-stat-value {
  font-size: 32px;
  font-weight: 900;
  color: #10B981;
  display: block;
}

.ees-stat-label {
  font-size: 13px;
  color: #64748B;
  margin-top: 5px;
  display: block;
}

@media (max-width: 600px) {
  .ees-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================
   СЕКЦИИ КОНТЕНТА
   ============================================ */

.ees-content-section {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  margin: 40px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.ees-content-section h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid #10B981;
}

.ees-content-section h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 30px 0 15px 0;
}

.ees-content-section p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.ees-content-section ul {
  margin: 20px 0 20px 25px;
}

.ees-content-section li {
  margin-bottom: 10px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ees-content-section {
    padding: 25px;
  }
  .ees-content-section h2 {
    font-size: 24px;
  }
  .ees-content-section h3 {
    font-size: 20px;
  }
}

/* ============================================
   ТАБЛИЦЫ
   ============================================ */

.ees-table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.ees-comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.ees-comparison-table th {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: #fff;
  padding: 18px 15px;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}

.ees-comparison-table td {
  padding: 16px 15px;
  border-bottom: 1px solid #e5e7eb;
}

.ees-comparison-table tr:nth-child(even) {
  background: #F9FAFB;
}

.ees-comparison-table tr:hover {
  background: #ECFDF5;
}

.ees-comparison-table tr:first-child td {
  border-top: none;
}

/* ============================================
   ВЫДЕЛЕННЫЕ БЛОКИ
   ============================================ */

/* Зелёный (подсветка, советы) */
.ees-highlight-box {
  background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 100%);
  border-left: 5px solid #10B981;
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
}

.ees-highlight-box h4 {
  color: #065F46;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}

.ees-highlight-box p {
  color: #064E3B;
  line-height: 1.7;
  margin: 0;
}

/* Синий (информация) */
.ees-info-box {
  background: linear-gradient(135deg, #DBEAFE 0%, #BFDBFE 100%);
  border-left: 5px solid #3B82F6;
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
}

.ees-info-box h4 {
  color: #1E40AF;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}

.ees-info-box p {
  color: #1E3A8A;
  line-height: 1.7;
  margin: 0;
}

/* Жёлтый (предупреждение) */
.ees-warning-box {
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
  border-left: 5px solid #F59E0B;
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
}

.ees-warning-box h4 {
  color: #92400E;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}

.ees-warning-box p {
  color: #78350F;
  line-height: 1.7;
  margin: 0;
}

/* Красный (важно, внимание) */
.ees-alert-box {
  background: linear-gradient(135deg, #FEF2F2 0%, #FEE2E2 100%);
  border-left: 5px solid #DC2626;
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
}

.ees-alert-box h4 {
  color: #991B1B;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}

.ees-alert-box p {
  color: #7F1D1D;
  line-height: 1.7;
  margin: 0;
}

/* ============================================
   ФОРМУЛА / CODE БЛОК
   ============================================ */

.ees-formula-box {
  background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 100%);
  border: 2px solid #10B981;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
}

.ees-formula-box h4 {
  color: #065F46;
  margin-bottom: 10px;
  font-size: 16px;
}

.ees-formula-box code {
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  color: #1a1a2e;
  margin: 10px 0;
}

/* ============================================
   FAQ СЕКЦИЯ
   ============================================ */

.ees-faq-section {
  margin: 50px 0;
}

.ees-faq-section h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 30px;
  text-align: center;
}

.ees-faq-section h2::before {
  content: '❓ ';
}

.ees-accordion-item {
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
}

.ees-accordion-item:hover {
  border-color: #10B981;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.15);
}

.ees-accordion-header {
  padding: 20px 25px;
  background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: #1a1a2e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}

.ees-accordion-header:hover {
  background: linear-gradient(135deg, #F3F4F6 0%, #E5E7EB 100%);
}

.ees-accordion-header .toggle-icon {
  font-size: 18px;
  color: #9CA3AF;
  transition: transform 0.3s;
}

details[open] .ees-accordion-header .toggle-icon {
  transform: rotate(180deg);
}

.ees-accordion-content {
  padding: 25px;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.ees-accordion-content p {
  line-height: 1.8;
  color: #4B5563;
}

/* ============================================
   CTA БЛОК (ФИНАЛЬНЫЙ)
   ============================================ */

.ees-cta-section {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  padding: 60px 30px;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  margin: 50px 0;
  box-shadow: 0 10px 40px rgba(16, 185, 129, 0.3);
}

.ees-cta-section h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.ees-cta-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.ees-contact-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
}

.ees-btn-large {
  padding: 18px 36px;
  font-size: 17px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.ees-btn-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.ees-free-services {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 15px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid rgba(255,255,255,0.2);
}

.ees-free-services span {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 600px) {
  .ees-cta-section {
    padding: 40px 20px;
  }

  .ees-cta-section h2 {
    font-size: 26px;
  }

  .ees-contact-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .ees-btn-large {
    width: 100%;
    justify-content: center;
  }

  .ees-free-services {
    flex-direction: column;
    gap: 12px;
  }
}

/* ============================================
   ПРЕИМУЩЕСТВА КОМПАНИИ
   ============================================ */

.ees-advantages-section {
  margin: 50px 0;
}

.ees-advantages-section h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 30px;
  text-align: center;
}

.ees-advantages-section h2::before {
  content: '🏆 ';
}

/* ============================================
   CHECK СПИСОК
   ============================================ */

.ees-check-list {
  list-style: none;
  margin: 25px 0;
}

.ees-check-list li {
  padding: 12px 0 12px 40px;
  position: relative;
  border-bottom: 1px solid #f3f4f6;
}

.ees-check-list li:last-child {
  border-bottom: none;
}

.ees-check-list li::before {
  content: '✅';
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 18px;
}

/* ============================================
   СЕТКА ТОВАРОВ
   ============================================ */

.ees-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  margin: 40px 0;
}

@media (max-width: 768px) {
  .ees-products-grid {
    grid-template-columns: 1fr;
  }
}

.ees-product-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.3s;
}

.ees-product-card:hover {
  border-color: #10B981;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.2);
  transform: translateY(-5px);
}

.ees-product-badge {
  display: inline-block;
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: #fff;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
}

.ees-product-badge.sale {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
}

.ees-product-badge.new {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
}

.ees-product-image {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 15px;
}

.ees-product-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 15px;
  line-height: 1.4;
}

.ees-product-price {
  margin-bottom: 12px;
}

.ees-old-price {
  text-decoration: line-through;
  color: #9CA3AF;
  font-size: 14px;
  margin-right: 10px;
}

.ees-current-price {
  font-size: 24px;
  font-weight: 800;
  color: #10B981;
}

.ees-product-features {
  margin-bottom: 15px;
}

.ees-product-features span {
  display: block;
  font-size: 13px;
  color: #6B7280;
  margin-bottom: 5px;
}

.ees-product-features span::before {
  content: '✅ ';
}

.ees-product-specs {
  margin-bottom: 20px;
  list-style: none;
}

.ees-product-specs li {
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 14px;
  color: #6B7280;
}

.ees-product-specs li:last-child {
  border-bottom: none;
}

.ees-product-specs li strong {
  color: #1a1a2e;
}

.ees-add-to-cart {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.ees-add-to-cart:hover {
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
}

/* ============================================
   УТИЛИТЫ
   ============================================ */

.ees-text-center {
  text-align: center;
}

.ees-text-left {
  text-align: left;
}

.ees-text-right {
  text-align: right;
}

.ees-mt-20 {
  margin-top: 20px;
}

.ees-mt-30 {
  margin-top: 30px;
}

.ees-mt-40 {
  margin-top: 40px;
}

.ees-mb-20 {
  margin-bottom: 20px;
}

.ees-mb-30 {
  margin-bottom: 30px;
}

.ees-mb-40 {
  margin-bottom: 40px;
}

.ees-hidden-mobile {
  display: block;
}

@media (max-width: 768px) {
  .ees-hidden-mobile {
    display: none;
  }
}

/* ============================================
   АНИМАЦИИ
   ============================================ */

@keyframes eesFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ees-animate {
  animation: eesFadeIn 0.6s ease-out;
}

/* ============================================
   СКРОЛЛБАР (Webkit)
   ============================================ */

.ees-table-wrapper::-webkit-scrollbar {
  height: 8px;
}

.ees-table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.ees-table-wrapper::-webkit-scrollbar-thumb {
  background: #10B981;
  border-radius: 4px;
}

.ees-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #059669;
}

/* ============================================
   АДАПТАЦИЯ ТАБЛИЦ НА МОБИЛЬНЫХ
   ============================================ */

@media (max-width: 768px) {
  .ees-comparison-table {
    font-size: 13px;
  }

  .ees-comparison-table th,
  .ees-comparison-table td {
    padding: 10px 8px;
  }

  .ees-accordion-header {
    font-size: 14px;
    padding: 15px;
  }

  .ees-accordion-content {
    padding: 15px;
  }

  /* Альтернатива: карточный вид для таблиц */
  /* Раскомментировать при необходимости */
  /*
  .ees-comparison-table tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 15px;
  }

  .ees-comparison-table td {
    display: block;
    padding: 8px 0;
  }

  .ees-comparison-table td::before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
  }
  */
}

/* ============================================
   WOOCOMMERCE FIX - КРОСС-БРАУЗЕРНАЯ СОВМЕСТИМОСТЬ
   © 2026 Energy Eco Sources - deye.uz
   Версия: 2.1
   ============================================ */

/* Изоляция навигации товара */
.woocommerce-product-details__short-description,
.woocommerce-tabs ul.tabs {
  clear: both;
  overflow: hidden;
}

/* Фикс для вкладок WooCommerce */
.woocommerce-tabs ul.tabs {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #1a1a2e;
  font-weight: 600;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.3s;
}

.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li.active a {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: #fff;
  border-color: #10B981;
}

/* Фикс для содержимого вкладок */
.woocommerce-tabs .panel {
  padding: 30px;
  clear: both;
  background: #fff;
  border-radius: 12px;
  margin-top: 20px;
}

/* Твой блок "Содержание" - изоляция */
.ees-table-of-contents {
  background: #F9FAFB;
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  border: 1px solid #e5e7eb;
}

.ees-table-of-contents h2,
.ees-table-of-contents h3 {
  color: #1a1a2e;
  margin-bottom: 15px;
}

.ees-table-of-contents ol {
  margin: 0;
  padding-left: 20px;
}

.ees-table-of-contents li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.ees-table-of-contents a {
  color: #10B981;
  text-decoration: none;
  transition: color 0.2s;
}

.ees-table-of-contents a:hover {
  color: #059669;
  text-decoration: underline;
}

/* Фикс для мобильных - скрываем левую колонку */
@media (max-width: 768px) {
  .woocommerce-product .summary {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
  
  .woocommerce-product .images {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px;
    clear: both;
  }
  
  .woocommerce-product .product {
    display: block !important;
  }
  
  /* Вкладки на всю ширину */
  .woocommerce-tabs ul.tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .woocommerce-tabs ul.tabs li {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .woocommerce-tabs ul.tabs li a {
    width: 100%;
  }
  
  /* Скрываем дублирующуюся навигацию */
  .mobile-only {
    display: block !important;
  }
  
  .desktop-only {
    display: none !important;
  }
  
  .woocommerce-tabs .panel {
    padding: 15px;
  }
}

/* Flexbox фикс для кросс-браузерности */
.woocommerce-product .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

/* Старые браузеры не поддерживают gap */
.woocommerce-product .product > * {
  margin: 10px;
}

/* Фикс для изображений товара */
.woocommerce-product .images img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Фикс для цены и кнопки */
.woocommerce-product .product_title {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 15px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .woocommerce-product .product_title {
    font-size: 24px;
  }
}

.woocommerce-product .price {
  font-size: 28px;
  font-weight: 700;
  color: #10B981;
  margin-bottom: 20px;
  display: block;
}

.woocommerce-product .single_add_to_cart_button {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%) !important;
  color: #fff !important;
  border: none !important;
  padding: 16px 32px !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
}

.woocommerce-product .single_add_to_cart_button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.5);
}

/* Фикс для breadcrumb (хлебные крошки) */
.woocommerce-breadcrumb {
  padding: 15px 0;
  font-size: 14px;
  color: #64748B;
  margin-bottom: 20px;
}

.woocommerce-breadcrumb a {
  color: #10B981;
  text-decoration: none;
  transition: color 0.2s;
}

.woocommerce-breadcrumb a:hover {
  color: #059669;
  text-decoration: underline;
}

/* Фикс для мета-информации (артикул, категория, метки) */
.woocommerce-product-details__short-description p,
.product_meta {
  font-size: 14px;
  color: #64748B;
  margin-top: 20px;
}

.product_meta strong {
  color: #1a1a2e;
}

.product_meta a {
  color: #10B981;
  text-decoration: none;
}

.product_meta a:hover {
  text-decoration: underline;
}

/* Фикс для количества товара */
.woocommerce .quantity .qty {
  padding: 12px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
}

/* Фикс для уведомлений и алертов */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 100%);
  border: 2px solid #10B981;
  border-radius: 12px;
  padding: 20px 25px;
  margin: 20px 0;
  color: #065F46;
}

.woocommerce-info {
  background: linear-gradient(135deg, #DBEAFE 0%, #BFDBFE 100%);
  border-color: #3B82F6;
  color: #1E40AF;
}

.woocommerce-error {
  background: linear-gradient(135deg, #FEF2F2 0%, #FEE2E2 100%);
  border-color: #DC2626;
  color: #991B1B;
}

/* Фикс для отзывов */
.woocommerce-Reviews .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-Reviews .comment_container {
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 15px;
  background: #fff;
}

.woocommerce-Reviews .star-rating {
  color: #F59E0B;
}

/* Фикс для изображений в описании */
.woocommerce-product-details__short-description img,
.woocommerce-Tabs-panel img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 15px 0;
}

/* Фикс для таблиц в описании */
.woocommerce-Tabs-panel table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.woocommerce-Tabs-panel table th,
.woocommerce-Tabs-panel table td {
  padding: 12px;
  border: 1px solid #e5e7eb;
  text-align: left;
}

.woocommerce-Tabs-panel table th {
  background: #F9FAFB;
  font-weight: 600;
}

/* Фикс для видео в описании */
.woocommerce-Tabs-panel iframe,
.woocommerce-product-details__short-description iframe {
  max-width: 100%;
  border-radius: 12px;
}

/* Фикс для скачивания документов */
.woocommerce-Tabs-panel ul.downloadable_files {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

.woocommerce-Tabs-panel ul.downloadable_files li {
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
}

.woocommerce-Tabs-panel ul.downloadable_files li a {
  color: #10B981;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.woocommerce-Tabs-panel ul.downloadable_files li a:hover {
  color: #059669;
  text-decoration: underline;
}

/* Фикс для связанных товаров */
.woocommerce-related-products {
  margin-top: 50px;
}

.woocommerce-related-products ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .woocommerce-related-products ul.products {
    grid-template-columns: 1fr;
  }
}

/* Фикс для upsell товаров */
.woocommerce-up-sells ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Скрываем лишние элементы на мобильных */
@media (max-width: 480px) {
  .woocommerce-product .product .woocommerce-product-rating {
    margin-bottom: 10px;
  }
  
  .woocommerce-product .product form.cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  
  .woocommerce-product .product form.cart .quantity,
  .woocommerce-product .product form.cart .single_add_to_cart_button {
    width: 100%;
  }
	
    .stab-h1, .stab-h2, .stab-h3, .stab-h4 {
      font-family: 'Playfair Display', serif;
      color: #1a1a2e;
    }
    
    .stab-page-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }
    
    .stab-content-block {
      background: #fff;
      border-radius: 16px;
      padding: 40px;
      margin: 30px 0;
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    }
    
    .stab-comparison-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin: 30px 0;
    }
    
    .stab-type-card {
      background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
      border: 2px solid #e5e7eb;
      border-radius: 12px;
      padding: 25px;
      transition: all 0.3s;
    }
    
    .stab-type-card:hover {
      border-color: #10B981;
      box-shadow: 0 8px 30px rgba(16, 185, 129, 0.2);
      transform: translateY(-5px);
    }
    
    .stab-type-card h4 {
      color: #10B981;
      font-size: 20px;
      margin-bottom: 15px;
      font-weight: 700;
    }
    
    .stab-type-card ul.stab-ul {
      list-style: none;
      padding: 0;
      margin: 15px 0;
    }
    
    .stab-type-card li {
      padding: 8px 0 8px 30px;
      position: relative;
      border-bottom: 1px solid #f3f4f6;
    }
    
    .stab-type-card li:last-child {
      border-bottom: none;
    }
    
    .stab-type-card li::before {
      content: '✅';
      position: absolute;
      left: 0;
      top: 8px;
    }
    
    .stab-type-card li.stab-warning::before {
      content: '⚠️';
    }
    
    .stab-formula-box {
      background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 100%);
      border: 2px solid #10B981;
      border-radius: 12px;
      padding: 25px;
      margin: 25px 0;
    }
    
    .stab-formula-box h4 {
      color: #065F46;
      margin-bottom: 15px;
    }
    
    .stab-formula-box code {
      display: block;
      background: #fff;
      padding: 15px;
      border-radius: 8px;
      font-family: 'Courier New', monospace;
      font-size: 15px;
      color: #1a1a2e;
      margin: 10px 0;
      text-align: center;
    }
    
    .stab-steps-list {
      counter-reset: stab-steps;
      list-style: none;
      padding: 0;
      margin: 25px 0;
    }
    
    .stab-steps-list li {
      counter-increment: stab-steps;
      padding: 20px 0 20px 60px;
      position: relative;
      border-bottom: 1px solid #f3f4f6;
    }
    
    .stab-steps-list li:last-child {
      border-bottom: none;
    }
    
    .stab-steps-list li::before {
      content: counter(stab-steps);
      position: absolute;
      left: 0;
      top: 20px;
      width: 40px;
      height: 40px;
      background: linear-gradient(135deg, #10B981 0%, #059669 100%);
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 18px;
    }
    
    .stab-mistake-card {
      background: linear-gradient(135deg, #FEF2F2 0%, #FEE2E2 100%);
      border-left: 5px solid #DC2626;
      border-radius: 12px;
      padding: 25px;
      margin: 25px 0;
    }
    
    .stab-mistake-card h4 {
      color: #991B1B;
      font-size: 18px;
      margin-bottom: 15px;
      font-weight: 700;
    }
    
    .stab-mistake-card .stab-reality {
      background: #fff;
      border-radius: 8px;
      padding: 15px;
      margin: 15px 0;
    }
    
    .stab-mistake-card .stab-reality strong {
      color: #DC2626;
      display: block;
      margin-bottom: 10px;
    }
    
    .stab-mistake-card .stab-solution {
      background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 100%);
      border-radius: 8px;
      padding: 15px;
      margin: 15px 0;
      border-left: 3px solid #10B981;
    }
    
    .stab-mistake-card .stab-solution strong {
      color: #065F46;
      display: block;
      margin-bottom: 10px;
    }
    
    .stab-schema-box {
      background: #1a1a2e;
      color: #fff;
      border-radius: 12px;
      padding: 25px;
      margin: 25px 0;
      text-align: center;
    }
    
    .stab-schema-box code {
      font-size: 18px;
      color: #10B981;
      letter-spacing: 2px;
    }
    
    .stab-contact-card {
      background: linear-gradient(135deg, #10B981 0%, #059669 100%);
      border-radius: 16px;
      padding: 40px;
      text-align: center;
      color: #fff;
      margin: 40px 0;
    }
    
    .stab-contact-card h3 {
      color: #fff;
      font-size: 28px;
      margin-bottom: 20px;
      font-weight: 800;
    }
    
    .stab-contact-card .stab-phone {
      font-size: 32px;
      font-weight: 900;
      color: #fff;
      display: block;
      margin: 15px 0;
      text-decoration: none;
    }
    
    .stab-contact-card .stab-phone:hover {
      color: #ECFDF5;
    }
    
    @media (max-width: 768px) {
      .stab-content-block {
        padding: 25px;
      }
      
      .stab-comparison-grid {
        grid-template-columns: 1fr;
      }
      
      .stab-schema-box code {
        font-size: 14px;
        display: block;
        word-break: break-all;
      }
}

/* ============================================
   END WOOCOMMERCE FIX
   ============================================ */
