body {
    min-width: 480px;
    background: #ccc;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
}

.content-wrap {
    background: #fff;
}

/* Єдиний вертикальний ритм між контент-блоками */
.content-wrap .lp-block {
    margin-bottom: 0;
    padding-bottom: 22px;
}

.content-wrap .lp-block:last-child {
    padding-bottom: 0;
}

h2 {
    font-size: 27px;
    line-height: 1.3;
}

h3 {
    font-size: 25px;
}

h1,
h2,
h3,
h4 {
    text-transform: none;
}

h1 strong,
h2 strong,
h3 strong,
.products_count strong,
a {
    color: #f02119;
}

p {
    margin-bottom: 1em;
}

p:last-of-type {
    margin-bottom: 0;
}

.header {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #2f3039;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    padding: 15px;
}

.product-title strong {
    color: #ffcd00;
}

/* Підзаголовок: менший шрифт, звичайний регістр (не капс від .header), відступ знизу лише для цього блоку */
.header .header__subtitle {
    text-transform: none;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 15px 16px;
    padding: 0 12px;
}

/* ========================================
   Template1 override: Problem/Solution block
   ======================================== */
.content-wrap .pain-solution {
    margin-top: 18px;
    padding: 20px 14px 22px;
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 0;
}

.content-wrap .pain-solution__card {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 14px 12px 12px;
}

.content-wrap .pain-solution__section+.pain-solution__section {
    margin-top: 14px;
}

.content-wrap .pain-solution__divider {
    height: 1px;
    margin: 12px 0;
    background: #ececec;
}

.content-wrap .pain-solution__section--problem h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #2f3039;
    padding-bottom: 20px;
    font-weight: 700;
}

.content-wrap .pain-solution__section h3 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.3;
    color: #2f3039;
    text-transform: none;
    letter-spacing: 0;
}

.content-wrap .pain-solution__product-name {
    color: #e23d33;
}

.content-wrap .pain-solution__section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.content-wrap .pain-solution__section li {
    padding: 10px 12px;
    border-radius: 0;
    font-size: 15px;
    line-height: 1.45;
    color: #2f3039;
    border-left: 3px solid #d6d6d6;
}

.content-wrap .pain-solution__section--problem li {
    background: #fafafa;
    border-left-color: #d54b42;
}

.content-wrap .pain-solution__section--solution li {
    background: #fafafa;
    border-left-color: #1f9b53;
}

.product-subtitle {
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #333;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    padding: 8px 0;
}

.top-card-wrap {
    background: #2f3039;
}

.featured-media {
    position: relative;
    overflow: hidden;
}

/* Затемнення низу фото для кращої читабельності соцсигналів */
.featured-media::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.featured-media .discount {
    position: absolute;
    right: 0;
    top: 0;
    background: #ef3039;
    color: #fff;
    padding: 10px 30px;
    transform: rotate(45deg) translate(45px, -18px);
    font-size: 16px;
    font-weight: 700;
    z-index: 3;
}

.featured-media .hero__signals {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 10px;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 6px;
}

.featured-media .hero__signal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 1 1 0;
    min-width: 0;
    padding: 5px 6px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
}

.featured-media .hero__signal-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-media .hero__signal-value {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

/* price */

.pricing-block {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    display: flex;
    line-height: 1;
    align-items: stretch;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.pricing-block>* {
    width: 50%;
    text-align: center;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing-block span {
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-block small {
    font-size: 28px;
    font-weight: 700;
    margin-top: 4px;
}

.old-price {
    color: #f0f0f0;
    background: rgba(255, 255, 255, 0.05);
    border-right: 2px solid rgba(255, 255, 255, 0.1);
}

.old-price strong {
    text-decoration: line-through;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0.85;
    display: inline-block;
    white-space: nowrap;
}

.new-price {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #fff;
}

.new-price span {
    color: #fff;
}

.new-price strong {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
    white-space: nowrap;
}

.big-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: 700;
    color: #333;
    text-shadow: 0 2px 0 #ffe42c;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    width: 100%;
    background: #ffcd00;
    border-radius: 40px;
    min-height: 76px;
    line-height: 80px;
    text-align: center;
    box-shadow: 0 5px 0 0 #ff9600;
    font-size: 26px;
    position: relative;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.big-button:hover {
    background: #ffd700;
    transform: translateY(2px);
    box-shadow: 0 3px 0 0 #ff9600;
}

.big-button:active {
    transform: translateY(5px);
    box-shadow: 0 0 0 0 #ff9600;
}

.big-button svg {
    fill: currentColor;
    margin-right: 12px;
    width: 24px;
    height: 24px;
}


.products_count {
    text-align: center;
    color: #fff;
    margin: 30px 0 0;
    height: 52px;
    line-height: 52px;
    background: #22232b;
}

.products_count strong {
    width: 80px;
    height: 52px;
    background: url("../images/stock-num.png") 0 0 no-repeat;
    font-weight: 700;
    margin: 0 0 0 8px;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    position: relative;
    color: #fff;
}

.block-title {
    text-align: center;
}

.title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}

.title:before,
.title:after {
    display: none;
}

/* Явно глушимо ліву риску з базових стилів */
.title::before {
    content: none !important;
    display: none !important;
}

.number-discount {
    background: #fff;
    padding: 20px 0;
    text-align: center;
    border: 3px solid #f02119;
}

.number-discount .block-title {
    color: #f02119;
}

.discount-list {
    margin: 10px 0 0 20px;
    padding: 0;
    font-size: 24px;
}

.discount-list li {
    padding: 10px 20px;
    font-weight: 200;
}

.discount-list strong {
    font-weight: 700;
}

.countdown {
    text-align: center;
    padding: 0 20px 0 30px;
    color: #fff;
}

.countdown h4 {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    margin: 10px 0;
}

.countdown h4:before {
    content: '⏰';
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    position: static;
}

/* Рядок таймера в блоці "Оформити замовлення" */
.order-mini-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 25px 0 14px;
    color: #e8e8e8;
    font-size: 14px;
    line-height: 1.2;
}

.order-mini-timer>span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.order-mini-timer .js-mini-countdown {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1;
    color: #fff;
}

.countdown__timer {
    display: flex;
    justify-content: center;
}

.countdown__item {
    margin: 0 15px;
    color: #fff;
}

.countdown__value {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    display: inline-block;
    vertical-align: middle;
}

.countdown__label {
    margin-left: 10px;
    padding-top: 5px;
    font-size: 14px;
}

.countdown-text {
    padding-top: 20px;
    font-size: 15px;
}

.product-description {
    margin: 40px 10px 10px;
}

.presentation-wrap {
    display: flex;
    flex-direction: column-reverse;
}

.presentation-wrap>* {
    margin-bottom: 15px;
}

.presentation {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #444;
    padding: 0 10px 10px;
}

.presentation strong {
    background: #fdeaeb;
    padding: 0 5px;
    font-weight: 400;
}

.features-block {
    padding: 30px 10px 0;
}

.feature-item-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature-item {
    background: #f6f6f6;
    color: #222;
    flex-basis: 48%;
    width: 210px;
    padding: 0 0 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}

.feature-image {
    border-radius: 8px 8px 0 0;
}

.feature-text {
    padding: 10px;
}

.feature-title {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: none;
}


.steps-block {
    padding: 30px 0 30px 0;
}

.steps-list {
    padding: 0 30px;
}

.steps-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 32px;
    position: relative;
}

.steps-item:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.steps-item:not(:last-child):after {
    content: '';
    width: 180px;
    height: 3px;
    background: url(../images/benef2_item.png) 0 50% repeat;
    transform: rotate(30deg);
    position: absolute;
    bottom: -20px;
    left: 120px;
    z-index: 1;
}

.steps-item:nth-child(2n):after {
    transform: rotate(-30deg);
    right: 120px;
}

.steps-item:last-child {
    margin-bottom: 0;
}

.steps-item .img {
    min-width: 166px;
    width: 166px
}

.steps-item .img>img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.steps-item>p {
    padding: 0 0 0 26px;
    margin: 1em 0;
}

.steps-item>p>span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
}

.steps-item:nth-child(2n)>p {
    padding: 0 26px 0 0;
    text-align: right;
}


.specifications {
    background: #181b23;
    color: #fff;
}

.specifications .title {
    margin: 0;
    padding: 22px 0;
    width: 100%;
    text-align: center;
    line-height: 1.2;
}

.specifications .title strong {
    color: #ffcd00;
}

.specifications .specs-text {
    color: #fff;
    padding: 20px;
    text-align: left;
    line-height: 2;
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
}

.specifications .specs-text table th,
.specifications .specs-text table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.specifications .specs-text table th {
    background: rgba(255, 205, 0, 0.2);
    color: #ffcd00;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.specifications .specs-text table td {
    background: rgba(255, 255, 255, 0.03);
}

.specifications .specs-text table tr:hover td {
    background: rgba(255, 205, 0, 0.1);
}

.specifications .specs-text img {
    max-width: 100%;
    height: auto;
    display: block;
}

.specifications .order-button {
    padding: 30px;
}

.specifications .swiper-button-next {
    right: 0;
}

.specifications .swiper-button-prev {
    left: 0;
}

.specifications .swiper-button-next:after,
.specifications .swiper-button-prev:after {
    font-size: 30px;
}


.video-presentation,
.rev_item_image {
    border-radius: 5px;
    box-shadow: var(--cr-shadow);
    overflow: hidden;
}

.characteristics__list li {
    padding: 15px 30px 15px 30px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}

.characteristics__list {
    padding: 0;
    margin: 0;
}

.characteristics__list img {
    margin: 5px 20px 5px 0;
    height: fit-content;
}

.characteristics__list li b,
.characteristics__list li span {
    display: block;
    color: #ffcd00;
}

.reviews {
    background: #181b23;
    color: #fff;
    padding: 30px 20px;
}

.reviews .title {
    margin-bottom: 30px;
}

/* ========================================
   Template1 — new reviews block style
   ======================================== */
.reviews__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 16px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.reviews__summary-left {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.reviews__summary-stars {
    color: #ffcd00;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1;
}

.reviews__summary-score {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.reviews__summary-right {
    text-align: right;
    color: #d7d7d7;
    font-size: 13px;
    line-height: 1.35;
}

.reviews__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reviews-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    padding: 12px;
    color: #333;
}

.reviews-card__top {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.reviews-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #2f3039;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
    overflow: hidden;
}

.reviews-card__avatar--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reviews-card__main {
    min-width: 0;
    flex: 1;
}

.reviews-card__name-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}

.reviews-card__name {
    font-weight: 700;
    font-size: 16px;
    color: #2f3039;
}

.reviews-card__stars {
    color: #ffcd00;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
}

.reviews-card__meta {
    margin-top: 4px;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 1.35;
}

.reviews-card__verified {
    margin-top: 8px;
    color: #1b9d52;
    font-size: 13px;
    font-weight: 600;
}

.reviews-card__text {
    margin-top: 8px;
    color: #333;
    font-size: 15px;
    line-height: 1.5;
}

.reviews>.swiper-slide {
    margin-bottom: 30px;
}

.reviews>.swiper-slide:last-of-type {
    margin-bottom: 0;
}

.rev_item {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
}

.rev_item_image {
    min-width: 100%;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}

.rev-text {
    text-align: center;
    padding: 30px 20px 0;
    display: flex;
    flex-direction: column;
    color: #333;
    line-height: 1.8;
}

.rev-text .rev-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
}

.rev-name {
    margin-bottom: 20px;
}

.rev-author {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

.rev-author:before {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/quote-icon.png") 0 0 no-repeat;
    width: 20px;
    height: 16px;
    margin-right: 10px;
    content: '';
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background: #f02119;
}

/* ========================================
   FAQ block (Template1 style)
   ======================================== */
.faq {
    background: #fff;
    padding: 22px 14px 24px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.faq .title {
    margin: 0 0 14px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq__item {
    border: 1px solid #e7e7e7;
    background: #fafafa;
}

.faq__question {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 12px;
    text-align: left;
    color: #2f3039;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    cursor: pointer;
}

.faq__icon {
    font-size: 22px;
    color: #ef3039;
    line-height: 1;
    transition: transform .2s ease;
    flex-shrink: 0;
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 12px;
    border-top: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.5;
    transition: max-height .25s ease, padding .25s ease;
}

.faq__item.is-open .faq__icon {
    transform: rotate(45deg);
}

.faq__item.is-open .faq__answer {
    max-height: 220px;
    padding: 0 12px 12px;
    border-top: 1px dashed #d7d7d7;
}


/*   order info   */

.sect_5 {
    background: #f7f7f7;
    padding-bottom: 10px;
    padding-top: 20px;
}

.sect_5 h2.title {
    font-size: 24px;
    background: none;
    padding-bottom: 0;
}

.sect_5 .list {
    padding: 0 20px;
}

.sect_5 .list>li {
    margin-bottom: 25px;
    color: #fff;
    display: flex;
    flex-direction: row;
}

.sect_5 .list>li:nth-of-type(even) {
    flex-direction: row-reverse;
}

.sect_5 .list>li>img {
    border: 1px solid #d2d2d2;
    min-width: 220px;
    width: 220px;
}

.sect_5 .list>li>svg {
    min-width: 80px;
    width: 80px;
    height: 80px;
    color: #ef3039;
    flex-shrink: 0;
}

.sect_5 .list>li:nth-of-type(even) .text {
    padding: 10px 20px 0 0;
}

.sect_5 .list>li .text {
    padding: 10px 0 0 20px;
}

.sect_5 .text h4 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 5px;
    color: #ef3039;
}

.sect_5 .text p {
    font-size: 16px;
    color: #333;
}




.contact-form {
    padding: 0 0 10px;
}

.form-txt {
    text-align: center;
    padding-bottom: 20px;
}


.order-form-inner {
    margin: 30px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.order-form-inner select,
.order-form-inner input {
    width: 100%;
    display: block;
    border: none;
    font-size: 18px;
    padding: 0 40px;
    height: 76px;
    border-radius: 38px;
    text-align: left;
    font-weight: 500;
    color: #222;
}


.form-control-wrap {
    width: 100%;
    margin-bottom: 10px;
}

.footer {
    padding: 0;
}

.footer .footer__shop-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin: 10px 0 6px;
}

.footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 10px 12px 14px;
    list-style: none;
    white-space: normal;
}

.footer .footer-menu li {
    margin: 0;
    padding: 0;
}

/* ========================================
   Recent order popup
   ======================================== */
.recent-order-popup {
    position: fixed;
    right: max(14px, calc(50% - 240px + 14px));
    left: auto;
    top: 14px;
    z-index: 30;
    max-width: min(390px, calc(100vw - 28px));
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 10px 11px;
    border-radius: 12px;
    border: 1px solid #e4e4e7;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    pointer-events: none;
}

.recent-order-popup.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.recent-order-popup__icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    flex: 0 0 auto;
}

.recent-order-popup__title {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

.recent-order-popup__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.recent-order-popup__product {
    margin-top: 2px;
    font-size: 12px;
    color: #374151;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 270px;
}

.recent-order-popup__meta {
    font-size: 10px;
    font-weight: 500;
    color: #6b7280;
    white-space: nowrap;
    text-align: right;
}

/* ========================================
   Sticky order bar
   ======================================== */
.sticky-order-bar {
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%) translateY(12px);
    width: min(480px, 100vw);
    box-sizing: border-box;
    z-index: 28;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 8px 10px 9px;
    border-radius: 0;
    border: 0;
    background: #22232b;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.sticky-order-bar.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.sticky-order-bar__signals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 2px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.sticky-order-bar__signal {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
}

.sticky-order-bar__signal-label {
    font-size: 10px;
    color: #d6d6d6;
    line-height: 1.1;
}

.sticky-order-bar__signal-value {
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.sticky-order-bar__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.sticky-order-bar__prices {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sticky-order-bar__price-new {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.sticky-order-bar__price-old {
    margin-top: 1px;
    font-size: 12px;
    color: #d6d6d6;
    text-decoration: line-through;
    line-height: 1.1;
}

.sticky-order-bar__btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 46px;
    padding: 0 16px;
    border-radius: 40px;
    background: #ffcd00;
    color: #333;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #ffe42c;
    box-shadow: 0 4px 0 0 #ff9600;
}

/* Form validation styles */
.form-field-wrapper {
    position: relative;
    width: 100%;
    display: block;
}

.form-field-wrapper input {
    width: 100%;
}

.error-message {
    display: block;
    color: #ff4444;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 20px;
    font-weight: 500;
}

.field.error,
.field[style*="border-color: rgb(255, 68, 68)"] {
    border: 2px solid #ff4444 !important;
}

.button-submit2:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Success state for button */
.big-button.success {
    background: #4CAF50 !important;
    box-shadow: 0 5px 0 0 #388E3C !important;
    color: #fff !important;
    text-shadow: 0 2px 0 #2E7D32 !important;
}

/* Phone input - same style as other inputs */
input[name="phone"]:focus {
    outline: 2px solid #4CAF50;
}

.text_block img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* CKEditor MediaEmbed (figure.media + iframe) — адаптивне відео.
   aspect-ratio замість height:auto, бо iframe не має intrinsic size. */
.text_block figure.media,
.specifications .specs-text figure.media {
    margin: 16px auto;
    width: 100%;
    max-width: 100%;
}
.text_block figure.media iframe,
.specifications .specs-text figure.media iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
}