/**
 * Sepet / ödeme akışı — hero bindirmeli panel, adım göstergesi, güven kartları.
 */
.orvix-cart-page {
    --orvix-cart-panel-overlap: 2.5rem;
    --orvix-cart-primary: var(--orvix-hero-primary, #3762ea);
    position: relative;
    z-index: 8;
    width: 100%;
    margin-top: calc(-1 * var(--orvix-cart-panel-overlap));
    padding: 0 0 clamp(1.25rem, 2vw, 1.75rem);
    background: transparent;
    box-sizing: border-box;
    isolation: isolate;
}

.orvix-front-shell .orvix-front-shell__main:has(.orvix-cart-page) {
    align-items: stretch !important;
    justify-content: flex-start;
    width: 100%;
    background: var(--orvix-home-section-bg, #f4f6f8);
}

html[data-bs-theme="dark"] .orvix-front-shell .orvix-front-shell__main:has(.orvix-cart-page) {
    background: var(--orvix-home-section-bg, #0b0d12);
}

.orvix-page-hero--cart .orvix-page-hero__inner {
    padding-bottom: clamp(3.75rem, 6vw, 5rem);
}

@media (min-width: 992px) {
    .orvix-cart-page {
        --orvix-cart-panel-overlap: 5rem;
    }
}

.orvix-cart-page__panel {
    position: relative;
    z-index: 2;
    width: 100%;
}

.orvix-cart-page__shell {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.06);
    border-radius: 1.5rem;
    box-shadow: 0 14px 36px -24px rgba(15, 23, 42, 0.16);
    padding: 1.15rem 1.15rem 1.25rem;
}

html[data-bs-theme="dark"] .orvix-cart-page__shell {
    background: #151821;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 36px -24px rgba(0, 0, 0, 0.42);
}

@media (min-width: 992px) {
    .orvix-cart-page__shell {
        padding: 1.35rem 1.4rem 1.45rem;
    }
}

/* Adım göstergesi */
.orvix-cart-steps {
    margin-bottom: 1.35rem;
}

.orvix-cart-steps__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.orvix-cart-steps__item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
}

.orvix-cart-steps__dot {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.95rem;
    border: 2px solid rgba(17, 24, 39, 0.12);
    background: #fff;
    color: rgba(17, 24, 39, 0.45);
}

.orvix-cart-steps__label {
    font-size: 0.82rem;
    font-weight: 650;
    color: rgba(17, 24, 39, 0.55);
    white-space: nowrap;
}

.orvix-cart-steps__sep {
    flex: 1 1 1.5rem;
    min-width: 1rem;
    max-width: 3rem;
    height: 2px;
    background: rgba(17, 24, 39, 0.1);
    border-radius: 999px;
}

.orvix-cart-steps__item.is-active .orvix-cart-steps__dot {
    border-color: var(--orvix-cart-primary);
    background: var(--orvix-cart-primary);
    color: #fff;
}

.orvix-cart-steps__item.is-active .orvix-cart-steps__label {
    color: var(--bs-heading-color);
}

.orvix-cart-steps__item.is-done .orvix-cart-steps__dot {
    border-color: color-mix(in srgb, var(--orvix-cart-primary) 35%, #fff);
    background: color-mix(in srgb, var(--orvix-cart-primary) 12%, #fff);
    color: var(--orvix-cart-primary);
}

.orvix-cart-steps__item.is-done .orvix-cart-steps__label {
    color: var(--orvix-cart-primary);
}

html[data-bs-theme="dark"] .orvix-cart-steps__dot {
    background: #1c212b;
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.5);
}

html[data-bs-theme="dark"] .orvix-cart-steps__label {
    color: rgba(255, 255, 255, 0.55);
}

html[data-bs-theme="dark"] .orvix-cart-steps__sep {
    background: rgba(255, 255, 255, 0.1);
}

/* Ana grid */
.orvix-cart-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

@media (min-width: 992px) {
    .orvix-cart-page__grid {
        grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.85fr);
        gap: 1.5rem;
    }
}

/* Sepet satırları */
.orvix-cart-line {
    background: #fff;
    border-radius: 1.35rem;
    box-shadow: 0 10px 28px -22px rgba(17, 24, 39, 0.35);
    margin-bottom: 0.85rem;
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.orvix-cart-line__inner {
    padding: 1rem 1.1rem;
}

.orvix-cart-line__validate {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.orvix-cart-line__media img,
.orvix-cart-line__ph {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    object-fit: cover;
}

.orvix-cart-line__ph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
}

.orvix-cart-line__ph i {
    color: #fff;
}

.orvix-cart-line__price {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-weight: 750;
    font-size: 1rem;
}

.orvix-cart-line__price i {
    color: #22c55e;
    font-size: 0.95rem;
}

.orvix-cart-line__disc-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 0.72rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.orvix-cart-line__old {
    font-size: 0.82rem;
    color: color-mix(in srgb, var(--bs-body-color) 45%, transparent);
    text-decoration: line-through;
    font-weight: 600;
}

.orvix-cart-line__pricebox {
    min-width: 118px;
}

.orvix-cart-remove-btn {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, #ef4444 40%, #fff);
    color: #ef4444;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
}

.orvix-cart-remove-btn i {
    font-size: 1rem;
    line-height: 1;
}

html[data-bs-theme="dark"] .orvix-cart-line {
    background: #1c212b;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 28px -22px rgba(0, 0, 0, 0.45);
}

/* Step 2 bölümleri */
.orvix-cart-page__section {
    margin-bottom: 0.85rem;
}

.orvix-cart-page__section-card {
    background: #fff;
    border-radius: 1.35rem;
    box-shadow: 0 10px 28px -22px rgba(17, 24, 39, 0.35);
    border: 1px solid rgba(17, 24, 39, 0.06);
    padding: 1.1rem 1.15rem;
}

.orvix-cart-page__section-title {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    font-weight: 750;
}

.orvix-cart-page__back {
    margin-top: 0.5rem;
}

.orvix-cart-page__back-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 0;
    background: transparent;
    color: var(--orvix-cart-primary);
    font-weight: 650;
    font-size: 0.88rem;
    padding: 0.35rem 0;
}

html[data-bs-theme="dark"] .orvix-cart-page__section-card {
    background: #1c212b;
    border-color: rgba(255, 255, 255, 0.08);
}

/* Sidebar */
.orvix-cart-page__aside-card {
    background: #fff;
    border-radius: 1.35rem;
    box-shadow: 0 14px 32px -24px rgba(17, 24, 39, 0.4);
    border: 1px solid rgba(17, 24, 39, 0.06);
    padding: 1.15rem 1.2rem;
    position: sticky;
    top: 5.5rem;
}

.orvix-cart-page__aside-head {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.orvix-cart-page__aside-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.85rem;
    background: color-mix(in srgb, var(--orvix-cart-primary) 12%, #fff);
    color: var(--orvix-cart-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.15rem;
}

.orvix-cart-page__aside-title {
    display: block;
    font-size: 1.05rem;
    font-weight: 750;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

.orvix-cart-page__aside-desc {
    margin: 0;
    font-size: 0.82rem;
    color: var(--bs-secondary-color);
    line-height: 1.45;
}

.orvix-cart-page__price-block {
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    padding-top: 0.85rem;
    margin-bottom: 1rem;
}

.orvix-cart-page__price-title {
    margin: 0 0 0.65rem;
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--bs-secondary-color);
}

.orvix-cart-page__price-rows {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.orvix-cart-page__price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.88rem;
}

.orvix-cart-page__price-row strong {
    font-weight: 700;
}

.orvix-cart-page__price-row strong.is-discount {
    color: #16a34a;
}

.orvix-cart-page__price-row--total {
    margin-top: 0.35rem;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    font-size: 0.95rem;
}

.orvix-cart-page__price-row--total strong {
    font-size: 1.05rem;
}

.orvix-cart-page__coupon-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.1rem 0.4rem;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    font-size: 0.68rem;
    font-weight: 700;
    margin-left: 0.35rem;
}

.orvix-cart-page__aside-foot {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.orvix-cart-page__coupon-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 650;
    color: var(--bs-secondary-color);
    margin-bottom: 0.35rem;
}

.orvix-cart-page__coupon-row {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 3rem;
    padding: 0.28rem 0.32rem 0.28rem 0.55rem;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 4px;
    background: #f8f9fb;
}

.orvix-cart-page__coupon-row-ic {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    color: var(--orvix-cart-primary);
    font-size: 1.05rem;
}

.orvix-cart-page__coupon-row .orvix-cart-coupon-inline {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.orvix-cart-page__coupon-row .orvix-cart-coupon-inline .form-control {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0.35rem 0.25rem;
    min-height: 2.2rem;
    font-size: 0.88rem;
}

.orvix-cart-page__coupon-row .orvix-cart-coupon-inline .form-control:focus {
    box-shadow: none;
}

.orvix-cart-page__coupon-apply {
    flex: 0 0 auto;
    border: 0;
    border-radius: 4px;
    min-height: 2.35rem;
    padding: 0 1rem;
    background: var(--orvix-cta-btn-gradient, linear-gradient(135deg, #2dd4bf 0%, #3b82f6 100%));
    color: #fff;
    font-weight: 700;
    font-size: 0.82rem;
    white-space: nowrap;
}

.orvix-cart-page__coupon-apply:hover {
    filter: brightness(1.06);
    color: #fff;
}

html[data-bs-theme="dark"] .orvix-cart-page__coupon-row {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.orvix-cart-page__submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    min-height: 3rem;
    border: 0;
    border-radius: 999px;
    background: var(--orvix-cta-btn-gradient, linear-gradient(135deg, #2dd4bf 0%, #3b82f6 100%));
    color: #fff;
    font-weight: 750;
    font-size: 0.92rem;
    text-decoration: none;
    box-shadow: none;
    transition: filter 0.18s ease;
}

.orvix-cart-page__submit-btn:hover {
    filter: brightness(1.06);
    color: #fff;
}

.orvix-cart-page__submit-btn--inline {
    width: auto;
    padding: 0.65rem 1.75rem;
}

html[data-bs-theme="dark"] .orvix-cart-page__aside-card {
    background: #1c212b;
    border-color: rgba(255, 255, 255, 0.08);
}

html[data-bs-theme="dark"] .orvix-cart-page__price-block,
html[data-bs-theme="dark"] .orvix-cart-page__price-row--total {
    border-top-color: rgba(255, 255, 255, 0.1);
}

html[data-bs-theme="dark"] .orvix-cart-page__coupon-btn {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.orvix-cart-page__validate-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 52px;
    height: 52px;
    border: 0;
    border-radius: 4px;
    padding: 0 1rem;
    background: var(--orvix-cart-primary);
    color: #fff;
    font-weight: 750;
    font-size: 0.88rem;
    cursor: pointer;
    transition: filter 0.18s ease;
}

.orvix-cart-page__validate-btn:hover {
    filter: brightness(0.96);
    color: #fff;
}

.orvix-cart-page__validate-btn i {
    font-size: 1rem;
    line-height: 1;
    color: #fff;
}

.orvix-cart-page__validate-btn .js-cart-validate-btn-text {
    color: #fff !important;
}

/* Boş sepet */
.orvix-cart-page__empty {
    text-align: center;
    padding: 3rem 1.25rem;
    background: #fff;
    border-radius: 1.35rem;
    box-shadow: 0 10px 28px -22px rgba(17, 24, 39, 0.35);
}

.orvix-cart-empty__ic {
    font-size: 3.25rem;
    color: color-mix(in srgb, var(--bs-body-color) 28%, transparent);
}

html[data-bs-theme="dark"] .orvix-cart-page__empty {
    background: #1c212b;
}

/* Güven kartları — promo / bridge ile aynı görünüm */
.orvix-cart-trust-cards {
    position: relative;
    z-index: 3;
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
    padding: 0 0 clamp(2rem, 4vw, 3rem);
    background: var(--orvix-cart-trust-next, #f4f6f8);
    pointer-events: none;
}

.orvix-cart-trust-cards .fdh-shell,
.orvix-cart-trust-cards a,
.orvix-cart-trust-cards button {
    pointer-events: auto;
}

.orvix-cart-trust-cards__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.15rem;
    align-items: stretch;
    position: relative;
}

@media (min-width: 768px) {
    .orvix-cart-trust-cards__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

.orvix-cart-trust-cards__card {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.orvix-cart-trust-cards__card.orvix-home-bridge__card--light {
    min-height: 21rem;
    padding: 1.75rem 1.55rem 1.35rem;
}

.orvix-cart-trust-cards__card--support {
    min-height: 21rem;
    overflow: hidden;
}

.orvix-cart-trust-cards__card--support .orvix-home-bridge__card-title,
.orvix-cart-trust-cards__card--support .orvix-home-promo-strip__card-sub,
.orvix-cart-trust-cards__card--support .orvix-home-bridge__card-desc,
.orvix-cart-trust-cards__card--support .orvix-home-bridge__cta {
    position: relative;
    z-index: 3;
}

.orvix-cart-trust-cards__card--support .orvix-home-promo-strip__card-sub {
    margin: 0 0 0.55rem;
    max-width: 11rem;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
}

.orvix-cart-trust-cards__card--support .orvix-home-bridge__card-desc {
    max-width: 11rem;
    margin-bottom: 1rem;
}

.orvix-cart-trust-cards__card--support.orvix-home-bridge__card--media .orvix-home-bridge__visual {
    top: 0;
    right: 0;
    left: 24%;
    bottom: 0;
    width: auto;
    max-width: 76%;
    max-height: 100%;
    height: 100%;
    z-index: 1;
    align-items: flex-end;
    justify-content: flex-end;
}

.orvix-cart-trust-cards__card--support.orvix-home-bridge__card--media .orvix-home-bridge__visual img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: bottom right;
}

.orvix-cart-trust-cards__card--platforms {
    min-height: 18.5rem;
    padding-bottom: 1.15rem;
    overflow: visible;
}

.orvix-cart-trust-cards__card--platforms .orvix-home-bridge__card-title {
    max-width: 13rem;
}

.orvix-cart-trust-cards__card--platforms .orvix-home-bridge__card-desc {
    max-width: 13.5rem;
    margin-bottom: 0;
}

.orvix-cart-trust-cards .orvix-home-promo-strip__arrow {
    position: absolute;
    left: 56%;
    top: 24%;
    width: min(5.75rem, 30%);
    z-index: 2;
    pointer-events: none;
    transform: rotate(-8deg);
}

.orvix-cart-trust-cards .orvix-home-promo-strip__arrow img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.orvix-cart-trust-cards .orvix-home-promo-strip__platforms {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: auto;
    padding-top: 1.35rem;
    width: 100%;
}

.orvix-cart-trust-cards__card--payments.orvix-home-bridge__card--media {
    min-height: 18.5rem;
    padding-bottom: 1.35rem;
}

.orvix-cart-trust-cards__card--payments .orvix-home-bridge__card-title {
    min-height: 2.55rem;
    max-width: 10.5rem;
}

.orvix-cart-trust-cards__card--payments .orvix-home-bridge__card-desc {
    max-width: 11rem;
    min-height: 3.35rem;
    margin-bottom: 1.45rem;
}

.orvix-cart-trust-cards__card--payments .orvix-home-bridge__cta {
    margin-top: auto;
    z-index: 4;
}

.orvix-cart-trust-cards__card--payments .orvix-home-bridge__visual {
    top: auto;
    right: -0.85rem;
    left: 28%;
    bottom: 0;
    width: auto;
    max-width: none;
    max-height: 100%;
    height: auto;
    z-index: 1;
    align-items: flex-end;
    justify-content: flex-end;
}

.orvix-cart-trust-cards__card--payments .orvix-home-bridge__visual img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 14.5rem;
    object-fit: contain;
    object-position: bottom right;
}

.orvix-cart-trust-cards__card--payments .orvix-home-bridge__pay-logos {
    position: absolute;
    right: 0.85rem;
    bottom: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 3.2rem);
    gap: 0.55rem;
    z-index: 3;
}

.orvix-cart-trust-cards .orvix-home-bridge__cta,
.orvix-cart-trust-cards .orvix-home-bridge__cta:hover {
    color: #fff !important;
}

html[data-bs-theme="dark"] .orvix-cart-trust-cards {
    background: var(--orvix-home-section-bg, #0b0d12);
}

html[data-bs-theme="dark"] .orvix-cart-trust-cards .orvix-home-promo-strip__card {
    transform: none !important;
}

html[data-bs-theme="dark"] .orvix-cart-trust-cards__grid::before {
    display: none;
}

html[data-bs-theme="dark"] .orvix-cart-trust-cards__grid {
    position: relative;
    z-index: 2;
    align-items: stretch;
}

html[data-bs-theme="dark"] .orvix-cart-trust-cards__card {
    align-self: stretch;
}

html[data-bs-theme="dark"] .orvix-cart-trust-cards__card--support.orvix-home-bridge__card--media .orvix-home-bridge__visual,
html[data-bs-theme="dark"] .orvix-cart-trust-cards__card--payments .orvix-home-bridge__visual {
    max-height: 12.5rem;
}

html[data-bs-theme="dark"] .orvix-cart-trust-cards .orvix-home-bridge__card--light {
    background: #1c212b;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

/* Form alanları — kupon satırı ile aynı görünüm */
.orvix-cart-page .orvix-cf-field {
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 4px;
    background: #f8f9fb;
    min-height: 3rem;
    overflow: hidden;
}

.orvix-cart-page .orvix-cf-field--phone {
    overflow: visible;
}

.orvix-cart-page .orvix-cf-field--phone .orvix-cf-field__body {
    min-width: 0;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.orvix-cart-page .orvix-cf-field--phone .iti {
    width: 100% !important;
    display: block;
    min-width: 0;
}

.orvix-cart-page .orvix-cf-field--phone .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.orvix-cart-page .orvix-cf-field--phone .iti--separate-dial-code .iti__selected-dial-code {
    font-weight: 600;
    font-size: 0.9rem;
}

.orvix-cart-page .orvix-cf-field--phone .iti__country-list {
    z-index: 1090;
}

.orvix-cart-page .orvix-cf-field--phone .iti__dropdown-content {
    max-height: min(50vh, 18rem);
    max-width: min(100vw - 0.5rem, 22.5rem);
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.14);
}

html[data-bs-theme="dark"] .orvix-cart-page .orvix-cf-field {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.orvix-cart-page .orvix-cf-field .form-control {
    border: 0;
    background: transparent;
}

.orvix-cart-page .orvix-cf-field__ic {
    background: transparent;
    width: 2.65rem;
    font-size: 1.1rem;
    color: var(--orvix-cart-primary);
}

.orvix-cart-page .orvix-cf-field__sep {
    background: color-mix(in srgb, var(--bs-border-color) 70%, transparent);
}

html[data-bs-theme="dark"] .orvix-cart-page .orvix-cf-field__ic {
    color: color-mix(in srgb, var(--orvix-cart-primary) 72%, #e8eaf2);
}

html[data-bs-theme="dark"] .orvix-cart-page .orvix-cf-field__sep {
    background: rgba(255, 255, 255, 0.1);
}

.orvix-cart-page .js-cart-validate-btn {
    min-height: 52px;
    height: 52px;
}

.orvix-cart-page .js-cart-validate-btn i {
    font-size: 1rem;
}

.orvix-cart-page .js-cart-validate-btn .js-cart-validate-btn-text {
    display: inline !important;
    color: #fff !important;
    opacity: 1 !important;
}

.orvix-cart-coupon-inline {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.orvix-cart-coupon-inline .form-control {
    flex: 1 1 auto;
}

.orvix-cart-coupon-inline__remove {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid var(--bs-border-color);
    background: #fff;
    color: #6b7280;
    line-height: 1;
    padding: 0;
    flex-shrink: 0;
}

.orvix-cart-coupon-field {
    background: var(--bs-body-bg);
}

/* İlgili ürünler */
.orvix-cart-related-card {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.06);
    border-radius: 1.15rem;
    padding: 0.85rem;
    margin-top: 0.5rem;
}

.orvix-cart-related-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border-radius: 10px;
    padding: 0.5rem;
    border: 1px solid #eceff3;
    background: #f9fafb;
    margin-bottom: 0.45rem;
    color: var(--bs-heading-color) !important;
}

.orvix-cart-related-item:last-child {
    margin-bottom: 0;
}

.orvix-cart-related-item__media {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.orvix-cart-related-item__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.orvix-cart-related-item__media i {
    color: #fff;
    font-size: 1.05rem;
}

.orvix-cart-related-item__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.orvix-cart-related-item__body strong,
.orvix-cart-related-item__body small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.orvix-cart-related-item__go {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    margin-left: auto;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--bs-primary) 35%, rgba(17, 24, 39, 0.12));
    color: var(--bs-primary);
    font-size: 0.78rem;
    line-height: 1;
    flex-shrink: 0;
}

.orvix-cart-related-item__go i {
    display: block;
    line-height: 1;
}

/* Ödeme yöntemi grid */
.orvix-cart-pay-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: flex-start;
}

.orvix-cart-pay-opt {
    cursor: pointer;
    margin: 0;
}

.orvix-cart-pay-opt__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.65rem 1.1rem;
    min-width: 5.75rem;
    min-height: 3rem;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 4px;
    background: #f8f9fb;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
    font-size: 0.78rem;
    font-weight: 650;
    text-align: center;
    line-height: 1.2;
}

html[data-bs-theme="dark"] .orvix-cart-pay-opt__box {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

html[data-bs-theme="dark"] .orvix-cart-pay-opt input:checked + .orvix-cart-pay-opt__box {
    background: color-mix(in srgb, var(--orvix-cart-primary) 18%, #1c212b);
    border-color: var(--orvix-cart-primary);
}

html[data-bs-theme="dark"] .orvix-cart-checkout-page__line {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
}

.orvix-cart-pay-opt__box i {
    font-size: 1.35rem;
    opacity: 0.92;
}

.orvix-cart-pay-opt:hover .orvix-cart-pay-opt__box {
    border-color: color-mix(in srgb, var(--orvix-cart-primary) 55%, var(--bs-border-color));
}

.orvix-cart-pay-opt input:focus-visible + .orvix-cart-pay-opt__box {
    outline: 2px solid var(--orvix-cart-primary);
    outline-offset: 2px;
}

.orvix-cart-pay-opt input:checked + .orvix-cart-pay-opt__box {
    border-color: var(--orvix-cart-primary);
    background: color-mix(in srgb, var(--orvix-cart-primary) 11%, var(--bs-body-bg));
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--orvix-cart-primary) 35%, transparent);
}

/* Checkout sayfası */
.orvix-cart-checkout-page .orvix-cf-field,
.orvix-cart-checkout-page .form-control {
    border-radius: 4px;
}

.orvix-cart-checkout-page .orvix-cf-field {
    border: 1px solid rgba(17, 24, 39, 0.1);
    background: #f8f9fb;
    min-height: 3rem;
}

html[data-bs-theme="dark"] .orvix-cart-checkout-page .orvix-cf-field {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.orvix-cart-checkout-page .orvix-cart-page__section-card {
    margin-bottom: 0.85rem;
}

.orvix-cart-checkout-page__lines {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.orvix-cart-checkout-page__line {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.65rem;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 0.85rem;
    background: #f8f9fb;
}

.orvix-cart-checkout-page__line-media {
    width: 42px;
    height: 42px;
    border-radius: 0.75rem;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    color: var(--orvix-cart-primary, var(--bs-primary, #3762ea));
    flex-shrink: 0;
}

.orvix-cart-checkout-page__line-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 2px;
}

.orvix-cart-checkout-page__bank-row {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 1rem;
    padding: 0.75rem 0.9rem;
    margin-bottom: 0.65rem;
}

.orvix-cart-checkout-page__copy-row {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 4px;
    padding: 0.55rem 0.65rem;
    margin-bottom: 0.55rem;
    min-height: 3.25rem;
    background: #f8f9fb;
}

html[data-bs-theme="dark"] .orvix-cart-checkout-page__copy-row {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.orvix-cart-checkout-page__copy-row > .d-inline-flex,
.orvix-thanks-bank-row__ic {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--orvix-cart-primary, var(--bs-primary));
    color: #fff;
    flex-shrink: 0;
}

.orvix-cart-checkout-page__copy-row > .flex-grow-1,
.orvix-thanks-bank-row__body {
    min-width: 0;
}

.orvix-cart-checkout-page__copy-row:last-child {
    margin-bottom: 0;
}

.orvix-cart-checkout-page__copy-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    color: var(--bs-secondary-color);
    margin-bottom: 0.1rem;
}

.orvix-cart-checkout-page__copy-val {
    font-weight: 650;
    word-break: break-word;
}

.orvix-cart-page__copy-btn,
.orvix-cart-checkout-page__copy-btn,
.orvix-thanks-copy-btn {
    flex-shrink: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 0.75rem !important;
    border: 0;
    border-radius: 4px;
    background: var(--orvix-cart-primary, var(--bs-primary));
    color: #fff !important;
    font-size: 0.8rem;
    font-weight: 650;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    transition: filter 0.15s ease;
}

.orvix-cart-page__copy-btn:hover,
.orvix-cart-checkout-page__copy-btn:hover,
.orvix-thanks-copy-btn:hover {
    filter: brightness(0.96);
    color: #fff !important;
}

.orvix-cart-page__copy-btn:focus-visible,
.orvix-cart-checkout-page__copy-btn:focus-visible,
.orvix-thanks-copy-btn:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--orvix-cart-primary, var(--bs-primary)) 55%, #fff);
    outline-offset: 2px;
}

.orvix-cart-page__copy-btn i,
.orvix-cart-checkout-page__copy-btn i,
.orvix-thanks-copy-btn i {
    font-size: 0.95rem;
    line-height: 1;
    color: inherit;
}

.orvix-cart-page__copy-btn--icon-only {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    padding: 0 !important;
    gap: 0;
    flex-shrink: 0;
}

.orvix-thanks-bank-block {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.orvix-thanks-bank-group {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 4px;
    padding: 0.75rem 0.85rem;
    background: #fff;
}

html[data-bs-theme="dark"] .orvix-thanks-bank-group {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.1);
}

.orvix-thanks-bank-group__title {
    font-weight: 650;
    margin-bottom: 0.55rem;
}

.orvix-thanks-bank-block > .orvix-thanks-bank-row {
    margin-bottom: 0;
}

.orvix-thanks-bank-group .orvix-thanks-bank-row {
    margin-bottom: 0.55rem;
}

.orvix-thanks-bank-group .orvix-thanks-bank-row:last-child {
    margin-bottom: 0;
}

.orvix-cart-checkout-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.75rem;
}

.orvix-cart-checkout-success {
    text-align: center;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
}

.orvix-cart-checkout-success__icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--orvix-cart-primary);
    color: #fff;
    font-size: 1.35rem;
    margin-bottom: 0.65rem;
}

/* Teşekkür sayfası */
.orvix-cart-thanks-page__card {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 14px 32px -24px rgba(17, 24, 39, 0.4);
    border: 1px solid rgba(17, 24, 39, 0.06);
    padding: 1.5rem 1.25rem;
    max-width: 920px;
    margin: 0 auto;
}

.orvix-cart-thanks-page__state {
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
    font-size: 1.75rem;
}

.orvix-cart-thanks-page__meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .orvix-cart-thanks-page__meta {
        grid-template-columns: repeat(3, 1fr);
    }
}

.orvix-cart-thanks-page__meta-item {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 1rem;
    padding: 0.85rem 1rem;
}

.orvix-cart-thanks-page__product {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 1rem;
}

.orvix-cart-thanks-page__product-media {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.orvix-cart-thanks-page__product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.orvix-thanks-bank-row__body {
    min-width: 0;
}


html[data-bs-theme="dark"] .orvix-cart-thanks-page__card {
    background: #1c212b;
    border-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 991.98px) {
    .orvix-cart-page__aside-card {
        position: static;
    }

    .orvix-cart-line__top {
        flex-wrap: nowrap;
    }

    .orvix-cart-line__pricebox {
        min-width: 0;
    }

    .orvix-cart-steps__label {
        display: none;
    }

    .orvix-cart-steps__sep {
        max-width: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .orvix-thanks-bank-row {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .orvix-thanks-copy-btn {
        margin-left: auto;
    }
}
