/* Макет D7 «Нічний» — з артбордів Claude Design (390 і 1280). Кольори з адмінки: --tlx-main / --tlx-acc друкує плагін, коли задано в товарі. */
:root {
	--d7-main: var(--tlx-main, #F2A93B);
	--d7-acc: var(--tlx-acc, #5B4BE0);
	--d7-bg: #0C0C11;
	--d7-card: #15151C;
	--d7-card2: #1C1C25;
	--d7-line: #1E1E27;
	--d7-line2: #26262F;
	--d7-line3: #2E2E39;
	--d7-ink: #F3F1EB;
	--d7-muted: #8E8E9A;
	--d7-soft: #B9B8C2;
	--d7-err: #D64545;
	--d7-ok: #1E9E5A;
}
body.landing-d7 { margin: 0; background: var(--d7-bg); color: var(--d7-ink); font-family: 'Manrope', -apple-system, 'Segoe UI', Roboto, sans-serif !important; font-size: 14px; line-height: 1.45; -webkit-font-smoothing: antialiased; }
html.landing-d7-html, body.landing-d7 { display: block !important; width: 100% !important; min-height: 0; overflow-x: hidden; scroll-behavior: auto !important; }
body.landing-d7 #page, body.landing-d7 .container-body, body.landing-d7 .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; }
.d7 *, .d7 *::before, .d7 *::after, .d7-sticky *, .d7-footer * { box-sizing: border-box; }
.d7 { width: 100%; max-width: 480px; margin: 0 auto; background: var(--d7-bg); color: var(--d7-ink); }
.d7 :where(h1, h2, h3, p, dl, dd, ul, ol) { margin: 0; text-transform: none; letter-spacing: 0; }
.d7 :where(h1, h2, h3) { color: inherit; line-height: 1.3; }
.d7 :where(select, input, textarea, button) { font-family: inherit; }
.d7 img { max-width: 100%; height: auto; display: block; }
.d7 a { color: inherit; text-decoration: none; }
.d7-uh, .d7-h1, .d7-h2, .d7-price > b, .d7-combo__price, .d7-big b, .d7-order__sumprice b, .d7-sticky__price b, .d7-cd__nums, .d7-dlv__title { font-family: 'Unbounded', 'Manrope', sans-serif; }
.d7-h1 { font-weight: 700; font-size: 24px; line-height: 1.2; margin-top: 10px; }
.d7-h2 { font-weight: 700; font-size: 20px; line-height: 1.3; margin-bottom: 14px; }
.d7-h2--s { font-size: 16px; margin-bottom: 14px; }
.d7-sub { font-size: 13px; color: var(--d7-muted); margin-top: 8px; line-height: 1.5; }
.d7-block { position: relative; padding: 8px 20px 24px; }
.d7-desk-only, .d7-desk-only-inline { display: none; }

/* Кнопки */
.d7-btn { display: flex; align-items: center; justify-content: center; height: 44px; padding: 0 28px; background: var(--d7-main); color: var(--d7-bg) !important; font-weight: 700; font-size: 15px; border-radius: 22px; border: 0; cursor: pointer; transition: filter .15s; }
.d7-btn:hover { filter: brightness(1.05); }
.d7-btn--big { height: 52px; font-size: 16px; border-radius: 26px; margin-top: 16px; }
.d7-note { font-size: 12px; color: var(--d7-muted); text-align: center; line-height: 1.4; margin-top: 10px; }

/* Перший екран */
.d7-hero { padding: 0; }
.d7-gallery { position: relative; overflow: hidden; background: var(--d7-card); aspect-ratio: 1 / 1; }
.d7-gallery .swiper-slide img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; }
.d7-gallery__fade { position: absolute; left: 0; right: 0; bottom: 0; height: 120px; background: linear-gradient(180deg, rgba(12,12,17,0), #0C0C11); pointer-events: none; z-index: 1; }
.d7-gallery__dots.swiper-pagination { bottom: 12px; z-index: 2; }
.d7-gallery .swiper-pagination-bullet { width: 4px; height: 4px; border-radius: 2px; background: #3A3A46; opacity: 1; margin: 0 2.5px !important; transition: width .2s; }
.d7-gallery .swiper-pagination-bullet-active { width: 16px; background: var(--d7-main); }
.d7-thumbs { display: none; }
.d7-tag { position: absolute; top: 14px; z-index: 2; font-size: 12px; font-weight: 600; line-height: 1; padding: 7px 10px; border-radius: 20px; }
.d7-tag--sale { left: 16px; background: var(--d7-acc); color: #fff; }
.d7-tag--stock { right: 16px; background: var(--d7-ok); color: #fff; font-weight: 600; font-size: 11px; }
.d7-hero__info { padding: 8px 20px 20px; }
.d7-rating { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--d7-muted); }
.d7-rating__star { color: var(--d7-main); }
.d7-rating b { color: var(--d7-ink); }
.d7-rating__stock em { font-style: normal; border: 1px solid var(--d7-ok); padding: 4px 8px; border-radius: 12px; font-size: 11px; color: var(--d7-ok); }
.d7-price { display: flex; align-items: baseline; gap: 12px; margin-top: 16px; }
.d7-price > b { font-weight: 700; font-size: 30px; line-height: 1; color: var(--d7-main); }
.d7-price s { font-size: 14px; color: var(--d7-muted); }
.d7-stars { color: var(--d7-main); font-size: 11px; letter-spacing: 1px; line-height: 1; }
.d7-stars i { font-style: normal; color: #3A3A46; }

/* Таймер */
.d7-cd { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-top: 1px solid var(--d7-line); border-bottom: 1px solid var(--d7-line); }
.d7-cd__txt { font-size: 12px; color: var(--d7-muted); line-height: 1.4; }
.d7-cd__nums { display: flex; gap: 14px; align-items: baseline; font-weight: 500; font-size: 22px; line-height: 1; }
.d7-cd__nums i { color: #3A3A46; font-style: normal; }
.d7-cd__n { text-align: center; }
.d7-cd__n b { font-weight: 500; }
.d7-cd__n:last-child b { color: var(--d7-main); }
.d7-cd__n small { display: block; font: 500 9px/1 'Manrope', sans-serif; color: var(--d7-muted); margin-top: 4px; letter-spacing: .06em; }
.d7-hero__cd { display: none; }

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

/* Варіації */
.d7-vars { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.d7-var { display: flex; align-items: center; gap: 10px; padding: 12px; border-radius: 12px; border: 1px solid var(--d7-line2); background: var(--d7-card); font: inherit; font-size: 13px; font-weight: 600; color: var(--d7-ink); cursor: pointer; text-align: center; justify-content: center; }
.d7-vars--photo .d7-var { padding: 8px 12px 8px 8px; border-radius: 14px; justify-content: flex-start; text-align: left; }
.d7-var__img { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.d7-var.is-sel { border-color: var(--d7-main); background: #1E1A12; }
.d7-var.is-off { color: #55555F; text-decoration: line-through; }
.d7-var.is-off .d7-var__img { opacity: .35; }
.d7-axis + .d7-axis { margin-top: 12px; }
.d7-axis__name { font-size: 12px; color: var(--d7-muted); margin-bottom: 8px; }
.d7-axis__val { color: var(--d7-ink); font-weight: 600; }
.d7-axis__val:not(:empty)::before { content: ': '; }
.d7-axis--sizes .d7-vars { display: flex; flex-wrap: wrap; gap: 6px; }
.d7-axis--sizes .d7-var { flex: 0 0 auto; min-width: 56px; padding: 6px 8px; flex-direction: column; gap: 1px; }
.d7-axis--sizes .d7-var small { font-size: 10px; font-weight: 400; color: var(--d7-muted); }
.d7-axis--toggle .d7-vars, .d7-axis--list .d7-vars { display: grid; grid-template-columns: 1fr 1fr; }
.d7-stock { margin-top: 10px; font-size: 12px; color: var(--d7-muted); }
.d7-stock b { color: var(--d7-main); }
.d7-stock.is-out { color: var(--d7-err); }

/* Характеристики великими цифрами */
.d7-block--specs { padding-top: 8px; }
.d7-big { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.d7-big > div { background: var(--d7-card); border-radius: 14px; padding: 18px 16px; }
.d7-big b { display: block; font-weight: 700; font-size: 24px; line-height: 1; color: var(--d7-main); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.d7-big span { display: block; font-size: 12px; color: var(--d7-muted); margin-top: 8px; }
.d7-specs-line { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; font-size: 12px; color: var(--d7-muted); margin-top: 14px; padding: 0 4px; }
.d7-specs__img { margin-top: 16px; border-radius: 16px; overflow: hidden; background: var(--d7-card); }
.d7-specs__img img { width: 100%; height: auto; display: block; }
.d7-specs { margin: 0; }
.d7-specs > div { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--d7-line); font-size: 14px; }
.d7-specs dt { color: var(--d7-muted); }
.d7-specs dd { margin: 0; font-weight: 600; text-align: right; }
.d7-specs--chart > div { padding: 10px 0; font-size: 13px; }
.d7-specs--chart > div.is-sel { background: #1E1A12; margin: 0 -8px; padding-left: 8px; padding-right: 8px; border-radius: 8px; }
.d7-specs dd small { color: var(--d7-muted); font-weight: 400; }

/* Опис */
.d7-video { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 16 / 9; background: var(--d7-card); }
.d7-video iframe, .d7-video video { width: 100%; height: 100%; border: 0; display: block; }
.d7-desc { display: flex; flex-direction: column; gap: 20px; }
.d7-text { font-size: 14px; line-height: 1.6; color: var(--d7-soft); }
.d7-text p + p { margin-top: 10px; }
.d7-text img { max-width: 100%; width: auto; height: auto; display: block; margin-left: auto; margin-right: auto; border-radius: 12px; margin: 12px auto; }

/* Токени для блоку «Переваги» (спільна структура в landing-features.css) */
.d7 { --f-card: var(--d7-card); --f-line: var(--d7-line2); --f-ink: var(--d7-ink); --f-muted: var(--d7-muted); --f-accent: var(--d7-main); --f-badge: var(--d7-main); --f-badge-ink: var(--d7-bg); --f-r: 14px; --f-rs: 8px; --f-title: 'Unbounded', 'Manrope', sans-serif; --f-ph: repeating-linear-gradient(135deg, #1A1A22 0 6px, #22222B 6px 12px); }

/* Переваги: картки з фото зверху, номером і однаковою висотою (як на десктопі) */
.d7-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: stretch; counter-reset: d7f; }
.d7-feature { display: flex; flex-direction: column; background: var(--d7-card); border: 1px solid var(--d7-line); border-radius: 14px; overflow: hidden; counter-increment: d7f; }
.d7-feature__img { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; flex: none; background: #1F1F29; }
.d7-feature__img::before { content: counter(d7f, decimal-leading-zero); position: absolute; top: 8px; left: 8px; z-index: 1; background: var(--d7-main); color: var(--d7-bg); font-weight: 700; font-size: 11px; line-height: 1; padding: 5px 7px; border-radius: 6px; }
.d7-feature__img img { width: 100%; height: 100%; object-fit: cover; }
.d7-feature__body { padding: 10px 12px 12px; flex: 1; }
.d7-feature__body b { display: block; font-weight: 700; font-size: 14px; line-height: 1.3; }
.d7-feature__body p { font-size: 12px; color: var(--d7-muted); margin-top: 4px; line-height: 1.4; }

/* Відгуки: картки 9:16 горизонтальною стрічкою */
.d7-block--reviews { padding-left: 0; padding-right: 0; }
.d7-reviews__head { display: flex; align-items: baseline; gap: 10px; padding: 0 20px 14px; }
.d7-reviews__head span { font-size: 13px; color: var(--d7-muted); }
.d7-reviews__head span i { color: var(--d7-main); font-style: normal; }
.d7-reviews { display: flex; gap: 10px; overflow-x: auto; padding: 0 20px 4px; scrollbar-width: none; }
.d7-reviews::-webkit-scrollbar { display: none; }
/* Відгуки свайпером, коли їх більше трьох */
.d7-reviews--slider { display: block; overflow: hidden; margin: 0 20px; padding: 0 0 24px; }
.d7-reviews--slider .d7-review { width: auto; height: auto; aspect-ratio: 160 / 284; }
.d7-revs__dots.swiper-pagination { bottom: 0; }
.d7-revs__dots .swiper-pagination-bullet { width: 4px; height: 4px; border-radius: 2px; background: #3A3A46; opacity: 1; margin: 0 3px !important; transition: width .2s; }
.d7-revs__dots .swiper-pagination-bullet-active { width: 16px; background: var(--d7-main); }
.d7-review { position: relative; flex: none; width: 160px; height: 284px; border-radius: 16px; overflow: hidden; background: var(--d7-card) center / cover no-repeat; }
.d7-review__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 50px 12px 12px; background: linear-gradient(180deg, rgba(12,12,17,0), #0C0C11 70%); }
.d7-review__body b { display: block; font-weight: 700; font-size: 13px; margin-top: 4px; }
.d7-review__body p { font-size: 11px; color: var(--d7-soft); line-height: 1.35; margin-top: 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.d7-review__body small { display: block; font-size: 9px; color: var(--d7-muted); margin-top: 6px; }
.d7-review__answer { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; font-size: 10px; line-height: 1.35; color: var(--d7-muted); margin-top: 5px; padding-left: 7px; border-left: 2px solid var(--d7-main); }
.d7-review__answer b { color: var(--d7-soft); font-weight: 600; }
.d7-block--reviews .d7-btn--big { margin: 20px 20px 0; }
.d7-oldrev { padding: 0 20px; }
.d7-oldrev .tlx-old { margin: 0; background: #fff; color: #16161A; border-radius: 16px; padding: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.d7-oldrev .tlx-old h3 { font-size: 20px; font-weight: 700; text-align: center; margin: 0 0 12px; color: #16161A; }
.d7-oldrev .fitem__img { width: 42px; height: 42px; object-fit: cover; flex-shrink: 0; }
.d7-oldrev .fitem__content { flex: 1; min-width: 0; }
.d7-oldrev .fitem__message { min-width: 0; }

/* Гарантія */
.d7-guarantee { display: flex; gap: 8px; }
.d7-guarantee > div { flex: 1; border: 1px solid var(--d7-line2); border-radius: 14px; padding: 14px 12px; font-size: 12px; line-height: 1.35; font-weight: 600; }
.d7-guarantee i { display: block; color: var(--d7-main); font-style: normal; margin-bottom: 8px; }
.d7-guarantee small { display: none; }
.d7-hero__gar { display: none; }

/* Таблиця розмірів, FAQ */
.d7-sizechart summary { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; padding: 4px 0; }
.d7-sizechart summary::-webkit-details-marker { display: none; }
.d7-sizechart summary span { font-size: 12px; font-weight: 400; color: var(--d7-muted); flex: 1; }
.d7-sizechart summary i::before, .d7-faq__item summary i::before { content: '+'; color: var(--d7-main); font-style: normal; font-size: 18px; line-height: 1; }
.d7-sizechart[open] summary i::before, .d7-faq__item[open] summary i::before { content: '−'; }
.d7-faq__item { border-bottom: 1px solid var(--d7-line); }
.d7-faq__item summary { display: flex; justify-content: space-between; gap: 12px; padding: 14px 0; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; }
.d7-faq__item summary::-webkit-details-marker { display: none; }
.d7-faq__item p { font-size: 13px; line-height: 1.55; color: var(--d7-muted); padding-bottom: 14px; }

/* Форма */
.d7-order { background: var(--d7-card); padding: 24px 20px; }
.d7-order__photo { position: relative; height: 300px; border-radius: 16px; overflow: hidden; background: var(--d7-bg); }
.d7-order__photo img { width: 100%; height: 100%; object-fit: cover; }
.d7-order__photo .d7-tag--sale { top: 12px; left: 12px; }
.d7-order__row { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-top: 10px; }
.d7-order__row b { font-weight: 700; font-size: 14px; }
.d7-order__row span { font-size: 12px; color: var(--d7-muted); text-align: right; }
.d7-label { font-size: 12px; color: var(--d7-muted); font-weight: 600; margin: 16px 0 8px; }
.d7-order .d7-combo__save { min-height: 13px; }
.d7-order .d7-combo, .d7-order .d7-var { background: var(--d7-bg); }
.d7-order .d7-combo.is-sel, .d7-order .d7-var.is-sel { background: #1E1A12; }
.d7-order__vars { margin-top: 12px; }
.d7-order .d7-var__img { width: 32px; height: 32px; }
.d7-order__sum { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--d7-line2); font-size: 13px; color: var(--d7-muted); }
.d7-order__sumprice { display: flex; align-items: baseline; gap: 8px; }
.d7-order__sumprice b { color: var(--d7-main); font-size: 24px; font-weight: 700; line-height: 1; }
.d7-order__sumprice s { font-size: 12px; color: var(--d7-muted); }
.d7-order .oreder-form { margin-top: 16px; }
.d7-order .wpcf7 form { display: flex; flex-direction: column; gap: 10px; }
.d7-order .wpcf7 form > p { margin: 0; }
.d7-order .wpcf7 form > br { display: none; }
.d7-order .wpcf7-form-control-wrap[data-name="select-discount"], .d7-order .wpcf7-form-control-wrap[data-name="variation_crm_code"] { display: none; }
.d7-order input.field, .d7-order .wpcf7 input[type="text"], .d7-order .wpcf7 input[type="tel"] { width: 100%; height: 50px; border: 1px solid var(--d7-line3); border-radius: 12px; padding: 0 16px; font: inherit; font-size: 15px; background: var(--d7-bg); color: var(--d7-ink); outline: none; -webkit-appearance: none; }
.d7-order .wpcf7 input::placeholder { color: var(--d7-muted); }
.d7-order .wpcf7 input:focus { border-color: var(--d7-main); }
.d7-order .wpcf7 input.is-err, .d7-order .wpcf7 input.wpcf7-not-valid { border: 2px solid var(--d7-err); padding: 0 15px; }
.d7-order .wpcf7-not-valid-tip, .d7-order .d7-err { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--d7-err); margin-top: 6px; }
.d7-order .wpcf7-not-valid-tip::before, .d7-order .d7-err::before { content: '!'; width: 14px; height: 14px; border-radius: 7px; background: var(--d7-err); color: #fff; font-size: 9px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.d7-order .button-submit { width: 100%; height: 54px; border: 0; border-radius: 27px; background: var(--d7-main); color: var(--d7-bg); font: inherit; font-weight: 700; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; }
.d7-order .button-submit:disabled, .d7-order .wpcf7 form.submitting .button-submit { opacity: .65; cursor: default; }
.d7-order .wpcf7 form.submitting .button-submit::before { content: ''; width: 18px; height: 18px; border: 2px solid var(--d7-bg); border-right-color: transparent; border-radius: 50%; animation: d7spin .8s linear infinite; }
@keyframes d7spin { to { transform: rotate(360deg); } }
.d7-order .wpcf7-spinner { display: none; }
.d7-order .wpcf7-response-output { margin: 0; padding: 10px 12px; border: 1px solid var(--d7-line2); border-radius: 12px; font-size: 13px; }
.d7-order .wpcf7 form.init .wpcf7-response-output { display: none; }

/* Доставка і оплата — артборд D7 · delivery */
.d7-dlv { background: var(--d7-card); border: 1px solid rgba(242,169,59,.35); border-color: color-mix(in srgb, var(--d7-main) 35%, transparent); border-radius: 14px; padding: 22px 16px; display: flex; flex-direction: column; gap: 16px; }
.d7-dlv__title { font-weight: 700; font-size: 14px; line-height: 1.3; letter-spacing: .1em; text-transform: uppercase; text-align: center; margin: 0; }
.d7-dlv__grid { display: flex; flex-direction: column; gap: 16px; }
.d7-dlv__col { display: flex; flex-direction: column; gap: 16px; align-items: center; }
.d7-dlv__label { font-size: 12px; color: var(--d7-muted); align-self: flex-start; margin-bottom: -6px; }
.d7-dlv__posts { display: flex; gap: 28px; justify-content: center; }
.d7-dlv__post { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.d7-dlv__post b { font-size: 13px; font-weight: 600; }
.d7-dlv__circle { width: 84px; height: 84px; border-radius: 50%; background: var(--d7-card2); border: 1px solid #2A2A35; display: flex; align-items: center; justify-content: center; }
.d7-dlv__circle img { width: 60px; height: 60px; object-fit: contain; }
.d7-dlv__text { font-size: 14px; line-height: 1.55; text-align: center; color: #C9C6BE; margin: 0; }
.d7-dlv__sep { height: 1px; width: 100%; background: color-mix(in srgb, var(--d7-main) 35%, transparent); }
.d7-dlv__pay { display: flex; gap: 8px; width: 100%; justify-content: space-between; }
.d7-dlv__box { width: 50px; height: 32px; border-radius: 6px; background: #F4F1EA; display: flex; align-items: center; justify-content: center; padding: 4px; }
.d7-dlv__box img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }

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

/* Липка панель */
.d7-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: flex; align-items: center; height: 64px; padding: 0 16px; background: var(--d7-card); border-top: 1px solid var(--d7-line2); color: var(--d7-ink); transform: translateY(110%); transition: transform .25s; }
.d7-sticky.is-on { transform: none; }
.d7-sticky__in { display: flex; align-items: center; gap: 12px; width: 100%; max-width: 480px; margin: 0 auto; }
.d7-sticky__price b { display: block; font-weight: 700; font-size: 20px; line-height: 1; color: var(--d7-main); }
.d7-sticky__price s { font-size: 12px; color: var(--d7-muted); }
.d7-sticky__sum { display: none; }
.d7-sticky .d7-btn { margin-left: auto; }
@media (prefers-reduced-motion: reduce) { .d7-sticky { transition: none; } }

/* Десктоп 1280 — артборд «D7 «Нічний» · Desktop»: сітка 1152, поля 64 */
@media (min-width: 900px) {
	.d7, .d7-footer { max-width: 1280px; }
	.d7-desk-only { display: block; }
	.d7-desk-only-inline { display: inline; }
	.d7-mob-only { display: none !important; }
	.d7-block { padding: 56px 64px 0; }
	.d7-h2 { font-size: 28px; line-height: 1.25; margin-bottom: 24px; }
	.d7-h2--s { font-size: 20px; margin-bottom: 16px; }
	.d7-hero { display: grid; grid-template-columns: 600px 1fr; gap: 64px; padding: 48px 64px 56px; }
	.d7-gallery { border-radius: 24px; width: 600px; height: 600px; }
	.d7-gallery__fade, .d7-gallery__dots { display: none; }
	.d7-thumbs { display: flex; gap: 8px; position: absolute; left: 16px; bottom: 16px; z-index: 2; }
	.d7-thumb { width: 56px; height: 70px; border-radius: 8px; overflow: hidden; border: 2px solid transparent; background: #22222B; padding: 0; cursor: pointer; }
	.d7-thumb img { width: 100%; height: 100%; object-fit: cover; }
	.d7-thumb.is-sel { border-color: var(--d7-main); }
	.d7-tag--stock { display: none; }
	.d7-hero__info { padding: 0; }
	.d7-rating { font-size: 13px; }
	.d7-h1 { font-size: 40px; line-height: 1.15; margin-top: 16px; }
	.d7-sub { font-size: 16px; margin-top: 12px; }
	.d7-price { margin-top: 24px; gap: 14px; }
	.d7-price > b { font-size: 44px; }
	.d7-price s { font-size: 18px; }
	.d7-hero__cd { display: flex; gap: 24px; margin-top: 20px; font-size: 13px; color: var(--d7-muted); align-items: center; }
	.d7-hero__cd b { font: 500 18px/1 'Unbounded', sans-serif; color: var(--d7-ink); }
	.d7-hero__cd em { font-style: normal; color: var(--d7-main); }
	.d7-hero__card { margin-top: 28px; background: var(--d7-card); border-radius: 20px; padding: 20px; }
	.d7-hero__card .d7-combo { padding: 14px 12px; background: var(--d7-bg); }
	.d7-hero__card .d7-combo.is-sel { background: #1E1A12; }
	.d7-hero__card .d7-combo__price { font-size: 15px; }
	.d7-hero__vars { margin-top: 10px; }
	.d7-hero__vars .d7-axis__name { display: none; }
	.d7-hero__vars .d7-var { background: var(--d7-bg); }
	.d7-hero__vars .d7-var.is-sel { background: #1E1A12; }
	.d7-hero__card .d7-btn--big { height: 56px; font-size: 17px; border-radius: 28px; margin-top: 14px; }
	.d7-hero__gar { display: flex; gap: 24px; margin-top: 20px; font-size: 13px; color: var(--d7-muted); }
	.d7-hero__gar i { color: var(--d7-main); font-style: normal; }
	.d7-cd { margin: 0 64px; padding: 18px 24px; border: 1px solid var(--d7-line); border-radius: 16px; }
	.d7-cd__txt { font-size: 14px; }
	.d7-cd__txt br { display: none; }
	.d7-cd__nums { gap: 20px; font-size: 28px; }
	.d7-cd__n small { font-size: 10px; margin-top: 6px; }
	.d7-block--specs { padding-top: 48px; }
	.d7-big { grid-template-columns: repeat(4, 1fr); gap: 16px; }
	.d7-big > div { border-radius: 20px; padding: 28px 24px; }
	.d7-big b { font-size: 40px; }
	.d7-big span { font-size: 14px; margin-top: 12px; }
	.d7-specs { display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; margin-top: 28px; }
	.d7-specs-wrap--img { display: grid; grid-template-columns: 400px 1fr; gap: 48px; align-items: start; margin-top: 28px; }
	.d7-specs-wrap--img .d7-specs { grid-template-columns: 1fr; column-gap: 0; margin-top: 0; }
	.d7-specs__img { margin-top: 0; border-radius: 20px; }
	.d7-desc { gap: 28px; }
	.d7-video { border-radius: 20px; }
	.d7-desc__text .d7-h2 { margin-bottom: 16px; }
	.d7-text { font-size: 16px; line-height: 1.65; }
	.d7-text img { max-height: 720px; margin: 24px auto; }
	.d7-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
	.d7-feature { border-radius: 20px; transition: border-color .15s; }
	.d7-feature:hover { border-color: var(--d7-main); }
	.d7-feature__img::before { top: 12px; left: 12px; font-size: 13px; padding: 7px 9px; border-radius: 8px; }
	.d7-feature__body { padding: 16px 18px 20px; flex: 1; }
	.d7-feature__body b { font-size: 16px; line-height: 1.3; }
	.d7-feature__body p { font-size: 13px; margin-top: 6px; line-height: 1.45; }
	.d7-block--reviews { padding-left: 64px; padding-right: 64px; }
	.d7-reviews__head { padding: 0 0 24px; }
	.d7-reviews__head span { font-size: 14px; }
	.d7-reviews { display: grid; grid-template-columns: repeat(4, 264px); gap: 32px; padding: 0; overflow: visible; }
	.d7-reviews--slider { display: block; overflow: hidden; margin: 0; padding-bottom: 28px; }
	.d7-reviews--slider .d7-review { aspect-ratio: 264 / 469; }
	.d7-review { width: 264px; height: 469px; border-radius: 20px; }
	.d7-review__body { padding: 70px 16px 16px; }
	.d7-review__body .d7-stars { font-size: 12px; }
	.d7-review__body b { font-size: 15px; margin-top: 6px; }
	.d7-review__body p { font-size: 13px; line-height: 1.4; margin-top: 6px; -webkit-line-clamp: 3; }
	.d7-review__body small { font-size: 10px; margin-top: 8px; }
	.d7-review__answer { -webkit-line-clamp: 2; font-size: 12px; margin-top: 8px; padding-left: 9px; }
	.d7-oldrev { padding: 0; }
	.d7-oldrev .tlx-old { max-width: 992px; }
	.d7-oldrev .tlx-fb .face-reviews { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 48px; align-items: start; }
	.d7-oldrev .tlx-fb .face-reviews h3 { grid-column: 1 / -1; text-align: left; }
	.d7-oldrev .tlx-fb .fitem__message img { max-height: 320px; width: 100%; object-fit: cover; }
	.d7-guarantee { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
	.d7-guarantee > div { display: flex; gap: 16px; align-items: flex-start; padding: 24px; border-radius: 20px; font-size: 16px; line-height: 1.3; font-weight: 700; }
	.d7-guarantee i { width: 40px; height: 40px; border-radius: 20px; background: #2A2113; display: flex; align-items: center; justify-content: center; font-size: 18px; margin: 0; flex: none; }
	.d7-guarantee small { display: block; font-size: 13px; font-weight: 400; color: var(--d7-muted); margin-top: 6px; line-height: 1.45; }
	.d7-block:has(> .d7-guarantee) { padding-bottom: 56px; }
	.d7-order { padding: 48px 64px 56px; margin-top: 0; }
	.d7-order__grid { display: grid; grid-template-columns: 480px 1fr; gap: 56px; align-items: start; }
	.d7-order__left { position: sticky; top: 24px; }
	.d7-order__photo { width: 480px; height: 480px; border-radius: 24px; }
	.d7-order__photo .d7-tag--sale { top: 16px; left: 16px; font-size: 13px; padding: 8px 12px; }
	.d7-order__row { margin-top: 16px; }
	.d7-order__row b { font-size: 16px; }
	.d7-order__row span { font-size: 13px; }
	.d7-order .d7-h2 { margin-bottom: 20px; }
	.d7-label { font-size: 13px; margin: 0 0 8px; }
	.d7-order .d7-combos { gap: 10px; }
	.d7-order .d7-combo { padding: 16px 14px; }
	.d7-order .d7-combo__price { font-size: 17px; }
	.d7-order .d7-combo__save { font-size: 12px; min-height: 14px; }
	.d7-order__vars { margin-top: 18px; }
	.d7-order .d7-vars--photo .d7-var { padding: 8px 14px 8px 8px; }
	.d7-order .d7-var__img { width: 44px; height: 44px; }
	.d7-order__sum { margin-top: 22px; padding-top: 14px; font-size: 14px; }
	.d7-order__sumprice { gap: 10px; }
	.d7-order__sumprice b { font-size: 28px; }
	.d7-order__sumprice s { font-size: 14px; }
	.d7-order .oreder-form { margin-top: 14px; }
	.d7-order .wpcf7 form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
	.d7-order .wpcf7 form > .button-submit, .d7-order .wpcf7 form > .wpcf7-response-output { grid-column: 1 / -1; }
	.d7-order .wpcf7 input.field, .d7-order .wpcf7 input[type="text"], .d7-order .wpcf7 input[type="tel"] { height: 52px; }
	.d7-order .button-submit { height: 56px; font-size: 17px; border-radius: 28px; }
	.d7-order .d7-note { margin-top: 12px; }
	.d7-dlv { padding: 30px 32px; gap: 26px; }
	.d7-dlv__title { font-size: 18px; }
	.d7-dlv__grid { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 40px; }
	.d7-dlv__col { gap: 18px; }
	.d7-dlv__label { font-size: 13px; margin-bottom: 0; }
	.d7-dlv__posts { gap: 40px; }
	.d7-dlv__post { gap: 10px; }
	.d7-dlv__post b { font-size: 15px; }
	.d7-dlv__circle { width: 104px; height: 104px; }
	.d7-dlv__circle img { width: 74px; height: 74px; }
	.d7-dlv__text { font-size: 16px; max-width: 460px; }
	.d7-dlv__sep { width: 1px; height: auto; align-self: stretch; }
	.d7-dlv__pay { gap: 14px; width: auto; justify-content: center; }
	.d7-dlv__box { width: 72px; height: 46px; border-radius: 8px; padding: 6px; }
	#d7-faq { padding-bottom: 56px; }
	.d7-faq { display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; align-items: start; }
	.d7-faq__item summary { font-size: 15px; padding: 16px 0; }
	.d7-faq__item p { font-size: 14px; line-height: 1.55; padding-bottom: 16px; }
	.d7-footer { padding: 32px 64px 104px; font-size: 13px; line-height: 1.7; color: #A09E97; }
	.d7-footer__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
	.d7-footer__col a { color: #A09E97; }
	.d7-footer__links { flex-direction: column; gap: 0; margin: 0; }
	.d7-footer__contacts { margin: 0; }
	.d7-footer__contacts b a { color: var(--d7-ink); }
	.d7-sticky { height: 72px; }
	.d7-sticky__in { max-width: 1152px; gap: 16px; }
	.d7-sticky__price { display: flex; align-items: baseline; gap: 10px; }
	.d7-sticky__price b { font-size: 24px; }
	.d7-sticky__price s { font-size: 14px; }
	.d7-sticky__sum { display: block; font-size: 13px; color: var(--d7-muted); margin-left: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.d7-sticky .d7-btn { padding: 0 40px; height: 48px; font-size: 16px; border-radius: 24px; }
}
