/* Макет D9 «Журнал» — з артбордів Claude Design (390 і 1280, повна сторінка). --tlx-main / --tlx-acc друкує плагін, коли задано в товарі. */
/* Токени для блоку «Переваги» (спільна структура в landing-features.css) */
.d9 { --f-card: var(--d9-card); --f-line: var(--d9-line); --f-ink: var(--d9-ink); --f-muted: var(--d9-muted); --f-accent: var(--d9-main); --f-badge: var(--d9-main); --f-badge-ink: #fff; --f-r: 4px; --f-rs: 3px; --f-title: var(--d9-serif); --f-ph: repeating-linear-gradient(135deg, #E8E1D6 0 6px, #F0EAE0 6px 12px); }
:root {
	--d9-main: var(--tlx-main, #C4623A);
	--d9-acc: var(--tlx-acc, #7F9473);
	--d9-bg: #F7F3EC;
	--d9-card: #FFFDF9;
	--d9-ink: #1F1B16;
	--d9-text: #3F3830;
	--d9-muted: #6B6259;
	--d9-grey: #9B9188;
	--d9-line: #E6DFD3;
	--d9-line2: #EFE9DF;
	--d9-input: #D6CDBF;
	--d9-sel: #FBEFE8;
	--d9-err: #D64545;
	--d9-serif: 'Montserrat Alternates', 'Montserrat', -apple-system, sans-serif;
}
body.landing-d9 { margin: 0; background: var(--d9-bg); color: var(--d9-ink); font-family: 'IBM Plex Sans', -apple-system, 'Segoe UI', Roboto, sans-serif !important; font-size: 14px; line-height: 1.4; -webkit-font-smoothing: antialiased; }
html.landing-d9-html, body.landing-d9 { display: block !important; width: 100% !important; min-height: 0; overflow-x: hidden; scroll-behavior: auto !important; }
body.landing-d9 #page, body.landing-d9 .container-body, body.landing-d9 .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; }
.d9 *, .d9 *::before, .d9 *::after, .d9-sticky *, .d9-footer * { box-sizing: border-box; }
.d9 { width: 100%; max-width: 480px; margin: 0 auto; background: var(--d9-bg); color: var(--d9-ink); }
.d9 :where(h1, h2, h3, p, dl, dd, ul, ol) { margin: 0; letter-spacing: 0; }
.d9 :where(h1, h2, h3) { color: inherit; line-height: 1.2; text-transform: none; }
.d9 :where(select, input, textarea, button) { font-family: inherit; }
.d9 img { max-width: 100%; height: auto; display: block; }
.d9 a { color: inherit; text-decoration: none; }
.d9-desk-only, .d9-desk-only-inline { display: none; }

/* Типографіка */
.d9-eyebrow { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--d9-acc); font-weight: 600; }
.d9-eyebrow--mt { margin-top: 28px; }
.d9-h1 { font-family: var(--d9-serif); font-weight: 700; font-size: 27px; line-height: 1.15; margin-top: 6px; text-wrap: balance; }
.d9-h2 { font-family: var(--d9-serif); font-weight: 700; font-size: 22px; line-height: 1.2; margin-bottom: 16px; }
.d9-h2--big { margin-top: 8px; margin-bottom: 0; }
.d9-text { font-size: 15px; line-height: 1.6; color: var(--d9-text); margin-top: 12px; text-wrap: pretty; }
.d9-text p { margin: 0 0 10px; }
.d9-text p:last-child { margin-bottom: 0; }
.d9-btn { display: flex; align-items: center; justify-content: center; height: 50px; padding: 0 28px; background: var(--d9-main); color: #fff !important; font-weight: 600; font-size: 16px; border-radius: 6px; border: 0; cursor: pointer; }
.d9-btn--big { width: 100%; margin-top: 12px; }
.d9-note { font-size: 12px; color: var(--d9-muted); text-align: center; line-height: 1.4; margin-top: 10px; }
.d9-chip { background: var(--d9-acc); color: #fff; font-size: 12px; font-weight: 600; line-height: 1; padding: 6px 8px; border-radius: 3px; }

/* Перший екран */
.d9-hero { display: flex; flex-direction: column; padding: 16px 16px 20px; }
.d9-hero__media { order: -1; }
.d9-gallery { position: relative; aspect-ratio: 1; border-radius: 4px; overflow: hidden; background: repeating-linear-gradient(135deg, #E8E1D6 0 6px, #F0EAE0 6px 12px); }
.d9-gallery .swiper-slide img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.d9-tag { position: absolute; top: 12px; z-index: 3; font-size: 11px; line-height: 1; padding: 6px 8px; border-radius: 3px; font-weight: 600; }
.d9-tag--green { left: 12px; background: var(--d9-acc); color: #fff; letter-spacing: .04em; }
.d9-tag--cream { right: 12px; background: var(--d9-card); color: var(--d9-ink); font-weight: 500; }
.d9-gallery__dots.swiper-pagination { bottom: 10px; }
.d9-gallery .swiper-pagination-bullet { width: 6px; height: 6px; background: #fff; opacity: .6; margin: 0 3px !important; }
.d9-gallery .swiper-pagination-bullet-active { opacity: 1; background: var(--d9-main); }
.d9-hero__text { margin-top: 16px; }
.d9-hero__row { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.d9-price { display: flex; align-items: baseline; gap: 8px; }
.d9-price b { font-family: var(--d9-serif); font-weight: 700; font-size: 26px; line-height: 1; color: var(--d9-main); }
.d9-price s { font-size: 13px; color: var(--d9-grey); }
.d9-rate { font-size: 12px; color: var(--d9-muted); }
.d9-rate em { font-style: normal; color: var(--d9-main); }

/* Блоки */
.d9-block { position: relative; padding: 28px 16px; }
.d9-block--tight { padding-top: 8px; }
.d9-block--cream { background: var(--d9-card); border-top: 1px solid var(--d9-line); }

/* Опис: текст + (на десктопі) галерея з картинок опису праворуч */
.d9-text img { max-width: 100%; width: auto; height: auto; display: block; margin-left: auto; margin-right: auto; border-radius: 4px; margin: 16px auto; }
.d9-video { margin-top: 16px; border-radius: 4px; overflow: hidden; background: #E8E1D6; aspect-ratio: 16/9; }
.d9-video iframe, .d9-video video { width: 100%; height: 100%; display: block; border: 0; }
.d9-desc__specs { margin-top: 28px; }
.d9-specs__img { margin-top: 16px; border-radius: 4px; overflow: hidden; background: #E8E1D6; }
.d9-specs__img img { width: 100%; height: auto; display: block; }
.d9-specs { margin-top: 8px; }
.d9-specs > div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--d9-line2); font-size: 14px; }
.d9-specs dt { color: var(--d9-muted); }
.d9-specs dd { font-weight: 500; text-align: right; }

/* Переваги */
.d9-features { display: flex; flex-direction: column; gap: 14px; }
.d9-feature { display: flex; gap: 14px; align-items: center; border-bottom: 1px solid var(--d9-line); padding-bottom: 14px; }
.d9-feature__img { width: 56px; height: 56px; flex: none; border-radius: 4px; overflow: hidden; background: #E8E1D6; }
.d9-feature__img img { width: 100%; height: 100%; object-fit: cover; }
.d9-feature h3 { font-family: var(--d9-serif); font-weight: 700; font-size: 16px; line-height: 1.25; }
.d9-feature p { font-size: 13px; color: var(--d9-muted); margin-top: 4px; line-height: 1.4; }

/* Порівняння */
.d9-cmp { background: var(--d9-card); border-radius: 4px; padding: 4px 14px; }
.d9-cmp__head, .d9-cmp__row { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 6px; align-items: center; }
.d9-cmp__head { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--d9-grey); padding: 10px 0; border-bottom: 1px solid var(--d9-line); }
.d9-cmp__us { color: var(--d9-main); font-weight: 600; }
.d9-cmp__row { font-size: 13px; padding: 11px 0; border-bottom: 1px solid var(--d9-line2); }
.d9-cmp__row:last-child { border-bottom: 0; }
.d9-cmp__k { color: var(--d9-muted); }
.d9-cmp__v { font-weight: 500; }
.d9-cmp__v i { font-style: normal; color: var(--d9-acc); }
.d9-cmp__t { color: var(--d9-grey); }
.d9-cmp__t i { font-style: normal; color: var(--d9-main); }
/* Картка-цитата поруч із таблицею (заповнюється в адмінці, необов'язкова) */
.d9-cmp-note { border: 1px solid var(--d9-main); border-radius: 4px; padding: 18px 16px; margin-top: 16px; }
.d9-cmp-note__q { font-family: var(--d9-serif); font-weight: 600; font-size: 17px; line-height: 1.4; color: var(--d9-ink); }
.d9-cmp-note__by { font-size: 13px; line-height: 1.4; color: var(--d9-muted); margin-top: 12px; }

/* Кроки */
.d9-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.d9-step__img { aspect-ratio: 4/5; border-radius: 4px; overflow: hidden; background: repeating-linear-gradient(135deg, #E8E1D6 0 5px, #F0EAE0 5px 10px); }
.d9-step__img img { width: 100%; height: 100%; object-fit: cover; }
.d9-step__n { font-size: 11px; color: var(--d9-acc); font-weight: 600; margin-top: 8px; }
.d9-step__nn { display: none; }
.d9-step__t { font-size: 13px; font-weight: 500; line-height: 1.3; margin-top: 2px; }
#d9-steps .d9-btn--big { margin-top: 20px; font-size: 15px; }

/* Відгуки */
.d9-revs { display: flex; flex-direction: column; gap: 20px; }
/* Відгуки свайпером, коли їх більше трьох */
.d9-revs--slider { display: block; overflow: hidden; padding-bottom: 24px; }
.d9-revs--slider .d9-rev { height: auto; align-items: flex-start; }
.d9-revs__dots.swiper-pagination { bottom: 0; }
.d9-revs__dots .swiper-pagination-bullet { width: 6px; height: 6px; background: var(--d9-line); opacity: 1; margin: 0 3px !important; }
.d9-revs__dots .swiper-pagination-bullet-active { background: var(--d9-main); }
.d9-rev { display: flex; gap: 14px; }
.d9-rev__ava { width: 44px; height: 44px; border-radius: 22px; object-fit: cover; flex: none; align-self: flex-start; }
.d9-rev__body { min-width: 0; flex: 1; }
.d9-stars { color: var(--d9-main); font-size: 12px; letter-spacing: 1px; }
.d9-stars i { font-style: normal; }
.d9-rev__text { font-family: var(--d9-serif); font-weight: 600; font-size: 15px; line-height: 1.4; margin-top: 4px; }
.d9 .d9-rev__photo { width: 160px; max-width: 60%; border-radius: 4px; margin-top: 10px; }
.d9-rev__meta { font-size: 12px; color: var(--d9-muted); margin-top: 6px; }
.d9-rev__meta em { font-style: normal; color: var(--d9-acc); }
.d9-rev__answer { margin-top: 8px; padding: 8px 12px; border-left: 2px solid var(--d9-main); font-size: 13px; line-height: 1.45; color: var(--d9-text); background: var(--d9-bg); }
.d9-oldrev .tlx-old { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.d9-oldrev .tlx-old h3 { display: none; }
.d9-oldrev .fitem__img { width: 42px; height: 42px; object-fit: cover; flex-shrink: 0; }
.d9-oldrev .fitem__content { flex: 1; min-width: 0; }

/* Гарантії */
#d9-guarantee { padding-bottom: 0; }
.d9-gar { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.d9-gar__item { border-top: 2px solid var(--d9-acc); padding-top: 10px; font-size: 13px; line-height: 1.35; font-weight: 500; }
.d9-gar__item i { display: none; }
.d9-gar__item b { font-weight: 500; }

/* Комбо */
.d9-block--combo { padding-top: 28px; }
.d9-combos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.d9-combo { position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 16px 10px 12px; border-radius: 4px; border: 1px solid var(--d9-line); background: var(--d9-card); color: var(--d9-ink); font: inherit; cursor: pointer; text-align: left; }
.d9-combo.is-sel { border-color: var(--d9-main); background: var(--d9-sel); }
.d9-badge { position: absolute; top: -9px; left: 10px; background: var(--d9-acc); color: #fff; font-size: 10px; font-weight: 600; line-height: 1; padding: 4px 6px; border-radius: 3px; white-space: nowrap; }
.d9-combo__qty { font-size: 12px; color: var(--d9-muted); }
.d9-combo__price { font-family: var(--d9-serif); font-weight: 700; font-size: 16px; line-height: 1.2; margin-top: 6px; }
.d9-combo__per { font-size: 11px; color: var(--d9-muted); margin-top: 3px; }
.d9-combo__save { font-size: 11px; color: var(--d9-acc); font-weight: 600; margin-top: 4px; min-height: 13px; }

/* Варіації */
.d9-vars { display: flex; gap: 8px; flex-wrap: wrap; }
.d9-var { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 8px; border-radius: 4px; border: 1px solid var(--d9-line); background: var(--d9-card); color: var(--d9-ink); font: inherit; font-size: 13px; cursor: pointer; }
.d9-vars--photo .d9-var { justify-content: flex-start; text-align: left; }
.d9-var__img { width: 32px; height: 32px; border-radius: 3px; object-fit: cover; flex: none; }
.d9-var.is-sel { border-color: var(--d9-main); background: var(--d9-sel); font-weight: 600; }
.d9-var.is-off { color: #A7AAAD; text-decoration: line-through; }
.d9-axis { margin-top: 10px; }
.d9-axis__name { font-size: 12px; color: var(--d9-muted); margin-bottom: 6px; }
.d9-axis__val { color: var(--d9-ink); font-weight: 600; }
.d9-axis__val:not(:empty)::before { content: ': '; }
.d9-axis--sizes .d9-var { flex: 0 0 auto; min-width: 54px; flex-direction: column; gap: 1px; padding: 6px 8px; }
.d9-axis--sizes .d9-var small { font-size: 10px; color: var(--d9-muted); }
.d9-stock { margin-top: 8px; font-size: 12px; color: var(--d9-muted); }
.d9-stock.is-low { color: var(--d9-main); font-weight: 600; }
.d9-sizechart { margin-top: 14px; background: var(--d9-bg); border-radius: 4px; padding: 10px 12px; }
.d9-sizechart summary { display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; }
.d9-sizechart summary::-webkit-details-marker { display: none; }
.d9-sizechart summary i::before { content: '+'; font-size: 18px; line-height: 1; font-style: normal; color: var(--d9-main); }
.d9-sizechart[open] summary i::before { content: '−'; }
.d9-sizechart dl { margin: 8px 0 0; }
.d9-sizechart dl > div { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid var(--d9-line); font-size: 13px; }
.d9-sizechart dl > div.is-sel { background: var(--d9-sel); margin: 0 -8px; padding-left: 8px; padding-right: 8px; border-radius: 4px; }
.d9-sizechart dd { margin: 0; font-weight: 600; }

/* Форма: крупне фото обраної варіації, комбо, варіант, таймер і залишок, підсумок «Разом», поля */
.d9-order__photo { position: relative; height: 300px; border-radius: 4px; overflow: hidden; background: #E8E1D6; }
.d9-order__photo img { width: 100%; height: 100%; object-fit: cover; }
.d9-order__row { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-top: 12px; }
.d9-order__row b { font-family: var(--d9-serif); font-weight: 600; font-size: 14px; line-height: 1.3; }
.d9-order__row span { font-size: 12px; color: var(--d9-muted); text-align: right; }
.d9-order .d9-h2--order { margin: 20px 0 14px; }
.d9-order__vars .d9-axis { margin-top: 0; }
.d9-order .d9-axis__name { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--d9-acc); font-weight: 600; margin: 18px 0 8px; }
.d9-order .d9-axis__val { color: var(--d9-ink); letter-spacing: 0; text-transform: none; }
.d9-order .d9-var__img { width: 32px; height: 32px; }
.d9-order__sum { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--d9-line); font-size: 13px; color: var(--d9-muted); }
.d9-order__sumprice { display: flex; align-items: baseline; gap: 8px; }
.d9-order__sumprice b { font-family: var(--d9-serif); font-weight: 700; font-size: 24px; line-height: 1; color: var(--d9-main); }
.d9-order__sumprice s { font-size: 12px; color: var(--d9-grey); }
.d9-order .oreder-form { margin-top: 12px; }
.d9-cd { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; padding: 12px 14px; background: var(--d9-bg); border-radius: 4px; }
.d9-cd__txt { font-size: 12px; color: var(--d9-muted); line-height: 1.4; }
.d9-cd__nums { display: flex; gap: 10px; }
.d9-cd__n { text-align: center; font-family: var(--d9-serif); font-weight: 700; font-size: 18px; line-height: 1; }
.d9-cd__n small { display: block; font-family: 'IBM Plex Sans', sans-serif; font-weight: 500; font-size: 9px; color: var(--d9-grey); margin-top: 3px; }
.d9-cd__n--acc b { color: var(--d9-main); }
.d9-stockbar { margin-top: 10px; }
.d9-stockbar__row { display: flex; justify-content: space-between; font-size: 12px; color: var(--d9-muted); }
.d9-stockbar__bar { height: 4px; border-radius: 2px; background: var(--d9-line); margin-top: 6px; overflow: hidden; }
.d9-stockbar__bar i { display: block; height: 100%; background: var(--d9-main); }
.d9-order .wpcf7 form { display: flex; flex-direction: column; gap: 10px; }
.d9-order .wpcf7 form > p { margin: 0; }
.d9-order .wpcf7 form > br { display: none; }
.d9-order .wpcf7-form-control-wrap[data-name="select-discount"], .d9-order .wpcf7-form-control-wrap[data-name="variation_crm_code"] { display: none; }
.d9-order input.field, .d9-order .wpcf7 input[type="text"], .d9-order .wpcf7 input[type="tel"] { width: 100%; height: 50px; border: 1px solid var(--d9-input); border-radius: 4px; padding: 0 14px; font: inherit; font-size: 15px; background: #fff; color: var(--d9-ink); outline: none; -webkit-appearance: none; }
.d9-order .wpcf7 input:focus { border-color: var(--d9-main); }
.d9-order .wpcf7 input.is-err, .d9-order .wpcf7 input.wpcf7-not-valid { border: 2px solid var(--d9-err); }
.d9-order .wpcf7-not-valid-tip, .d9-order .d9-err { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--d9-err); margin-top: 6px; }
.d9-order .wpcf7-not-valid-tip::before, .d9-order .d9-err::before { content: '!'; width: 14px; height: 14px; border-radius: 7px; background: var(--d9-err); color: #fff; font-size: 9px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.d9-order .button-submit { width: 100%; height: 52px; border: 0; border-radius: 4px; background: var(--d9-main); color: #fff; font: inherit; font-weight: 600; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; }
.d9-order .button-submit:disabled, .d9-order .wpcf7 form.submitting .button-submit { opacity: .6; cursor: default; }
.d9-order .wpcf7 form.submitting .button-submit::before { content: ''; width: 18px; height: 18px; border: 2px solid #fff; border-right-color: transparent; border-radius: 50%; animation: d9spin .8s linear infinite; }
@keyframes d9spin { to { transform: rotate(360deg); } }
.d9-order .wpcf7-spinner { display: none; }
.d9-order .wpcf7-response-output { margin: 0; padding: 10px 12px; border: 1px solid var(--d9-line); border-radius: 4px; font-size: 13px; background: #fff; }
.d9-order .wpcf7 form.init .wpcf7-response-output { display: none; }

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

/* Доставка і оплата — артборд D9 · delivery */
.d9-block--dlv { padding: 0 16px 28px; }
.d9-dlv { background: var(--d9-card); border: 1px solid var(--d9-line); border-radius: 4px; padding: 22px 16px; display: flex; flex-direction: column; gap: 16px; }
.d9-dlv__title { font-family: var(--d9-serif); font-weight: 700; font-size: 17px; line-height: 1.3; letter-spacing: .06em; text-transform: uppercase; text-align: center; }
.d9-dlv__grid { display: flex; flex-direction: column; gap: 16px; }
.d9-dlv__col { display: flex; flex-direction: column; gap: 16px; align-items: center; }
.d9-dlv__label { font-size: 12px; color: #7A716A; align-self: flex-start; margin-bottom: -6px; }
.d9-dlv__posts { display: flex; gap: 28px; justify-content: center; }
.d9-dlv__post { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.d9-dlv__post b { font-size: 13px; font-weight: 500; }
.d9-dlv__circle { width: 84px; height: 84px; border-radius: 50%; background: #fff; box-shadow: 0 3px 12px rgba(31,27,22,.10); display: flex; align-items: center; justify-content: center; }
.d9-dlv__circle img { width: 62px; height: 62px; object-fit: contain; }
.d9-dlv__text { font-size: 14px; line-height: 1.55; text-align: center; }
.d9-dlv__sep { height: 1px; width: 100%; background: var(--d9-main); }
.d9-dlv__pay { display: flex; gap: 8px; width: 100%; justify-content: space-between; }
.d9-dlv__box { width: 50px; height: 32px; border-radius: 4px; border: 1px solid var(--d9-line); background: #fff; display: flex; align-items: center; justify-content: center; padding: 4px; }
.d9-dlv__box img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }

/* Підвал */
.d9-footer { max-width: 480px; margin: 0 auto; padding: 20px 16px 88px; font-size: 11px; color: var(--d9-muted); line-height: 1.6; border-top: 1px solid var(--d9-line); background: var(--d9-bg); }
.d9-footer__grid { display: flex; flex-direction: column; gap: 2px; }
.d9-footer__col b { color: var(--d9-ink); font-weight: 600; }
.d9-footer__col a { color: var(--d9-ink); text-decoration: underline; text-underline-offset: 2px; }
.d9-footer__text p { margin: 0; text-align: left !important; }
.d9-footer__links { display: flex; flex-wrap: wrap; gap: 4px 14px; margin-top: 8px; }
.d9-footer__contacts { margin-top: 8px; }

/* Липка панель */
.d9-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: flex; align-items: center; height: 64px; padding: 0 16px; background: var(--d9-card); border-top: 1px solid var(--d9-line); box-shadow: 0 -8px 24px rgba(60,40,20,.08); transform: translateY(110%); transition: transform .25s; }
.d9-sticky.is-on { transform: none; }
.d9-sticky__in { display: flex; align-items: center; gap: 12px; width: 100%; max-width: 480px; margin: 0 auto; }
.d9-sticky__price { display: flex; flex-direction: column; line-height: 1; }
.d9-sticky__price b { font-family: var(--d9-serif); font-weight: 700; font-size: 20px; color: var(--d9-main); }
.d9-sticky__price s { font-size: 12px; color: var(--d9-grey); margin-top: 3px; }
.d9-sticky__sum { display: none; }
.d9-sticky .d9-btn { margin-left: auto; height: 44px; font-size: 15px; }
@media (prefers-reduced-motion: reduce) { .d9-sticky { transition: none; } }

/* ============ Desktop 1280 (артборд «повна сторінка», сітка 1152, поля 64) ============ */
@media (min-width: 900px) {
	.d9 { max-width: 1280px; }
	.d9-mob-only { display: none !important; }
	.d9-desk-only { display: block; }
	.d9-desk-only-inline { display: inline; }
	.d9-eyebrow { font-size: 12px; letter-spacing: .14em; }
	.d9-h2 { font-size: 32px; margin-bottom: 32px; }
	.d9-block { padding: 64px 64px 0; }
	.d9-block--tight { padding-top: 64px; }
	.d9-block--cream { padding: 64px; }

	.d9-hero { display: grid; grid-template-columns: 1fr 560px; gap: 0 64px; padding: 56px 64px; align-items: center; }
	.d9-hero__media { order: 0; grid-column: 2; grid-row: 1 / 3; }
	.d9-hero__text { grid-column: 1; margin-top: 0; align-self: end; }
	.d9-hero__buy { grid-column: 1; align-self: start; }
	.d9-gallery, .d9-gallery .swiper-slide img { width: 560px; height: 560px; }
	.d9-h1 { font-size: 48px; line-height: 1.1; margin-top: 14px; }
	.d9-hero__lead { font-size: 17px; color: var(--d9-muted); margin-top: 18px; line-height: 1.5; max-width: 520px; }
	.d9-hero__row { justify-content: flex-start; gap: 20px; margin-top: 28px; }
	.d9-price { gap: 10px; }
	.d9-price b { font-size: 40px; }
	.d9-price s { font-size: 16px; }
	.d9-rate { font-size: 13px; }
	.d9-hero__buy .d9-btn--big { width: auto; display: inline-flex; height: 54px; padding: 0 40px; margin-top: 24px; }
	.d9-hero__gar { display: flex; gap: 24px; margin-top: 24px; font-size: 13px; color: var(--d9-muted); }

	.d9-desc__grid { margin-top: 40px; }
	.d9-h2--big { font-size: 40px; line-height: 1.15; margin-top: 14px; max-width: 1000px; }
	.d9-text { font-size: 17px; line-height: 1.65; margin-top: 0; }
	.d9-text img { max-height: 720px; margin: 28px auto; }
	.d9-video { margin-top: 28px; }
	.d9-desc__specs { margin-top: 40px; }
	.d9-desc__specs--img { display: grid; grid-template-columns: 1fr 440px; gap: 48px; align-items: start; }
	.d9-desc__specs--img .d9-specs { grid-template-columns: 1fr; column-gap: 0; }
	.d9-specs__img { margin-top: 0; }
	.d9-specs__img img { width: 440px; height: auto; }
	.d9-specs { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; margin-top: 0; }
	.d9-specs > div { font-size: 15px; padding: 12px 0; }

	.d9-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
	.d9-features--4 { grid-template-columns: repeat(4, 1fr); }
	.d9-feature { flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 20px; }
	.d9-feature__img { width: 100%; height: auto; aspect-ratio: 4/3; }
	.d9-feature h3 { font-size: 20px; margin-top: 18px; }
	.d9-feature p { font-size: 14px; margin-top: 6px; line-height: 1.5; }

	.d9-cmp-wrap--note { display: grid; grid-template-columns: 720px 1fr; gap: 48px; align-items: start; }
	.d9-cmp { padding: 8px 24px; }
	.d9-cmp-note { padding: 28px 24px; margin-top: 0; }
	.d9-cmp-note__q { font-size: 20px; }
	.d9-cmp-note__by { font-size: 14px; margin-top: 16px; }
	.d9-cmp__head { font-size: 12px; padding: 12px 0; }
	.d9-cmp__row { font-size: 15px; padding: 16px 0; }

	.d9-steps { gap: 32px; grid-template-columns: repeat(4, 1fr); }
	.d9-steps--3 { grid-template-columns: repeat(3, 1fr); }
	.d9-steps--5 { grid-template-columns: repeat(5, 1fr); gap: 24px; }
	.d9-step__img { aspect-ratio: 1; }
	.d9-step__n { display: none; }
	.d9-step__nn { display: block; font-family: var(--d9-serif); font-weight: 600; font-size: 40px; line-height: 1; color: var(--d9-main); margin-top: 18px; opacity: .7; }
	.d9-steps--5 .d9-step__nn { font-size: 32px; margin-top: 14px; }
	.d9-step__t { font-size: 16px; margin-top: 8px; line-height: 1.35; }

	#d9-reviews { margin-top: 64px; border-top: 1px solid var(--d9-line); }
	.d9-revs { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 48px; }
	.d9-revs--slider { display: block; padding-bottom: 28px; }
	.d9-rev { gap: 20px; border-top: 1px solid var(--d9-line); padding-top: 24px; }
	.d9-rev__ava { width: 56px; height: 56px; border-radius: 28px; }
	.d9-stars { font-size: 13px; }
	.d9-rev__text { font-size: 19px; line-height: 1.45; margin-top: 8px; }
	.d9-rev__meta { font-size: 13px; margin-top: 10px; }
	.d9-oldrev .tlx-old { columns: 2; column-gap: 48px; }
	.d9-oldrev .fitem, .d9-oldrev .tlx-viber > * { break-inside: avoid; }

	.d9-gar { gap: 48px; }
	.d9-gar__item { padding-top: 18px; }
	.d9-gar__item i { display: flex; width: 32px; height: 32px; border-radius: 16px; border: 1px solid var(--d9-acc); color: var(--d9-acc); align-items: center; justify-content: center; font-size: 14px; font-style: normal; }
	.d9-gar__item b { display: block; font-family: var(--d9-serif); font-weight: 700; font-size: 20px; line-height: 1.25; margin-top: 14px; }
	.d9-gar__item p { font-size: 14px; line-height: 1.5; color: var(--d9-muted); margin-top: 6px; }

	.d9-combos { gap: 16px; }
	.d9-combo { padding: 20px 16px 16px; }
	.d9-combo__qty { font-size: 13px; }
	.d9-combo__price { font-size: 22px; margin-top: 8px; }
	.d9-combo__per { font-size: 12px; }
	.d9-combo__save { font-size: 12px; margin-top: 6px; min-height: 14px; }

	.d9-order { padding: 64px; }
	.d9-order__grid { display: grid; grid-template-columns: 480px 1fr; gap: 64px; align-items: start; }
	.d9-order__left { position: sticky; top: 24px; }
	.d9-order__photo { width: 480px; height: 560px; }
	.d9-order__photo .d9-tag { top: 16px; left: 16px; font-size: 12px; padding: 7px 9px; }
	.d9-order__row { margin-top: 16px; }
	.d9-order__row b { font-size: 16px; }
	.d9-order__row span { font-size: 13px; }
	.d9-order .d9-h2--order { font-size: 32px; margin: 0 0 24px; }
	.d9-order .d9-axis__name { font-size: 12px; margin: 28px 0 10px; }
	.d9-order .d9-var__img { width: 44px; height: 44px; }
	.d9-order__sum { margin-top: 24px; padding-top: 16px; font-size: 14px; }
	.d9-order__sumprice { gap: 10px; }
	.d9-order__sumprice b { font-size: 30px; }
	.d9-order__sumprice s { font-size: 14px; }
	.d9-order .oreder-form { margin-top: 16px; }
	.d9-order .wpcf7 form > .button-submit, .d9-order .wpcf7 form > .wpcf7-response-output { grid-column: 1 / -1; }
	.d9-cd { margin-top: 24px; padding: 14px 16px; }
	.d9-cd__txt { font-size: 13px; margin-right: 12px; }
	.d9-cd__txt br { display: none; }
	.d9-cd__nums { gap: 6px; }
	.d9-cd__n { font-size: 20px; }
	.d9-cd__n small { display: none; }
	.d9-cd__n + .d9-cd__n::before { content: ':'; margin-right: 6px; }
	.d9-var { padding: 10px; font-size: 14px; }
	.d9-order .wpcf7 form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
	.d9-order input.field, .d9-order .wpcf7 input[type="text"], .d9-order .wpcf7 input[type="tel"] { height: 52px; padding: 0 16px; }
	.d9-order .button-submit { height: 56px; font-size: 17px; }
	.d9-note { font-size: 13px; }

	.d9-block--faq .d9-h2 { margin-bottom: 12px; }
	.d9-faq__wrap { max-width: 720px; margin: 0 auto; }
	.d9-faq__item summary { padding: 18px 0; font-family: var(--d9-serif); font-weight: 600; font-size: 18px; line-height: 1.35; gap: 16px; }
	.d9-faq__item p { font-size: 15px; line-height: 1.6; padding-bottom: 18px; }

	.d9-block--dlv { padding: 64px 64px 0; }
	.d9-dlv { padding: 30px 32px; gap: 26px; }
	.d9-dlv__title { font-size: 22px; }
	.d9-dlv__grid { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 40px; }
	.d9-dlv__col { gap: 18px; }
	.d9-dlv__label { font-size: 13px; margin-bottom: 0; }
	.d9-dlv__posts { gap: 40px; }
	.d9-dlv__post { gap: 10px; }
	.d9-dlv__post b { font-size: 15px; }
	.d9-dlv__circle { width: 104px; height: 104px; box-shadow: 0 3px 14px rgba(31,27,22,.10); }
	.d9-dlv__circle img { width: 76px; height: 76px; }
	.d9-dlv__text { font-size: 16px; max-width: 460px; }
	.d9-dlv__sep { width: 1px; height: auto; }
	.d9-dlv__pay { gap: 14px; justify-content: center; }
	.d9-dlv__box { width: 72px; height: 46px; padding: 6px; }

	.d9-footer { max-width: 1280px; padding: 32px 64px 104px; margin-top: 64px; font-size: 13px; line-height: 1.7; }
	.d9-footer__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
	.d9-footer__col b { font-family: var(--d9-serif); font-weight: 600; font-size: 14px; }
	.d9-footer__links { flex-direction: column; gap: 0; margin-top: 0; }
	.d9-footer__col a { text-decoration: none; }
	.d9-footer__contacts { margin-top: 0; }

	.d9-sticky { height: 72px; padding: 0 64px; }
	.d9-sticky__in { max-width: 1152px; gap: 16px; }
	.d9-sticky__price { flex-direction: row; align-items: baseline; gap: 10px; }
	.d9-sticky__price b { font-size: 24px; }
	.d9-sticky__price s { font-size: 14px; margin-top: 0; }
	.d9-sticky__sum { display: block; font-size: 13px; color: var(--d9-muted); margin-left: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.d9-sticky .d9-btn { padding: 0 40px; height: 48px; font-size: 16px; }
}
