:root {
    --bw-bg: #FFF1F4;
    --bw-bg-soft: #FCE7EC;
    --bw-ink: #1A1A1A;
    --bw-ink-soft: #2A2A2A;
    --bw-muted: #666;
    --bw-pink: #D14F7A;
    --bw-pink-deep: #A8385F;
    --bw-pink-soft: #FBD7E2;
    --color-primary: var(--bw-pink-deep);
    --color-secondary: var(--bw-pink);
    --color-accent: var(--bw-pink);
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body, .notfallakte-body {
    background: var(--bw-bg) !important;
    color: var(--bw-ink) !important;
    font-family: var(--font-body) !important;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 1.6;
    min-height: 100vh;
}

.aero-orbs, .aero-orbs * { display: none !important; }
.strawberry { display: none !important; }

img[src*="bowtie-logo"] {
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
    object-fit: contain;
}
img[src*="bowtie-wordmark"] { image-rendering: auto !important; }

.sticky-header {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.35);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.4s ease;
    z-index: 1000;
    padding: 15px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.sticky-header .header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--bw-ink) !important;
    font-size: 24px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.brand-logo:hover { transform: scale(1.05); }
.brand-logo-img {
    width: 32px;
    height: 32px;
    max-height: 40px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.brand-logo-img.brand-logo-wordmark {
    width: auto;
    height: 36px;
    max-height: 40px;
    aspect-ratio: auto;
    image-rendering: auto;
}
.footer-brand-img {
    width: auto;
    height: 32px;
    max-height: 40px;
    object-fit: contain;
    image-rendering: auto;
}
.brand-name, .wordmark, .footer-brand-name {
    font-family: var(--font-heading) !important;
    font-style: normal !important;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--bw-ink) !important;
    background: none !important;
    -webkit-text-fill-color: var(--bw-ink) !important;
    letter-spacing: -0.015em;
}
.brand-sub {
    font-size: 0.92rem;
    color: var(--bw-ink-soft);
    font-weight: 500;
}
.header-nav { display: flex; align-items: center; gap: 10px; }
.header-nav a {
    color: var(--bw-pink-deep);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}
.header-nav a:hover { background: rgba(255, 255, 255, 0.28); }
.header-actions { display: flex; align-items: center; gap: 15px; }
.header-cta {
    display: inline-flex;
    align-items: center;
    padding: 10px 22px;
    background: var(--bw-ink);
    color: #fff !important;
    text-decoration: none;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(26, 26, 26, 0.18);
}
.header-cta:hover { background: var(--bw-pink-deep); transform: translateY(-1px); }

main { position: relative; z-index: 1; padding-top: 76px; }
main.no-header { padding-top: 0; }

.hero {
    padding: 56px 24px 56px !important;
    min-height: auto !important;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}
.hero-logo-wrap {
    margin: 0 auto 16px;
    display: inline-flex;
    width: 96px;
    height: 96px;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    animation: none !important;
}
.hero-logo {
    width: 84px;
    height: 84px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    filter: none !important;
    animation: none !important;
}
.hero-wordmark-img {
    display: block;
    margin: 4px auto 20px;
    max-width: 220px;
    width: auto;
    height: auto;
    filter: none;
    opacity: 1;
}
.hero-wordmark-wrap {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    line-height: 0;
}
.hero-wordmark-wrap .hero-wordmark-img {
    margin: 4px 0 20px;
}
.hero-logo-mini {
    position: absolute;
    top: 14px;
    right: -14px;
    width: 38px;
    height: 38px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    image-rendering: pixelated;
    transform: rotate(22deg);
    transform-origin: center;
    pointer-events: none;
}
.glass-text, .hero-solid {
    background: none !important;
    -webkit-text-fill-color: var(--bw-ink) !important;
    color: var(--bw-ink) !important;
    text-shadow: none !important;
    filter: none !important;
}
.hero h1, .hero-headline {
    font-family: var(--font-heading) !important;
    font-weight: 700;
    font-size: clamp(2.1rem, 5vw, 3rem);
    line-height: 1.1;
    margin: 0 0 12px;
    letter-spacing: -0.025em;
    color: var(--bw-ink);
}
.hero-tag {
    font-family: var(--font-body);
    font-weight: 500;
    color: var(--bw-pink-deep);
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    margin: 0 0 18px;
}
.subtitle {
    color: var(--bw-ink-soft);
    font-size: 1.05rem;
    max-width: 600px;
    margin: 0 auto 28px;
    line-height: 1.55;
    opacity: 0.9;
}
.hero-cta-row {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.product-order-btn, .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    border-radius: 999px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.98rem;
    text-decoration: none;
    cursor: pointer;
    border: 1.5px solid var(--bw-ink);
    background: var(--bw-ink) !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(26, 26, 26, 0.18);
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    filter: none !important;
}
.product-order-btn::after { display: none !important; }
.product-order-btn:hover {
    background: var(--bw-pink-deep) !important;
    border-color: var(--bw-pink-deep) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 24px rgba(168, 56, 95, 0.28) !important;
}
.product-order-btn--ghost {
    background: transparent !important;
    color: var(--bw-ink) !important;
    border: 1.5px solid var(--bw-ink) !important;
    box-shadow: none;
}
.product-order-btn--ghost:hover {
    background: var(--bw-ink) !important;
    color: #fff !important;
    border-color: var(--bw-ink) !important;
    box-shadow: 0 8px 20px rgba(26, 26, 26, 0.22);
}

section { padding: 80px 0; position: relative; z-index: 2; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-title {
    font-family: var(--font-heading) !important;
    font-weight: 700;
    font-size: clamp(1.7rem, 3.2vw, 2.2rem);
    color: var(--bw-ink) !important;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: -0.02em;
}
.section-lead {
    text-align: center;
    color: var(--bw-ink-soft);
    font-size: 1.02rem;
    max-width: 600px;
    margin: 0 auto 40px;
    opacity: 0.9;
}

.usp { padding: 80px 0; position: relative; z-index: 2; }
.usp .container { display: flex; flex-direction: column; gap: 20px; max-width: 800px; margin: 0 auto; padding: 0 20px; }
.usp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}
.usp-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 30px 28px;
    background: rgba(255, 255, 255, 0.49);
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 15px;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.usp-item:hover {
    background: rgba(255, 255, 255, 0.55);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.85);
}
.usp-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--bw-pink-soft);
    color: var(--bw-pink-deep);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 12px rgba(168, 56, 95, 0.12);
}
.usp-icon svg { width: 24px; height: 24px; }
.usp-item h3 {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
    color: var(--bw-ink);
}
.usp-item p {
    margin: 0;
    color: var(--bw-ink-soft);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.55;
}

.steps { padding: 80px 0; position: relative; z-index: 2; }
.steps .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}
@media (max-width: 820px) { .steps-grid { grid-template-columns: 1fr; gap: 20px; max-width: 800px; } }
.step {
    background: rgba(255, 255, 255, 0.49);
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    width: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.step:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
    background: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.85);
}
.step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--bw-pink-deep);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto 20px;
    box-shadow: 0 8px 25px rgba(168, 56, 95, 0.30);
}
.step h3 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--bw-ink);
}
.step p {
    font-size: 1rem;
    color: var(--bw-ink-soft);
    margin: 0;
    line-height: 1.55;
}

.product-section { padding: 80px 0; position: relative; z-index: 2; }
.product-section .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.product-display {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}
@media (max-width: 820px) {
    .product-display { grid-template-columns: 1fr; gap: 30px; text-align: center; }
}
.product-image-container {
    text-align: center;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.49);
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image {
    width: 55%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
}
.product-info {
    width: 100%;
    background: rgba(255, 255, 255, 0.49);
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 20px;
    padding: 40px 32px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.product-info:hover {
    background: rgba(255, 255, 255, 0.55);
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.85);
}
.product-info h3 {
    font-family: var(--font-heading);
    font-size: 1.9rem;
    color: var(--bw-ink);
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.product-info > p {
    font-size: 1.02rem;
    line-height: 1.6;
    margin-bottom: 22px;
    color: var(--bw-ink-soft);
}
.product-features { margin: 24px 0 0; text-align: left; border-top: 1px solid rgba(255, 255, 255, 0.4); padding-top: 22px; }
.product-features h4 {
    color: var(--bw-pink-deep);
    margin-bottom: 12px;
    font-weight: 600;
    text-align: left;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}
.product-features ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 6px; margin: 0; }
.product-features li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: var(--bw-ink-soft);
    font-size: 0.96rem;
    border: none;
}
.product-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 8px;
    color: var(--bw-pink);
    font-weight: 700;
}
.product-features strong { color: var(--bw-ink); font-weight: 600; }

.plan-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 22px 0 8px;
}
@media (max-width: 560px) { .plan-grid { grid-template-columns: 1fr; } }
.plan-card {
    position: relative;
    background: rgba(255, 255, 255, 0.49);
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 15px;
    padding: 26px 22px 22px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
}
.plan-card:hover {
    background: rgba(255, 255, 255, 0.55);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.85);
}
.plan-card--featured { border-color: var(--bw-ink); }
.plan-badge {
    position: absolute;
    top: -11px;
    left: 20px;
    background: var(--bw-ink);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(26, 26, 26, 0.22);
}
.plan-badge--alt {
    background: rgba(255, 255, 255, 0.85);
    color: var(--bw-ink-soft);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.plan-title {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1.05rem;
    margin: 6px 0 4px;
    color: var(--bw-ink);
}
.plan-price { margin: 4px 0 14px; }
.plan-price .price {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
    color: var(--bw-ink);
    display: block;
    line-height: 1.05;
    letter-spacing: -0.02em;
}
.price-note, .price-note-teal {
    color: var(--bw-muted) !important;
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    display: block !important;
    margin-top: 4px;
    background: none !important;
}
.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    flex: 1;
    font-size: 0.94rem;
    color: var(--bw-ink-soft);
}
.plan-features li {
    padding: 6px 0 6px 20px;
    position: relative;
    border: none;
}
.plan-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--bw-pink);
}
.plan-card .product-order-btn { width: 100%; }

.product-price { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; margin: 16px 0; }
.product-price .price {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--bw-ink);
    display: block;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.faq-section-main { padding: 80px 0; position: relative; z-index: 2; }
.faq-section-main .container { max-width: 800px; margin: 0 auto; padding: 0 20px; }
.faq-section-main h2 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    text-align: center;
    margin: 0 0 36px;
    color: var(--bw-ink);
    letter-spacing: -0.02em;
}
.faq-item {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.49);
    border-radius: 15px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
.faq-item:hover {
    background: rgba(255, 255, 255, 0.55);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-color: rgba(255, 255, 255, 0.85);
}
.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    color: var(--bw-ink);
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
}
.faq-question:hover { background: rgba(255, 255, 255, 0.1); }
.faq-arrow { transition: transform 0.25s ease; color: var(--bw-muted); flex-shrink: 0; }
.faq-item.open .faq-arrow { transform: rotate(180deg); color: var(--bw-ink); }
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 24px;
    color: var(--bw-ink-soft);
    font-size: 0.98rem;
    line-height: 1.6;
}
.faq-item.open .faq-answer { max-height: 500px; padding: 0 24px 20px; }
.faq-answer p { margin: 0; }

.footer {
    padding: 60px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: auto;
    position: relative;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.footer-brand { display: inline-flex; align-items: center; gap: 10px; }
.footer-logo-img {
    width: 26px;
    height: 26px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.footer-wordmark, .footer-brand-name {
    font-family: var(--font-heading) !important;
    font-style: normal !important;
    font-weight: 700;
    font-size: 1rem !important;
    color: var(--bw-ink) !important;
}
.footer-sub { color: var(--bw-ink-soft); font-size: 0.92rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; }
.footer-nav a {
    color: var(--bw-ink-soft);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.15s ease;
}
.footer-nav a:hover { color: var(--bw-pink-deep); }
.footer-copy { color: var(--bw-muted); font-size: 0.82rem; margin: 4px 0 0; }

.scroll-reveal { opacity: 1 !important; transform: none !important; }

@media (max-width: 820px) {
    .header-nav { display: none; }
    .sticky-header { padding: 12px 0; }
    .sticky-header .header-content { padding: 0 18px; }
    .brand-sub { display: none; }
    .header-cta { padding: 9px 18px; font-size: 0.88rem; }
    main { padding-top: 64px; }
    main.no-header { padding-top: 0; }
    .hero { padding: 40px 20px 44px !important; }
    .hero-logo-wrap { width: 80px; height: 80px; margin-bottom: 14px; }
    .hero-logo { width: 70px; height: 70px; }
    .hero-wordmark-img { max-width: 170px; margin: 2px auto 14px; }
    .hero-logo-mini { width: 30px; height: 30px; top: 12px; right: -10px; }
    .hero h1, .hero-headline { font-size: 2rem; }
    .hero-tag { font-size: 0.98rem; margin-bottom: 12px; }
    .subtitle { font-size: 0.98rem; margin-bottom: 22px; }
    .product-order-btn { padding: 12px 22px; font-size: 0.94rem; }
    section, .usp, .steps, .product-section, .faq-section-main { padding: 56px 0; }
    .container { padding: 0 18px; }
    .section-title { font-size: 1.55rem; }
    .section-lead { font-size: 0.96rem; margin-bottom: 28px; }
    .usp-grid { grid-template-columns: 1fr; gap: 14px; }
    .usp-item { padding: 22px 22px; }
    .step { padding: 30px 24px; }
    .step h3 { font-size: 1.2rem; }
    .product-image-container { padding: 28px; max-width: 260px; }
    .product-info { padding: 28px 22px; }
    .product-info h3 { font-size: 1.45rem; }
    .product-info > p { font-size: 0.98rem; }
    .plan-card { padding: 24px 20px 20px; }
    .plan-price .price { font-size: 1.8rem; }
    .faq-question { padding: 18px 20px; font-size: 0.96rem; }
    .faq-item.open .faq-answer { padding: 0 20px 18px; }
    .footer { padding: 36px 0 28px; }
    .footer-nav { gap: 14px; }
    .footer-nav a { font-size: 0.86rem; }
}

@media (max-width: 380px) {
    .hero h1, .hero-headline { font-size: 1.8rem; }
    .hero-wordmark-img { max-width: 150px; }
    .hero-logo-mini { width: 26px; height: 26px; top: 10px; right: -8px; }
    .product-order-btn { padding: 11px 18px; font-size: 0.9rem; }
}
