/* ========================================
   Template 5 — Aurora Glass
   Light warm premium · Inter font · Soft gradients
   ======================================== */

@import url("css2.css");

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.faq__answer{
    max-height:0;
    overflow:hidden;
    transition:.35s;
}

.faq__item.active .faq__answer{
    max-height:250px;
    padding-top:15px;
}

.faq__icon{
    transition:.3s;
}

.faq__item.active .faq__icon{
    transform:rotate(45deg);
}

.body {
    min-width: 480px;
    background: #f8f6f3;
    color: #1e1e1e;
    font: 400 15px/1.6 'Inter', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.lp {
    max-width: 480px;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0,0,0,0.06);
}

/* ========================================
   Trust chips (top strip)
   ======================================== */
.trust-strip {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px 12px;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 50%, #fde68a 100%);
    border-bottom: 1px solid rgba(245, 158, 11, 0.2);
}

.trust-strip__row {
    display: flex;
    gap: 6px;
    justify-content: center;
    flex-wrap: nowrap;
}

.trust-strip__social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2px;
}

.trust-strip__social-item {
    font-size: 12px;
    font-weight: 600;
    color: #121211;
    white-space: nowrap;
}

.trust-strip__social-item strong {
    font-size: 13px;
    font-weight: 800;
    color: #44403c;
}

.trust-strip__social-item--promo {
    font-weight: 800;
    color: #dc2626;
    letter-spacing: 0.3px;
}

.trust-strip__social-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 999px;
    border: 1px solid rgba(245, 158, 11, 0.3);
    background: #ffffff;
    padding: 7px 11px;
    color: #92400e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1px;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.1);
    white-space: nowrap;
}

.trust-chip--hot {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    border-color: #dc2626;
    box-shadow: 0 2px 12px rgba(239, 68, 68, 0.25);
}

.trust-chip__icon {
    font-size: 13px;
    line-height: 1;
}

/* ========================================
   Hero — clean card style
   ======================================== */
.hero {
    position: relative;
    background: #ffffff;
}

.hero__image-wrap{
    position:relative;
    overflow:visible;
    margin-bottom:30px;
    background: #f1f0ee;


}

.hero__image-wrap img{

    width:100%;

    display:block;

}

.hero__discount {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    min-width: 56px;
    height: 56px;
    padding: 0 10px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 17px;
    color: #fff;
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.35);
    transform: rotate(3deg);
}

.hero__body {
    padding: 24px 20px 20px;
}

.hero__title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.15;
    color: #111;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.hero__subtitle {
    font-size: 13px;
    line-height: 1.4;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 16px;
}

.hero__prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.hero__prices-left {
    display: flex;
    align-items: baseline;
    gap: 14px;
}

.hero__saving {
    font-size: 12px;
    font-weight: 700;
    color: #16a34a;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 5px 10px;
    white-space: nowrap;
}

.hero__price-old {
    font-size: 17px;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 500;
}

.hero__price-new {
    font-size: 34px;
    font-weight: 900;
    color: #111;
    letter-spacing: -1px;
}

.hero__price-new small {
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
}


/* ---- Stock bar (on photo) ---- */
.stock-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom:-18px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.stock-bar__label {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 800;
    color: #fbbf24;
    white-space: nowrap;
}

.stock-bar__track {
    flex: 1 1 auto;
    height: 10px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 5px;
    overflow: hidden;
}

.stock-bar__fill {
    display: block;
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, #22c55e, #4ade80);
    border-radius: 5px;
    transition: width 0.6s ease;
}

.stock-bar__value {
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

/* ========================================
   Action Bar — warm gradient CTA
   ======================================== */
.action-bar {
    background: #ffffff;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.action-bar--seamless {
    border-top: none;
    padding-top: 0;
}

.action-bar__mini-timer {
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
}

.action-bar__mini-timer strong {
    color: #d97706;
    font-size: 14px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.3px;
}

.countdown__timer {
    display: inline-flex;
    gap: 6px;
}

.countdown__item {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
}

.countdown__value {
    font-size: 24px;
    font-weight: 900;
    color: #4b5563;
    font-variant-numeric: tabular-nums;
}

.countdown__label {
    font-size: 11px;
    color: #9ca3af;
    font-weight: 600;
}

.countdown__item + .countdown__item::before {
    content: ':';
    font-size: 20px;
    font-weight: 900;
    color: #d1d5db;
    margin-right: 6px;
}

.countdown__item[style*="display: none"] + .countdown__item::before {
    content: none;
    margin-right: 0;
}

.action-bar__btn {
    display: block;
    width: 100%;
    padding: 18px;
    text-align: center;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    background: linear-gradient(135deg, #eada85, #9ca3af);
    border: none;
    border-radius: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 6px 24px rgba(245, 158, 11, 0.3);
    position: relative;
    overflow: hidden;
}

.action-bar__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(245, 158, 11, 0.4);
}

.action-bar__btn:active {
    transform: translateY(1px);
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.25);
}

.action-bar__note {
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
    color: #9ca3af;
    font-weight: 500;
}

/* ========================================
   About — editorial
   ======================================== */
.about {
    padding: 40px 20px;
    border-bottom: 1px solid #f3f4f6;
}

.about h2 {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    line-height: 1.3;
    margin-bottom: 16px;
    padding-left: 14px;
    position: relative;
}

.about h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 4px;
    background: linear-gradient(180deg, #e5e7eb, #9ca3af);
    border-radius: 2px;
}

.about__text {
    font-size: 15px;
    line-height: 1.75;
    color: #4b5563;
}

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

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

.about__text strong {
    color: #111;
    font-weight: 700;
}

.about__text ul { padding-left: 20px; margin: 12px 0; }
.about__text li { margin-bottom: 6px; }
.about__text li::marker { color: #d96499; }

/* ========================================
   Problem / Solution
   ======================================== */
.pain-solution {
    padding: 32px 20px 28px;
    background: #fafaf9;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
}

.pain-solution__card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px 16px 14px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

.pain-solution__section + .pain-solution__section {
    margin-top: 12px;
}

.pain-solution__divider {
    height: 1px;
    margin: 14px 0;
    background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
    opacity: 0.4;
}

.pain-solution__section h3 {
    font-size: 17px;
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
}

.pain-solution__section--problem h2 {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    text-align: center;
    margin-bottom: 14px;
}

.pain-solution__product-name {
    color: #4b5563;
}

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

.pain-solution__section li {
    font-size: 14px;
    line-height: 1.45;
    color: #6b7280;
}

.pain-solution__section--solution li {
    background: linear-gradient(135deg, #e5e7eb 0%, #fde68a 50%, #fafaf9 100%);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 10px;
    padding: 10px 12px;
    color: #0e0e0e;
}

/* ========================================
   Specs — clean card
   ======================================== */
.specs{
    margin:25px 16px;
    background:#fff;
    border-radius:24px;
    padding:24px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
}

.specs-title{
    font-size:30px;
    font-weight:800;
    text-align:center;
    margin-bottom:24px;
}

.specs-grid{
    display:grid;
    gap:14px;
}

.spec-card{
    display:flex;
    align-items:center;
    gap:16px;
    padding:18px;
    border-radius:18px;
    background:#fafafa;
    border:1px solid #ececec;
}

.spec-icon{
    width:56px;
    height:56px;
    border-radius:16px;
    background:#ffe6ec;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    flex-shrink:0;
}

.spec-card span{
    display:block;
    color:#8b8b8b;
    font-size:14px;
}

.spec-card strong{
    display:block;
    margin-top:4px;
    font-size:18px;
    color:#222;
}

/* ========================================
   Reviews
   ======================================== */
.reviews {
    padding: 40px 20px;
    background: #fafaf9;
    border-top: 1px solid #f3f4f6;
}

.reviews h2 {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    text-align: center;
    margin-bottom: 16px;
}

.reviews__summary {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0;
}

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

.reviews__summary-right { text-align: right; }

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

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

.reviews__summary-count {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 2px;
}

.reviews__summary-recommend {
    font-size: 12px;
    color: #374151;
    font-weight: 600;
}

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

.reviews-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

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

.reviews-card__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #e5e7eb, #9ca3af);
    flex: 0 0 auto;
}

.reviews-card__avatar--photo {
    background: #f3f4f6;
    overflow: hidden;
}

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

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

.reviews-card__name {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
}

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

.reviews-card__stars {
    color: #f59e0b;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.reviews-card__meta {
    margin-top: 3px;
    font-size: 11px;
    color: #9ca3af;
}

.reviews-card__verified {
    margin: 8px 0 6px 46px;
    font-size: 11px;
    color: #16a34a;
    font-weight: 600;
}

.reviews-card__text {
    margin-left: 46px;
    font-size: 13px;
    line-height: 1.5;
    color: #111;
}

/* ========================================
   Timeline — steps with warm accent
   ======================================== */
.timeline {
    padding: 44px 20px;
    border-top: 1px solid #f3f4f6;
}

.timeline h2,
.faq h2 {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    text-align: center;
    margin-bottom: 28px;
}

.timeline__track {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 32px;
}

.timeline__track::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #e5e7eb, #9ca3af, #e5e7eb);
    opacity: 0.25;
}

.timeline__step {
    position: relative;
    padding: 0 0 28px 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.timeline__step:last-child { padding-bottom: 0; }

.timeline__dot {
    position: absolute;
    left: -26px;
    top: 0;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #f59e0b, #f59e0b);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(245, 158, 11, 0.3);
}

.timeline__step svg {
    width: 44px;
    height: 44px;
    color: #f59e0b;
    flex: 0 0 auto;
}

.timeline__text {
    flex: 1 1 auto;
    min-width: 0;
}

.timeline__step h4 {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}

.timeline__step p {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.5;
}

/* ========================================
   FAQ
   ======================================== */
.faq {
    padding: 40px 20px 48px;
    background: #fafaf9;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
}

.faq + .order { margin-top: 0 !important; }

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

.faq__item {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

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

.faq__icon {
    flex: 0 0 auto;
    color: #f59e0b;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    transition: transform 0.2s ease;
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 18px;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    transition: max-height 0.25s ease, padding 0.25s ease;
}

.faq__item.is-open .faq__answer {
    max-height: 220px;
    padding: 0 18px 16px;
}

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

/* ========================================
   Order Form — warm card
   ======================================== */
.order {
    margin: 24px 20px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 24px 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.order__title {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
    text-align: center;
}

.order__header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f3f4f6;
}

.order__header img {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    object-fit: cover;
    border: 1px solid #e5e7eb;
}

.order__header h3 {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
    line-height: 1.3;
    text-transform: lowercase;
}

.order__header h3::first-letter { text-transform: uppercase; }

.order__price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.order__price {
    font-size: 18px;
    font-weight: 900;
    color: #111;
}

.order__price-old {
    font-size: 13px;
    font-weight: 500;
    color: #9ca3af;
    text-decoration: line-through;
    white-space: nowrap;
}

.order__mini-timer {
    margin: -2px 0 12px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.order__mini-timer-label {
    font-size: 12px;
    color: #9ca3af;
    line-height: 1.3;
}

.order__mini-timer-value {
    font-size: 16px;
    font-weight: 800;
    color: #d97706;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

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

.form-field-wrapper { position: relative; }

.order__form .field {
    width: 100%;
    display: block;
    background: #fafaf9;
    border: 1px solid #e5e7eb;
    color: #111;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 18px;
    border-radius: 12px;
    outline: none;
    transition: all 0.2s ease;
}

.order__form .field::placeholder { color: #9ca3af; }

.order__form .field:focus {
    border-color: #d96499;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12);
    background: #fff;
}

.error-message {
    display: block;
    color: #ef4444;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 4px;
    font-weight: 600;
}

.field.error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.08) !important;
}

.order__form .action-bar__btn { margin-top: 4px; }

.order__submit-note {
    margin-top: 2px;
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
    color: #9ca3af;
    font-weight: 500;
}

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

.action-bar__btn.success {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    box-shadow: 0 6px 24px rgba(16, 185, 129, 0.3) !important;
}

/* ========================================
   Footer
   ======================================== */
.landing-page .footer {
    max-width: 480px;
    margin: 0 auto;
    padding: 28px 20px 36px;
    text-align: center;
    border-top: 1px solid #f3f4f6;
    background: #fafaf9;
}

.footer__shop-name {
    font-size: 16px;
    font-weight: 800;
    color: #111;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}

.footer a {
    color: #9ca3af;
    font-size: 11px;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}

.footer a:hover { color: #4b5563; }

.menu-menu-1-container {
    margin-top: 4px;
    overflow-x: auto;
}

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

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

.footer__copyright {
    margin-top: 10px;
    font-size: 11px;
    color: #9ca3af;
}

/* ========================================
   Recent order popup
   ======================================== */
.recent-order-popup{

    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
    transition:.4s;

}

.recent-order-popup.show{

    opacity:1;
    visibility:visible;
    transform:translateY(0);

}

/* ========================================
   Sticky order bar
   ======================================== */
.sticky-order-bar {
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%) translateY(12px);
    width: min(460px, calc(100vw - 16px));
    z-index: 28;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
    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: 4px;
    border-top: 1px solid #f3f4f6;
}

.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: #9ca3af;
    line-height: 1.1;
}

.sticky-order-bar__signal-value {
    font-size: 12px;
    font-weight: 800;
    color: #111;
    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: #111;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.sticky-order-bar__price-old {
    margin-top: 1px;
    font-size: 12px;
    color: #9ca3af;
    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: 150px;
    height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e5e7eb, #9ca3af);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.3);
}

/* ========================================
   Animations
   ======================================== */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero { animation: fadeInUp 0.5s ease both 0.05s; }
.action-bar { animation: fadeInUp 0.4s ease both 0.15s; }
.about { animation: fadeInUp 0.4s ease both 0.2s; }
.specs__glass { animation: fadeInUp 0.4s ease both 0.25s; }
.timeline { animation: fadeInUp 0.4s ease both 0.3s; }
.order { animation: fadeInUp 0.4s ease both 0.35s; }

.faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
    padding: 0 24px;
    color: #444;
    line-height: 1.5;
}

.faq__item.active .faq__answer {
    max-height: 200px;
    padding: 0 24px 20px;
}

.faq__question {
    width: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
}

.faq__icon {
    transition: transform .3s ease;
    display: inline-block;
}

.faq__item.active .faq__icon {
    transform: rotate(45deg);
}

.faq__answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease,padding .35s ease;
    padding:0 24px;
}

.faq__item.active .faq__answer{
    max-height:300px;
    padding:0 24px 20px;
}

.faq__icon{
    transition:transform .3s;
}

.faq__item.active .faq__icon{
    transform:rotate(45deg);
}

/* ---------- Together Buy ---------- */



/* ===========================
   CROSS SELL
===========================*/

.cross-sell{

    margin:25px 18px;

    padding:24px;

    background:#1f1f1f;

    border-radius:26px;

    color:#fff;

}

.cross-title{

    font-size:30px;

    text-align:center;

    margin-bottom:25px;

    font-weight:700;

    line-height:1.3;

}

.cross-image{

    width:72px;

    height:72px;

    border-radius:14px;

    overflow:hidden;

    flex-shrink:0;

    background:#fff;

}

.cross-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.slider{

    position:absolute;

    inset:0;

    background:#5a5a5a;

    border-radius:40px;

    cursor:pointer;

    transition:.3s;

}

.slider:before{

    content:"";

    position:absolute;

    width:24px;

    height:24px;

    left:4px;

    top:4px;

    border-radius:50%;

    background:#fff;

    transition:.3s;

}

.switch input:checked + .slider{

    background:#2ecc71;

}

.switch input:checked + .slider:before{

    transform:translateX(26px);

}
/*==================================
      BUNDLE
==================================*/

.bundle{

    padding:25px 18px;

    background:#f7f7f7;

}

.bundle-title{

    text-align:center;

    font-size:32px;

    font-weight:700;

    margin-bottom:8px;

}

.bundle-subtitle{

    text-align:center;

    color:#777;

    margin-bottom:25px;

}

.bundle-card{

    background:#fff;

    border-radius:22px;

    padding:14px;

    display:flex;

    align-items:center;

    gap:15px;

    margin-bottom:18px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.bundle-image{

    width:90px;

    height:90px;

    flex-shrink:0;

}

.bundle-image img{

    width:100%;

    height:100%;

    object-fit:contain;

}

.bundle-content{

    flex:1;

}

.bundle-content h3{

    font-size:18px;

    margin-bottom:8px;

}

.bundle-price{

    display:flex;

    gap:10px;

    align-items:center;

    margin-bottom:12px;

}

.bundle-old{

    color:#999;

    text-decoration:line-through;

}

.bundle-new{

    color:#9ca3af;

    font-size:24px;

    font-weight:700;

}

.bundle-btn{

    width:100%;

    height:46px;

    border:none;

    border-radius:14px;

    background:linear-gradient(135deg, #eada85, #9ca3af);

    color:#fff;

    font-size:16px;

    font-weight:700;

    cursor:pointer;

    transition:.25s;

}

.bundle-btn:hover{

    transform:translateY(-2px);

    box-shadow:0 8px 20px rgba(255,110,0,.35);

    
}

.order__form select.field{

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    width:100%;

    padding:16px 18px;

    border:1px solid #e5e7eb;

    border-radius:12px;

    background:#fafaf9;

    color:#111;

    font-size:15px;

    cursor:pointer;

    transition:.25s;

}

.order__form select.field:focus{

    border-color:#f59e0b;

    box-shadow:0 0 0 3px rgba(245,158,11,.15);

    outline:none;

}
.workspace{
    margin:40px 16px;
    padding:28px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.workspace-header{
    text-align:center;
    margin-bottom:24px;
}

.workspace-badge{
    display:inline-block;
    padding:8px 16px;
    border-radius:30px;
    background:#FFE9EF;
    color:#ff5b8f;
    font-weight:700;
    font-size:14px;
    margin-bottom:14px;
}

.workspace h2{
    font-size:34px;
    line-height:1.2;
    margin-bottom:16px;
    color:#222;
    font-weight:800;
}

.workspace p{
    font-size:17px;
    line-height:1.7;
    color:#666;
    max-width:600px;
    margin:auto;
}

.workspace-image{
    margin-top:24px;
    margin-left:-10px;
    margin-right:-10px;
}

.workspace-image img{
    width:100%;
    border-radius:18px;
    
}
.workspace-note{
    margin-top:20px;
    background:#F8F9FB;
    border-radius:16px;
    padding:18px;
    text-align:center;
    font-size:16px;
    color:#444;
    font-weight:600;
}
.features-premium{

    margin:35px 15px;

    background:#fff;

    border-radius:28px;

    padding:26px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.features-head{

    text-align:center;

}

.features-badge{

    display:inline-block;

    background:#fde68a;

    color:#4b5563;

    font-weight:700;

    padding:8px 18px;

    border-radius:100px;

    font-size:14px;

    margin-bottom:14px;

}

.features-head h2{

    font-size:34px;

    line-height:1.2;

    margin:0;

    color:#222;

    font-weight:800;

}

.features-head p{

    color:#666;

    font-size:18px;

    line-height:1.6;

    margin:18px auto 30px;

    max-width:700px;

}

.features-image{

    width:100%;

    border-radius:20px;

    margin-bottom:30px;

    display:block;

}

.features-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:16px;

}

.feature-item{

    background:#fafafa;

    border-radius:18px;

    padding:18px;

    text-align:center;

    transition:.3s;

}

.feature-item:hover{

    transform:translateY(-5px);

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.feature-item{

    font-size:34px;

}

.feature-item h3{

    margin:12px 0 8px;

    font-size:20px;

    color:#222;

}

.feature-item p{

    margin:0;

    color:#777;

    font-size:15px;

    line-height:1.5;

}

@media(max-width:768px){

.features-premium{

padding:20px;

margin:25px 10px;

}

.features-head h2{

font-size:30px;

}

.features-head p{

font-size:16px;

}

.features-grid{

grid-template-columns:1fr;

}
}

.compare{
    margin:40px 15px;
    padding:28px 20px;
    background:#fff;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.compare-title{
    text-align:center;
    margin-bottom:28px;
}

.compare-title span{
    display:inline-block;
    padding:8px 18px;
    background:#fde68a;
    color:#4b5563;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
}

.compare-title h2{
    margin:16px 0 10px;
    font-size:36px;
    line-height:1.2;
    font-weight:800;
    color:#222;
}

.compare-title p{
    color:#666;
    font-size:18px;
    line-height:1.5;
}

/* ---------- Таблиця ---------- */

.compare-table{
    overflow:hidden;
    border-radius:18px;
    border:1px solid #f0f0f0;
}

.compare-head,
.compare-row{
    display:grid;
    grid-template-columns:2.2fr .9fr .9fr;
    align-items:center;
}

.compare-head{
    background:#e5e7eb;
    font-weight:700;
    padding:16px;
}

.compare-head div{
    text-align:center;
}

.compare-head div:first-child{
    text-align:left;
}

.good{
    color:#20b15a;
}

.bad{
    color:#999;
}

.compare-row{
    padding:18px 16px;
    border-top:1px solid #eee;
    background:#fff;
}

.compare-row span:first-child{
    font-size:17px;
    font-weight:600;
    color:#333;
    line-height:1.4;
}

.yes,
.no{
    text-align:center;
    font-size:34px;
    font-weight:700;
}

.yes{
    color:#22b25f;
}

.no{
    color:#e74c3c;
}

/* ---------- Підсумок ---------- */

.compare-footer{
    margin-top:24px;
    padding:18px;
    border-radius:16px;
    background:#f5fff7;
    border:2px solid #d8f2dd;
    text-align:center;
    font-size:17px;
    line-height:1.6;
    font-weight:600;
    color:#333;
}

/* ==========================
   МОБІЛЬНА ВЕРСІЯ
========================== */

@media (max-width:768px){

.compare{
    margin:28px 10px;
    padding:22px 15px;
}

.compare-title h2{
    font-size:28px;
}

.compare-title p{
    font-size:15px;
}

.compare-head,
.compare-row{
    grid-template-columns:2fr .8fr .8fr;
}

.compare-head{
    padding:14px 10px;
}

.compare-row{
    padding:15px 10px;
}

.compare-row span:first-child{
    font-size:15px;
}

.yes,
.no{
    font-size:26px;
}

.compare-footer{
    font-size:15px;
    padding:16px;
}
}
/* ========================= */

.dimensions{
    padding:40px 18px;
    background:#fff;
}

.dimensions-badge{
    display:flex;
    align-items:center;
    justify-content:center;
    width:fit-content;
    margin:0 auto 20px;
    padding:8px 18px;
    background:#e5e7eb;
    color:#4b5563;
    border-radius:50px;
    font-weight:700;
    gap:6px;

}

.dimensions h2{
    font-size:36px;
    text-align:center;
    margin:10px 0;
}

.dimensions-subtitle{
    text-align:center;
    color:#666;
    margin-bottom:25px;
    font-size:17px;
}

.dimensions-tabs{
    display:flex;
    gap:20px;
    justify-content:center;
    flex-wrap:wrap;
}

.dimension-card{
    width:460px;
    max-width:100%;
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.dimension-title{
    text-align:center;
    font-size:22px;
    font-weight:700;
    padding:18px;
    background:#aaceed;
}
.dimension-title.pink{
    background:#ffe9f1;
    color:#ff5f8b;
}

.dimension-title.blue{
    background:#eaf5ff;
    color:#2d7dd2;
}

.dimension-card img{
    display:block;
    width:100%;
    height:auto;
}

.dimension-note{
    margin-top:25px;
    padding:18px;
    background:#f6fff6;
    border:2px solid #dff4df;
    border-radius:18px;
    text-align:center;
    font-size:18px;
    line-height:1.6;
}

@media(max-width:768px){

.dimensions{
padding:30px 12px;
}

.dimensions h2{
font-size:30px;
}

.dimension-title{
font-size:18px;
}

.dimension-note{
font-size:16px;
}

}

/*======================
GALLERY
======================*/

.gallery{
padding:45px 20px;
background:#fff;
}

.gallery-header{
text-align:center;
margin-bottom:25px;
}

.gallery-badge{
display:inline-block;
padding:8px 18px;
background:#e5e7eb;
color:#4b5563;
border-radius:30px;
font-weight:700;
margin-bottom:15px;
}

.gallery-header h2{
font-size:34px;
margin:15px 0;
}

.gallery-header p{
color:#666;
}

.gallery-slider{
position:relative;
border-radius:22px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.gallery-slider img{
width:100%;
display:block;
cursor:pointer;
}

.gallery-arrow{
position:absolute;
top:50%;
transform:translateY(-50%);
width:46px;
height:46px;
border:none;
border-radius:50%;
background:#fff;
font-size:28px;
cursor:pointer;
box-shadow:0 5px 15px rgba(0,0,0,.15);
z-index:5;
}

.gallery-arrow.left{
left:10px;
}

.gallery-arrow.right{
right:10px;
}

.gallery-thumbs{
display:flex;
justify-content:center;
gap:12px;
margin-top:18px;
flex-wrap:wrap;
}

.gallery-thumb{
width:72px;
height:72px;
object-fit:cover;
border-radius:12px;
border:3px solid transparent;
cursor:pointer;
transition:.3s;
}

.gallery-thumb.active{
border-color:#e5e7eb;
transform:scale(1.05);
}

@media(max-width:768px){

.gallery-header h2{
font-size:28px;
}

.gallery-thumb{
width:60px;
height:60px;
}

.gallery-arrow{
width:38px;
height:38px;
font-size:22px;
}
.recent-order-popup{

    position:fixed;
    left:20px;
    bottom:20px;

    width:320px;

    background:#fff;

    border-radius:16px;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

    display:flex;

    gap:14px;

    padding:12px;

    align-items:center;

    z-index:9999;

    opacity:0;

    visibility:hidden;

    transform:translateY(30px);

    transition:.45s;

}

.recent-order-popup.show{

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}

.recent-order-popup__image{

    width:72px;

    height:72px;

    flex-shrink:0;

}

.recent-order-popup__image img{

    width:100%;

    height:100%;

    object-fit:cover;

    border-radius:10px;

}

.recent-order-popup__title{

    font-size:15px;

    font-weight:700;

    color:#222;

    margin-bottom:4px;

}

.recent-order-popup__product{

    font-size:14px;

    color:#444;

    line-height:1.35;

}

.recent-order-popup__meta{

    margin-top:6px;

    color:#999;

    font-size:12px;

}

@media(max-width:768px){

.recent-order-popup{

left:10px;

right:10px;

bottom:12px;

width:auto;

}

}
}