/* Checkout tam ekran — tema override */
html.peak-stripe-layout-root,
body.peak-stripe-layout {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body.peak-stripe-layout #Wrapper,
body.peak-stripe-layout #Content,
body.peak-stripe-layout .content_wrapper,
body.peak-stripe-layout .sections_group,
body.peak-stripe-layout .section,
body.peak-stripe-layout .section_wrapper,
body.peak-stripe-layout .column,
body.peak-stripe-layout .mcb-section,
body.peak-stripe-layout .entry-content,
body.peak-stripe-layout .woocommerce,
body.peak-stripe-layout .mfn-cart-step {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.peak-stripe-layout #Header_wrapper,
body.peak-stripe-layout #Footer,
body.peak-stripe-layout .mfn-checkout-steps,
body.peak-stripe-layout .woocommerce-store-notice,
body.peak-stripe-layout p.demo_store,
body.peak-stripe-layout #chaty-widget-0,
body.peak-stripe-layout .mfn-header-login {
    display: none !important;
}

.peak-stripe-shell {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.peak-stripe-shell__grid {
    display: grid !important;
    grid-template-columns: 50vw 50vw !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

.peak-stripe-shell__left,
.peak-stripe-shell__right {
    min-width: 0 !important;
    height: 100vh !important;
    box-sizing: border-box !important;
}

/* Sol panel — tek sütun, tüm kartlar aynı genişlik */
.peak-stripe-shell__left {
    background: #000 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    padding: 1.5rem 2.75rem 1.5rem 1rem !important;
    overflow-y: auto !important;
    scrollbar-width: none;
}

.peak-stripe-shell__left::-webkit-scrollbar {
    display: none;
}

.peak-stripe-canvas--dark {
    width: min(380px, 100%) !important;
    max-width: 380px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: flex-end !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

.peak-stripe-summary {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* Ortak badge genişliği — ürün, toplamlar, form aynı */
.peak-stripe-badge {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 0.65rem !important;
}

.peak-stripe-brand a {
    color: #f6f9fc;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.peak-stripe-hero__kicker {
    margin: 0.5rem 0 0.25rem;
    font-size: 17px;
    font-weight: 500;
    color: #f6f9fc;
}

.peak-stripe-hero__price {
    margin: 0 0 0.75rem !important;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #3b82f6 !important;
}

.peak-stripe-hero__price * {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.peak-stripe-product-card {
    margin-bottom: 0.65rem !important;
}

.peak-stripe-product-card__name {
    display: block;
    color: #f6f9fc;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.peak-stripe-product-card__meta {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #adbdcc;
}

.peak-stripe-summary .peak-stripe-totals {
    margin-top: 0.5rem !important;
    padding-top: 0.5rem !important;
    border-top: 1px solid #2a2a2a !important;
}

.peak-stripe-totals {
    border-top: none !important;
    padding-top: 0 !important;
    margin: 0 0 0.65rem !important;
}

.peak-stripe-totals__row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 14px;
    color: #adbdcc;
}

.peak-stripe-totals__row span:last-child {
    color: #f6f9fc;
}

.peak-stripe-totals__row--grand {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.peak-stripe-totals__row--grand span:last-child {
    font-weight: 600;
    font-size: 16px;
}

/* Sağ: PayTR tam yükseklik */
.peak-stripe-shell__right {
    background: #fff !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.peak-stripe-canvas--light {
    width: 100% !important;
    max-width: none !important;
    flex: 1 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
}

.peak-paytr-inline {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    width: 100% !important;
}

.peak-paytr-inline #paytriframe {
    width: 100% !important;
    flex: none !important;
    min-height: 720px !important;
    border: 0;
}

.peak-paytr-empty {
    display: none !important;
}

/* Fatura — badge ile aynı genişlik */
body.peak-stripe-layout .peak-stripe-canvas__section--billing {
    margin-top: 0 !important;
    padding: 12px 14px !important;
    border-top: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing .woocommerce-billing-fields__field-wrapper,
body.peak-stripe-layout .peak-stripe-canvas__section--billing .woocommerce-shipping-fields__field-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing .form-row {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: none !important;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing #billing_first_name_field,
body.peak-stripe-layout .peak-stripe-canvas__section--billing #billing_last_name_field,
body.peak-stripe-layout .peak-stripe-canvas__section--billing #billing_peak_tc_no_field,
body.peak-stripe-layout .peak-stripe-canvas__section--billing #billing_phone_field,
body.peak-stripe-layout .peak-stripe-canvas__section--billing #billing_email_field,
body.peak-stripe-layout .peak-stripe-canvas__section--billing #billing_peak_login_gate_field,
body.peak-stripe-layout .peak-stripe-canvas__section--billing #billing_peak_tax_office_field,
body.peak-stripe-layout .peak-stripe-canvas__section--billing #billing_peak_tax_number_field,
body.peak-stripe-layout .peak-stripe-canvas__section--billing #shipping_first_name_field,
body.peak-stripe-layout .peak-stripe-canvas__section--billing #shipping_last_name_field {
    grid-column: span 1 !important;
    width: 100% !important;
    max-width: 100% !important;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing .form-row-wide,
body.peak-stripe-layout .peak-stripe-canvas__section--billing #billing_company_field,
body.peak-stripe-layout .peak-stripe-canvas__section--billing #billing_address_1_field,
body.peak-stripe-layout .peak-stripe-canvas__section--billing #billing_address_2_field,
body.peak-stripe-layout .peak-stripe-canvas__section--billing #billing_postcode_field,
body.peak-stripe-layout .peak-stripe-canvas__section--billing #ship-to-different-address,
body.peak-stripe-layout .peak-stripe-canvas__section--billing .shipping_address .form-row {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing #billing_peak_login_gate_field {
    display: none !important;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing .select2-container {
    width: 100% !important;
    max-width: 100% !important;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing .form-row-first,
body.peak-stripe-layout .peak-stripe-canvas__section--billing .form-row-last {
    width: 100% !important;
    float: none !important;
}

body.peak-stripe-layout .peak-stripe-shipping {
    width: 100% !important;
    margin-top: 0.5rem !important;
}

body.peak-stripe-layout .peak-stripe-shipping .shipping_address {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px 10px !important;
    width: 100% !important;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing .peak-stripe-canvas__title {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 600;
    color: #f6f9fc;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing label,
body.peak-stripe-layout .peak-stripe-canvas__section--billing .woocommerce-input-wrapper > label {
    float: none !important;
    display: block !important;
    width: 100% !important;
    color: #6b7c93 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    margin: 0 0 4px !important;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing .form-row {
    margin: 0 0 10px !important;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing input,
body.peak-stripe-layout .peak-stripe-canvas__section--billing select,
body.peak-stripe-layout .peak-stripe-canvas__section--billing .select2-container--default .select2-selection--single {
    background: #0d0d0d !important;
    border: 1px solid #2a2a2a !important;
    color: #f6f9fc !important;
    border-radius: 6px !important;
    min-height: 40px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing textarea {
    font-size: 16px !important;
    line-height: 1.35 !important;
}

body.peak-stripe-layout .select2-search__field {
    font-size: 16px !important;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing h3 {
    display: none !important;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing .optional,
body.peak-stripe-layout .peak-stripe-canvas__section--billing abbr.required {
    display: none !important;
}

.peak-stripe-wc-bridge {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

body.peak-stripe-layout .select2-container {
    z-index: 2147483100 !important;
}

body.peak-stripe-layout .select2-dropdown {
    z-index: 2147483646 !important;
}

body.peak-stripe-layout .peak-stripe-canvas__section--billing .woocommerce-input-wrapper {
    overflow: visible !important;
    width: 100% !important;
    display: block !important;
}

@media (max-width: 900px) {
    .peak-stripe-shell__grid {
        grid-template-columns: 1fr !important;
            min-height: 100vh !important;
    }
    .peak-stripe-shell__left,
    .peak-stripe-shell__right {
            min-height: 50vh !important;
        align-items: stretch !important;
    }
    .peak-stripe-canvas--dark {
        max-width: 100% !important;
        width: 100% !important;
    }
    .peak-paytr-inline #paytriframe {
        height: auto !important;
        min-height: 560px !important;
        max-height: none !important;
    }
}

/* --- Fatura: küçük toggle + düzgün grid --- */
.peak-stripe-billing-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
    width: 100%;
}

.peak-stripe-billing-head .peak-stripe-canvas__title {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 600;
    color: #f6f9fc;
}


.peak-checkout-nav {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 10px;
    width: 100%;
}

.peak-checkout-nav__toggle {
    flex-shrink: 0;
}

body.peak-stripe-layout a.peak-billing-type-btn.peak-checkout-nav-btn {
    text-decoration: none !important;
    color: #8b9cb3 !important;
}

body.peak-stripe-layout a.peak-billing-type-btn.peak-checkout-nav-btn:hover {
    color: #f6f9fc !important;
}

body.peak-stripe-layout a.peak-billing-type-btn.peak-checkout-nav-btn--logout {
    color: #c9a0a0 !important;
}

body.peak-stripe-layout a.peak-billing-type-btn.peak-checkout-nav-btn--logout:hover {
    color: #f0b4b4 !important;
}

.peak-billing-type-toggle {
    display: inline-flex;
    flex-shrink: 0;
    gap: 2px;
    padding: 2px;
    background: #0d0d0d;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
}

body.peak-stripe-layout button.peak-billing-type-btn,
body.peak-stripe-layout .peak-billing-type-btn {
    all: unset;
    box-sizing: border-box !important;
    display: inline-block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 3px 8px !important;
    font-family: inherit !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em;
    text-align: center !important;
    text-transform: none !important;
    color: #8b9cb3 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

body.peak-stripe-layout button.peak-billing-type-btn.is-active,
body.peak-stripe-layout .peak-billing-type-btn.is-active {
    background: #2a2a2a !important;
    color: #f6f9fc !important;
}

body.peak-stripe-layout #customer_details.peak-stripe-billing-badge {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge .woocommerce-billing-fields {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge .woocommerce-billing-fields__field-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge .form-row {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge #billing_first_name_field,
body.peak-stripe-layout .peak-stripe-billing-badge #billing_last_name_field,
body.peak-stripe-layout .peak-stripe-billing-badge #billing_peak_tc_no_field,
body.peak-stripe-layout .peak-stripe-billing-badge #billing_phone_field,
body.peak-stripe-layout .peak-stripe-billing-badge #billing_email_field,
body.peak-stripe-layout .peak-stripe-billing-badge #billing_peak_login_gate_field,
body.peak-stripe-layout .peak-stripe-billing-badge #billing_peak_tax_office_field,
body.peak-stripe-layout .peak-stripe-billing-badge #billing_peak_tax_number_field {
    grid-column: span 1 !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge .form-row-wide,
body.peak-stripe-layout .peak-stripe-billing-badge #billing_company_field,
body.peak-stripe-layout .peak-stripe-billing-badge #billing_address_1_field {
    grid-column: 1 / -1 !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge #billing_peak_login_gate_field {
    display: none !important;
}

body.peak-checkout-email-exists.peak-stripe-layout .peak-stripe-billing-badge #billing_peak_login_gate_field {
    display: block !important;
}

body.peak-checkout-email-exists.peak-stripe-layout .peak-stripe-canvas__section--billing #billing_peak_login_gate_field {
    display: block !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge #billing_peak_invoice_type_field {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 4px !important;
    color: #6b7c93 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge .woocommerce-input-wrapper {
    display: block !important;
    width: 100% !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge input.input-text,
body.peak-stripe-layout .peak-stripe-billing-badge select {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: #0d0d0d !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 6px !important;
    color: #f6f9fc !important;
    font-size: 14px !important;
    line-height: normal !important;
    box-shadow: none !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge textarea.input-text,
body.peak-stripe-layout .peak-stripe-billing-badge #billing_address_1 {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 72px !important;
    height: 72px !important;
    padding: 10px 12px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: #0d0d0d !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 6px !important;
    color: #f6f9fc !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    resize: none !important;
    box-shadow: none !important;
    overflow-y: auto !important;
}

/* BeTheme input-brightness-light odak/autofill — açık arka planı kapat (tüm checkout alanları) */
body.peak-stripe-layout form.checkout input[type="date"],
body.peak-stripe-layout form.checkout input[type="email"],
body.peak-stripe-layout form.checkout input[type="number"],
body.peak-stripe-layout form.checkout input[type="password"],
body.peak-stripe-layout form.checkout input[type="search"],
body.peak-stripe-layout form.checkout input[type="tel"],
body.peak-stripe-layout form.checkout input[type="text"],
body.peak-stripe-layout form.checkout input[type="url"],
body.peak-stripe-layout form.checkout textarea,
body.peak-stripe-layout form.checkout select,
body.peak-stripe-layout form.checkout .peak-google-address-pick select {
    transition: border-color 0.15s ease, background-color 0s linear 99999s !important;
}

body.peak-stripe-layout form.checkout input[type="date"]:hover,
body.peak-stripe-layout form.checkout input[type="email"]:hover,
body.peak-stripe-layout form.checkout input[type="number"]:hover,
body.peak-stripe-layout form.checkout input[type="password"]:hover,
body.peak-stripe-layout form.checkout input[type="search"]:hover,
body.peak-stripe-layout form.checkout input[type="tel"]:hover,
body.peak-stripe-layout form.checkout input[type="text"]:hover,
body.peak-stripe-layout form.checkout input[type="url"]:hover,
body.peak-stripe-layout form.checkout textarea:hover,
body.peak-stripe-layout form.checkout select:hover,
body.peak-stripe-layout form.checkout input[type="date"]:focus,
body.peak-stripe-layout form.checkout input[type="email"]:focus,
body.peak-stripe-layout form.checkout input[type="number"]:focus,
body.peak-stripe-layout form.checkout input[type="password"]:focus,
body.peak-stripe-layout form.checkout input[type="search"]:focus,
body.peak-stripe-layout form.checkout input[type="tel"]:focus,
body.peak-stripe-layout form.checkout input[type="text"]:focus,
body.peak-stripe-layout form.checkout input[type="url"]:focus,
body.peak-stripe-layout form.checkout textarea:focus,
body.peak-stripe-layout form.checkout select:focus,
body.peak-stripe-layout form.checkout input[type="date"]:focus-visible,
body.peak-stripe-layout form.checkout input[type="email"]:focus-visible,
body.peak-stripe-layout form.checkout input[type="number"]:focus-visible,
body.peak-stripe-layout form.checkout input[type="password"]:focus-visible,
body.peak-stripe-layout form.checkout input[type="search"]:focus-visible,
body.peak-stripe-layout form.checkout input[type="tel"]:focus-visible,
body.peak-stripe-layout form.checkout input[type="text"]:focus-visible,
body.peak-stripe-layout form.checkout input[type="url"]:focus-visible,
body.peak-stripe-layout form.checkout textarea:focus-visible,
body.peak-stripe-layout form.checkout select:focus-visible {
    background: #0d0d0d !important;
    background-color: #0d0d0d !important;
    color: #f6f9fc !important;
    box-shadow: none !important;
    outline: none !important;
}

body.peak-stripe-layout form.checkout input[type="date"]:hover,
body.peak-stripe-layout form.checkout input[type="email"]:hover,
body.peak-stripe-layout form.checkout input[type="number"]:hover,
body.peak-stripe-layout form.checkout input[type="password"]:hover,
body.peak-stripe-layout form.checkout input[type="search"]:hover,
body.peak-stripe-layout form.checkout input[type="tel"]:hover,
body.peak-stripe-layout form.checkout input[type="text"]:hover,
body.peak-stripe-layout form.checkout input[type="url"]:hover,
body.peak-stripe-layout form.checkout textarea:hover,
body.peak-stripe-layout form.checkout select:hover {
    border-color: #2a2a2a !important;
}

body.peak-stripe-layout form.checkout input[type="date"]:focus,
body.peak-stripe-layout form.checkout input[type="email"]:focus,
body.peak-stripe-layout form.checkout input[type="number"]:focus,
body.peak-stripe-layout form.checkout input[type="password"]:focus,
body.peak-stripe-layout form.checkout input[type="search"]:focus,
body.peak-stripe-layout form.checkout input[type="tel"]:focus,
body.peak-stripe-layout form.checkout input[type="text"]:focus,
body.peak-stripe-layout form.checkout input[type="url"]:focus,
body.peak-stripe-layout form.checkout textarea:focus,
body.peak-stripe-layout form.checkout select:focus,
body.peak-stripe-layout form.checkout input[type="date"]:focus-visible,
body.peak-stripe-layout form.checkout input[type="email"]:focus-visible,
body.peak-stripe-layout form.checkout input[type="number"]:focus-visible,
body.peak-stripe-layout form.checkout input[type="password"]:focus-visible,
body.peak-stripe-layout form.checkout input[type="search"]:focus-visible,
body.peak-stripe-layout form.checkout input[type="tel"]:focus-visible,
body.peak-stripe-layout form.checkout input[type="text"]:focus-visible,
body.peak-stripe-layout form.checkout input[type="url"]:focus-visible,
body.peak-stripe-layout form.checkout textarea:focus-visible,
body.peak-stripe-layout form.checkout select:focus-visible {
    border-color: #3b82f6 !important;
}

body.peak-stripe-layout form.checkout input:-webkit-autofill,
body.peak-stripe-layout form.checkout input:-webkit-autofill:hover,
body.peak-stripe-layout form.checkout input:-webkit-autofill:focus,
body.peak-stripe-layout form.checkout input:-webkit-autofill:active,
body.peak-stripe-layout form.checkout textarea:-webkit-autofill,
body.peak-stripe-layout form.checkout textarea:-webkit-autofill:hover,
body.peak-stripe-layout form.checkout textarea:-webkit-autofill:focus,
body.peak-stripe-layout form.checkout textarea:-webkit-autofill:active,
body.peak-stripe-layout form.checkout select:-webkit-autofill,
body.peak-stripe-layout form.checkout select:-webkit-autofill:hover,
body.peak-stripe-layout form.checkout select:-webkit-autofill:focus {
    -webkit-text-fill-color: #f6f9fc !important;
    caret-color: #f6f9fc !important;
    border: 1px solid #2a2a2a !important;
    box-shadow: 0 0 0 1000px #0d0d0d inset !important;
    background-color: #0d0d0d !important;
}

body.peak-stripe-layout form.checkout .form-row label,
body.peak-stripe-layout form.checkout .woocommerce-input-wrapper > label,
body.peak-stripe-layout form.checkout .peak-checkout-login-password-row label {
    background: transparent !important;
    box-shadow: none !important;
}

body.peak-stripe-layout .select2-container--default .select2-selection--single,
body.peak-stripe-layout .select2-container--default.select2-container--open .select2-selection--single,
body.peak-stripe-layout .select2-container--default .select2-search--dropdown .select2-search__field,
body.peak-stripe-layout .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    background: #0d0d0d !important;
    background-color: #0d0d0d !important;
    color: #f6f9fc !important;
    border-color: #2a2a2a !important;
    box-shadow: none !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge .optional,
body.peak-stripe-layout .peak-stripe-billing-badge span.optional,
body.peak-stripe-layout .peak-stripe-billing-badge h3 {
    display: none !important;
}

.peak-stripe-billing-badge.is-kurumsal .peak-field-bireysel,
.peak-stripe-billing-badge .peak-field-kurumsal {
    display: none !important;
}

.peak-stripe-billing-badge.is-kurumsal .peak-field-kurumsal {
    display: block !important;
}

.peak-stripe-billing-badge.is-bireysel .peak-field-bireysel {
    display: block !important;
}

body.peak-stripe-layout form.checkout .peak-stripe-billing-badge .form-row-first,
body.peak-stripe-layout form.checkout .peak-stripe-billing-badge .form-row-last {
    float: none !important;
    width: auto !important;
}

/* Sevk adresi — hesap oluştur benzeri chip + gizli alan */
body.peak-stripe-layout .peak-stripe-billing-badge .peak-field-ship {
    display: none !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge.has-ship-address .peak-field-ship {
    display: block !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge #billing_peak_ship_diff_field {
    grid-column: 1 / -1 !important;
    margin-top: 4px !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge .peak-ship-diff-row {
    margin: 0 !important;
    padding: 0 !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge .peak-ship-diff-chip {
    display: flex !important;
    align-items: center;
    gap: 8px;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    background: #0d0d0d !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 6px !important;
    color: #adbdcc !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge .peak-ship-diff-chip input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    accent-color: #3b82f6;
    flex-shrink: 0;
}

body.peak-stripe-layout .peak-stripe-billing-badge .peak-ship-diff-chip span {
    color: #adbdcc !important;
    line-height: 1.35 !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge #billing_peak_shipping_address {
    min-height: 72px !important;
    height: 72px !important;
    padding: 10px 12px !important;
    line-height: 1.45 !important;
    resize: none !important;
}

.peak-checkout-oauth { margin-bottom: 0.65rem !important; }
.peak-checkout-oauth__title { margin: 0 0 4px !important; font-size: 14px !important; font-weight: 600 !important; color: #f6f9fc !important; }
.peak-checkout-oauth__lead { margin: 0 0 10px !important; font-size: 12px !important; color: #8b9cb3 !important; }
.peak-checkout-oauth__row .peak-si { min-height: 38px !important; font-size: 12px !important; }
.peak-checkout-ready { margin-bottom: 0.65rem !important; }
.peak-checkout-ready__kicker { margin: 0 0 4px !important; font-size: 12px !important; color: #3b82f6 !important; }
.peak-checkout-ready__name { margin: 0 0 4px !important; font-size: 15px !important; font-weight: 600 !important; color: #f6f9fc !important; }
.peak-checkout-ready__line { margin: 0 0 2px !important; font-size: 12px !important; color: #adbdcc !important; }
.peak-checkout-ready__edit { all: unset; cursor: pointer; font-size: 11px !important; color: #8b9cb3 !important; text-decoration: underline !important; }
body.peak-checkout-profile-ready .peak-checkout-billing-collapsed .woocommerce-billing-fields__field-wrapper,
body.peak-checkout-profile-ready .peak-checkout-billing-collapsed .peak-stripe-billing-head { display: none !important; }

/* Peak checkout — split Apple / Google (fatura ile toplam arası) */
.peak-checkout-oauth-split {
    display: flex !important;
    align-items: stretch !important;
    padding: 0 !important;
    overflow: hidden !important;
    min-height: 34px !important;
    margin-bottom: 0.65rem !important;
}

.peak-oauth-half {
    flex: 1 1 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    text-decoration: none !important;
    transition: background 0.15s ease !important;
}

.peak-oauth-half--apple {
    color: #f5f5f7 !important;
    background: #1c1c1e !important;
}

.peak-oauth-half--apple:hover {
    background: #2c2c2e !important;
    color: #fff !important;
}

.peak-oauth-half--google {
    background: #fff !important;
}

.peak-oauth-half--google:hover {
    background: #f2f2f2 !important;
}

.peak-oauth-split-line {
    width: 1px !important;
    flex: 0 0 1px !important;
    background: #2a2a2a !important;
    align-self: stretch !important;
}

.peak-checkout-oauth-split .peak-brand-icon--apple {
    width: 16px !important;
    height: 16px !important;
}

.peak-checkout-oauth-split .peak-brand-icon--google {
    width: 17px !important;
    height: 17px !important;
}

body.peak-checkout-profile-ready .peak-checkout-oauth-split {
    display: none !important;
}

body.peak-stripe-layout .peak-google-address-pick {
    grid-column: 1 / -1;
    margin: 0 0 10px;
    padding: 10px 12px;
    border: 1px solid rgba(99, 91, 255, 0.35);
    border-radius: 8px;
    background: rgba(99, 91, 255, 0.08);
}
body.peak-stripe-layout .peak-google-address-pick label {
    display: block;
    margin: 0 0 6px;
    font-size: 12px;
    color: #a3acb9;
}
body.peak-stripe-layout .peak-google-address-pick select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #3d4f66;
    background: #0d1117;
    color: #f6f9fc;
    font-size: 13px;
}

.peak-checkout-nav__stack {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: stretch;
    flex-shrink: 0;
    min-width: 88px;
}

.peak-checkout-nav__stack .peak-billing-type-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

body.peak-stripe-layout button.peak-billing-type-btn.peak-checkout-nav-btn--save {
    border: none;
    cursor: pointer;
    font: inherit;
    color: #a8c4f0 !important;
}

body.peak-stripe-layout button.peak-billing-type-btn.peak-checkout-nav-btn--save:hover:not(:disabled) {
    color: #f6f9fc !important;
}

body.peak-stripe-layout button.peak-billing-type-btn.peak-checkout-nav-btn--save:disabled {
    opacity: 0.65;
    cursor: wait;
}

/* Checkout — Apple/Google + e-posta/şifre giriş */
.peak-checkout-auth-block {
    padding: 0 !important;
    overflow: hidden !important;
    margin-bottom: 0.65rem !important;
    background: #141414 !important;
}

.peak-checkout-auth-oauth {
    display: flex !important;
    align-items: stretch !important;
    min-height: 34px !important;
}

.peak-checkout-auth-oauth .peak-oauth-half {
    flex: 1 1 50% !important;
    min-height: 34px !important;
}

.peak-checkout-auth-oauth .peak-oauth-split-line {
    width: 1px !important;
    flex: 0 0 1px !important;
    background: #2a2a2a !important;
    align-self: stretch !important;
}

.peak-checkout-login-fields {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px 10px !important;
    padding: 10px 12px 8px !important;
    background: #141414 !important;
    border-top: 1px solid #2a2a2a !important;
}

.peak-checkout-login-field {
    min-width: 0 !important;
}

body.peak-stripe-layout .peak-checkout-login-field label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 4px !important;
    color: #6b7c93 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

body.peak-stripe-layout .peak-checkout-login-field input.input-text,
body.peak-stripe-layout .peak-checkout-login-input {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: #0d0d0d !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 6px !important;
    color: #f6f9fc !important;
    font-size: 14px !important;
    line-height: normal !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

body.peak-stripe-layout .peak-checkout-login-input::placeholder {
    color: #6b7c93 !important;
    opacity: 1 !important;
}

.peak-checkout-login-actions {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    padding: 6px 12px 8px !important;
    background: #141414 !important;
}

body.peak-stripe-layout button.peak-checkout-login-btn {
    cursor: pointer !important;
}

body.peak-stripe-layout button.peak-checkout-login-btn:disabled {
    opacity: 0.65 !important;
    cursor: wait !important;
}

body.peak-checkout-profile-ready .peak-checkout-auth-block {
    display: none !important;
}

/* Checkout header + Hesap oluştur satırı */
.peak-checkout-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin: 0 0 10px !important;
    width: 100% !important;
}

.peak-checkout-header .peak-stripe-brand {
    margin: 0 !important;
}

.peak-checkout-header__actions {
    flex-shrink: 0 !important;
}

.peak-checkout-header__toggle {
    margin: 0 !important;
}

body.peak-stripe-layout a.peak-billing-type-btn.peak-checkout-nav-btn {
    text-decoration: none !important;
    color: #8b9cb3 !important;
}

body.peak-stripe-layout a.peak-billing-type-btn.peak-checkout-nav-btn:hover {
    color: #f6f9fc !important;
}

body.peak-stripe-layout a.peak-billing-type-btn.peak-checkout-nav-btn--logout {
    color: #c9a0a0 !important;
}

body.peak-stripe-layout a.peak-billing-type-btn.peak-checkout-nav-btn--logout:hover {
    color: #f0b4b4 !important;
}

.peak-checkout-account-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    grid-column: 1 / -1 !important;
    margin: 8px 0 0 !important;
    padding-top: 10px !important;
    border-top: 1px solid #2a2a2a !important;
    width: 100% !important;
}

.peak-checkout-account-row__label {
    font-size: 12px !important;
    color: #8b9cb3 !important;
    line-height: 1.3 !important;
}

.peak-checkout-account-row__label--spacer {
    flex: 1 1 auto !important;
}

.peak-checkout-account-row__btn {
    flex-shrink: 0 !important;
    margin-left: auto !important;
}

body.peak-stripe-layout button.peak-checkout-save-btn {
    cursor: pointer !important;
}

body.peak-stripe-layout button.peak-checkout-save-btn:disabled {
    opacity: 0.65 !important;
    cursor: wait !important;
}

body.peak-checkout-profile-ready .peak-checkout-account-row {
    display: none !important;
}

/* Checkout sepet — adet ve sil */
.peak-stripe-product-card__head {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin-bottom: 6px !important;
}

.peak-stripe-product-card__head .peak-stripe-product-card__name {
    margin-bottom: 0 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.peak-stripe-product-card__row + .peak-stripe-product-card__row {
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 1px solid #2a2a2a !important;
}

.peak-cart-qty {
    display: inline-flex !important;
    align-items: center !important;
    gap: 2px !important;
    padding: 2px !important;
    background: #0d0d0d !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 6px !important;
}

.peak-cart-qty-btn {
    all: unset;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 26px !important;
    height: 26px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    color: #8b9cb3 !important;
    cursor: pointer !important;
    border-radius: 4px !important;
}

.peak-cart-qty-btn:hover {
    color: #f6f9fc !important;
    background: #2a2a2a !important;
}

.peak-cart-qty-input {
    width: 36px !important;
    min-width: 36px !important;
    height: 26px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #f6f9fc !important;
    font-size: 13px !important;
    text-align: center !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}

.peak-cart-qty-input::-webkit-outer-spin-button,
.peak-cart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.peak-cart-line-total {
    color: #f6f9fc !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

.peak-cart-remove {
    all: unset;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    flex-shrink: 0 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    color: #8b9cb3 !important;
    cursor: pointer !important;
    border-radius: 4px !important;
}

.peak-cart-remove:hover {
    color: #f0b4b4 !important;
    background: rgba(200, 80, 80, 0.15) !important;
}

#peak-checkout-cart-lines.is-busy {
    opacity: 0.55 !important;
    pointer-events: none !important;
}

.peak-stripe-product-card__meta {
    align-items: center !important;
    gap: 8px !important;
}

/* v1.9.20 checkout edit + sevk yan yana */
.peak-checkout-ready__top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin-bottom: 6px !important;
}

.peak-checkout-ready__top .peak-checkout-ready__kicker {
    margin: 0 !important;
}

.peak-checkout-ready__actions {
    flex-shrink: 0 !important;
    margin: 0 !important;
}

body.peak-stripe-layout button.peak-billing-type-btn#peak-checkout-edit-billing {
    cursor: pointer !important;
}

.peak-checkout-edit-save-row {
    display: none !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    grid-column: 1 / -1 !important;
    margin: 8px 0 0 !important;
    padding-top: 10px !important;
    border-top: 1px solid #2a2a2a !important;
    width: 100% !important;
}

body.logged-in:not(.peak-checkout-profile-ready) .peak-checkout-edit-save-row,
body.peak-checkout-billing-edit .peak-checkout-edit-save-row {
    display: flex !important;
}

body.peak-checkout-profile-ready:not(.peak-checkout-billing-edit) .peak-checkout-edit-save-row {
    display: none !important;
}

.peak-checkout-edit-save-row__label {
    font-size: 12px !important;
    color: #8b9cb3 !important;
}

.peak-checkout-edit-save-row__btn {
    flex-shrink: 0 !important;
    margin-left: auto !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge #billing_peak_ship_diff_field {
    grid-column: 1 / 2 !important;
    margin-top: 4px !important;
    align-self: start !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge #billing_peak_shipping_address_field {
    grid-column: 2 / 3 !important;
    margin-top: 4px !important;
    align-self: start !important;
    display: none !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge.has-ship-address #billing_peak_shipping_address_field {
    display: block !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge.has-ship-address .peak-field-ship label {
    display: block !important;
    margin: 0 0 4px !important;
    font-size: 12px !important;
    color: #6b7c93 !important;
}

body.peak-stripe-layout .peak-stripe-billing-badge #billing_peak_shipping_address {
    min-height: 72px !important;
    height: 72px !important;
}

@media (max-width: 520px) {
    body.peak-stripe-layout .peak-stripe-billing-badge #billing_peak_ship_diff_field,
    body.peak-stripe-layout .peak-stripe-billing-badge #billing_peak_shipping_address_field {
        grid-column: 1 / -1 !important;
    }
}

/* v1.9.21 sepet butonları — küçük, gri, mavi yok */
body.peak-stripe-layout .peak-cart-qty-btn,
body.peak-stripe-layout .peak-cart-remove {
    all: unset;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer !important;
    color: #8b9cb3 !important;
    border-radius: 3px !important;
}

body.peak-stripe-layout .peak-cart-qty-btn {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

body.peak-stripe-layout .peak-cart-qty-btn:hover,
body.peak-stripe-layout .peak-cart-remove:hover {
    color: #f6f9fc !important;
    background: #2a2a2a !important;
    background-color: #2a2a2a !important;
}

body.peak-stripe-layout .peak-cart-remove {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    font-size: 14px !important;
}

body.peak-stripe-layout .peak-cart-remove:hover {
    color: #c9a0a0 !important;
    background: rgba(200, 80, 80, 0.12) !important;
}

body.peak-stripe-layout .peak-cart-qty {
    gap: 1px !important;
    padding: 1px 2px !important;
    border-radius: 5px !important;
}

body.peak-stripe-layout .peak-cart-qty-input {
    width: 28px !important;
    min-width: 28px !important;
    height: 20px !important;
    font-size: 12px !important;
}

/* v1.9.22 billing head Kaydet */
.peak-stripe-billing-head__actions {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-shrink: 0 !important;
}

.peak-checkout-billing-head-save {
    display: none !important;
}

body.logged-in:not(.peak-checkout-profile-ready) .peak-checkout-billing-head-save,
body.peak-checkout-billing-edit .peak-checkout-billing-head-save {
    display: inline-flex !important;
}

body.peak-checkout-profile-ready:not(.peak-checkout-billing-edit) .peak-checkout-billing-head-save {
    display: none !important;
}

body.peak-checkout-billing-edit #peak-checkout-ready {
    display: none !important;
}

body.peak-checkout-billing-edit .peak-checkout-edit-save-row {
    display: none !important;
}

body.peak-checkout-billing-edit .peak-stripe-billing-head {
    display: flex !important;
}

/* v1.9.36 Banka Havalesi — +100px sağ offset, PayTR frame +50px */

.peak-stripe-shell__right {
    position: relative !important;
}

.peak-paytr-inline #paytriframe {
    margin-top: 50px !important;
}

.peak-checkout-paytr-tabbar {
    position: absolute;
    z-index: 40;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    pointer-events: none;
}

body.peak-stripe-layout .peak-stripe-shell__right button.peak-checkout-paytr-tab {
    all: unset;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 172px !important;
    min-width: 172px !important;
    max-width: 172px !important;
    height: 40px !important;
    padding: 0 18px !important;
    margin: 0 !important;
    border: 2px solid #c5cdd8 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    color: #6b7c93 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: none !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    cursor: default !important;
    pointer-events: none !important;
    opacity: 1 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

body.peak-stripe-layout .peak-stripe-shell__right button.peak-checkout-paytr-tab.is-selected,
body.peak-stripe-layout .peak-stripe-shell__right button.peak-checkout-paytr-tab[aria-selected="true"] {
    border-color: #2d6cdf !important;
    color: #1a1f36 !important;
}

.peak-checkout-paytr-tabbar.is-dimmed button.peak-checkout-paytr-tab {
    opacity: 0.55 !important;
}

.peak-checkout-payment-lock {
    position: absolute;
    inset: 0;
    z-index: 25;
    display: none;
    pointer-events: none;
}

.peak-checkout-payment-lock.is-active {
    display: block;
    pointer-events: auto;
}

.peak-checkout-payment-lock__veil {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    pointer-events: auto;
}

body.peak-stripe-layout:not(.peak-checkout-profile-ready) .peak-stripe-shell__right .peak-stripe-canvas,
body.peak-stripe-layout.peak-checkout-billing-edit .peak-stripe-shell__right .peak-stripe-canvas {
    pointer-events: none !important;
}

.peak-checkout-payment-lock__hint {
    position: absolute;
    z-index: 26;
    margin: 0;
    max-width: 22rem;
    font-size: 13px;
    line-height: 1.5;
    color: #334155;
    padding: 0.55rem 0.7rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(216, 222, 230, 0.9);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    pointer-events: none;
}

.peak-checkout-payment-lock__hint strong {
    font-weight: 600;
    color: #0a2540;
}

@media (max-width: 520px) {
    body.peak-stripe-layout .peak-stripe-shell__right button.peak-checkout-paytr-tab {
        width: 156px !important;
        min-width: 156px !important;
        max-width: 156px !important;
        font-size: 13px !important;
    }
}

/* v1.9.38 — Banka havalesi paneli + tıklanabilir sekmeler */

.peak-checkout-paytr-tabbar {
    pointer-events: auto !important;
    display: inline-flex !important;
    gap: 8px !important;
}

body.peak-stripe-layout .peak-stripe-shell__right button.peak-checkout-paytr-tab {
    cursor: pointer !important;
    pointer-events: auto !important;
}

body.peak-stripe-layout .peak-stripe-shell__right button.peak-checkout-paytr-tab:disabled {
    cursor: default !important;
    pointer-events: none !important;
}

.peak-checkout-paytr-tabbar.is-dimmed button.peak-checkout-paytr-tab {
    opacity: 0.55 !important;
    pointer-events: none !important;
}

body.peak-checkout-payment-bacs .peak-paytr-inline {
    display: none !important;
}

.peak-checkout-bank-panel {
    margin-top: 112px;
    padding: 0 8px 24px;
}

.peak-checkout-bank-panel__inner {
    max-width: 520px;
    margin: 0 auto;
    padding: 20px 22px 22px;
    border-radius: 12px;
    border: 1px solid #e6ebf1;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.peak-checkout-bank-panel__badge {
    margin: 0 0 16px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #eef4ff;
    color: #1a1f36;
    font-size: 13px;
    line-height: 1.45;
}

.peak-checkout-bank-panel__badge strong {
    color: #2d6cdf;
}

.peak-checkout-bank-panel__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: start;
}

.peak-checkout-bank-panel__label {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8898aa;
}

.peak-checkout-bank-panel__value {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.45;
    color: #1a1f36;
    word-break: break-word;
}

.peak-checkout-bank-panel__iban {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 13px;
    letter-spacing: 0.02em;
}

.peak-checkout-bank-panel__hint {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #6b7c93;
}

.peak-checkout-bank-panel__qr img {
    display: block;
    width: 180px;
    height: 180px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #e6ebf1;
    background: #fff;
}

body.peak-stripe-layout .peak-checkout-bank-panel__submit {
    all: unset;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin-top: 18px !important;
    min-height: 44px !important;
    padding: 0 20px !important;
    border-radius: 22px !important;
    border: 2px solid #2d6cdf !important;
    background: #2d6cdf !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    text-align: center !important;
}

body.peak-stripe-layout .peak-checkout-bank-panel__submit:disabled {
    opacity: 0.65 !important;
    cursor: default !important;
}

.peak-stripe-totals__row--discount span:last-child {
    color: #2d6cdf !important;
}

@media (max-width: 520px) {
    .peak-checkout-bank-panel__grid {
        grid-template-columns: 1fr;
    }

    .peak-checkout-bank-panel__qr {
        text-align: center;
    }

    .peak-checkout-bank-panel__qr img {
        margin: 0 auto;
    }
}

/* v1.9.39 — Ödeme sekmeleri üstte sabit akış */

body.peak-stripe-layout .peak-stripe-shell__right .peak-stripe-canvas--light {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding-top: 12px !important;
}

.peak-checkout-paytr-tabbar,
#peak-checkout-payment-tabs {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 5 !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 12px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    pointer-events: auto !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
}

.peak-paytr-inline #paytriframe {
    margin-top: 0 !important;
}

.peak-checkout-bank-panel {
    margin-top: 0 !important;
    padding: 0 12px 24px !important;
    flex: 1 1 auto !important;
}

.peak-paytr-inline {
    flex: 1 1 auto !important;
    min-height: 0 !important;
}

/* v1.9.41 — Sağ panel dikey kaydırma (sol siyah alan gibi) */

.peak-stripe-shell__right {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #c5cdd8 #f1f5f9;
}

.peak-stripe-shell__right::-webkit-scrollbar {
    width: 8px;
}

.peak-stripe-shell__right::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.peak-stripe-shell__right::-webkit-scrollbar-thumb {
    background: #c5cdd8;
    border-radius: 4px;
}

.peak-stripe-shell__right .peak-stripe-canvas--light {
    flex: none !important;
    min-height: auto !important;
    overflow: visible !important;
    padding-bottom: 24px !important;
}

.peak-paytr-inline {
    flex: none !important;
    min-height: auto !important;
    overflow: visible !important;
}

.peak-paytr-inline #paytriframe {
    display: block !important;
    width: 100% !important;
    max-height: none !important;
    flex: none !important;
    margin-top: 0 !important;
    border: 0;
}

.peak-checkout-bank-panel {
    margin-top: 0 !important;
}

/* v1.9.45 — IBAN ikonu satır içi + kopyalandı toast */

.peak-checkout-bank-panel__iban-line {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.45;
    color: #1a1f36;
}

.peak-checkout-bank-panel__iban-text {
    display: inline;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.02em;
    color: #1a1f36;
    word-break: break-word;
    white-space: normal;
}

body.peak-stripe-layout .peak-checkout-bank-panel__iban-copy {
    all: unset;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    margin: 0 0 0 8px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    color: #5eb3f6 !important;
    cursor: pointer !important;
    line-height: 0 !important;
    vertical-align: middle !important;
    opacity: 0.95 !important;
}

body.peak-stripe-layout .peak-checkout-bank-panel__iban-copy svg {
    display: block;
    width: 16px;
    height: 16px;
}

body.peak-stripe-layout .peak-checkout-bank-panel__iban-copy:hover {
    opacity: 1 !important;
    color: #3d9ef0 !important;
}

body.peak-stripe-layout .peak-checkout-bank-panel__iban-copy.is-copied {
    color: #22a06b !important;
}

.peak-checkout-bank-panel__iban-copy-feedback {
    margin: -6px 0 12px !important;
    padding: 8px 10px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    color: #0d5c36 !important;
    background: #e8f7ef !important;
    border: 1px solid #9fd4b6 !important;
    border-radius: 8px !important;
    display: none !important;
}

.peak-checkout-bank-panel__iban-copy-feedback.is-visible {
    display: block !important;
}

.peak-iban-copy-toast.swal2-container {
    z-index: 2147483647 !important;
}

.peak-bacs-success-dialog.swal2-container {
    z-index: 2147483647 !important;
}

/* v1.9.50 — checkout geçmiş siparişler */

.peak-checkout-orders {
    margin-top: 0.65rem !important;
    padding: 12px 14px !important;
}

.peak-checkout-orders__title {
    margin: 0 0 10px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    color: #3b82f6 !important;
}

.peak-checkout-orders__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.peak-checkout-orders__item {
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid #2a3441 !important;
}

.peak-checkout-orders__item:first-child {
    border-top: none !important;
}

.peak-checkout-orders__link {
    display: block !important;
    padding: 10px 0 !important;
    text-decoration: none !important;
    color: inherit !important;
}

.peak-checkout-orders__link:hover .peak-checkout-orders__product {
    color: #f6f9fc !important;
}

.peak-checkout-orders__head {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-bottom: 4px !important;
}

.peak-checkout-orders__num {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #f6f9fc !important;
}

.peak-checkout-orders__total {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #f6f9fc !important;
    white-space: nowrap !important;
}

.peak-checkout-orders__product {
    display: block !important;
    margin: 0 0 3px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    color: #adbdcc !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.peak-checkout-orders__more {
    margin: 10px 0 0 !important;
    font-size: 12px !important;
    text-align: right !important;
}

.peak-checkout-orders__more a {
    color: #60a5fa !important;
    text-decoration: none !important;
}

.peak-checkout-orders__more a:hover {
    text-decoration: underline !important;
}

.peak-checkout-orders__meta {
    display: block !important;
    font-size: 11px !important;
    color: #8b9cb3 !important;
}

body.peak-checkout-billing-edit #peak-checkout-past-orders {
    display: none !important;
}

/* v1.9.52 — PayTR iframe alt kesilmesi */

.peak-stripe-shell__right {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
}

.peak-stripe-shell__right .peak-stripe-canvas--light {
    flex: none !important;
    min-height: auto !important;
    overflow: visible !important;
    padding-bottom: 32px !important;
}

.peak-paytr-inline {
    flex: none !important;
    min-height: auto !important;
    overflow: visible !important;
}

.peak-paytr-inline #paytriframe {
    display: block !important;
    width: 100% !important;
    flex: none !important;
    min-height: 720px !important;
    max-height: none !important;
    margin-top: 0 !important;
    border: 0;
}

/* v1.9.54 — misafir checkout sadeleştirme */

.peak-checkout-auth-block {
    display: none !important;
}

.peak-checkout-account-row__label {
    display: none !important;
}

.peak-checkout-existing-login {
    margin-top: 6px !important;
}

.peak-checkout-login-email-note {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #adbdcc !important;
}

body.peak-stripe-layout .peak-checkout-login-password-row label .optional {
    font-weight: 400 !important;
    color: #6b7c93 !important;
}

.peak-checkout-login-actions--inline {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 6px 8px !important;
    margin-top: 8px !important;
    padding: 0 !important;
    background: transparent !important;
}

body.peak-checkout-email-exists #peak-checkout-existing-login,
body.peak-checkout-email-exists #peak-billing-email-note.is-visible {
    display: block !important;
}

body.peak-checkout-email-exists #peak-checkout-save {
    opacity: 0.45 !important;
    pointer-events: none !important;
}

.peak-checkout-oauth-compact {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 1px solid #2a2a2a !important;
}

.peak-checkout-oauth-compact__label {
    font-size: 12px !important;
    color: #8b9cb3 !important;
    margin-right: 2px !important;
}

.peak-checkout-oauth-compact__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    border: 1px solid #2a3441 !important;
    background: #141414 !important;
    text-decoration: none !important;
}

.peak-checkout-oauth-compact__btn--apple {
    color: #f6f9fc !important;
}

.peak-checkout-oauth-compact__btn--google {
    background: #fff !important;
}

.peak-checkout-oauth-compact__btn svg {
    display: block !important;
}

/* v1.9.55 — checkout sepet özeti mobil kaydırma + satır düzeni */
@media (max-width: 900px) {
    html.peak-stripe-layout-root,
    body.peak-stripe-layout {
        overflow: auto !important;
        height: auto !important;
        min-height: 100vh !important;
    }

    .peak-stripe-shell {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 100vh !important;
        overflow: visible !important;
    }

    .peak-stripe-shell__grid {
        height: auto !important;
        min-height: 100vh !important;
    }

    .peak-stripe-shell__left,
    .peak-stripe-shell__right {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
    }

    .peak-stripe-shell__left {
        padding: 1rem 1rem 1.25rem !important;
        align-items: stretch !important;
    }

    .peak-stripe-canvas--dark {
        width: 100% !important;
        max-width: 100% !important;
        align-self: stretch !important;
    }
}

@media (max-width: 520px) {
    body.peak-stripe-layout .peak-stripe-product-card__name {
        font-size: 12px !important;
        line-height: 1.35 !important;
        white-space: normal !important;
        word-break: break-word !important;
    }

    body.peak-stripe-layout .peak-stripe-product-card__meta {
        flex-wrap: wrap !important;
        row-gap: 8px !important;
        align-items: center !important;
    }

    body.peak-stripe-layout .peak-cart-line-total {
        margin-left: auto !important;
    }
}

/* v1.9.72 — mobil: Kart / Havale sekmeleri siyah alanın üstünde */

.peak-checkout-paytr-tab__ico {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    line-height: 0 !important;
}

.peak-checkout-paytr-tab__txt {
    line-height: 1 !important;
}

body.peak-stripe-layout .peak-checkout-tabs-mobile button.peak-checkout-paytr-tab,
body.peak-stripe-layout .peak-stripe-shell__left button.peak-checkout-paytr-tab {
    gap: 6px !important;
}

@media (max-width: 900px) {
    .peak-checkout-tabs-mobile {
        width: 100% !important;
        max-width: 100% !important;
        padding: 8px 12px 4px !important;
        margin: 0 !important;
        background: #000 !important;
        box-sizing: border-box !important;
    }

    .peak-stripe-shell__left.peak-stripe-shell__left--has-mobile-tabs {
        padding-top: 0 !important;
    }

    .peak-checkout-tabs-mobile .peak-checkout-paytr-tabbar,
  .peak-checkout-tabs-mobile #peak-checkout-payment-tabs {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 0 8px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
        position: static !important;
        background: transparent !important;
    }

    .peak-stripe-shell__right .peak-checkout-paytr-tabbar,
    .peak-stripe-shell__right #peak-checkout-payment-tabs {
        display: none !important;
    }

    body.peak-stripe-layout .peak-checkout-tabs-mobile button.peak-checkout-paytr-tab {
        background: #141414 !important;
        border-color: #3d4f66 !important;
        color: #b8c5d6 !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        flex: 1 1 0 !important;
        padding: 0 10px !important;
        font-size: 12px !important;
    }

    body.peak-stripe-layout .peak-checkout-tabs-mobile button.peak-checkout-paytr-tab.is-selected,
    body.peak-stripe-layout .peak-checkout-tabs-mobile button.peak-checkout-paytr-tab[aria-selected="true"] {
        border-color: #2d6cdf !important;
        color: #f6f9fc !important;
        background: #0c1a30 !important;
    }

    .peak-paytr-inline #paytriframe {
        margin-top: 0 !important;
    }
}

@media (min-width: 901px) {
    .peak-checkout-tabs-mobile {
        display: none !important;
    }
}

/* v1.9.73 — mobil ödeme sekmeleri her zaman tıklanabilir */
.peak-checkout-tabs-mobile .peak-checkout-paytr-tabbar.is-dimmed button.peak-checkout-paytr-tab,
body.peak-stripe-layout .peak-checkout-tabs-mobile button.peak-checkout-paytr-tab:disabled {
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

body.peak-stripe-layout .peak-checkout-tabs-mobile button.peak-checkout-paytr-tab {
    cursor: pointer !important;
    pointer-events: auto !important;
    opacity: 1 !important;
}

body.peak-stripe-layout .peak-checkout-tabs-mobile button.peak-checkout-paytr-tab.is-selected,
body.peak-stripe-layout .peak-checkout-tabs-mobile button.peak-checkout-paytr-tab[aria-selected="true"] {
    box-shadow: 0 0 0 1px rgba(45, 108, 223, 0.35) !important;
}

@media (min-width: 901px) {
    body.peak-stripe-layout .peak-stripe-shell__right button.peak-checkout-paytr-tab {
        cursor: pointer !important;
        pointer-events: auto !important;
    }

    body.peak-stripe-layout .peak-stripe-shell__right .peak-checkout-paytr-tabbar.is-dimmed button.peak-checkout-paytr-tab {
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}

/* v1.9.74 — checkout üst boşluk + mobil sayfa başı */
html.peak-stripe-layout-root,
body.peak-stripe-layout.peak-checkout-no-chrome {
    background: #000 !important;
}

body.peak-stripe-layout.peak-checkout-no-chrome #Action_bar,
body.peak-stripe-layout.peak-checkout-no-chrome #Subheader,
body.peak-stripe-layout.peak-checkout-no-chrome .subheader,
body.peak-stripe-layout.peak-checkout-no-chrome #Header,
body.peak-stripe-layout.peak-checkout-no-chrome .mfn-main-slider,
body.peak-stripe-layout.peak-checkout-no-chrome .section-title,
body.peak-stripe-layout.peak-checkout-no-chrome .title_wrapper,
body.peak-stripe-layout.peak-checkout-no-chrome .woocommerce-breadcrumb {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
}

body.peak-stripe-layout.peak-checkout-no-chrome #Wrapper,
body.peak-stripe-layout.peak-checkout-no-chrome #Content,
body.peak-stripe-layout.peak-checkout-no-chrome .content_wrapper,
body.peak-stripe-layout.peak-checkout-no-chrome .sections_group {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: #000 !important;
}

@media (max-width: 900px) {
    body.peak-stripe-layout .peak-checkout-payment-lock__hint {
        display: none !important;
    }

    body.peak-stripe-layout.peak-checkout-no-chrome .peak-stripe-shell {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

/* v1.9.75 — mobil havale: banka bilgisi sol özet altında */
@media (max-width: 900px) {
    .peak-checkout-bank-mobile {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 0.75rem !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .peak-checkout-bank-mobile .peak-checkout-bank-panel {
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }

    .peak-checkout-bank-mobile .peak-checkout-bank-panel__inner {
        max-width: 100% !important;
    }

    body.peak-checkout-payment-bacs .peak-stripe-shell__right .peak-checkout-bank-panel {
        display: none !important;
    }

    body.peak-checkout-payment-bacs .peak-stripe-shell__right {
        display: none !important;
    }
}

/* v1.9.76 — mobil havale paneli sol sütunun en altında */
@media (max-width: 900px) {
    .peak-checkout-bank-mobile {
        margin-top: 0.75rem !important;
        margin-bottom: 0.25rem !important;
    }
}

/* v1.9.77 — ödeme sekmeleri + havale Sipariş Ver kilidi */
@media (max-width: 900px) {
    body.peak-stripe-layout .peak-checkout-tabs-mobile button.peak-checkout-paytr-tab {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 3px !important;
        min-height: 50px !important;
        height: auto !important;
        padding: 7px 4px !important;
        font-size: 10px !important;
        line-height: 1.15 !important;
        white-space: normal !important;
        text-align: center !important;
        overflow: hidden !important;
    }

    body.peak-stripe-layout .peak-checkout-tabs-mobile .peak-checkout-paytr-tab__ico {
        flex-shrink: 0 !important;
        line-height: 0 !important;
    }

    body.peak-stripe-layout .peak-checkout-tabs-mobile .peak-checkout-paytr-tab__svg {
        width: 17px !important;
        height: 17px !important;
        display: block !important;
    }

    body.peak-stripe-layout .peak-checkout-tabs-mobile .peak-checkout-paytr-tab__txt {
        display: block !important;
        max-width: 100% !important;
        padding: 0 1px !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        line-height: 1.15 !important;
        letter-spacing: 0 !important;
    }
}

@media (min-width: 901px) {
    body.peak-stripe-layout .peak-stripe-shell__right button.peak-checkout-paytr-tab {
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        flex: 1 1 0 !important;
        height: 42px !important;
        padding: 0 12px !important;
        gap: 6px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
        pointer-events: auto !important;
        cursor: pointer !important;
    }

    body.peak-stripe-layout .peak-stripe-shell__right .peak-checkout-paytr-tabbar,
    body.peak-stripe-layout .peak-stripe-shell__right #peak-checkout-payment-tabs {
        max-width: 380px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.peak-stripe-layout .peak-stripe-shell__right .peak-checkout-paytr-tab__svg {
        width: 16px !important;
        height: 16px !important;
    }
}

body.peak-stripe-layout .peak-checkout-bank-panel__submit.is-locked,
body.peak-stripe-layout .peak-checkout-bank-panel__submit:disabled {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    background: #4a5568 !important;
    border-color: #4a5568 !important;
}

.peak-checkout-bank-panel--locked .peak-checkout-bank-panel__submit {
    display: none !important;
}

/* v1.9.78 — havale: banka bilgisi her zaman; Sipariş Ver asgari alan */
.peak-checkout-bank-panel--locked .peak-checkout-bank-panel__submit {
    display: flex !important;
}

.peak-checkout-bank-panel__submit.is-locked {
    display: flex !important;
}

/* v1.9.79 — kurumsal: vergi dairesi + vergi no yan yana */
body.peak-stripe-layout .peak-stripe-billing-badge .peak-tax-pair-row,
body.peak-stripe-layout #customer_details .peak-tax-pair-row {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
}

body.peak-stripe-layout .peak-tax-pair-row #billing_peak_tax_office_field,
body.peak-stripe-layout .peak-tax-pair-row #billing_peak_tax_number_field {
    grid-column: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

body.peak-stripe-layout #customer_details:not(.is-kurumsal) .peak-tax-pair-row {
    display: none !important;
}

/* v1.9.80 — Kaydet nabız + PayTR kayıt sırasında gizli */
@keyframes peak-save-btn-pulse {
    0%,
    100% {
        outline: 2px solid rgba(45, 108, 223, 0.8) !important;
        outline-offset: 1px !important;
    }
    50% {
        outline: 2px solid #5b9aff !important;
        outline-offset: 5px !important;
    }
}

body.peak-stripe-layout.logged-in:not(.peak-checkout-profile-ready) button.peak-checkout-save-btn:not(:disabled),
body.peak-stripe-layout.logged-in.peak-checkout-billing-edit button.peak-checkout-save-btn:not(:disabled),
body.peak-stripe-layout:not(.peak-checkout-profile-ready) #peak-checkout-edit-save:not(:disabled),
body.peak-stripe-layout.peak-checkout-billing-edit .peak-checkout-edit-save-alt:not(:disabled) {
    animation: peak-save-btn-pulse 1.55s ease-in-out infinite !important;
}

body.peak-checkout-paytr-settling .peak-stripe-shell__right .peak-paytr-inline,
body.peak-checkout-paytr-settling #peak-paytr-inline {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

body.peak-checkout-paytr-settling.peak-checkout-profile-ready .peak-stripe-shell__right .peak-stripe-canvas--light {
    position: relative !important;
    min-height: 220px !important;
}

body.peak-checkout-paytr-settling.peak-checkout-profile-ready .peak-stripe-shell__right .peak-stripe-canvas--light::before {
    content: 'Ödeme ekranı hazırlanıyor…' !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 30 !important;
    font-size: 14px !important;
    color: #64748b !important;
    background: #f8fafc !important;
}

body.peak-checkout-paytr-settling .peak-stripe-shell__right .peak-stripe-canvas--light {
    min-height: 220px !important;
}

@media (max-width: 900px) {
    body.peak-checkout-profile-ready .peak-stripe-shell__right .peak-stripe-canvas--light {
        padding-bottom: max(48px, env(safe-area-inset-bottom, 0px)) !important;
    }

    body.peak-checkout-profile-ready .peak-paytr-inline #paytriframe {
        height: auto !important;
        min-height: 600px !important;
        max-height: none !important;
    }

    body.peak-checkout-profile-ready.peak-stripe-layout {
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}

body.peak-stripe-layout.peak-checkout-profile-ready #paytriframe {
    max-height: 4500px !important;
    height: auto;
    min-height: 720px !important;
}

@media (max-width: 900px) {
    body.peak-checkout-paytr-settling.peak-checkout-profile-ready .peak-stripe-shell__right,
    body.peak-checkout-paytr-loading.peak-checkout-profile-ready .peak-stripe-shell__right {
        display: none !important;
    }

    body.peak-checkout-paytr-settling.peak-checkout-profile-ready .peak-stripe-shell__left::after,
    body.peak-checkout-paytr-loading.peak-checkout-profile-ready .peak-stripe-shell__left::after {
        content: 'Ödeme ekranı hazırlanıyor…' !important;
        display: block !important;
        width: 100% !important;
        margin: 1rem 0 0 !important;
        padding: 14px 12px !important;
        text-align: center !important;
        font-size: 13px !important;
        color: #8b9cb3 !important;
        background: #141414 !important;
        border: 1px solid #2a2a2a !important;
        border-radius: 8px !important;
        box-sizing: border-box !important;
    }

    body.peak-checkout-profile-ready .peak-paytr-inline {
        padding-bottom: max(72px, env(safe-area-inset-bottom, 0px)) !important;
    }
}

/* v1.9.87 — PayTR yükseklik + tek açılış */

@media (prefers-reduced-motion: reduce) {
    body.peak-stripe-layout button.peak-checkout-save-btn {
        animation: none !important;
    }

    body.peak-stripe-layout:not(.logged-in):not(.peak-checkout-profile-ready) #peak-checkout-save.peak-checkout-save-btn:not(:disabled) {
        outline: 2px solid #dc2626 !important;
        outline-offset: 2px !important;
    }

    body.peak-stripe-layout.logged-in:not(.peak-checkout-profile-ready) button.peak-checkout-save-btn:not(:disabled),
    body.peak-stripe-layout.logged-in:not(.peak-checkout-profile-ready) #peak-checkout-edit-save:not(:disabled) {
        outline: 2px solid #2d6cdf !important;
        outline-offset: 2px !important;
    }
}

body.peak-stripe-layout:not(.peak-checkout-profile-ready) .peak-paytr-inline #paytriframe {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    visibility: hidden !important;
}

.peak-paytr-inline--awaiting {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 !important;
    min-height: 12rem !important;
    padding: 1.5rem 1.25rem !important;
    box-sizing: border-box !important;
}

.peak-paytr-awaiting-msg {
    margin: 0 !important;
    max-width: 22rem !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: #64748b !important;
    text-align: center !important;
}

@media (max-width: 900px) {
    body.peak-stripe-layout:not(.peak-checkout-profile-ready):not(.peak-checkout-payment-bacs) .peak-stripe-shell__right {
        display: none !important;
    }
}

/* v1.9.85 — checkout açılış: fatura önce, PayTR sonra */
@keyframes peak-continue-btn-pulse-red {
    0%,
    100% {
        outline: 2px solid rgba(220, 38, 38, 0.9) !important;
        outline-offset: 1px !important;
    }
    50% {
        outline: 2px solid #f87171 !important;
        outline-offset: 6px !important;
    }
}

body.peak-stripe-layout:not(.logged-in):not(.peak-checkout-profile-ready) #peak-checkout-save.peak-checkout-save-btn:not(:disabled) {
    animation: peak-continue-btn-pulse-red 1.45s ease-in-out infinite !important;
    padding: 5px 12px !important;
    color: #fecaca !important;
    background: rgba(127, 29, 29, 0.35) !important;
}

body.peak-stripe-layout:not(.logged-in):not(.peak-checkout-profile-ready) #peak-checkout-save.peak-checkout-save-btn:not(:disabled):hover {
    color: #fff !important;
    background: rgba(153, 27, 27, 0.45) !important;
}
