﻿.box-cart.style2 .btn-offer-cart {
    display: inline-block;
}

    .box-cart.style2 .btn-offer-cart a {
        display: inline-block;
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: #fff;
        background-color: #2d2d2d;
        border-radius: 30px;
        width: 450px;
        font-size: 16px;
        font-weight: 500;
        margin-top: 20px;
    }

        .box-cart.style2 .btn-offer-cart a:hover {
            background-color: #f92400;
        }

        .box-cart.style2 .btn-offer-cart a img {
            padding-right: 18px;
        }

.product-detail .content-detail {
    margin-top: 21px;
}

    .product-detail .content-detail .price .sale {
        font-size: 35px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

.product-id {
    color: #484848;
    font-weight: bold;
    margin-top: 10px;
}

.reviewed .status-product-in {
    float: right;
    padding-top: 12px;
    color: #484848;
}

    .reviewed .status-product-in span {
        color: #fff;
        background-color: #079825;
        height: 24px;
        padding: 0 15px;
        display: inline-block;
        line-height: 24px;
        border-radius: 15px;
        margin-left: 15px;
    }

.reviewed .status-product-out {
    float: right;
    padding-top: 12px;
    color: #484848;
}

    .reviewed .status-product-out span {
        color: #fff;
        background-color: #f92400;
        height: 24px;
        padding: 0 15px;
        display: inline-block;
        line-height: 24px;
        border-radius: 15px;
        margin-left: 15px;
    }


/* Adet denetimi */
.quanlity {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 6px 20px rgba(0,0,0,.08);
    padding-left: 0;
    font-size: 14px;
}

    /* Varsayılan number spinner'larını tamamen kaldır */
    .quanlity input[type="number"] {
        width: 180px;
        padding: 14px 48px; /* sağ/sol butonlar için boşluk */
        border: 0;
        background: transparent;
        text-align: center;
        font-weight: 600;
        appearance: textfield; /* std */
        -moz-appearance: textfield; /* Firefox */
    }

        .quanlity input[type="number"]::-webkit-inner-spin-button,
        .quanlity input[type="number"]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .quanlity .btn-down,
    .quanlity .btn-up {
        position: absolute;
        top: 0;
        width: 48px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        user-select: none;
    }

    .quanlity .btn-down {
        left: 0;
    }

    .quanlity .btn-up {
        right: 0;
    }

    .quanlity .btn-down::before {
        content: "–";
        font-size: 22px;
        line-height: 1;
    }

    .quanlity .btn-up::before {
        content: "+";
        font-size: 22px;
        line-height: 1;
    }
/* Sadece hover destekleyen cihazlarda göster */
@media (hover: hover) {
    #prodFlex a.zoom:hover .magnify-lens {
        display: block;
    }
}

/* Mobil/touch cihazlarda merceği tamamen gizle (güvenli) */
@media (pointer: coarse) {
    #prodFlex a.zoom .magnify-lens {
        display: none !important;
    }
}


/* Kutu ve hizalama */
#shippingBox.shipping-card {
    max-width: 720px;
    margin: 0px auto 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    padding: 20px 22px;
}

/* Başlık & açıklama */
#shippingBox .shipping-title {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 600;
}

#shippingBox .shipping-help {
    margin: 0 0 14px 0;
    font-size: 13px;
    color: #6b7280; /* gri */
}

/* Label & Select */
#shippingBox .shipping-label {
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 6px;
    display: inline-block;
}

#shippingBox .shipping-select {
    width: 100%;
    height: 42px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 8px 12px;
    background: #fff;
    outline: none;
    transition: box-shadow .15s, border-color .15s;
}

    #shippingBox .shipping-select:focus {
        border-color: #93c5fd;
        box-shadow: 0 0 0 4px rgba(147,197,253,.35);
    }

/* Bilgi / uyarı metni */
#shippingBox .shipping-hint {
    margin-top: 10px;
    font-size: 13px;
    color: #9ca3af;
}

/* Liste */
#shippingBox .ship-list {
    list-style: none;
    margin: 14px 0 0 0;
    padding: 0;
}

#shippingBox .ship-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #fafbfc;
    margin-top: 10px;
    transition: transform .12s ease, box-shadow .12s ease;
}

    #shippingBox .ship-item:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(0,0,0,.05);
    }

/* Sol kısım */
#shippingBox .carrier-name {
    font-weight: 700;
    color: #374151;
}

#shippingBox .country-chip {
    display: inline-block;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4338ca;
    margin-top: 4px;
}

/* Sağ kısım */
#shippingBox .price {
    font-weight: 700;
}

#shippingBox .days {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
    text-align: right;
}

/* Mobil */
@media (max-width: 576px) {
    #shippingBox.shipping-card {
        padding: 16px;
    }

    #shippingBox .ship-item {
        flex-direction: column;
        align-items: flex-start;
    }

    #shippingBox .days {
        text-align: left;
    }
}
/* --- Description: kart iskeleti (Shipping kutusuyla aynı) --- */
#descBox.desc-card {
    max-width: 820px;
    margin: 0 auto 24px; /* ortala + altta boşluk */
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    padding: 24px 26px;
}

/* Tipografi */
#descBox .desc-body {
    color: #374151;
    font-size: 15px;
    line-height: 1.8;
}

    #descBox .desc-body p {
        margin: 0 0 12px;
    }

    #descBox .desc-body h1,
    #descBox .desc-body h2,
    #descBox .desc-body h3,
    #descBox .desc-body h4,
    #descBox .desc-body h5,
    #descBox .desc-body h6 {
        margin: 14px 0 8px;
        color: #111827;
    }

    #descBox .desc-body ul,
    #descBox .desc-body ol {
        margin: .5rem 0 1rem;
        padding-left: 1.25rem;
    }

    #descBox .desc-body a {
        color: #2563eb;
        text-decoration: none;
    }

        #descBox .desc-body a:hover {
            text-decoration: underline;
        }

    /* Görseller ve tablolar içerikte güzel dursun */
    #descBox .desc-body img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        display: block;
        margin: 10px auto;
    }

    #descBox .desc-body table {
        width: 100%;
        border-collapse: collapse;
        margin: 12px 0;
    }

    #descBox .desc-body th,
    #descBox .desc-body td {
        border: 1px solid #eef2f7;
        padding: 8px 10px;
    }
/* Toast */
.cart-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #28a745;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    z-index: 9999;
    display: none;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: opacity 0.3s ease;
}

    .cart-toast.show {
        display: block;
        opacity: 1;
    }

.icon-cart.pulse {
    animation: cartPulse 0.6s ease-in-out;
}

@keyframes cartPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.table-cart tr td .quanlity {
    position: relative;
}

    .table-cart tr td .quanlity span.btn-down {
        position: absolute;
        z-index: 9;
        top: 12px;
        left: 22px;
        padding: 10px 10px;
        cursor: pointer;
    }

    .table-cart tr td .quanlity .btn-down:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 2px;
        background: #484848;
        top: 11px;
        left: 2px;
        cursor: pointer;
    }

    .table-cart tr td .quanlity span.btn-up {
        position: absolute;
        z-index: 9;
        top: 13px;
        right: 20px;
        padding: 10px 10px;
        cursor: pointer;
    }

    .table-cart tr td .quanlity .btn-up:after {
        content: '';
        position: absolute;
        width: 2px;
        height: 15px;
        background: #484848;
        top: 3px;
        right: 10px;

        cursor: pointer;

    }

    .table-cart tr td .quanlity .btn-up:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 2px;
        background: #484848;
        top: 9.5px;
        right: 2.5px;
    }

    .table-cart tr td .quanlity input {
        width: 160px;
        text-align: center;
        padding: 15px 30px;
        height: 45px;
    }

/* Form Coupon */
/* Kupon kutusu: sağ kart içinde */
.cart-totals .form-coupon.in-card {
    margin-top: 24px;
    padding: 20px 20px 20px 20px;
    border: 2px dotted #e5e5e5;
    border-radius: 10px;
    background: transparent;
    position: relative;
    z-index: 2; /* olası üst üste binmeleri engeller */
}

.cart-totals .form-coupon .coupon-input {
    display: flex;
    gap: 13px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cart-totals .form-coupon input {
    width: 264px;
    height: 40px;
    padding: 0 14px;
}

.cart-totals .form-coupon button {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    color: #fff;
    /*background: #2d2d2d;*/
    border: 0;
    border-radius: 20px;
    cursor: pointer;
    background-image: linear-gradient(90deg, #484848 0, #484848 50%, #2d2d2d 50%, #2d2d2d 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position .25s ease, transform .06s ease;
}
    .cart-totals .form-coupon button:hover {
        background-position: 0 0; /* kırmızı sola doğru “akar” */
    }

/* Cart Totals */
.cart-totals {
    padding: 35px 40px 46px 41px;
    border-radius: 8px;
    background-color: #f5f5f5;
}

    .cart-totals h3 {
        font-size: 18px;
        font-family: 'Open Sans';
        font-weight: bold;
        color: #484848;
        margin-bottom: 26px;
    }

    .cart-totals table {
        width: 100%;
    }

        .cart-totals table tr td:nth-child(1) {
            font-size: 15px;
            color: #2d2d2d;
            text-align: left;
        }

        .cart-totals table tr td:last-child {
            text-align: right;
        }

        .cart-totals table tr td {
            padding: 11px 0 16px;
        }

            .cart-totals table tr td.btn-radio .radio-info {
                margin-bottom: 7px;
            }

            .cart-totals table tr td.subtotal {
                color: #8c8c8c;
                font-size: 19px;
                font-family: 'Nunito';
            }

            .cart-totals table tr td.price-total {
                font-size: 24px;
                font-weight: 500;
                font-family: 'Nunito';
                color: #f28b00;
                padding: 22px 0;
            }

.btn-radio .radio-info input[type="radio"] {
    opacity: 0;
}

.btn-radio .radio-info label {
    font-size: 14px;
    color: #838383;
    line-height: 26px;
    cursor: pointer;
    position: relative;
    width: 130px;
}

    .btn-radio .radio-info label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background-color: #e0e0e0;
        line-height: 35px;
    }

    .btn-radio .radio-info label:after {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        height: 14px;
        width: 14px;
        border: 4px solid #e0e0e0;
        border-radius: 50%;
    }

.radio-info input[type="radio"]:checked + label::after {
    background-color: #fff;
}

.cart-totals table tr td.btn-radio .radio-info label span {
    color: #838383;
    font-weight: bold;
}

.cart-totals table tr td.btn-radio .btn-shipping a {
    color: #2d2d2d;
    font-size: 14px;
    text-decoration: underline;
}

.cart-totals form .btn-cart-totals {
    margin-top: 30px;
    padding: 0 5px;
}

    .cart-totals form .btn-cart-totals a {
        display: block;
        color: #fff;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 25px;
    }

        .cart-totals form .btn-cart-totals a.update {
            background-color: #adadad;
            margin-bottom: 28px;
            position: relative;
            overflow: hidden;
            z-index: 5;
        }

            .cart-totals form .btn-cart-totals a.update:before {
                background-color: #2d2d2d !important;
                margin-bottom: 28px;
                position: relative;
                overflow: hidden;
                z-index: 5;
            }

        .cart-totals form .btn-cart-totals a.checkout {
            background-color: #f92400;
            position: relative;
            overflow: hidden;
            z-index: 5;
        }

/* segmented control */
:root {
    /* menüdeki turuncu ile eşleştir */
    --brand: #f57c00; 
    --seg-border: #e2e6ea;
}

/* segmented control */
.segmented {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    background: #fff;
    padding: 2px; /* aktif butonun kenardan kesilmesini engeller */
    overflow: hidden; /* köşeler temiz */
}

.seg-radio {
    position: absolute;
    left: -9999px;
}

.seg-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .55rem 1.1rem;
    min-height: 36px; /* aynı yükseklik */
    border-radius: 9999px; /* aktif arka plan tam yuvarlak görünür */
    font-size: .95rem;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition: background .15s ease, color .15s ease, box-shadow .15s ease;
    color: #333;
}

    .seg-btn:hover {
        background: #f6f7f9;
    }

.seg-radio:checked + .seg-btn {
    background: var(--brand);
    color: #fff; /* beyaz yazı */
    box-shadow: 0 0 0 2px rgba(245,124,0,.15); /* hafif vurgu */
}

/* mobilde biraz sıkıştır */
@media (max-width:480px) {
    .seg-btn {
        padding: .45rem .85rem;
        min-height: 34px;
        font-size: .9rem;
    }
}

.small-muted {
    font-size: .85rem;
    color: #6c757d;
}

/* --- LEFT (box-checkout) VAT alanı: kuponla aynı görünüm --- */
.box-checkout .form-vat.in-card {
    margin-top: 24px;
    padding: 20px;
    border: 2px dotted #e5e5e5;
    border-radius: 10px;
    background: transparent;
    position: relative;
    z-index: 2;
}

.box-checkout .form-vat .vat-input {
    display: flex;
    gap: 13px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* input ölçüleri kuponla aynı */
.box-checkout .form-vat input {
    flex: 1 1 420px; /* geniş input + wrap olursa küçülür */
    height: 40px;
    padding: 0 14px;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
}

/* butonlar kuponla bire bir aynı */
.box-checkout .form-vat button {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    color: #fff;
    border: 0;
    border-radius: 20px;
    cursor: pointer;
    background-image: linear-gradient(90deg,#484848 0,#484848 50%,#2d2d2d 50%,#2d2d2d 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position .25s ease, transform .06s ease;
}

    .box-checkout .form-vat button:hover {
        background-position: 0 0;
    }

    /* disabled görünümü (kuponla uyumlu) */
    .box-checkout .form-vat button:disabled {
        opacity: .55;
        cursor: not-allowed;
    }

/* küçük ekranlarda butonların alta geçmesi için */
@media (max-width: 576px) {
    .box-checkout .form-vat .vat-input {
        justify-content: flex-start;
    }

    .box-checkout .form-vat input {
        flex-basis: 100%;
    }
}
/* --- Minimal modal tasarımı: tema ile uyumlu --- */
.light-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1050
}

    .light-modal.is-open {
        display: block
    }

.light-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45)
}

.light-modal__dialog {
    position: relative;
    margin: 6vh auto 0;
    max-width: 520px;
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px 24px;
    box-shadow: 0 24px 60px rgba(0,0,0,.25);
    text-align: center
}

.light-modal__close {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #999;
    cursor: pointer
}

.light-modal__icon img {
    width: 40px;
    height: 40px;
    opacity: .85;
    margin-bottom: 8px
}

.light-modal__title {
    margin: 4px 0 8px;
    font-size: 20px
}

.light-modal__desc {
    margin: 0 0 18px;
    color: #777
}

/* Mevcut tema buton sınıflarını kullanalım: .check-out koyu, .view-cart turuncu çerçeveli */
.light-modal .check-out, .light-modal .view-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 12px 18px;
    border-radius: 28px;
    text-decoration: none
}

/* Modal'da butonları mini-cart görünümüyle eşleştir */
.light-modal .view-cart,
.light-modal .check-out {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 12px 20px;
    border-radius: 28px;
    text-decoration: none;
    font-weight: 500;
}

/* Turuncu çerçeveli */
.light-modal .view-cart {
    background: #fff;
    border: 2px solid #f59a23; /* temanın turuncusu */
    color: #f59a23;
}

    .light-modal .view-cart:hover {
        background: #f59a23;
        color: #fff;
    }

/* Koyu dolu */
.light-modal .check-out {
    background: #3f3f3f;
    color: #fff;
    border: 0;
    box-shadow: 0 2px 0 rgba(0,0,0,.05) inset;
}

    .light-modal .check-out:hover {
        filter: brightness(1.05);
        background: #f92400;
    }

/* Yerleşim */
.light-modal__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
}

@media (max-width:480px) {
    .light-modal__actions {
        flex-direction: column;
    }

    .light-modal .view-cart, .light-modal .check-out {
        width: 100%;
    }
}


/* Küçük ekran */
@media (max-width: 480px) {
    .light-modal__dialog {
        margin: 8vh 12px 0;
        padding: 22px 18px
    }

    .light-modal__actions {
        flex-direction: column
    }

    .light-modal .check-out, .light-modal .view-cart {
        width: 100%
    }
}
/* Sayfa scroll kilidi */
body.modal-open {
    overflow: hidden
}

.flat-account {
    padding-top: 30px;
    padding-bottom: 4px;
}

.form-login,
.form-register {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 3px 0px rgba(234, 234, 234, 1);
    padding: 44px 50px 50px 50px;
    height: auto;
    width: 600px;
    margin: auto;
    margin-bottom: 20px;
}

.form-register {
    padding: 53px 45px 50px 55px;
}

    .form-login .title,
    .form-register .title {
        text-align: center;
        margin-bottom: 97px;
    }

    .form-register .title {
        margin-bottom: 88px;
        padding-right: 8px;
    }

        .form-login .title h3,
        .form-register .title h3 {
            color: #2d2d2d
        }

    .form-login .form-box,
    .form-register .form-box {
        margin-bottom: 22px;
        padding-right: 4px;
    }

    .form-register .form-box {
        margin-bottom: 17px;
    }

.form-login .form-box.checkbox {
    margin-top: 25px;
    margin-bottom: 21px;
}

.form-login .form-box label,
.form-register .form-box label {
    margin-bottom: 12px;
    color: #484848;
}

.form-login .form-box.checkbox label {
    margin-bottom: 0px;
}

.form-login .form-box input[type="text"],
.form-register .form-box input[type="text"] {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

.form-login .form-box button {
    background-color: #f92400;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 64px;
    border-radius: 25px;
    margin-right: 30px;
    font-weight: 600;
    margin-left: -8px;
    letter-spacing: 0.5px;
}

.form-login .form-box a {
    color: #aaaaaa;
}

.form-register .form-box button {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #484848;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 56px 0 52px;
    letter-spacing: 0.5px;
    margin-top: 18px;
    margin-left: 2px;
}
.form-register .form-box button {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #484848;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 56px 0 52px;
    letter-spacing: 0.5px;
    margin-top: 18px;
    margin-left: 2px;
}
.registerbutton {
    font-size: 16px;
    font-weight: 600;
    background-color: #484848 !important;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    padding: 13px 56px 13px 52px;
    letter-spacing: 0.5px;
    margin-top: 18px;
    margin-left: 2px;
    color: #fff !important;
}
    .registerbutton a {
        
        font-size: 16px;
        font-weight: 600;
        background-color: #484848 !important;
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
        padding: 10px 56px 10px 52px;
        letter-spacing: 0.5px;
        margin-top: 18px;
        margin-left: 2px;
    }
/* --- Toast (uyarı kutusu) --- */
.site-toast {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 2000;
    pointer-events: none;
}

    .site-toast .toast-card {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #fff;
        color: #333;
        border-left: 5px solid #f39c12; /* tema turuncusu */
        box-shadow: 0 14px 40px rgba(0,0,0,.18);
        border-radius: 14px;
        padding: 12px 16px;
        transform: translateY(-10px);
        opacity: 0;
        transition: transform .25s ease, opacity .25s ease;
        min-width: 260px;
        max-width: 420px;
    }

    .site-toast.is-open .toast-card {
        transform: translateY(0);
        opacity: 1;
    }

.toast-ico {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f39c12;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

.toast-body {
    line-height: 1.35;
}

.toast-title {
    font-weight: 600;
    margin-bottom: 2px;
    color: #222;
}

.toast-close {
    margin-left: 8px;
    background: transparent;
    border: 0;
    color: #999;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 2px;
    pointer-events: auto;
}

@media (max-width:480px) {
    .site-toast {
        right: 12px;
        left: 12px;
        top: 12px;
    }

        .site-toast .toast-card {
            width: 100%;
        }
}
/* ——— Header top > Language & Account dropdown ortak stiller ——— */

/* Listeyi sıfırla */
.header-top .flat-unstyled > li .unstyled {
    list-style: none;
    margin: 0;
    padding: 6px 0; /* menü kutusu iç boşluğu (dikey) */
}

    .header-top .flat-unstyled > li .unstyled li {
        margin: 0;
        padding: 0;
    }
        /* Temanın sol turuncu noktasını/okunu kapat */
        .header-top .flat-unstyled > li .unstyled li::before {
            content: none !important;
        }

        /* Tüm öğeleri (a/span/button) aynı satır yüksekliği ve padding ile hizala */
        .header-top .flat-unstyled > li .unstyled li > a,
        .header-top .flat-unstyled > li .unstyled li > span,
        .header-top .flat-unstyled > li .unstyled li > button {
            display: block;
            width: 100%;
            padding: 10px 16px; /* satır yüksekliği burada */
            line-height: 1.4;
            color: #333;
            text-decoration: none;
            background: none;
            border: 0;
            text-align: left;
            box-sizing: border-box;
            cursor: pointer; /* button da link gibi davransın */
        }

        /* Logout formu da aynı görünsün */
        .header-top .flat-unstyled > li .unstyled li form {
            margin: 0; /* form boşluğu olmasın */
        }

            .header-top .flat-unstyled > li .unstyled li form button {
                display: block;
                width: 100%;
                padding: 10px 16px;
                line-height: 1.4;
                color: #333;
                background: none;
                border: 0;
                text-align: left;
                cursor: pointer;
            }

        /* Hover ve aktif renkleri */
        .header-top .flat-unstyled > li .unstyled li > a:hover,
        .header-top .flat-unstyled > li .unstyled li > button:hover {
            color: #ef4f23;
        }

        .header-top .flat-unstyled > li .unstyled li.active > span {
            color: #ef4f23;
            font-weight: 600;
        }

/* Genel modal iskeleti */
.light-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

    .light-modal.is-open {
        display: flex;
    }

.light-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
}

.light-modal__dialog {
    position: relative;
    background: #fff;
    width: min(560px, 92vw);
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    padding: 22px;
}

.light-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: none;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}

/* Offer içerik stili (görseldeki sade kart tarzı) */
.offer-title {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.offer-product {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 14px;
}

.offer-thumb {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #eee;
}

.offer-name {
    font-weight: 600;
    margin-bottom: 2px;
}

.offer-price {
    font-size: 18px;
}

.offer-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
}

.offer-label {
    font-size: 14px;
}

.offer-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

/* Modal "Send offer" = dışardaki Suggest a Price ile aynı görünüm */
.light-modal .offer-submit {
    display: flex; /* metni tam ortaya al */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    padding: 0 24px; /* yatay boşluk */
    border: 0;
    border-radius: 30px;
    background-color: #2d2d2d; /* koyu gri */
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 1; /* aşağı kaymayı engelle */
    cursor: pointer;
    transition: background-color .2s ease;
}

    .light-modal .offer-submit:hover {
        background-color: #f92400; /* hover’da kırmızı */
    }

    .light-modal .offer-submit:focus-visible {
        outline: 2px solid #f92400; /* klavye erişilebilirliği */
        outline-offset: 2px;
    }


body.modal-open {
    overflow: hidden;
}
/* — Offer form inline validation (checkout ile aynı) — */
.is-invalid {
    border-color: #dc3545 !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.08);
}

.field-error {
    color: #dc3545;
    font-size: .9em;
    margin-top: .25rem;
}
/* Wishlist auth modal */
.wl-auth-modal {
    max-width: 560px;
    padding: 24px;
    text-align: center
}

.wl-auth-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 8px;
    filter: invert(55%) sepia(86%) saturate(4000%) hue-rotate(-20deg) brightness(100%) contrast(95%);
}

.wl-auth-title {
    margin: 8px 0 6px;
    font-size: 20px;
    font-weight: 700
}

.wl-auth-text {
    color: #6c757d;
    margin-bottom: 16px
}

.wl-auth-actions {
    display: flex;
    gap: 12px;
    justify-content: center
}

    .wl-auth-actions .btn {
        padding: 10px 16px;
        border-radius: 24px;
        text-decoration: none
    }

    .wl-auth-actions .btn-outline-warning {
        border: 2px solid #e67e22;
        color: #e67e22;
        background: #fff
    }

        .wl-auth-actions .btn-outline-warning:hover {
            background: #e67e22;
            color: #fff
        }

    .wl-auth-actions .btn-dark {
        background: #343a40;
        color: #fff
    }

        .wl-auth-actions .btn-dark:hover {
            opacity: .9
        }
/* Wishlist: stock pill */
.flat-wishlist .table-wishlist .status-product span {
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 15px;
}

/* In stock -> yeşil */
.flat-wishlist .table-wishlist .status-product.status-product-in span {
    background: #079825; /* aynı yeşil */
}

/* Out of stock -> kırmızı */
.flat-wishlist .table-wishlist .status-product.status-product-out span {
    background: #f92400;
}


.mainnav .menu > li > a {
    word-spacing: normal; /* veya 0 */
    letter-spacing: normal; /* varsa aşırı negatifse düzeltir */
    white-space: normal; /* gerekirse */
}