.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-16bbcdc:#0B1E3D;--e-global-color-618a84a:#C8102E;--e-global-color-75fa22f:#1A202C;--e-global-color-fcdf4bf:#5A657A;--e-global-color-0814267:#F5F6F8;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Noto Sans Anatolian Hieroglyphs", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* === VELLEZ GLOBAL STYLES === */
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700;800;900&family=Noto+Sans:wght@300;400;500;600&display=swap');

:root {
  --navy: #0B1E3D;
  --navy-mid: #142850;
  --navy-light: #1E3A6E;
  --red: #C8102E;
  --red-hover: #A50D25;
  --white: #FFFFFF;
  --off-white: #F5F6F8;
  --gray-100: #EEF0F4;
  --gray-200: #D8DCE6;
  --gray-400: #8E97AD;
  --gray-600: #4A5568;
  --text-main: #1A202C;
  --text-muted: #5A657A;
  --font-head: 'Exo 2', sans-serif;
  --font-body: 'Noto Sans', sans-serif;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --shadow-card: 0 2px 16px rgba(11,30,61,0.08);
  --shadow-hover: 0 8px 32px rgba(11,30,61,0.16);
  --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Прибрати заголовок сайту Hello Theme */
.site-title, .site-description { display: none !important; }

/* Базові стилі */
body { 
  font-family: var(--font-body) !important; 
  color: var(--text-main) !important;
  background: #fff !important;
  margin: 0 !important;
}
*, *::before, *::after { box-sizing: border-box; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; padding: 0; margin: 0; }

/* Контейнер — однакова ширина скрізь */
.vlz-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

/* Прибрати зайві відступи Elementor */
.elementor-section .elementor-container,
.e-con-inner { padding: 0 !important; }

.elementor-widget-html { margin: 0 !important; }

/* === КНОПКИ === */
.vlz-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--transition);
  text-decoration: none;
}
.vlz-btn-primary {
  background: var(--red);
  color: #fff !important;
  border-color: var(--red);
}
.vlz-btn-primary:hover {
  background: var(--red-hover);
  border-color: var(--red-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(200,16,46,.35);
}
.vlz-btn-outline-white {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255,255,255,.55);
}
.vlz-btn-outline-white:hover {
  background: rgba(255,255,255,.1);
  border-color: #fff;
}
.vlz-btn-outline-navy {
  background: transparent;
  color: var(--navy) !important;
  border-color: var(--gray-200);
}
.vlz-btn-outline-navy:hover {
  border-color: var(--navy);
  transform: translateY(-1px);
}
.vlz-btn-sm { font-size: 0.8rem !important; padding: 9px 18px !important; }

/* === Reveal анімація === */
.vlz-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}
.vlz-reveal.visible { opacity: 1; transform: none; }
.vlz-rd1 { transition-delay: .07s; }
.vlz-rd2 { transition-delay: .14s; }
.vlz-rd3 { transition-delay: .21s; }
.vlz-rd4 { transition-delay: .28s; }


/* ════════════════════════════════════════
   VELLEZ — БЛОК КАТЕГОРІЙ (Шорткод)
════════════════════════════════════════ */

.vlz-catalog-section {
  padding: 96px 0;
  background: #F5F6F8;
}

/* Header */
.vlz-cat-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.vlz-cat-title-main {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #0B1E3D;
  line-height: 1.15;
  margin-top: 12px;
}

/* Сітка */
.vlz-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Картка */
.vlz-cat-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #D8DCE6;
  box-shadow: 0 2px 16px rgba(11,30,61,.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.vlz-cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(11,30,61,.16);
  border-color: rgba(200,16,46,.3);
}

/* Зображення */
.vlz-cat-img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: linear-gradient(135deg, #EEF0F4, #D8DCE6);
}
.vlz-cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  display: block;
}
.vlz-cat-card:hover .vlz-cat-img img {
  transform: scale(1.06);
}
.vlz-cat-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B8BECC;
}

/* Бейджі */
.vlz-cat-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: 'Exo 2', sans-serif;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 3px;
  color: #fff;
  z-index: 2;
}
.vlz-badge-best     { background: #0B1E3D; }
.vlz-badge-new      { background: #C8102E; }
.vlz-badge-popular  { background: #B45309; }

/* Тіло картки */
.vlz-cat-body {
  padding: 22px 22px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vlz-cat-sub {
  font-family: 'Exo 2', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C8102E;
}
.vlz-cat-name {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: #0B1E3D;
  line-height: 1.25;
  margin: 0;
}
.vlz-cat-desc {
  font-family: 'Noto Sans', sans-serif;
  font-size: .82rem;
  line-height: 1.65;
  color: #5A657A;
  margin: 6px 0 0;
  flex: 1;
}

/* Футер картки */
.vlz-cat-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px 20px;
  border-top: 1px solid #EEF0F4;
  gap: 12px;
}
.vlz-cat-count {
  font-family: 'Exo 2', sans-serif;
  font-size: .8rem;
  color: #8E97AD;
}
.vlz-cat-count strong {
  color: #0B1E3D;
  font-weight: 700;
}
.vlz-cat-link {
  font-family: 'Exo 2', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  color: #C8102E;
}

/* Порожній стан */
.vlz-cat-empty {
  text-align: center;
  padding: 48px;
  color: #5A657A;
  background: #F5F6F8;
  border-radius: 12px;
}

/* Адаптив */
@media (max-width: 1100px) {
  .vlz-cat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .vlz-cat-grid { grid-template-columns: 1fr; }
  .vlz-catalog-section { padding: 64px 0; }
  .vlz-cat-head { flex-direction: column; align-items: flex-start; }
}

/* ════════════════════════════════════════
   VELLEZ — СТОРІНКА НОВИН
════════════════════════════════════════ */

.vlz-news-body {
  padding: 40px 0 80px;
  background: #F5F6F8;
}

/* === FEATURED CARD === */
.vlz-featured-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border: 1px solid #D8DCE6;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(11,30,61,.08);
  overflow: hidden;
  margin-bottom: 32px;
  text-decoration: none;
  transition: box-shadow .25s, transform .25s;
}
.vlz-featured-card:hover {
  box-shadow: 0 12px 36px rgba(11,30,61,.14);
  transform: translateY(-4px);
}

.vlz-featured-img {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  background: linear-gradient(135deg, #EEF0F4, #D8DCE6);
}
.vlz-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.vlz-featured-card:hover .vlz-featured-img img {
  transform: scale(1.04);
}
.vlz-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(11,30,61,.2), transparent);
}
.vlz-featured-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: 'Exo 2', sans-serif;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: #C8102E;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
}

.vlz-featured-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.vlz-fnews-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.vlz-fnews-tag {
  font-family: 'Exo 2', sans-serif;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 3px;
}
.vlz-fnews-date {
  font-family: 'Exo 2', sans-serif;
  font-size: .74rem;
  color: #8E97AD;
  display: flex;
  align-items: center;
  gap: 5px;
}
.vlz-featured-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  color: #0B1E3D;
  line-height: 1.2;
  margin: 0 0 12px;
}
.vlz-featured-card:hover .vlz-featured-title {
  color: #C8102E;
}
.vlz-featured-excerpt {
  font-family: 'Noto Sans', sans-serif;
  font-size: .86rem;
  line-height: 1.7;
  color: #5A657A;
  flex: 1;
  margin-bottom: 22px;
}
.vlz-read-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: .8rem;
  color: #0B1E3D;
  transition: color .25s, gap .25s;
}
.vlz-featured-card:hover .vlz-read-link {
  color: #C8102E;
  gap: 10px;
}

/* === MONTH DIVIDER === */
.vlz-month-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.vlz-month-label {
  font-family: 'Exo 2', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8E97AD;
  white-space: nowrap;
}
.vlz-month-line {
  flex: 1;
  height: 1px;
  background: #D8DCE6;
}

/* === GRID === */
.vlz-news-grid-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}

.vlz-grid-card {
  background: #fff;
  border: 1px solid #D8DCE6;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(11,30,61,.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.vlz-grid-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(11,30,61,.14);
  border-color: rgba(200,16,46,.3);
}
.vlz-gc-img {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: linear-gradient(135deg, #EEF0F4, #D8DCE6);
}
.vlz-gc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.vlz-grid-card:hover .vlz-gc-img img {
  transform: scale(1.05);
}
.vlz-news-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B8BECC;
}
.vlz-large-placeholder { min-height: 280px; }

.vlz-gc-body {
  padding: 18px 18px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.vlz-gc-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.vlz-gc-date {
  font-family: 'Exo 2', sans-serif;
  font-size: .7rem;
  color: #8E97AD;
}
.vlz-gc-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: .95rem;
  color: #0B1E3D;
  line-height: 1.3;
  margin: 0 0 8px;
}
.vlz-grid-card:hover .vlz-gc-title { color: #C8102E; }
.vlz-gc-excerpt {
  font-family: 'Noto Sans', sans-serif;
  font-size: .8rem;
  line-height: 1.6;
  color: #5A657A;
  flex: 1;
  margin: 0 0 12px;
}
.vlz-gc-read {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Exo 2', sans-serif;
  font-size: .74rem;
  font-weight: 700;
  color: #0B1E3D;
  transition: color .25s, gap .25s;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #EEF0F4;
}
.vlz-grid-card:hover .vlz-gc-read { color: #C8102E; gap: 8px; }

/* === PAGINATION === */
.vlz-pagination {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.vlz-pagination ul.page-numbers,
.vlz-pagination .page-numbers {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
}
.vlz-pagination li { list-style: none; }
.vlz-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 4px;
  font-family: 'Exo 2', sans-serif;
  font-size: .85rem;
  font-weight: 700;
  border: 1px solid #D8DCE6;
  background: #fff;
  color: #5A657A;
  text-decoration: none;
  transition: all .25s;
}
.vlz-pagination a.page-numbers:hover {
  border-color: #0B1E3D;
  color: #0B1E3D;
}
.vlz-pagination .page-numbers.current {
  background: #0B1E3D;
  color: #fff;
  border-color: #0B1E3D;
}
.vlz-pagination .page-numbers.dots {
  border: none;
  background: transparent;
}

.vlz-news-empty {
  text-align: center;
  padding: 60px;
  color: #5A657A;
  font-family: 'Noto Sans', sans-serif;
  background: #fff;
  border-radius: 12px;
}

/* Адаптив */
@media (max-width: 900px) {
  .vlz-featured-card { grid-template-columns: 1fr; }
  .vlz-news-grid-page { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .vlz-news-grid-page { grid-template-columns: 1fr; }
  .vlz-featured-body { padding: 24px; }
  .vlz-featured-title { font-size: 1.2rem; }
}

/* ════════════════════════════════════════
   VELLEZ — ПОПАП НОВИН
════════════════════════════════════════ */

.vlz-news-trigger { cursor: pointer; }

.vlz-news-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  opacity: 0;
  transition: opacity .3s ease;
}
.vlz-news-modal.open {
  display: block;
  opacity: 1;
}

.vlz-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 30, 61, .75);
  backdrop-filter: blur(4px);
}

.vlz-modal-wrapper {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  overflow-y: auto;
}

.vlz-modal-content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  max-width: 820px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 80px rgba(0,0,0,.4);
  transform: scale(.95);
  transition: transform .3s ease;
}
.vlz-news-modal.open .vlz-modal-content {
  transform: scale(1);
}

.vlz-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F5F6F8;
  border: 1px solid #D8DCE6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #5A657A;
  transition: all .2s;
  z-index: 10;
}
.vlz-modal-close:hover {
  background: #C8102E;
  color: #fff;
  border-color: #C8102E;
  transform: rotate(90deg);
}

.vlz-modal-body {
  padding: 0;
}

/* Зображення в попапі */
.vlz-modal-img {
  width: 100%;
  height: 360px;
  background: linear-gradient(135deg, #EEF0F4, #D8DCE6);
  overflow: hidden;
  position: relative;
}
.vlz-modal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vlz-modal-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #B8BECC;
}

/* Контент */
.vlz-modal-text {
  padding: 32px 40px 40px;
}
.vlz-modal-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.vlz-modal-tag {
  font-family: 'Exo 2', sans-serif;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
}
.vlz-modal-date {
  font-family: 'Exo 2', sans-serif;
  font-size: .8rem;
  color: #8E97AD;
}
.vlz-modal-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  font-size: 1.7rem;
  color: #0B1E3D;
  line-height: 1.2;
  margin: 0 0 20px;
}
.vlz-modal-content-text {
  font-family: 'Noto Sans', sans-serif;
  font-size: .95rem;
  line-height: 1.75;
  color: #1A202C;
}
.vlz-modal-content-text p { margin-bottom: 14px; }
.vlz-modal-content-text ul,
.vlz-modal-content-text ol { margin-bottom: 14px; padding-left: 24px; }
.vlz-modal-content-text li { margin-bottom: 6px; list-style: disc; color: #5A657A; }
.vlz-modal-content-text strong { color: #0B1E3D; font-weight: 700; }
.vlz-modal-content-text h2,
.vlz-modal-content-text h3,
.vlz-modal-content-text h4 {
  font-family: 'Exo 2', sans-serif;
  color: #0B1E3D;
  margin: 24px 0 12px;
}

body.vlz-modal-open { overflow: hidden; }

/* Адаптив */
@media (max-width: 768px) {
  .vlz-modal-wrapper { padding: 20px 12px; }
  .vlz-modal-img { height: 220px; }
  .vlz-modal-text { padding: 24px; }
  .vlz-modal-title { font-size: 1.3rem; }
}

/* ════════════════════════════════════════
   VELLEZ — Місячні дивайдери та list-rows
════════════════════════════════════════ */

.vlz-news-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  width: 100%;
}

.vlz-nl-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #D8DCE6;
  border-radius: 12px;
  text-decoration: none;
  transition: all .25s;
  box-shadow: 0 1px 6px rgba(11,30,61,.05);
}
.vlz-nl-row:hover {
  border-color: rgba(200,16,46,.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(11,30,61,.1);
}
.vlz-nl-row:hover .vlz-nl-arrow {
  color: #C8102E;
  transform: translateX(3px);
}

.vlz-nl-tag {
  font-family: 'Exo 2', sans-serif;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
  flex-shrink: 0;
  white-space: nowrap;
}

.vlz-nl-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  color: #0B1E3D;
  flex: 1;
  line-height: 1.4;
}

.vlz-nl-date {
  font-family: 'Exo 2', sans-serif;
  font-size: .75rem;
  color: #8E97AD;
  flex-shrink: 0;
  white-space: nowrap;
}

.vlz-nl-arrow {
  color: #B8BECC;
  transition: color .25s, transform .25s;
  flex-shrink: 0;
}

/* Адаптив list-rows */
@media (max-width: 768px) {
  .vlz-nl-row {
    flex-wrap: wrap;
    gap: 10px;
  }
  .vlz-nl-title {
    flex-basis: 100%;
    order: 2;
  }
  .vlz-nl-tag { order: 1; }
  .vlz-nl-date { order: 3; }
  .vlz-nl-arrow { order: 4; margin-left: auto; }
}

/* ════════════════════════════════════════
   VELLEZ — БЛОК НОВИН НА ГОЛОВНІЙ (виправлено)
════════════════════════════════════════ */

/* Сама секція — повна ширина без обмежень */
.vlz-home-news-section {
  width: 100% !important;
  max-width: 100% !important;
  padding: 96px 0 !important;
  background: #fff !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* vlz-wrap всередині секції — центрування з max-width */
.vlz-home-news-section .vlz-wrap,
.vlz-home-news-section > .vlz-wrap,
section.vlz-home-news-section .vlz-wrap {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(16px, 4vw, 48px) !important;
  padding-right: clamp(16px, 4vw, 48px) !important;
  box-sizing: border-box !important;
  float: none !important;
  position: relative !important;
}

.vlz-home-news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.vlz-home-news-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #0B1E3D;
  line-height: 1.15;
  margin-top: 12px;
}

.vlz-home-news-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.vlz-home-news-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.vlz-home-card {
  background: #fff;
  border: 1px solid #D8DCE6;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(11,30,61,.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.vlz-home-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(11,30,61,.16);
  border-color: rgba(200,16,46,.3);
}

.vlz-home-card--large { height: 100%; }

.vlz-home-card--small {
  flex-direction: row;
  flex: 1;
  min-height: 0;
}

.vlz-home-card-img {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: linear-gradient(135deg, #EEF0F4, #D8DCE6);
}
.vlz-home-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  display: block;
}
.vlz-home-card:hover .vlz-home-card-img img {
  transform: scale(1.05);
}

.vlz-home-img-small {
  width: 140px;
  height: auto;
  aspect-ratio: auto;
  flex-shrink: 0;
}

.vlz-home-placeholder {
  width: 100%;
  height: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B8BECC;
}

.vlz-home-card-body {
  padding: 24px 24px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vlz-home-body-small {
  padding: 14px 18px;
  gap: 6px;
  justify-content: center;
}

.vlz-home-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vlz-home-tag {
  font-family: 'Exo 2', sans-serif;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
}

.vlz-home-date {
  font-family: 'Exo 2', sans-serif;
  font-size: .7rem;
  font-weight: 600;
  color: #8E97AD;
}

.vlz-home-card-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  color: #0B1E3D;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.25;
  transition: color .25s;
}
.vlz-home-card:hover .vlz-home-card-title { color: #C8102E; }

.vlz-home-title-small {
  font-size: .85rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vlz-home-card-excerpt {
  font-family: 'Noto Sans', sans-serif;
  font-size: .88rem;
  line-height: 1.65;
  color: #5A657A;
  margin: 4px 0 0;
  flex: 1;
}

.vlz-home-read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Exo 2', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  color: #C8102E;
  margin-top: 8px;
  transition: gap .25s;
}
.vlz-home-card:hover .vlz-home-read { gap: 10px; }

.vlz-home-read-small {
  font-size: .72rem;
  margin-top: 2px;
}

.vlz-home-news-empty {
  text-align: center;
  padding: 48px;
  color: #5A657A;
  font-family: 'Noto Sans', sans-serif;
  background: #F5F6F8;
  border-radius: 12px;
}

@media (max-width: 1000px) {
  .vlz-home-news-grid { grid-template-columns: 1fr; }
  .vlz-home-card--small { flex-direction: row; }
  .vlz-home-img-small { width: 140px; }
}
@media (max-width: 600px) {
  .vlz-home-news-section { padding: 64px 0; }
  .vlz-home-news-head { flex-direction: column; align-items: flex-start; }
  .vlz-home-card--small { flex-direction: column; }
  .vlz-home-img-small { width: 100%; aspect-ratio: 16/9; }
}

/* ════════════════════════════════════════
   VELLEZ — СТОРІНКА КАТАЛОГУ
════════════════════════════════════════ */

.vlz-catalog-section {
  padding: 64px 0 96px;
  background: #F5F6F8;
}

.vlz-catalog-section .vlz-wrap {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: clamp(16px, 4vw, 48px) !important;
  padding-right: clamp(16px, 4vw, 48px) !important;
  box-sizing: border-box !important;
}

/* Header секції */
.vlz-cat-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.vlz-cat-title-main {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #0B1E3D;
  line-height: 1.15;
  margin-top: 12px;
}
.vlz-cat-counter {
  font-family: 'Exo 2', sans-serif;
  font-size: .8rem;
  color: #8E97AD;
}
.vlz-cat-counter strong {
  color: #0B1E3D;
  font-weight: 700;
}

/* Сітка категорій каталогу — 3 в ряд */
.vlz-catalog-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Картка категорії — більше за домашню */
.vlz-catalog-cat-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #D8DCE6;
  box-shadow: 0 2px 16px rgba(11,30,61,.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.vlz-catalog-cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(11,30,61,.16);
  border-color: rgba(200,16,46,.3);
}

.vlz-catalog-cat-img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: linear-gradient(135deg, #EEF0F4, #D8DCE6);
}
.vlz-catalog-cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  display: block;
}
.vlz-catalog-cat-card:hover .vlz-catalog-cat-img img {
  transform: scale(1.06);
}
.vlz-catalog-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B8BECC;
}

.vlz-catalog-cat-body {
  padding: 24px 24px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vlz-catalog-cat-sub {
  font-family: 'Exo 2', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C8102E;
  margin-bottom: 8px;
}
.vlz-catalog-cat-name {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: #0B1E3D;
  line-height: 1.25;
  margin: 0 0 12px;
  transition: color .25s;
}
.vlz-catalog-cat-card:hover .vlz-catalog-cat-name {
  color: #C8102E;
}
.vlz-catalog-cat-desc {
  font-family: 'Noto Sans', sans-serif;
  font-size: .85rem;
  line-height: 1.65;
  color: #5A657A;
  margin: 0 0 18px;
  flex: 1;
}

.vlz-catalog-cat-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #EEF0F4;
  gap: 12px;
}
.vlz-catalog-cat-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Exo 2', sans-serif;
  font-size: .8rem;
  color: #8E97AD;
}
.vlz-catalog-cat-count strong {
  color: #0B1E3D;
  font-weight: 700;
}
.vlz-catalog-cat-link {
  font-family: 'Exo 2', sans-serif;
  font-size: .85rem;
  font-weight: 700;
  color: #C8102E;
  transition: gap .25s;
}
.vlz-catalog-cat-card:hover .vlz-catalog-cat-link {
  letter-spacing: .04em;
}

/* Адаптив */
@media (max-width: 1000px) {
  .vlz-catalog-cat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .vlz-catalog-cat-grid { grid-template-columns: 1fr; }
  .vlz-catalog-section { padding: 48px 0 64px; }
  .vlz-cat-head { flex-direction: column; align-items: flex-start; }
}

/* ════════════════════════════════════════
   VELLEZ — БЛОК КОМПЛЕКТУЮЧИХ (parts)
════════════════════════════════════════ */

.vlz-catalog-parts-section {
  padding: 64px 0;
  background: #fff;
}

.vlz-catalog-parts-section .vlz-wrap {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: clamp(16px, 4vw, 48px) !important;
  padding-right: clamp(16px, 4vw, 48px) !important;
  box-sizing: border-box !important;
}

/* Header */
.vlz-parts-head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.vlz-parts-title-wrap {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex: 1;
  flex-wrap: wrap;
}
.vlz-parts-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  color: #0B1E3D;
  margin: 0;
}
.vlz-parts-meta {
  font-family: 'Exo 2', sans-serif;
  font-size: .82rem;
  color: #8E97AD;
}
.vlz-parts-meta strong {
  color: #0B1E3D;
  font-weight: 700;
}
.vlz-parts-dot {
  margin: 0 4px;
  color: #B8BECC;
}

/* Сітка 3 в ряд */
.vlz-parts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* Картка */
.vlz-part-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #D8DCE6;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(11,30,61,.05);
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.vlz-part-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(11,30,61,.12);
  border-color: rgba(200,16,46,.3);
}
.vlz-part-card:hover .vlz-part-arrow {
  color: #C8102E;
  transform: translateX(4px);
}
.vlz-part-card:hover .vlz-part-icon {
  background: rgba(200,16,46,.1);
  color: #C8102E;
}

/* Іконка */
.vlz-part-icon {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #EEF0F4;
  color: #0B1E3D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .25s, color .25s;
}

/* Тіло */
.vlz-part-body {
  flex: 1;
  min-width: 0;
}
.vlz-part-name {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: .95rem;
  color: #0B1E3D;
  line-height: 1.25;
  margin: 0 0 4px;
}
.vlz-part-count {
  font-family: 'Exo 2', sans-serif;
  font-size: .78rem;
  color: #8E97AD;
}

/* Стрілка */
.vlz-part-arrow {
  color: #B8BECC;
  flex-shrink: 0;
  transition: color .25s, transform .25s;
}

/* Адаптив */
@media (max-width: 1000px) {
  .vlz-parts-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .vlz-parts-grid { grid-template-columns: 1fr; }
  .vlz-catalog-parts-section { padding: 48px 0; }
}

/* ════════════════════════════════════════
   VELLEZ — СІТКА ТОВАРІВ КАТЕГОРІЇ
════════════════════════════════════════ */

.vlz-products-section {
  padding: 56px 0 80px;
  background: #F5F6F8;
}

.vlz-products-section .vlz-wrap {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: clamp(16px, 4vw, 48px) !important;
  padding-right: clamp(16px, 4vw, 48px) !important;
  box-sizing: border-box !important;
}

/* Toolbar */
.vlz-products-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #D8DCE6;
  border-radius: 10px;
  margin-bottom: 24px;
  box-shadow: 0 1px 6px rgba(11,30,61,.05);
}
.vlz-products-count {
  font-family: 'Exo 2', sans-serif;
  font-size: .88rem;
  color: #5A657A;
}
.vlz-products-count strong {
  color: #0B1E3D;
  font-weight: 700;
}

/* Сітка 3 в ряд */
.vlz-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

/* Картка товару */
.vlz-product-card {
  background: #fff;
  border: 1px solid #D8DCE6;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(11,30,61,.06);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.vlz-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(11,30,61,.14);
  border-color: rgba(200,16,46,.3);
}

/* Зображення */
.vlz-product-img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: linear-gradient(135deg, #EEF0F4, #D8DCE6);
}
.vlz-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.vlz-product-card:hover .vlz-product-img img {
  transform: scale(1.05);
}
.vlz-product-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B8BECC;
}

/* Тіло картки */
.vlz-product-body {
  padding: 18px 20px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Артикул */
.vlz-product-article {
  font-family: 'Exo 2', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C8102E;
  margin-bottom: 6px;
}

/* Назва */
.vlz-product-name {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #0B1E3D;
  line-height: 1.3;
  margin: 0 0 14px;
  transition: color .25s;
}
.vlz-product-card:hover .vlz-product-name {
  color: #C8102E;
}

/* Характеристики */
.vlz-product-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid #EEF0F4;
  padding-top: 14px;
  flex: 1;
}
.vlz-product-specs li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  font-family: 'Noto Sans', sans-serif;
  font-size: .82rem;
}
.vlz-spec-label {
  color: #8E97AD;
  flex-shrink: 0;
}
.vlz-spec-value {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #0B1E3D;
  text-align: right;
}

/* IP як бейдж */
.vlz-spec-badge {
  display: inline-block;
  padding: 2px 8px;
  background: rgba(26,122,74,.08);
  color: #1A7A4A;
  border-radius: 3px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
}

/* Матеріал — менший шрифт */
.vlz-spec-material {
  font-size: .75rem;
  font-weight: 600;
  max-width: 60%;
  line-height: 1.3;
}

/* Footer картки */
.vlz-product-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 12px;
  border-top: 1px solid #EEF0F4;
}
.vlz-product-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Exo 2', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  color: #0B1E3D;
  transition: color .25s, gap .25s;
}
.vlz-product-card:hover .vlz-product-link {
  color: #C8102E;
  gap: 8px;
}

/* Empty state */
.vlz-products-empty {
  text-align: center;
  padding: 60px 24px;
  background: #fff;
  border: 1px solid #D8DCE6;
  border-radius: 12px;
  color: #5A657A;
  font-family: 'Noto Sans', sans-serif;
}
.vlz-products-empty code {
  background: #EEF0F4;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: .85rem;
  color: #0B1E3D;
}

/* Адаптив */
@media (max-width: 1000px) {
  .vlz-products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .vlz-products-grid { grid-template-columns: 1fr; }
  .vlz-products-section { padding: 40px 0 64px; }
}

/* ════════════════════════════════════════
   VELLEZ — СТОРІНКА ТОВАРУ
════════════════════════════════════════ */

/* === HERO ТОВАРУ === */
.vlz-product-hero {
  padding: 28px 0 56px;
  background: #fff;
}

.vlz-product-hero-grid {
  display: grid;
  /* minmax(0, 1fr) не дає довгому тексту чи таблицям вилазити за межі блоку */
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.vlz-product-gallery, .vlz-product-info {
  min-width: 0;
}

@media (max-width: 900px) {
  .vlz-product-hero {
    padding: 20px 0 12px; /* Компактний відступ на телефонах */
  }
}

/* === ГАЛЕРЕЯ === */
.vlz-product-gallery {
  position: sticky;
  top: 100px;
}

.vlz-cert-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vlz-cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 4px;
  font-family: 'Exo 2', sans-serif;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.vlz-cert-badge-certified {
  background: #1A7A4A;
  color: #fff;
}
.vlz-cert-badge-iso {
  background: rgba(11,30,61,.95);
  color: #fff;
  align-self: flex-start;
}

.vlz-product-main-img {
  position: relative;
  aspect-ratio: 1/1;
  border: 1px solid #D8DCE6;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #F5F6F8, #EEF0F4);
  margin-bottom: 16px;
}
.vlz-product-main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 32px;
}
.vlz-product-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B8BECC;
}

.vlz-product-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.vlz-product-thumb {
  aspect-ratio: 1/1;
  background-color: #fff !important;
  background-image: none !important;
  border: 2px solid #D8DCE6 !important;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
  transition: border-color .2s;
}
.vlz-product-thumb:hover {
  border: 2px solid #8E97AD !important;
}
.vlz-product-thumb.active {
  border: 2px solid #C8102E !important;
  box-shadow: none !important;
}
.vlz-product-thumb:focus,
.vlz-product-thumb:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.vlz-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

/* === Кнопка "на весь екран" === */
.vlz-product-main-img { cursor: zoom-in; }
.vlz-expand-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11,30,61,.85) !important;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
  transition: background .2s;
}
.vlz-expand-btn:hover { background: #0B1E3D !important; }

/* === Lightbox === */
.vlz-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10,12,18,.96) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
}
.vlz-lightbox.is-open { opacity: 1; visibility: visible; }
.vlz-lightbox-stage { max-width: 90vw; max-height: 85vh; display: flex; align-items: center; justify-content: center; }
.vlz-lightbox-stage img { max-width: 90vw; max-height: 85vh; object-fit: contain; user-select: none; }
.vlz-lightbox-close,
.vlz-lightbox-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background .2s;
}
.vlz-lightbox-close:hover, .vlz-lightbox-arrow:hover { background: rgba(255,255,255,.2); }
.vlz-lightbox-close { top: 20px; right: 24px; width: 44px; height: 44px; }
.vlz-lightbox-arrow { top: 50%; transform: translateY(-50%); width: 52px; height: 52px; }
.vlz-lightbox-prev { left: 20px; }
.vlz-lightbox-next { right: 20px; }
.vlz-lightbox-counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-size: .85rem;
  background: rgba(255,255,255,.1);
  padding: 6px 14px;
  border-radius: 20px;
}
@media (max-width: 640px) {
  .vlz-lightbox-arrow { width: 42px; height: 42px; }
  .vlz-lightbox-prev { left: 8px; }
  .vlz-lightbox-next { right: 8px; }
}

/* === ІНФО ТОВАРУ === */
.vlz-product-info {
  padding: 8px 0;
}

.vlz-product-article-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.vlz-info-label {
  font-family: 'Exo 2', sans-serif;
  font-size: .75rem;
  color: #8E97AD;
}
.vlz-info-article {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: .8rem;
  color: #C8102E;
  letter-spacing: .04em;
  padding: 3px 10px;
  background: rgba(200,16,46,.08);
  border-radius: 3px;
}

.vlz-product-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #0B1E3D;
  line-height: 1.2;
  margin: 0 0 14px;
}

.vlz-product-excerpt {
  font-family: 'Noto Sans', sans-serif;
  font-size: .92rem;
  line-height: 1.65;
  color: #5A657A;
  margin: 0 0 24px;
}

/* Швидкі характеристики */
.vlz-product-quick-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 24px;
  padding: 16px;
  background: #F5F6F8;
  border-radius: 10px;
}
.vlz-qspec {
  text-align: center;
}
.vlz-qspec-label {
  font-family: 'Exo 2', sans-serif;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8E97AD;
  margin-bottom: 4px;
}
.vlz-qspec-value {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: .95rem;
  color: #0B1E3D;
}

/* === ЦІНА === */
.vlz-product-price-block {
  background: linear-gradient(135deg, #fff, #F5F6F8);
  border: 1px solid #D8DCE6;
  border-left: 4px solid #C8102E;
  border-radius: 12px;
  padding: 22px 26px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 2px 12px rgba(11,30,61,.06);
}
.vlz-price-left {
  flex: 1;
}
.vlz-product-price-label {
  font-family: 'Exo 2', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8E97AD;
  margin-bottom: 6px;
}
.vlz-product-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.vlz-product-price {
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  color: #C8102E;
  line-height: 1;
}
.vlz-product-price-cur {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #5A657A;
}
.vlz-product-price-note {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Noto Sans', sans-serif;
  font-size: .76rem;
  color: #1A7A4A;
  margin-top: 8px;
}
.vlz-product-price-note svg {
  color: #1A7A4A;
}
.vlz-price-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(200,16,46,.08);
  color: #C8102E;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Ціна за запитом */
.vlz-price-on-request {
  border-left-color: #0B1E3D;
}
.vlz-product-price-on-request-text {
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  color: #0B1E3D;
  line-height: 1;
}
.vlz-price-on-request .vlz-price-icon {
  background: rgba(11,30,61,.08);
  color: #0B1E3D;
}

/* Кнопки */
.vlz-product-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

/* Контакти продавця */
.vlz-product-contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid #EEF0F4;
}
.vlz-pci-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Noto Sans', sans-serif;
  font-size: .85rem;
  color: #5A657A;
}
.vlz-pci-item svg {
  color: #1A7A4A;
  flex-shrink: 0;
  background: rgba(26,122,74,.1);
  border-radius: 50%;
  padding: 3px;
  box-sizing: content-box;
}

/* === TABS === */
.vlz-product-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #E5E8EF;
  margin-bottom: 32px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background: transparent !important;
}
.vlz-product-tabs::-webkit-scrollbar {
  display: none;
}

.vlz-tab-btn {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 14px 28px !important;
  font-family: 'Exo 2', sans-serif !important;
  font-weight: 700 !important;
  font-size: .92rem !important;
  color: #8E97AD !important;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  transition: color .2s;
  margin: 0 !important;
  outline: none !important;
}

.vlz-tab-btn:hover {
  color: #0B1E3D !important;
  background: transparent !important;
  background-color: transparent !important;
}

.vlz-tab-btn:focus {
  background: transparent !important;
  background-color: transparent !important;
  outline: none !important;
}

.vlz-tab-btn.active {
  color: #C8102E !important;
  background: transparent !important;
  background-color: transparent !important;
}

.vlz-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #C8102E !important;
}

.vlz-tab-panel {
  display: none;
}
.vlz-tab-panel.active {
  display: block;
}

.vlz-tab-content {
  background: #fff;
  border: 1px solid #D8DCE6;
  border-radius: 12px;
  padding: 32px;
  font-family: 'Noto Sans', sans-serif;
  font-size: .92rem;
  line-height: 1.7;
  color: #1A202C;
}
.vlz-tab-content p { margin-bottom: 14px; }
.vlz-tab-content ul, .vlz-tab-content ol {
  padding-left: 24px;
  margin-bottom: 14px;
}
.vlz-tab-content li {
  list-style: disc;
  margin-bottom: 6px;
}

/* Таблиця характеристик */
.vlz-specs-table {
  width: 100%;
  border-collapse: collapse;
}
.vlz-specs-table tr {
  border-bottom: 1px solid #EEF0F4;
}
.vlz-specs-table tr:last-child { border-bottom: none; }
.vlz-specs-table td {
  padding: 14px 16px;
  font-family: 'Noto Sans', sans-serif;
  font-size: .9rem;
}
.vlz-spec-name {
  width: 40%;
  color: #5A657A;
}
.vlz-spec-val {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #0B1E3D;
}

/* Сертифікати */
.vlz-certs-intro {
  margin-bottom: 20px;
  color: #5A657A;
}
.vlz-certs-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.vlz-cert-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: #F5F6F8;
  border: 1px solid #D8DCE6;
  border-radius: 10px;
  text-decoration: none;
  transition: all .25s;
}
.vlz-cert-card:hover {
  background: #fff;
  border-color: rgba(26,122,74,.4);
  transform: translateY(-2px);
}
.vlz-cert-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(26,122,74,.1);
  color: #1A7A4A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vlz-cert-card-name {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: .9rem;
  color: #0B1E3D;
}
.vlz-cert-card-link {
  font-family: 'Exo 2', sans-serif;
  font-size: .72rem;
  color: #1A7A4A;
  margin-top: 4px;
}

/* Документи */
.vlz-docs-intro {
  margin-bottom: 20px;
  color: #5A657A;
}
.vlz-docs-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vlz-doc-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: #F5F6F8;
  border: 1px solid #D8DCE6;
  border-radius: 10px;
  text-decoration: none;
  transition: all .25s;
}
.vlz-doc-item:hover {
  background: #fff;
  border-color: rgba(200,16,46,.3);
  transform: translateX(4px);
}
.vlz-doc-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(200,16,46,.08);
  color: #C8102E;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vlz-doc-name {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: .92rem;
  color: #0B1E3D;
}
.vlz-doc-meta {
  font-family: 'Noto Sans', sans-serif;
  font-size: .78rem;
  color: #8E97AD;
  margin-top: 2px;
}

/* === СХОЖІ ТОВАРИ === */
.vlz-related-section {
  padding: 64px 0;
  background: #fff;
}
.vlz-related-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  color: #0B1E3D;
  margin: 0 0 24px;
}
.vlz-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.vlz-related-card {
  background: #fff;
  border: 1px solid #D8DCE6;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  transition: all .25s;
}
.vlz-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(11,30,61,.12);
  border-color: rgba(200,16,46,.3);
}
.vlz-related-img {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #F5F6F8, #EEF0F4);
  overflow: hidden;
}
.vlz-related-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.vlz-related-body { padding: 14px 16px; }
.vlz-related-article {
  font-family: 'Exo 2', sans-serif;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C8102E;
  margin-bottom: 4px;
}
.vlz-related-name {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: .88rem;
  color: #0B1E3D;
  line-height: 1.3;
  margin-bottom: 8px;
}
.vlz-related-specs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.vlz-related-specs span {
  font-family: 'Exo 2', sans-serif;
  font-size: .7rem;
  padding: 2px 8px;
  background: #F5F6F8;
  border-radius: 3px;
  color: #5A657A;
}

/* === АДАПТИВ === */
@media (max-width: 900px) {
  .vlz-product-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .vlz-product-gallery { 
    position: relative; 
    top: 0; /* Скидаємо відступ 100px, щоб галерея не наїжджала на текст */
  }
  .vlz-product-quick-specs { grid-template-columns: repeat(2, 1fr); }
  .vlz-certs-list { grid-template-columns: 1fr; }
  .vlz-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .vlz-product-thumbs { grid-template-columns: repeat(4, 1fr); }
  .vlz-tab-content { padding: 20px; }
  .vlz-specs-table td { padding: 10px 12px; font-size: .85rem; }
  .vlz-related-grid { grid-template-columns: 1fr; }
}

/* === ХАРАКТЕРИСТИКИ ПО СЕКЦІЯХ === */
.vlz-tab-content-specs {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

.vlz-specs-group {
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #D8DCE6;
  background: #fff;
}
.vlz-specs-group:last-child {
  margin-bottom: 0;
}

/* Темний заголовок секції */
.vlz-specs-group-head {
  background: #0B1E3D;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 14px 20px;
}

/* Рядки характеристик */
.vlz-specs-rows {
  display: flex;
  flex-direction: column;
}
.vlz-specs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 20px;
  border-bottom: 1px solid #EEF0F4;
}
.vlz-specs-row:last-child {
  border-bottom: none;
}
.vlz-specs-row:nth-child(even) {
  background: #FAFBFC;
}
.vlz-specs-row-name {
  font-family: 'Noto Sans', sans-serif;
  font-size: .88rem;
  color: #5A657A;
}
.vlz-specs-row-val {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  color: #0B1E3D;
  text-align: right;
}

/* IP бейдж */
.vlz-ip-badge {
  display: inline-block;
  padding: 3px 12px;
  background: rgba(26,122,74,.1);
  color: #1A7A4A;
  border-radius: 4px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: .04em;
}

/* Адаптив */
@media (max-width: 600px) {
  .vlz-specs-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .vlz-specs-row-val {
    text-align: left;
  }
}

/* ════════════════════════════════════════
   VELLEZ — BREADCRUMB (глобально)
════════════════════════════════════════ */

.vlz-breadcrumb-bar {
  background: #fff;
  border-bottom: 1px solid #EEF0F4;
  padding: 12px 0; /* Гнучкі внутрішні відступи замість фіксованої висоти */
}
.vlz-breadcrumb-bar .vlz-wrap {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: clamp(16px, 4vw, 48px) !important;
  padding-right: clamp(16px, 4vw, 48px) !important;
  box-sizing: border-box !important;
}
.vlz-breadcrumb-inner {
  display: flex;
  align-items: center;
  min-height: 24px; /* Забрали жорстку height: 44px */
}
.vlz-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Exo 2', sans-serif;
  font-size: .8rem;
  line-height: 1.5; /* Додали міжрядковий інтервал для довгих назв */
  flex-wrap: wrap;
}
.vlz-breadcrumb a {
  color: #8E97AD;
  transition: color .25s;
  text-decoration: none;
}
.vlz-breadcrumb a:hover {
  color: #0B1E3D;
}
.vlz-breadcrumb-sep {
  color: #B8BECC;
}
.vlz-breadcrumb-current {
  color: #1A202C;
  font-weight: 600;
  margin-top: 2px; /* Легке візуальне вирівнювання для багаторядкового тексту */
}

/* ════════════════════════════════════════
   VELLEZ — ПРАЙС-ТАБЛИЦЯ v2
════════════════════════════════════════ */

.vlz-pt-section {
  padding: 0 0 64px;
  background: #F5F6F8;
}

.vlz-pt-wrap {
  background: #fff;
  border: 1px solid #D8DCE6;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(11,30,61,.06);
  max-width: 100%;
}

/* === ТАБИ ЗІ СТРІЛКАМИ === */
.vlz-pt-tabs-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  background: #fff;
  border-bottom: 1px solid #EEF0F4;
}

.vlz-pt-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  flex-shrink: 0;
  background: #F5F6F8 !important;
  background-color: #F5F6F8 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #0B1E3D !important;
  cursor: pointer;
  transition: all .2s;
  z-index: 5;
  box-shadow: none !important;
  outline: none !important;
  position: relative;
}
.vlz-pt-arrow svg {
  width: 18px !important;
  height: 18px !important;
}
.vlz-pt-arrow-left {
  border-right: 1px solid #D8DCE6 !important;
  box-shadow: 6px 0 8px -4px rgba(11,30,61,.08) !important;
}
.vlz-pt-arrow-right {
  border-left: 1px solid #D8DCE6 !important;
  box-shadow: -6px 0 8px -4px rgba(11,30,61,.08) !important;
}
.vlz-pt-arrow:hover {
  background: #C8102E !important;
  background-color: #C8102E !important;
  color: #fff !important;
}
.vlz-pt-arrow.disabled {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.vlz-pt-tabs {
  display: flex;
  gap: 4px;
  padding: 16px 16px 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
}
.vlz-pt-tabs::-webkit-scrollbar {
  display: none;
}

.vlz-pt-tab {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 12px 18px !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  margin: 0 0 -1px 0 !important;
  box-shadow: none !important;
  font-family: 'Exo 2', sans-serif !important;
  font-size: .88rem !important;
  font-weight: 700 !important;
  color: #5A657A !important;
  cursor: pointer;
  white-space: nowrap;
  transition: color .25s, border-color .25s;
  outline: none !important;
  flex-shrink: 0;
}
.vlz-pt-tab:hover {
  background: transparent !important;
  background-color: transparent !important;
  color: #0B1E3D !important;
}
.vlz-pt-tab.active {
  color: #C8102E !important;
  background: transparent !important;
  background-color: transparent !important;
  border-bottom-color: #C8102E !important;
}
.vlz-pt-tab-count {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 20px;
  padding: 0 7px;
  background: #F5F6F8 !important;
  border-radius: 100px;
  font-family: 'Exo 2', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  color: #8E97AD !important;
}
.vlz-pt-tab.active .vlz-pt-tab-count {
  background: rgba(200,16,46,.1) !important;
  color: #C8102E !important;
}

/* === ПАНЕЛЬ === */
.vlz-pt-panel { display: none; }
.vlz-pt-panel.active { display: block; }

.vlz-pt-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid #EEF0F4;
  flex-wrap: wrap;
}
.vlz-pt-panel-info {
  font-family: 'Noto Sans', sans-serif;
  font-size: .85rem;
  color: #5A657A;
}
.vlz-pt-panel-info strong {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  color: #0B1E3D;
}
.vlz-pt-panel-sep { margin: 0 4px; color: #B8BECC; }
.vlz-pt-panel-cat-name {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #0B1E3D;
}

/* Пошук */
.vlz-pt-search {
  position: relative;
  display: flex;
  align-items: center;
}
.vlz-pt-search svg {
  position: absolute;
  left: 12px;
  color: #8E97AD;
  pointer-events: none;
}
.vlz-pt-search-input {
  padding: 9px 14px 9px 36px !important;
  border: 1px solid #D8DCE6 !important;
  border-radius: 8px !important;
  background: #F5F6F8 !important;
  font-family: 'Noto Sans', sans-serif !important;
  font-size: .85rem !important;
  color: #0B1E3D !important;
  min-width: 240px;
  transition: border-color .2s, background .2s;
  box-sizing: border-box;
}
.vlz-pt-search-input:focus {
  outline: none;
  border-color: #C8102E !important;
  background: #fff !important;
}

/* === ТАБЛИЦЯ (без обмеження висоти, тонкий скрол) === */
.vlz-pt-table-scroll {
  overflow-x: auto;
  max-width: 100%;
}
.vlz-pt-table-scroll::-webkit-scrollbar { height: 6px; }
.vlz-pt-table-scroll::-webkit-scrollbar-track { background: transparent; }
.vlz-pt-table-scroll::-webkit-scrollbar-thumb {
  background: #D8DCE6;
  border-radius: 4px;
}

.vlz-pt-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.vlz-pt-table thead th {
  font-family: 'Exo 2', sans-serif;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8E97AD;
  text-align: left;
  padding: 14px 24px;
  background: #FAFBFC;
  border-bottom: 1px solid #EEF0F4;
  white-space: nowrap;
}
.vlz-pt-table th.vlz-pt-col-price { text-align: right; }
.vlz-pt-table th.vlz-pt-col-link { width: 60px; }

.vlz-pt-row { transition: background .2s; }
.vlz-pt-row:hover { background: #FAFBFC; }
.vlz-pt-row td {
  padding: 18px 24px;
  border-bottom: 1px solid #EEF0F4;
  vertical-align: middle;
}
.vlz-pt-row:last-child td { border-bottom: none; }

.vlz-pt-col-model { min-width: 320px; }
.vlz-pt-article {
  font-family: 'Exo 2', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C8102E;
  margin-bottom: 4px;
}
.vlz-pt-name {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: .95rem;
  line-height: 1.3;
  margin-bottom: 4px;
}
.vlz-pt-name a {
  color: #0B1E3D;
  text-decoration: none;
  transition: color .2s;
}
.vlz-pt-name a:hover { color: #C8102E; }
.vlz-pt-desc {
  font-family: 'Noto Sans', sans-serif;
  font-size: .8rem;
  color: #5A657A;
  line-height: 1.45;
  margin-bottom: 8px;
}
.vlz-pt-specs { display: flex; flex-wrap: wrap; gap: 6px; }
.vlz-pt-spec {
  display: inline-block;
  padding: 2px 8px;
  background: #F5F6F8;
  border-radius: 4px;
  font-family: 'Exo 2', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  color: #5A657A;
}

.vlz-pt-col-price { text-align: right; white-space: nowrap; }
.vlz-pt-price-val {
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  color: #C8102E;
}
.vlz-pt-price-val span {
  font-size: .8rem;
  font-weight: 700;
  color: #5A657A;
}
.vlz-pt-price-ask {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: .82rem;
  color: #B45309;
  font-style: italic;
}

.vlz-pt-col-link { width: 60px; text-align: center; }
.vlz-pt-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #D8DCE6;
  border-radius: 8px;
  color: #8E97AD;
  text-decoration: none;
  transition: all .25s;
}
.vlz-pt-link-btn:hover {
  background: #C8102E;
  border-color: #C8102E;
  color: #fff;
  transform: translateX(3px);
}

/* Порожній стан */
.vlz-pt-empty {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  gap: 12px;
}
.vlz-pt-empty p {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #5A657A;
  margin: 0;
}

/* === ПАГІНАЦІЯ === */
.vlz-pt-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  border-top: 1px solid #EEF0F4;
  background: #FAFBFC;
  flex-wrap: wrap;
}
.vlz-pt-per-page {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Noto Sans', sans-serif;
  font-size: .82rem;
  color: #5A657A;
}
.vlz-pt-per-page > span { margin-right: 4px; }
.vlz-pt-pp-btn {
  padding: 6px 12px !important;
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #D8DCE6 !important;
  border-radius: 6px !important;
  font-family: 'Exo 2', sans-serif !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
  color: #5A657A !important;
  cursor: pointer;
  transition: all .2s;
  box-shadow: none !important;
  outline: none !important;
}
.vlz-pt-pp-btn:hover {
  background: #F5F6F8 !important;
  background-color: #F5F6F8 !important;
  border-color: #B8BECC !important;
}
.vlz-pt-pp-btn.active {
  background: #C8102E !important;
  background-color: #C8102E !important;
  border-color: #C8102E !important;
  color: #fff !important;
}

.vlz-pt-pages {
  display: flex;
  align-items: center;
  gap: 4px;
}
.vlz-pt-page-num,
.vlz-pt-page-nav {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 34px;
  height: 34px;
  padding: 0 10px !important;
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #D8DCE6 !important;
  border-radius: 6px !important;
  font-family: 'Exo 2', sans-serif !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
  color: #5A657A !important;
  cursor: pointer;
  transition: all .2s;
  box-shadow: none !important;
  outline: none !important;
}
.vlz-pt-page-num:hover,
.vlz-pt-page-nav:hover:not(:disabled) {
  background: #F5F6F8 !important;
  background-color: #F5F6F8 !important;
  border-color: #B8BECC !important;
  color: #0B1E3D !important;
}
.vlz-pt-page-num.active {
  background: #C8102E !important;
  background-color: #C8102E !important;
  border-color: #C8102E !important;
  color: #fff !important;
}
.vlz-pt-page-nav:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.vlz-pt-page-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  color: #B8BECC;
  font-size: .9rem;
}

/* === МОБІЛЬНА ВЕРСІЯ (Варіант А — картки) === */
@media (max-width: 768px) {
  .vlz-pt-panel-head { flex-direction: column; align-items: stretch; }
  .vlz-pt-search-input { width: 100%; min-width: 0; }
  
  /* Замість таблиці — картковий вигляд */
  .vlz-pt-table-scroll { overflow-x: visible; }
  .vlz-pt-table { min-width: 0; display: block; }
  .vlz-pt-table thead { display: none; }
  .vlz-pt-table tbody { display: block; }
  .vlz-pt-table tr {
    display: block;
    padding: 16px;
    border-bottom: 1px solid #EEF0F4;
  }
  .vlz-pt-table tr:last-child { border-bottom: none; }
  .vlz-pt-table td {
    display: block;
    padding: 0;
    border: none !important;
  }
  
  /* Колонка моделі — на повну ширину */
  .vlz-pt-col-model { min-width: 0; margin-bottom: 12px; }
  
  /* Ціна та стрілка — в один рядок */
  .vlz-pt-col-price {
    text-align: left !important;
    margin-top: 10px;
    padding-top: 12px !important;
    border-top: 1px dashed #EEF0F4 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .vlz-pt-col-link {
    width: auto !important;
    display: inline-block !important;
    margin-left: auto;
  }
  
  /* Об'єднати ціну і кнопку в один рядок через flex */
  .vlz-pt-row {
    position: relative;
  }
  .vlz-pt-row .vlz-pt-col-link {
    position: absolute;
    right: 16px;
    bottom: 16px;
  }
  
  .vlz-pt-name { font-size: 1rem; }
  .vlz-pt-desc { display: block; font-size: .82rem; }
  .vlz-pt-price-val { font-size: 1.2rem; }
  
  /* Пагінація */
  .vlz-pt-pagination { flex-direction: column; align-items: stretch; gap: 12px; }
  .vlz-pt-per-page { justify-content: center; flex-wrap: wrap; }
  .vlz-pt-pages { justify-content: center; flex-wrap: wrap; }
}

/* === МОБІЛЬНА ВЕРСІЯ (Варіант А — картки) === */
@media (max-width: 768px) {
  .vlz-pt-panel-head { 
    flex-direction: column; 
    align-items: stretch; 
  }
  .vlz-pt-search-input { 
    width: 100%; 
    min-width: 0; 
  }
  
  /* Замість таблиці — картковий вигляд */
  .vlz-pt-table-scroll { 
    overflow-x: visible; 
  }
  .vlz-pt-table { 
    min-width: 0; 
    display: block; 
  }
  .vlz-pt-table thead { 
    display: none; 
  }
  .vlz-pt-table tbody { 
    display: block; 
  }
  
  /* ВАЖЛИВО: всі рядки однакові, без zebra-striping */
  .vlz-pt-table tr,
  .vlz-pt-table tbody tr,
  .vlz-pt-table tr:nth-child(odd),
  .vlz-pt-table tr:nth-child(even),
  .vlz-pt-row,
  .vlz-pt-row:hover {
    display: block !important;
    padding: 18px 16px !important;
    margin: 0 !important;
    background: #fff !important;
    background-color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #EEF0F4 !important;
    box-shadow: none !important;
  }
  .vlz-pt-table tr:last-child,
  .vlz-pt-row:last-child { 
    border-bottom: none !important; 
  }
  
  /* Прибрати hover ефект (на мобільному не потрібен) */
  .vlz-pt-row:hover,
  .vlz-pt-row:active,
  .vlz-pt-row:focus {
    background: #fff !important;
    background-color: #fff !important;
  }
  
  .vlz-pt-table td,
  .vlz-pt-table tbody tr td {
    display: block !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    background-color: transparent !important;
  }
  
  /* Колонка моделі — на повну ширину */
  .vlz-pt-col-model { 
    min-width: 0 !important; 
    margin-bottom: 14px !important; 
  }
  
  /* Розділювач між моделлю та ціною */
  .vlz-pt-col-price {
    text-align: left !important;
    margin-top: 14px !important;
    padding-top: 14px !important;
    border-top: 1px dashed #EEF0F4 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
  }
  
  .vlz-pt-col-link {
    width: auto !important;
    display: inline-flex !important;
    margin-left: auto !important;
  }
  
  .vlz-pt-name { 
    font-size: 1rem !important; 
    line-height: 1.3;
  }
  .vlz-pt-desc { 
    display: block !important; 
    font-size: .82rem !important; 
  }
  .vlz-pt-price-val { 
    font-size: 1.2rem !important; 
  }
  
  /* Пагінація на мобільному */
  .vlz-pt-pagination { 
    flex-direction: column !important; 
    align-items: stretch !important; 
    gap: 12px !important; 
  }
  .vlz-pt-per-page { 
    justify-content: center; 
    flex-wrap: wrap; 
  }
  .vlz-pt-pages { 
    justify-content: center; 
    flex-wrap: wrap; 
  }
}

.vlz-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vlz-acc-item {
  border: 1px solid #D8DCE6 !important;
  border-radius: 10px;
  overflow: hidden;
}
.vlz-acc-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  background: #F5F6F8 !important;
  color: #0B1E3D !important;
  border: none !important;
  cursor: pointer;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: .92rem;
  text-align: left;
  white-space: normal !important; 
  word-wrap: break-word;
  line-height: 1.4;
}
.vlz-acc-chevron {
  flex-shrink: 0;
  transition: transform .25s;
  color: #8E97AD;
}
.vlz-acc-item.open .vlz-acc-chevron {
  transform: rotate(180deg);
  color: #C8102E !important;
}
.vlz-acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.vlz-acc-item.open .vlz-acc-panel {
  max-height: 3000px;
}
.vlz-acc-panel-inner {
  padding: 20px;
  font-family: 'Noto Sans', sans-serif;
  font-size: .9rem;
  line-height: 1.7;
  color: #1A202C;
  border-top: 1px solid #EEF0F4;
}
.vlz-acc-panel-inner p { margin-bottom: 12px; }
.vlz-acc-panel-inner img { max-width: 100%; border-radius: 8px; margin: 12px 0; 
}

@media (max-width: 600px) {
  .vlz-acc-head {
    padding: 14px 16px !important;       /* Зменшуємо бокові відступи, даючи більше місця тексту */
    font-size: 0.85rem !important;       /* Трохи зменшуємо розмір шрифту */
    align-items: flex-start !important;  /* Вирівнюємо стрілочку та текст по верхньому краю */
  }
  
  .vlz-acc-chevron {
    margin-top: 2px; /* Опускаємо стрілочку на рівень першого рядка тексту */
  }
}/* End custom CSS */