/* Макет D6 «Маркет» — з артборда Claude Design. Кольори з адмінки: --tov-main-color (основний), --tov-secondary_color (додатковий). */
:root {
	/* кольори артборда; --tlx-main / --tlx-acc друкує плагін лише коли в товарі задано свої */
	--d6-main: var(--tlx-main, #2F6BE0);
	--d6-acc: var(--tlx-acc, #1E9E5A);
	--d6-ink: #16161A;
	--d6-muted: #6B6B75;
	--d6-dim: #9A9AA4;
	--d6-line: #E6E6EB;
	--d6-line2: #EDEDF1;
	--d6-bg: #FFFFFF;
	--d6-bg2: #F5F6F9;
	--d6-star: #F5A524;
	--d6-err: #D64545;
	--d6-r: 12px;
	--d6-rs: 10px;
}
body.landing-d6 { margin: 0; background: var(--d6-bg2); color: var(--d6-ink); font-family: 'Golos Text', -apple-system, 'Segoe UI', Roboto, sans-serif; font-size: 14px; line-height: 1.45; -webkit-font-smoothing: antialiased; }
/* style.css старих макетів центрує колонку 480px флексом і фіксованою шириною; для нового макета все це знімаємо */
html.landing-d6-html, body.landing-d6 { display: block !important; width: 100% !important; min-height: 0; overflow-x: hidden; }
body.landing-d6 #page, body.landing-d6 .container-body, body.landing-d6 .content-wrap { display: block !important; width: 100% !important; max-width: none !important; min-width: 0 !important; margin: 0 !important; padding: 0 !important; box-shadow: none !important; border-radius: 0 !important; background: transparent !important; }
.d6 { width: 100%; }
.d6 *, .d6 *::before, .d6 *::after, .d6-sticky *, .d6-footer * { box-sizing: border-box; }
.d6 { max-width: 480px; margin: 0 auto; background: var(--d6-bg); }
/* скидання стилів теми з нульовою вагою (:where), щоб не перебивати розміри макета */
.d6 :where(h1, h2, h3, p, dl, dd, ul, ol) { margin: 0; text-transform: none; letter-spacing: 0; }
.d6 :where(h1, h2, h3) { font-family: inherit; color: inherit; line-height: 1.3; font-weight: 600; }
.d6 :where(select, input, textarea, button) { font-family: inherit; }
html.landing-d6-html, body.landing-d6 { scroll-behavior: auto !important; }
body.landing-d6 { font-family: 'Golos Text', -apple-system, 'Segoe UI', Roboto, sans-serif !important; }
.d6 img { max-width: 100%; height: auto; display: block; }
.d6 a { color: inherit; text-decoration: none; }
.d6-h1 { font-weight: 600; font-size: 20px; line-height: 1.25; margin-top: 14px; text-wrap: balance; }
.d6-h2 { font-weight: 600; font-size: 18px; line-height: 1.3; margin-bottom: 12px; }
.d6-h2--small { font-size: 15px; margin-bottom: 10px; }
.d6-label { font-size: 13px; color: var(--d6-muted); margin: 20px 0 8px; }
.d6-sub { font-size: 13px; color: var(--d6-muted); margin-top: 4px; text-wrap: pretty; }
.d6-block { position: relative; padding: 20px 16px; border-top: 1px solid var(--d6-line); }
.d6-block--tight { border-top: 0; padding-top: 16px; }
.d6-block--tight + .d6-block--tight { padding-top: 4px; }

/* Кнопки */
.d6-btn { display: flex; align-items: center; justify-content: center; height: 44px; padding: 0 24px; background: var(--d6-main); color: #fff !important; font-weight: 600; font-size: 15px; border-radius: var(--d6-rs); border: 0; cursor: pointer; transition: filter .15s; }
.d6-btn:hover { filter: brightness(.94); }
.d6-btn--big { height: 50px; font-size: 16px; margin-top: 12px; }
.d6-btn--mid { height: 48px; margin-top: 14px; }

/* Верхня смужка */
.d6-topbar { display: flex; justify-content: space-between; gap: 12px; padding: 7px 16px; font-size: 11px; color: #55555D; border-bottom: 1px solid var(--d6-line2); }
.d6-topbar a { color: inherit; }

/* Перший екран */
.d6-hero { padding: 12px 16px 16px; }
.d6-gallery { position: relative; border-radius: var(--d6-r); overflow: hidden; background: var(--d6-bg2); aspect-ratio: 1 / 1; }
.d6-gallery .swiper-slide img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; }
.d6-gallery__dots.swiper-pagination { bottom: 10px; }
.d6-gallery .swiper-pagination-bullet { width: 6px; height: 6px; background: #C9C9D1; opacity: 1; margin: 0 2.5px !important; }
.d6-gallery .swiper-pagination-bullet-active { background: var(--d6-main); }
.d6-thumbs { display: none; }
.d6-tag { position: absolute; top: 10px; z-index: 2; font-size: 12px; font-weight: 600; line-height: 1; padding: 6px 8px; border-radius: 6px; }
.d6-tag--sale { left: 10px; background: var(--d6-acc); color: #fff; }
.d6-tag--stock { right: 10px; background: #fff; color: var(--d6-acc); font-weight: 500; font-size: 11px; border: 1px solid color-mix(in srgb, var(--d6-acc) 30%, #fff); }
.d6-tag--inline { position: static; display: none; }
.d6-rating { display: flex; align-items: center; gap: 6px; margin-top: 8px; font-size: 13px; }
.d6-rating u { color: var(--d6-muted); }
.d6-stars { color: var(--d6-star); letter-spacing: 1px; font-size: 13px; line-height: 1; }
.d6-stars i { font-style: normal; color: #D9D9E0; }
.d6-price { display: flex; align-items: baseline; gap: 10px; margin-top: 12px; }
.d6-price > b { font-weight: 700; font-size: 30px; line-height: 1; color: var(--d6-main); }
.d6-price s { font-size: 15px; color: var(--d6-dim); }
.d6-desk-only { display: none; }
.d6-hero__gar { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 16px; font-size: 13px; color: var(--d6-muted); }

/* Вкладки */
.d6-tabs { position: sticky; top: 0; z-index: 5; display: flex; gap: 24px; padding: 0 16px; background: var(--d6-bg); border-bottom: 1px solid var(--d6-line); font-size: 14px; font-weight: 500; overflow-x: auto; scrollbar-width: none; }
.d6-tabs::-webkit-scrollbar { display: none; }
.d6-tabs a { padding: 10px 0; color: var(--d6-muted); border-bottom: 2px solid transparent; white-space: nowrap; }
.d6-tabs a.is-act { color: var(--d6-ink); border-color: var(--d6-main); }

/* Варіації */
.d6-vars { display: flex; flex-wrap: wrap; gap: 8px; }
.d6-var { display: flex; align-items: center; gap: 8px; padding: 10px; border-radius: var(--d6-rs); border: 1px solid var(--d6-line); background: #fff; font: inherit; font-size: 13px; color: var(--d6-ink); cursor: pointer; text-align: left; }
.d6-vars--photo .d6-var { padding: 6px 10px 6px 6px; }
.d6-var__img { width: 36px; height: 36px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.d6-var.is-sel { border: 2px solid var(--d6-main); background: color-mix(in srgb, var(--d6-main) 8%, #fff); padding: 9px; }
.d6-vars--photo .d6-var.is-sel { padding: 5px 9px 5px 5px; }
.d6-axis--chips .d6-vars:not(.d6-vars--photo) .d6-var, .d6-axis--list .d6-var { flex: 1; justify-content: center; }

/* Осі варіацій */
.d6-desk-vars { margin-top: 20px; }
.d6-axis + .d6-axis { margin-top: 12px; }
.d6-axis__name { font-size: 13px; color: var(--d6-muted); margin-bottom: 8px; }
.d6-axis__val { color: var(--d6-ink); font-weight: 500; }
.d6-axis__val:not(:empty)::before { content: ': '; }
.d6-axis--sizes .d6-vars { gap: 6px; }
.d6-axis--sizes .d6-var { flex: 0 0 auto; min-width: 56px; padding: 6px 8px; flex-direction: column; gap: 1px; align-items: center; justify-content: center; font-weight: 600; }
.d6-axis--sizes .d6-var small { font-size: 10px; font-weight: 400; color: var(--d6-muted); }
.d6-axis--sizes .d6-var.is-sel { padding: 5px 7px; }
.d6-axis--toggle .d6-vars { display: grid; grid-template-columns: 1fr 1fr; }
.d6-axis--toggle .d6-var { justify-content: center; }
.d6-var.is-off { color: #A7AAAD; text-decoration: line-through; background: var(--d6-bg2); }
.d6-var.is-off .d6-var__img { opacity: .4; }
.d6-stock { margin-top: 10px; font-size: 12px; color: var(--d6-muted); }
.d6-stock b { color: var(--d6-acc); }
.d6-stock.is-out { color: var(--d6-err); }
.d6-sizechart summary { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; cursor: pointer; list-style: none; padding: 4px 0; }
.d6-sizechart summary::-webkit-details-marker { display: none; }
.d6-sizechart summary span { font-size: 12px; font-weight: 400; color: var(--d6-muted); flex: 1; }
.d6-sizechart summary i::before { content: '+'; color: var(--d6-main); font-style: normal; font-size: 18px; }
.d6-sizechart[open] summary i::before { content: '−'; }
.d6-sizechart .d6-specs { margin-top: 6px; }
.d6-sizechart .d6-specs > div.is-sel { background: color-mix(in srgb, var(--d6-main) 8%, #fff); margin: 0 -8px; padding-left: 8px; padding-right: 8px; border-radius: 6px; }
.d6-sizechart .d6-specs dd small { color: var(--d6-muted); font-weight: 400; }
.d6-sizechart__tip { font-size: 12px; color: var(--d6-muted); margin-top: 8px; }

/* Комбо */
.d6-combos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.d6-review__photo { max-width: 200px; }
.d6-combo { position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 14px 10px 12px; border-radius: var(--d6-r); border: 1px solid var(--d6-line); background: #fff; font: inherit; color: var(--d6-ink); cursor: pointer; text-align: left; }
.d6-combo.is-sel { border: 2px solid var(--d6-main); background: color-mix(in srgb, var(--d6-main) 8%, #fff); padding: 13px 9px 11px; }
.d6-badge { position: absolute; top: -9px; left: 10px; background: var(--d6-acc); color: #fff; font-size: 10px; font-weight: 600; line-height: 1; padding: 4px 6px; border-radius: 5px; white-space: nowrap; }
.d6-combo__qty { font-size: 13px; color: var(--d6-muted); }
.d6-combo__price { font-weight: 700; font-size: 17px; line-height: 1.2; margin-top: 4px; }
.d6-combo__per { font-size: 11px; color: var(--d6-muted); margin-top: 2px; }
.d6-combo__save { font-size: 11px; color: var(--d6-acc); font-weight: 600; margin-top: 4px; }

/* Токени для блоку «Переваги» (спільна структура в landing-features.css) */
.d6 { --f-card: #fff; --f-line: var(--d6-line); --f-ink: var(--d6-ink); --f-muted: var(--d6-muted); --f-accent: var(--d6-main); --f-badge: var(--d6-main); --f-badge-ink: #fff; --f-r: var(--d6-r); --f-rs: 6px; --f-title: inherit; --f-ph: repeating-linear-gradient(135deg, #E4E4E9 0 6px, #F0F0F3 6px 12px); }

/* Переваги: картки однакової висоти, номер на фото, підсвітка при наведенні */
.d6-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: stretch; counter-reset: d6f; }
.d6-feature { display: flex; flex-direction: column; border: 1px solid var(--d6-line); border-radius: var(--d6-r); overflow: hidden; background: #fff; counter-increment: d6f; transition: border-color .15s, box-shadow .15s; }
.d6-feature:hover { border-color: var(--d6-main); box-shadow: 0 6px 20px rgba(22, 22, 26, .08); }
.d6-feature__img { position: relative; aspect-ratio: 4 / 3; background: var(--d6-bg2); flex: none; overflow: hidden; }
.d6-feature__img img { width: 100%; height: 100%; object-fit: cover; }
.d6-feature__img::before { content: counter(d6f, decimal-leading-zero); position: absolute; top: 8px; left: 8px; z-index: 1; background: #fff; color: var(--d6-main); font-weight: 700; font-size: 11px; line-height: 1; padding: 5px 7px; border-radius: 6px; box-shadow: 0 1px 4px rgba(22, 22, 26, .12); }
.d6-feature__body { padding: 10px; flex: 1; }
.d6-feature__body b { display: block; font-weight: 600; font-size: 13px; line-height: 1.3; }
.d6-feature__body p { font-size: 11px; color: var(--d6-muted); margin-top: 3px; line-height: 1.4; }

/* Опис, відео, кроки. Права колонка (відео + картинки з опису) з'являється на десктопі */
.d6-text { font-size: 14px; line-height: 1.5; color: #3A3A42; text-wrap: pretty; }
.d6-text p + p { margin-top: 10px; }
.d6-text img { max-width: 100%; width: auto; height: auto; display: block; margin-left: auto; margin-right: auto; border-radius: var(--d6-r); }
.d6-video { margin-top: 14px; border-radius: var(--d6-r); overflow: hidden; aspect-ratio: 16 / 9; background: var(--d6-bg2); }
.d6-video iframe, .d6-video video { width: 100%; height: 100%; border: 0; display: block; }
.d6-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; counter-reset: step; }
.d6-steps li { display: flex; gap: 12px; align-items: center; border: 1px solid var(--d6-line); border-radius: var(--d6-r); padding: 10px; counter-increment: step; }
.d6-steps li::before { content: counter(step); width: 24px; height: 24px; border-radius: 12px; background: color-mix(in srgb, var(--d6-main) 12%, #fff); color: var(--d6-main); font-size: 12px; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.d6-step__img { width: 64px; height: 64px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.d6-step__img img { width: 100%; height: 100%; object-fit: cover; }
.d6-steps b { display: block; font-size: 13px; font-weight: 600; }
.d6-steps p { font-size: 12px; color: var(--d6-muted); margin-top: 2px; }

/* Характеристики */
.d6-specs__img { border-radius: var(--d6-r); overflow: hidden; margin-bottom: 12px; background: var(--d6-bg2); }
.d6-specs { margin: 0; }
.d6-specs > div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--d6-line2); font-size: 13px; }
.d6-specs dt { color: var(--d6-muted); }
.d6-specs dd { margin: 0; font-weight: 500; text-align: right; }

/* Порівняння */
.d6-compare__head, .d6-compare__row { display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: center; gap: 6px; padding: 9px 0; border-bottom: 1px solid var(--d6-line2); font-size: 13px; }
.d6-compare__head { font-size: 12px; color: var(--d6-muted); padding: 6px 0; border-color: var(--d6-line); }
.d6-compare__head b { color: var(--d6-main); }
.d6-compare__row > span:first-child { color: var(--d6-muted); }
.d6-compare__row b { font-weight: 500; }
.d6-compare__row .dim { color: #8A8A94; }
.d6-compare i { font-style: normal; }
.d6-compare i.ok { color: var(--d6-acc); }
.d6-compare i.no { color: var(--d6-err); }
/* Картка-пояснення поруч із таблицею (заповнюється в адмінці, необов'язкова) */
.d6-cmp-note { background: var(--d6-bg2); border-radius: var(--d6-r); padding: 14px 16px; margin-top: 16px; }
.d6-cmp-note b { display: block; font-weight: 600; font-size: 15px; line-height: 1.3; }
.d6-cmp-note p { font-size: 13px; line-height: 1.5; color: #3A3A42; margin-top: 8px; text-wrap: pretty; }

/* Відгуки */
.d6-reviews__head { display: flex; align-items: baseline; gap: 8px; }
.d6-reviews__head span { font-size: 13px; color: var(--d6-muted); }
.d6-reviews { display: grid; gap: 10px; }
/* Відгуки свайпером, коли їх більше трьох */
.d6-reviews--slider { display: block; overflow: hidden; padding-bottom: 24px; }
.d6-reviews--slider .d6-review { height: auto; }
.d6-revs__dots.swiper-pagination { bottom: 0; }
.d6-revs__dots .swiper-pagination-bullet { width: 6px; height: 6px; background: #C9C9D1; opacity: 1; margin: 0 3px !important; }
.d6-revs__dots .swiper-pagination-bullet-active { background: var(--d6-main); }
.d6-review { border: 1px solid var(--d6-line); border-radius: var(--d6-r); padding: 12px; }
.d6-review header { display: flex; align-items: center; gap: 10px; }
.d6-review header > img { width: 36px; height: 36px; border-radius: 18px; object-fit: cover; }
.d6-review header > div { flex: 1; min-width: 0; }
.d6-review header b { display: block; font-size: 13px; font-weight: 600; }
.d6-review header small { font-size: 11px; color: #8A8A94; }
.d6-review header .d6-stars { font-size: 12px; }
.d6-review p { font-size: 13px; line-height: 1.45; margin-top: 8px; color: #3A3A42; }
.d6-review__photo { margin-top: 8px; border-radius: 8px; max-height: 240px; width: auto; }
.d6-review footer { margin-top: 8px; font-size: 11px; color: var(--d6-acc); font-weight: 500; }

/* Відгуки у старих виглядах: оригінальні стилі теми (global.css) без змін; тут лише те, що знімає сітку макета */
.d6-review__answer { margin-top: 8px; padding: 8px 10px; border-left: 2px solid var(--d6-main); background: var(--d6-bg2); border-radius: 0 8px 8px 0; font-size: 12px; color: var(--d6-muted); }
.d6-review__answer b { display: block; font-size: 11px; color: var(--d6-ink); margin-bottom: 2px; }
.d6 .tlx-old { margin: 0 -16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.d6 .tlx-old h3 { font-size: 24px; font-weight: 700; text-align: center; margin: 0; padding-bottom: 16px; line-height: 1.2; }
.d6 .tlx-old .fitem__img { width: 42px; height: 42px; object-fit: cover; flex-shrink: 0; }
.d6 .tlx-old .fitem__content { flex: 1; min-width: 0; }
.d6 .tlx-old .fitem__message { min-width: 0; }
.d6 .tlx-old .fitem__message img { max-width: 100%; height: auto; }
.d6 .tlx-old .fitem__smile img { width: 18px; height: 18px; display: inline-block; }
.d6 .tlx-old .wtsp_item .info > img { object-fit: cover; }
.d6 .tlx-old .wtsp_item .message > img { max-width: 100%; height: auto; }
.d6 .tlx-old .wtsp_item .message > p, .d6 .tlx-old .fitem__message *, .d6 .tlx-old .wtsp_item .info .text > p { margin: 0; }

/* Гарантія */
.d6-guarantee { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.d6-guarantee > div { background: var(--d6-bg2); border-radius: var(--d6-rs); padding: 12px 10px; font-size: 12px; line-height: 1.3; font-weight: 500; }
.d6-guarantee b { font-weight: 500; display: block; }
.d6-guarantee small { display: none; }
.d6-guarantee i { display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 11px; background: color-mix(in srgb, var(--d6-main) 14%, #fff); color: var(--d6-main); font-style: normal; font-size: 12px; margin-bottom: 8px; }

/* FAQ */
.d6-faq__item { border-bottom: 1px solid var(--d6-line2); }
.d6-faq__item summary { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; font-size: 14px; font-weight: 500; cursor: pointer; list-style: none; }
.d6-faq__item summary::-webkit-details-marker { display: none; }
.d6-faq__item summary i::before { content: '+'; color: var(--d6-main); font-style: normal; font-size: 18px; line-height: 1; }
.d6-faq__item[open] summary i::before { content: '−'; }
.d6-faq__item p { font-size: 13px; line-height: 1.5; color: var(--d6-muted); padding-bottom: 12px; }

/* Форма: крупне фото обраної варіації, кількість, варіант, підсумок «Разом», поля */
.d6-order { background: var(--d6-bg2); }
.d6-order__photo { position: relative; height: 300px; border-radius: var(--d6-r); overflow: hidden; background: #fff; border: 1px solid var(--d6-line); }
.d6-order__photo img { width: 100%; height: 100%; object-fit: cover; }
.d6-order__row { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-top: 10px; }
.d6-order__row b { font-weight: 600; font-size: 14px; }
.d6-order__row span { font-size: 12px; color: var(--d6-muted); text-align: right; }
.d6-order .d6-label { margin: 14px 0 8px; }
.d6-order .d6-combo__save { min-height: 13px; }
.d6-order__vars { margin-top: 14px; }
.d6-order .d6-var__img { width: 32px; height: 32px; }
.d6-order__sum { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--d6-line); font-size: 13px; color: var(--d6-muted); }
.d6-order__sumprice { display: flex; align-items: baseline; gap: 8px; }
.d6-order__sumprice b { color: var(--d6-main); font-size: 24px; font-weight: 700; line-height: 1; }
.d6-order__sumprice s { font-size: 12px; color: var(--d6-dim); }
.d6-order .oreder-form { margin-top: 14px; }
.d6-order .wpcf7 form { display: flex; flex-direction: column; gap: 10px; }
.d6-order .wpcf7 form > p { margin: 0; }
.d6-order .wpcf7 form > br { display: none; }
.d6-order .wpcf7-form-control-wrap[data-name="select-discount"], .d6-order .wpcf7-form-control-wrap[data-name="variation_crm_code"] { display: none; }
.d6-order input.field, .d6-order .wpcf7 input[type="text"], .d6-order .wpcf7 input[type="tel"] { width: 100%; height: 48px; border: 1px solid #D9D9E0; border-radius: var(--d6-rs); padding: 0 14px; font: inherit; font-size: 15px; background: #fff; color: var(--d6-ink); outline: none; -webkit-appearance: none; }
.d6-order .wpcf7 input:focus { border-color: var(--d6-main); }
.d6-order .wpcf7 input.is-err, .d6-order .wpcf7 input.wpcf7-not-valid { border: 2px solid var(--d6-err); padding: 0 13px; }
.d6-order .wpcf7-not-valid-tip, .d6-order .d6-err { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--d6-err); margin-top: 6px; }
.d6-order .wpcf7-not-valid-tip::before, .d6-order .d6-err::before { content: '!'; width: 16px; height: 16px; border-radius: 8px; background: var(--d6-err); color: #fff; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.d6-order .button-submit { width: 100%; height: 52px; border: 0; border-radius: var(--d6-rs); background: var(--d6-main); color: #fff; font: inherit; font-weight: 600; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; }
.d6-order .button-submit:disabled, .d6-order .wpcf7 form.submitting .button-submit { opacity: .55; cursor: default; }
.d6-order .wpcf7 form.submitting .button-submit::before { content: ''; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.5); border-top-color: #fff; border-radius: 50%; animation: d6spin .8s linear infinite; }
@keyframes d6spin { to { transform: rotate(360deg); } }
.d6-order .wpcf7-spinner { display: none; }
.d6-order .wpcf7-response-output { margin: 0; padding: 10px 12px; border: 1px solid var(--d6-line); border-radius: var(--d6-rs); font-size: 13px; background: #fff; }
.d6-order .wpcf7 form.init .wpcf7-response-output { display: none; }
.d6-order__note { font-size: 12px; color: var(--d6-muted); text-align: center; line-height: 1.4; margin-top: 10px; }

/* Доставка і оплата — з артборда «D6 · delivery» */
.d6-dlv { border: 1px solid var(--d6-line); border-radius: 12px; padding: 20px 16px; display: flex; flex-direction: column; gap: 16px; }
.d6-dlv__title { font-weight: 600; font-size: 15px; line-height: 1.3; letter-spacing: .08em; text-transform: uppercase; text-align: center; margin: 0; }
.d6-dlv__grid { display: flex; flex-direction: column; gap: 16px; }
.d6-dlv__col { display: flex; flex-direction: column; gap: 16px; align-items: center; }
.d6-dlv__label { font-size: 12px; color: var(--d6-muted); align-self: flex-start; margin-bottom: -6px; }
.d6-dlv__posts { display: flex; gap: 28px; justify-content: center; }
.d6-dlv__post { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.d6-dlv__post b { font-size: 13px; font-weight: 500; }
.d6-dlv__circle { width: 84px; height: 84px; border-radius: 50%; background: #fff; box-shadow: 0 4px 14px rgba(22,22,26,.10); display: flex; align-items: center; justify-content: center; }
.d6-dlv__circle img { width: 62px; height: 62px; object-fit: contain; }
.d6-dlv__text { font-size: 14px; line-height: 1.5; text-align: center; color: var(--d6-ink); margin: 0; }
.d6-dlv__sep { height: 1px; background: var(--d6-line); width: 100%; }
.d6-dlv__pay { display: flex; gap: 8px; width: 100%; justify-content: space-between; }
.d6-dlv__box { width: 50px; height: 32px; border-radius: 6px; border: 1px solid var(--d6-line); display: flex; align-items: center; justify-content: center; padding: 4px; }
.d6-dlv__box img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }

/* Рекомендуємо */
.d6-recs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.d6-rec { border: 1px solid var(--d6-line); border-radius: var(--d6-r); overflow: hidden; display: block; }
.d6-rec__img { height: 140px; background: var(--d6-bg2); }
.d6-rec__img img { width: 100%; height: 100%; object-fit: cover; }
.d6-rec__body { padding: 10px; }
.d6-rec__body span { display: block; font-size: 13px; font-weight: 500; }
.d6-rec__body b { display: block; font-weight: 700; font-size: 15px; margin-top: 4px; }
.d6-rec__body em { display: flex; align-items: center; justify-content: center; height: 36px; margin-top: 8px; border-radius: 8px; border: 1px solid var(--d6-main); color: var(--d6-main); font-size: 13px; font-weight: 600; font-style: normal; }

/* Підвал */
.d6-footer { max-width: 480px; margin: 0 auto; padding: 20px 16px 96px; background: var(--d6-bg2); font-size: 11px; color: var(--d6-muted); line-height: 1.6; }
.d6-footer__text p { margin: 0; text-align: left !important; }
.d6-footer__text a { color: var(--d6-main); }
.d6-footer__col b { color: var(--d6-ink); font-weight: 600; }
.d6-footer__col a { color: var(--d6-main); }
.d6-footer__links { display: flex; flex-wrap: wrap; gap: 4px 14px; margin-top: 8px; }
.d6-footer__contacts { margin-top: 8px; }

/* Липка панель */
.d6-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: flex; align-items: center; gap: 12px; height: 64px; padding: 0 16px; background: #fff; border-top: 1px solid var(--d6-line); box-shadow: 0 -8px 24px rgba(0,0,0,.08); transform: translateY(110%); transition: transform .25s; }
.d6-sticky.is-on { transform: none; }
.d6-sticky__price b { display: block; font-weight: 700; font-size: 20px; line-height: 1; color: var(--d6-main); }
.d6-sticky__price s { font-size: 12px; color: var(--d6-dim); }
.d6-sticky .d6-btn { margin-left: auto; padding: 0 28px; }
.d6-sticky__in { display: flex; align-items: center; gap: 12px; width: 100%; max-width: 480px; margin: 0 auto; }
@media (min-width: 900px) { .d6-sticky { height: 72px; } .d6-sticky__in { max-width: 1152px; } .d6-sticky__price b { font-size: 24px; } .d6-sticky .d6-btn { padding: 0 40px; height: 48px; } }
@media (prefers-reduced-motion: reduce) { .d6-sticky { transition: none; } }

/* Десктоп 1280 — з артборда «D6 «Маркет» · Desktop»: сітка 1152, поля 64 */
.d6-desk-only-inline { display: none; }
.d6-sticky__sum { display: none; }
.d6-footer__grid { display: flex; flex-direction: column; gap: 4px; }
@media (min-width: 900px) {
	.d6, .d6-footer { max-width: 1280px; }
	.d6-block { padding: 40px 64px; }
	.d6-block--tight { padding-top: 24px; padding-bottom: 8px; }
	.d6-topbar { padding: 8px 64px; font-size: 12px; }
	.d6-hero { display: grid; grid-template-columns: 560px 1fr; gap: 56px; padding: 32px 64px 40px; }
	.d6-hero__media { width: 560px; }
	.d6-gallery { border-radius: 16px; }
	.d6-gallery__dots { display: none; }
	.d6-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 10px; }
	.d6-thumb { padding: 0; border: 2px solid transparent; border-radius: 8px; overflow: hidden; background: var(--d6-bg2); cursor: pointer; aspect-ratio: 4 / 5; }
	.d6-thumb img { width: 100%; height: 100%; object-fit: cover; }
	.d6-thumb.is-sel { border-color: var(--d6-main); }
	.d6-h1 { font-size: 32px; margin-top: 0; }
	.d6-sub { font-size: 16px; margin-top: 8px; }
	.d6-rating { font-size: 14px; margin-top: 12px; }
	.d6-price { margin-top: 20px; gap: 12px; }
	.d6-price > b { font-size: 40px; }
	.d6-price s { font-size: 18px; }
	.d6-tag--inline { display: inline-block; }
	.d6-btn--big { height: 56px; font-size: 17px; border-radius: 12px; margin-top: 24px; }
	.d6-desk-only { display: block; }
	.d6-desk-only-inline { display: inline; }
	.d6-mob-only { display: none; }
	.d6-tabs { position: sticky; top: 0; padding: 0 64px; gap: 32px; font-size: 15px; border-top: 1px solid var(--d6-line); }
	.d6-tabs a { padding: 16px 0; }
	.d6-h2 { font-size: 24px; margin-bottom: 20px; }
	.d6-features { grid-template-columns: repeat(4, 1fr); gap: 16px; }
	.d6-feature__img::before { top: 12px; left: 12px; font-size: 13px; padding: 7px 9px; border-radius: 8px; }
	.d6-feature__body { padding: 16px 18px 18px; }
	.d6-feature__body b { font-size: 16px; }
	.d6-feature__body p { font-size: 13px; margin-top: 6px; line-height: 1.45; }
	.d6-desc__text .d6-h2 { margin-bottom: 14px; }
	.d6-text { font-size: 16px; line-height: 1.6; }
	.d6-text img { max-height: 720px; margin: 24px auto; }
	.d6-video { margin-top: 24px; }
	.d6-steps { grid-template-columns: repeat(3, 1fr); gap: 16px; }
	.d6-specs-wrap--img { display: grid; grid-template-columns: 400px 1fr; gap: 48px; align-items: start; }
	.d6-specs__img { margin-bottom: 0; }
	.d6-specs { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; }
	.d6-specs > div { font-size: 14px; padding: 14px 0; }
	.d6-compare-wrap--note { display: grid; grid-template-columns: 720px 1fr; gap: 48px; align-items: start; }
	.d6-cmp-note { padding: 24px; margin-top: 0; }
	.d6-cmp-note b { font-size: 17px; }
	.d6-cmp-note p { font-size: 14px; line-height: 1.55; margin-top: 10px; }
	.d6-compare__row { font-size: 14px; padding: 13px 0; }
	.d6-reviews__head { margin-bottom: 20px; }
	.d6-reviews__head span { font-size: 14px; }
	.d6-reviews { grid-template-columns: repeat(3, 1fr); gap: 16px; }
	.d6-review { padding: 16px; }
	.d6-review header > img { width: 40px; height: 40px; border-radius: 20px; }
	.d6-review header b { font-size: 14px; }
	.d6-review header small { font-size: 12px; }
	.d6-review p { font-size: 14px; line-height: 1.5; margin-top: 10px; }
	.d6-review__photo { width: 100%; max-width: none; height: 200px; max-height: 240px; object-fit: cover; margin-top: 12px; }
	.d6-review footer { margin-top: 10px; font-size: 12px; }
	.d6-block > .d6-btn--mid { max-width: 400px; margin-left: auto; margin-right: auto; height: 52px; font-size: 16px; }
	.d6-guarantee { gap: 16px; }
	.d6-guarantee > div { display: flex; gap: 14px; align-items: flex-start; padding: 20px; font-size: 16px; font-weight: 600; line-height: 1.3; border-radius: 12px; }
	.d6-guarantee b { font-weight: 600; }
	.d6-guarantee small { display: block; font-size: 13px; font-weight: 400; color: var(--d6-muted); margin-top: 4px; line-height: 1.45; }
	.d6-guarantee i { width: 36px; height: 36px; border-radius: 18px; font-size: 16px; margin: 0; flex: none; }
	.d6-faq { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; align-items: start; }
	.d6-faq__item summary { font-size: 15px; padding: 16px 0; }
	.d6-faq__item p { font-size: 14px; line-height: 1.55; padding-bottom: 16px; }
	.d6-order { padding: 40px 64px 48px; }
	.d6-order__grid { display: grid; grid-template-columns: 480px 1fr; gap: 56px; align-items: start; }
	.d6-order__left { position: sticky; top: 72px; }
	.d6-order__photo { width: 480px; height: 480px; border-radius: 16px; }
	.d6-order__row { margin-top: 16px; }
	.d6-order__row b { font-size: 16px; }
	.d6-order__row span { font-size: 13px; }
	.d6-order .d6-h2 { margin-bottom: 16px; }
	.d6-order .d6-label { margin: 0 0 8px; font-weight: 500; }
	.d6-order .d6-combos { gap: 10px; }
	.d6-order .d6-combo { padding: 16px 14px; }
	.d6-order .d6-combo.is-sel { padding: 15px 13px; }
	.d6-order .d6-combo__price { font-size: 20px; }
	.d6-order .d6-combo__per, .d6-order .d6-combo__save { font-size: 12px; }
	.d6-order__vars { margin-top: 16px; }
	.d6-order .d6-var { font-size: 14px; }
	.d6-order .d6-var__img { width: 44px; height: 44px; }
	.d6-order__sum { margin-top: 20px; padding-top: 14px; font-size: 14px; }
	.d6-order__sumprice { gap: 10px; }
	.d6-order__sumprice b { font-size: 28px; }
	.d6-order__sumprice s { font-size: 14px; }
	.d6-order .wpcf7 form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
	.d6-order .wpcf7 form > .button-submit, .d6-order .wpcf7 form > .wpcf7-response-output { grid-column: 1 / -1; }
	.d6-order .wpcf7 input.field, .d6-order .wpcf7 input[type="text"], .d6-order .wpcf7 input[type="tel"] { height: 52px; padding: 0 16px; }
	.d6-order .button-submit { height: 56px; font-size: 17px; }
	.d6-order__note { font-size: 13px; margin-top: 12px; }
	/* доставка · артборд 1152 */
	.d6-dlv { padding: 28px 32px; gap: 24px; }
	.d6-dlv__title { font-size: 18px; }
	.d6-dlv__grid { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 40px; }
	.d6-dlv__col { gap: 18px; }
	.d6-dlv__label { font-size: 13px; margin-bottom: 0; }
	.d6-dlv__posts { gap: 40px; }
	.d6-dlv__post { gap: 10px; }
	.d6-dlv__post b { font-size: 15px; }
	.d6-dlv__circle { width: 104px; height: 104px; box-shadow: 0 4px 16px rgba(22,22,26,.10); }
	.d6-dlv__circle img { width: 76px; height: 76px; }
	.d6-dlv__text { font-size: 16px; max-width: 460px; }
	.d6-dlv__sep { width: 1px; height: auto; align-self: stretch; }
	.d6-dlv__pay { gap: 14px; width: auto; justify-content: center; }
	.d6-dlv__box { width: 72px; height: 46px; border-radius: 8px; padding: 6px; }
	.d6-recs { grid-template-columns: repeat(4, 1fr); gap: 16px; }
	.d6-rec__img { height: auto; aspect-ratio: 1 / 1; }
	.d6-rec__body { padding: 14px 16px 16px; }
	.d6-rec__body span { font-size: 14px; }
	.d6-rec__body b { font-size: 17px; }
	.d6-rec__body em { height: 40px; font-size: 14px; margin-top: 12px; }
	.d6-footer { padding: 32px 64px 104px; font-size: 13px; line-height: 1.7; }
	.d6-footer__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
	.d6-footer__links { flex-direction: column; gap: 0; margin: 0; }
	.d6-footer__contacts { margin: 0; }
	.d6-footer__contacts b a { color: var(--d6-ink); }
	/* липка панель · артборд: сітка 1152, назва товару і вибір посередині */
	.d6-sticky { height: 72px; }
	.d6-sticky__in { max-width: 1152px; gap: 16px; }
	.d6-sticky__price { display: flex; align-items: baseline; gap: 10px; }
	.d6-sticky__price b { font-size: 24px; }
	.d6-sticky__price s { font-size: 14px; }
	.d6-sticky__sum { display: block; font-size: 13px; color: var(--d6-muted); margin-left: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.d6-sticky .d6-btn { padding: 0 40px; height: 48px; font-size: 16px; }
	/* старі вигляди відгуків: Facebook у дві колонки з обмеженою висотою фото, Viber по три чати поруч */
	.d6 .tlx-old { max-width: none; margin: 0; }
	.d6 .tlx-old h3 { text-align: left; font-size: 24px; }
	.d6 .tlx-fb .face-reviews { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 48px; align-items: start; }
	.d6 .tlx-fb .face-reviews h3 { grid-column: 1 / -1; }
	.d6 .tlx-fb .fitem__message img { max-height: 320px; width: 100%; object-fit: cover; object-position: center; }
	.d6 .tlx-viber .wtsp_item { max-width: none; }
}
