body.single-product [class*="sticky_atc"] { display:none!important; }
body.single-product div.product { background: #fff!important; border-radius: 20px!important; border: 1px solid #e2e8f0!important; box-shadow: 0 10px 30px rgba(0,0,0,var(--mu-shadow))!important; overflow: hidden!important; margin: 15px auto!important; max-width: 1400px!important; position: relative!important; }

@media(min-width:1024px){
    body.single-product div.product { display: grid!important; grid-template-columns: 1fr 1fr!important; grid-template-areas: "gal sum" "tab tab"!important; align-items: start!important; }
    body.single-product div.product .woocommerce-product-gallery { grid-area: gal!important; padding: 40px!important; border-right: 1px solid #f1f5f9!important; display: block!important;}
    body.single-product div.product .summary { grid-area: sum!important; padding: 40px 40px 40px 30px!important; width: 100%!important; }
    body.single-product div.product .woocommerce-tabs { grid-area: tab!important; padding: 40px 30px!important; background: #f8fafc!important; border-top: 1px solid #e2e8f0!important; margin: 0!important; }
}

body.single-product div.product .summary .woocommerce-breadcrumb { font-size: var(--mu-bread-sz)!important; color: var(--mu-bread-clr)!important; margin: 0 0 15px 0!important; display: block!important; }
body.single-product div.product .summary .woocommerce-breadcrumb a { color: inherit!important; text-decoration: none!important; }
body.single-product div.product .summary h1.product_title { font-size: var(--mu-title-sz)!important; color: var(--mu-title-clr)!important; font-weight: 900!important; margin: 0 0 15px 0!important; line-height: 1.2!important; }

/* YENİ V10.3.1: TEKİL SAYFA KUSURSUZ ORTALI TICKER CSS */
.mm-single-ticker-wrapper { 
    position: relative; display: block; height: 38px; margin-bottom: 20px; width: 100%; 
    background: #f8fafc; border-radius: 8px; border: 1px solid #e2e8f0; overflow: hidden; 
}
.mm-single-ticker-item { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    display: block; text-align: center; line-height: 36px; padding: 0 15px;
    opacity: 0; visibility: hidden; transition: opacity 0.3s ease; 
    font-size: 14px; font-weight: 600; box-sizing: border-box; 
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
}
.mm-single-ticker-item strong { font-weight: 900; }
.mm-single-ticker-item.active { opacity: 1; visibility: visible; z-index: 2; }
.mm-single-ticker-item.mk-custom { color: #7c3aed; background: #f5f3ff; }
.mm-single-ticker-item.mk-attr { color: #2563eb; background: #eff6ff; }
.mm-single-ticker-item.mk-sale { color: #ef4444; background: #fef2f2; }
.mm-single-ticker-item.mk-fs { color: #10b981; background: #ecfdf5; }
.mm-single-ticker-item.mk-fomo { color: #ea580c; background: #fff7ed; }
.mm-single-ticker-item.mk-brand { color: #475569; background: #f8fafc; }
body.single-product div.product .product_meta .mm-product-brand-under-sku { display: block!important; margin-top: 6px!important; font-size: 14px!important; color: #475569!important; line-height: 1.45!important; }
body.single-product div.product .product_meta .mm-product-brand-under-sku strong { color: #0f172a!important; font-weight: 900!important; }

body.single-product .woocommerce-product-gallery { position: relative!important; width: 100%!important; float: none!important; margin: 0!important; overflow: visible!important; z-index: 10!important; }
body.single-product .woocommerce-product-gallery .onsale#mm-sale-badge-fix { position: absolute!important; background: var(--mu-sale-bg)!important; color: var(--mu-sale-txt)!important; font-size: var(--mu-sale-sz)!important; font-weight: 900!important; padding: 8px 16px!important; border-radius: var(--mu-sale-shp)!important; z-index: 99999!important; box-shadow: 0 4px 15px rgba(0,0,0,0.15)!important; margin: 0!important; min-height: auto!important; line-height: 1.2!important; pointer-events: none!important; }
body.single-product .woocommerce-product-gallery .flex-viewport { border: 1px solid #e2e8f0!important; border-radius: var(--mu-img-rad)!important; background: #fff!important; overflow: hidden!important; }
body.single-product .woocommerce-product-gallery__image img { width: 100%!important; height: auto!important; aspect-ratio: var(--mu-ar-d)!important; object-fit: contain!important; margin: 0 auto!important; display: block!important; background: #fff!important; }

body.single-product .flex-control-thumbs { display: flex!important; flex-wrap: nowrap!important; overflow-x: auto!important; gap: 10px!important; margin-top: 15px!important; padding: 5px 2px 15px 2px!important; scrollbar-width: none; -webkit-overflow-scrolling: touch; cursor: grab; }
body.single-product .flex-control-thumbs::-webkit-scrollbar { display: none; }
body.single-product .flex-control-thumbs li { flex: 0 0 calc((100% / var(--mu-thumb-cols)) - 10px)!important; max-width: 120px!important; list-style: none!important; margin: 0!important; }
body.single-product .flex-control-thumbs img { width: 100%!important; height: auto!important; aspect-ratio: 1/1; object-fit: contain!important; border-radius: 10px!important; border: 2px solid transparent!important; box-shadow: 0 0 0 1px #e2e8f0!important; cursor: pointer!important; transition: 0.3s!important; opacity: 0.6; padding: 4px!important; background: #fff!important; display: block!important; }
body.single-product .flex-control-thumbs img.flex-active, body.single-product .flex-control-thumbs img:hover { border-color: #38bdf8!important; box-shadow: 0 0 0 1px #38bdf8!important; opacity: 1; }

body.single-product div.product p.price { background: linear-gradient(180deg, var(--mu-bg1) 0%, var(--mu-bg2) 100%)!important; border: 1px solid var(--mu-brd)!important; padding: 20px!important; border-radius: 16px!important; color: var(--mu-txt)!important; font-size: 36px!important; font-weight: 900!important; display: flex!important; align-items: baseline!important; flex-wrap: wrap!important; gap: 10px!important; margin-bottom: 25px!important; }
body.single-product div.product p.price del { font-size: 16px!important; color: #dc2626!important; font-weight: 600!important; order: 1!important; margin-right: 5px!important; opacity: 0.8!important; }
body.single-product div.product p.price ins { order: 2!important; color: var(--mu-txt)!important; text-decoration: none!important; }
body.single-product div.product p.price ins::after, body.single-product div.product p.price > .woocommerce-Price-amount::after { content: var(--mu-k-txt); display: var(--mu-k-show)!important; font-size: var(--mu-k-sz)!important; font-weight: 800!important; margin-left: 8px!important; color: #475569; }

body.single-product form.cart { display: flex!important; align-items: flex-start!important; gap: 15px!important; margin-top: 20px!important; padding: 20px!important; background: #f8fafc!important; border-radius: 16px!important; border: 1px solid #e2e8f0!important; flex-wrap: wrap!important; }
@media(min-width:1024px){ body.single-product form.cart { padding-bottom: 30px!important; } }
.mm-qty-unit-wrapper { display: flex!important; flex-direction: column!important; width: var(--mu-qty-w)!important; position: relative!important; }
.mm-product-unit { position: absolute!important; top: 100%!important; left: 0!important; right: 0!important; text-align: center!important; margin-top: 6px!important; font-size: var(--mu-unit-sz)!important; color: var(--mu-unit-clr)!important; font-weight: 700!important; }
body.single-product form.cart .quantity, body.single-product form.cart .quantity .qty, body.single-product form.cart .quantity button, body.single-product form.cart .single_add_to_cart_button { height: 48px!important; margin: 0!important; }
body.single-product form.cart .quantity input[type="number"]::-webkit-outer-spin-button, body.single-product form.cart .quantity input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none!important; margin: 0!important; }
body.single-product form.cart .quantity input[type="number"] { -moz-appearance: textfield!important; }
body.single-product form.cart .quantity .mm-qty-fixed-value { display:flex!important; align-items:center!important; justify-content:center!important; flex:1 1 auto!important; min-width:42px!important; height:48px!important; padding:0 8px!important; box-sizing:border-box!important; font-size:18px!important; line-height:1!important; font-weight:900!important; color:#0f172a!important; background:#fff!important; user-select:none!important; }
body.single-product form.cart .quantity .mm-qty-control:disabled { opacity:.35!important; cursor:not-allowed!important; filter:grayscale(1)!important; }
#mm-qty-stock-toast { position:fixed!important; top:24px!important; left:50%!important; z-index:2147483646!important; display:flex!important; align-items:center!important; gap:10px!important; max-width:min(92vw,520px)!important; padding:13px 17px!important; border:1px solid #fdba74!important; border-radius:12px!important; background:#fff7ed!important; color:#9a3412!important; box-shadow:0 14px 38px rgba(15,23,42,.22)!important; font-size:14px!important; line-height:1.35!important; font-weight:700!important; opacity:0!important; visibility:hidden!important; pointer-events:none!important; transform:translate(-50%,-18px)!important; transition:opacity .2s ease,transform .2s ease,visibility .2s ease!important; box-sizing:border-box!important; }
#mm-qty-stock-toast.mm-show { opacity:1!important; visibility:visible!important; transform:translate(-50%,0)!important; }
#mm-qty-stock-toast strong { color:#7c2d12!important; font-weight:900!important; white-space:nowrap!important; }
body.admin-bar #mm-qty-stock-toast { top:56px!important; }
@media(max-width:782px){ body.admin-bar #mm-qty-stock-toast { top:66px!important; } #mm-qty-stock-toast { width:calc(100vw - 28px)!important; justify-content:flex-start!important; font-size:13px!important; } }
body.single-product form.cart .single_add_to_cart_button { flex-grow: 1!important; border-radius: 10px!important; font-weight: 900!important; font-size: 16px!important; background: var(--mu-btn-bg)!important; color: var(--mu-btn-txt)!important; border: none!important; transition: 0.2s!important; text-transform: uppercase!important; padding: 0 20px!important; display: flex!important; align-items: center!important; justify-content: center!important; }
body.single-product form.cart .single_add_to_cart_button:hover { filter: brightness(1.1)!important; transform: translateY(-2px)!important; box-shadow: 0 5px 15px rgba(0,0,0,0.1)!important; }

.mm-fomo-view-box { background: #fffbeb; border: 1px solid #fde68a; color: #b45309; padding: 10px 15px; border-radius: 8px; font-size: 13px; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.mm-secure-purchase-box {
    margin-top: 18px!important;
    padding: 16px!important;
    border-radius: 16px!important;
    border: 1px solid #dbeafe!important;
    background: linear-gradient(180deg, #f8fbff 0%, #eff6ff 100%)!important;
    box-shadow: 0 8px 22px rgba(37,99,235,0.06)!important;
    box-sizing: border-box!important;
}
.mm-spb-head {
    display: flex!important;
    align-items: baseline!important;
    justify-content: space-between!important;
    gap: 10px!important;
    margin-bottom: 12px!important;
    border-bottom: 1px solid rgba(37,99,235,0.12)!important;
    padding-bottom: 10px!important;
}
.mm-spb-head strong { color: #0f172a!important; font-size: 15px!important; font-weight: 900!important; letter-spacing: -0.01em!important; }
.mm-spb-head span { color: #64748b!important; font-size: 12px!important; font-weight: 700!important; text-align: right!important; }
.mm-spb-grid { display: grid!important; grid-template-columns: repeat(2, minmax(0, 1fr))!important; gap: 10px!important; }

.mm-spb-main-grid { grid-template-columns: repeat(2, minmax(0, 1fr))!important; }
.mm-secure-main-cards .mm-spb-item { min-height: 76px!important; }
.mm-secure-main-cards .mm-spb-icon { flex-basis: 30px!important; width: 30px!important; height: 30px!important; font-size: 16px!important; }
.mm-secure-main-cards .mm-spb-copy strong { font-size: 13px!important; }
.mm-secure-main-cards .mm-spb-copy em { font-size: 11.2px!important; }
.mm-secure-main-cards .mm-spb-flow { display: none!important; }

.mm-spb-item {
    min-width: 0!important;
    display: flex!important;
    align-items: flex-start!important;
    gap: 9px!important;
    padding: 10px!important;
    border-radius: 12px!important;
    background: rgba(255,255,255,0.82)!important;
    border: 1px solid rgba(148,163,184,0.24)!important;
    box-sizing: border-box!important;
}
.mm-spb-icon { flex: 0 0 25px!important; width: 25px!important; height: 25px!important; border-radius: 999px!important; background: #e0f2fe!important; display: inline-flex!important; align-items: center!important; justify-content: center!important; font-size: 14px!important; }
.mm-spb-copy { min-width: 0!important; display: flex!important; flex-direction: column!important; gap: 2px!important; }
.mm-spb-copy strong { color: #0f172a!important; font-size: 12px!important; line-height: 1.2!important; font-weight: 900!important; }
.mm-spb-copy em { color: #475569!important; font-size: 11px!important; line-height: 1.35!important; font-style: normal!important; font-weight: 700!important; overflow-wrap: anywhere!important; }
.mm-spb-note {
    margin: 12px 0 0 0!important;
    padding: 9px 10px!important;
    border-radius: 10px!important;
    background: #fff7ed!important;
    border: 1px solid #fed7aa!important;
    color: #9a3412!important;
    font-size: 11px!important;
    line-height: 1.45!important;
    font-weight: 800!important;
}

.mm-secure-premium {
    background: linear-gradient(135deg, #f8fbff 0%, #eff6ff 45%, #f0fdf4 100%)!important;
    border-color: #bfdbfe!important;
}
.mm-spb-hero {
    margin: 0 0 12px 0!important;
    padding: 11px 12px!important;
    border-radius: 13px!important;
    background: #0f172a!important;
    color: #ffffff!important;
    display: flex!important;
    flex-direction: column!important;
    gap: 2px!important;
    box-shadow: 0 12px 24px rgba(15,23,42,0.12)!important;
}
.mm-spb-hero b { font-size: 13px!important; line-height: 1.3!important; font-weight: 950!important; letter-spacing: -0.01em!important; }
.mm-spb-hero em { font-size: 11px!important; line-height: 1.35!important; color: #cbd5e1!important; font-style: normal!important; font-weight: 750!important; }
.mm-spb-proof-strip {
    display: flex!important;
    flex-wrap: wrap!important;
    gap: 7px!important;
    margin: 0 0 12px 0!important;
}
.mm-spb-proof-strip span {
    display: inline-flex!important;
    align-items: center!important;
    gap: 4px!important;
    padding: 6px 9px!important;
    border-radius: 999px!important;
    background: rgba(255,255,255,.88)!important;
    border: 1px solid rgba(148,163,184,.28)!important;
    color: #334155!important;
    font-size: 10.5px!important;
    line-height: 1.15!important;
    font-weight: 900!important;
    white-space: nowrap!important;
}
.mm-spb-flow {
    margin: 0 0 12px 0!important;
    padding: 11px!important;
    border-radius: 14px!important;
    background: rgba(255,255,255,.74)!important;
    border: 1px dashed rgba(37,99,235,.30)!important;
    box-sizing: border-box!important;
}
.mm-spb-flow b {
    display: block!important;
    color: #0f172a!important;
    font-size: 12px!important;
    font-weight: 950!important;
    margin: 0 0 7px 0!important;
}
.mm-spb-flow ol {
    display: grid!important;
    grid-template-columns: repeat(5, minmax(0, 1fr))!important;
    gap: 6px!important;
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
    counter-reset: mm-flow!important;
}
.mm-spb-flow li {
    counter-increment: mm-flow!important;
    min-width: 0!important;
    border-radius: 10px!important;
    background: #eff6ff!important;
    color: #1e3a8a!important;
    padding: 7px 7px 7px 28px!important;
    font-size: 10.5px!important;
    line-height: 1.2!important;
    font-weight: 900!important;
    position: relative!important;
    box-sizing: border-box!important;
}
.mm-spb-flow li::before {
    content: counter(mm-flow)!important;
    position: absolute!important;
    left: 7px!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    width: 16px!important;
    height: 16px!important;
    border-radius: 999px!important;
    background: #2563eb!important;
    color: #fff!important;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    font-size: 10px!important;
    font-weight: 950!important;
}

button.mm-spb-item {
    appearance: none!important;
    -webkit-appearance: none!important;
    width: 100%!important;
    text-align: left!important;
    cursor: pointer!important;
    color: inherit!important;
    position: relative!important;
    padding-right: 48px!important;
}
button.mm-spb-item:hover {
    border-color: #60a5fa!important;
    box-shadow: 0 8px 20px rgba(37,99,235,0.10)!important;
    transform: translateY(-1px)!important;
}
button.mm-spb-item small {
    position: absolute!important;
    right: 9px!important;
    top: 10px!important;
    font-size: 10px!important;
    line-height: 1!important;
    padding: 5px 7px!important;
    border-radius: 999px!important;
    background: #dbeafe!important;
    color: #1d4ed8!important;
    font-weight: 950!important;
    pointer-events: none!important;
}
.mm-spb-modal {
    position: fixed!important;
    inset: 0!important;
    z-index: 1000000!important;
    opacity: 0!important;
    visibility: hidden!important;
    pointer-events: none!important;
    transition: opacity .18s ease, visibility .18s ease!important;
}
.mm-spb-modal.is-open {
    opacity: 1!important;
    visibility: visible!important;
    pointer-events: auto!important;
}
.mm-spb-modal-backdrop {
    position: absolute!important;
    inset: 0!important;
    background: rgba(15,23,42,.52)!important;
    backdrop-filter: blur(3px)!important;
}
.mm-spb-modal-card {
    position: absolute!important;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%)!important;
    width: min(92vw, 520px)!important;
    background: #ffffff!important;
    border-radius: 18px!important;
    border: 1px solid #e2e8f0!important;
    box-shadow: 0 28px 70px rgba(15,23,42,.28)!important;
    padding: 22px 22px 20px 22px!important;
    color: #0f172a!important;
}
.mm-spb-modal-close {
    position: absolute!important;
    right: 12px!important;
    top: 10px!important;
    width: 34px!important;
    height: 34px!important;
    border-radius: 999px!important;
    border: 1px solid #e2e8f0!important;
    background: #f8fafc!important;
    color: #334155!important;
    font-size: 24px!important;
    line-height: 1!important;
    cursor: pointer!important;
    font-weight: 700!important;
}
.mm-spb-modal-title {
    display: block!important;
    padding-right: 42px!important;
    font-size: 20px!important;
    line-height: 1.25!important;
    font-weight: 950!important;
    color: #0f172a!important;
    margin: 0 0 10px 0!important;
}
.mm-spb-modal-text {
    margin: 0!important;
    color: #475569!important;
    font-size: 14px!important;
    line-height: 1.65!important;
    font-weight: 700!important;
}
.mm-spb-modal-subgrid {
    display: grid!important;
    grid-template-columns: 1fr!important;
    gap: 8px!important;
    margin-top: 14px!important;
}
.mm-spb-modal-subcard {
    border: 1px solid #e2e8f0!important;
    border-radius: 12px!important;
    background: #f8fafc!important;
    padding: 10px 11px!important;
    box-sizing: border-box!important;
}
.mm-spb-modal-subcard strong {
    display: block!important;
    color: #0f172a!important;
    font-size: 13px!important;
    line-height: 1.25!important;
    font-weight: 950!important;
    margin-bottom: 4px!important;
}
.mm-spb-modal-subcard span {
    display: block!important;
    color: #475569!important;
    font-size: 12.5px!important;
    line-height: 1.45!important;
    font-weight: 700!important;
}

body.mm-spb-modal-open { overflow: hidden!important; }

@media(max-width: 767px){
    .mm-spb-proof-strip { overflow-x: auto!important; flex-wrap: nowrap!important; padding-bottom: 3px!important; scrollbar-width: none!important; }
    .mm-spb-proof-strip::-webkit-scrollbar { display: none!important; }
    .mm-spb-proof-strip span { flex: 0 0 auto!important; }
    .mm-spb-flow ol { grid-template-columns: 1fr!important; }
    .mm-spb-flow li { min-height: 30px!important; display: flex!important; align-items: center!important; }
}


@media(min-width:1024px){
    body.single-product div.product { grid-template-areas: "gal sum" "trust trust" "tab tab"!important; }
    body.single-product div.product > .mm-secure-purchase-box { grid-area: trust!important; margin: 0 40px 20px 40px!important; }
}
.mm-secure-compact-strip {
    padding: 10px 12px!important;
    border-radius: 14px!important;
    background: #ffffff!important;
    border: 1px solid #dbe3ef!important;
    box-shadow: 0 6px 18px rgba(15,23,42,.045)!important;
    box-sizing: border-box!important;
    overflow: hidden!important;
}

.mm-spb-compact-head {
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    gap: 12px!important;
    margin: 0 0 10px 0!important;
}
.mm-spb-compact-head strong {
    color: #0f172a!important;
    font-size: 14px!important;
    line-height: 1.2!important;
    font-weight: 950!important;
    letter-spacing: -.01em!important;
}
.mm-spb-compact-head span {
    color: #64748b!important;
    font-size: 11px!important;
    line-height: 1.3!important;
    font-weight: 800!important;
    text-align: right!important;
}
.mm-spb-track {
    display: flex!important;
    gap: 10px!important;
    overflow-x: auto!important;
    overflow-y: hidden!important;
    padding: 2px 2px 8px 2px!important;
    margin: 0!important;
    -webkit-overflow-scrolling: touch!important;
    scroll-snap-type: x mandatory!important;
    scrollbar-width: none!important;
    cursor: grab!important;
    user-select: none!important;
}
.mm-spb-track.is-dragging {
    cursor: grabbing!important;
    scroll-snap-type: none!important;
}
.mm-spb-track.is-centered {
    justify-content: center!important;
    overflow-x: visible!important;
    cursor: default!important;
    scroll-snap-type: none!important;
}
.mm-spb-track.is-centered button.mm-spb-pill {
    flex: 0 0 172px!important;
}
.mm-spb-track::-webkit-scrollbar { display: none!important; }
button.mm-spb-pill {
    position: relative!important;
    overflow: hidden!important;
    flex: 0 0 176px!important;
    min-width: 0!important;
    height: 62px!important;
    display: flex!important;
    align-items: center!important;
    gap: 10px!important;
    padding: 10px 12px!important;
    border-radius: 16px!important;
    border: 1px solid rgba(203,213,225,.95)!important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 58%, #eef4f8 100%)!important;
    color: #0f172a!important;
    text-align: left!important;
    cursor: pointer!important;
    box-sizing: border-box!important;
    appearance: none!important;
    -webkit-appearance: none!important;
    box-shadow: 0 10px 24px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.96), inset 0 -10px 18px rgba(226,232,240,.22)!important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease!important;
    scroll-snap-align: start!important;
}
button.mm-spb-pill::before {
    content: ''!important;
    position: absolute!important;
    inset: 1px!important;
    border-radius: 15px!important;
    background: linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,0) 40%)!important;
    pointer-events: none!important;
}
button.mm-spb-pill::after {
    content: ''!important;
    position: absolute!important;
    left: 12px!important;
    right: 12px!important;
    bottom: 0!important;
    height: 2px!important;
    border-radius: 999px!important;
    background: linear-gradient(90deg, #bfdbfe 0%, #60a5fa 50%, #2563eb 100%)!important;
    opacity: .9!important;
}
button.mm-spb-pill:hover,
button.mm-spb-pill:focus-visible {
    border-color: rgba(96,165,250,.9)!important;
    box-shadow: 0 14px 28px rgba(15,23,42,.12), inset 0 1px 0 rgba(255,255,255,.98), inset 0 -10px 18px rgba(219,234,254,.42)!important;
    transform: translateY(-2px)!important;
    outline: none!important;
}
button.mm-spb-pill:active {
    transform: translateY(0)!important;
    box-shadow: 0 8px 16px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,.94), inset 0 -8px 14px rgba(226,232,240,.24)!important;
}
.mm-spb-code {
    position: relative!important;
    z-index: 1!important;
    flex: 0 0 28px!important;
    width: 28px!important;
    height: 28px!important;
    border-radius: 999px!important;
    background: linear-gradient(180deg, #ffffff 0%, #eaf2ff 100%)!important;
    color: #1d4ed8!important;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    font-size: 10px!important;
    font-weight: 950!important;
    letter-spacing: -.02em!important;
    box-shadow: 0 4px 10px rgba(37,99,235,.14), inset 0 1px 0 rgba(255,255,255,.95)!important;
    border: 1px solid rgba(191,219,254,.95)!important;
}
.mm-spb-pill-copy {
    position: relative!important;
    z-index: 1!important;
    min-width: 0!important;
    display: flex!important;
    flex-direction: column!important;
    gap: 2px!important;
}
.mm-spb-pill-copy strong {
    color: #0f172a!important;
    font-size: 12px!important;
    line-height: 1.1!important;
    font-weight: 950!important;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}
.mm-spb-pill-copy em {
    color: #64748b!important;
    font-size: 10.5px!important;
    line-height: 1.18!important;
    font-style: normal!important;
    font-weight: 780!important;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}
.mm-spb-mini-proof {
    display: flex!important;
    flex-wrap: wrap!important;
    gap: 6px!important;
    margin: 3px 0 0 0!important;
    padding-top: 8px!important;
    border-top: 1px dashed #e2e8f0!important;
}
.mm-spb-mini-proof span {
    display: inline-flex!important;
    align-items: center!important;
    padding: 4px 8px!important;
    border-radius: 999px!important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%)!important;
    border: 1px solid #e2e8f0!important;
    color: #475569!important;
    font-size: 10px!important;
    line-height: 1.1!important;
    font-weight: 850!important;
    white-space: nowrap!important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.95)!important;
}
.mm-spb-compact-note {
    margin: 7px 0 0 0!important;
    padding: 0!important;
    color: #64748b!important;
    font-size: 10.5px!important;
    line-height: 1.35!important;
    font-weight: 760!important;
}
@media(max-width:1023px){
    body.single-product div.product > .mm-secure-purchase-box { margin: 0 20px 18px 20px!important; }
}
@media(max-width:640px){
    .mm-secure-compact-strip { padding: 10px!important; border-radius: 12px!important; }
    .mm-spb-compact-head { align-items: flex-start!important; flex-direction: column!important; gap: 3px!important; }
    .mm-spb-compact-head span { text-align: left!important; }
    button.mm-spb-pill { flex-basis: 162px!important; height: 60px!important; }
    .mm-spb-mini-proof { flex-wrap: nowrap!important; overflow-x: auto!important; padding-bottom: 2px!important; scrollbar-width: none!important; }
    .mm-spb-mini-proof::-webkit-scrollbar { display:none!important; }
    .mm-spb-mini-proof span { flex: 0 0 auto!important; }
}

.mm-trust-badges { display: flex; gap: 10px; margin-top: 15px; flex-wrap: wrap; }
.mm-tb-item { background: #f1f5f9; border: 1px solid #e2e8f0; padding: 8px 12px; border-radius: 6px; font-size: 11px; font-weight: 700; color: #475569; display: flex; align-items: center; gap: 5px; }

@media (max-width: 640px) {
    .mm-secure-purchase-box { padding: 14px!important; margin-top: 16px!important; }
    .mm-spb-head { align-items: flex-start!important; flex-direction: column!important; gap: 3px!important; }
    .mm-spb-head span { text-align: left!important; }
    .mm-spb-grid { grid-template-columns: 1fr!important; gap: 8px!important; }
    .mm-spb-item { padding: 9px!important; }
}

.mm-sticky-atc-bar { position: fixed; bottom: -100px; left: 0; width: 100%; background: #fff; box-shadow: 0 -5px 20px rgba(0,0,0,0.1); z-index: 99999; transition: bottom 0.3s ease; border-top: 1px solid #e2e8f0; padding: 10px 0; }
.mm-sticky-atc-bar.show { bottom: 0; }
.mm-sticky-atc-inner { max-width: 1200px; margin: 0 auto; padding: 0 15px; display: flex; justify-content: space-between; align-items: center; }
.mm-sticky-info { display: flex; align-items: center; gap: 15px; }
.mm-sticky-info img { width: 50px; height: 50px; object-fit: contain; border-radius: 6px; border: 1px solid #f1f5f9; }
.mm-sticky-title { font-weight: 800; color: #0f172a; font-size: 14px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.mm-sticky-price { font-weight: 900; color: var(--mu-txt); font-size: 16px; }
.mm-sticky-btn { background: var(--mu-btn-bg); color: var(--mu-btn-txt); border: none; padding: 12px 25px; border-radius: 8px; font-weight: 900; cursor: pointer; text-transform: uppercase; transition: 0.2s; }
.mm-sticky-btn:hover { filter: brightness(1.1); transform: translateY(-2px); }

body.mm-chat-push-up .elfsight-app, body.mm-chat-push-up .whatsapp-button, body.mm-chat-push-up [id*="chat"], body.mm-chat-push-up [class*="chat-widget"], body.mm-chat-push-up .floating-button, body.mm-chat-push-up iframe[id*="chat"] { bottom: 80px !important; transition: bottom 0.3s ease; }
body.mm-chat-hide .elfsight-app, body.mm-chat-hide .whatsapp-button, body.mm-chat-hide [id*="chat"], body.mm-chat-hide [class*="chat-widget"], body.mm-chat-hide .floating-button, body.mm-chat-hide iframe[id*="chat"] { opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; transition: 0.3s ease; }

body.single-product .woocommerce-tabs ul.tabs { display: flex!important; gap: 10px!important; list-style: none!important; padding: 0!important; margin: 0 0 20px 0!important; border-bottom: 2px solid #e2e8f0!important; flex-wrap: wrap!important; }
body.single-product .woocommerce-tabs ul.tabs li { background: transparent!important; border: none!important; margin: 0!important; padding: 0!important; }
body.single-product .woocommerce-tabs ul.tabs li a { display: block!important; padding: 10px 20px!important; font-weight: 800!important; font-size: 16px!important; color: #64748b!important; text-decoration: none!important; border-bottom: 3px solid transparent!important; margin-bottom: -2px!important; transition: 0.2s!important; }
body.single-product .woocommerce-tabs ul.tabs li.active a, body.single-product .woocommerce-tabs ul.tabs li a:hover { color: #0f172a!important; border-bottom-color: var(--mu-tab-act)!important; }
body.single-product .woocommerce-tabs .panel { background: var(--mu-tab-bg)!important; padding: 30px!important; border-radius: 16px!important; border: 1px solid #e2e8f0!important; box-shadow: 0 5px 20px rgba(0,0,0,0.02)!important; color: #334155!important; line-height: 1.7!important; font-size: 15px!important; }

body.single-product .mm-custom-related-section {
    width: 100%!important;
    max-width: 1400px!important;
    margin: 40px auto 0 auto!important;
    padding: 36px 30px 10px 30px!important;
    border-top: 1px solid #e2e8f0!important;
    clear: both!important;
    box-sizing: border-box!important;
    overflow: hidden!important;
}
body.single-product .mm-custom-related-title {
    font-size: 24px!important;
    color: #0f172a!important;
    font-weight: 900!important;
    margin: 0 0 24px 0!important;
    border-bottom: 3px solid #2563eb!important;
    display: inline-block!important;
    padding-bottom: 6px!important;
    line-height: 1.25!important;
}
body.single-product ul.mm-related-grid {
    display: grid!important;
    grid-template-columns: repeat(var(--mu-rd), minmax(0, 1fr))!important;
    gap: 20px!important;
    list-style: none!important;
    margin: 0!important;
    padding: 0!important;
    width: 100%!important;
    align-items: stretch!important;
    box-sizing: border-box!important;
}
body.single-product ul.mm-related-grid::before,
body.single-product ul.mm-related-grid::after { display: none!important; content: none!important; }
body.single-product ul.mm-related-grid > li.mm-rel-card {
    width: auto!important;
    max-width: none!important;
    min-width: 0!important;
    margin: 0!important;
    float: none!important;
    clear: none!important;
    box-sizing: border-box!important;
    height: 100%!important;
    background: #fff!important;
    border: 1px solid #e2e8f0!important;
    border-radius: 15px!important;
    padding: 15px!important;
    display: flex!important;
    flex-direction: column!important;
    transition: 0.3s!important;
    position: relative!important;
    overflow: hidden!important;
}
body.single-product ul.mm-related-grid > li.mm-rel-card:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.06)!important;
    transform: translateY(-3px)!important;
    border-color: #cbd5e1!important;
}
body.single-product .mm-rel-img-wrap {
    position: relative!important;
    width: 100%!important;
    aspect-ratio: 1/1!important;
    background: #f8fafc!important;
    border-radius: 10px!important;
    padding: 14px!important;
    margin: 0 0 12px 0!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    overflow: hidden!important;
    box-sizing: border-box!important;
}
body.single-product .mm-rel-img-wrap img {
    width: 100%!important;
    height: 100%!important;
    max-width: 100%!important;
    max-height: 100%!important;
    object-fit: contain!important;
    display: block!important;
    margin: 0 auto!important;
    mix-blend-mode: multiply;
}
body.single-product .mm-rel-badge {
    position: absolute!important;
    top: 10px!important;
    left: 10px!important;
    background: var(--mu-sale-bg)!important;
    color: var(--mu-sale-txt)!important;
    font-size: 11px!important;
    font-weight: 900!important;
    padding: 4px 8px!important;
    border-radius: var(--mu-sale-shp)!important;
    z-index: 10!important;
}
body.single-product .mm-rel-title {
    min-height: 38px!important;
    font-size: 14px!important;
    font-weight: 800!important;
    color: #0f172a!important;
    text-decoration: none!important;
    line-height: 1.35!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
    overflow: hidden!important;
    margin: 0 0 14px 0!important;
}
body.single-product .mm-rel-title:hover { color: #2563eb!important; }
body.single-product .mm-rel-bottom {
    margin-top: auto!important;
    display: flex!important;
    flex-direction: column!important;
    gap: 10px!important;
}
body.single-product .mm-rel-price {
    min-height: 46px!important;
    font-size: 16px!important;
    font-weight: 900!important;
    color: var(--mu-txt)!important;
    background: linear-gradient(180deg, var(--mu-bg1), var(--mu-bg2))!important;
    padding: 10px!important;
    border-radius: 8px!important;
    border: 1px solid var(--mu-brd)!important;
    text-align: center!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    flex-wrap: wrap!important;
    gap: 4px!important;
    box-sizing: border-box!important;
}
body.single-product .mm-rel-price del {
    font-size: 12px!important;
    color: #dc2626!important;
    margin-right: 5px!important;
    opacity: 0.8!important;
}
body.single-product .mm-rel-price ins { text-decoration: none!important; }
body.single-product .mm-rel-btn {
    background: #f1f5f9!important;
    color: #475569!important;
    text-align: center!important;
    padding: 10px!important;
    border-radius: 8px!important;
    font-weight: 800!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    text-decoration: none!important;
    transition: 0.2s!important;
}
body.single-product ul.mm-related-grid > li.mm-rel-card:hover .mm-rel-btn {
    background: var(--mu-btn-bg)!important;
    color: var(--mu-btn-txt)!important;
}
@media (min-width: 1024px) and (max-width: 1199px) {
    body.single-product ul.mm-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr))!important; }
}

@media (max-width: 1023px) {
    body.single-product div.product { display: flex!important; flex-direction: column!important; }
    body.single-product div.product .woocommerce-product-gallery { width: 100%!important; padding: 20px!important; box-sizing: border-box!important; }
    body.single-product div.product .summary h1.product_title { font-size: var(--mu-title-sz-m)!important; }
    body.single-product div.product .summary .woocommerce-breadcrumb { font-size: var(--mu-bread-sz-m)!important; }
    body.single-product .woocommerce-product-gallery__image img { aspect-ratio: var(--mu-ar-m)!important; }
    body.single-product div.product .summary { padding: 0 20px 20px 20px!important; }
    body.single-product div.product p.price { font-size: 28px!important; padding: 15px!important; }
    body.single-product div.product .woocommerce-tabs { padding: 20px 10px!important; overflow: hidden!important; }
    body.single-product div.product .woocommerce-tabs ul.tabs {
        display: flex!important;
        flex-wrap: nowrap!important;
        gap: 8px!important;
        overflow-x: auto!important;
        overflow-y: hidden!important;
        -webkit-overflow-scrolling: touch!important;
        scrollbar-width: none!important;
        scroll-snap-type: x proximity!important;
        border-bottom: 0!important;
        margin: 0 0 14px 0!important;
        padding: 2px 8px 12px 8px!important;
        white-space: nowrap!important;
        mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%)!important;
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%)!important;
    }
    body.single-product div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar { display: none!important; }
    body.single-product div.product .woocommerce-tabs ul.tabs li {
        flex: 0 0 auto!important;
        scroll-snap-align: start!important;
        background: transparent!important;
        border: 0!important;
        margin: 0!important;
        padding: 0!important;
        white-space: nowrap!important;
    }
    body.single-product div.product .woocommerce-tabs ul.tabs li::before,
    body.single-product div.product .woocommerce-tabs ul.tabs li::after { display: none!important; }
    body.single-product div.product .woocommerce-tabs ul.tabs li a {
        display: block!important;
        max-width: 190px!important;
        overflow: hidden!important;
        text-overflow: ellipsis!important;
        padding: 10px 14px!important;
        border: 1px solid #dbe3ef!important;
        border-radius: 999px!important;
        background: #ffffff!important;
        color: #64748b!important;
        font-size: 14px!important;
        font-weight: 900!important;
        line-height: 1.15!important;
        box-shadow: 0 6px 14px rgba(15,23,42,0.06)!important;
        margin: 0!important;
    }
    /* Mobilde :hover dokunmatik ekranda takılı kalabildiği için mavi durum yalnızca gerçek aktif sekmeye verilir. */
    body.single-product div.product .woocommerce-tabs ul.tabs li.active a,
    body.single-product div.product .woocommerce-tabs ul.tabs li a[aria-selected="true"] {
        background: var(--mu-tab-act)!important;
        border-color: var(--mu-tab-act)!important;
        color: #ffffff!important;
        box-shadow: 0 8px 18px rgba(37,99,235,0.20)!important;
    }
    body.single-product div.product .woocommerce-tabs ul.tabs li:not(.active) a,
    body.single-product div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover,
    body.single-product div.product .woocommerce-tabs ul.tabs li:not(.active) a:focus,
    body.single-product div.product .woocommerce-tabs ul.tabs li:not(.active) a:active {
        background: #ffffff!important;
        border-color: #dbe3ef!important;
        color: #64748b!important;
        box-shadow: 0 6px 14px rgba(15,23,42,0.06)!important;
    }
    body.single-product div.product .woocommerce-tabs .panel {
        padding: 18px!important;
        border-radius: 14px!important;
        overflow-x: auto!important;
        -webkit-overflow-scrolling: touch!important;
    }
    body.single-product div.product .woocommerce-tabs .panel table {
        min-width: 100%!important;
        width: max-content!important;
        max-width: none!important;
    }
    body.single-product div.product .woocommerce-tabs .panel img {
        max-width: 100%!important;
        height: auto!important;
    }
    body.single-product div.product .woocommerce-tabs .panel iframe {
        max-width: 100%!important;
    }
    
    .mm-qty-unit-wrapper { width: 100%!important; margin-bottom: 15px!important; }
    body.single-product form.cart { flex-direction: column!important; }
    body.single-product form.cart .single_add_to_cart_button { width: 100%!important; }
    
    ul.mm-related-grid { grid-template-columns: repeat(var(--mu-rm), 1fr)!important; gap: 15px!important; }
    .mm-custom-related-section { padding: 20px!important; }
    .mm-sticky-info img { display: none; }
    .mm-sticky-title { font-size: 12px; }
    .mm-sticky-price { font-size: 14px; }
    .mm-sticky-btn { padding: 10px 15px; font-size: 12px; }
}

/* V10.4.2 - Sadece tekil ürün sayfası ilgili ürünler: dik mobil güvenli yerleşim.
   SQL/JS yoktur; yalnızca dar dik ekranda 3+ kolon sıkışmasını engeller. */
@media (max-width: 600px) and (orientation: portrait) {
    body.single-product .mm-custom-related-section {
        padding: 22px 12px 16px 12px!important;
        margin-top: 28px!important;
        overflow: hidden!important;
    }
    body.single-product .mm-custom-related-title {
        font-size: 22px!important;
        margin-bottom: 20px!important;
    }
    body.single-product ul.mm-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))!important;
        gap: 12px!important;
        width: 100%!important;
        max-width: 100%!important;
    }
    body.single-product ul.mm-related-grid > li.mm-rel-card {
        min-width: 0!important;
        padding: 10px!important;
        border-radius: 14px!important;
    }
    body.single-product .mm-rel-img-wrap {
        aspect-ratio: 1/1!important;
        padding: 8px!important;
        margin-bottom: 10px!important;
        border-radius: 10px!important;
    }
    body.single-product .mm-rel-badge {
        top: 8px!important;
        left: 8px!important;
        max-width: calc(100% - 16px)!important;
        font-size: 10px!important;
        line-height: 1.15!important;
        padding: 4px 7px!important;
        text-align: center!important;
    }
    body.single-product .mm-rel-title {
        min-height: 42px!important;
        font-size: 13px!important;
        line-height: 1.28!important;
        margin-bottom: 10px!important;
        -webkit-line-clamp: 2!important;
        overflow-wrap: anywhere!important;
    }
    body.single-product .mm-rel-bottom { gap: 8px!important; }
    body.single-product .mm-rel-price {
        width: 100%!important;
        max-width: 100%!important;
        min-height: 58px!important;
        padding: 8px 5px!important;
        font-size: clamp(15px, 4.2vw, 18px)!important;
        line-height: 1.18!important;
        flex-direction: column!important;
        gap: 2px!important;
        overflow: hidden!important;
    }
    body.single-product .mm-rel-price del {
        width: 100%!important;
        margin: 0!important;
        font-size: clamp(11px, 3.2vw, 13px)!important;
        line-height: 1.1!important;
        text-align: center!important;
    }
    body.single-product .mm-rel-price ins {
        display: block!important;
        width: 100%!important;
        line-height: 1.12!important;
        text-align: center!important;
    }
    body.single-product .mm-rel-price .woocommerce-Price-amount {
        white-space: nowrap!important;
    }
    body.single-product .mm-rel-btn {
        padding: 10px 6px!important;
        font-size: 12px!important;
        border-radius: 10px!important;
    }
}
@media (max-width: 359px) and (orientation: portrait) {
    body.single-product ul.mm-related-grid { grid-template-columns: 1fr!important; }
}
