

.or-aichat .or-chat-msg, .or-aichat .or-reco, .or-aichat .or-summary-card,
.or-aichat .or-chat-email, .or-aichat .or-chips { scroll-margin-top: 84px; }

.or-summary-card { align-self: stretch; width: 100%; display: flex; flex-direction: column; gap: 9px; padding: 15px 17px; margin: 2px 0; background: linear-gradient(162deg, var(--panel), var(--bg-soft) 130%); border: 1.5px solid var(--accent); border-radius: 15px; animation: orFadeIn .4s var(--ease) both; }

.or-bill-xconsent--in { animation: orRevealDown .28s var(--ease) both; }
@media (prefers-reduced-motion: reduce) { .or-reco-change-cta, .or-bill-xconsent--in { animation: none; }}

.or-summary { margin-top: 26px; background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px; }

.or-paylist { display: flex; justify-content: center; gap: 8px; }

.or-bill { margin: 0 0 14px; }

.or-bill-express { display: flex; flex-direction: column; gap: 12px; margin-bottom: 18px; }
apple-pay-button.or-bill-applepay {
    display: block;
    --apple-pay-button-width: 100%;
    --apple-pay-button-height: 48px;
    --apple-pay-button-border-radius: 12px;
    cursor: pointer;
}
apple-pay-button.or-bill-applepay.is-busy { opacity: .55; pointer-events: none; }
.or-bill-xhint { color: var(--muted); font-size: .78rem; text-align: center; margin: -4px 0 0; }
.or-bill-xconsent { display: flex; align-items: flex-start; gap: 9px; font-size: .82rem; color: var(--text); line-height: 1.4; cursor: pointer; }
.or-bill-xconsent input { margin-top: 2px; flex: none; }
.or-bill-xconsent.is-missing { color: #a4322a; }
.or-bill-xconsent.is-missing input { outline: 2px solid #a4322a; outline-offset: 2px; }

.or-bill-xor { display: flex; align-items: center; gap: 12px; color: var(--muted-2); font-size: .78rem; }
.or-bill-xor::before, .or-bill-xor::after { content: ""; flex: 1; height: 1px; background: var(--border); }
.or-bill-head { margin: 0 0 8px; font-size: 12px; font-weight: 700; letter-spacing: .04em;
    text-transform: uppercase; color: var(--muted); }
.or-bill-row { display: flex; gap: 8px; margin-bottom: 8px; }
.or-bill-row > * { flex: 1 1 0; min-width: 0; }   
.or-bill-input { width: 100%; padding: 11px 12px; border: 1px solid var(--line);
    border-radius: 10px; font: inherit; font-size: 15px; background: #fff; color: inherit; }
.or-bill-input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(45,122,74,.14); }
.or-bill-select { appearance: none; background-image:
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23667' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 10px center; background-size: 18px;
    padding-right: 34px; }

.or-bill-seg { display: flex; gap: 6px; margin-bottom: 8px; }

.or-bill-segopt { flex: 1 1 0; position: relative; }
.or-bill-segopt input { position: absolute; inset: 0; width: 100%; height: 100%;
    margin: 0; opacity: 0; cursor: pointer; }

.or-bill-segopt span { display: flex; align-items: center; justify-content: center;
    min-height: 44px; text-align: center; padding: 9px 8px; font-size: 14px;
    border: 1px solid var(--line); border-radius: 10px; cursor: pointer; transition: .15s; }
.or-bill-segopt input:checked + span { border-color: var(--accent); color: var(--accent);
    background: rgba(45,122,74,.07); font-weight: 600; }

.or-bill-segopt input:focus-visible + span { box-shadow: 0 0 0 3px rgba(45,122,74,.2); }
.or-bill-sub { margin-bottom: 8px; }

.or-bill-check { display: flex; gap: 10px; align-items: center; margin: 6px 2px;
    min-height: 44px; padding: 4px 0; font-size: 13px; line-height: 1.45; cursor: pointer; }
.or-bill-check input { flex: 0 0 auto; width: 20px; height: 20px; accent-color: var(--accent); }

.or-bill-consent { align-items: flex-start; }
.or-bill-consent input { margin-top: 2px; }
.or-bill-consent { color: var(--muted); font-size: 12px; }
@media (max-width: 420px) { .or-bill-row { flex-direction: column; }}

.or-bill-pay { margin: 14px 0 4px; }
.or-pay-opt {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2px 10px;
    padding: 9px 0;
    
    min-height: 44px;
    cursor: pointer;
}
.or-pay-opt input { grid-column: 1; }
.or-pay-opt > span { grid-column: 2; }
.or-pay-note {
    grid-column: 2;
    font-size: 13px;
    line-height: 1.4;
    color: var(--muted, #6b7680);
}

.or-cart-bar {
    position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 1200;
    display: flex; align-items: center; gap: 10px;
    background: rgba(255, 255, 255, .72);
    -webkit-backdrop-filter: blur(16px) saturate(1.6); backdrop-filter: blur(16px) saturate(1.6);
    border: 1px solid rgba(255, 255, 255, .7); border-radius: 18px; padding: 9px 10px 9px 9px;
    box-shadow: 0 10px 30px -6px rgba(16, 40, 32, .22), inset 0 1px 0 rgba(255, 255, 255, .6);
}

.or-cart-info {
    appearance: none; cursor: pointer;
    display: inline-flex; align-items: center; gap: 9px; color: var(--ink, #12211c);
    font-size: .95rem; padding: 7px 11px 7px 8px;
    background: rgba(255, 255, 255, .55); border: 1px solid var(--accent-border, #cdeadd);
    border-radius: 13px; transition: background .15s, border-color .15s, transform .1s;
}
.or-cart-info:hover { background: #fff; border-color: var(--accent, #0e8a5f); }
.or-cart-info:active { transform: scale(.98); }

.or-cart-ic {
    position: relative; flex: none; width: 34px; height: 34px; border-radius: 50%;
    display: grid; place-items: center;
    background: linear-gradient(135deg, #14a877, #0e8a5f); color: #fff;
    box-shadow: 0 2px 6px -1px rgba(14, 138, 95, .5);
}
.or-cart-badge {
    position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; padding: 0 4px;
    display: grid; place-items: center; border-radius: 99px;
    background: #f97316; color: #fff; font-size: .7rem; font-weight: 800; border: 2px solid #fff;
}
.or-cart-sum { font-weight: 800; font-family: var(--font-display, inherit); }
.or-cart-chev { display: inline-flex; color: var(--accent, #0e8a5f); margin-left: 1px; }
.or-cart-go {
    appearance: none; border: 0; cursor: pointer; margin-left: auto;
    background: linear-gradient(135deg, #f97316, #ea580c); color: #fff; font-weight: 800;
    border-radius: 13px; padding: 12px 20px; font-size: .95rem; font-family: var(--font-display, inherit);
    box-shadow: 0 6px 16px -6px rgba(234, 88, 12, .6); transition: filter .15s, transform .1s;
}
.or-cart-go:hover { filter: brightness(1.05); }
.or-cart-go:active { transform: scale(.98); }

html.ga-cart-lock #orCartBar { display: none !important; }
.or-cart-panel {
    position: absolute; left: 0; right: 0; bottom: calc(100% + 8px);
    background: var(--surface, #fff); border: 1px solid var(--border, #e6e9ee);
    border-radius: 16px; padding: 12px 14px; box-shadow: 0 12px 34px rgba(16, 40, 32, .18);
    max-height: 46vh; overflow-y: auto;
}
.or-cart-panel-t { font-weight: 800; font-size: .92rem; margin: 0 0 8px; }
.or-cart-row { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-top: 1px solid var(--surface-2, #eef2f0); }
.or-cart-row-tx { display: flex; flex-direction: column; min-width: 0; }
.or-cart-row-tx strong { font-size: .92rem; }
.or-cart-row-tx small { color: var(--muted, #5b6b66); font-size: .78rem; }
.or-cart-row-pr { margin-left: auto; font-size: .92rem; }
.or-cart-row-x, .or-sc-pos-x {
    appearance: none; background: none; border: 0; cursor: pointer;
    color: var(--muted, #8a968f); padding: 6px; border-radius: 8px; line-height: 0;
}
.or-cart-row-x:hover, .or-sc-pos-x:hover { color: #c0392b; background: var(--surface-2, #f6f2f2); }

.or-cart-panel { overscroll-behavior: contain; }
.or-bill-feld { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 0; }
.or-bill-lbl  { font-size: .74rem; font-weight: 600; color: var(--muted, #6b7280); letter-spacing: .01em; }

.ga-cart-ov { position: fixed; inset: 0; z-index: 500; background: rgba(12,17,22,.42); opacity: 0; transition: opacity .26s ease; }
.ga-cart-ov.is-open { opacity: 1; }
html.ga-cart-lock { overflow: hidden; }
.ga-cart-drawer { position: absolute; top: 0; right: 0; height: 100%; width: min(420px, 92vw); background: var(--bg, #fff); display: flex; flex-direction: column; transform: translateX(100%); transition: transform .28s cubic-bezier(.4,0,.2,1); border-left: 1px solid var(--border); }
.ga-cart-ov.is-open .ga-cart-drawer { transform: translateX(0); }
.ga-cart-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--border); }
.ga-cart-head strong { font-size: 1.06rem; font-weight: 700; color: var(--ink); }
.ga-cart-x { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 9px; background: transparent; color: var(--muted-2); cursor: pointer; transition: color .2s, background .2s; }
.ga-cart-x:hover { color: var(--ink); background: var(--bg-soft); }
.ga-cart-body { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; padding: 12px 16px; display: flex; flex-direction: column; gap: 10px; }
.ga-cart-item { display: flex; align-items: center; gap: 12px; padding: 10px; border: 1px solid var(--border); border-radius: 13px; background: var(--bg-soft, #fafbfa); }
.ga-cart-thumb { width: 50px; height: 50px; border-radius: 10px; overflow: hidden; flex-shrink: 0; background: var(--accent-tint); display: flex; align-items: center; justify-content: center; color: var(--muted-2); }
.ga-cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ga-cart-item-mid { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }

.ga-cart-item-nm { font-size: .9rem; font-weight: 700; color: var(--ink); line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ga-cart-item-sub { font-size: .8rem; color: var(--muted-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ga-cart-item-bonus { font-size: .74rem; font-weight: 700; color: #ea6a1e; }
.ga-cart-item-right { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; flex: 0 0 auto; }
.ga-cart-item-pr { font-size: .92rem; font-weight: 700; color: var(--ink); white-space: nowrap; }
.ga-cart-item-x { width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border: none; border-radius: 7px; background: transparent; color: var(--muted-2); cursor: pointer; transition: color .2s, background .2s; }
.ga-cart-item-x:hover { color: #dc2626; background: rgba(220,38,38,.08); }
.ga-cart-foot { padding: 16px 20px calc(16px + env(safe-area-inset-bottom)); border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 12px; }
.ga-cart-subtotal { display: flex; align-items: baseline; justify-content: space-between; }
.ga-cart-subtotal span { font-size: .9rem; color: var(--muted-2); }
.ga-cart-subtotal strong { font-size: 1.24rem; font-weight: 800; color: var(--ink); }
.ga-cart-checkout { width: 100%; justify-content: center; }

.ga-cart-view, .ga-cart-more, .ga-cp-continue, .ga-co-continue {
    display: flex; align-items: center; justify-content: center; gap: 7px; text-align: center;
    font-size: .92rem; font-weight: 700; color: var(--ink); text-decoration: none; padding: 12px 16px;
    background: #fff; border: 1.5px solid var(--border-strong, #cfd8d2); border-radius: 12px;
    transition: border-color .2s, background .2s, color .2s; }
.ga-cart-view:hover, .ga-cart-more:hover, .ga-cp-continue:hover, .ga-co-continue:hover {
    border-color: var(--accent); color: var(--accent); background: var(--accent-soft, #f7fbf9); text-decoration: none; }
.ga-cart-empty { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 48px 20px; color: var(--muted-2); }
.ga-cart-empty svg { color: var(--accent-border); }
.ga-cart-empty-t { font-size: 1rem; font-weight: 700; color: var(--ink); margin: 4px 0 0; }
.ga-cart-empty-s { font-size: .86rem; color: var(--muted-2); max-width: 260px; margin: 0; }
.ga-cart-empty-cta { margin-top: 6px; }
@media (max-width: 560px) {
  .ga-cart-drawer { width: 100vw; border-left: none; }}

.ga-ci { border: 1px solid var(--border); border-radius: 15px; background: var(--bg, #fff); padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.ga-ci-head { display: flex; align-items: center; gap: 12px; }
.ga-ci-av { width: 46px; height: 46px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: var(--accent-tint); display: flex; align-items: center; justify-content: center; }
.ga-ci-av img { width: 100%; height: 100%; object-fit: cover; }
.ga-ci-av.is-empty { color: var(--accent-border); }
.ga-ci-txt { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.ga-ci-nm { font-size: .96rem; font-weight: 700; color: var(--ink); }
.ga-ci-sub { font-size: .8rem; color: var(--muted-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ga-ci-pr { font-size: 1.02rem; font-weight: 800; color: var(--ink); white-space: nowrap; margin-left: auto; }
.ga-ci-rm { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 8px; background: transparent; color: var(--muted-2); cursor: pointer; margin-left: 8px; flex-shrink: 0; transition: color .2s, background .2s, border-color .2s; }
.ga-ci-rm:hover { color: #dc2626; border-color: rgba(220,38,38,.3); background: rgba(220,38,38,.06); }
.ga-ci-was { font-size: .92rem; font-weight: 600; color: var(--accent-dark); }
.ga-ci-gratis { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 700; color: #0e8a5f; }

.ga-ci-zugabe { color: #b8790f; }
.ga-ci-thumbs { display: flex; flex-wrap: wrap; gap: 6px; }
.ga-ci-thumb { width: 52px; height: 52px; border-radius: 9px; overflow: hidden; background: var(--accent-tint); display: flex; align-items: center; justify-content: center; color: var(--accent-border); }
.ga-ci-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ga-ci-links { display: flex; flex-wrap: wrap; gap: 6px; }
.ga-ci-link { display: inline-flex; align-items: center; gap: 4px; font-size: .74rem; color: var(--accent); text-decoration: none; border: 1px solid var(--accent-border); border-radius: 7px; padding: 3px 7px; }
.ga-ci-link.is-plain { color: var(--muted-2); border-color: var(--border); }
.ga-ci-ends { display: flex; align-items: center; gap: 10px; }
.ga-ci-end { display: flex; flex-direction: column; }
.ga-ci-end-lbl { font-size: .7rem; color: var(--muted-2); }
.ga-ci-end strong { font-size: 1.02rem; color: var(--ink); }
.ga-ci-end.is-after strong { color: var(--accent); }
.ga-ci-delta { font-size: .82rem; font-weight: 700; color: #0e8a5f; }

.ga-cart-main { padding: 40px 0 80px; min-height: 60vh; }
.ga-cart-wrap { max-width: 720px; }
.ga-cp-h { font-size: 1.6rem; font-weight: 800; color: var(--ink); margin: 0 0 22px; }
.ga-cp-items { display: flex; flex-direction: column; gap: 14px; }
.ga-cp-act { display: flex; gap: 8px; border-top: 1px solid var(--border); padding-top: 10px; }
.ga-cp-change, .ga-cp-remove { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 600; padding: 6px 10px; border-radius: 8px; border: 1px solid var(--border); background: transparent; color: var(--muted-2); cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.ga-cp-change:hover { color: var(--accent); border-color: var(--accent-border); background: var(--accent-tint); }
.ga-cp-remove:hover { color: #dc2626; border-color: rgba(220,38,38,.3); }
.ga-cp-tiers { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; max-height: 220px; overflow-y: auto; }
.ga-cp-tier { display: flex; flex-direction: column; align-items: center; min-width: 78px; padding: 8px 10px; border: 1px solid var(--border); border-radius: 10px; background: var(--bg-soft); cursor: pointer; transition: border-color .2s, background .2s; }
.ga-cp-tier:hover { border-color: var(--accent-border); }
.ga-cp-tier.is-active { border-color: var(--accent); background: var(--accent-tint); }
.ga-cp-tier strong { font-size: .92rem; color: var(--ink); }
.ga-cp-tier span { font-size: .78rem; color: var(--muted-2); }
.ga-cp-tier em { font-size: .7rem; font-style: normal; font-weight: 700; color: #ea6a1e; }
.ga-cp-foot { margin: 22px 0 0; max-width: none; width: 100%; padding: 20px; display: flex; flex-direction: column; gap: 14px;
  background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 12px 34px rgba(20,30,45,.07); }
.ga-cp-subtotal { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 4px; border-bottom: 1px solid var(--border); }
.ga-cp-subtotal span { font-size: .96rem; color: var(--muted-2); }
.ga-cp-subtotal strong { font-size: 1.5rem; font-weight: 800; color: var(--ink); }
.ga-cp-checkout { width: 100%; justify-content: center; }

.ga-cp-continue { width: 100%; }

.ga-cp-cx { margin: 18px 0 0; max-width: none; padding: 16px 18px; border: 1px solid var(--accent-border, #bfe3d3); border-radius: 18px;
  background: linear-gradient(180deg, var(--accent-tint, #eefaf3), #fff); box-shadow: 0 8px 24px rgba(20,30,45,.05); }
.ga-cp-cx-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.ga-cp-cx-head strong { font-size: 1rem; font-weight: 800; color: var(--ink); }
.ga-cp-cx-badge { font-size: .74rem; font-weight: 800; color: #0b6e4c; background: #d6f3e5; border-radius: 999px; padding: 3px 9px; letter-spacing: .01em; }
.ga-cp-cx-body { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.ga-cp-cx-info { display: flex; flex-direction: column; gap: 3px; }
.ga-cp-cx-name { font-size: .95rem; font-weight: 700; color: var(--ink); }
.ga-cp-cx-price { display: inline-flex; align-items: baseline; gap: 8px; }
.ga-cp-cx-price s { font-size: .84rem; color: var(--muted-2); }
.ga-cp-cx-price strong { font-size: 1.12rem; font-weight: 800; color: #0b6e4c; }
.ga-cp-cx-btn { flex: 0 0 auto; }
.ga-cp-cx-note { margin-top: 10px; font-size: .78rem; color: var(--muted-2); }
@media (max-width: 560px) { .ga-cp-cx-body { flex-direction: column; align-items: stretch; } .ga-cp-cx-btn { width: 100%; justify-content: center; }}

.ga-co-login { margin: 8px 0 16px; font-size: .92rem; color: var(--muted-2, #5b6470); text-align: left; }
.ga-co-login-a { color: var(--accent, #0b6e4c); font-weight: 700; text-decoration: none; }
.ga-co-login-a:hover { text-decoration: underline; }
.ga-applepay {
  -webkit-appearance: -apple-pay-button;
  appearance: -apple-pay-button;
  -apple-pay-button-type: buy;
  -apple-pay-button-style: black;
  display: block; width: 100%; height: 48px; min-height: 48px;
  border: 0; border-radius: 13px; padding: 0; margin: 0; cursor: pointer;
}
.ga-wx apple-pay-button { --apple-pay-button-width: 100%; --apple-pay-button-height: 48px; --apple-pay-button-border-radius: 13px;
  width: 100%; height: 48px; display: block; }
.ga-cart-wx { margin: 12px 0 2px; }
.ga-cp-wx { margin: 4px 0 2px; }

.ga-co-acct { display: flex; align-items: flex-start; gap: 11px; margin: 4px 0 16px; padding: 13px 14px;
  border: 1px solid var(--border); border-radius: 13px; background: #f8fafc; cursor: pointer; }
.ga-co-acct:hover { border-color: var(--accent-border, #b9e3d0); background: #f2fbf7; }
.ga-co-acct-cb { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; accent-color: #12a06a; cursor: pointer; }
.ga-co-acct-tx { display: flex; flex-direction: column; gap: 2px; }
.ga-co-acct-tx strong { font-size: .95rem; color: #0b1015; }
.ga-co-acct-tx small { font-size: .84rem; color: var(--muted-2, #5b6470); line-height: 1.4; }

.ga-co-news { display: flex; align-items: center; gap: 10px; margin: 2px 0 4px; padding: 12px 14px;
    border: 1px solid var(--border); border-radius: 12px; font-size: .88rem; color: var(--muted-2, #5b6470); cursor: pointer; }
.ga-co-news:hover { border-color: var(--accent-border, #b9e3d0); background: #f7fdfa; }
.ga-co-news-cb { width: 18px; height: 18px; flex: 0 0 auto; accent-color: #12a06a; cursor: pointer; }

.ga-co-refill { display: flex; align-items: flex-start; gap: 11px; padding: 14px 15px;
    border: 1px solid var(--accent-border, #cdeadd); border-radius: 13px; background: var(--accent-tint, #f2fbf6); }
.ga-co-refill-ic { flex: 0 0 auto; color: var(--accent-dark, #0b6e4c); margin-top: 1px; }
.ga-co-refill-tx { display: flex; flex-direction: column; gap: 3px; }
.ga-co-refill-tx strong { font-size: .9rem; color: var(--accent-dark, #0b6e4c); }
.ga-co-refill-tx span { font-size: .82rem; line-height: 1.5; color: var(--muted-2, #5b6470); }

.ga-co-remember { align-items: flex-start; }
.ga-co-remember-more { color: var(--accent-dark, #0b6e4c); font-weight: 700; text-decoration: none; white-space: nowrap; }
.ga-co-remember-more:hover { text-decoration: underline; }
.ga-cp-empty, .ga-co-empty { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; padding: 60px 20px; color: var(--muted-2); }
.ga-cp-empty svg { color: var(--accent-border); }
.ga-cp-empty-t { font-size: 1.1rem; font-weight: 700; color: var(--ink); margin: 6px 0 0; }
.ga-cp-empty-s { font-size: .9rem; max-width: 320px; margin: 0; }

.ga-co-main { padding: 34px 0 90px; min-height: 60vh; }
.ga-co-wrap { max-width: 720px; }
.ga-co-back { display: inline-flex; align-items: center; gap: 6px; font-size: .86rem; font-weight: 600; color: var(--muted-2); text-decoration: none; margin-bottom: 14px; }
.ga-co-back:hover { color: var(--ink); }

.ga-co-continue { display: inline-flex; align-self: flex-start; margin-top: 4px; }
.ga-co-h { font-size: 1.6rem; font-weight: 800; color: var(--ink); margin: 0 0 22px; }
.ga-co-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 860px) { 
    .ga-co-grid { grid-template-columns: 1fr; }}
.ga-co-sub { font-size: 1rem; font-weight: 700; color: var(--ink); margin: 0 0 12px; }
.ga-co-items { display: flex; flex-direction: column; gap: 12px; }
.ga-co-panel { display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 860px) { .ga-co-panel { position: static; }}
.ga-co-total { display: flex; align-items: baseline; justify-content: space-between; border: 1px solid var(--border); border-radius: 13px; padding: 14px 16px; background: var(--bg-soft); }
.ga-co-total span { font-size: .96rem; color: var(--muted-2); }
.ga-co-total strong { font-size: 1.5rem; font-weight: 800; color: var(--ink); }
.ga-co-pay { width: 100%; justify-content: center; margin-top: 6px; }

.ga-co-coupon { margin: 0 0 12px; }
.ga-co-coupon-row { display: flex; gap: 8px; }
.ga-co-coupon-in { flex: 1; min-width: 0; padding: 11px 13px; border: 1px solid var(--border); border-radius: 12px; font: inherit; text-transform: uppercase; }
.ga-co-coupon-in:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(18,160,106,.14); }
.ga-co-coupon-btn { flex: 0 0 auto; padding: 11px 16px; border: 1px solid var(--accent); border-radius: 12px; background: #fff; color: var(--accent-dark); font-weight: 700; cursor: pointer; }
.ga-co-coupon-btn:hover { background: #f0f9f3; }
.ga-co-coupon-msg { font-size: .84rem; margin: 8px 2px 0; }
.ga-co-coupon-in::placeholder { text-transform: none; letter-spacing: 0; color: var(--muted-2, #8a929c); }
.ga-co-coupon-msg.is-ok { color: var(--accent-dark); }
.ga-co-coupon-msg.is-bad { color: #c0392b; }

.ga-co-cg-promo { display: flex; align-items: center; gap: 12px; width: 100%; margin: 12px 0 0; padding: 13px 14px;
    text-align: left; cursor: pointer; font: inherit; color: var(--ink, #0c1116);
    background: linear-gradient(100deg, #eafaf1, #f3fbf6 60%, #eafaf1);
    border: 1.5px dashed rgba(18,160,106,.5); border-radius: 14px; transition: transform .12s ease, box-shadow .16s ease, border-color .16s ease; }
.ga-co-cg-promo:hover { transform: translateY(-1px); border-color: rgba(18,160,106,.85); box-shadow: 0 10px 24px -14px rgba(18,160,106,.6); }
.ga-co-cg-promo-ic { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px;
    border-radius: 11px; color: #fff; background: linear-gradient(145deg, #16b877, #0b6e4c); box-shadow: 0 6px 14px -5px rgba(11,110,76,.6); }
.ga-co-cg-promo-tx { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.ga-co-cg-promo-tx b { font-size: .98rem; font-weight: 800; color: var(--accent-dark, #0b6e4c); }
.ga-co-cg-promo-tx small { font-size: .82rem; color: var(--muted-2, #5b6470); }
.ga-co-cg-promo-arr { margin-left: auto; flex: 0 0 auto; display: inline-flex; color: var(--accent, #12a06a); }

.ga-co-cg-note { margin: 8px 2px 0; padding: 10px 12px; background: #f0f9f3; border: 1px solid rgba(18,160,106,.28);
    border-radius: 12px; font-size: .86rem; line-height: 1.45; color: var(--muted-2, #4b5563); }

.ga-co-cg-timer { display: inline-flex; align-items: center; gap: 7px; margin: 8px 2px 0; padding: 7px 12px;
    border-radius: 999px; background: #f0f9f3; border: 1px solid rgba(18,160,106,.28);
    font-size: .86rem; font-weight: 700; color: var(--accent-dark, #0b6e4c); font-variant-numeric: tabular-nums; }
.ga-co-cg-timer .ga-co-cg-timer-ic { display: inline-flex; }
.ga-co-cg-timer.is-soon { background: #fdecea; border-color: rgba(192,57,43,.35); color: #c0392b; }
.ga-co-line { display: flex; justify-content: space-between; align-items: baseline; padding: 4px 2px; font-size: .95rem; color: var(--muted-2); }
.ga-co-line-disc { color: var(--accent-dark); font-weight: 700; }
.ga-ci-prwrap { display: flex; flex-direction: column; align-items: flex-end; margin-left: auto; }
.ga-ci-orig { color: var(--muted-2); font-size: .82rem; text-decoration: line-through; }
.ga-ci-save { font-size: .8rem; font-weight: 700; color: var(--accent-dark); margin: 2px 0 0; text-align: right; }
.ga-cart-item-was { display: block; font-size: .78rem; font-weight: 700; color: var(--accent-dark); }
.ga-cart-item-orig { display: block; font-size: .76rem; color: var(--muted-2); text-decoration: line-through; }
.ga-co-pay.is-busy { opacity: .7; pointer-events: none; }
.ga-co-err { color: #dc2626; font-size: .86rem; font-weight: 600; margin: 6px 0 0; }

.ga-co-main, .ga-cart-main { background:
    radial-gradient(120% 80% at 50% -10%, var(--accent-tint, #f3faf6), transparent 60%), var(--bg, #fff); }
.ga-co-h, .ga-cp-h { font-family: var(--font-display); letter-spacing: -.02em; }
.ga-co-sub, .ga-cp-h { color: var(--ink); }

.ga-ci {
  border: 1px solid var(--border); border-radius: 18px;
  background: linear-gradient(162deg, var(--panel, #fff), var(--bg-soft, #f6f8f9) 140%);
  box-shadow: var(--shadow-md, 0 2px 4px rgba(12,17,22,.04), 0 12px 32px -12px rgba(12,17,22,.14));
  padding: 16px 17px; gap: 12px;
}
.ga-ci-av { border: 2px solid var(--accent-tint); box-shadow: 0 0 0 1px var(--accent-border) inset; }
.ga-ci-nm { font-family: var(--font-display); letter-spacing: -.01em; }
.ga-ci-pr { font-family: var(--font-display); }
.ga-ci-was { color: var(--accent-dark); }
.ga-ci-thumb { border-radius: 12px; }
.ga-ci-ends { background: var(--accent-tint); border: 1px solid var(--accent-border); border-radius: 13px; padding: 11px 14px; gap: 12px; }
.ga-ci-end strong { font-family: var(--font-display); }

.ga-co-total {
  border: 1.5px solid var(--accent); border-radius: 16px; padding: 16px 18px;
  background: linear-gradient(162deg, var(--accent-tint, #f3faf6), var(--panel) 150%);
  box-shadow: var(--shadow-xs);
}
.ga-co-total span { font-size: 1rem; color: var(--ink); font-weight: 600; }
.ga-co-total strong { font-family: var(--font-display); font-size: 1.6rem; color: var(--accent-dark); }

.ga-co-form { border: 1px solid var(--border); border-radius: 18px; background: var(--panel, #fff);
  box-shadow: var(--shadow-xs); padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 4px; }
.ga-co-form .or-bill { padding: 0; }
.ga-co-form .or-bill-head { font-family: var(--font-display); font-size: 1.02rem; font-weight: 700; color: var(--ink); margin: 0 0 12px; }
.ga-co-form .or-bill-input, .ga-co-form .or-bill-select {
  border: 1px solid var(--border); border-radius: 11px; padding: 12px 13px; font-size: .95rem;
  background: var(--bg-soft, #fafbfa); transition: border-color .15s, box-shadow .15s, background .15s; width: 100%; }
.ga-co-form .or-bill-input:focus, .ga-co-form .or-bill-select:focus {
  outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px var(--accent-tint); }
.ga-co-form .or-bill-lbl { font-size: .78rem; font-weight: 600; color: var(--muted-2); }
.ga-co-form .or-bill-row { display: flex; gap: 10px; }
.ga-co-form .or-bill-check { display: flex; align-items: center; gap: 9px; font-size: .86rem; color: var(--muted-2); padding: 4px 0; cursor: pointer; }
.ga-co-form .or-bill-check input { margin-top: 0; accent-color: var(--accent); }
.ga-co-form .or-bill-seg { display: flex; gap: 8px; }
.ga-co-form .or-bill-segopt { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 9px; border: 1px solid var(--border); border-radius: 10px; font-size: .86rem; font-weight: 600; color: var(--muted-2); cursor: pointer; transition: border-color .15s, background .15s, color .15s; }
.ga-co-form .or-bill-segopt:has(input:checked) { border-color: var(--accent); background: var(--accent-tint); color: var(--accent-dark); }

.ga-co-pay {
  background: linear-gradient(135deg, #f97316, #ea580c) !important; color: #fff !important;
  border: none !important; border-radius: 13px; padding: 16px 20px; font-family: var(--font-display);
  font-size: 1.05rem; font-weight: 700; box-shadow: 0 10px 24px -12px rgba(234,88,12,.7); }
.ga-co-pay:hover { filter: brightness(1.04); }
.ga-co-pay.is-busy { opacity: .7; }

.ga-co-main .or-sc-legal, .ga-co-main .or-sc-paysub { text-align: left; }

@media (max-width: 600px) {
  .ga-co-continue { align-self: stretch; width: 100%; justify-content: center; }
  .ga-co-login {
    margin: 4px 0 16px; padding: 13px 15px; font-size: .95rem;
    border: 1px solid var(--accent-border, #cdeadd); border-radius: 13px;
    background: var(--accent-tint, #f2fbf6); text-align: center;
  }
  .ga-co-login-a { display: inline-block; margin-top: 2px; }}

.ga-cp-items .ga-ci { }
.ga-cp-checkout { background: linear-gradient(135deg, #14b377, #0b8f5f) !important; color: #fff !important; border: none !important; border-radius: 13px; padding: 16px; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }

.ga-co-grid, .ga-co-items, .ga-co-panel, .ga-cp-items { min-width: 0; }
.ga-co-items > *, .ga-co-panel > *, .ga-ci, .ga-ci-head, .ga-ci-mid, .ga-ci-txt,
.ga-co-total, .ga-co-form, .ga-co-form .or-bill, .ga-co-form .or-bill-row,
.ga-co-form .or-bill-feld, .ga-cp-items > * { min-width: 0; }
.ga-ci-ends { flex-wrap: wrap; }
.ga-ci-end strong { overflow: hidden; text-overflow: ellipsis; }
.ga-co-main, .ga-cart-main { overflow-x: clip; }

.ga-co-wrap, .ga-cart-wrap { max-width: 720px; margin-left: auto; margin-right: auto; box-sizing: border-box; }

.ga-co-form .or-bill-seg { gap: 8px; }
.ga-co-form .or-bill-segopt { padding: 0 12px; min-height: 46px; }
.ga-co-form .or-bill-segopt span {
  border: 0; background: none; min-height: 0; padding: 0; border-radius: 0;
  font: inherit; color: inherit; box-shadow: none;
}
.ga-co-form .or-bill-segopt input:checked + span { border: 0; background: none; color: inherit; box-shadow: none; }
.ga-co-form .or-bill-segopt:has(input:checked) span { color: var(--accent-dark); }

.ga-cart-drawer .btn--primary {
  background: var(--accent) !important; border-color: var(--accent) !important;
  box-shadow: none !important; background-image: none !important;
}
.ga-cart-drawer .btn--primary:hover { background: var(--accent-dark) !important; border-color: var(--accent-dark) !important; box-shadow: none !important; transform: none !important; }
.ga-cart-drawer .btn--primary:active { transform: none !important; box-shadow: none !important; }

.ga-co-items .ga-ci { box-shadow: 0 1px 2px rgba(12,17,22,.04); }
.ga-co-sub { text-transform: uppercase; letter-spacing: .06em; font-size: .82rem; font-weight: 700; color: var(--muted-2); margin: 0 0 2px; }

.ga-ci-sec { display: flex; flex-direction: column; gap: 8px; }
.ga-ci-sec + .ga-ci-sec { margin-top: 4px; }
.ga-ci-sec-h { display: flex; align-items: center; gap: 6px; font-size: .72rem; font-weight: 700;
    letter-spacing: .04em; text-transform: uppercase; color: var(--muted-2, #5c6b64); }
.ga-ci-sec-h svg { color: var(--accent, #0e8a5f); flex: none; }
.ga-ci-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(62px, 1fr)); gap: 8px; }
.ga-ci-th { position: relative; aspect-ratio: 1; border-radius: 12px; overflow: hidden; display: block;
    background: var(--accent-tint, #f3faf6); border: 1px solid var(--accent-border, #cdeadd);
    color: var(--accent-border, #cdeadd); }
.ga-ci-th img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ga-ci-th.is-empty { display: grid; place-items: center; }
.ga-ci-th-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%;
    background: rgba(0,0,0,.5); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.ga-ci-th-q { position: absolute; left: 4px; right: 4px; bottom: 4px; text-align: center;
    font-size: .72rem; font-weight: 800; color: #fff; font-variant-numeric: tabular-nums; line-height: 1;
    background: linear-gradient(180deg, rgba(12,17,22,.05), rgba(12,17,22,.82));
    border-radius: 7px; padding: 6px 4px 3px; }
.ga-ci-cprev { display: flex; flex-direction: column; gap: 7px; padding: 11px 12px; border-radius: 12px;
    background: var(--bg-soft, #f6f8f9); border: 1px dashed var(--accent-border, #cdeadd); }
.ga-ci-cprev-h { display: flex; align-items: center; gap: 6px; font-size: .74rem; font-weight: 700; color: var(--muted-2, #5c6b64); }
.ga-ci-cprev-h svg { color: var(--accent, #0e8a5f); flex: none; }
.ga-ci-cbub { display: flex; align-items: center; gap: 8px; }
.ga-ci-cbub-av { flex: none; width: 22px; height: 22px; border-radius: 50%;
    background: var(--accent-tint, #f3faf6); border: 1px solid var(--accent-border, #cdeadd); }
.ga-ci-cbub-txt { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.ga-ci-cbub-txt i { display: block; height: 7px; border-radius: 4px;
    background: linear-gradient(90deg, var(--accent-tint, #f3faf6), #e6ece9); }
.ga-ci-cbub-txt i:first-child { width: 70%; }
.ga-ci-cbub-txt i:last-child { width: 45%; }
.ga-ci-grow { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 13px;
    background: var(--accent-tint, #f3faf6); border: 1px solid var(--accent-border, #cdeadd); }
.ga-ci-grow-cell { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ga-ci-grow-lbl { font-size: .68rem; color: var(--muted-2, #5c6b64); text-transform: uppercase; letter-spacing: .04em; font-weight: 700; }
.ga-ci-grow-cell strong { font-size: 1.15rem; font-family: var(--font-display, inherit); color: var(--ink, #12211c); font-variant-numeric: tabular-nums; }
.ga-ci-grow-cell.is-delta strong { color: var(--accent-dark, #0b7350); }
.ga-ci-grow-arrow { display: inline-flex; color: var(--accent, #0e8a5f); flex: none; }
.ga-ci-grow-cell.is-delta { align-items: flex-end; text-align: right; }

.ga-ci { gap: 13px; padding: 16px; }
.ga-ci-head { align-items: flex-start; gap: 13px; }
.ga-ci-av { width: 44px; height: 44px; }
.ga-ci-txt { gap: 3px; padding-top: 1px; }
.ga-ci-nm { font-size: 1rem; font-weight: 750; line-height: 1.2; }
.ga-ci-sub { font-size: .82rem; }
.ga-ci-prwrap { gap: 3px; align-items: flex-end; }
.ga-ci-orig { font-size: .8rem; line-height: 1; }
.ga-ci-pr { font-size: 1.12rem; font-weight: 800; line-height: 1.15; margin-left: 0; }
.ga-ci-save {
  margin: 2px 0 0; font-size: .71rem; font-weight: 700; color: var(--accent-dark, #0b6e4c);
  background: var(--accent-tint, #eaf7f0); border-radius: 999px; padding: 2px 9px;
  white-space: nowrap; text-align: right;
}
.ga-ci-get {
  display: flex; flex-direction: column; gap: 6px;
  background: var(--accent-tint, #f2fbf6); border: 1px solid var(--accent-border, #cdeadd);
  border-radius: 13px; padding: 11px 13px;
}
.ga-ci-was { font-size: .95rem; font-weight: 750; color: var(--accent-dark, #0b6e4c); }
.ga-ci-gratis { font-size: .82rem; font-weight: 700; color: #0e8a5f; }

.ga-co-pay, .ga-cp-checkout, .or-cart-go { box-shadow: none !important; }
.ga-co-pay:hover, .ga-cp-checkout:hover, .or-cart-go:hover { box-shadow: none !important; }

.or-cart-bar { z-index: 120 !important; }
html:has(.or-an-modal:not([hidden])) #orCartBar,
html:has(.or-post-overlay:not([hidden])) #orCartBar,
html:has(.or-confirm-ov) #orCartBar,
html.ga-cart-lock #orCartBar { display: none !important; }

body.page-order .btn--primary,
.ga-co-main .btn, .ga-co-main .btn--primary, .ga-cart-main .btn, .ga-cart-main .btn--primary,
.ga-cart-drawer .btn--primary,
.or-post-overlay button, #orPostUse, #orPostSkip,
.or-reco-btn, .or-reco-cartbtn, .or-an-cta,
.ga-co-pay, .ga-cp-checkout, .or-cart-go {
  box-shadow: none !important;
}
body.page-order .btn--primary:hover, .or-an-cta:hover,
.ga-co-main .btn--primary:hover, .ga-cart-main .btn--primary:hover,
.or-post-overlay button:hover, #orPostUse:hover {
  box-shadow: none !important; transform: none !important;
}

.ga-cart-item { background: linear-gradient(180deg, #ffffff, #f6faf8); padding: 12px; gap: 13px;
    box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 8px 22px -18px rgba(12,40,30,.35);
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.ga-cart-item:hover { border-color: var(--accent-border); transform: translateY(-1px); box-shadow: 0 12px 28px -18px rgba(14,138,95,.35); }
.ga-cart-thumbwrap { position: relative; flex-shrink: 0; display: inline-flex; }
.ga-cart-thumb { width: 54px; height: 54px; border-radius: 12px; }
.ga-cart-thumb-ic { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: #fff;
    background: radial-gradient(120% 120% at 30% 18%, rgba(255,255,255,.32), transparent 58%), var(--mc, #0e8a5f); }
.ga-cart-thumb.is-empty { color: #fff; background: transparent; }
.ga-cart-badge { position: absolute; right: -5px; bottom: -5px; width: 22px; height: 22px; border-radius: 50%;
    background: var(--mc, #0e8a5f); color: #fff; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 6px -1px rgba(12,40,30,.35); border: 2.5px solid #fff; }
.ga-cart-badge svg { width: 11px; height: 11px; }
.ga-cart-item-nm { font-size: .95rem; }
.ga-cart-item-handle { color: var(--ink); font-weight: 650; }
.ga-cart-item-subx { color: var(--muted-2); }
.ga-cart-item-was { display: flex; align-items: center; gap: 7px; font-size: .84rem; font-weight: 700; color: var(--ink); margin-top: 3px; }
.ga-cart-was-ic { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
    width: 22px; height: 22px; border-radius: 7px; color: #fff; background: var(--mc, #0e8a5f);
    box-shadow: 0 3px 8px -3px var(--mc, #0e8a5f); }
.ga-cart-was-ic svg { width: 12px; height: 12px; }
.ga-cart-item-bonus { padding-left: 29px; }

.ga-ci { border-radius: 18px; background: linear-gradient(162deg, #ffffff, #f6faf8 140%);
    box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 12px 32px -18px rgba(12,40,30,.28); padding: 16px 17px; gap: 12px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.ga-ci:hover { transform: translateY(-1px); border-color: var(--accent-border); box-shadow: 0 16px 36px -18px rgba(14,138,95,.32); }
.ga-ci-avwrap { position: relative; flex-shrink: 0; display: inline-flex; }
.ga-ci-av { width: 48px; height: 48px; border: 2px solid var(--accent-tint); box-shadow: 0 0 0 1px var(--accent-border) inset; }
.ga-ci-av-ic { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: #fff;
    background: radial-gradient(120% 120% at 30% 18%, rgba(255,255,255,.32), transparent 58%), var(--mc, #0e8a5f); }
.ga-ci-av.is-empty { border-color: transparent; box-shadow: none; color: #fff; }
.ga-ci-badge { position: absolute; right: -3px; bottom: -3px; width: 22px; height: 22px; border-radius: 50%;
    background: var(--mc, #0e8a5f); color: #fff; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 6px -1px rgba(12,40,30,.35); border: 2.5px solid #fff; }
.ga-ci-badge svg { width: 12px; height: 12px; }
.ga-ci-handle { color: var(--ink); font-weight: 650; }
.ga-ci-subx { color: var(--muted-2); }
.ga-ci-was { display: flex; align-items: center; gap: 9px; color: var(--ink); }
.ga-ci-was-ic { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
    width: 24px; height: 24px; border-radius: 8px; color: #fff; background: var(--mc, #0e8a5f); box-shadow: 0 3px 9px -3px var(--mc, #0e8a5f); }
.ga-ci-was-ic svg { width: 14px; height: 14px; }
.ga-ci-was-tx { font-weight: 750; font-size: .93rem; }
@media (prefers-reduced-motion: reduce) { .ga-cart-item, .ga-ci { transition: none; } .ga-cart-item:hover, .ga-ci:hover { transform: none; }}

.ga-ci { position: relative; overflow: hidden; }
.ga-ci::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, #22b07a, #0e8a5f); }
.ga-ci-head { padding-bottom: 2px; }
.ga-ci-sub { display: flex; align-items: baseline; gap: 0; }
.ga-ci-gratis { padding-left: 33px; }

.ga-co-panel .ga-co-form.or-chat-email { max-width: none; width: 100%; box-sizing: border-box; margin-left: 0; margin-right: 0; }