@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//kingsence.ru/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.0") format("woff2");
}

:root {
	--wd-text-font: "IBM Plex Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "IBM Plex Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "IBM Plex Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "IBM Plex Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "IBM Plex Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "IBM Plex Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-brd-radius: 3px;
	--wd-primary-color: rgb(33,58,107);
	--wd-alternative-color: rgb(30,115,190);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(33,58,107);
	--btn-default-bgcolor-hover: rgb(45,76,141);
	--btn-accented-bgcolor: rgb(33,58,107);
	--btn-accented-bgcolor-hover: rgb(45,76,141);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(http://kingsence.ru/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: rgba(239,239,239,0.26);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(239,239,239);
	background-image: none;
}
.product-labels .product-label.new {
	background-color: rgb(255,255,255);
	color: rgb(9,147,0);
}
.product-labels .product-label.featured {
	background-color: rgb(255,255,255);
	color: rgb(181,41,41);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 1px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-cat-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* ====================================
   KINGSENCE — Базовые стили карточки товара
   Строгая геометрия, прямые углы, черные и темно-синие акценты
   ==================================== */

/* Контейнер карточки */
.kingsence-product-card {
    max-width: 1200px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #1a1a1a;
    line-height: 1.5;
}

/* Заголовки */
.kingsence-product-title {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 0 1.5rem 0;
    padding-bottom: 1rem;
    border-bottom: 2px solid #1a1a1a;
    text-transform: uppercase;
}

.kingsence-section-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 2rem 0 1rem 0;
    padding-left: 0.75rem;
    border-left: 4px solid #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Сетка для характеристик и преимуществ */
.kingsence-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 1.5rem 0;
}

@media (max-width: 768px) {
    .kingsence-grid-2 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* ====================================
   БЛОК ХАРАКТЕРИСТИК
   ==================================== */
.kingsence-specs {
    border: 1px solid #1a1a1a;
    background: #ffffff;
}

.kingsence-specs-row {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.kingsence-specs-row:last-child {
    border-bottom: none;
}

.kingsence-specs-label {
    flex: 0 0 35%;
    padding: 0.875rem 1rem;
    background: #f8f8f8;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8125rem;
    letter-spacing: 0.03em;
    color: #1a1a1a;
    border-right: 1px solid #1a1a1a;
}

.kingsence-specs-value {
    flex: 1;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    color: #333;
}

/* ====================================
   ТАБЛИЦА РАЗМЕРОВ
   ==================================== */
.kingsence-size-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #2b2e33;
    font-size: 0.9375rem;
}

.kingsence-size-table th {
    background: linear-gradient(to top, #2b2e33 0%, #003b5d 50%);
    color: #ffffff;
    font-weight: 500;
    padding: 1rem 0.75rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    border: 1px solid;
}

.kingsence-size-table th:last-child {
    border-right: none;
}

.kingsence-size-table td {
    padding: 0.875rem 0.75rem;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.kingsence-size-table td:last-child {
    border-right: none;
}

.kingsence-size-table tr:last-child td {
    border-bottom: none;
}

.kingsence-size-note {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    color: #666;
    text-align: right;
    font-style: italic;
}

/* ====================================
   БЛОК ПРЕИМУЩЕСТВ
   ==================================== */
.kingsence-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
}

.kingsence-benefit-item {
    border: 1px solid #1a1a1a;
    padding: 1.25rem 1rem;
    background: #ffffff;
    transition: all 0.2s ease;
}

.kingsence-benefit-item:hover {
    background: #f8f8f8;
    border-color: #0a0a0a;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
}

.kingsence-benefit-title {
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0 0 0.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #1a1a1a;
}

.kingsence-benefit-text {
    font-size: 0.875rem;
    color: #4a4a4a;
    margin: 0;
    line-height: 1.5;
}

/* ====================================
   ТЕКСТОВЫЙ БЛОК ОПИСАНИЯ
   ==================================== */
.kingsence-description-text {
    border: 1px solid #1a1a1a;
    padding: 2rem;
    background: #ffffff;
    margin: 1.5rem 0;
}

.kingsence-description-text p {
    margin: 0 0 1.25rem 0;
    font-size: 1rem;
    color: #2a2a2a;
}

.kingsence-description-text p:last-child {
    margin-bottom: 0;
}

.kingsence-description-text strong {
    font-weight: 600;
    color: #1a1a1a;
}

/* Дополнительные акценты */
.kingsence-accent-border {
    border: 2px solid #1a1a1a;
}

.kingsence-accent-border-blue {
    border: 2px solid #0a2f44;
}

.kingsence-divider {
    height: 1px;
    background: linear-gradient(90deg, #1a1a1a 30%, #e0e0e0 100%);
    margin: 2rem 0;
}
 .kingsence-roll-row {
            width: 100%;
            background: #091A42;
            
            border-bottom: 2px solid #0a1a2a;
            overflow: hidden;
            white-space: nowrap;
        }

        .kingsence-roll-row span {
            display: inline-block;
            padding-left: 20px;
            color: #fff;
            font-weight: 800;
            font-size: 1.5rem;
            font-family: 'Arial Black', 'Impact', sans-serif;
            text-transform: uppercase;
            text-shadow: 2px 2px 0 #0A1A2F;
            animation: move 20s linear infinite;
        }

        .kingsence-roll-row p {
            display: inline;
            margin: 0;
            font: inherit;
            color: inherit;
        }

        @keyframes move {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

/* Стили для обёртки */
.kingsence-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #1a1a1a;
    margin: 1.5rem 0;
    background: #ffffff;
}

.kingsence-table-wrapper .kingsence-size-table {
    min-width: 600px;
    border: none;
    margin: 0;
}


  /* ===== ОСНОВНЫЕ НАСТРОЙКИ ===== */
  .kingsence-blog-container *,
  .kingsence-blog-card,
  .kingsence-blog-article {
    box-sizing: border-box;
  }

  .kingsence-blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #1e1e1e;
  }

  /* ===== ТИПОГРАФИКА ===== */
  .kingsence-blog-h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #1e1e1e 0%, #3a3a3a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .kingsence-blog-h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
  }

  .kingsence-blog-h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #c9a46c;
    transition: width 0.3s ease;
  }

  .kingsence-blog-h2:hover::after {
    width: 100px;
  }

  .kingsence-blog-h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    color: #2a2a2a;
  }

  /* ===== КАРТОЧКИ И БЛОКИ ===== */
  .kingsence-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin: 30px 0;
  }

  .kingsence-blog-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    top: 0;
  }

  .kingsence-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    border-color: rgba(201, 164, 108, 0.3);
  }

  .kingsence-blog-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .kingsence-blog-card:hover .kingsence-blog-card-image {
    transform: scale(1.03);
  }

  .kingsence-blog-card-content {
    padding: 20px;
  }

  .kingsence-blog-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.4;
  }

  .kingsence-blog-card-excerpt {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  /* ===== ИНТЕРАКТИВНЫЕ ЭЛЕМЕНТЫ ===== */
  .kingsence-blog-button {
    display: inline-block;
    padding: 12px 28px;
    background: #1e1e1e;
    color: white;
    text-decoration: none;
    border-radius: 40px;
    font-weight: 500;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .kingsence-blog-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
    z-index: -1;
  }

  .kingsence-blog-button:hover {
    background: #c9a46c;
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(201, 164, 108, 0.4);
  }

  .kingsence-blog-button:hover::before {
    left: 100%;
  }

  .kingsence-blog-button-outline {
    background: transparent;
    color: #1e1e1e;
    border: 2px solid #1e1e1e;
    box-shadow: none;
  }

  .kingsence-blog-button-outline:hover {
    background: #1e1e1e;
    color: white;
    border-color: #1e1e1e;
  }

  /* ===== ЦИТАТЫ И ВЫДЕЛЕНИЯ ===== */
  .kingsence-blog-quote {
    margin: 30px 0;
    padding: 25px 30px;
    background: linear-gradient(145deg, #f9f9f9, #f5f5f5);
    border-left: 5px solid #c9a46c;
    border-radius: 0 20px 20px 0;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
  }

  .kingsence-blog-quote::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 4rem;
    color: rgba(201, 164, 108, 0.2);
    font-family: serif;
  }

  /* ===== СПИСКИ ===== */
  .kingsence-blog-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }

  .kingsence-blog-list li {
    padding: 10px 0 10px 30px;
    position: relative;
    transition: transform 0.2s ease;
  }

  .kingsence-blog-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #c9a46c;
    font-weight: bold;
    font-size: 1.2rem;
  }

  .kingsence-blog-list li:hover {
    transform: translateX(5px);
  }

  /* ===== ТАБЛИЦЫ ===== */
  .kingsence-blog-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 25px 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  }

  .kingsence-blog-table th {
    background: #1e1e1e;
    color: white;
    font-weight: 600;
    padding: 15px;
    text-align: left;
  }

  .kingsence-blog-table td {
    padding: 12px 15px;
    background: white;
    border-bottom: 1px solid #f0f0f0;
  }

  .kingsence-blog-table tr:last-child td {
    border-bottom: none;
  }

  .kingsence-blog-table tr:hover td {
    background: #fafafa;
  }

  /* ===== ПРОДУКТОВЫЕ КАРТОЧКИ (ДЛЯ ВСТАВОК) ===== */
  .kingsence-blog-product-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: white;
    padding: 20px;
    border-radius: 16px;
    margin: 30px 0;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  }

  .kingsence-blog-product-card:hover {
    border-color: #c9a46c;
    box-shadow: 0 15px 30px rgba(201, 164, 108, 0.15);
  }

  .kingsence-blog-product-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
  }

  .kingsence-blog-product-info {
    flex: 1;
  }

  .kingsence-blog-product-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 5px 0;
  }

  .kingsence-blog-product-price {
    color: #c9a46c;
    font-weight: 700;
    font-size: 1.3rem;
  }

  /* ===== АДАПТАЦИЯ ПОД МОБИЛЬНЫЕ ===== */
  @media (max-width: 768px) {
    .kingsence-blog-h1 {
      font-size: 2rem;
    }
    
    .kingsence-blog-h2 {
      font-size: 1.5rem;
    }
    
    .kingsence-blog-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    
    .kingsence-blog-quote {
      padding: 20px;
      font-size: 1rem;
    }
    
    .kingsence-blog-table {
      display: block;
      overflow-x: auto;
    }
    
    .kingsence-blog-product-card {
      flex-direction: column;
      text-align: center;
    }
    
    .kingsence-blog-button {
      width: 100%;
      text-align: center;
    }
  }

  /* ===== АНИМАЦИИ ПОЯВЛЕНИЯ ===== */
  @keyframes kingsence-fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .kingsence-blog-fadeInUp {
    animation: kingsence-fadeInUp 0.6s ease forwards;
  }

  /* ===== ТЕГИ И МЕТКИ ===== */
  .kingsence-blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
  }

  .kingsence-blog-tag {
    padding: 5px 12px;
    background: #f5f5f5;
    border-radius: 30px;
    font-size: 0.8rem;
    color: #666;
    transition: all 0.2s ease;
  }

  .kingsence-blog-tag:hover {
    background: #c9a46c;
    color: white;
  }

  /* ===== ПРОГРЕСС-БАР ===== */
  .kingsence-blog-progress {
    width: 100%;
    height: 4px;
    background: #f0f0f0;
    border-radius: 2px;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
  }

  .kingsence-blog-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #c9a46c, #e0c094);
    width: 0%;
    border-radius: 2px;
    transition: width 0.3s ease;
  }
====================================
   СТИЛИ ДЛЯ БЛОКОВ ДОСТАВКИ И ОПЛАТЫ (ДЕТАЛЬНО)
   ==================================== */

.kingsence-delivery-detailed,
.kingsence-payment-detailed {
    max-width: 1200px;
    margin: 2rem auto;
}

/* ===== ОБЩИЕ СТИЛИ ДЛЯ ГРИДОВ ===== */
.kingsence-delivery-detailed-grid,
.kingsence-payment-detailed-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
}

@media (max-width: 768px) {
    .kingsence-delivery-detailed-grid,
    .kingsence-payment-detailed-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* ===== КАРТОЧКИ ===== */
.kingsence-delivery-detailed-item,
.kingsence-payment-detailed-item {
    border: 1px solid #1a1a1a;
    background: #ffffff;
    transition: all 0.2s ease;
}

.kingsence-delivery-detailed-item:hover,
.kingsence-payment-detailed-item:hover {
    background: #f8f8f8;
    border-color: #0a0a0a;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
}

.kingsence-payment-detailed-item-highlight {
    border: 2px solid #1a1a1a;
    background: #f8f8f8;
}

/* ===== ЗАГОЛОВКИ КАРТОЧЕК ===== */
.kingsence-delivery-detailed-header,
.kingsence-payment-detailed-header {
    display: flex;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #1a1a1a;
    background: #ffffff;
}

.kingsence-delivery-detailed-icon,
.kingsence-payment-detailed-icon {
    font-size: 2rem;
    margin-right: 1rem;
}

.kingsence-delivery-detailed-title,
.kingsence-payment-detailed-title {
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0;
}

/* ===== КОНТЕНТ КАРТОЧЕК ===== */
.kingsence-delivery-detailed-content,
.kingsence-payment-detailed-content {
    padding: 1.5rem;
}

/* ===== АДРЕСА И РАСПИСАНИЕ ===== */
.kingsence-delivery-detailed-address,
.kingsence-delivery-detailed-schedule,
.kingsence-delivery-detailed-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0 0 1rem 0;
}

.kingsence-delivery-detailed-address strong,
.kingsence-delivery-detailed-schedule strong {
    color: #1a1a1a;
}

/* ===== ОПЦИИ ДОСТАВКИ ===== */
.kingsence-delivery-detailed-option {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e0e0e0;
}

.kingsence-delivery-detailed-option:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.kingsence-delivery-detailed-option-title {
    font-weight: 600;
    font-size: 0.9375rem;
    margin: 0 0 0.5rem 0;
    color: #1a1a1a;
}

.kingsence-delivery-detailed-option-text {
    font-size: 0.875rem;
    color: #4a4a4a;
    margin: 0;
}

/* ===== ФИЧИ (ПРЕИМУЩЕСТВА) ===== */
.kingsence-delivery-detailed-feature,
.kingsence-payment-detailed-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    font-size: 0.9375rem;
    color: #4a4a4a;
}

.kingsence-delivery-detailed-feature:last-child,
.kingsence-payment-detailed-feature:last-child {
    margin-bottom: 0;
}

.kingsence-delivery-detailed-feature-icon,
.kingsence-payment-detailed-feature-icon {
    color: #1a1a1a;
    font-weight: 600;
    margin-right: 0.75rem;
    min-width: 1rem;
}

/* ===== ТАБЛИЦА СРОКОВ ===== */
.kingsence-delivery-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.kingsence-delivery-table td {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e0e0e0;
    color: #4a4a4a;
}

.kingsence-delivery-table td:first-child {
    font-weight: 500;
    color: #1a1a1a;
}

.kingsence-delivery-table tr:last-child td {
    border-bottom: none;
}

.kingsence-delivery-note {
    font-size: 0.8125rem;
    color: #666;
    font-style: italic;
    margin: 0;
}

/* ===== СПИСОК ВАЖНОГО ===== */
.kingsence-delivery-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kingsence-delivery-list-item {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
    font-size: 0.9375rem;
    color: #4a4a4a;
}

.kingsence-delivery-list-item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: 600;
}

.kingsence-delivery-list-item:last-child {
    margin-bottom: 0;
}

/* ===== ФУТЕРЫ ===== */
.kingsence-delivery-detailed-footer,
.kingsence-payment-detailed-footer {
    margin-top: 2rem;
    padding: 1rem;
    border: 1px solid #1a1a1a;
    background: #f8f8f8;
    text-align: center;
    font-size: 0.9375rem;
    color: #4a4a4a;
}

.kingsence-delivery-detailed-footer p,
.kingsence-payment-detailed-footer p {
    margin: 0;
}

.kingsence-payment-detailed-contact {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #666;
}

/* ===== СПЕЦИАЛЬНО ДЛЯ БЛОКА ОПЛАТЫ ===== */
.kingsence-payment-detailed-desc {
    font-size: 0.9375rem;
    color: #4a4a4a;
    margin: 0 0 1rem 0;
}

.kingsence-payment-detailed-note {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
    font-size: 0.875rem;
    color: #666;
    font-style: italic;
}

.kingsence-payment-detailed-main {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.kingsence-payment-detailed-steps {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.kingsence-payment-detailed-step {
    display: flex;
    align-items: center;
    font-size: 0.9375rem;
    color: #4a4a4a;
}

.kingsence-payment-detailed-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-right: 1rem;
    border-radius: 0;
}
/* ====================================
   СТИЛИ ДЛЯ БЛОКА ВОПРОСЫ И ОТВЕТЫ
   ==================================== */

.kingsence-faq {
    max-width: 1200px;
    margin: 2rem auto;
}

.kingsence-faq-subtitle {
    font-size: 1rem;
    color: #4a4a4a;
    margin: -0.5rem 0 2rem 0;
    font-style: italic;
}

.kingsence-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 2rem 0;
}

@media (min-width: 768px) {
    .kingsence-faq-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

.kingsence-faq-item {
    border: 1px solid #1a1a1a;
    padding: 1.5rem;
    background: #ffffff;
    transition: all 0.2s ease;
}

.kingsence-faq-item:hover {
    background: #f8f8f8;
    border-color: #0a0a0a;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
}

.kingsence-faq-question {
    font-weight: 600;
    font-size: 1.0625rem;
    margin: 0 0 1rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #1a1a1a;
    display: flex;
    align-items: flex-start;
}

.kingsence-faq-marker {
    color: #1a1a1a;
    font-weight: 400;
    margin-right: 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
}

.kingsence-faq-answer {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #4a4a4a;
}

.kingsence-faq-answer p {
    margin: 0;
}

.kingsence-faq-answer strong {
    font-weight: 600;
    color: #1a1a1a;
}

.kingsence-faq-footer {
    margin-top: 2.5rem;
    padding: 2rem;
    border: 1px solid #1a1a1a;
    background: #f8f8f8;
    text-align: center;
}

.kingsence-faq-footer p {
    font-size: 1rem;
    margin: 0 0 1rem 0;
    color: #1a1a1a;
}

.kingsence-faq-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    font-size: 0.9375rem;
}

.kingsence-faq-contact-item {
    color: #4a4a4a;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .kingsence-faq-contacts {
        flex-direction: column;
        gap: 0.75rem;
        align-items: center;
    }
    
    .kingsence-faq-contact-item {
        white-space: normal;
    }
}
/* ====================================
   СТИЛИ ДЛЯ СТРАНИЦЫ ИНДИВИДУАЛЬНОГО ПОШИВА
   ==================================== */

.kingsence-custom-tailoring {
    max-width: 1200px;
    margin: 2rem auto;
}

/* ===== КОНТЕНТ С ИЗОБРАЖЕНИЕМ ===== */
.kingsence-custom-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
}

@media (max-width: 768px) {
    .kingsence-custom-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.kingsence-custom-text {
    border: 1px solid #1a1a1a;
    padding: 2rem;
    background: #ffffff;
}

.kingsence-custom-text p {
    font-size: 1rem;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0 0 1.25rem 0;
}

.kingsence-custom-text p:last-child {
    margin-bottom: 0;
}

.kingsence-custom-image-placeholder {
    border: 1px solid #1a1a1a;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.kingsence-custom-image-frame {
    text-align: center;
    padding: 2rem;
}

.kingsence-custom-image-text {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1a1a1a;
    opacity: 0.5;
    font-weight: 400;
}

/* ===== ЦИТАТА ===== */
.kingsence-custom-quote {
    margin: 2rem 0;
    padding: 2rem;
    border: 2px solid #1a1a1a;
    background: #f8f8f8;
}

.kingsence-custom-quote-content p {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #2a2a2a;
    margin: 0 0 1.5rem 0;
}

.kingsence-custom-quote-content p:last-child {
    margin-bottom: 0;
}

.kingsence-custom-quote-highlight {
    font-weight: 600;
    color: #1a1a1a;
    padding-left: 1rem;
    border-left: 4px solid #1a1a1a;
}

/* ===== ШАГИ ОФОРМЛЕНИЯ ===== */
.kingsence-custom-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
}

@media (max-width: 768px) {
    .kingsence-custom-steps {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.kingsence-custom-step {
    display: flex;
    border: 1px solid #1a1a1a;
    background: #ffffff;
    transition: all 0.2s ease;
}

.kingsence-custom-step:hover {
    background: #f8f8f8;
    border-color: #0a0a0a;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
}

.kingsence-custom-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.03em;
}

@media (max-width: 480px) {
    .kingsence-custom-step-number {
        min-width: 60px;
        font-size: 1.25rem;
    }
}

.kingsence-custom-step-content {
    padding: 1.5rem;
}

.kingsence-custom-step-title {
    font-weight: 600;
    font-size: 1.0625rem;
    margin: 0 0 0.5rem 0;
    color: #1a1a1a;
}

.kingsence-custom-step-text {
    font-size: 0.9375rem;
    color: #4a4a4a;
    margin: 0;
    line-height: 1.5;
}

/* ===== ИНФОРМАЦИОННЫЙ БЛОК ===== */
.kingsence-custom-info {
    border: 1px solid #1a1a1a;
    padding: 2rem;
    background: #ffffff;
    margin: 2rem 0;
}

.kingsence-custom-info p {
    font-size: 1rem;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0 0 1.25rem 0;
}

.kingsence-custom-info p:last-child {
    margin-bottom: 0;
}

.kingsence-custom-link {
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
    transition: all 0.2s ease;
}

.kingsence-custom-link:hover {
    color: #4a4a4a;
    border-bottom-color: #4a4a4a;
}

.kingsence-custom-final {
    font-style: italic;
    color: #4a4a4a;
    padding: 1.5rem 0 0 0;
    margin-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

/* ===== КОНТАКТНЫЙ БЛОК ===== */
.kingsence-custom-contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 2rem 0 3rem 0;
}

@media (max-width: 768px) {
    .kingsence-custom-contact {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
}

.kingsence-custom-contact-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #1a1a1a;
    background: #ffffff;
    transition: all 0.2s ease;
}

.kingsence-custom-contact-item:hover {
    background: #f8f8f8;
    border-color: #0a0a0a;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
}

.kingsence-custom-contact-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
}

.kingsence-custom-contact-text {
    font-size: 0.9375rem;
    color: #1a1a1a;
}

/* ===== АКЦЕНТЫ ДЛЯ ЗАГОЛОВКОВ ===== */
.kingsence-custom-tailoring .kingsence-section-title {
    margin-top: 2.5rem;
}

.kingsence-custom-tailoring .kingsence-section-title:first-of-type {
    margin-top: 1.5rem;
}