/**
 * Shop DMNKND — dmnknd.com ile uyumlu tema (Inter, Orbitron, altın vurgu, cam / gradient navbar)
 */
:root {
    --dmnknd-gold: #d4af37;
    --dmnknd-gold-bright: #ffd700;
    --dmnknd-gold-hover: rgba(202, 138, 4, 0.75);
    --dmnknd-glass: rgba(0, 0, 0, 0.35);
    --dmnknd-glass-border: rgba(255, 255, 255, 0.12);
    --dmnknd-text: #e6edf7;
    --dmnknd-text-muted: rgba(230, 237, 247, 0.72);
    --dmnknd-red: #ef4444;
    --dmnknd-green: #166534;
    --dmnknd-nav-h: 5.5rem;
    /* Sayfa arka planı: nötr antrasit, çok hafif derinlik (bitmap yok) */
    --shop-body-bg-base: #090a0e;
    --shop-body-bg-image: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 22%),
        linear-gradient(180deg, #0f1118 0%, #0a0b10 48%, #060709 100%);
    /* Mağaza sayfa / tanıtım başlıkları (HiJack yerine) */
    --shop-heading-font: "Outfit", "Inter", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }

html {
    font-size: 12px;
    scroll-behavior: auto;
}

/* Üst boşluk: website all.css → navbar.css içindeki body { padding-top: 140px } */
body.shop-dmnknd {
    margin: 0;
    min-height: 100vh;
    display: flex !important;
    flex-direction: column !important;
    font-family: "Inter", "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    color: var(--dmnknd-text);
    /* padding-top: website/views/files/css/sections/navbar.css → body { padding-top: 140px } */
    background-color: var(--shop-body-bg-base);
    background-image: var(--shop-body-bg-image);
    background-size: cover;
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

body.shop-dmnknd > main.shop-main {
    flex: 1 0 auto;
    width: 100%;
}

/* Sadece sayfa içeriği: navbar/footer <main> dışında — aksi halde body.shop-dmnknd a:hover,
   .nav-link:hover’dan güçlü olup ana sitedeki siyah yazı + altın şerit hover’ını bozar.
   .sh-callout (showroom CTA callout 4 & 7) hariç tutuldu — kendi karmaşık reveal
   transition'ı (transform + filter + border-color + box-shadow + background) bu kuralın
   "color 0.2s, opacity 0.2s" kısa override'ından korunmalı; aksi halde diğer
   callout'lardaki slide/scale/blur/rotateY efektleri çalışmaz. */
body.shop-dmnknd main a:not(.sh-btn--primary):not(.sh-stickbar__cta):not(.sh-callout) {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

body.shop-dmnknd main a:not(.sh-btn--primary):not(.sh-stickbar__cta):not(.sh-callout):hover {
    color: var(--dmnknd-gold-bright);
}

/* Altın zeminli CTA: color:inherit üst bölümden açık metin getirir; shop-theme’daki
 * body.shop-dmnknd a:hover { color: … !important } hover’da altın yazı yapar — ikisi de
 * altın butonda okunmaz. Bu blok özgüllük + !important ile her iki durumu da kilitler. */
body.shop-dmnknd main a.sh-btn.sh-btn--primary,
body.shop-dmnknd main a.sh-btn.sh-btn--primary:link,
body.shop-dmnknd main a.sh-btn.sh-btn--primary:visited,
body.shop-dmnknd main a.sh-stickbar__cta,
body.shop-dmnknd main a.sh-stickbar__cta:link,
body.shop-dmnknd main a.sh-stickbar__cta:visited {
    color: #0c0a06 !important;
    -webkit-text-fill-color: #0c0a06 !important;
}

body.shop-dmnknd main a.sh-btn.sh-btn--primary:hover,
body.shop-dmnknd main a.sh-btn.sh-btn--primary:focus-visible,
body.shop-dmnknd main a.sh-stickbar__cta:hover,
body.shop-dmnknd main a.sh-stickbar__cta:focus-visible {
    color: #0c0a06 !important;
    -webkit-text-fill-color: #0c0a06 !important;
}

body.shop-dmnknd main a.sh-btn.sh-btn--primary iconify-icon,
body.shop-dmnknd main a.sh-btn.sh-btn--primary:hover iconify-icon,
body.shop-dmnknd main a.sh-btn.sh-btn--primary:focus-visible iconify-icon,
body.shop-dmnknd main a.sh-stickbar__cta iconify-icon,
body.shop-dmnknd main a.sh-stickbar__cta:hover iconify-icon,
body.shop-dmnknd main a.sh-stickbar__cta:focus-visible iconify-icon {
    color: #0c0a06 !important;
}

/* Scrollbar — ana site ile aynı mantık */
* {
    scrollbar-width: thin;
    scrollbar-color: #d4af37 #0f0f0f;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.22));
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #f2d58a, #d4af37);
    border: 2px solid rgba(255,255,255,0.06);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #d4af37, #f2d58a);
}

/* Navbar: website/views/files/css/sections/navbar.css (all.css) — eski .shop-navbar-* kaldırıldı */

.cart-badge {
    display: inline-flex;
    min-width: 1.35rem;
    min-height: 1.35rem;
    height: 1.35rem;
    padding: 0 0.35rem;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-sizing: border-box;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ca8a04, #d4af37);
    color: #0a0a0a;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.45);
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

/* Butonlar — ana site navbar giriş butonu ile uyumlu */
.btn-dmnknd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.55rem 1rem;
    min-height: 2.5rem;
    border-radius: 0.75rem;
    font-family: inherit;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.btn-dmnknd:hover {
    background: var(--dmnknd-gold-hover);
    border-color: rgba(255, 215, 0, 0.4);
    box-shadow: 0 4px 24px rgba(212, 175, 55, 0.2);
}
.btn-dmnknd:active {
    transform: scale(0.98);
}

.btn-dmnknd-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.55rem 1rem;
    min-height: 2.5rem;
    border-radius: 0.75rem;
    font-family: inherit;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    border: 1px solid rgba(255, 215, 0, 0.35);
    background: linear-gradient(135deg, rgba(202, 138, 4, 0.9), rgba(161, 98, 7, 0.95));
    color: #0c0a06;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.btn-dmnknd-primary:hover {
    background: linear-gradient(135deg, #eab308, #ca8a04);
    color: #0a0a0a;
    box-shadow: 0 4px 24px rgba(212, 175, 55, 0.35);
}

.btn-dmnknd-ghost {
    background: rgba(255, 255, 255, 0.06);
}

.btn-dmnknd-danger {
    border-color: rgba(239, 68, 68, 0.45);
    background: rgba(127, 29, 29, 0.45);
}
.btn-dmnknd-danger:hover {
    background: rgba(185, 28, 28, 0.75);
    border-color: rgba(248, 113, 113, 0.5);
}

/* ——— Sayfa başlığı ——— */
.page-title-box {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 1.5rem;
    background: rgba(14, 15, 20, 0.94);
    border: 1px solid var(--dmnknd-glass-border);
    border-radius: 1rem;
    padding: 1rem 1.75rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
.page-title-box h1,
.page-title-box h2 {
    margin: 0;
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 24px rgba(212, 175, 55, 0.2);
}

.shop-section-lead {
    text-align: center;
    color: var(--dmnknd-text-muted);
    font-size: 1.05rem;
    max-width: 52rem;
    margin: 0 auto 1.5rem;
    line-height: 1.55;
}

/* ——— Layout ——— */
.container {
    width: min(1200px, 92vw);
    margin: 1.5rem auto 2.5rem;
}

/* ——— Hero ——— */
.hero-slider {
    min-height: calc(100vh - var(--dmnknd-nav-h) - 4rem);
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 2rem 1rem;
}
.slide {
    position: absolute;
    opacity: 0;
    transform: scale(1.04) translateY(8px);
    transition: opacity 0.65s ease, transform 0.65s ease;
    text-align: center;
    max-width: 900px;
    padding: 2rem;
    background: var(--dmnknd-glass);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid var(--dmnknd-glass-border);
    border-radius: 1.25rem;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.slide.active {
    opacity: 1;
    transform: scale(1) translateY(0);
}
/* Ana sayfa (shop-home) slayt — Outfit başlık, Poppins gövde */
body.shop-home-page .slide h1 {
    font-family: var(--shop-heading-font);
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 800;
    margin: 0 0 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.1;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}
body.shop-home-page .slide p {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* Ana sayfa CTA — siyah/beyaz; navbar .login-button ile aynı skew ::before/::after genişleme */
body.shop-home-page .slide .cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    background: #0a0a0a;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-shadow: none;
    box-shadow: none;
}
body.shop-home-page .slide .cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: #ffffff;
    transform: translateX(-50%) skewX(-15deg);
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}
body.shop-home-page .slide .cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    transform: skewX(-15deg);
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}
body.shop-home-page .slide .cta:hover::before,
body.shop-home-page .slide .cta:focus-visible::before {
    width: 100%;
}
body.shop-home-page .slide .cta:hover::after,
body.shop-home-page .slide .cta:focus-visible::after {
    width: 100%;
}
body.shop-home-page .slide .cta:hover,
body.shop-home-page .slide .cta:focus-visible {
    color: #0a0a0a !important;
    -webkit-text-fill-color: #0a0a0a;
    background: #0a0a0a;
}
body.shop-home-page .slide .cta .cta-label,
body.shop-home-page .slide .cta iconify-icon {
    position: relative;
    z-index: 2;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body.shop-home-page .slide .cta .cta-label {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}
body.shop-home-page .slide .cta iconify-icon {
    font-size: 1em;
    flex-shrink: 0;
    color: #ffffff !important;
    opacity: 0.85;
}
body.shop-home-page .slide .cta:hover .cta-label,
body.shop-home-page .slide .cta:focus-visible .cta-label,
body.shop-home-page .slide .cta:hover iconify-icon,
body.shop-home-page .slide .cta:focus-visible iconify-icon {
    color: #0a0a0a !important;
    -webkit-text-fill-color: #0a0a0a;
    opacity: 1;
}
body.shop-home-page .slide .cta:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}
body.shop-home-page .slide .cta:focus-visible:hover {
    outline-color: #e5e5e5;
}

/* ——— Ürün grid ——— */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
}
.product-card {
    background: var(--dmnknd-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--dmnknd-glass-border);
    border-radius: 1rem;
    padding: 0.9rem;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
    overflow: hidden;
}
.product-card:hover {
    border-color: rgba(212, 175, 55, 0.45);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 215, 0, 0.12);
    transform: translateY(-3px);
}
.product-card.draft {
    border-color: rgba(202, 138, 4, 0.35);
    box-shadow: inset 0 0 0 1px rgba(202, 138, 4, 0.08);
}
.product-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.product-card h2 {
    margin: 0.75rem 0 0.35rem;
    font-size: 1.15rem;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}
.price .old {
    text-decoration: line-through;
    color: var(--dmnknd-text-muted);
    margin-right: 0.5rem;
    font-size: 0.95rem;
}
.price .new {
    font-weight: 800;
    font-family: "Orbitron", sans-serif;
    color: var(--dmnknd-gold-bright);
    font-size: 1.1rem;
}
.meta {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin: 0.65rem 0;
    color: var(--dmnknd-text-muted);
    font-size: 0.92rem;
}
.badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: rgba(22, 101, 52, 0.85);
    color: #fff;
    border: 1px solid rgba(74, 222, 128, 0.35);
}
.product-card .badge {
    background: rgba(202, 138, 4, 0.25);
    border-color: rgba(255, 215, 0, 0.35);
    color: var(--dmnknd-gold-bright);
}

.actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

/* Mağaza içeriği butonları — navbar / giriş modalları website navbar.css’e bırakıldı */
body.shop-dmnknd main.shop-main button,
body.shop-dmnknd button.shop-home-settings-btn,
body.shop-dmnknd .shop-home-modal button,
body.shop-dmnknd .shop-product-modal-overlay button,
body.shop-dmnknd .shop-images-overlay button,
body.shop-dmnknd .pd-review-wizard-overlay button,
body.shop-dmnknd .pd-review-lightbox button,
body.shop-dmnknd .shop-oauth-error-wrap button {
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.65rem;
    padding: 0.5rem 0.9rem;
    cursor: pointer;
    background: linear-gradient(135deg, rgba(202, 138, 4, 0.85), rgba(161, 98, 7, 0.9));
    color: #0c0a06;
    font-weight: 700;
    font-size: 0.95rem;
    transition: box-shadow 0.2s ease, transform 0.15s ease;
}
body.shop-dmnknd main.shop-main button:hover,
body.shop-dmnknd button.shop-home-settings-btn:hover,
body.shop-dmnknd .shop-home-modal button:hover,
body.shop-dmnknd .shop-product-modal-overlay button:hover,
body.shop-dmnknd .shop-images-overlay button:hover,
body.shop-dmnknd .pd-review-wizard-overlay button:hover,
body.shop-dmnknd .pd-review-lightbox button:hover,
body.shop-dmnknd .shop-oauth-error-wrap button:hover {
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.35);
}
body.shop-dmnknd main.shop-main button.danger,
body.shop-dmnknd main.shop-main button.btn-dmnknd-danger,
body.shop-dmnknd .shop-product-modal-overlay button.danger,
body.shop-dmnknd .shop-product-modal-overlay button.btn-dmnknd-danger {
    background: rgba(127, 29, 29, 0.65);
    color: #fecaca;
    border-color: rgba(248, 113, 113, 0.4);
}
.purchase .buy {
    background: linear-gradient(135deg, rgba(22, 101, 52, 0.9), rgba(20, 83, 45, 0.95));
    color: #fff;
    border-color: rgba(74, 222, 128, 0.35);
}

.btn-primary,
.btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.55rem 1rem;
    border-radius: 0.65rem;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: background 0.2s ease, border-color 0.2s ease;
}
.btn-primary {
    background: linear-gradient(135deg, rgba(202, 138, 4, 0.88), rgba(161, 98, 7, 0.92));
    color: #0c0a06;
}
.btn-link {
    background: rgba(255, 255, 255, 0.08);
    color: var(--dmnknd-text);
}
.btn-link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: var(--dmnknd-gold-bright);
}

.admin-note {
    color: var(--dmnknd-gold-bright);
    font-size: 0.98rem;
    text-align: center;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.15);
}

.product-detail {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 1.75rem;
    align-items: start;
}
.gallery img {
    width: 100%;
    border-radius: 0.85rem;
    border: 1px solid var(--dmnknd-glass-border);
    margin-bottom: 0.65rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
.product-detail .content {
    background: var(--dmnknd-glass);
    backdrop-filter: blur(12px);
    border: 1px solid var(--dmnknd-glass-border);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
}
.product-detail .content h1 {
    font-family: "Orbitron", sans-serif;
    font-size: 1.5rem;
    margin: 0 0 0.75rem;
    letter-spacing: 0.04em;
}
.desc p {
    color: var(--dmnknd-text-muted);
    line-height: 1.6;
}

input, textarea, select {
    width: 100%;
    padding: 0.65rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border-radius: 0.65rem;
    font-family: inherit;
    font-size: 1rem;
}
input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: rgba(212, 175, 55, 0.55);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12);
}

/* Genel input { width:100% } checkbox/radio’yu yanlışlıkla tam satır yapıyordu */
input[type="checkbox"],
input[type="radio"] {
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    vertical-align: middle;
    border-radius: 0.25rem;
    box-sizing: border-box;
}
input[type="radio"] {
    border-radius: 50%;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    box-shadow: none;
    outline: 2px solid rgba(212, 175, 55, 0.45);
    outline-offset: 2px;
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.25rem;
    font-family: "Orbitron", sans-serif;
    font-size: 0.95rem;
}
.reviews-header h2 {
    margin: 0;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
}
#reviewForm {
    display: grid;
    gap: 0.5rem;
    margin: 0.85rem 0;
}
.review {
    border: 1px solid var(--dmnknd-glass-border);
    border-radius: 0.75rem;
    padding: 0.85rem;
    margin-bottom: 0.65rem;
    background: rgba(0, 0, 0, 0.25);
}

.admin-panel {
    background: var(--dmnknd-glass);
    backdrop-filter: blur(12px);
    border: 1px solid var(--dmnknd-glass-border);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.75rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.admin-panel h2 {
    font-family: "Orbitron", sans-serif;
    font-size: 1.15rem;
    margin: 0 0 1rem;
    color: var(--dmnknd-gold-bright);
}
.admin-form {
    display: grid;
    gap: 0.5rem;
    max-width: 640px;
}
.admin-form label {
    font-weight: 600;
    margin-top: 0.35rem;
    font-size: 0.95rem;
}
.checkbox-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}
.checkbox-row input {
    width: auto;
}
.form-msg {
    color: #fca5a5;
    margin-top: 0.5rem;
    font-size: 0.95rem;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 0.95rem;
    background: var(--dmnknd-glass);
    backdrop-filter: blur(8px);
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid var(--dmnknd-glass-border);
}
.data-table th,
.data-table td {
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.65rem 0.85rem;
    text-align: left;
    vertical-align: middle;
}
.data-table th {
    background: rgba(0, 0, 0, 0.5);
    font-family: "Orbitron", sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--dmnknd-gold-bright);
}
.data-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.04);
}
.qty-input {
    width: 4.5rem;
    margin-right: 0.5rem;
}
.btn-small {
    padding: 0.35rem 0.65rem;
    font-size: 0.85rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.cart-summary {
    max-width: 26rem;
    margin-top: 1.25rem;
    display: grid;
    gap: 0.65rem;
    padding: 1.25rem;
    background: var(--dmnknd-glass);
    border: 1px solid var(--dmnknd-glass-border);
    border-radius: 1rem;
}
.hint {
    color: var(--dmnknd-text-muted);
    font-size: 0.92rem;
}

.order-card {
    border: 1px solid var(--dmnknd-glass-border);
    border-radius: 1rem;
    padding: 1.1rem;
    margin-bottom: 1rem;
    background: var(--dmnknd-glass);
    backdrop-filter: blur(10px);
}
.order-card header {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.65rem;
    color: var(--dmnknd-text-muted);
    font-size: 0.92rem;
}
.status {
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: capitalize;
}
.status-beklemede { background: rgba(133, 77, 14, 0.85); color: #fff; }
.status-onaylandi { background: rgba(22, 101, 52, 0.9); color: #fff; }
.status-iptal { background: rgba(127, 29, 29, 0.85); color: #fff; }
.status-tamamlandi { background: rgba(30, 58, 95, 0.9); color: #fff; }
.order-card ul {
    margin: 0;
    padding-left: 1.2rem;
    color: var(--dmnknd-text-muted);
}
.data-table .qty-input {
    width: auto;
    min-width: 3.5rem;
}

@media (max-width: 860px) {
    .product-detail {
        grid-template-columns: 1fr;
    }
}

/* ——— Sepet + Siparişlerim (aynı sayfa kabuğu ve kart dili) ——— */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.shop-cart-login-gate {
    max-width: 32rem;
    margin: 1.5rem auto 0;
    padding: 1.5rem 1.25rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.shop-cart-login-gate__text {
    margin: 0 0 1.25rem;
    font-size: 1.05rem;
    line-height: 1.5;
    color: var(--dmnknd-text);
}
.shop-cart-login-gate__btn {
    min-width: 10rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.35rem;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.55);
    background: linear-gradient(180deg, #16130d 0%, #0a0906 100%);
    color: #f0d078;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 215, 0, 0.08);
}
.shop-cart-login-gate__hint {
    margin-top: 1.25rem;
    margin-bottom: 0;
}

body.shop-dmnknd.shop-cart-page,
body.shop-dmnknd.shop-orders-page,
body.shop-dmnknd.shop-order-cargo-page,
body.shop-dmnknd.shop-orders-admin-page,
body.shop-dmnknd.shop-category-admin-page,
body.shop-dmnknd.shop-products-page,
body.shop-dmnknd.shop-product-detail-page,
body.shop-dmnknd.shop-legal-page,
body.shop-dmnknd.shop-static-shell-page {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Inter", sans-serif !important;
    background-color: var(--shop-body-bg-base) !important;
    background-image: var(--shop-body-bg-image) !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll !important;
}

body.shop-dmnknd.shop-cart-page .shop-cart-page__main,
body.shop-dmnknd.shop-orders-page .shop-cart-page__main,
body.shop-dmnknd.shop-order-cargo-page .shop-cart-page__main,
body.shop-dmnknd.shop-orders-admin-page .shop-cart-page__main,
body.shop-dmnknd.shop-category-admin-page .shop-cart-page__main,
body.shop-dmnknd.shop-products-page .shop-cart-page__main,
body.shop-dmnknd.shop-product-detail-page .shop-cart-page__main,
body.shop-dmnknd.shop-legal-page .shop-cart-page__main,
body.shop-dmnknd.shop-static-shell-page .shop-cart-page__main {
    flex: 1;
    width: 100%;
}

body.shop-dmnknd.shop-cart-page .shop-cart-page__inner,
body.shop-dmnknd.shop-orders-page .shop-cart-page__inner,
body.shop-dmnknd.shop-order-cargo-page .shop-cart-page__inner,
body.shop-dmnknd.shop-orders-admin-page .shop-cart-page__inner,
body.shop-dmnknd.shop-category-admin-page .shop-cart-page__inner,
body.shop-dmnknd.shop-products-page .shop-cart-page__inner,
body.shop-dmnknd.shop-product-detail-page .shop-cart-page__inner,
body.shop-dmnknd.shop-legal-page .shop-cart-page__inner,
body.shop-dmnknd.shop-static-shell-page .shop-cart-page__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.75rem 1.25rem 3.5rem;
    box-sizing: border-box;
}

body.shop-dmnknd.shop-cart-page .shop-cart-page__title-row,
body.shop-dmnknd.shop-orders-page .shop-cart-page__title-row,
body.shop-dmnknd.shop-order-cargo-page .shop-cart-page__title-row,
body.shop-dmnknd.shop-orders-admin-page .shop-cart-page__title-row,
body.shop-dmnknd.shop-category-admin-page .shop-cart-page__title-row,
body.shop-dmnknd.shop-products-page .shop-cart-page__title-row,
body.shop-dmnknd.shop-product-detail-page .shop-cart-page__title-row,
body.shop-dmnknd.shop-legal-page .shop-cart-page__title-row,
body.shop-dmnknd.shop-static-shell-page .shop-cart-page__title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.75rem;
    text-align: center;
    width: 100%;
}

body.shop-dmnknd.shop-cart-page .shop-cart-page__title-row .page-title-box,
body.shop-dmnknd.shop-orders-page .shop-cart-page__title-row .page-title-box,
body.shop-dmnknd.shop-order-cargo-page .shop-cart-page__title-row .page-title-box,
body.shop-dmnknd.shop-orders-admin-page .shop-cart-page__title-row .page-title-box,
body.shop-dmnknd.shop-category-admin-page .shop-cart-page__title-row .page-title-box,
body.shop-dmnknd.shop-products-page .shop-cart-page__title-row .page-title-box,
body.shop-dmnknd.shop-product-detail-page .shop-cart-page__title-row .page-title-box,
body.shop-dmnknd.shop-legal-page .shop-cart-page__title-row .page-title-box,
body.shop-dmnknd.shop-static-shell-page .shop-cart-page__title-row .page-title-box {
    margin-bottom: 0;
}

body.shop-dmnknd.shop-cart-page .page-title-box h1.shop-cart-page__title.etkinlik-page-title,
body.shop-dmnknd.shop-orders-page .page-title-box h1.shop-cart-page__title.etkinlik-page-title,
body.shop-dmnknd.shop-order-cargo-page .page-title-box h1.shop-cart-page__title.etkinlik-page-title,
body.shop-dmnknd.shop-orders-admin-page .page-title-box h1.shop-cart-page__title.etkinlik-page-title,
body.shop-dmnknd.shop-category-admin-page .page-title-box h1.shop-cart-page__title.etkinlik-page-title,
body.shop-dmnknd.shop-products-page .page-title-box h1.shop-cart-page__title.etkinlik-page-title,
body.shop-dmnknd.shop-product-detail-page .page-title-box h1.shop-cart-page__title.etkinlik-page-title,
body.shop-dmnknd.shop-legal-page .page-title-box h1.shop-cart-page__title.etkinlik-page-title,
body.shop-dmnknd.shop-static-shell-page .page-title-box h1.shop-cart-page__title.etkinlik-page-title {
    font-family: var(--shop-heading-font) !important;
    font-size: clamp(1.5rem, 4vw, 2.5rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    color: transparent !important;
    text-shadow: none !important;
    background: linear-gradient(90deg, #9a7b1a 0%, #e8c547 42%, #fff8e6 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

body.shop-dmnknd.shop-cart-page .shop-cart-page-panel,
body.shop-dmnknd.shop-orders-page .shop-cart-page-panel,
body.shop-dmnknd.shop-order-cargo-page .shop-cart-page-panel,
body.shop-dmnknd.shop-orders-admin-page .shop-cart-page-panel,
body.shop-dmnknd.shop-category-admin-page .shop-cart-page-panel,
body.shop-dmnknd.shop-products-page .shop-cart-page-panel,
body.shop-dmnknd.shop-product-detail-page .shop-cart-page-panel,
body.shop-dmnknd.shop-legal-page .shop-cart-page-panel,
body.shop-dmnknd.shop-static-shell-page .shop-cart-page-panel {
    background: linear-gradient(180deg, rgba(22, 20, 16, 0.88) 0%, rgba(10, 9, 7, 0.93) 100%);
    border: 1px solid rgba(212, 175, 55, 0.24);
    border-radius: 16px;
    box-shadow:
        0 16px 56px rgba(0, 0, 0, 0.48),
        inset 0 1px 0 rgba(255, 215, 0, 0.07);
    padding: 1.35rem 1.15rem 1.75rem;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-sizing: border-box;
}
/* Sipariş / kategori yönetimi: içerik (açılır liste) panel içinde kırpılmasın; yükseklik içerikle büyür */
body.shop-orders-admin-page .shop-cart-page-panel,
body.shop-category-admin-page .shop-cart-page-panel {
    overflow: visible;
    min-height: 0;
}

@media (min-width: 640px) {
    body.shop-dmnknd.shop-cart-page .shop-cart-page-panel,
    body.shop-dmnknd.shop-orders-page .shop-cart-page-panel,
    body.shop-dmnknd.shop-order-cargo-page .shop-cart-page-panel,
    body.shop-dmnknd.shop-orders-admin-page .shop-cart-page-panel,
body.shop-dmnknd.shop-category-admin-page .shop-cart-page-panel,
    body.shop-dmnknd.shop-products-page .shop-cart-page-panel,
    body.shop-dmnknd.shop-product-detail-page .shop-cart-page-panel,
    body.shop-dmnknd.shop-legal-page .shop-cart-page-panel,
    body.shop-dmnknd.shop-static-shell-page .shop-cart-page-panel {
        padding: 1.65rem 1.65rem 2.1rem;
    }
}

body.shop-dmnknd.shop-cart-page .shop-cart-page-panel .shop-cart-trust,
body.shop-dmnknd.shop-orders-page .shop-cart-page-panel .shop-cart-trust,
body.shop-dmnknd.shop-orders-admin-page .shop-cart-page-panel .shop-cart-trust,
body.shop-dmnknd.shop-category-admin-page .shop-cart-page-panel .shop-cart-trust,
body.shop-dmnknd.shop-products-page .shop-cart-page-panel .shop-cart-trust,
body.shop-dmnknd.shop-product-detail-page .shop-cart-page-panel .shop-cart-trust,
body.shop-dmnknd.shop-legal-page .shop-cart-page-panel .shop-cart-trust,
body.shop-dmnknd.shop-static-shell-page .shop-cart-page-panel .shop-cart-trust {
    margin-top: 2.5rem;
    padding-top: 1.75rem;
}

body.shop-dmnknd.shop-cart-page .shop-cart-page__empty,
body.shop-dmnknd.shop-orders-page .shop-cart-page__empty,
body.shop-dmnknd.shop-orders-admin-page .shop-cart-page__empty,
body.shop-dmnknd.shop-category-admin-page .shop-cart-page__empty,
body.shop-dmnknd.shop-products-page .shop-cart-page__empty,
body.shop-dmnknd.shop-product-detail-page .shop-cart-page__empty,
body.shop-dmnknd.shop-legal-page .shop-cart-page__empty,
body.shop-dmnknd.shop-static-shell-page .shop-cart-page__empty {
    text-align: center;
    font-size: 1.05rem;
    color: var(--dmnknd-text-muted);
    margin: 2rem 0;
}

body.shop-dmnknd.shop-cart-page .shop-cart-page__empty a,
body.shop-dmnknd.shop-orders-page .shop-cart-page__empty a,
body.shop-dmnknd.shop-orders-admin-page .shop-cart-page__empty a,
body.shop-dmnknd.shop-category-admin-page .shop-cart-page__empty a,
body.shop-dmnknd.shop-products-page .shop-cart-page__empty a,
body.shop-dmnknd.shop-product-detail-page .shop-cart-page__empty a,
body.shop-dmnknd.shop-legal-page .shop-cart-page__empty a,
body.shop-dmnknd.shop-static-shell-page .shop-cart-page__empty a {
    color: var(--dmnknd-gold-bright);
}

body.shop-dmnknd.shop-cart-page .shop-cart-login-gate,
body.shop-dmnknd.shop-orders-page .shop-cart-login-gate,
body.shop-dmnknd.shop-orders-admin-page .shop-cart-login-gate,
body.shop-dmnknd.shop-category-admin-page .shop-cart-login-gate,
body.shop-dmnknd.shop-products-page .shop-cart-login-gate,
body.shop-dmnknd.shop-product-detail-page .shop-cart-login-gate,
body.shop-dmnknd.shop-legal-page .shop-cart-login-gate,
body.shop-dmnknd.shop-static-shell-page .shop-cart-login-gate {
    margin-top: 0;
}

/* Referans: sol ~65% ürün listesi, sağ ~35% özet; liste tablosu içeriğe sığar (dev boşluk yok) */
.shop-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.05fr) minmax(280px, 1fr);
    gap: 2rem 2rem;
    align-items: start;
}

.shop-cart-lines {
    min-width: 0;
    width: 100%;
    justify-self: start;
    align-self: start;
}

/*
 * Sol paneli doldurur (Wraith benzeri): 1. sütun esnek, miktar/tutar sabit bant;
 * subgrid ile tüm satırlar aynı hatları paylaşır.
 */
.shop-cart-lines-table {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(8.5rem, 10.5rem) minmax(7rem, 9rem);
    column-gap: clamp(1.5rem, 4vw, 2.75rem);
    row-gap: 0.45rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .shop-cart-layout {
        grid-template-columns: 1fr;
    }
    .shop-cart-summary-card {
        order: -1;
    }
}

.shop-cart-thead {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1 / -1;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.45rem 0 0.7rem;
    margin-bottom: 0.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(200, 185, 150, 0.9);
}

.shop-cart-thead__product {
    min-width: 0;
    padding-right: 0.25rem;
}

.shop-cart-thead__qty {
    text-align: center;
}

.shop-cart-thead__total {
    text-align: right;
}

.shop-cart-row {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1 / -1;
    align-items: center;
    padding: 0.85rem 0.65rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(0, 0, 0, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 215, 0, 0.04);
}

.shop-cart-row__qty {
    justify-self: center;
    align-self: center;
}

.shop-cart-row__total {
    justify-self: end;
    align-self: center;
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(245, 240, 232, 0.98);
    white-space: nowrap;
    text-align: right;
}

/* Subgrid yok: aynı oranlar, tam genişlik */
@supports not (grid-template-columns: subgrid) {
    .shop-cart-lines-table {
        display: flex;
        flex-direction: column;
        gap: 0.45rem;
        width: 100%;
        max-width: 100%;
    }
    .shop-cart-thead,
    .shop-cart-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(8.5rem, 10.5rem) minmax(7rem, 9rem);
        grid-column: unset;
        width: 100%;
        max-width: 100%;
        column-gap: clamp(1.5rem, 4vw, 2.75rem);
        box-sizing: border-box;
    }
    .shop-cart-thead {
        align-items: center;
    }
    .shop-cart-row {
        align-items: center;
    }
}

@media (max-width: 640px) {
    .shop-cart-lines-table {
        display: flex;
        flex-direction: column;
        width: 100%;
        row-gap: unset;
        gap: 0.45rem;
    }
    .shop-cart-thead {
        display: none;
    }
    .shop-cart-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "product product"
            "qty total";
        grid-column: unset;
        width: 100%;
        box-sizing: border-box;
        gap: 0.85rem 1rem;
        padding: 1.05rem 0.75rem;
    }
    .shop-cart-row__product {
        grid-area: product;
        width: 100%;
    }
    .shop-cart-row__qty {
        grid-area: qty;
        justify-self: start;
        align-items: flex-start;
    }
    .shop-cart-row__total {
        grid-area: total;
        justify-self: end;
        align-self: start;
        font-weight: 800;
        font-size: 1.05rem;
        color: #fde68a;
    }
}

/* Siparişlerim: mobilde sepet satırı yerine okunaklı kart (hizalama + özet etiketleri) */
@media (max-width: 640px) {
    body.shop-orders-page .shop-order-group .shop-cart-row__product {
        align-items: flex-start;
    }
    body.shop-orders-page .shop-order-group .shop-cart-row__meta {
        text-align: left;
        width: 100%;
    }
    body.shop-orders-page .shop-order-group .shop-cart-row__qty {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0.2rem;
        width: 100%;
    }
    body.shop-orders-page .shop-order-group .shop-cart-row__qty::before {
        content: "Adet";
        font-size: 0.62rem;
        font-weight: 800;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: rgba(200, 185, 150, 0.88);
        line-height: 1.2;
    }
    body.shop-orders-page .shop-order-group .shop-cart-row__qty-value {
        text-align: left;
        padding-top: 0;
        font-size: 0.92rem;
        font-weight: 700;
        color: rgba(245, 240, 232, 0.96);
    }
    body.shop-orders-page .shop-order-group .shop-cart-row__total {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 0.2rem;
        text-align: right;
        align-self: start;
    }
    body.shop-orders-page .shop-order-group .shop-cart-row__total::before {
        content: "Satır toplamı";
        font-size: 0.62rem;
        font-weight: 800;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: rgba(200, 185, 150, 0.88);
        line-height: 1.2;
    }
    body.shop-orders-page .shop-order-detail__dl {
        grid-template-columns: 1fr;
        gap: 0.12rem 0;
    }
    body.shop-orders-page .shop-order-detail__dl--stack {
        grid-template-columns: 1fr;
    }
    body.shop-orders-page .shop-order-detail__dl dt {
        margin-top: 0.5rem;
        font-size: 0.64rem;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: rgba(200, 185, 150, 0.88);
    }
    body.shop-orders-page .shop-order-detail__dl dt:first-child {
        margin-top: 0;
    }
    body.shop-orders-page .shop-order-detail__dl dd {
        margin: 0 0 0.45rem;
        padding-bottom: 0.45rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        line-height: 1.45;
        word-break: break-word;
    }
    body.shop-orders-page .shop-order-detail__dl dd:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    body.shop-orders-page .shop-order-detail__legal {
        padding-left: 1rem;
        font-size: 0.84rem;
    }
    body.shop-orders-page .shop-order-detail__legal li + li {
        margin-top: 0.35rem;
    }
}

.shop-cart-row__product {
    display: flex;
    gap: 1rem;
    align-items: center;
    min-width: 0;
}

.shop-cart-row__thumb {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.25);
    background: #0a0906;
}

.shop-cart-row__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.shop-cart-row__meta {
    min-width: 0;
}

.shop-cart-row__title {
    font-family: "Inter", "Poppins", sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    color: #f5f0e8 !important;
    text-decoration: none;
    line-height: 1.4;
    display: block;
}

.shop-cart-row__title:hover {
    color: var(--dmnknd-gold-bright) !important;
}

.shop-cart-row__unit {
    margin-top: 0.35rem;
    font-size: 0.85rem;
    color: rgba(185, 172, 140, 0.95);
}

.shop-cart-row__qty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
}

.shop-cart-row__qty-value {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(230, 220, 195, 0.95);
    padding-top: 0.15rem;
    text-align: center;
}

/* Ürün sayfası (pd-qty-control) ile aynı mantık */
.shop-cart-qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.35);
}

.shop-cart-qty-control button {
    width: 2.35rem;
    height: 2.35rem;
    border: none;
    background: transparent;
    color: #e8c547;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    transition: background 0.15s, color 0.15s;
}

.shop-cart-qty-control button:hover {
    background: rgba(212, 175, 55, 0.15);
    color: #fff2cc;
}

.shop-cart-qty-control input {
    width: 2.75rem;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    color: #f5f0e8;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    font-family: inherit;
    padding: 0.35rem 0;
    -moz-appearance: textfield;
}

.shop-cart-qty-control input::-webkit-outer-spin-button,
.shop-cart-qty-control input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*
 * etkinlik.css shop sayfalarında shop.css’ten sonra gelir: input[type=number]{width:100%}
 * ve ağır buton stilleri −/+ hücresini bozuyor. Sepette kesin sıfırlama (yüklenme sırasından bağımsız).
 */
body.shop-cart-page .modern-container .shop-cart-qty-control {
    display: inline-flex !important;
    align-items: stretch !important;
    width: auto !important;
    max-width: none !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

body.shop-cart-page .modern-container .shop-cart-qty-control input[type="number"],
body.shop-cart-page .modern-container .shop-cart-qty-control input.qty-input {
    width: 2.75rem !important;
    min-width: 2.5rem !important;
    max-width: 3.25rem !important;
    flex: 0 0 auto !important;
    box-sizing: border-box !important;
    padding: 0.35rem 0.15rem !important;
    margin: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    background-image: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #f5f0e8 !important;
    text-align: center !important;
    appearance: textfield !important;
    -moz-appearance: textfield !important;
    transition: color 0.15s, background 0.15s !important;
}

body.shop-cart-page .modern-container .shop-cart-qty-control input[type="number"]:focus,
body.shop-cart-page .modern-container .shop-cart-qty-control input.qty-input:focus {
    outline: none !important;
    border-left-color: rgba(255, 255, 255, 0.14) !important;
    border-right-color: rgba(255, 255, 255, 0.14) !important;
    box-shadow: none !important;
    background: transparent !important;
}

.shop-cart-summary-card__inner {
    padding: 1.35rem 1.25rem;
    border-radius: 14px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    background: linear-gradient(180deg, rgba(18, 16, 12, 0.92) 0%, rgba(8, 7, 5, 0.94) 100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 215, 0, 0.05);
}

.shop-cart-summary-card__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    font-size: 0.95rem;
    color: rgba(230, 220, 195, 0.95);
    margin-bottom: 0.65rem;
}

.shop-cart-summary-card__row--total {
    margin-top: 0.5rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff8e8;
}

.shop-cart-summary-card__row--total span:last-child {
    color: #fde68a;
    font-family: "Inter", "Poppins", sans-serif;
}

.shop-cart-summary-card__fineprint {
    margin: 0 0 1.15rem;
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgba(160, 148, 125, 0.95);
}

.shop-cart-summary-card__label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(210, 195, 160, 0.95);
    margin-bottom: 0.4rem;
}

.shop-cart-summary-card__note {
    width: 100%;
    min-height: 5rem;
    padding: 0.65rem 0.75rem;
    margin-bottom: 1.15rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.35);
    color: #f5f0e8;
    font-family: inherit;
    font-size: 0.9rem;
    resize: vertical;
    box-sizing: border-box;
}

.shop-cart-summary-card__note:focus {
    outline: none;
    border-color: rgba(212, 175, 55, 0.45);
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.12);
}

.shop-cart-checkout-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: linear-gradient(180deg, #16130d 0%, #0a0906 100%);
    color: #f0d078 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: border-color 0.2s, color 0.2s, box-shadow 0.2s, background 0.2s, filter 0.2s;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

.shop-cart-checkout-btn:hover {
    transform: none;
    border-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, #252014 0%, #12100a 100%);
    color: #fff2cc !important;
    filter: brightness(1.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.shop-cart-checkout-btn iconify-icon {
    font-size: 1rem;
}

/* Sepet — kayıtlı teslimat adresi detayı (etkinlik .modern-container button mor gradyanını bastır) */
body.shop-dmnknd.shop-cart-page .modern-container .shop-cart-ship button.shop-cart-ship-detail-btn {
    width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.35rem;
    padding: 0.55rem 1rem !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    background: linear-gradient(180deg, #16130d 0%, #0a0906 100%) !important;
    background-image: none !important;
    color: #f0d078 !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.82rem !important;
    cursor: pointer;
    text-transform: none !important;
    letter-spacing: normal !important;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    transition: border-color 0.2s, color 0.2s, background 0.2s, opacity 0.2s, filter 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
body.shop-dmnknd.shop-cart-page .modern-container .shop-cart-ship button.shop-cart-ship-detail-btn::before,
body.shop-dmnknd.shop-cart-page .modern-container .shop-cart-ship button.shop-cart-ship-detail-btn::after {
    display: none !important;
    content: none !important;
}
body.shop-dmnknd.shop-cart-page .modern-container .shop-cart-ship button.shop-cart-ship-detail-btn:hover:not(:disabled) {
    transform: none !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: linear-gradient(180deg, #252014 0%, #12100a 100%) !important;
    color: #fff2cc !important;
    filter: brightness(1.06);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}
body.shop-dmnknd.shop-cart-page .modern-container .shop-cart-ship button.shop-cart-ship-detail-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none !important;
    filter: none !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}
body.shop-dmnknd.shop-cart-page .modern-container .shop-cart-ship button.shop-cart-ship-detail-btn iconify-icon {
    font-size: 0.95rem;
    flex-shrink: 0;
}

.shop-cart-summary-card__hint {
    margin: 0.85rem 0 0;
    font-size: 0.82rem;
    line-height: 1.4;
    color: rgba(165, 152, 128, 0.95);
    text-align: center;
}
.shop-cart-summary-card__hint a {
    color: var(--dmnknd-gold-bright);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.shop-cart-trust {
    width: 100%;
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
}

.shop-cart-trust__grid {
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: clamp(1.25rem, 3.5vw, 2.75rem);
    row-gap: 1.75rem;
    justify-items: center;
    align-items: start;
}

@media (max-width: 900px) {
    .shop-cart-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: clamp(1.5rem, 5vw, 2.25rem);
    }
}

@media (max-width: 520px) {
    .shop-cart-trust__grid {
        grid-template-columns: 1fr;
    }
}

.shop-cart-trust__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0.5rem;
    min-width: 0;
    max-width: 22rem;
}

/* head’deki iconify-icon stillerini geç: ikon başlığın üzerinde yatayda ortalı */
.shop-cart-trust .shop-cart-trust__icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.75rem;
    color: #e8c547;
    filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.2));
    margin: 0 0 0.65rem;
    line-height: 1;
}

/* Ana site footer sütunları (footer.css) ile aynı tipografi hissi */
.shop-cart-trust__item h3 {
    margin: 0 0 0.45rem;
    width: 100%;
    text-align: center;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif);
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #ffd700;
}

.shop-cart-trust__item p {
    margin: 0;
    width: 100%;
    text-align: center;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.5;
    color: rgba(230, 237, 247, 0.9);
}

/* Sipariş grupları (liste sol sütun) */
.shop-order-group {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.shop-order-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.shop-order-group__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

/* Siparişlerim: sepet ile aynı — sol sütun + grup içi tablo tam genişlik, subgrid satırları geçerli */
body.shop-orders-page .shop-cart-lines {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
}

/* Siparişlerim: durum kümeleri (işlemde açık; tamamlandı / iptal daraltılabilir) */
body.shop-orders-page .shop-orders-bucket {
    width: 100%;
    min-width: 0;
    margin-bottom: 1.75rem;
}
body.shop-orders-page .shop-orders-bucket:last-child {
    margin-bottom: 0;
}
body.shop-orders-page .shop-orders-bucket--active .shop-orders-bucket__title {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: rgba(255, 248, 232, 0.98);
    font-family: "Inter", "Poppins", sans-serif;
}
body.shop-orders-page .shop-orders-bucket--active .shop-orders-bucket__hint {
    margin: 0 0 1.1rem;
    max-width: 40rem;
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgba(185, 175, 150, 0.95);
}
body.shop-orders-page .shop-orders-bucket--collapsible {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.22);
    overflow: hidden;
}
body.shop-orders-page .shop-orders-bucket--collapsible.shop-orders-bucket--done {
    border-color: rgba(34, 197, 94, 0.22);
}
body.shop-orders-page .shop-orders-bucket--collapsible.shop-orders-bucket--cancelled {
    border-color: rgba(248, 113, 113, 0.2);
}
body.shop-orders-page .shop-orders-bucket__summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    cursor: pointer;
    list-style: none;
    font-size: 0.92rem;
    font-weight: 700;
    color: rgba(245, 238, 220, 0.98);
    user-select: none;
}
body.shop-orders-page .shop-orders-bucket__summary::-webkit-details-marker,
body.shop-orders-page .shop-orders-bucket__summary::marker {
    display: none;
}
body.shop-orders-page .shop-orders-bucket__summary-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
body.shop-orders-page .shop-orders-bucket__summary-label::before {
    content: "";
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    border-right: 2px solid rgba(212, 175, 55, 0.85);
    border-bottom: 2px solid rgba(212, 175, 55, 0.85);
    transform: rotate(-45deg);
    margin-top: -0.2rem;
    transition: transform 0.18s ease;
    opacity: 0.9;
}
body.shop-orders-page .shop-orders-bucket--collapsible[open] .shop-orders-bucket__summary-label::before {
    transform: rotate(45deg);
    margin-top: 0.1rem;
}
body.shop-orders-page .shop-orders-bucket__count {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(253, 230, 138, 0.95);
}
body.shop-orders-page .shop-orders-bucket__body {
    padding: 0 0.85rem 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
body.shop-orders-page .shop-orders-bucket__body .shop-order-group:first-child {
    padding-top: 0.5rem;
}

body.shop-orders-page .shop-order-group .shop-cart-lines-table {
    width: 100%;
    max-width: 100%;
}

/* Ön sipariş (shop-order-line-extras partial — Siparişlerim / sipariş yönetimi kalemleri) */
body.shop-dmnknd .shop-order-line-preorder {
    margin-top: 0.5rem;
    padding: 0.5rem 0.65rem;
    border-radius: 10px;
    border: 1px solid rgba(251, 191, 36, 0.32);
    background: rgba(40, 28, 0, 0.32);
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgba(254, 243, 199, 0.96);
    text-align: left;
}
body.shop-dmnknd .shop-order-line-preorder strong {
    display: block;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fde68a;
    margin-bottom: 0.25rem;
}
body.shop-dmnknd .shop-order-line-preorder__window {
    display: block;
    color: rgba(245, 238, 220, 0.95);
}
body.shop-dmnknd .shop-order-line-preorder__window--muted {
    color: rgba(185, 175, 150, 0.92);
    font-size: 0.75rem;
}

.shop-order-group__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}
.shop-order-group__id {
    font-family: "Inter", "Poppins", sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: rgba(255, 248, 232, 0.95);
}
.shop-order-group__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
    text-align: right;
}
.shop-order-group__total {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fde68a;
    font-family: "Inter", "Poppins", sans-serif;
}
.shop-order-group__time {
    font-size: 0.78rem;
    color: rgba(185, 172, 140, 0.95);
}
.shop-order-status {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    white-space: nowrap;
}
.shop-order-status--beklemede {
    background: rgba(133, 77, 14, 0.45);
    border-color: rgba(251, 191, 36, 0.35);
    color: #fde68a;
}
.shop-order-status--onaylandi {
    background: rgba(22, 101, 52, 0.4);
    border-color: rgba(74, 222, 128, 0.35);
    color: #bbf7d0;
}
.shop-order-status--iptal {
    background: rgba(127, 29, 29, 0.45);
    border-color: rgba(248, 113, 113, 0.35);
    color: #fecaca;
}
.shop-order-status--tamamlandi {
    background: rgba(30, 58, 95, 0.45);
    border-color: rgba(147, 197, 253, 0.35);
    color: #dbeafe;
}
.shop-order-status--odeme_bekliyor {
    background: rgba(113, 63, 18, 0.4);
    border-color: rgba(252, 211, 77, 0.35);
    color: #fef9c3;
}
.shop-order-status--hazirlaniyor {
    background: rgba(92, 60, 20, 0.42);
    border-color: rgba(253, 186, 116, 0.32);
    color: #fed7aa;
}
.shop-order-status--kargoya_verildi {
    background: rgba(22, 101, 52, 0.4);
    border-color: rgba(74, 222, 128, 0.35);
    color: #bbf7d0;
}
.shop-order-buyer-note {
    margin: 0 0 1rem;
    padding: 0.65rem 0.85rem;
    font-size: 0.88rem;
    line-height: 1.45;
    color: rgba(200, 188, 160, 0.95);
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(212, 175, 55, 0.14);
    border-radius: 10px;
}
.shop-order-buyer-note strong {
    color: rgba(255, 248, 232, 0.92);
}

/* Sipariş yönetimi — cam panel içi tablo */
body.shop-orders-admin-page .shop-orders-admin__lead {
    margin: 0 0 1.25rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(185, 172, 140, 0.95);
    text-align: center;
}
body.shop-orders-admin-page .shop-orders-admin__lead a {
    color: var(--dmnknd-gold-bright);
    text-decoration: underline;
    text-underline-offset: 2px;
}
body.shop-orders-admin-page .shop-orders-admin__lead strong {
    color: rgba(255, 248, 232, 0.92);
}
body.shop-orders-admin-page .shop-orders-admin-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 0 0 0.25rem;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.14);
    background: rgba(0, 0, 0, 0.2);
    scrollbar-width: none;
    -ms-overflow-style: none;
}
body.shop-orders-admin-page .shop-orders-admin-table-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
}
body.shop-orders-admin-page .shop-orders-admin-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: 0.9rem;
    color: rgba(230, 220, 195, 0.95);
}
body.shop-orders-admin-page .shop-orders-admin-table thead th {
    text-align: left;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(200, 185, 150, 0.9);
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.25);
}
body.shop-orders-admin-page .shop-orders-admin-table thead th:nth-child(5) {
    text-align: center;
}
body.shop-orders-admin-page .shop-orders-admin-table tbody td {
    padding: 0.85rem 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    vertical-align: middle;
}
body.shop-orders-admin-page .shop-orders-admin-table tbody td:nth-child(5) {
    text-align: center;
}
body.shop-orders-admin-page .shop-orders-admin-table tbody tr:last-child td {
    border-bottom: none;
}
body.shop-orders-admin-page .shop-orders-admin-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.04);
}
body.shop-orders-admin-page .shop-orders-admin-table code {
    font-family: ui-monospace, "Cascadia Code", monospace;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fde68a;
    background: rgba(0, 0, 0, 0.35);
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}
/* Tema uyumlu durum seçici (native <select> listesi OS stili — özel dropdown) */
body.shop-orders-admin-page .shop-order-status-dd {
    position: relative;
    width: min(12rem, 100%);
    max-width: 14rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    box-sizing: border-box;
}
body.shop-orders-admin-page .shop-order-status-dd__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.4rem 0.55rem 0.4rem 0.5rem;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.42);
    background: linear-gradient(180deg, rgba(22, 19, 14, 0.95) 0%, rgba(8, 7, 5, 0.98) 100%);
    color: #f5f0e8;
    font-family: inherit;
    font-size: 0.86rem;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 215, 0, 0.06);
    transition: border-color 0.2s, box-shadow 0.2s;
}
body.shop-orders-admin-page .shop-order-status-dd__btn:hover {
    border-color: rgba(255, 215, 100, 0.55);
}
body.shop-orders-admin-page .shop-order-status-dd.is-open .shop-order-status-dd__btn {
    border-color: rgba(255, 215, 100, 0.65);
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.15), 0 4px 20px rgba(0, 0, 0, 0.45);
}
body.shop-orders-admin-page .shop-order-status-dd__btn:focus-visible {
    outline: none;
    border-color: rgba(255, 215, 100, 0.78);
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}
body.shop-orders-admin-page .shop-order-status-dd__label.shop-order-status {
    flex: 1;
    min-width: 0;
    text-align: left;
    font-size: 0.68rem;
    padding: 0.32rem 0.55rem;
    border-radius: 999px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.shop-orders-admin-page .shop-order-status-dd__chev {
    flex-shrink: 0;
    font-size: 0.65rem;
    color: #e8c547;
    opacity: 0.9;
    transition: transform 0.2s ease;
}
body.shop-orders-admin-page .shop-order-status-dd.is-open .shop-order-status-dd__chev {
    transform: rotate(180deg);
}
body.shop-orders-admin-page .shop-order-status-dd__list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 40;
    margin: 0;
    padding: 0.4rem;
    list-style: none;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: linear-gradient(180deg, rgba(22, 20, 16, 0.98) 0%, rgba(10, 9, 7, 0.99) 100%);
    box-shadow:
        0 16px 40px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 215, 0, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    max-height: min(13.5rem, 42vh);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
/* body’ye taşınan liste: konum tamamen JS (inline); left/top için !important auto kullanma — inline’ı ezer ve menü sola yapışır */
body.shop-orders-admin-page .shop-order-status-dd__list.shop-order-status-dd__list--floating {
    position: fixed !important;
    z-index: 10060 !important;
    max-height: none;
    left: unset;
    right: unset;
    top: unset;
}
body.shop-orders-admin-page .shop-order-status-dd__list::-webkit-scrollbar {
    width: 0;
    height: 0;
}
body.shop-orders-admin-page .shop-order-status-dd__opt {
    margin: 0;
    padding: 0.55rem 0.65rem 0.55rem 0.75rem;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    color: rgba(245, 240, 232, 0.95);
    border-left: 3px solid transparent;
    transition: background 0.15s ease, color 0.15s ease;
}
body.shop-orders-admin-page .shop-order-status-dd__opt--beklemede {
    border-left-color: rgba(251, 191, 36, 0.85);
}
body.shop-orders-admin-page .shop-order-status-dd__opt--onaylandi {
    border-left-color: rgba(74, 222, 128, 0.85);
}
body.shop-orders-admin-page .shop-order-status-dd__opt--iptal {
    border-left-color: rgba(248, 113, 113, 0.85);
}
body.shop-orders-admin-page .shop-order-status-dd__opt--tamamlandi {
    border-left-color: rgba(147, 197, 253, 0.85);
}
body.shop-orders-admin-page .shop-order-status-dd__opt--odeme_bekliyor {
    border-left-color: rgba(252, 211, 77, 0.85);
}
body.shop-orders-admin-page .shop-order-status-dd__opt--hazirlaniyor {
    border-left-color: rgba(253, 186, 116, 0.88);
}
body.shop-orders-admin-page .shop-order-status-dd__opt--kargoya_verildi {
    border-left-color: rgba(52, 211, 153, 0.88);
}
body.shop-orders-admin-page .shop-order-status-dd__opt:hover,
body.shop-orders-admin-page .shop-order-status-dd__opt:focus {
    outline: none;
    background: rgba(212, 175, 55, 0.14);
    color: #fffdf8;
}
body.shop-orders-admin-page .shop-order-status-dd__opt[aria-selected="true"] {
    background: rgba(212, 175, 55, 0.22);
    color: #fff8e8;
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.25);
}
body.shop-orders-admin-page .shop-orders-admin-table .shop-orders-admin__amount {
    font-weight: 700;
    color: #fde68a;
    font-family: "Inter", "Poppins", sans-serif;
}

body.shop-orders-admin-page .shop-orders-admin-page-meta__sub {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(185, 175, 150, 0.9);
}
body.shop-orders-admin-page .shop-orders-admin-pagination--top {
    margin-top: 0;
}

/* Sipariş yönetimi — Git: etkinlik .modern-container button mor gradyanını kapat; Önceki/Sonraki ile aynı stil */
body.shop-orders-admin-page .modern-container button.shop-orders-admin-jump__btn {
    width: auto !important;
    min-width: 5.5rem !important;
    min-height: 2.5rem !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    border-radius: 10px !important;
    padding: 0.4rem 1rem !important;
    border: 1px solid rgba(212, 175, 55, 0.45) !important;
    background: rgba(22, 19, 14, 0.9) !important;
    background-image: none !important;
    color: #f0d078 !important;
    box-shadow: none !important;
    transition: border-color 0.2s, background 0.2s, color 0.2s !important;
}
body.shop-orders-admin-page .modern-container button.shop-orders-admin-jump__btn::before,
body.shop-orders-admin-page .modern-container button.shop-orders-admin-jump__btn::after {
    display: none !important;
    content: none !important;
}
body.shop-orders-admin-page .modern-container button.shop-orders-admin-jump__btn:hover {
    transform: none !important;
    border-color: rgba(255, 215, 100, 0.65) !important;
    background: rgba(32, 28, 20, 0.95) !important;
    color: #fff8e8 !important;
}
body.shop-orders-admin-page .modern-container button.shop-orders-admin-jump__btn:focus-visible {
    outline: none !important;
    border-color: rgba(255, 215, 100, 0.78) !important;
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2) !important;
}

@media (max-width: 720px) {
    body.shop-orders-admin-page .shop-orders-admin-jump {
        padding: 0.75rem 0.85rem;
    }
    body.shop-orders-admin-page .shop-orders-admin-jump__fields {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }
    body.shop-orders-admin-page .shop-orders-admin-jump__field--grow {
        flex: none !important;
        width: 100%;
        max-width: none;
    }
    body.shop-orders-admin-page .shop-orders-admin-jump__field--page {
        flex: none !important;
        width: 100% !important;
        max-width: none !important;
        align-self: stretch;
        align-items: stretch;
    }
    body.shop-orders-admin-page .shop-orders-admin-jump__field--page .shop-orders-admin-jump__label {
        text-align: left;
    }
    body.shop-orders-admin-page .shop-orders-admin-jump__field--page .shop-orders-admin-jump__input {
        text-align: left;
    }
    body.shop-orders-admin-page .shop-orders-admin-jump__label--shim {
        display: none !important;
    }
    body.shop-orders-admin-page .shop-orders-admin-jump__btn-col {
        width: 100%;
        align-self: stretch;
        gap: 0;
    }
    body.shop-orders-admin-page .shop-orders-admin-jump__input {
        min-height: 2.75rem;
        font-size: 15px;
    }
    body.shop-orders-admin-page .shop-orders-admin-jump__field--page .shop-orders-admin-jump__input {
        min-height: 2.35rem;
        font-size: 0.8rem;
        padding: 0.32rem 0.4rem;
    }
    /* Uzun placeholder; 16px tüm satırı domine ediyordu */
    body.shop-orders-admin-page .shop-orders-admin-jump__field--grow .shop-orders-admin-jump__input {
        font-size: 0.78rem;
        line-height: 1.3;
    }
    body.shop-orders-admin-page .shop-orders-admin-jump__field--grow .shop-orders-admin-jump__input::placeholder {
        font-size: inherit;
        opacity: 0.72;
    }
    body.shop-orders-admin-page .shop-orders-admin-jump__btn,
    body.shop-orders-admin-page .modern-container button.shop-orders-admin-jump__btn {
        align-self: stretch !important;
        width: 100% !important;
        min-height: 2.75rem !important;
        box-sizing: border-box !important;
    }
    body.shop-orders-admin-page .shop-orders-admin-pagination {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    body.shop-orders-admin-page .shop-orders-admin-page-link {
        width: 100%;
        box-sizing: border-box;
    }
    body.shop-orders-admin-page .shop-orders-admin-page-meta {
        flex: none;
        order: -1;
    }
    body.shop-orders-admin-page .shop-orders-admin-table-wrap {
        overflow-x: visible;
        border-radius: 0;
        border-left: none;
        border-right: none;
        background: transparent;
    }
    body.shop-orders-admin-page .shop-orders-admin-table {
        display: block;
        width: 100%;
        min-width: 0;
        background: transparent;
        border: none;
        border-radius: 0;
        overflow: visible;
    }
    body.shop-orders-admin-page .shop-orders-admin-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    body.shop-orders-admin-page .shop-orders-admin-table tbody {
        display: block;
    }
    body.shop-orders-admin-page .shop-orders-admin-table tbody tr.shop-orders-admin-main {
        display: flex;
        flex-direction: column;
        gap: 0.45rem;
        padding: 0.9rem 1rem;
        margin-bottom: 0.5rem;
        border-radius: 12px;
        border: 1px solid rgba(212, 175, 55, 0.22);
        background: rgba(0, 0, 0, 0.35);
    }
    body.shop-orders-admin-page .shop-orders-admin-table tbody tr.shop-orders-admin-main td {
        display: block;
        width: 100% !important;
        padding: 0.15rem 0;
        border: none;
        text-align: left !important;
        vertical-align: top;
    }
    body.shop-orders-admin-page .shop-orders-admin-table tbody tr.shop-orders-admin-main td::before {
        content: attr(data-label);
        display: block;
        font-size: 0.65rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(200, 185, 150, 0.88);
        margin-bottom: 0.35rem;
    }
    body.shop-orders-admin-page .shop-orders-admin-table tbody tr.shop-orders-admin-main:hover {
        background: rgba(0, 0, 0, 0.42);
    }
    body.shop-orders-admin-page tr.shop-orders-admin-detail {
        display: block;
        margin-bottom: 1.35rem;
    }
    body.shop-orders-admin-page tr.shop-orders-admin-detail td {
        display: block;
        width: 100%;
        padding: 0 0 0.25rem;
        border: none;
    }
    body.shop-orders-admin-page tr.shop-orders-admin-detail td[colspan] {
        padding: 0;
    }
    body.shop-orders-admin-page .shop-order-status-dd {
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
    body.shop-orders-admin-page .shop-orders-admin-actions {
        flex-direction: column;
        align-items: stretch;
    }
    body.shop-orders-admin-page .shop-orders-admin-actions > button {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
    }
    body.shop-orders-admin-page .shop-orders-admin-detail summary {
        padding: 0.65rem 0.85rem;
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.25);
        border: 1px solid rgba(212, 175, 55, 0.15);
    }
    body.shop-orders-admin-page .shop-orders-admin-acc__body {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0.5rem;
    }
    body.shop-orders-admin-page .shop-orders-admin-detail .shop-order-detail {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0.65rem;
        padding: 0 0.15rem;
        box-sizing: border-box;
    }
    body.shop-orders-admin-page .shop-order-detail__admin-ids {
        flex-direction: column;
        gap: 0.75rem;
    }
    body.shop-orders-admin-page .shop-order-detail__admin-id-block {
        min-width: 0;
        width: 100%;
        padding: 0.55rem 0.65rem;
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.28);
        border: 1px solid rgba(255, 255, 255, 0.06);
        box-sizing: border-box;
    }
    body.shop-orders-admin-page .shop-order-detail__dl {
        grid-template-columns: 1fr;
        gap: 0.15rem 0;
        margin-bottom: 0.85rem;
    }
    body.shop-orders-admin-page .shop-order-detail__dl dt {
        margin-top: 0.55rem;
        font-size: 0.65rem;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: rgba(200, 185, 150, 0.88);
    }
    body.shop-orders-admin-page .shop-order-detail__dl dt:first-child {
        margin-top: 0;
    }
    body.shop-orders-admin-page .shop-order-detail__dl dd {
        margin: 0 0 0.4rem;
        padding-bottom: 0.45rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 0.88rem;
        line-height: 1.45;
        word-break: break-word;
    }
    body.shop-orders-admin-page .shop-order-detail__dl dd:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    body.shop-orders-admin-page .shop-order-detail__block {
        margin-top: 0.85rem;
        padding-top: 0.85rem;
    }
    body.shop-orders-admin-page .shop-order-detail__note-body {
        font-size: 0.88rem;
        overflow-wrap: anywhere;
    }
    body.shop-orders-admin-page .shop-order-detail__legal {
        padding-left: 1rem;
        margin: 0;
        font-size: 0.84rem;
    }
    body.shop-orders-admin-page .shop-order-detail__legal li + li {
        margin-top: 0.35rem;
    }
    body.shop-orders-admin-page .shop-order-detail__ok {
        color: #7cb87c;
        font-weight: 600;
    }
    body.shop-orders-admin-page .shop-order-detail__err {
        color: #e06c6c;
        font-weight: 600;
    }
    body.shop-orders-admin-page .shop-order-detail__code-err {
        display: inline-block;
        margin-top: 0.35rem;
        font-size: 0.78rem;
        overflow-wrap: anywhere;
        word-break: break-word;
        color: rgba(230, 237, 247, 0.82);
    }
    body.shop-orders-admin-page .shop-order-line-extras {
        line-height: 1.45;
        overflow-wrap: anywhere;
    }
    body.shop-orders-admin-page .shop-orders-admin-items.shop-orders-admin-items--lines {
        display: block;
        width: 100%;
        margin: 0.5rem 0 0;
        max-width: 100% !important;
        font-size: 0.82rem;
        border-collapse: separate;
        border-spacing: 0;
    }
    body.shop-orders-admin-page .shop-orders-admin-items.shop-orders-admin-items--lines thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    body.shop-orders-admin-page .shop-orders-admin-items.shop-orders-admin-items--lines tbody {
        display: block;
    }
    body.shop-orders-admin-page .shop-orders-admin-items.shop-orders-admin-items--lines tbody tr.shop-orders-admin-items__row {
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
        padding: 0.75rem 0.8rem;
        margin-bottom: 0.65rem;
        border-radius: 12px;
        border: 1px solid rgba(212, 175, 55, 0.2);
        background: rgba(0, 0, 0, 0.32);
        box-sizing: border-box;
    }
    body.shop-orders-admin-page .shop-orders-admin-items.shop-orders-admin-items--lines tbody tr.shop-orders-admin-items__row:last-child {
        margin-bottom: 0;
    }
    body.shop-orders-admin-page .shop-orders-admin-items.shop-orders-admin-items--lines tbody td {
        display: block;
        width: 100% !important;
        padding: 0.15rem 0;
        border: none;
        vertical-align: top;
        box-sizing: border-box;
    }
    body.shop-orders-admin-page .shop-orders-admin-items.shop-orders-admin-items--lines tbody td::before {
        content: attr(data-label);
        display: block;
        font-size: 0.62rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(200, 185, 150, 0.88);
        margin-bottom: 0.3rem;
    }
    body.shop-orders-admin-page .shop-orders-admin-items.shop-orders-admin-items--lines tbody td[data-label="Görsel"]::before {
        margin-bottom: 0.45rem;
    }
    body.shop-orders-admin-page .shop-orders-admin-items.shop-orders-admin-items--lines img {
        width: 56px;
        height: 56px;
    }
}

/* etkinlik.css .modern-container button — mor gradyanı kapat (durum dropdown) */
body.shop-orders-admin-page .modern-container button.shop-order-status-dd__btn {
    width: 100% !important;
    min-height: 0 !important;
    font-weight: 600 !important;
    font-size: 0.86rem !important;
    overflow: visible !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border: 1px solid rgba(212, 175, 55, 0.42) !important;
    background: linear-gradient(180deg, rgba(22, 19, 14, 0.97) 0%, rgba(8, 7, 5, 0.99) 100%) !important;
    color: #f5f0e8 !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 215, 0, 0.06) !important;
    border-radius: 10px !important;
    padding: 0.4rem 0.55rem 0.4rem 0.5rem !important;
}
body.shop-orders-admin-page .modern-container button.shop-order-status-dd__btn::before,
body.shop-orders-admin-page .modern-container button.shop-order-status-dd__btn::after {
    display: none !important;
    content: none !important;
}
body.shop-orders-admin-page .modern-container .shop-order-status-dd.is-open button.shop-order-status-dd__btn {
    border-color: rgba(255, 215, 100, 0.65) !important;
    box-shadow:
        0 0 0 2px rgba(212, 175, 55, 0.15),
        0 4px 20px rgba(0, 0, 0, 0.45) !important;
}
body.shop-orders-admin-page .modern-container button.shop-order-status-dd__btn:hover {
    transform: none !important;
    border-color: rgba(255, 215, 100, 0.55) !important;
    background: linear-gradient(180deg, rgba(32, 28, 20, 0.98) 0%, rgba(14, 12, 8, 0.99) 100%) !important;
    color: #fffdf8 !important;
}
body.shop-orders-admin-page .modern-container button.shop-order-status-dd__btn:focus-visible {
    outline: none !important;
    border-color: rgba(255, 215, 100, 0.78) !important;
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2) !important;
}
/* etkinlik: button span { font-size: 1rem } — rozet metnini bozmasın */
body.shop-orders-admin-page .modern-container button.shop-order-status-dd__btn .shop-order-status-dd__label {
    font-size: 0.68rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}
body.shop-orders-admin-page .modern-container button.shop-order-status-dd__btn .shop-order-status-dd__chev {
    position: relative !important;
    z-index: 1 !important;
    font-size: 0.65rem !important;
}

/* etkinlik.css .modern-container button — sepet / siparişler CTA */
body.shop-cart-page .modern-container button.shop-cart-login-gate__btn,
body.shop-orders-page .modern-container button.shop-cart-login-gate__btn,
body.shop-orders-admin-page .modern-container button.shop-cart-login-gate__btn {
    text-transform: none !important;
    letter-spacing: normal !important;
    border: 1px solid rgba(212, 175, 55, 0.55) !important;
    background: linear-gradient(180deg, #16130d 0%, #0a0906 100%) !important;
    color: #f0d078 !important;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 215, 0, 0.08) !important;
}

body.shop-cart-page .modern-container button.shop-cart-login-gate__btn::before,
body.shop-orders-page .modern-container button.shop-cart-login-gate__btn::before,
body.shop-orders-admin-page .modern-container button.shop-cart-login-gate__btn::before {
    display: none !important;
    content: none !important;
}

body.shop-cart-page .modern-container button.shop-cart-login-gate__btn:hover,
body.shop-orders-page .modern-container button.shop-cart-login-gate__btn:hover,
body.shop-orders-admin-page .modern-container button.shop-cart-login-gate__btn:hover {
    transform: translateY(-1px) !important;
    border-color: rgba(255, 215, 100, 0.78) !important;
    background: linear-gradient(180deg, #252014 0%, #12100a 100%) !important;
    color: #fff2cc !important;
}

body.shop-cart-page .modern-container .shop-cart-qty-control button,
body.shop-orders-page .modern-container .shop-cart-qty-control button,
body.shop-orders-admin-page .modern-container .shop-cart-qty-control button {
    text-transform: none !important;
    letter-spacing: normal !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: 2.35rem !important;
    height: 2.35rem !important;
    min-height: 0 !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #e8c547 !important;
    overflow: visible !important;
}

body.shop-cart-page .modern-container .shop-cart-qty-control button::before,
body.shop-orders-page .modern-container .shop-cart-qty-control button::before,
body.shop-orders-admin-page .modern-container .shop-cart-qty-control button::before {
    display: none !important;
    content: none !important;
}

body.shop-cart-page .modern-container .shop-cart-qty-control button:hover,
body.shop-orders-page .modern-container .shop-cart-qty-control button:hover,
body.shop-orders-admin-page .modern-container .shop-cart-qty-control button:hover {
    transform: none !important;
}

/* Sipariş yönetimi: işlem sütunu — buton türüne göre renk */
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > button {
    padding: 0.35rem 0.65rem !important;
    border-radius: 8px !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    width: auto !important;
    box-shadow: none !important;
    cursor: pointer;
    border-style: solid !important;
    border-width: 1px !important;
    transition: filter 0.15s ease, border-color 0.15s ease;
}
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > button::before {
    display: none !important;
    content: none !important;
}
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > button:hover {
    transform: none !important;
    filter: brightness(1.14);
}

/* Kargo düzenlemesi — ödeme özeti ile aynı çember; tema pill’ını kırıyoruz */
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > a.shop-cart-line-update.btn-cargo-track {
    padding: 0.35rem 0.65rem !important;
    border-radius: 8px !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    width: auto !important;
    box-shadow: none !important;
    cursor: pointer;
    border-style: solid !important;
    border-width: 1px !important;
    transition: filter 0.15s ease, border-color 0.15s ease;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    line-height: 1.25;
    box-sizing: border-box !important;
    border-color: rgba(56, 189, 248, 0.55) !important;
    background: rgba(12, 74, 110, 0.4) !important;
    color: #7dd3fc !important;
}
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > a.shop-cart-line-update.btn-cargo-track::before {
    display: none !important;
    content: none !important;
}
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > a.shop-cart-line-update.btn-cargo-track:hover {
    transform: none !important;
    filter: brightness(1.14);
    border-color: rgba(125, 211, 252, 0.8) !important;
}

/* Kaydet */
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > button.shop-cart-line-update.btn-save-status {
    border-color: rgba(52, 211, 153, 0.55) !important;
    background: rgba(6, 78, 59, 0.42) !important;
    color: #6ee7b7 !important;
}
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > button.shop-cart-line-update.btn-save-status:hover {
    border-color: rgba(110, 231, 183, 0.75) !important;
}

/* Ödeme özeti */
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > button.shop-cart-line-update.btn-payment-summary {
    border-color: rgba(56, 189, 248, 0.55) !important;
    background: rgba(12, 74, 110, 0.4) !important;
    color: #7dd3fc !important;
}
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > button.shop-cart-line-update.btn-payment-summary:hover {
    border-color: rgba(125, 211, 252, 0.8) !important;
}

/* Ödeme alındı (manuel onay) */
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > button.btn-mark-paid {
    border-color: rgba(234, 179, 8, 0.65) !important;
    background: rgba(113, 63, 18, 0.4) !important;
    color: #fde047 !important;
}
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > button.btn-mark-paid:hover {
    border-color: rgba(253, 224, 71, 0.85) !important;
}

/* PayTR iadesi */
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > button.btn-paytr-refund {
    border-color: rgba(251, 113, 133, 0.55) !important;
    background: rgba(136, 19, 55, 0.38) !important;
    color: #fda4af !important;
}
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > button.btn-paytr-refund:hover {
    border-color: rgba(253, 164, 175, 0.85) !important;
}

/* iyzico iadesi (bilgi; işlem panelde) */
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > button.btn-iyzico-refund {
    border-color: rgba(167, 139, 250, 0.55) !important;
    background: rgba(76, 29, 149, 0.38) !important;
    color: #c4b5fd !important;
}
body.shop-orders-admin-page .modern-container .shop-orders-admin-actions > button.btn-iyzico-refund:hover {
    border-color: rgba(196, 181, 253, 0.85) !important;
}

body.shop-cart-page .modern-container button.shop-cart-line-remove,
body.shop-orders-page .modern-container button.shop-cart-line-remove,
body.shop-orders-admin-page .modern-container button.shop-cart-line-remove {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    width: auto !important;
    color: rgba(200, 170, 140, 0.9) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    box-shadow: none !important;
}

body.shop-cart-page .modern-container button.shop-cart-line-remove:hover,
body.shop-orders-page .modern-container button.shop-cart-line-remove:hover,
body.shop-orders-admin-page .modern-container button.shop-cart-line-remove:hover {
    transform: none !important;
    color: #fecaca !important;
}

body.shop-cart-page .modern-container button.shop-cart-line-remove::before,
body.shop-orders-page .modern-container button.shop-cart-line-remove::before,
body.shop-orders-admin-page .modern-container button.shop-cart-line-remove::before {
    display: none !important;
    content: none !important;
}

body.shop-cart-page .modern-container button.shop-cart-checkout-btn,
body.shop-orders-page .modern-container button.shop-cart-checkout-btn,
body.shop-order-cargo-page .modern-container button.shop-cart-checkout-btn,
body.shop-orders-page .modern-container a.shop-cart-checkout-btn,
body.shop-orders-admin-page .modern-container button.shop-cart-checkout-btn,
body.shop-orders-admin-page .modern-container a.shop-cart-checkout-btn {
    width: 100% !important;
    padding: 0.85rem 1.25rem !important;
    border-radius: 12px !important;
    border: 1px solid rgba(212, 175, 55, 0.55) !important;
    background: linear-gradient(180deg, #16130d 0%, #0a0906 100%) !important;
    color: #f0d078 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-size: 0.95rem !important;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 215, 0, 0.08) !important;
}

body.shop-cart-page .modern-container button.shop-cart-checkout-btn::before,
body.shop-orders-page .modern-container button.shop-cart-checkout-btn::before,
body.shop-order-cargo-page .modern-container button.shop-cart-checkout-btn::before,
body.shop-orders-page .modern-container a.shop-cart-checkout-btn::before,
body.shop-orders-admin-page .modern-container button.shop-cart-checkout-btn::before,
body.shop-orders-admin-page .modern-container a.shop-cart-checkout-btn::before {
    display: none !important;
    content: none !important;
}

body.shop-cart-page .modern-container button.shop-cart-checkout-btn:hover,
body.shop-orders-page .modern-container button.shop-cart-checkout-btn:hover,
body.shop-order-cargo-page .modern-container button.shop-cart-checkout-btn:hover,
body.shop-orders-page .modern-container a.shop-cart-checkout-btn:hover,
body.shop-orders-admin-page .modern-container button.shop-cart-checkout-btn:hover,
body.shop-orders-admin-page .modern-container a.shop-cart-checkout-btn:hover {
    transform: translateY(-1px) !important;
    border-color: rgba(255, 215, 100, 0.78) !important;
    background: linear-gradient(180deg, #252014 0%, #12100a 100%) !important;
    color: #fff2cc !important;
    box-shadow: 0 4px 26px rgba(212, 175, 55, 0.25), inset 0 1px 0 rgba(255, 215, 0, 0.12) !important;
}

/* Kargo takibi: yetkili Kaydet — ana satın al düğmesiyle aynı altın tema, genişlik satır içi */
body.shop-order-cargo-page .modern-container button.shop-cart-checkout-btn.cargo-admin-save {
    width: auto !important;
    min-width: 7.5rem;
    padding: 0.55rem 1.15rem !important;
    font-size: 0.88rem !important;
    border-radius: 12px !important;
}

/* Footer: sections/footer.css (all.css); body.shop-dmnknd fontu footer’ı ezmesin — website html ile aynı yığın */
body.shop-dmnknd .modern-footer {
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
}

/*
 * Shop navbar (lg+): ana satır grid; sol sütun minmax(0,1fr). Sol padding 5rem kaldırıldı — masaüstünde
 * hamburger yok, Ana sayfa solundaki boşluk navbar.css ile aynı 1rem iç boşluk.
 */
body.shop-dmnknd #modernNavbar.shop-navbar-root {
    align-items: stretch !important;
}

/* Mobil menü: giriş / kayıt — üst linklerle aynı genişlik ve ortalı hizalama */
body.shop-dmnknd .mobile-menu-content .shop-mobile-login-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1rem 1rem 1.25rem;
    box-sizing: border-box;
}

body.shop-dmnknd .mobile-menu-content .shop-mobile-login-section .mobile-login-button,
body.shop-dmnknd .mobile-menu-content .shop-mobile-login-section .shop-mobile-login-link {
    width: 100%;
    max-width: none;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
}

body.shop-dmnknd .mobile-menu-content .shop-mobile-forgot-link {
    display: block;
    width: 100%;
    margin: 0.15rem 0 0;
    padding: 0.35rem 0;
    text-align: center;
    font-size: 0.875rem;
    color: rgba(253, 230, 138, 0.92);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

body.shop-dmnknd .mobile-menu-content .shop-mobile-forgot-link:hover {
    color: rgba(254, 243, 199, 1);
}
@media (min-width: 1024px) {
    body.shop-dmnknd #modernNavbar #modernNavbarMainRow.shop-navbar-main-row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: stretch !important;
        justify-content: unset !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        column-gap: 1rem;
        row-gap: 0;
    }
    body.shop-dmnknd #modernNavbar #shopNavPrimaryLinks {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 100%;
        min-height: 3rem;
        box-sizing: border-box;
        display: flex !important;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start !important;
        align-items: center !important;
        align-content: center !important;
        gap: 0.25rem 0.75rem;
        padding: 0 !important;
        margin: 0 !important;
    }
    body.shop-dmnknd #modernNavbar #shopNavActions {
        align-self: center;
        flex-shrink: 0;
    }
}
body.shop-dmnknd #modernNavbar #shopNavPrimaryLinks > a.nav-link,
body.shop-dmnknd #modernNavbar #shopNavPrimaryLinks > .nav-link-dropdown {
    display: inline-flex !important;
    align-items: center !important;
    align-self: center !important;
    min-height: 2.875rem;
    box-sizing: border-box !important;
}
body.shop-dmnknd #modernNavbar #shopNavPrimaryLinks > .nav-link-dropdown {
    justify-content: center !important;
}
body.shop-dmnknd #modernNavbar #shopNavPrimaryLinks > .nav-link-dropdown > .nav-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 2.875rem !important;
    box-sizing: border-box !important;
    line-height: 1.15 !important;
}
body.shop-dmnknd #modernNavbar #shopNavPrimaryLinks > a.nav-link {
    line-height: 1.15 !important;
}

/*
 * Navbar üst menü: Tailwind @layer / sonradan gelen kurallar bazen .nav-link:hover’dan güçlü olup
 * metni altına çekebiliyor. Ana site navbar.css ile aynı: hover’da siyah; seçili açılır menüde sarı.
 * (!important yalnızca bu dar #modernNavbar kapsamında.)
 */
body.shop-dmnknd #modernNavbar .nav-link:hover,
body.shop-dmnknd #modernNavbar .nav-link-dropdown:hover .nav-link {
    color: #000000 !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8) !important;
}
body.shop-dmnknd #modernNavbar .nav-link:hover iconify-icon,
body.shop-dmnknd #modernNavbar .nav-link-dropdown:hover .nav-link iconify-icon,
body.shop-dmnknd #modernNavbar .nav-link:hover span,
body.shop-dmnknd #modernNavbar .nav-link-dropdown:hover .nav-link span {
    color: #000000 !important;
}
body.shop-dmnknd #modernNavbar .nav-link.active:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8) !important;
}
body.shop-dmnknd #modernNavbar .nav-link.active:hover iconify-icon,
body.shop-dmnknd #modernNavbar .nav-link.active:hover span {
    color: #ffffff !important;
}
body.shop-dmnknd #modernNavbar .nav-link-dropdown:hover .nav-link.active {
    color: #ffd700 !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.95), 0 0 10px rgba(0, 0, 0, 0.65) !important;
}
body.shop-dmnknd #modernNavbar .nav-link-dropdown:hover .nav-link.active iconify-icon,
body.shop-dmnknd #modernNavbar .nav-link-dropdown:hover .nav-link.active span {
    color: #ffd700 !important;
}

body.shop-dmnknd #modernNavbar .dropdown-menu-item:hover:not(.premium-sayfalar-glow):not(.takimlar-glow):not(.shop-nav-tag-indirim):not(.shop-nav-tag-yeni):not(.disabled) {
    color: #000000 !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8) !important;
}
body.shop-dmnknd #modernNavbar .dropdown-menu-item:hover:not(.premium-sayfalar-glow):not(.takimlar-glow):not(.shop-nav-tag-indirim):not(.shop-nav-tag-yeni):not(.disabled) span,
body.shop-dmnknd #modernNavbar .dropdown-menu-item:hover:not(.premium-sayfalar-glow):not(.takimlar-glow):not(.shop-nav-tag-indirim):not(.shop-nav-tag-yeni):not(.disabled) iconify-icon {
    color: #000000 !important;
}

/* --- Mağaza hesap paneli (/hesap) — sepet / sipariş buton ailesi --- */
body.shop-dmnknd.shop-hesap-page .shop-hesap-meta--hint {
    font-size: 0.78rem !important;
    color: rgba(185, 175, 150, 0.9) !important;
    margin-top: 0.35rem !important;
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-identities {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.85rem;
}
@media (min-width: 540px) {
    body.shop-dmnknd.shop-hesap-page .shop-hesap-identities {
        grid-template-columns: 1fr 1fr;
    }
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-idcard {
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.22);
    background: rgba(0, 0, 0, 0.38);
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-idcard__head {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(230, 210, 165, 0.92);
    margin-bottom: 0.55rem;
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-idcard__head iconify-icon {
    font-size: 1.05rem;
    color: rgba(255, 220, 140, 0.95);
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-idcard__body {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-identity__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-identity__avatar--fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    color: #1a1510;
    background: linear-gradient(135deg, #e8c547, #b8922a);
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-identity__avatar--google.shop-hesap-identity__avatar--fallback {
    background: linear-gradient(135deg, #5f9de8, #3469a8);
    color: #fff;
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-identity__avatar--email.shop-hesap-identity__avatar--fallback {
    background: linear-gradient(135deg, #c9a227, #8a6a18);
    color: #1a1510;
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-idcard[data-provider="email-register"] .shop-hesap-idcard__verify--ok {
    color: rgba(134, 239, 172, 0.95) !important;
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-idcard[data-provider="email-register"] .shop-hesap-idcard__verify--pending {
    color: rgba(253, 224, 71, 0.95) !important;
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-idcard__text {
    min-width: 0;
    flex: 1;
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-idcard__name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    word-break: break-word;
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-idcard__mask {
    margin-top: 0.2rem;
    font-size: 0.75rem;
    font-family: ui-monospace, monospace;
    color: rgba(200, 185, 155, 0.88);
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-idcard__off {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(185, 175, 155, 0.85);
}
body.shop-dmnknd.shop-hesap-page .shop-hesap-oauth {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}
body.shop-dmnknd.shop-hesap-page .modern-container a.shop-hesap-oauth__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    background: linear-gradient(180deg, #16130d 0%, #0a0906 100%) !important;
    color: #f0d078 !important;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    transition: border-color 0.2s, color 0.2s, background 0.2s, filter 0.2s, box-shadow 0.2s;
}
body.shop-dmnknd.shop-hesap-page .modern-container a.shop-hesap-oauth__link:hover {
    transform: none !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: linear-gradient(180deg, #252014 0%, #12100a 100%) !important;
    color: #fff2cc !important;
    filter: brightness(1.06);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}
body.shop-dmnknd.shop-hesap-page .modern-container button.shop-hesap-submit {
    margin-top: 0.85rem;
    width: 100%;
    padding: 0.65rem 1rem !important;
    border-radius: 10px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    cursor: pointer;
    text-transform: none !important;
    letter-spacing: normal !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    background: linear-gradient(180deg, #16130d 0%, #0a0906 100%) !important;
    background-image: none !important;
    color: #f0d078 !important;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    transition: border-color 0.2s, background 0.2s, color 0.2s, filter 0.2s, box-shadow 0.2s;
}
body.shop-dmnknd.shop-hesap-page .modern-container button.shop-hesap-submit::before,
body.shop-dmnknd.shop-hesap-page .modern-container button.shop-hesap-submit::after {
    display: none !important;
    content: none !important;
}
body.shop-dmnknd.shop-hesap-page .modern-container button.shop-hesap-submit:hover:not(:disabled) {
    transform: none !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: linear-gradient(180deg, #252014 0%, #12100a 100%) !important;
    color: #fff2cc !important;
    filter: brightness(1.06);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}
body.shop-dmnknd.shop-hesap-page .modern-container button.shop-hesap-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
    filter: none !important;
}
/* İkincil düğmeler: OAuth / ödeme ile aynı altın çizgisi (mor etkinlik ::before bastırılır) */
body.shop-dmnknd.shop-hesap-page .modern-container button.shop-hesap-btn--ghost {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.45rem 0.95rem !important;
    border-radius: 10px !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    cursor: pointer;
    text-transform: none !important;
    letter-spacing: normal !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    background: linear-gradient(180deg, rgba(22, 19, 13, 0.96) 0%, rgba(10, 9, 6, 0.94) 100%) !important;
    background-image: none !important;
    color: #f0d078 !important;
    text-decoration: none !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    box-sizing: border-box;
    transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s, filter 0.2s;
}
body.shop-dmnknd.shop-hesap-page .modern-container button.shop-hesap-btn--ghost:hover:not(:disabled) {
    transform: none !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: linear-gradient(180deg, #252014 0%, #12100a 100%) !important;
    color: #fff2cc !important;
    filter: brightness(1.06);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}
body.shop-dmnknd.shop-hesap-page .modern-container button.shop-hesap-btn--ghost:disabled {
    opacity: 0.48;
    cursor: not-allowed;
    transform: none !important;
    filter: none !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}
body.shop-dmnknd.shop-hesap-page .modern-container button.shop-hesap-btn--ghost.shop-hesap-btn--danger {
    border-color: rgba(255, 255, 255, 0.07) !important;
    color: #fec9c9 !important;
    background: linear-gradient(180deg, rgba(35, 14, 14, 0.9) 0%, rgba(16, 8, 8, 0.92) 100%) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 120, 120, 0.05) !important;
}
body.shop-dmnknd.shop-hesap-page .modern-container button.shop-hesap-btn--ghost.shop-hesap-btn--danger:hover:not(:disabled) {
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    background: linear-gradient(180deg, rgba(55, 18, 18, 0.95) 0%, rgba(28, 10, 10, 0.96) 100%) !important;
    background-image: none !important;
    filter: brightness(1.05);
}
/* Teslimat satırı — adres adı + detay (button = mor gradyan riski) */
body.shop-dmnknd.shop-hesap-page .modern-container .shop-hesap-wrap button.shop-hesap-dp-open {
    flex: 1;
    min-width: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin: 0 !important;
    padding: 0.5rem 0.65rem !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-radius: 10px !important;
    cursor: pointer;
    text-align: left;
    font-family: "Poppins", sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #f0d078 !important;
    background: linear-gradient(180deg, #16130d 0%, #0a0906 100%) !important;
    background-image: none !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s, filter 0.2s;
    box-sizing: border-box;
}
body.shop-dmnknd.shop-hesap-page .modern-container .shop-hesap-wrap button.shop-hesap-dp-open:hover,
body.shop-dmnknd.shop-hesap-page .modern-container .shop-hesap-wrap button.shop-hesap-dp-open:focus-visible {
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: linear-gradient(180deg, #252014 0%, #12100a 100%) !important;
    color: #fff2cc !important;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
    outline: none;
    transform: none !important;
    filter: brightness(1.06);
}
body.shop-dmnknd.shop-hesap-page .modern-container .shop-hesap-wrap button.shop-hesap-dp-open::before,
body.shop-dmnknd.shop-hesap-page .modern-container .shop-hesap-wrap button.shop-hesap-dp-open::after {
    display: none !important;
    content: none !important;
}
body.shop-dmnknd.shop-hesap-page .modern-container .shop-hesap-dp-open-hint {
    flex-shrink: 0;
    opacity: 0.92;
    font-size: 0.95rem;
    color: rgba(255, 236, 180, 0.95);
}
/* Akordeon başlığı — tam genişlik <button> mor gradyanını bastır */
body.shop-dmnknd.shop-hesap-page .modern-container .shop-hesap-wrap button.shop-hesap-card__toggle {
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.55rem 0.85rem !important;
    margin: 0 0 0.1rem 0 !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    background: linear-gradient(180deg, #16130d 0%, #0a0906 100%) !important;
    background-image: none !important;
    color: #f0d078 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    box-sizing: border-box;
    text-transform: none !important;
    letter-spacing: normal !important;
    transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s, filter 0.2s;
}
body.shop-dmnknd.shop-hesap-page .modern-container .shop-hesap-wrap button.shop-hesap-card__toggle::before,
body.shop-dmnknd.shop-hesap-page .modern-container .shop-hesap-wrap button.shop-hesap-card__toggle::after {
    display: none !important;
    content: none !important;
}
body.shop-dmnknd.shop-hesap-page .modern-container .shop-hesap-wrap button.shop-hesap-card__toggle:hover {
    transform: none !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: linear-gradient(180deg, #252014 0%, #12100a 100%) !important;
    color: #fff2cc !important;
    filter: brightness(1.06);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}
body.shop-dmnknd.shop-hesap-page .modern-container .shop-hesap-wrap .shop-hesap-card--open > button.shop-hesap-card__toggle {
    border-color: rgba(255, 255, 255, 0.09) !important;
    background: linear-gradient(180deg, #1c1810 0%, #0e0c08 100%) !important;
    background-image: none !important;
    filter: none;
}
/* etkinlik.css .modern-container button::before — mor parlama; hesap / şifre yenile ikincil düğmeler */
body.shop-dmnknd.shop-hesap-page .modern-container button.shop-hesap-btn--ghost::before,
body.shop-dmnknd.shop-hesap-page .modern-container button.shop-hesap-btn--ghost::after {
    display: none !important;
    content: none !important;
}
/* Şifre yenile — kod gönder: hesap OAuth / altın tema (etkinlik mor gradyanını bastırır) */
body.shop-dmnknd.shop-hesap-page .modern-container .shop-sifre-panel button.shop-sifre-btn-send {
    width: 100%;
    padding: 0.55rem 1rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    text-transform: none !important;
    letter-spacing: normal !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    background: linear-gradient(180deg, #16130d 0%, #0a0906 100%) !important;
    color: #f0d078 !important;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.35rem;
    box-sizing: border-box !important;
    transition: border-color 0.2s, background 0.2s, color 0.2s, filter 0.2s, box-shadow 0.2s;
}
body.shop-dmnknd.shop-hesap-page .modern-container .shop-sifre-panel button.shop-sifre-btn-send::before,
body.shop-dmnknd.shop-hesap-page .modern-container .shop-sifre-panel button.shop-sifre-btn-send::after {
    display: none !important;
    content: none !important;
}
body.shop-dmnknd.shop-hesap-page .modern-container .shop-sifre-panel button.shop-sifre-btn-send:hover:not(:disabled) {
    transform: none !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: linear-gradient(180deg, #252014 0%, #12100a 100%) !important;
    color: #fff2cc !important;
    filter: brightness(1.06);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}
body.shop-dmnknd.shop-hesap-page .modern-container .shop-sifre-panel button.shop-sifre-btn-send:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
    filter: none !important;
}
body.shop-dmnknd.shop-hesap-page .modern-container .shop-sifre-panel .shop-sifre-actions button.shop-hesap-submit {
    margin-top: 0;
}

/* ========== Kategori yönetimi — shop-cat-btn (etkinlik varsayılanı body.shop-dmnknd'de kapalı) ========== */
body.shop-dmnknd.shop-category-admin-page {
    color-scheme: dark;
}

body.shop-category-admin-page .shop-cat-admin__lead strong {
    color: #f0d078;
}

body.shop-category-admin-page .modern-container button.shop-cat-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 2.35rem !important;
    padding: 0.55rem 0.9rem !important;
    border-radius: 10px !important;
    border: 1px solid rgba(212, 175, 55, 0.45) !important;
    background: linear-gradient(180deg, rgba(22, 19, 14, 0.95) 0%, rgba(8, 7, 5, 0.98) 100%) !important;
    background-image: none !important;
    color: #f0d078 !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 215, 0, 0.06) !important;
    gap: 0.4rem !important;
    cursor: pointer !important;
    transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s !important;
}

body.shop-category-admin-page .modern-container button.shop-cat-btn::before,
body.shop-category-admin-page .modern-container button.shop-cat-btn::after {
    display: none !important;
    content: none !important;
}

body.shop-category-admin-page .modern-container button.shop-cat-btn:hover {
    transform: none !important;
    filter: none !important;
    border-color: rgba(255, 215, 100, 0.65) !important;
    background: linear-gradient(180deg, rgba(38, 32, 20, 0.98) 0%, rgba(18, 15, 10, 0.99) 100%) !important;
    color: #fff8e8 !important;
    box-shadow: 0 4px 18px rgba(212, 175, 55, 0.18), inset 0 1px 0 rgba(255, 215, 0, 0.1) !important;
}

body.shop-category-admin-page .modern-container button.shop-cat-btn:focus-visible {
    outline: none !important;
    border-color: rgba(255, 215, 100, 0.78) !important;
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.22) !important;
}

body.shop-category-admin-page .modern-container button.shop-cat-btn--ghost {
    border-color: rgba(255, 255, 255, 0.18) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: #e6edf7 !important;
}

body.shop-category-admin-page .modern-container button.shop-cat-btn--ghost:hover {
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35) !important;
}

body.shop-category-admin-page .modern-container button.shop-cat-btn--danger {
    border-color: rgba(239, 68, 68, 0.45) !important;
    background: rgba(239, 68, 68, 0.14) !important;
    color: #fca5a5 !important;
}

body.shop-category-admin-page .modern-container button.shop-cat-btn--danger:hover {
    border-color: rgba(248, 113, 113, 0.65) !important;
    background: rgba(127, 29, 29, 0.35) !important;
    color: #fecaca !important;
    box-shadow: 0 0 14px rgba(220, 38, 38, 0.18) !important;
}

body.shop-category-admin-page .shop-cat-input,
body.shop-category-admin-page .shop-cat-select,
body.shop-category-admin-page .shop-cat-textarea {
    width: 100% !important;
    box-sizing: border-box !important;
    background-color: rgba(8, 8, 12, 0.88) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    color: #f4f4f5 !important;
    border-radius: 10px !important;
    font-family: inherit !important;
    font-size: 0.9rem !important;
    padding: 0.55rem 0.65rem !important;
}

body.shop-category-admin-page .shop-cat-select {
    color-scheme: dark;
    appearance: none !important;
    -webkit-appearance: none !important;
    padding-right: 2.15rem !important;
    cursor: pointer !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23e5b84a' d='M1.4 1.4 6 6l4.6-4.6L10.6 2.6 6 7.2 1.4 2.6z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.7rem center !important;
    background-size: 0.75rem !important;
}

body.shop-category-admin-page .shop-cat-input::placeholder,
body.shop-category-admin-page .shop-cat-textarea::placeholder {
    color: rgba(161, 161, 170, 0.85) !important;
}

body.shop-category-admin-page .shop-cat-input:focus,
body.shop-category-admin-page .shop-cat-select:focus,
body.shop-category-admin-page .shop-cat-textarea:focus {
    outline: none !important;
    border-color: rgba(212, 175, 55, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12) !important;
}

body.shop-category-admin-page .shop-cat-select option,
body.shop-category-admin-page .shop-cat-select optgroup {
    background: #13151c !important;
    color: #f4f4f5 !important;
}

body.shop-category-admin-page .shop-cat-node__title iconify-icon {
    color: #e5b84a;
    vertical-align: -0.12em;
    margin-right: 0.25rem;
}
