@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/inter-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/inter-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/inter-cyrillic.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Inter Fallback";
    src: local("Arial"), local("Helvetica Neue"), local("Helvetica");
    size-adjust: 107.64%;
    ascent-override: 90%;
    descent-override: 22.43%;
    line-gap-override: 0%;
}

html,
body {
    font-family: Inter, "Inter Fallback", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

.material-symbols-outlined,
.material-icons-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    width: 1em;
    height: 1em;
    overflow: hidden;
    speak: never;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    visibility: hidden;
}

html.ms-icons-ready .material-symbols-outlined,
html.ms-icons-ready .material-icons-outlined {
    visibility: visible;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 25s linear infinite;
}

@keyframes marquee {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: var(--md-sys-color-outline-variant);
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--md-sys-color-primary);
}

details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }
details[open] summary .expand-icon { transform: rotate(180deg); }

.bg-primary-gradient {
    background: linear-gradient(135deg, #4647d3 0%, #9396ff 100%);
}

.bg-orange-gradient {
    background: linear-gradient(135deg, var(--md-sys-color-primary) 0%, #FB923C 100%);
}

/* Story satırı — dikey poster, yuvarlak değil */
.tema2-story {
    width: 100%;
    padding: 1.125rem 0 0;
}

.tema2-story__shell {
    position: relative;
    z-index: 30;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.tema2-story__track {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    cursor: grab;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.tema2-story__track:active {
    cursor: grabbing;
}

.tema2-story__card {
    position: relative;
    flex: 0 0 auto;
    width: 6.65rem;
    aspect-ratio: 2 / 3;
    scroll-snap-align: start;
    overflow: hidden;
    border-radius: 0.95rem;
    background: #0f172a;
    text-decoration: none;
    isolation: isolate;
    outline: none;
    box-shadow: none;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.tema2-story__card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 4;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.22),
        inset 0 0 0 2px rgba(15, 23, 42, 0.28);
    transition: box-shadow 0.3s ease;
}

.tema2-story__card:hover::before,
.tema2-story__card:focus-visible::before {
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.42),
        inset 0 0 0 2px rgba(15, 23, 42, 0.18);
}

.tema2-story__card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 38%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 72%);
}

.tema2-story__media {
    position: absolute;
    inset: 0;
    display: block;
}

.tema2-story__media img,
.tema2-story__fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.03);
    transition: transform 0.7s ease;
}

.tema2-story__fallback {
    background:
        radial-gradient(circle at 30% 20%, rgba(249, 115, 22, 0.4), transparent 52%),
        linear-gradient(165deg, #1e293b, #0f172a);
}

.tema2-story__card:hover .tema2-story__media img,
.tema2-story__card:focus-visible .tema2-story__media img {
    transform: scale(1.1);
}

.tema2-story__shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        115deg,
        transparent 36%,
        rgba(255, 255, 255, 0.22) 50%,
        transparent 64%
    );
    transform: translateX(-130%);
    transition: transform 0.85s ease;
}

.tema2-story__card:hover .tema2-story__shine,
.tema2-story__card:focus-visible .tema2-story__shine {
    transform: translateX(130%);
}

.tema2-story__veil {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, transparent 28%, rgba(15, 23, 42, 0.28) 58%, rgba(15, 23, 42, 0.88) 100%);
}

.tema2-story__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 0.75rem 0.6rem 0.7rem;
    background: linear-gradient(180deg, transparent 0%, rgba(8, 12, 22, 0.28) 28%, rgba(8, 12, 22, 0.82) 100%);
}

.tema2-story__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.tema2-story__caption::after {
    content: '';
    display: block;
    width: 1.15rem;
    height: 2px;
    margin-top: 0.4rem;
    border-radius: 9999px;
    background: linear-gradient(90deg, var(--md-sys-color-primary), #fdba74);
    transition: width 0.35s ease;
}

.tema2-story__card:hover .tema2-story__caption::after,
.tema2-story__card:focus-visible .tema2-story__caption::after {
    width: 2.4rem;
}

@media (min-width: 768px) {
    .tema2-story {
        padding-top: 1.25rem;
    }
    .tema2-story__track {
        gap: 0.5rem;
    }
    .tema2-story__card {
        width: 8.75rem;
        border-radius: 1.05rem;
    }
    .tema2-story__title {
        font-size: 0.78rem;
    }
    .tema2-story__caption {
        padding: 0.85rem 0.7rem 0.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tema2-story__card,
    .tema2-story__media img,
    .tema2-story__shine,
    .tema2-story__caption::after {
        transition: none !important;
    }
    .tema2-story__card:hover .tema2-story__media img,
    .tema2-story__card:focus-visible .tema2-story__media img,
    .tema2-story__card:hover .tema2-story__shine,
    .tema2-story__card:focus-visible .tema2-story__shine {
        transform: none;
    }
}

/* EPIN & KOD: tam genislik mega menu — panel, li static iken nav.relative icinde konumlanir */
.epin-mega-panel {
    box-shadow: 0 24px 48px -12px rgba(15, 23, 42, 0.12);
}

.epin-mega {
    padding: 0.7rem 1.5rem 0.85rem;
}

.epin-mega__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.15rem 0.35rem;
}

.epin-mega__item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
    padding: 0.4rem 0.45rem;
    border-radius: 0.7rem;
    text-decoration: none;
    transition: background 0.15s ease;
}

.epin-mega__item:hover,
.epin-mega__item:focus-visible {
    background: rgba(249, 115, 22, 0.08);
    outline: none;
}

.epin-mega__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.15rem;
    width: 2.15rem;
    height: 2.15rem;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #eef1f3;
}

.epin-mega__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.epin-mega__fallback {
    font-size: 18px !important;
    color: var(--md-sys-color-outline);
}

.tema2-nav__icon {
    width: 1.15rem;
    height: 1.15rem;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

.tema2-nav__icon--sm {
    width: 1rem;
    height: 1rem;
}

.epin-mega__name {
    min-width: 0;
    color: var(--md-sys-color-on-surface);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.epin-mega__item:hover .epin-mega__name,
.epin-mega__item:focus-visible .epin-mega__name {
    color: var(--md-sys-color-primary);
}

@media (min-width: 640px) {
    .epin-mega__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .epin-mega__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .epin-mega__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .epin-mega__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.topbar-dropdown {
    position: relative;
}

.topbar-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.topbar-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 100%;
    background: var(--md-sys-color-surface);
    border: 1px solid rgba(116, 119, 121, 0.25);
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(11, 15, 16, 0.15);
    padding: 6px;
    z-index: 80;
}

.topbar-dropdown-item {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    border-radius: 8px;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.15s ease;
}

.topbar-dropdown-item:hover {
    background: rgba(249, 115, 22, 0.1);
    color: var(--md-sys-color-primary-dim);
}

.bg-surface-container-low {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--md-sys-color-surface-container-low-rgb) / var(--tw-bg-opacity, 1));
}

/* Tailwind CDN + forms plugin head sonunda stilleri enjekte edebilir; autofill de !important kullanır */
#search-input-desktop {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(var(--md-sys-color-surface-rgb) / var(--tw-bg-opacity, 1)) !important;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.45) !important;
    color: var(--md-sys-color-on-surface) !important;
    caret-color: var(--md-sys-color-primary);
}

#search-input-desktop::placeholder {
    color: rgb(var(--md-sys-color-on-surface-variant-rgb) / 0.75);
}

#search-input-desktop:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(var(--md-sys-color-surface-rgb) / var(--tw-bg-opacity, 1)) !important;
    border: 1px solid rgb(var(--md-sys-color-primary-rgb) / 0.45) !important;
    color: var(--md-sys-color-on-surface) !important;
}

#search-input-desktop:-webkit-autofill,
#search-input-desktop:-webkit-autofill:hover,
#search-input-desktop:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px rgb(var(--md-sys-color-surface-rgb)) inset !important;
    box-shadow: 0 0 0 1000px rgb(var(--md-sys-color-surface-rgb)) inset !important;
    -webkit-text-fill-color: var(--md-sys-color-on-surface) !important;
}

html.dark #search-input-desktop,
html.dark #search-input-desktop:focus {
    background-color: rgb(var(--md-sys-color-surface-rgb) / 1) !important;
    border-color: rgb(var(--md-sys-color-outline-variant-rgb) / 0.22) !important;
}

html.dark #search-input-desktop:focus {
    border-color: rgb(var(--md-sys-color-primary-rgb) / 0.4) !important;
}

html.dark #search-input-desktop:-webkit-autofill,
html.dark #search-input-desktop:-webkit-autofill:hover,
html.dark #search-input-desktop:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px rgb(var(--md-sys-color-surface-rgb)) inset !important;
    box-shadow: 0 0 0 1000px rgb(var(--md-sys-color-surface-rgb)) inset !important;
}

#newsletter-email,
#newsletter-email:focus {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--md-sys-color-on-surface) !important;
    caret-color: var(--md-sys-color-primary);
}

#newsletter-email::placeholder {
    color: rgb(var(--md-sys-color-on-surface-variant-rgb) / 0.75);
}

#newsletter-email:-webkit-autofill,
#newsletter-email:-webkit-autofill:hover,
#newsletter-email:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px var(--md-sys-color-surface) inset !important;
    box-shadow: 0 0 0 1000px var(--md-sys-color-surface) inset !important;
    -webkit-text-fill-color: var(--md-sys-color-on-surface) !important;
}

html.dark #newsletter-email:-webkit-autofill,
html.dark #newsletter-email:-webkit-autofill:hover,
html.dark #newsletter-email:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px rgb(var(--md-sys-color-surface-container-high-rgb)) inset !important;
    box-shadow: 0 0 0 1000px rgb(var(--md-sys-color-surface-container-high-rgb)) inset !important;
}

.tema2-cart-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.tema2-cart-item__media {
    width: 7rem;
    aspect-ratio: 2 / 3;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0.75rem;
    background: var(--md-sys-color-surface-container-low);
}

.tema2-cart-item__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.tema2-cart-item__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    min-width: 0;
    text-align: center;
}

.tema2-cart-item__title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--md-sys-color-on-surface);
}

.tema2-cart-item__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.tema2-cart-item__aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.tema2-cart-item__price {
    min-width: 6.25rem;
    text-align: center;
}

@media (min-width: 640px) {
    .tema2-cart-item {
        flex-direction: row;
        align-items: center;
        gap: 1.5rem;
    }

    .tema2-cart-item__info {
        flex: 1 1 auto;
        align-items: flex-start;
        text-align: left;
    }

    .tema2-cart-item__meta {
        justify-content: flex-start;
    }

    .tema2-cart-item__aside {
        width: auto;
        flex-direction: row;
        align-items: center;
        gap: 2rem;
        flex-shrink: 0;
    }

    .tema2-cart-item__price {
        text-align: right;
    }
}

.tema2-cart-qty {
    display: inline-flex;
    align-items: center;
    height: 2.25rem;
    padding: 0.15rem;
    border-radius: 9999px;
    background: var(--md-sys-color-surface);
    border: 1px solid #e8eef4;
}

.tema2-cart-qty__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    color: var(--md-sys-color-on-surface-variant);
    cursor: pointer;
}

.tema2-cart-qty__btn:hover {
    color: var(--md-sys-color-primary-dim);
}

.tema2-cart-qty__btn .material-symbols-outlined {
    font-size: 1.05rem;
    line-height: 1;
    pointer-events: none;
}

.tema2-cart-qty__input,
.tema2-cart-qty__value {
    width: 2rem;
    height: 1.85rem;
    border: 0 !important;
    background: transparent !important;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1.85rem;
    color: var(--md-sys-color-on-surface);
    padding: 0 !important;
    margin: 0;
    box-shadow: none !important;
    -moz-appearance: textfield;
    appearance: textfield;
}

.tema2-cart-qty__value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tema2-cart-qty__input:focus {
    outline: none;
    box-shadow: none !important;
}

.tema2-cart-qty__input::-webkit-outer-spin-button,
.tema2-cart-qty__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#cart_coupon_code_input {
    border: 1px solid #e2e8f0 !important;
    background-color: var(--md-sys-color-surface-container-low) !important;
}

/* Üst bar + logo/header + ana menü: beyaz zemin */
.tema2-topbar-strip,
.tema2-header-chrome-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--md-sys-color-surface-rgb) / var(--tw-bg-opacity, 1)) !important;
}

/* Chrome: normal akış (fixed yok) — scroll ile birlikte kayar */
.tema2-site-chrome {
    position: relative;
    z-index: 50;
    background-color: var(--md-sys-color-surface);
}

.tema2-auth {
    display: inline-flex;
    align-items: stretch;
    height: 2.6rem;
    padding: 3px;
    border-radius: 999px;
    background: #f5f6f7;
    box-shadow: inset 0 0 0 1px rgb(var(--md-sys-color-outline-variant-rgb) / 0.55);
}

html.dark .tema2-auth {
    background: rgb(var(--md-sys-color-surface-rgb) / 1);
    box-shadow: inset 0 0 0 1px rgb(var(--md-sys-color-outline-variant-rgb) / 0.2);
}

.tema2-auth--account {
    background: transparent;
    box-shadow: inset 0 0 0 1px rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
    padding: 0;
}

html.dark .tema2-auth--account {
    background: transparent;
    box-shadow: inset 0 0 0 1px rgb(var(--md-sys-color-outline-variant-rgb) / 0.22);
}

.tema2-auth--account .tema2-auth__account {
    padding: 0 0.85rem;
}

.tema2-auth--account .tema2-auth__account:hover {
    background: rgb(var(--md-sys-color-surface-container-high-rgb) / 0.65);
}

html.dark .tema2-auth--account .tema2-auth__account:hover {
    background: rgb(var(--md-sys-color-surface-container-low-rgb) / 1);
}

.tema2-auth--wide {
    display: flex;
    width: 100%;
}

.tema2-auth__login,
.tema2-auth__join,
.tema2-auth__account {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 0;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
    white-space: nowrap;
    transition:
        background 160ms cubic-bezier(0.2, 0, 0, 1),
        color 160ms cubic-bezier(0.2, 0, 0, 1),
        transform 160ms cubic-bezier(0.2, 0, 0, 1);
}

.tema2-auth__login,
.tema2-auth__account {
    padding: 0 0.95rem;
    border-radius: 999px;
    color: var(--md-sys-color-on-surface);
}

.tema2-auth__login .material-symbols-outlined,
.tema2-auth__account .material-symbols-outlined {
    font-size: 18px !important;
}

.tema2-auth__login:hover,
.tema2-auth__account:hover {
    background: var(--md-sys-color-surface);
    color: var(--md-sys-color-primary);
}

html.dark .tema2-auth__login:hover,
html.dark .tema2-auth__account:hover {
    background: rgb(var(--md-sys-color-surface-container-low-rgb) / 1);
}

.tema2-auth__join {
    flex: 0 0 auto;
    gap: 0.45rem;
    padding: 0 0.28rem 0 0.9rem;
    border-radius: 999px;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    box-shadow: 0 8px 16px -12px rgb(var(--md-sys-color-primary-rgb) / 0.7);
}

.tema2-auth__join-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 999px;
    background: rgb(var(--md-sys-color-on-primary-rgb) / 0.18);
    transition: transform 160ms cubic-bezier(0.2, 0, 0, 1);
}

.tema2-auth__join-ico .material-symbols-outlined {
    font-size: 16px !important;
}

.tema2-auth__join:hover {
    background: var(--md-sys-color-primary-dim);
}

.tema2-auth__join:hover .tema2-auth__join-ico {
    transform: translateX(2px);
}

.tema2-auth--wide .tema2-auth__login,
.tema2-auth--wide .tema2-auth__join {
    flex: 1 1 0;
}

@media (prefers-reduced-motion: reduce) {
    .tema2-auth__login,
    .tema2-auth__join,
    .tema2-auth__account,
    .tema2-auth__join-ico {
        transition: none !important;
    }
    .tema2-auth__join:hover .tema2-auth__join-ico {
        transform: none;
    }
}
.tema2-chrome-spacer {
    display: none;
}

/* Menü altı: tek, kesintisiz hafif degrade (bölüm bantı yok) */
.tema2-page-bg {
    background-color: var(--md-sys-color-surface);
    background-image: none;
}

/* Premium çerçeve (cerceve): liste + detay — içerik üzerine beyaz fill yok (görsel bozulmasın) */
.premium-cerceve {
    position: relative;
    isolation: isolate;
    box-shadow:
        0 0 0 2px rgba(249, 115, 22, 0.28),
        0 14px 36px -14px rgba(249, 115, 22, 0.45),
        0 0 28px -8px rgba(251, 191, 36, 0.35);
}

.premium-cerceve::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2.5px;
    background: linear-gradient(120deg, #fde68a, var(--md-sys-color-primary), #fbbf24, #fdba74, #fde68a);
    background-size: 280% 280%;
    animation: premiumCerceveFlow 4.5s ease-in-out infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 4;
}

.premium-cerceve:hover {
    box-shadow:
        0 0 0 2px rgba(249, 115, 22, 0.4),
        0 18px 44px -12px rgba(249, 115, 22, 0.55),
        0 0 36px -6px rgba(251, 191, 36, 0.45);
}

@keyframes premiumCerceveFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.premium-cerceve--media {
    border-radius: 1rem;
    overflow: hidden;
}

.premium-cerceve--card {
    border-radius: 1rem;
    overflow: hidden;
}

.tema2-pazar-urgent {
    border: 1px solid rgb(var(--md-sys-color-primary-rgb) / 0.22);
    background:
        radial-gradient(circle at top right, rgb(var(--md-sys-color-primary-rgb) / 0.12) 0%, var(--md-sys-color-surface) 42%, rgb(var(--md-sys-color-primary-rgb) / 0.08) 100%);
}

html.dark .tema2-pazar-urgent {
    background:
        radial-gradient(circle at top right, rgb(var(--md-sys-color-primary-rgb) / 0.18) 0%, var(--md-sys-color-surface-container) 46%, rgb(var(--md-sys-color-primary-rgb) / 0.10) 100%);
}

/* İlan tipi seçimi + form üstü tip çubuğu */
.tema2-lt-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.7rem;
    padding: 0.28rem 0.72rem;
    border-radius: 999px;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.12);
    color: var(--md-sys-color-primary);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tema2-lt {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .tema2-lt {
        grid-template-columns: 1fr 1fr;
        gap: 1.15rem;
        align-items: stretch;
    }
}

.tema2-lt__card {
    --lt-ease: cubic-bezier(0.32, 0.72, 0, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.45rem 1.4rem 1.25rem;
    border-radius: 1.35rem;
    text-decoration: none;
    color: inherit;
    background: var(--md-sys-color-surface-container-lowest);
    box-shadow:
        inset 0 1px 0 rgb(var(--md-sys-color-on-surface-rgb) / 0.05),
        0 0 0 1px rgb(var(--md-sys-color-outline-variant-rgb) / 0.2);
    transition:
        transform 0.28s var(--lt-ease),
        box-shadow 0.28s var(--lt-ease);
}

.tema2-lt__card--item {
    background:
        linear-gradient(165deg, rgb(var(--md-sys-color-primary-rgb) / 0.1) 0%, var(--md-sys-color-surface-container-lowest) 46%);
}

.tema2-lt__card:hover {
    transform: translateY(-4px);
    box-shadow:
        inset 0 1px 0 rgb(var(--md-sys-color-on-surface-rgb) / 0.06),
        0 0 0 1px rgb(var(--md-sys-color-primary-rgb) / 0.4),
        0 18px 32px -20px rgb(var(--md-sys-color-on-surface-rgb) / 0.32);
}

.tema2-lt__card:focus-visible {
    outline: 2px solid var(--md-sys-color-primary);
    outline-offset: 3px;
}

.tema2-lt__card--off {
    pointer-events: none;
    background: var(--md-sys-color-surface-container-low);
    box-shadow: 0 0 0 1px dashed rgb(var(--md-sys-color-outline-variant-rgb) / 0.5);
}

.tema2-lt__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    margin-bottom: 1.05rem;
    border-radius: 1rem;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.12);
    color: var(--md-sys-color-primary);
}

.tema2-lt__card--off .tema2-lt__icon {
    background: var(--md-sys-color-surface-container-high);
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-lt__icon .material-symbols-outlined {
    font-size: 1.7rem;
}

.tema2-lt__title {
    margin: 0 0 0.4rem;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--md-sys-color-on-surface);
}

.tema2-lt__desc {
    margin: 0 0 1rem;
    max-width: 36ch;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-lt__points {
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.tema2-lt__points li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.8rem;
    line-height: 1.4;
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-lt__points .material-symbols-outlined {
    margin-top: 0.05rem;
    font-size: 1rem;
    color: var(--md-sys-color-primary);
}

.tema2-lt__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin-top: auto;
    height: 2.85rem;
    padding: 0 1.15rem;
    border-radius: 999px;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    font-size: 0.875rem;
    font-weight: 800;
}

.tema2-lt__card:hover .tema2-lt__cta .material-symbols-outlined {
    transform: translateX(3px);
}

.tema2-lt__cta .material-symbols-outlined {
    font-size: 1.15rem;
    transition: transform 0.22s var(--lt-ease, ease);
}

.tema2-lt__cta--ghost {
    background: transparent;
    color: var(--md-sys-color-on-surface-variant);
    box-shadow: 0 0 0 1px rgb(var(--md-sys-color-outline-variant-rgb) / 0.4);
}

.tema2-lt-switch {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin: 0 0 1.15rem;
    padding: 0.75rem 0.85rem;
    border-radius: 1.1rem;
    background: var(--md-sys-color-surface-container-low);
    box-shadow: 0 0 0 1px rgb(var(--md-sys-color-outline-variant-rgb) / 0.22);
}

.tema2-lt-switch__current {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 0.7rem;
}

.tema2-lt-switch__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.85rem;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.14);
    color: var(--md-sys-color-primary);
}

.tema2-lt-switch__icon .material-symbols-outlined {
    font-size: 1.25rem;
}

.tema2-lt-switch__meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 0.08rem;
}

.tema2-lt-switch__label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-lt-switch__value {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--md-sys-color-on-surface);
}

.tema2-lt-switch__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 2.5rem;
    padding: 0 1rem;
    border-radius: 999px;
    background: var(--md-sys-color-surface-container-lowest);
    color: var(--md-sys-color-on-surface);
    font-size: 0.8125rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 0 0 1px rgb(var(--md-sys-color-outline-variant-rgb) / 0.4);
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.tema2-lt-switch__btn:hover,
.tema2-lt-switch__btn:focus-visible {
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    box-shadow: none;
}

.tema2-lt-switch__btn:focus-visible {
    outline: 2px solid var(--md-sys-color-primary);
    outline-offset: 2px;
}

.tema2-lt-switch__btn .material-symbols-outlined {
    font-size: 1.15rem;
}

@media (prefers-reduced-motion: reduce) {
    .tema2-lt__card,
    .tema2-lt__cta .material-symbols-outlined,
    .tema2-lt-switch__btn {
        transition: none !important;
    }
    .tema2-lt__card:hover,
    .tema2-lt__card:hover .tema2-lt__cta .material-symbols-outlined {
        transform: none;
    }
}

.tema2-pazar-list input[type="text"],
.tema2-pazar-list input[type="number"],
.tema2-pazar-list select {
    color: var(--md-sys-color-on-surface);
    color-scheme: light;
}

html.dark .tema2-pazar-list input[type="text"],
html.dark .tema2-pazar-list input[type="number"],
html.dark .tema2-pazar-list select {
    color-scheme: dark;
    background-color: rgb(var(--md-sys-color-surface-container-low-rgb) / 1);
    color: var(--md-sys-color-on-surface);
}

html.dark .tema2-pazar-list select option {
    background-color: var(--md-sys-color-surface-container-high);
    color: var(--md-sys-color-on-surface);
}

.tema2-pazar-list .tema2-bc {
    margin: 0;
}

.tema2-pazar-detay .tema2-bc {
    margin: 0 0 0.55rem;
}

.tema2-pazar-detay .pazar-detay-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 1.75rem;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.tema2-pazar-detay .pazar-detay-chip--accent {
    background: color-mix(in srgb, var(--md-sys-color-primary) 10%, transparent);
    color: var(--md-sys-color-primary);
}

.tema2-pazar-detay .pazar-detay-chip__thumb {
    flex: 0 0 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 9999px;
    overflow: hidden;
    background: color-mix(in srgb, var(--md-sys-color-primary) 16%, transparent);
}

.tema2-pazar-detay .pazar-detay-chip__thumb img,
.tema2-pazar-detay .pazar-detay-chip__thumb picture {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tema2-pazar-detay .pazar-detay-delivery {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0.7rem 0 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-pazar-detay .pazar-detay-delivery__icon {
    font-size: 1.1rem !important;
    color: var(--md-sys-color-primary);
}

.tema2-pazar-detay .pazar-detay-nick {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.tema2-pazar-detay .pazar-detay-nick label {
    color: var(--md-sys-color-on-surface);
    font-size: 0.875rem;
    font-weight: 700;
}

.tema2-pazar-detay .pazar-detay-nick input {
    height: 2.85rem;
    padding: 0 0.95rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
    border-radius: 0.9rem;
    background: var(--md-sys-color-surface-container-lowest);
    color: var(--md-sys-color-on-surface);
    font-size: 0.95rem;
    font-weight: 650;
}

.tema2-pazar-detay .pazar-detay-nick input:focus {
    outline: 2px solid rgb(var(--md-sys-color-primary-rgb) / 0.45);
    outline-offset: 1px;
}

.tema2-pazar-detay .pazar-detay-nick p {
    margin: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.8rem;
    line-height: 1.45;
}

.tema2-pazar-detay .pazar-detay-chip__icon {
    font-size: 14px !important;
    line-height: 1;
}

.tema2-pazar-detay .pazar-detay-buy-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-top: 1.1rem;
    padding-top: 1.1rem;
    border-top: 1px solid color-mix(in srgb, var(--md-sys-color-outline-variant) 35%, transparent);
}

.tema2-pazar-detay .pazar-detay-buy-meta__note {
    margin: 0;
    flex: 1 1 10rem;
    font-size: 0.75rem;
    line-height: 1.4;
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-pazar-detay .pazar-detay-report {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-left: auto;
    padding: 0.45rem 0.8rem;
    border-radius: 0.75rem;
    border: 1px solid color-mix(in srgb, var(--md-sys-color-outline-variant) 55%, transparent);
    background: var(--md-sys-color-surface-container-low);
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    white-space: nowrap;
}

.tema2-pazar-detay .pazar-detay-report__icon {
    font-size: 15px !important;
}

.tema2-pazar-detay .pazar-detay-report:hover {
    border-color: color-mix(in srgb, var(--md-sys-color-error) 40%, transparent);
    background: color-mix(in srgb, var(--md-sys-color-error) 8%, transparent);
    color: var(--md-sys-color-error);
}

.tema2-pazar-detay .pazar-similar {
    margin-top: 2.75rem;
}

.tema2-pazar-detay .pazar-similar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.1rem;
}

.tema2-pazar-detay .pazar-similar__title {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--md-sys-color-on-surface);
}

.tema2-pazar-detay .pazar-similar__bar {
    width: 0.35rem;
    height: 1.5rem;
    border-radius: 9999px;
    background: var(--md-sys-color-primary);
}

.tema2-pazar-detay .pazar-similar__all {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--md-sys-color-primary);
    font-size: 0.8125rem;
    font-weight: 800;
    text-decoration: none;
}

.tema2-pazar-detay .pazar-similar__all .material-symbols-outlined {
    font-size: 1rem;
}

.tema2-pazar-detay .pazar-similar__all:hover {
    gap: 0.45rem;
}

/* Item ilanı: satılan item seti listesi (ilan detay + sipariş detay) */
.pazar-item-seti {
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.2);
    border-radius: 1rem;
    background: var(--md-sys-color-surface-container-lowest);
    padding: 1.25rem;
}

.pazar-item-seti__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.18);
}

.pazar-item-seti__title {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--md-sys-color-on-surface);
    font-size: 1rem;
    font-weight: 800;
}

.pazar-item-seti__title .material-symbols-outlined {
    color: var(--md-sys-color-primary);
    font-size: 1.15rem;
}

.pazar-item-seti__count {
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.75rem;
    font-weight: 700;
}

.pazar-item-seti__list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pazar-item-seti__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.7rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.16);
    border-radius: 0.75rem;
    background: var(--md-sys-color-surface-container-low);
}

.pazar-item-seti__icon {
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.2);
    border-radius: 0.55rem;
    background: var(--md-sys-color-surface);
    object-fit: contain;
}

.pazar-item-seti__body {
    min-width: 0;
    flex: 1 1 auto;
}

.pazar-item-seti__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
}

.pazar-item-seti__name {
    color: var(--md-sys-color-on-surface);
    font-size: 0.9rem;
    font-weight: 800;
}

.pazar-item-seti__variant,
.pazar-item-seti__qty {
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.12);
    color: var(--md-sys-color-primary-dim);
    font-size: 0.7rem;
    font-weight: 800;
}

.pazar-item-seti__qty {
    background: var(--md-sys-color-surface-container-high);
    color: var(--md-sys-color-on-surface-variant);
}

.pazar-item-seti__runes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.35rem;
}

.pazar-item-seti__rune {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    color: var(--md-sys-color-primary-dim);
    font-size: 0.72rem;
    font-weight: 700;
}

.pazar-item-seti__rune .material-symbols-outlined {
    font-size: 0.85rem;
}

.pazar-item-seti__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.45rem;
}

.pazar-item-seti__stat {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.15rem 0.45rem;
    border-radius: 0.4rem;
    background: var(--md-sys-color-surface-container-high);
    font-size: 0.68rem;
}

.pazar-item-seti__stat-label {
    color: var(--md-sys-color-on-surface-variant);
}

.pazar-item-seti__stat-value {
    color: var(--md-sys-color-on-surface);
    font-weight: 800;
}

.pazar-item-seti--galeri {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    width: 100%;
    padding: 1rem 1rem 1.15rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.22);
    border-radius: 1.25rem;
    background:
        radial-gradient(circle at 50% 0%, rgb(var(--md-sys-color-primary-rgb) / 0.08), transparent 52%),
        var(--md-sys-color-surface-container-low);
}

.pazar-item-seti--galeri.premium-cerceve {
    overflow: visible;
}

.pazar-item-seti--galeri .pazar-item-seti__strip {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pazar-item-seti--galeri .pazar-item-seti__head {
    margin: 0;
    padding: 0 0 0.15rem;
    border: 0;
}

.pazar-item-seti--galeri .pazar-item-seti__title {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--md-sys-color-on-surface);
    letter-spacing: -0.02em;
}

.pazar-item-seti--galeri .pazar-item-seti__title .material-symbols-outlined {
    font-size: 1.25rem;
}

.pazar-item-seti--galeri .pazar-item-seti__count {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.16);
    color: var(--md-sys-color-primary);
    font-size: 0.8rem;
    font-weight: 800;
}

.pazar-item-seti__slots {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pazar-item-seti__slot {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    appearance: none;
}

.pazar-item-seti__slot-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    border: 2px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.45);
    border-radius: 0.65rem;
    background: #0b0d0f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pazar-item-seti__slot-media img {
    width: 2.35rem;
    height: 2.35rem;
    object-fit: contain;
}

.pazar-item-seti__slot-badge,
.pazar-item-seti__slot-qty {
    position: absolute;
    z-index: 1;
    padding: 0.05rem 0.28rem;
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.pazar-item-seti__slot-badge {
    top: -0.35rem;
    right: -0.35rem;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
}

.pazar-item-seti__slot-qty {
    right: -0.3rem;
    bottom: -0.3rem;
    background: var(--md-sys-color-inverse-surface);
    color: var(--md-sys-color-inverse-on-surface);
}

.pazar-item-seti__slot.is-selected .pazar-item-seti__slot-media {
    border-color: var(--md-sys-color-primary);
    box-shadow: 0 0 0 2px rgb(var(--md-sys-color-primary-rgb) / 0.28);
}

.pazar-item-seti__slot:focus-visible {
    outline: 2px solid var(--md-sys-color-primary);
    outline-offset: 2px;
    border-radius: 0.7rem;
}

.pazar-item-seti--galeri .pazar-item-seti__stage {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0.35rem 0 0.15rem;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.pazar-item-seti--galeri .pazar-item-seti__pane {
    display: none;
    width: 100%;
}

.pazar-item-seti--galeri .pazar-item-seti__pane.is-active {
    display: flex;
    justify-content: center;
}

.pazar-item-seti--galeri .pazar-item-seti__stage .pazar-item-tt {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1.1rem 1.15rem 1.2rem;
}

.pazar-item-seti--galeri .pazar-item-tt__icon {
    width: 56px;
    height: 56px;
}

.pazar-item-seti--galeri .pazar-item-tt__name {
    font-size: 1.15rem;
}

.pazar-item-seti--galeri .pazar-item-tt__divider,
.pazar-item-seti--galeri .pazar-item-tt__body {
    width: 100%;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
}

.pazar-item-seti--galeri .pazar-item-tt__empty {
    text-align: center;
}

.pazar-item-seti--galeri .pazar-item-tt__num {
    min-width: 2.6rem;
    padding: 0 0.4rem;
    width: auto;
    font-size: 0.72rem;
    font-variant-numeric: tabular-nums;
}

/* Oyun item tooltip — item_pazari_test dikey standart */
.pazar-item-tt {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 10px 12px;
    border: 2px solid rgba(80, 85, 90, 0.6);
    border-radius: 6px;
    background: linear-gradient(180deg, #0b0d0f 0%, #0f1113 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.02);
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pazar-item-tt__header {
    position: relative;
    min-height: 18px;
    padding-bottom: 4px;
    text-align: center;
}

.pazar-item-tt__num {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.4rem;
    height: 1.4rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #e8e8e8;
    font-size: 0.7rem;
    font-weight: 800;
}

.pazar-item-tt.is-selected {
    border-color: rgba(249, 115, 22, 0.85);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(249, 115, 22, 0.35);
}

.pazar-item-tt__icon-wrap {
    position: relative;
    display: inline-block;
    margin: 0 auto 8px;
    text-align: center;
}

.pazar-item-tt__icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 6px;
    object-fit: contain;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}

.pazar-item-tt__grade,
.pazar-item-tt__qty-badge {
    position: absolute;
    z-index: 1;
    padding: 0.08rem 0.32rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1.2;
}

.pazar-item-tt__grade {
    top: -0.35rem;
    right: -0.4rem;
    background: #f97316;
    color: #fff;
}

.pazar-item-tt__qty-badge {
    right: -0.35rem;
    bottom: -0.25rem;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.pazar-item-tt__name {
    display: block;
    margin: 12px 0 6px;
    color: #c5cba6;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    word-break: break-word;
}

.pazar-item-tt__name--default { color: #c5cba6; }
.pazar-item-tt__name--unique { color: #bbb27c; }
.pazar-item-tt__name--reverse { color: #f286a6; }
.pazar-item-tt__name--rare { color: #4a90d9; }

.pazar-item-tt__variant,
.pazar-item-tt__qty {
    display: inline-block;
    margin: 0 0.15rem 4px;
    color: #aaa;
    font-size: 12px;
}

.pazar-item-tt__divider {
    height: 1px;
    margin: 4px 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.2));
}

.pazar-item-tt__divider--faint {
    opacity: 0.35;
}

.pazar-item-tt__body {
    display: flex;
    flex-direction: column;
}

.pazar-item-tt__row {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 2px 0;
    color: #fff;
    font-size: 13px;
}

.pazar-item-tt__label {
    color: #d8d8d8;
    text-align: left;
}

.pazar-item-tt__value {
    color: #fff;
    font-weight: 500;
    text-align: right;
}

.pazar-item-tt__row--bonus .pazar-item-tt__label,
.pazar-item-tt__row--bonus .pazar-item-tt__value { color: #2f7961; }

.pazar-item-tt__row--damage .pazar-item-tt__label,
.pazar-item-tt__row--damage .pazar-item-tt__value { color: #589356; }

.pazar-item-tt__row--class .pazar-item-tt__label,
.pazar-item-tt__row--class .pazar-item-tt__value { color: #ffd700; }

.pazar-item-tt__row--creature .pazar-item-tt__label,
.pazar-item-tt__row--creature .pazar-item-tt__value { color: #ffb74d; }

.pazar-item-tt__row--other .pazar-item-tt__label,
.pazar-item-tt__row--other .pazar-item-tt__value,
.pazar-item-tt__row--rune .pazar-item-tt__label,
.pazar-item-tt__row--rune .pazar-item-tt__value { color: #ba68c8; }

.pazar-item-tt__row--req .pazar-item-tt__label,
.pazar-item-tt__row--req .pazar-item-tt__value { color: #d40000; }

.pazar-item-tt__empty {
    margin: 0.35rem 0 0;
    color: #888;
    font-size: 0.8rem;
    text-align: center;
}

.pazar-ilan-card__item-media {
    position: relative;
    display: block;
    height: 12rem;
    overflow: hidden;
    background: #16171e;
}

.pazar-ilan-card__item-viewport {
    height: 100%;
    overflow: hidden;
    padding: 0.4rem 0.45rem 1.45rem;
}

.pazar-ilan-card__item-media.is-scroll .pazar-ilan-card__item-viewport {
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgb(255 255 255 / 0.22) #121318;
}

.pazar-ilan-card__item-media.is-scroll .pazar-ilan-card__item-viewport::-webkit-scrollbar {
    width: 5px;
}

.pazar-ilan-card__item-media.is-scroll .pazar-ilan-card__item-viewport::-webkit-scrollbar-track {
    margin: 0.35rem 0;
    background: #121318;
    border-radius: 999px;
}

.pazar-ilan-card__item-media.is-scroll .pazar-ilan-card__item-viewport::-webkit-scrollbar-thumb {
    background: rgb(255 255 255 / 0.22);
    border-radius: 999px;
}

.pazar-ilan-card__item-media.is-scroll .pazar-ilan-card__item-viewport::-webkit-scrollbar-thumb:hover {
    background: rgb(var(--md-sys-color-primary-rgb) / 0.55);
}

.pazar-ilan-card__item-media.is-scroll .pazar-ilan-card__item-hit {
    pointer-events: none;
}

.pazar-ilan-card__item-hit {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.pazar-ilan-card__item-cat {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2;
    padding: 0.25rem 0.65rem;
    border-radius: 0.4rem;
    background: rgb(var(--md-sys-color-inverse-surface-rgb) / 0.85);
    color: var(--md-sys-color-inverse-on-surface);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    pointer-events: none;
}

.pazar-ilan-card__item-flags {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.3rem;
    pointer-events: none;
}

.pazar-ilan-card__set {
    position: relative;
    z-index: 4;
    display: block;
    pointer-events: auto;
    text-decoration: none;
    color: inherit;
}

.pazar-ilan-card__set-compact {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.16rem 0.28rem 0.16rem 0.2rem;
    border: 1px solid rgb(255 255 255 / 0.12);
    border-radius: 999px;
    background: rgb(11 13 15 / 0.88);
    box-shadow: 0 8px 18px rgb(0 0 0 / 0.32);
    backdrop-filter: blur(10px);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pazar-ilan-card__set-stack {
    display: flex;
    align-items: center;
}

.pazar-ilan-card__set-stack-icon {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: -0.42rem;
    overflow: hidden;
    border: 1.5px solid #1c1e24;
    border-radius: 0.38rem;
    background: #0b0d0f;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.35);
    transition: margin-left 0.22s ease, transform 0.22s ease;
}

.pazar-ilan-card__set-stack-icon:first-child {
    margin-left: 0;
}

.pazar-ilan-card__set-stack-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pazar-ilan-card__set-n {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2rem;
    height: 1.2rem;
    padding: 0 0.28rem;
    border-radius: 999px;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
}

.pazar-ilan-card__set-flyout {
    position: absolute;
    top: calc(100% + 0.4rem);
    right: 0;
    z-index: 5;
    width: max-content;
    max-width: 13.25rem;
    padding: 0.5rem 0.55rem 0.45rem;
    border: 1px solid rgb(255 255 255 / 0.1);
    border-radius: 0.8rem;
    background: rgb(11 13 15 / 0.96);
    box-shadow: 0 14px 32px rgb(0 0 0 / 0.48);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(0.94);
    transform-origin: top right;
    transition: opacity 0.2s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.22s;
}

.pazar-ilan-card__set-flyout::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 1.15rem;
    width: 9px;
    height: 9px;
    border-top: 1px solid rgb(255 255 255 / 0.1);
    border-right: 1px solid rgb(255 255 255 / 0.1);
    background: rgb(11 13 15 / 0.96);
    transform: rotate(-45deg);
}

.pazar-ilan-card__set-flyout::after {
    content: "";
    position: absolute;
    top: -0.45rem;
    right: 0;
    left: 0;
    height: 0.45rem;
}

.pazar-ilan-card__set-flyout-kicker {
    display: block;
    margin-bottom: 0.4rem;
    color: rgb(255 255 255 / 0.62);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: right;
}

.pazar-ilan-card__set-flyout-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.32rem;
}

.pazar-ilan-card__set-chip {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 0.1);
    border-radius: 0.48rem;
    background: #0b0d0f;
    opacity: 0;
    transform: translateY(8px) scale(0.86);
    transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--i, 0) * 45ms);
}

.pazar-ilan-card__set-chip img {
    width: 1.55rem;
    height: 1.55rem;
    object-fit: contain;
}

.pazar-ilan-card__set-chip-qty {
    position: absolute;
    right: 0.08rem;
    bottom: 0.05rem;
    padding: 0 0.18rem;
    border-radius: 999px;
    background: rgb(0 0 0 / 0.72);
    color: #fff;
    font-size: 0.52rem;
    font-weight: 800;
    line-height: 1.2;
}

.pazar-ilan-card__set-flyout-hint {
    display: block;
    margin-top: 0.4rem;
    color: var(--md-sys-color-primary);
    font-size: 0.65rem;
    font-weight: 700;
    text-align: right;
}

@media (hover: hover) {
    .pazar-ilan-card__set:hover .pazar-ilan-card__set-compact,
    .pazar-ilan-card__set:focus-visible .pazar-ilan-card__set-compact {
        border-color: rgb(var(--md-sys-color-primary-rgb) / 0.45);
        box-shadow: 0 10px 22px rgb(0 0 0 / 0.38);
        transform: translateY(-1px);
    }

    .pazar-ilan-card__set:hover .pazar-ilan-card__set-stack-icon,
    .pazar-ilan-card__set:focus-visible .pazar-ilan-card__set-stack-icon {
        margin-left: -0.22rem;
    }

    .pazar-ilan-card__set:hover .pazar-ilan-card__set-stack-icon:first-child,
    .pazar-ilan-card__set:focus-visible .pazar-ilan-card__set-stack-icon:first-child {
        margin-left: 0;
    }

    .pazar-ilan-card__set:hover .pazar-ilan-card__set-flyout,
    .pazar-ilan-card__set:focus-visible .pazar-ilan-card__set-flyout {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }

    .pazar-ilan-card__set:hover .pazar-ilan-card__set-chip,
    .pazar-ilan-card__set:focus-visible .pazar-ilan-card__set-chip {
        opacity: 1;
        transform: none;
    }
}

.pazar-ilan-card__set:focus-visible {
    outline: none;
}

.pazar-ilan-card__set:focus-visible .pazar-ilan-card__set-compact {
    outline: 2px solid var(--md-sys-color-primary);
    outline-offset: 2px;
}

.pazar-ilan-card__item-more {
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgb(var(--md-sys-color-inverse-surface-rgb) / 0.82);
    color: var(--md-sys-color-inverse-on-surface);
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.28);
    transform: translateX(-50%);
    cursor: pointer;
}

.pazar-ilan-card__item-more .material-symbols-outlined {
    font-size: 1.25rem;
    animation: pazar-ilan-card-more-nudge 1.9s ease-in-out infinite;
}

@keyframes pazar-ilan-card-more-nudge {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.78;
    }
    50% {
        transform: translateY(3px);
        opacity: 1;
    }
}

.pazar-ilan-card__item-more[hidden] {
    display: none;
}

.pazar-ilan-card__item-media::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 2.4rem;
    pointer-events: none;
    background: linear-gradient(to top, #16171e 18%, transparent);
}

.pazar-ilan-card__item-media.is-scroll::after {
    display: none;
}

.pazar-ilan-card__item-media.is-scroll .pazar-ilan-card__item-more .material-symbols-outlined {
    animation: none;
    opacity: 1;
    transform: rotate(180deg);
}

.pazar-ilan-card__item-viewport .pazar-item-tt {
    max-width: none;
}

.pazar-similar__media--item {
    height: auto !important;
    padding: 0.75rem 0.65rem 0.5rem;
    background: #16171e;
    overflow: visible;
}

.pazar-item-tt--kart {
    padding: 4px 8px 6px;
}

.pazar-item-tt--kart .pazar-item-tt__header {
    padding-bottom: 0;
}

.pazar-item-tt--kart .pazar-item-tt__icon-wrap {
    margin-bottom: 0;
}

.pazar-item-tt--kart .pazar-item-tt__icon {
    width: 48px;
    height: 48px;
}

.pazar-item-tt--kart .pazar-item-tt__name {
    margin: 2px 0 1px;
    font-size: 12.5px;
    line-height: 1.2;
}

.pazar-item-tt--kart .pazar-item-tt__divider {
    margin: 2px 0 1px;
}

.pazar-item-tt--kart .pazar-item-tt__row {
    gap: 0.4rem;
    padding: 0;
    font-size: 11px;
    line-height: 1.22;
}

.pazar-item-tt--kart .pazar-item-tt__empty {
    margin: 0.2rem 0 0;
    font-size: 0.72rem;
}

/* Item sipariş detayı — süreç + dikey tooltip ızgarası */
.pazar-item-akis {
    margin-bottom: 2rem;
    padding: 1.35rem 1.35rem 1.5rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.18);
    border-radius: 1.35rem;
    background: var(--md-sys-color-surface-container-lowest);
    box-shadow: 0 10px 28px rgb(0 0 0 / 0.04);
}

.pazar-item-akis__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.35rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.14);
}

.pazar-item-akis__title {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    color: var(--md-sys-color-on-surface);
    font-size: 1.15rem;
    font-weight: 800;
}

.pazar-item-akis__title .material-symbols-outlined {
    color: var(--md-sys-color-primary);
}

.pazar-item-akis__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
}

.pazar-item-akis__badge .material-symbols-outlined {
    font-size: 0.95rem;
}

.pazar-item-akis__badge[data-tone="amber"] { background: #fff7ed; color: #9a3412; }
.pazar-item-akis__badge[data-tone="blue"] { background: #eff6ff; color: #1d4ed8; }
.pazar-item-akis__badge[data-tone="emerald"],
.pazar-item-akis__badge[data-tone="primary"] {
    background: rgb(var(--md-sys-color-primary-rgb) / 0.14);
    color: var(--md-sys-color-primary);
}
.pazar-item-akis__badge[data-tone="rose"] { background: #fff1f2; color: #be123c; }
.pazar-item-akis__badge[data-tone="slate"] { background: var(--md-sys-color-surface-container-high); color: var(--md-sys-color-on-surface-variant); }

.pazar-item-akis__steps-wrap {
    position: relative;
    margin: 0 0 1.35rem;
    padding: 0.35rem 0 0;
}

.pazar-item-akis__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pazar-item-akis__track {
    position: absolute;
    top: 1.35rem;
    right: 12.5%;
    left: 12.5%;
    z-index: 0;
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
}

.pazar-item-akis__fill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--md-sys-color-primary), rgb(var(--md-sys-color-primary-rgb) / 0.75));
    animation: pazar-item-akis-fill 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes pazar-item-akis-fill {
    to { width: var(--p, 0%); }
}

.pazar-item-akis__step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    text-align: center;
}

.pazar-item-akis__dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    border: 2px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.45);
    border-radius: 999px;
    background: var(--md-sys-color-surface-container-lowest);
    color: var(--md-sys-color-on-surface-variant);
    transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.pazar-item-akis__dot .material-symbols-outlined {
    font-size: 1.25rem;
}

.pazar-item-akis__label {
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25;
}

.pazar-item-akis__now {
    display: inline-flex;
    align-items: center;
    padding: 0.08rem 0.45rem;
    border-radius: 999px;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.14);
    color: var(--md-sys-color-primary);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pazar-item-akis__now--done {
    background: rgb(var(--md-sys-color-primary-rgb) / 0.12);
    color: var(--md-sys-color-primary);
}

.pazar-item-akis__step.is-done .pazar-item-akis__dot {
    border-color: transparent;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
}

.pazar-item-akis__step.is-done .pazar-item-akis__label {
    color: var(--md-sys-color-on-surface);
}

.pazar-item-akis__step.is-current .pazar-item-akis__dot {
    border-color: var(--md-sys-color-primary);
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    box-shadow: 0 0 0 6px rgb(var(--md-sys-color-primary-rgb) / 0.16);
    animation: pazar-item-akis-pulse 1.8s ease-in-out infinite;
}

.pazar-item-akis__step.is-current .pazar-item-akis__label {
    color: var(--md-sys-color-on-surface);
    font-weight: 800;
}

.pazar-item-akis__step.is-error .pazar-item-akis__dot {
    border-color: #e11d48;
    background: #e11d48;
    color: #fff;
    box-shadow: 0 0 0 6px rgb(225 29 72 / 0.16);
    animation: pazar-item-akis-pulse-error 1.8s ease-in-out infinite;
}

.pazar-item-akis__step.is-error .pazar-item-akis__now {
    background: #fff1f2;
    color: #be123c;
}

@keyframes pazar-item-akis-pulse {
    0%, 100% { box-shadow: 0 0 0 5px rgb(var(--md-sys-color-primary-rgb) / 0.14); transform: scale(1); }
    50% { box-shadow: 0 0 0 9px rgb(var(--md-sys-color-primary-rgb) / 0.08); transform: scale(1.04); }
}

@keyframes pazar-item-akis-pulse-error {
    0%, 100% { box-shadow: 0 0 0 5px rgb(225 29 72 / 0.14); transform: scale(1); }
    50% { box-shadow: 0 0 0 9px rgb(225 29 72 / 0.08); transform: scale(1.04); }
}

.pazar-item-akis__hint {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.15rem;
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--md-sys-color-on-surface);
}

.pazar-item-akis__hint-icon {
    flex: 0 0 auto;
    margin-top: 0.05rem;
}

.pazar-item-akis__hint p {
    margin: 0;
}

.pazar-item-akis__hint-body {
    min-width: 0;
    flex: 1;
}

.pazar-item-akis__hl {
    color: var(--md-sys-color-on-surface);
    font-weight: 800;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.14);
    padding: 0.08em 0.38em;
    border-radius: 0.4rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.pazar-item-akis__teslimat-wrap {
    margin-top: 1.35rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.16);
}

.pazar-item-akis__teslimat-kicker {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0 0 0.7rem;
    color: var(--md-sys-color-primary);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pazar-item-akis__teslimat-kicker .material-symbols-outlined {
    font-size: 1rem;
}

.pazar-item-akis__teslimat {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
    gap: 0.7rem;
    margin: 0;
}

.pazar-item-akis__teslimat > div {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-width: 0;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.18);
    border-radius: 0.95rem;
    background: var(--md-sys-color-surface-container-lowest);
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.04);
}

.pazar-item-akis__teslimat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.14);
    color: var(--md-sys-color-primary);
}

.pazar-item-akis__teslimat-icon .material-symbols-outlined {
    font-size: 1.2rem;
}

.pazar-item-akis__teslimat dt {
    margin: 0 0 0.22rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--md-sys-color-on-surface-variant);
}

.pazar-item-akis__teslimat dd {
    margin: 0;
    color: var(--md-sys-color-on-surface);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.3;
    word-break: break-word;
}

.pazar-item-akis__hint[data-tone="primary"] {
    background: rgb(var(--md-sys-color-primary-rgb) / 0.1);
    color: var(--md-sys-color-on-surface);
}

.pazar-item-akis__hint[data-tone="primary"] .pazar-item-akis__hint-icon {
    color: var(--md-sys-color-primary);
}

.pazar-item-akis__hint[data-tone="delivery"] {
    background: rgb(var(--md-sys-color-primary-rgb) / 0.1);
    border: 1px solid rgb(var(--md-sys-color-primary-rgb) / 0.22);
    color: var(--md-sys-color-on-surface);
}

.pazar-item-akis__hint[data-tone="delivery"] .pazar-item-akis__hint-icon {
    color: var(--md-sys-color-primary);
}

.pazar-item-akis__hint[data-tone="emerald"] {
    background: rgb(var(--md-sys-color-primary-rgb) / 0.1);
}

.pazar-item-akis__hint[data-tone="emerald"] .pazar-item-akis__hint-icon {
    color: var(--md-sys-color-primary);
}

.pazar-item-akis__hint[data-tone="rose"] {
    background: #fff1f2;
}

.pazar-item-akis__hint[data-tone="rose"] .pazar-item-akis__hint-icon {
    color: #be123c;
}

.pazar-item-akis__note {
    margin-bottom: 1.15rem;
    padding: 0.9rem 1rem;
    border: 1px solid #fcd34d;
    border-radius: 0.95rem;
    background: #fffbeb;
}

.pazar-item-akis__note-kicker {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0 0 0.35rem;
    color: #92400e;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pazar-item-akis__note p:last-child {
    margin: 0;
    color: var(--md-sys-color-on-surface);
    font-size: 0.875rem;
}

.pazar-item-akis__set-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.pazar-item-akis__set-head h3 {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    color: var(--md-sys-color-on-surface);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
}

.pazar-item-akis__set-head h3 .material-symbols-outlined {
    flex: 0 0 auto;
    overflow: visible;
    font-size: 1.25rem;
    line-height: 1;
}

.pazar-item-akis__set-count {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.14);
    color: var(--md-sys-color-primary);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
}

.pazar-item-akis__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pazar-item-akis__grid > li {
    flex: 0 1 16.5rem;
    max-width: 18rem;
}

.pazar-item-akis__grid .pazar-item-tt {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0.7rem 0.75rem 0.8rem;
}

.pazar-item-akis__grid .pazar-item-tt__icon {
    width: 56px;
    height: 56px;
}

.pazar-item-akis__grid .pazar-item-tt__name {
    margin: 6px 0 4px;
    font-size: 13px;
}

.pazar-item-akis__grid .pazar-item-tt__row {
    font-size: 12px;
    line-height: 1.35;
}

.pazar-item-akis__nick {
    margin: 0 0 1.25rem;
    padding: 1.1rem 1.05rem 1.15rem;
    border: 1px solid rgb(var(--md-sys-color-primary-rgb) / 0.22);
    border-radius: 1.1rem;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.08);
}

.pazar-item-akis__nick-head h3 {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.35rem;
    color: var(--md-sys-color-on-surface);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
}

.pazar-item-akis__nick-head h3 .material-symbols-outlined {
    color: var(--md-sys-color-primary);
    font-size: 1.3rem;
}

.pazar-item-akis__nick-head p {
    margin: 0 0 0.85rem;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.875rem;
    line-height: 1.5;
}

.pazar-item-akis__nick-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.pazar-item-akis__nick-form input {
    flex: 1 1 12rem;
    min-width: 0;
    height: 2.75rem;
    padding: 0 0.9rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
    border-radius: 0.85rem;
    background: var(--md-sys-color-surface-container-lowest);
    color: var(--md-sys-color-on-surface);
    font-size: 0.95rem;
    font-weight: 650;
}

.pazar-item-akis__nick-form input:focus {
    outline: 2px solid rgb(var(--md-sys-color-primary-rgb) / 0.45);
    outline-offset: 1px;
}

.pazar-item-akis__review {
    margin: 0 0 1.25rem;
    padding: 1.1rem 1.05rem 1.15rem;
    border: 1px solid rgb(var(--md-sys-color-primary-rgb) / 0.22);
    border-radius: 1.1rem;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.08);
}

.pazar-item-akis__review h3 {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.35rem;
    color: var(--md-sys-color-on-surface);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
}

.pazar-item-akis__review h3 .material-symbols-outlined {
    color: var(--md-sys-color-primary);
    font-size: 1.3rem;
}

.pazar-item-akis__review p {
    margin: 0 0 0.85rem;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.875rem;
    line-height: 1.5;
}

.pazar-item-akis__review-done {
    margin: 0 !important;
}

.pazar-item-akis__decision {
    margin: 0 0 1.25rem;
    padding: 1.1rem 1.05rem 1.15rem;
    border: 1px solid rgb(var(--md-sys-color-primary-rgb) / 0.22);
    border-radius: 1.1rem;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.08);
}

.pazar-item-akis__decision-head {
    margin-bottom: 1.15rem;
}

.pazar-item-akis__decision-head h3 {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.75rem;
    color: var(--md-sys-color-on-surface);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
}

.pazar-item-akis__decision-head h3 .material-symbols-outlined {
    color: var(--md-sys-color-primary);
    font-size: 1.3rem;
}

.pazar-item-akis__decision-head p {
    margin: 0.15rem 0 0.95rem;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.875rem;
    line-height: 1.55;
}

.pazar-item-akis__choices {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.pazar-item-akis__choice {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-width: 0;
    padding: 0.95rem 1rem;
    border-radius: 0.95rem;
    background: var(--md-sys-color-surface-container-lowest);
}

.pazar-item-akis__choice--ok {
    border: 1px solid rgb(var(--md-sys-color-primary-rgb) / 0.28);
}

.pazar-item-akis__choice--no {
    border: 1px solid rgb(190 18 60 / 0.22);
}

.pazar-item-akis__choice-title {
    margin: 0;
    color: var(--md-sys-color-on-surface);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.3;
}

.pazar-item-akis__choice-help {
    margin: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.8rem;
    line-height: 1.5;
}

.pazar-item-akis__choice form {
    margin-top: auto;
}

.pazar-item-akis__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    min-height: 2.85rem;
    padding: 0.55rem 0.85rem;
    border: 0;
    border-radius: 0.85rem;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.25;
    cursor: pointer;
}

.pazar-item-akis__btn--ok {
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
}

.pazar-item-akis__btn--no {
    border: 1px solid rgb(190 18 60 / 0.35);
    background: #fff1f2;
    color: #be123c;
}

.pazar-item-akis__btn--ghost {
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
    background: transparent;
    color: var(--md-sys-color-on-surface-variant);
    font-weight: 700;
}

.pazar-item-akis__reject {
    margin-top: 0.15rem;
}

.pazar-item-akis__reject-actions {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
    gap: 0.55rem;
}

.pazar-item-akis__reject label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.pazar-item-akis__reject textarea {
    width: 100%;
    margin-bottom: 0.7rem;
    padding: 0.75rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.25);
    border-radius: 0.85rem;
    background: var(--md-sys-color-surface-container-low);
    color: var(--md-sys-color-on-surface);
    resize: none;
}

.pazar-item-akis__log {
    margin-top: 1.5rem;
    padding: 1.1rem 1.05rem 1.15rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.18);
    border-radius: 1.1rem;
    background: var(--md-sys-color-surface-container-low);
}

.pazar-item-akis__log-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.pazar-item-akis__log-head h3 {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    color: var(--md-sys-color-on-surface);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
}

.pazar-item-akis__log-head h3 .material-symbols-outlined {
    color: var(--md-sys-color-primary);
    font-size: 1.25rem;
}

.pazar-item-akis__log-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.45rem;
    height: 1.45rem;
    padding: 0 0.4rem;
    border-radius: 999px;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.14);
    color: var(--md-sys-color-primary);
    font-size: 0.72rem;
    font-weight: 800;
}

.pazar-item-akis__timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin: 0;
    padding: 0 0 0 0.35rem;
    list-style: none;
}

.pazar-item-akis__timeline::before {
    content: "";
    position: absolute;
    top: 0.85rem;
    bottom: 0.85rem;
    left: 0.72rem;
    width: 2px;
    background: rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
}

.pazar-item-akis__timeline > li {
    position: relative;
    display: grid;
    grid-template-columns: 1.1rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
}

.pazar-item-akis__timeline-dot {
    position: relative;
    z-index: 1;
    display: block;
    width: 0.78rem;
    height: 0.78rem;
    margin-top: 0.95rem;
    border: 2px solid var(--md-sys-color-primary);
    border-radius: 999px;
    background: var(--md-sys-color-surface-container-lowest);
    box-shadow: 0 0 0 4px rgb(var(--md-sys-color-primary-rgb) / 0.12);
}

.pazar-item-akis__timeline > li[data-actor="alici"] .pazar-item-akis__timeline-dot {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgb(37 99 235 / 0.12);
}

.pazar-item-akis__timeline > li[data-actor="satici"] .pazar-item-akis__timeline-dot {
    border-color: var(--md-sys-color-primary);
    box-shadow: 0 0 0 4px rgb(var(--md-sys-color-primary-rgb) / 0.12);
}

.pazar-item-akis__timeline > li[data-actor="sistem"] .pazar-item-akis__timeline-dot {
    border-color: rgb(var(--md-sys-color-outline-variant-rgb) / 0.8);
    box-shadow: none;
}

.pazar-item-akis__timeline-card {
    min-width: 0;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.16);
    border-radius: 0.9rem;
    background: var(--md-sys-color-surface-container-lowest);
}

.pazar-item-akis__timeline-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem 0.7rem;
    margin-bottom: 0.35rem;
}

.pazar-item-akis__timeline-top time {
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.72rem;
    font-weight: 700;
}

.pazar-item-akis__actor {
    display: inline-flex;
    align-items: center;
    height: 1.45rem;
    padding: 0 0.5rem;
    border-radius: 999px;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.14);
    color: var(--md-sys-color-primary);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.pazar-item-akis__actor[data-actor="alici"] {
    background: #eff6ff;
    color: #1d4ed8;
}

.pazar-item-akis__actor[data-actor="satici"] {
    background: rgb(var(--md-sys-color-primary-rgb) / 0.14);
    color: var(--md-sys-color-primary);
}

.pazar-item-akis__actor[data-actor="sistem"] {
    background: var(--md-sys-color-surface-container-high);
    color: var(--md-sys-color-on-surface-variant);
}

.pazar-item-akis__timeline-action {
    margin: 0;
    color: var(--md-sys-color-on-surface);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
}

.pazar-item-akis__timeline-note {
    margin: 0.4rem 0 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.8rem;
    line-height: 1.45;
}

.pazar-item-akis__log p {
    width: auto;
}

@media (min-width: 720px) {
    .pazar-item-akis__choices {
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }
}

@media (max-width: 700px) {
    .pazar-item-akis__steps {
        grid-template-columns: 1fr 1fr;
        gap: 1rem 0.5rem;
    }

    .pazar-item-akis__track {
        display: none;
    }

    .pazar-item-akis__grid > li {
        flex: 1 1 100%;
        max-width: none;
    }
}

.pazar-item-tt--mini .pazar-item-tt__icon {
    width: 48px;
    height: 48px;
}

.pazar-item-tt--mini .pazar-item-tt__name {
    margin: 8px 0 4px;
    font-size: 14px;
}

@media (prefers-reduced-motion: reduce) {
    .pazar-item-seti__slot-media {
        transition: none;
    }

    .pazar-ilan-card__item-more .material-symbols-outlined {
        animation: none;
        opacity: 1;
    }

    .pazar-ilan-card__set-compact,
    .pazar-ilan-card__set-stack-icon,
    .pazar-ilan-card__set-flyout,
    .pazar-ilan-card__set-chip {
        transition: none;
    }

    .pazar-item-akis__fill,
    .pazar-item-akis__step.is-current .pazar-item-akis__dot,
    .pazar-item-akis__step.is-error .pazar-item-akis__dot {
        animation: none;
    }

    .pazar-item-akis__fill {
        width: var(--p, 0%);
    }
}

.tema2-pazar-detay .pazar-similar__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .tema2-pazar-detay .pazar-similar__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .tema2-pazar-detay .pazar-similar__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.tema2-pazar-detay .pazar-similar__card {
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--md-sys-color-outline-variant) 50%, transparent);
    border-radius: 1.15rem;
    background: var(--md-sys-color-surface-container-lowest);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tema2-pazar-detay .pazar-similar__card:hover {
    border-color: color-mix(in srgb, var(--md-sys-color-primary) 40%, transparent);
    box-shadow: 0 14px 28px -20px rgb(15 23 42 / 0.45);
}

.tema2-pazar-detay .pazar-similar__media {
    position: relative;
    display: block;
    height: 11.5rem;
    overflow: hidden;
    background: var(--md-sys-color-surface-container);
}

.tema2-pazar-detay .pazar-similar__cat {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.25rem 0.6rem;
    border-radius: 0.45rem;
    background: rgb(var(--md-sys-color-inverse-surface-rgb) / 0.85);
    color: var(--md-sys-color-inverse-on-surface);
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tema2-pazar-detay .pazar-similar__urgent {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.4rem;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    font-size: 0.625rem;
    font-weight: 800;
}

.tema2-pazar-detay .pazar-similar__body {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem 1.05rem 1.05rem;
}

.tema2-pazar-detay .pazar-similar__name {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.35;
}

.tema2-pazar-detay .pazar-similar__name a {
    color: inherit;
    text-decoration: none;
}

.tema2-pazar-detay .pazar-similar__card:hover .pazar-similar__name a {
    color: var(--md-sys-color-primary);
}

.tema2-pazar-detay .pazar-similar__foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.85rem;
    border-top: 1px solid color-mix(in srgb, var(--md-sys-color-outline-variant) 40%, transparent);
}

.tema2-pazar-detay .pazar-similar__delivery {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-pazar-detay .pazar-similar__price {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--md-sys-color-primary);
}

.tema2-pazar-detay .pazar-similar__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.85rem;
    border-radius: 0.7rem;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.tema2-pazar-detay .pazar-similar__cta:hover {
    background: var(--md-sys-color-primary-dim);
}

.tema2-pazar-detay .pazar-detay-store-level {
    position: absolute;
    right: -4px;
    bottom: -4px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 4px;
    border-radius: 9999px;
    border: 2px solid var(--md-sys-color-surface-container-lowest);
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    cursor: help;
}

.tema2-pazar-list .tema2-bc__list,
.tema2-pazar-detay .tema2-bc__list {
    padding: 0;
}

.tema2-pazar-list .tema2-bc__item:first-child .tema2-bc__link,
.tema2-pazar-list .tema2-bc__item:first-child .tema2-bc__current,
.tema2-pazar-detay .tema2-bc__item:first-child .tema2-bc__link,
.tema2-pazar-detay .tema2-bc__item:first-child .tema2-bc__current {
    padding-left: 0;
}

.tema2-pazar-list .pazar-side {
    overflow: hidden;
    width: 100%;
    border: 1px solid color-mix(in srgb, var(--md-sys-color-outline-variant) 45%, transparent);
    border-radius: 1.25rem;
    background: var(--md-sys-color-surface-container-lowest);
    box-shadow: 0 10px 28px -18px rgb(15 23 42 / 0.35);
}

.tema2-pazar-list .pazar-side__head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1rem 1.1rem 0.85rem;
}

.tema2-pazar-list .pazar-side__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.7rem;
    background: color-mix(in srgb, var(--md-sys-color-primary) 12%, transparent);
    color: var(--md-sys-color-primary);
}

.tema2-pazar-list .pazar-side__icon .material-symbols-outlined {
    font-size: 1.15rem;
}

.tema2-pazar-list .pazar-side__title {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--md-sys-color-on-surface);
}

.tema2-pazar-list .pazar-side__body {
    padding: 0 1.1rem 1.1rem;
}

.tema2-pazar-list .pazar-side__label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-pazar-list .pazar-side__field {
    width: 100%;
    height: 2.15rem;
    border: 1px solid color-mix(in srgb, var(--md-sys-color-outline-variant) 70%, transparent);
    border-radius: 0.85rem;
    background: var(--md-sys-color-surface-container-low);
    color: var(--md-sys-color-on-surface);
    padding: 0 0.8rem;
    font-size: 0.875rem;
    line-height: 2.15rem;
    outline: none;
}

.tema2-pazar-list .pazar-side__field:focus {
    border-color: color-mix(in srgb, var(--md-sys-color-primary) 55%, transparent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--md-sys-color-primary) 16%, transparent);
}

.tema2-pazar-list .pazar-side__search {
    position: relative;
}

.tema2-pazar-list .pazar-side__search .material-symbols-outlined {
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1rem;
    color: var(--md-sys-color-on-surface-variant);
    pointer-events: none;
}

.tema2-pazar-list .pazar-side__search .pazar-side__field {
    padding-right: 2.2rem;
}

.tema2-pazar-list .pazar-side__prices {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: end;
    gap: 0.45rem;
}

.tema2-pazar-list .pazar-side__price-sep {
    padding-bottom: 0.45rem;
    color: var(--md-sys-color-on-surface-variant);
    font-weight: 700;
}

.tema2-pazar-list .pazar-side__filters {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: min(22rem, 42vh);
    overflow-y: auto;
    padding: 0.85rem 0.15rem 0.15rem 0;
    margin-right: -0.15rem;
    border-top: 1px solid color-mix(in srgb, var(--md-sys-color-outline-variant) 30%, transparent);
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, var(--md-sys-color-outline) 55%, transparent) transparent;
}

.tema2-pazar-list .pazar-side__filter {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.tema2-pazar-list .pazar-side__checks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    max-height: 8.5rem;
    overflow-y: auto;
    padding-right: 0.15rem;
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, var(--md-sys-color-outline) 55%, transparent) transparent;
}

.tema2-pazar-list .pazar-side__check {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    gap: 0.45rem;
    border-radius: 9999px;
    border: 1px solid color-mix(in srgb, var(--md-sys-color-outline-variant) 40%, transparent);
    background: var(--md-sys-color-surface-container-low);
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-pazar-list .pazar-side__check:has(:checked) {
    border-color: color-mix(in srgb, var(--md-sys-color-primary) 40%, transparent);
    background: color-mix(in srgb, var(--md-sys-color-primary) 10%, transparent);
    color: var(--md-sys-color-primary);
}

.tema2-pazar-list .pazar-side__submit {
    width: 100%;
    margin-top: 0.85rem;
    border: 0;
    border-radius: 0.9rem;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    font-weight: 800;
    font-size: 0.875rem;
    padding: 0.7rem 1rem;
}

.tema2-pazar-list .pazar-side__submit:hover {
    filter: brightness(0.96);
}

.tema2-pazar-list .pazar-side__cats {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    max-height: 26rem;
    overflow: auto;
    padding-right: 0.15rem;
}

.tema2-pazar-list .pazar-side__cat {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 2.75rem;
    padding: 0.4rem 0.5rem;
    border-radius: 0.85rem;
    color: var(--md-sys-color-on-surface);
    text-decoration: none;
    border: 1px solid transparent;
    transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.tema2-pazar-list .pazar-side__cat:hover {
    background: var(--md-sys-color-surface-container-low);
    border-color: color-mix(in srgb, var(--md-sys-color-outline-variant) 50%, transparent);
}

.tema2-pazar-list .pazar-side__cat.is-active {
    background: color-mix(in srgb, var(--md-sys-color-primary) 10%, var(--md-sys-color-surface-container-lowest));
    border-color: color-mix(in srgb, var(--md-sys-color-primary) 28%, transparent);
    color: var(--md-sys-color-primary);
}

.tema2-pazar-list .pazar-side__thumb {
    flex: 0 0 2.15rem;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.7rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--md-sys-color-surface-container);
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-pazar-list .pazar-side__cat.is-active .pazar-side__thumb {
    background: color-mix(in srgb, var(--md-sys-color-primary) 16%, transparent);
    color: var(--md-sys-color-primary);
}

.tema2-pazar-list .pazar-side__thumb img,
.tema2-pazar-list .pazar-side__thumb picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tema2-pazar-list .pazar-side__thumb .material-symbols-outlined {
    font-size: 1.15rem;
}

.tema2-pazar-list .pazar-side__cat-name {
    flex: 1;
    min-width: 0;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.25;
}

.tema2-pazar-list .pazar-side__cat .material-symbols-outlined.pazar-side__chevron {
    font-size: 1rem;
    opacity: 0.45;
}

.tema2-pazar-list .pazar-side__empty {
    margin: 0;
    padding: 0.5rem;
    font-size: 0.75rem;
    color: var(--md-sys-color-on-surface-variant);
}

.pazar-ilan-card__store {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    width: 100%;
    text-align: left;
}

.pazar-ilan-card__store-logo {
    position: relative;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    display: block;
    margin: 0;
    align-self: center;
}

.pazar-ilan-card__store-logo-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    overflow: hidden;
    background: var(--md-sys-color-surface-container);
}

.pazar-ilan-card__store-logo img,
.pazar-ilan-card__store-logo-img img,
.pazar-ilan-card__store-logo-img picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
    margin: 0;
    max-width: none;
    border-radius: 9999px;
}

.pazar-ilan-card__store-level {
    position: absolute;
    right: -3px;
    bottom: -3px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1rem;
    height: 1rem;
    padding: 0 3px;
    border-radius: 9999px;
    border: 1.5px solid var(--md-sys-color-surface-container-lowest);
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    font-size: 0.5625rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.tema2-pazar-list h3 a {
    color: inherit;
    text-decoration: none;
}

/* Anasayfa section başlıkları — Öne Çıkan Kategoriler header ile aynı kutu */
.tema2-section-heading__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    min-width: 0;
}

/* Çok satanlar: ana container içinde (full-bleed yok) + viewport’a sığan kompakt stage */
.tema2-bestsellers {
    --bs-card-h: clamp(280px, calc(100dvh - 18.5rem), 420px);
    --bs-card-w: clamp(210px, calc(var(--bs-card-h) * 0.7), 300px);
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.5rem;
    padding: 0;
    overflow-x: clip;
}

.tema2-bestsellers__head {
    width: 100%;
    margin: 0;
}

.tema2-bestsellers__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    width: 100%;
    margin: 0;
    max-width: 100%;
}

.tema2-bestsellers__rail {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
}

.tema2-bestsellers__rail-list {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 0.1rem 0 0.35rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 100%;
}
.tema2-bestsellers__rail-list::-webkit-scrollbar {
    display: none;
}

.tema2-bestsellers__rail-foot {
    flex: 0 0 auto;
    padding-top: 0.45rem;
}

.tema2-bestsellers__cta {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: 100%;
    padding: 0.55rem 0.45rem;
    border-radius: 0.95rem;
    border: 0;
    background: transparent;
    color: var(--md-sys-color-on-surface);
    text-align: left;
    transition: background 0.2s ease, color 0.2s ease;
}
.tema2-bestsellers__cta:hover {
    background: rgb(var(--md-sys-color-on-surface-rgb) / 0.06);
    color: var(--md-sys-color-on-surface);
}
.tema2-bestsellers__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 0.75rem;
    background: var(--md-sys-color-on-surface);
    color: var(--md-sys-color-surface);
    box-shadow: 0 10px 18px -12px rgb(var(--md-sys-color-on-surface-rgb) / 0.45);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.tema2-bestsellers__cta-icon .material-symbols-outlined {
    font-size: 18px !important;
}
.tema2-bestsellers__cta:hover .tema2-bestsellers__cta-icon {
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    transform: scale(1.04);
}
.tema2-bestsellers__cta-text {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
    flex: 1 1 auto;
}
.tema2-bestsellers__cta-kicker {
    color: var(--md-sys-color-on-surface-variant);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.tema2-bestsellers__cta-label {
    color: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.01em;
}
.tema2-bestsellers__cta-arrow {
    margin-left: auto;
    color: rgb(var(--md-sys-color-outline-rgb) / 0.85);
    font-size: 18px !important;
    transition: color 0.2s ease, transform 0.2s ease;
}
.tema2-bestsellers__cta:hover .tema2-bestsellers__cta-arrow {
    color: var(--md-sys-color-primary);
    transform: translate(2px, -2px);
}

.bestseller-tab {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex: 0 0 auto;
    min-width: 10.5rem;
    max-width: 14rem;
    padding: 0.35rem 0.55rem 0.35rem 0.35rem;
    border: 0;
    border-radius: 0.9rem;
    background: transparent;
    text-align: left;
    scroll-snap-align: start;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}
.bestseller-tab:hover {
    background: rgb(var(--md-sys-color-on-surface-rgb) / 0.06);
}
.bestseller-tab[aria-selected="true"] {
    background: rgb(var(--md-sys-color-primary-rgb) / 0.12);
}
.bestseller-tab[aria-selected="true"]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18%;
    bottom: 18%;
    width: 3px;
    border-radius: 9999px;
    background: var(--md-sys-color-primary);
}

.bestseller-tab-poster {
    position: relative;
    width: 2.75rem;
    height: 3.55rem;
    flex-shrink: 0;
    border-radius: 0.6rem;
    overflow: hidden;
    box-shadow: 0 10px 20px -12px rgba(15, 23, 42, 0.55);
}
.bestseller-tab-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.bestseller-tab:hover .bestseller-tab-poster img,
.bestseller-tab[aria-selected="true"] .bestseller-tab-poster img {
    transform: scale(1.08);
}

.bestseller-tab-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}
.bestseller-tab-label {
    color: var(--md-sys-color-on-surface);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.01em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bestseller-tab[aria-selected="true"] .bestseller-tab-label {
    color: var(--md-sys-color-primary-dim);
}
.bestseller-tab-meta {
    color: var(--md-sys-color-on-surface-variant);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.bestseller-tab-arrow {
    margin-left: auto;
    color: rgb(var(--md-sys-color-outline-rgb) / 0.85);
    font-size: 18px !important;
    opacity: 0;
    transition: opacity 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
@media (max-width: 1023px) {
    .bestseller-tab-arrow {
        display: none;
    }
}
.bestseller-tab:hover .bestseller-tab-arrow,
.bestseller-tab[aria-selected="true"] .bestseller-tab-arrow {
    opacity: 1;
    color: var(--md-sys-color-primary);
}
.bestseller-tab[aria-selected="true"] .bestseller-tab-arrow {
    transform: translateX(2px);
}

.tema2-bestsellers__stage {
    position: relative;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.tema2-bestsellers__track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0.2rem 2.75rem 0.85rem;
    max-width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.tema2-bestsellers__track::-webkit-scrollbar {
    display: none;
}

.tema2-bestsellers__card {
    position: relative;
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: var(--bs-card-w);
    height: var(--bs-card-h);
    border-radius: 1.75rem;
    overflow: hidden;
    isolation: isolate;
    box-shadow: none;
    transition: transform 0.35s ease;
}
.tema2-bestsellers__card:hover {
    transform: translateY(-6px);
    box-shadow: none;
}

.tema2-bestsellers__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}
.tema2-bestsellers__card:hover .tema2-bestsellers__img {
    transform: scale(1.08);
}

.tema2-bestsellers__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(to top, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.55) 38%, rgba(2, 6, 23, 0.12) 62%, transparent 82%);
}

.tema2-bestsellers__shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        115deg,
        transparent 38%,
        rgba(255, 255, 255, 0.16) 50%,
        transparent 62%
    );
    transform: translateX(-130%);
    transition: transform 0.9s ease;
}
.tema2-bestsellers__card:hover .tema2-bestsellers__shine {
    transform: translateX(130%);
}

.tema2-bestsellers__badges {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}
.tema2-bestsellers__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.6rem;
    border-radius: 9999px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}
.tema2-bestsellers__badge--stock {
    color: #fff;
    background: rgba(16, 185, 129, 0.9);
}
.tema2-bestsellers__badge--rank {
    color: #fff;
    background: rgba(15, 23, 42, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tema2-bestsellers__discount {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    z-index: 4;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 9999px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--md-sys-color-primary), #ea580c);
    color: #fff;
    border: 3px solid #fff;
    box-shadow: 0 14px 28px -10px rgba(249, 115, 22, 0.75);
    transform: rotate(10deg);
}
.tema2-bestsellers__discount-label {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
    opacity: 0.95;
}
.tema2-bestsellers__discount-value {
    margin-top: 0.1rem;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1;
}

.tema2-bestsellers__content {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    padding: 1.15rem 1.15rem 1.2rem;
}

.tema2-bestsellers__eyebrow {
    margin: 0 0 0.3rem;
    color: #fb923c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.tema2-bestsellers__title {
    margin: 0 0 0.7rem;
    color: #fff;
    font-size: clamp(1.15rem, 1rem + 0.7vw, 1.55rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.12;
    text-wrap: balance;
}

.tema2-bestsellers__price {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    margin-bottom: 0.75rem;
}
.tema2-bestsellers__price-old {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: line-through;
}
.tema2-bestsellers__price-new {
    color: #fff;
    font-size: clamp(1.45rem, 1.2rem + 0.8vw, 1.95rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
}

.tema2-bestsellers__buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    padding: 0.8rem 0.85rem;
    border-radius: 0.9rem;
    background: var(--md-sys-color-surface);
    color: var(--md-sys-color-on-surface);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 14px 28px -16px rgba(0, 0, 0, 0.55);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.tema2-bestsellers__buy .material-symbols-outlined {
    font-size: 20px !important;
}
.tema2-bestsellers__buy:hover {
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    transform: translateY(-2px);
}

.tema2-bestsellers__nav {
    position: absolute;
    top: 50%;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 9999px;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.4);
    background: rgb(var(--md-sys-color-surface-container-highest-rgb) / 0.92);
    color: var(--md-sys-color-on-surface);
    box-shadow: 0 14px 30px -16px rgb(var(--md-sys-color-on-surface-rgb) / 0.35);
    backdrop-filter: blur(10px);
    transform: translateY(-50%);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.tema2-bestsellers__nav .material-symbols-outlined {
    font-size: 24px !important;
}
.tema2-bestsellers__nav:hover {
    background: var(--md-sys-color-primary);
    border-color: transparent;
    color: var(--md-sys-color-on-primary);
}
.tema2-bestsellers__nav:active {
    transform: translateY(-50%) scale(0.92);
}
.tema2-bestsellers__nav--prev {
    left: 0.35rem;
}
.tema2-bestsellers__nav--next {
    right: 0.35rem;
}

@media (min-width: 1024px) {
    .tema2-bestsellers {
        --bs-card-h: clamp(300px, calc(100dvh - 16.5rem), 440px);
        --bs-card-w: clamp(220px, calc(var(--bs-card-h) * 0.68), 310px);
    }

    .tema2-bestsellers__layout {
        grid-template-columns: 15.5rem minmax(0, 1fr);
        gap: 1rem;
        align-items: start;
        width: 100%;
    }

    .tema2-bestsellers__rail {
        height: var(--bs-card-h);
        min-height: 0;
    }

    .tema2-bestsellers__rail-list {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        flex: 1 1 auto;
        min-height: 0;
        max-height: none;
        padding: 0 0.15rem 0.15rem 0;
        scroll-snap-type: none;
        scrollbar-width: thin;
        scrollbar-color: rgba(249, 115, 22, 0.45) transparent;
    }
    .tema2-bestsellers__rail-list::-webkit-scrollbar {
        display: block;
        width: 4px;
    }
    .tema2-bestsellers__rail-list::-webkit-scrollbar-thumb {
        background: rgba(249, 115, 22, 0.45);
        border-radius: 9999px;
    }
    .tema2-bestsellers__rail-list::-webkit-scrollbar-track {
        background: transparent;
    }

    .tema2-bestsellers__rail-foot {
        margin-top: 0;
        padding-top: 0.55rem;
        border-top: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
        background: linear-gradient(180deg, rgb(var(--md-sys-color-background-rgb) / 0), rgb(var(--md-sys-color-background-rgb) / 0.95) 28%);
    }

    .tema2-bestsellers__cta {
        width: 100%;
        margin-top: 0;
    }

    .bestseller-tab {
        width: 100%;
        max-width: none;
        min-width: 0;
        padding: 0.4rem 0.5rem 0.4rem 0.4rem;
        border-radius: 0.9rem;
    }

    .bestseller-tab-poster {
        width: 2.85rem;
        height: 3.7rem;
        border-radius: 0.65rem;
    }

    .bestseller-tab-arrow {
        opacity: 0.35;
    }

    .tema2-bestsellers__nav--prev {
        left: 0.45rem;
    }
    .tema2-bestsellers__nav--next {
        right: 0.45rem;
    }
}

@media (min-width: 1400px) {
    .tema2-bestsellers__layout {
        grid-template-columns: 16.5rem minmax(0, 1fr);
        width: min(110rem, 100%);
    }
    .tema2-bestsellers {
        --bs-card-w: clamp(230px, calc(var(--bs-card-h) * 0.7), 320px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .tema2-bestsellers__card,
    .tema2-bestsellers__img,
    .tema2-bestsellers__shine,
    .tema2-bestsellers__buy,
    .bestseller-tab-poster img {
        transition: none !important;
    }
    .tema2-bestsellers__card:hover {
        transform: none;
    }
    .tema2-bestsellers__card:hover .tema2-bestsellers__shine {
        transform: none;
    }
}

/* One cikan Goldbar — dikey poster carousel */
.tema2-gbx {
    width: 100%;
}

.tema2-gbx__see-all {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1rem;
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(51, 65, 85, 0.8);
    color: #ffedd5;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.tema2-gbx__see-all .material-symbols-outlined {
    font-size: 17px !important;
}
.tema2-gbx__see-all:hover {
    background: var(--md-sys-color-primary);
    border-color: transparent;
    color: #fff;
    transform: translateY(-1px);
}

.tema2-gbx__toolbar {
    display: flex;
    justify-content: flex-end;
    margin: -0.35rem 0 0.85rem;
}

.tema2-gbx__board {
    position: relative;
    min-width: 0;
}

.tema2-gbx__track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0.25rem 0.1rem 0.75rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.tema2-gbx__track::-webkit-scrollbar {
    display: none;
}

.tema2-gbx__card {
    position: relative;
    flex: 0 0 min(72vw, 15.5rem);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #12101a;
    border: 1px solid rgba(71, 61, 55, 0.55);
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.tema2-gbx__card:hover {
    transform: translateY(-4px);
    border-color: rgba(249, 115, 22, 0.45);
}

.tema2-gbx__poster {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: #0f172a;
}
.tema2-gbx__poster::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.72) 28%,
        rgba(0, 0, 0, 0.28) 55%,
        transparent 82%
    );
    pointer-events: none;
}
.tema2-gbx__poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.65s ease;
}
.tema2-gbx__card:hover .tema2-gbx__poster img {
    transform: scale(1.05);
}

.tema2-gbx__shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        115deg,
        transparent 38%,
        rgba(255, 255, 255, 0.16) 50%,
        transparent 62%
    );
    transform: translateX(-130%);
    transition: transform 0.9s ease;
}
.tema2-gbx__card:hover .tema2-gbx__shine {
    transform: translateX(130%);
}

.tema2-gbx__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}

.tema2-gbx__title {
    margin: 0;
    padding: 0 0.85rem 0.65rem;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.3;
    min-height: 0;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: transparent;
}

.tema2-gbx__panel {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 0.95rem 0.85rem 0.95rem;
    background: transparent;
}
.tema2-gbx__title a {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}
.tema2-gbx__title a:hover {
    color: #fdba74;
}

.tema2-gbx__rates {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
}
.tema2-gbx__rates:not(:has(.tema2-gbx__rate + .tema2-gbx__rate)) {
    grid-template-columns: 1fr;
}
.tema2-gbx__rate {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    min-width: 0;
    padding: 0.55rem 0.6rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.tema2-gbx__rate span {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(203, 213, 225, 0.72);
}
.tema2-gbx__rate strong {
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #f1f5f9;
    white-space: nowrap;
}
.tema2-gbx__rate--sale {
    background: linear-gradient(145deg, rgba(249, 115, 22, 0.22), rgba(234, 88, 12, 0.1));
    border-color: rgba(251, 146, 60, 0.38);
}
.tema2-gbx__rate--sale span {
    color: #fdba74;
}
.tema2-gbx__rate--sale strong {
    color: #fff7ed;
}

.tema2-gbx__detail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    margin-top: auto;
    padding: 0.8rem 0.85rem;
    border-radius: 0.9rem;
    background: var(--md-sys-color-surface);
    color: var(--md-sys-color-on-surface);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 14px 28px -16px rgba(0, 0, 0, 0.55);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.tema2-gbx__detail .material-symbols-outlined {
    font-size: 20px !important;
}
.tema2-gbx__detail:hover {
    background: var(--md-sys-color-primary);
    color: #fff;
    transform: translateY(-2px);
}

.tema2-gbx__nav {
    display: none;
    position: absolute;
    top: 42%;
    z-index: 4;
    width: 2.55rem;
    height: 2.55rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.4);
    background: rgb(var(--md-sys-color-surface-container-highest-rgb) / 0.92);
    color: var(--md-sys-color-on-surface);
    box-shadow: 0 12px 28px -16px rgb(var(--md-sys-color-on-surface-rgb) / 0.35);
    transform: translateY(-50%);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.tema2-gbx__nav .material-symbols-outlined {
    font-size: 22px !important;
}
.tema2-gbx__nav:hover {
    background: var(--md-sys-color-primary);
    border-color: transparent;
    color: var(--md-sys-color-on-primary);
}
.tema2-gbx__nav--prev { left: 0.1rem; }
.tema2-gbx__nav--next { right: 0.1rem; }

.tema2-gbx__empty {
    margin: 0;
    padding: 2rem 1rem;
    text-align: center;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .tema2-gbx__track {
        gap: 1.1rem;
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
    .tema2-gbx__card {
        flex-basis: 15.25rem;
    }
    .tema2-gbx__nav {
        display: flex;
    }
}

@media (min-width: 1100px) {
    .tema2-gbx__card {
        flex-basis: 15.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tema2-gbx__card,
    .tema2-gbx__poster img,
    .tema2-gbx__shine,
    .tema2-gbx__detail,
    .tema2-gbx__see-all {
        transition: none !important;
    }
    .tema2-gbx__card:hover,
    .tema2-gbx__card:hover .tema2-gbx__poster img,
    .tema2-gbx__card:hover .tema2-gbx__shine,
    .tema2-gbx__detail:hover {
        transform: none;
    }
}

/* Güvenilir İlanlar — segmented tabs + trust-first listing cards */
.tema2-fl .tema2-fc__header {
    margin-bottom: 0.75rem;
}

.tema2-fl__toolbar {
    margin-bottom: 0.85rem;
}

.tema2-fl__tabs {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    width: max-content;
    max-width: 100%;
    padding: 0.28rem;
    overflow-x: auto;
    border-radius: 1.15rem;
    background: rgb(var(--md-sys-color-surface-container-low-rgb) / 1);
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.42);
    box-shadow: inset 0 1px 0 rgb(var(--md-sys-color-on-surface-rgb) / 0.03);
}

.tema2-fl__tab {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    flex: 0 0 auto;
    margin: 0;
    padding: 0.42rem 0.85rem 0.42rem 0.42rem;
    border: 0;
    border-radius: 0.9rem;
    background: transparent;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition:
        background 0.32s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.32s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.tema2-fl__tab:hover {
    background: rgb(var(--md-sys-color-surface-container-high-rgb) / 0.9);
    color: var(--md-sys-color-on-surface);
}

.tema2-fl__tab.is-active {
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    box-shadow: 0 8px 18px -12px rgb(var(--md-sys-color-primary-rgb) / 0.55);
}

.tema2-fl__tab:focus-visible {
    outline: 2px solid var(--md-sys-color-primary);
    outline-offset: 2px;
}

.tema2-fl__tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 0.55rem;
    overflow: hidden;
    flex-shrink: 0;
    background: rgb(var(--md-sys-color-surface-container-high-rgb) / 0.85);
    color: inherit;
}

.tema2-fl__tab.is-active .tema2-fl__tab-icon {
    background: rgb(var(--md-sys-color-on-primary-rgb) / 0.18);
}

.tema2-fl__tab-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tema2-fl__tab-icon .material-symbols-outlined {
    font-size: 16px !important;
}

.tema2-fl__tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2rem;
    height: 1.15rem;
    padding: 0 0.32rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    background: rgb(var(--md-sys-color-on-surface-rgb) / 0.08);
    color: inherit;
}

.tema2-fl__tab.is-active .tema2-fl__tab-count {
    background: rgb(var(--md-sys-color-on-primary-rgb) / 0.22);
}

.tema2-fl__board {
    position: relative;
    width: 100%;
    min-width: 0;
}

.tema2-fl__track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 0.55rem;
    width: 100%;
}

.tema2-fl__card {
    --fl-ease: cubic-bezier(0.32, 0.72, 0, 1);
    min-width: 0;
    padding: 0.22rem;
    border-radius: 0.95rem;
    overflow: hidden;
    background: var(--md-sys-color-surface-container-low);
    box-shadow:
        inset 0 1px 0 rgb(var(--md-sys-color-on-surface-rgb) / 0.05),
        0 0 0 1px rgb(var(--md-sys-color-outline-variant-rgb) / 0.18);
    transition:
        transform 0.4s var(--fl-ease),
        box-shadow 0.4s var(--fl-ease);
}

.tema2-fl__card:hover {
    transform: translateY(-3px);
    box-shadow:
        inset 0 1px 0 rgb(var(--md-sys-color-on-surface-rgb) / 0.06),
        0 0 0 1px rgb(var(--md-sys-color-primary-rgb) / 0.32),
        0 14px 24px -18px rgb(var(--md-sys-color-on-surface-rgb) / 0.28);
}

.tema2-fl__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.tema2-fl__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 0.75rem;
    background: var(--md-sys-color-surface-container);
}

.tema2-fl__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s var(--fl-ease);
}

.tema2-fl__card:hover .tema2-fl__media img {
    transform: scale(1.05);
}

.tema2-fl__shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        118deg,
        transparent 36%,
        rgb(var(--md-sys-color-on-primary-rgb) / 0.16) 50%,
        transparent 64%
    );
    transform: translateX(-130%);
    transition: transform 0.75s var(--fl-ease);
}

.tema2-fl__card:hover .tema2-fl__shine {
    transform: translateX(130%);
}

.tema2-fl__chip {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 1rem);
    padding: 0.22rem 0.5rem;
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tema2-fl__chip--cat {
    top: 0.4rem;
    right: 0.4rem;
    left: auto;
    max-width: 70%;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
}

.tema2-fl__chip--urgent {
    top: 0.4rem;
    left: 0.4rem;
    right: auto;
    max-width: 46%;
    background: var(--md-sys-color-primary-dim);
    color: var(--md-sys-color-on-primary);
}

.tema2-fl__body {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.55rem 0.45rem 0.4rem;
}

.tema2-fl__who {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.45rem;
}

.tema2-fl__face {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.tema2-fl__logo {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 0.5rem;
    object-fit: cover;
    background: var(--md-sys-color-surface-container);
    box-shadow: 0 0 0 1px rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
}

.tema2-fl__who-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.tema2-fl__store-name {
    display: flex;
    align-items: center;
    gap: 0.18rem;
    min-width: 0;
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--md-sys-color-on-surface);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tema2-fl__verified {
    font-size: 13px !important;
    color: var(--md-sys-color-primary);
    font-variation-settings: 'FILL' 1;
    flex-shrink: 0;
}

.tema2-fl__rating {
    display: inline-flex;
    align-items: center;
    gap: 0.12rem;
    font-size: 0.62rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: var(--md-sys-color-on-surface-variant);
    line-height: 1;
}

.tema2-fl__rating .material-symbols-outlined {
    font-size: 12px !important;
    color: var(--md-sys-color-primary);
}

.tema2-fl__title {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.3;
    text-align: center;
    color: var(--md-sys-color-on-surface);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
    text-wrap: pretty;
    transition: color 0.3s var(--fl-ease);
}

.tema2-fl__card:hover .tema2-fl__title {
    color: var(--md-sys-color-primary);
}

.tema2-fl__bar {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding-top: 0.42rem;
    border-top: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.22);
}

.tema2-fl__price {
    margin-right: auto;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
    color: var(--md-sys-color-primary);
    line-height: 1;
}

.tema2-fl__live {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.12);
    color: var(--md-sys-color-primary);
}

.tema2-fl__live .material-symbols-outlined {
    font-size: 14px !important;
}

.tema2-fl__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 999px;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    transition: transform 0.3s var(--fl-ease);
}

.tema2-fl__cta .material-symbols-outlined {
    font-size: 14px !important;
}

.tema2-fl__card:hover .tema2-fl__cta {
    transform: translateX(2px);
}

.tema2-fl__card:active .tema2-fl__cta {
    transform: scale(0.96);
}

.tema2-fl__empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 2rem 1rem;
    text-align: center;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.875rem;
}

.tema2-fl__more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 0.9rem;
}

.tema2-fl__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.4rem;
    padding: 0.55rem 1.15rem;
    border: 0;
    border-radius: 999px;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform 0.28s cubic-bezier(0.32, 0.72, 0, 1), opacity 0.28s ease;
}

.tema2-fl__more:hover {
    transform: translateY(-1px);
}

.tema2-fl__more:disabled {
    opacity: 0.6;
    cursor: wait;
    transform: none;
}

@media (min-width: 768px) {
    .tema2-fl__track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.65rem;
    }
}

@media (min-width: 1100px) {
    .tema2-fl__track {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 0.7rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tema2-fl__card,
    .tema2-fl__media img,
    .tema2-fl__shine,
    .tema2-fl__tab,
    .tema2-fl__cta {
        transition: none !important;
    }
    .tema2-fl__card:hover,
    .tema2-fl__card:hover .tema2-fl__media img,
    .tema2-fl__card:hover .tema2-fl__shine,
    .tema2-fl__card:hover .tema2-fl__cta {
        transform: none;
    }
}


/* Dijital lisans — anasayfa carousel */
.tema2-dl {
    width: 100%;
}

.tema2-dl__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.4rem;
    min-width: 0;
}

.tema2-dl__tab {
    padding: 0.48rem 0.9rem;
    border-radius: 9999px;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.4);
    background: rgb(var(--md-sys-color-surface-container-lowest-rgb) / 0.88);
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tema2-dl__tab:hover {
    color: var(--md-sys-color-primary);
    background: rgb(var(--md-sys-color-primary-rgb) / 0.1);
    border-color: rgb(var(--md-sys-color-primary-rgb) / 0.4);
}

.tema2-dl__tab[aria-selected="true"] {
    background: var(--md-sys-color-primary);
    border-color: transparent;
    color: var(--md-sys-color-on-primary);
}

.tema2-dl__board {
    position: relative;
    min-width: 0;
}

.tema2-dl__track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0.25rem 0.1rem 0.75rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tema2-dl__track::-webkit-scrollbar {
    display: none;
}

.tema2-dl__card {
    flex: 0 0 min(78vw, 16.75rem);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    border-radius: 1.25rem;
    overflow: hidden;
    background: var(--md-sys-color-surface);
    border: 1px solid rgba(249, 115, 22, 0.12);
    box-shadow: 0 10px 28px -20px rgba(15, 23, 42, 0.35);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.tema2-dl__card:hover {
    transform: translateY(-5px);
    border-color: rgba(249, 115, 22, 0.4);
    box-shadow: 0 18px 36px -22px rgba(249, 115, 22, 0.45);
}

.tema2-dl__media {
    position: relative;
    display: block;
    width: 100%;
    background:
        radial-gradient(ellipse 70% 80% at 80% 20%, rgb(var(--md-sys-color-primary-rgb) / 0.1), transparent 60%),
        var(--md-sys-color-surface-container-low);
}

.tema2-dl__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.tema2-dl__shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        115deg,
        transparent 38%,
        rgba(255, 255, 255, 0.55) 50%,
        transparent 62%
    );
    transform: translateX(-130%);
    transition: transform 0.9s ease;
}

.tema2-dl__card:hover .tema2-dl__shine {
    transform: translateX(130%);
}

.tema2-dl__badges {
    position: absolute;
    left: 0.65rem;
    top: 0.65rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    z-index: 2;
}

.tema2-dl__badge {
    padding: 0.22rem 0.5rem;
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.86);
    color: #fff;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tema2-dl__badge--new {
    background: #0f172a;
}

.tema2-dl__badge--best {
    background: var(--md-sys-color-primary);
}

.tema2-dl__badge--sale {
    background: #ea580c;
}

.tema2-dl__body {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.9rem 0.9rem 0.95rem;
    flex: 1;
}

.tema2-dl__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: var(--md-sys-color-on-surface);
}

.tema2-dl__eyebrow {
    display: block;
    margin: -0.15rem 0 0;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--md-sys-color-primary);
}

.tema2-dl__meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.6rem;
    margin-top: auto;
}

.tema2-dl__price {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.tema2-dl__price-old {
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--md-sys-color-on-surface-variant);
    text-decoration: line-through;
}

.tema2-dl__price-now {
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--md-sys-color-primary-dim);
    line-height: 1.1;
}

.tema2-dl__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    padding: 0.5rem 0.7rem;
    border-radius: 9999px;
    background: var(--md-sys-color-primary);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.tema2-dl__cta .material-symbols-outlined {
    font-size: 14px !important;
}

.tema2-dl__card:hover .tema2-dl__cta {
    background: #ea580c;
}

.tema2-dl__nav {
    display: none;
    position: absolute;
    top: 42%;
    z-index: 6;
    width: 2.55rem;
    height: 2.55rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.4);
    background: rgb(var(--md-sys-color-surface-container-highest-rgb) / 0.92);
    color: var(--md-sys-color-on-surface);
    box-shadow: 0 12px 28px -16px rgb(var(--md-sys-color-on-surface-rgb) / 0.35);
    transform: translateY(-50%);
    pointer-events: auto;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tema2-dl__nav .material-symbols-outlined {
    font-size: 22px !important;
}

.tema2-dl__nav:hover {
    background: var(--md-sys-color-primary);
    border-color: transparent;
    color: var(--md-sys-color-on-primary);
}

.tema2-dl__nav--prev { left: 0.65rem; }
.tema2-dl__nav--next { right: 0.65rem; }

@media (min-width: 768px) {
    .tema2-dl__track {
        gap: 1.1rem;
    }
    .tema2-dl__card {
        flex-basis: 16.75rem;
    }
    .tema2-dl__nav {
        display: flex;
    }
}

@media (min-width: 1100px) {
    .tema2-dl__card {
        flex-basis: 17.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tema2-dl__card,
    .tema2-dl__media img,
    .tema2-dl__shine,
    .tema2-dl__cta,
    .tema2-dl__nav {
        transition: none !important;
    }
    .tema2-dl__card:hover {
        transform: none;
    }
    .tema2-dl__card:hover .tema2-dl__media img,
    .tema2-dl__card:hover .tema2-dl__shine {
        transform: none;
    }
}

/* Anasayfa makale + SSS — sade iki kolon */
.tema2-content__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.tema2-content__col {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: min(34rem, 70vh);
    max-height: min(34rem, 70vh);
    border-radius: 1.25rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
    background: var(--md-sys-color-surface);
    overflow: hidden;
}

.tema2-content__heading {
    margin: 0;
    flex: 0 0 auto;
    padding: 0.95rem 1.15rem 0.85rem;
    border-bottom: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
    color: var(--md-sys-color-on-surface);
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.tema2-content__viewport {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.tema2-content__scroll,
.tema2-content__faq-scroll {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    overscroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(249, 115, 22, 0.5) transparent;
}

.tema2-content__scroll {
    padding: 1.15rem 1.15rem 1.4rem;
}

.tema2-content__col--faq .tema2-content__viewport {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scrollbar-width: thin;
    scrollbar-color: rgba(249, 115, 22, 0.5) transparent;
}

.tema2-content__col--faq .tema2-content__viewport::-webkit-scrollbar {
    width: 6px;
}

.tema2-content__col--faq .tema2-content__viewport::-webkit-scrollbar-thumb {
    background: rgba(249, 115, 22, 0.45);
    border-radius: 9999px;
}

.tema2-content__faq-scroll {
    display: block;
    height: auto;
    min-height: 100%;
    overflow: visible;
    padding: 1.15rem;
}

.tema2-content__scroll:focus-visible {
    outline: 2px solid rgba(249, 115, 22, 0.4);
    outline-offset: -2px;
}

.tema2-content__scroll::-webkit-scrollbar,
.tema2-content__faq-scroll::-webkit-scrollbar {
    width: 6px;
}

.tema2-content__scroll::-webkit-scrollbar-thumb,
.tema2-content__faq-scroll::-webkit-scrollbar-thumb {
    background: rgba(249, 115, 22, 0.45);
    border-radius: 9999px;
}

.tema2-content__fade {
    position: absolute;
    left: 0;
    right: 0.45rem;
    height: 2rem;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.tema2-content__fade--top {
    top: 0;
    background: linear-gradient(180deg, var(--md-sys-color-surface), transparent);
}

.tema2-content__fade--bottom {
    bottom: 0;
    background: linear-gradient(0deg, var(--md-sys-color-surface), transparent);
}

.tema2-content__viewport.is-scrollable .tema2-content__fade--bottom,
.tema2-content__viewport.is-scrolled .tema2-content__fade--top {
    opacity: 1;
}

.tema2-content__viewport.is-at-end .tema2-content__fade--bottom {
    opacity: 0;
}

.tema2-content__prose {
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.94rem;
    line-height: 1.75;
}

.tema2-content__prose > *:first-child { margin-top: 0; }
.tema2-content__prose > *:last-child { margin-bottom: 0; }

.tema2-content__prose h1,
.tema2-content__prose h2,
.tema2-content__prose h3,
.tema2-content__prose h4 {
    color: var(--md-sys-color-on-surface);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.3;
    margin: 1.35rem 0 0.6rem;
}

.tema2-content__prose h1 { font-size: 1.35rem; }
.tema2-content__prose h2 { font-size: 1.18rem; }
.tema2-content__prose h3 {
    font-size: 1rem;
    color: var(--md-sys-color-primary-dim);
}

.tema2-content__prose p { margin: 0 0 0.9rem; }
.tema2-content__prose a {
    color: var(--md-sys-color-primary-dim);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(249, 115, 22, 0.3);
    text-underline-offset: 2px;
}
.tema2-content__prose a:hover { color: var(--md-sys-color-primary-dim); }
.tema2-content__prose strong { color: var(--md-sys-color-on-surface); font-weight: 700; }
.tema2-content__prose ul,
.tema2-content__prose ol { margin: 0 0 0.9rem; padding-left: 1.15rem; }
.tema2-content__prose li { margin: 0.3rem 0; }
.tema2-content__prose ul { list-style: disc; }
.tema2-content__prose ol { list-style: decimal; }
.tema2-content__prose li::marker { color: var(--md-sys-color-primary); }
.tema2-content__prose img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0.9rem 0;
    border-radius: 0.85rem;
}
.tema2-content__prose blockquote {
    margin: 0.9rem 0;
    padding: 0.75rem 0.95rem;
    border-left: 3px solid var(--md-sys-color-primary);
    border-radius: 0 0.75rem 0.75rem 0;
    background: rgba(249, 115, 22, 0.06);
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-content__faq-item {
    display: block;
    margin: 0 0 0.75rem;
    flex: none;
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: var(--md-sys-color-surface);
    overflow: visible;
}

.tema2-content__faq-item:last-child {
    margin-bottom: 0;
}

.tema2-content__faq-item[open] {
    border-color: rgba(249, 115, 22, 0.3);
}

.tema2-content__faq-item summary {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.15rem 1.2rem;
    cursor: pointer;
    list-style: none;
}

.tema2-content__faq-item summary::-webkit-details-marker { display: none; }

.tema2-content__faq-q {
    flex: 1;
    color: var(--md-sys-color-on-surface);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
}

.tema2-content__faq-icon {
    color: var(--md-sys-color-primary-dim);
    font-size: 22px !important;
    margin-top: 0.05rem;
    transition: transform 0.2s ease;
}

.tema2-content__faq-item[open] .tema2-content__faq-icon {
    transform: rotate(180deg);
}

.tema2-content__faq-a {
    padding: 0 1.2rem 1.2rem;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.88rem;
    line-height: 1.7;
}

.tema2-content__faq-empty {
    margin: 0.5rem;
    padding: 1.1rem;
    border-radius: 0.85rem;
    background: var(--md-sys-color-surface-container-low);
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.9rem;
    text-align: center;
}

.tema2-content__grid:has(.tema2-content__col:only-child) {
    grid-template-columns: 1fr;
}

@media (min-width: 960px) {
    .tema2-content__grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        gap: 1.15rem;
        align-items: start;
    }

    .tema2-content__grid:has(.tema2-content__col:only-child) {
        grid-template-columns: 1fr;
    }

    .tema2-content__grid--3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tema2-content__col--article,
    .tema2-content__col--faq {
        height: 34rem;
        max-height: 34rem;
    }

    .tema2-content__scroll {
        max-height: none;
        height: 100%;
        overflow-y: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tema2-content__scroll,
    .tema2-content__faq-scroll {
        scroll-behavior: auto;
    }
    .tema2-content__fade,
    .tema2-content__faq-icon {
        transition: none;
    }
}

/* Ürün detay — Bilgilendirme / Nasıl kullanılır / SSS */
.tema2-pd-guide__card {
    overflow: hidden;
    border-radius: 1.25rem;
    background: var(--md-sys-color-surface);
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.38);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.tema2-pd-guide__layout {
    display: grid;
    grid-template-columns: 1fr;
}

.tema2-pd-guide__main,
.tema2-pd-guide__aside {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
}

.tema2-pd-guide__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.15rem;
    flex: 0 0 auto;
    padding: 0.45rem 0.45rem 0;
    background: var(--md-sys-color-surface-container-low);
}

.tema2-pd-guide__tab {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    padding: 0.75rem 1rem 0.8rem;
    border: 0;
    border-radius: 0.85rem 0.85rem 0 0;
    background: transparent;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
}

.tema2-pd-guide__tab .material-symbols-outlined {
    font-size: 18px !important;
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-pd-guide__tab:hover {
    color: var(--md-sys-color-on-surface);
}

.tema2-pd-guide__tab:hover .material-symbols-outlined {
    color: var(--md-sys-color-primary-dim);
}

.tema2-pd-guide__tab[aria-selected="true"] {
    background: var(--md-sys-color-surface);
    color: var(--md-sys-color-on-surface);
}

.tema2-pd-guide__tab[aria-selected="true"] .material-symbols-outlined {
    color: var(--md-sys-color-primary-dim);
}

.tema2-pd-guide__aside-head {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    flex: 0 0 auto;
    min-height: 3.05rem;
    padding: 0.7rem 1.15rem;
    background: var(--md-sys-color-surface-container-low);
    color: var(--md-sys-color-on-surface);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.tema2-pd-guide__aside-head .material-symbols-outlined {
    font-size: 18px !important;
    color: var(--md-sys-color-primary-dim);
}

.tema2-pd-guide__body,
.tema2-pd-guide__aside-body {
    flex: 1 1 auto;
    min-height: 0;
    height: 28rem;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scrollbar-width: thin;
    scrollbar-color: rgba(249, 115, 22, 0.5) transparent;
}

.tema2-pd-guide__body::-webkit-scrollbar,
.tema2-pd-guide__aside-body::-webkit-scrollbar {
    width: 6px;
}

.tema2-pd-guide__body::-webkit-scrollbar-thumb,
.tema2-pd-guide__aside-body::-webkit-scrollbar-thumb {
    background: rgba(249, 115, 22, 0.45);
    border-radius: 9999px;
}

.tema2-pd-guide__panel {
    padding: 1.25rem 1.2rem 1.4rem;
}

.tema2-pd-guide__panel[hidden] {
    display: none !important;
}

.tema2-pd-guide__panel--howto .tema2-content__prose ol {
    list-style: none;
    padding: 0;
    counter-reset: tema2-howto;
}

.tema2-pd-guide__panel--howto .tema2-content__prose ol > li {
    counter-increment: tema2-howto;
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    margin: 0 0 0.85rem;
    padding: 0;
}

.tema2-pd-guide__panel--howto .tema2-content__prose ol > li::before {
    content: counter(tema2-howto);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.14);
    color: var(--md-sys-color-primary-dim);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}

.tema2-pd-guide__aside-body {
    padding: 0.85rem 1rem 1.15rem;
}

.tema2-pd-guide__faqs {
    display: block;
}

.tema2-pd-guide__faq {
    display: block;
    margin: 0 0 0.55rem;
    border-radius: 0.9rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.4);
    background: var(--md-sys-color-surface-container-low);
}

.tema2-pd-guide__faq:last-child {
    margin-bottom: 0;
}

.tema2-pd-guide__faq[open] {
    border-color: rgb(var(--md-sys-color-primary-rgb) / 0.35);
    background: rgb(var(--md-sys-color-primary-rgb) / 0.08);
}

.tema2-pd-guide__faq summary {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    cursor: pointer;
    list-style: none;
}

.tema2-pd-guide__faq summary::-webkit-details-marker {
    display: none;
}

.tema2-pd-guide__faq-n {
    flex-shrink: 0;
    width: 2rem;
    color: #fb923c;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.45;
}

.tema2-pd-guide__faq-q {
    flex: 1 1 0;
    min-width: 0;
    color: var(--md-sys-color-on-surface);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.45;
}

.tema2-pd-guide__faq-icon {
    flex-shrink: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 20px !important;
    margin-top: 0.05rem;
    transition: transform 0.2s ease;
}

.tema2-pd-guide__faq[open] .tema2-pd-guide__faq-icon {
    transform: rotate(180deg);
    color: var(--md-sys-color-primary-dim);
}

.tema2-pd-guide__faq-a {
    padding: 0 1rem 1.05rem 3.55rem;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.9rem;
    line-height: 1.7;
}

@media (min-width: 960px) {
    .tema2-pd-guide--split .tema2-pd-guide__layout {
        grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
        align-items: stretch;
    }
    .tema2-pd-guide--split .tema2-pd-guide__aside {
        background: var(--md-sys-color-surface-container-low);
        box-shadow: inset 1px 0 0 rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
    }
    .tema2-pd-guide__tabs {
        padding: 0.5rem 0.65rem 0;
        gap: 0.2rem;
    }
    .tema2-pd-guide__tab,
    .tema2-pd-guide__aside-head {
        font-size: 0.95rem;
    }
    .tema2-pd-guide__tab {
        padding: 0.9rem 1.2rem 0.95rem;
    }
    .tema2-pd-guide__aside-head {
        min-height: 3.35rem;
        padding: 0.85rem 1.25rem;
    }
    .tema2-pd-guide__body,
    .tema2-pd-guide__aside-body {
        height: 32rem;
    }
    .tema2-pd-guide__panel {
        padding: 1.4rem 1.5rem 1.55rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tema2-pd-guide__faq-icon {
        transition: none;
    }
}

.tema2-pd-guide--fit .tema2-pd-guide__body,
.tema2-pd-guide--fit .tema2-pd-guide__aside-body {
    height: auto;
    max-height: 28rem;
    flex: 0 1 auto;
}

.tema2-pd-guide--fit .tema2-pd-guide__main,
.tema2-pd-guide--fit .tema2-pd-guide__aside {
    flex: 0 0 auto;
}

@media (min-width: 960px) {
    .tema2-pd-guide--fit.tema2-pd-guide--split .tema2-pd-guide__card {
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }
    .tema2-pd-guide--fit.tema2-pd-guide--split .tema2-pd-guide__layout {
        align-items: start;
        gap: 1rem;
    }
    .tema2-pd-guide--fit.tema2-pd-guide--split .tema2-pd-guide__main,
    .tema2-pd-guide--fit.tema2-pd-guide--split .tema2-pd-guide__aside {
        overflow: hidden;
        border-radius: 1.25rem;
        background: var(--md-sys-color-surface);
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    }
    .tema2-pd-guide--fit.tema2-pd-guide--split .tema2-pd-guide__aside {
        background: var(--md-sys-color-surface);
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    }
    .tema2-pd-guide--fit .tema2-pd-guide__body,
    .tema2-pd-guide--fit .tema2-pd-guide__aside-body {
        height: auto;
        max-height: 32rem;
    }
}

/* Öne çıkan kategoriler — hareketli kart carousel */
.tema2-fc__board {
    position: relative;
}

.tema2-fc__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(68vw, 11.5rem);
    gap: 0.95rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0.35rem 0.15rem 0.85rem;
    -webkit-overflow-scrolling: touch;
}

.tema2-fc__card {
    position: relative;
    display: block;
    scroll-snap-align: start;
    border-radius: 1.35rem;
    overflow: hidden;
    isolation: isolate;
    aspect-ratio: 3 / 4;
    background: #0f172a;
    border: none;
    transform: translateY(0) scale(1);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
    animation: tema2FcRise 0.7s ease both;
    animation-delay: calc(var(--fc-i, 0) * 55ms);
}

@keyframes tema2FcRise {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.tema2-gbx__card,
.tema2-dl__card,
.tema2-bestsellers__card,
[data-featured-ilan-card],
.tema2-story__card,
.tema2-fcs__hero,
.tema2-fcs__sm {
    animation: tema2FcRise 0.7s ease both;
    animation-delay: calc(min(var(--fc-i, 0), 11) * 55ms);
}

.tema2-fc__card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 22px 40px -24px rgba(15, 23, 42, 0.45);
    z-index: 2;
}

.tema2-fc__media {
    position: absolute;
    inset: 0;
    display: block;
}

.tema2-fc__media img,
.tema2-fc__fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.tema2-fc__fallback {
    background:
        radial-gradient(circle at 30% 20%, rgba(249, 115, 22, 0.35), transparent 50%),
        linear-gradient(160deg, #1e293b, #0f172a);
}

.tema2-fc__card:hover .tema2-fc__media img {
    transform: scale(1.1);
}

.tema2-fc__shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        115deg,
        transparent 38%,
        rgba(255, 255, 255, 0.18) 50%,
        transparent 62%
    );
    transform: translateX(-130%);
    transition: transform 0.85s ease;
}

.tema2-fc__card:hover .tema2-fc__shine {
    transform: translateX(130%);
}

.tema2-fc__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(to top, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.42) 26%, transparent 52%);
}

.tema2-fc__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.2rem;
    padding: 0.7rem 0.85rem 0.8rem;
}

.tema2-fc__title {
    color: #fff;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tema2-fc__meta {
    color: rgba(226, 232, 240, 0.82);
    font-size: 0.7rem;
    font-weight: 600;
}

.tema2-fc__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    width: fit-content;
    color: #fdba74;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.2s ease, max-height 0.3s ease, margin-top 0.3s ease;
}

.tema2-fc__cta .material-symbols-outlined {
    font-size: 15px !important;
    transition: transform 0.25s ease;
}

.tema2-fc__card:hover .tema2-fc__cta {
    opacity: 1;
    max-height: 1.5rem;
    margin-top: 0.25rem;
    transform: translateY(0);
}

.tema2-fc__card:hover .tema2-fc__cta .material-symbols-outlined {
    transform: translateX(3px);
}

.tema2-fc__nav {
    display: none;
    position: absolute;
    top: 42%;
    z-index: 5;
    width: 2.55rem;
    height: 2.55rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.4);
    background: rgb(var(--md-sys-color-surface-container-highest-rgb) / 0.92);
    color: var(--md-sys-color-on-surface);
    box-shadow: 0 12px 28px -16px rgb(var(--md-sys-color-on-surface-rgb) / 0.35);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tema2-fc__nav .material-symbols-outlined {
    font-size: 22px !important;
}

.tema2-fc__nav:hover {
    background: var(--md-sys-color-primary);
    border-color: transparent;
    color: var(--md-sys-color-on-primary);
    transform: scale(1.05);
}

html.light .tema2-bestsellers__nav,
html.light .tema2-gbx__nav,
html.light .tema2-dl__nav,
html.light .tema2-fc__nav,
html.light .tema2-fl__nav,
html.light #featured-ilan-prev,
html.light #featured-ilan-next,
html.light #tema2-hero-prev,
html.light #tema2-hero-next {
    background: var(--md-sys-color-surface);
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.7);
    color: var(--md-sys-color-on-surface);
    box-shadow:
        0 1px 0 rgb(var(--md-sys-color-on-surface-rgb) / 0.04),
        0 10px 22px -12px rgb(var(--md-sys-color-on-surface-rgb) / 0.22);
}

html.light .tema2-bestsellers__nav:hover,
html.light .tema2-gbx__nav:hover,
html.light .tema2-dl__nav:hover,
html.light .tema2-fc__nav:hover,
html.light .tema2-fl__nav:hover,
html.light #featured-ilan-prev:hover,
html.light #featured-ilan-next:hover,
html.light #tema2-hero-prev:hover,
html.light #tema2-hero-next:hover {
    background: var(--md-sys-color-primary);
    border-color: transparent;
    color: var(--md-sys-color-on-primary);
    box-shadow: 0 10px 22px -12px rgb(var(--md-sys-color-primary-rgb) / 0.5);
}

.tema2-fc__nav--prev { left: -0.35rem; }
.tema2-fc__nav--next { right: -0.35rem; }

@media (min-width: 768px) {
    .tema2-fc__track {
        grid-auto-columns: calc((100% - 4.75rem) / 6);
        gap: 0.95rem;
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .tema2-fc__nav {
        display: flex;
    }
}

@media (min-width: 1100px) {
    .tema2-fc__track {
        grid-auto-columns: calc((100% - 4.75rem) / 6);
    }
}

@media (prefers-reduced-motion: reduce) {
    .tema2-fc__card,
    .tema2-gbx__card,
    .tema2-dl__card,
    .tema2-bestsellers__card,
    [data-featured-ilan-card],
    .tema2-story__card,
    .tema2-fcs__hero,
    .tema2-fcs__sm,
    .tema2-fc__media img,
    .tema2-fc__shine,
    .tema2-fc__cta,
    .tema2-fc__nav,
    .tema2-fc__header-dot,
    .tema2-fc__header-dot > i,
    .tema2-fc__header::after,
    .tema2-fc__header-wash,
    .tema2-fc__header-wash::after {
        animation: none !important;
        transition: none !important;
    }
    .tema2-fc__header-dot {
        opacity: 0.35;
        bottom: auto;
        top: 22%;
        transform: none;
    }
    .tema2-fc__header-wash::after {
        opacity: 0;
    }
    .tema2-fc__card:hover,
    .tema2-fc__card:hover .tema2-fc__media img,
    .tema2-fc__card:hover .tema2-fc__shine,
    .tema2-fc__card:hover .tema2-fc__cta {
        transform: none;
    }
}

/* En Çok Tercih Edilen Kategoriler — soldan tam genişlik, dikey 2:3 poster */
.tema2-fcs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 0.45rem;
    width: 100%;
    margin-inline: 0;
    align-items: stretch;
}

.tema2-fcs__hero,
.tema2-fcs__sm {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    isolation: isolate;
    border-radius: 0.85rem;
    background: linear-gradient(180deg, #475569 0%, #1e293b 48%, #0f172a 100%);
    aspect-ratio: 2 / 3;
}

.tema2-fcs__hero {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 16 / 10;
    height: auto;
}

.tema2-fcs__grid {
    display: contents;
}

.tema2-fcs__sm--lg,
.tema2-fcs__sm--xl {
    display: none;
}

@media (min-width: 640px) {
    .tema2-fcs {
        grid-template-columns: 1.35fr 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 0.4rem;
    }
    .tema2-fcs__hero {
        grid-column: 1;
        grid-row: 1 / span 3;
        aspect-ratio: auto;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .tema2-fcs {
        grid-template-columns: 2fr 1fr 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 0.5rem;
    }
    .tema2-fcs__hero {
        grid-row: 1 / span 2;
        border-radius: 1rem;
    }
    .tema2-fcs__sm {
        border-radius: 1rem;
    }
}

@media (min-width: 1024px) {
    .tema2-fcs {
        grid-template-columns: 2fr repeat(4, minmax(0, 1fr));
    }
    .tema2-fcs__sm--lg {
        display: block;
    }
}

@media (min-width: 1280px) {
    .tema2-fcs {
        grid-template-columns: 2fr repeat(6, minmax(0, 1fr));
    }
    .tema2-fcs__sm--xl {
        display: block;
    }
}

/* ── Featured Categories: Özel Başlık ── */
.tema2-fc__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
    border-radius: 1.35rem;
    background:
        radial-gradient(ellipse 65% 140% at 100% 50%, rgb(var(--md-sys-color-primary-rgb) / 0.14) 0%, transparent 62%),
        linear-gradient(90deg, var(--md-sys-color-surface) 0%, var(--md-sys-color-surface) 38%, rgb(var(--md-sys-color-primary-rgb) / 0.08) 72%, rgb(var(--md-sys-color-primary-rgb) / 0.16) 100%);
    border: 1px solid rgb(var(--md-sys-color-primary-rgb) / 0.16);
    box-shadow: 0 8px 28px -16px rgb(var(--md-sys-color-primary-rgb) / 0.18);
    position: relative;
    overflow: hidden;
}

.tema2-fc__header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18%;
    bottom: 18%;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, #fb923c, var(--md-sys-color-primary), #ea580c);
    z-index: 3;
}

.tema2-fc__header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 18%;
    width: 4px;
    height: 28%;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, transparent, rgb(255 255 255 / 0.72), transparent);
    z-index: 4;
    animation: tema2FcAccent 4.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.tema2-fc__header-wash {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    background: radial-gradient(ellipse 70% 130% at 88% 50%, rgb(var(--md-sys-color-primary-rgb) / 0.14) 0%, transparent 68%);
    background-size: 150% 150%;
    background-repeat: no-repeat;
    animation: tema2FcWash 14s ease-in-out infinite;
}

.tema2-fc__header-wash::after {
    content: "";
    position: absolute;
    inset: -30px 0;
    width: auto;
    transform: none;
    background-repeat: no-repeat;
    background-size: 300% 100%;
    background-image: linear-gradient(
        105deg,
        rgba(255, 255, 255, 0) 45%,
        rgba(255, 196, 140, 0.30) 48.6%,
        rgba(255, 255, 255, 0.85) 50%,
        rgba(255, 196, 140, 0.30) 51.4%,
        rgba(255, 255, 255, 0) 55%
    );
    animation: fcHeaderShine 10s linear infinite;
}

.tema2-fc__header-orbit {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.tema2-fc__header-dot {
    position: absolute;
    width: auto;
    height: auto;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 12px;
    background: rgba(249, 115, 22, 0.10);
    top: auto;
    bottom: -26px;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    will-change: transform, opacity;
    animation: fcDotFloat var(--d) linear infinite;
    animation-delay: var(--s);
}

.tema2-fc__header-dot > i {
    display: block;
    font-family: "Material Symbols Outlined";
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "GRAD" 0, "opsz" 24, "wght" 300;
    color: #ea6a0e;
    will-change: transform;
    animation: fcDotPulse var(--p) ease-in-out infinite;
    animation-delay: var(--s);
}

html.dark .tema2-fc__header-dot {
    background: rgba(255, 157, 77, 0.12);
}

html.dark .tema2-fc__header-dot > i {
    color: #ff9d4d;
}

.tema2-fc__header-dot:nth-child(1) { --d: 13.0s; --x: 16px; --s: 0.0s; --r: -14deg; --p: 3.4s; left: 8%; }
.tema2-fc__header-dot:nth-child(2) { --d: 16.5s; --x: -20px; --s: -2.6s; --r: 11deg; --p: 4.3s; left: 20%; }
.tema2-fc__header-dot:nth-child(3) { --d: 12.0s; --x: 12px; --s: -5.4s; --r: 9deg; --p: 3.8s; left: 33%; }
.tema2-fc__header-dot:nth-child(4) { --d: 18.0s; --x: -14px; --s: -1.3s; --r: -8deg; --p: 5.0s; left: 45%; }
.tema2-fc__header-dot:nth-child(5) { --d: 14.5s; --x: 22px; --s: -7.8s; --r: 13deg; --p: 3.1s; left: 58%; }
.tema2-fc__header-dot:nth-child(6) { --d: 19.0s; --x: -10px; --s: -4.1s; --r: -11deg; --p: 4.6s; left: 70%; }
.tema2-fc__header-dot:nth-child(7) { --d: 13.5s; --x: 18px; --s: -9.2s; --r: 7deg; --p: 4.0s; left: 82%; }
.tema2-fc__header-dot:nth-child(8) { --d: 17.0s; --x: -16px; --s: -3.4s; --r: -10deg; --p: 3.6s; left: 92%; }

.tema2-fc__header-dot:nth-child(1) > i { font-size: 19px; }
.tema2-fc__header-dot:nth-child(2) > i { font-size: 15px; }
.tema2-fc__header-dot:nth-child(3) > i { font-size: 17px; }
.tema2-fc__header-dot:nth-child(4) > i { font-size: 14px; }
.tema2-fc__header-dot:nth-child(5) > i { font-size: 20px; }
.tema2-fc__header-dot:nth-child(6) > i { font-size: 15px; }
.tema2-fc__header-dot:nth-child(7) > i { font-size: 18px; }
.tema2-fc__header-dot:nth-child(8) > i { font-size: 14px; }

.tema2-fc__header-left,
.tema2-fc__header-right {
    position: relative;
    z-index: 2;
}

.tema2-fc__header-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.45rem;
    min-width: 0;
    flex: 1 1 auto;
    padding-left: 0.65rem;
}

.tema2-fc__header-title {
    margin: 0;
    font-size: clamp(1.45rem, 2.6vw, 1.95rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    color: var(--md-sys-color-on-surface);
    line-height: 1.15;
}

.tema2-fc__header-accent {
    font-style: normal;
    color: var(--md-sys-color-primary);
}

.tema2-fc__header-desc {
    margin: 0;
    font-size: 0.88rem;
    color: var(--md-sys-color-on-surface-variant);
    font-weight: 500;
    line-height: 1.55;
    max-width: 60ch;
}

.tema2-fc__header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.tema2-fc__header-right--actions {
    flex: 0 0 auto;
    max-width: none;
    justify-content: flex-end;
    flex-wrap: wrap;
    min-width: 0;
}

.tema2-fc__header-stats {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    background: rgb(var(--md-sys-color-surface-container-lowest-rgb) / 0.88);
    border: 1px solid rgb(var(--md-sys-color-primary-rgb) / 0.18);
    border-radius: 1rem;
    padding: 0.55rem 1rem;
}

.tema2-fc__header-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.12rem;
    text-align: center;
    min-width: 3.2rem;
}

.tema2-fc__header-stat-n {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--md-sys-color-primary-dim);
    letter-spacing: -0.04em;
    line-height: 1;
}

.tema2-fc__header-stat-l {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-fc__header-stat-divider {
    width: 1px;
    height: 1.75rem;
    background: rgba(249, 115, 22, 0.18);
}

.tema2-fc__header-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.72rem 1.2rem;
    border-radius: 9999px;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px -10px rgba(249, 115, 22, 0.7);
    transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
    white-space: nowrap;
}

.tema2-fc__header-cta .material-symbols-outlined {
    font-size: 16px !important;
}

.tema2-fc__header-cta-arrow {
    transition: transform 0.25s ease;
}

.tema2-fc__header-cta:hover {
    background: var(--md-sys-color-primary-dim);
    transform: translateY(-1px);
    box-shadow: 0 12px 22px -10px rgb(var(--md-sys-color-primary-rgb) / 0.55);
}

.tema2-fc__header-cta:hover .tema2-fc__header-cta-arrow {
    transform: translateX(3px);
}

@keyframes tema2FcAccent {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    18% {
        opacity: 0.85;
    }
    82% {
        opacity: 0.85;
    }
    100% {
        transform: translateY(220%);
        opacity: 0;
    }
}

@keyframes tema2FcWash {
    0%, 100% {
        background-position: 100% 42%;
        opacity: 0.85;
    }
    50% {
        background-position: 68% 58%;
        opacity: 1;
    }
}

@keyframes fcDotFloat {
    0%   { transform: translate3d(0, 0, 0) rotate(0deg); opacity: 0; }
    16%  { transform: translate3d(0, -22px, 0) rotate(0deg); opacity: 0.9; }
    76%  { opacity: 0.5; }
    100% { transform: translate3d(var(--x), -140px, 0) rotate(var(--r)); opacity: 0; }
}

@keyframes fcDotPulse {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.28); }
}

@keyframes fcHeaderShine {
    0%   { background-position: 132% 0; }
    46%  { background-position: -32% 0; }
    100% { background-position: -32% 0; }
}

/* ── Öne Çıkan Kategoriler masthead (yalnızca .tema2-fc) ── */
.tema2-fc__mast {
    --fc-ink: var(--md-sys-color-on-surface);
    --fc-paper: var(--md-sys-color-surface-container-low);
    --fc-muted: var(--md-sys-color-on-surface-variant);
    --fc-accent: var(--md-sys-color-primary);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1.15rem 1.2rem 1.1rem 1.45rem;
    border-radius: 1rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
    background:
        radial-gradient(70% 120% at 100% 0%, rgb(var(--md-sys-color-primary-rgb) / 0.08), transparent 58%),
        var(--fc-paper);
    color: var(--fc-ink);
}

.tema2-fc__mast-rule {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--fc-accent) 0%, rgb(var(--md-sys-color-primary-rgb) / 0.7) 38%, transparent 88%);
    z-index: 3;
}

.tema2-fc__mast-grain {
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: repeating-linear-gradient(
        -18deg,
        rgb(var(--md-sys-color-on-surface-rgb) / 0.03) 0 1px,
        transparent 1px 12px
    );
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.55), transparent 78%);
}

.tema2-fc__mast-slab {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.28rem;
    background: var(--fc-accent);
    z-index: 3;
}

.tema2-fc__mast-grid {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 1rem;
    align-items: center;
}

.tema2-fc__mast-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0 0 0.4rem;
    color: var(--fc-accent);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.tema2-fc__mast-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.85rem;
    height: 1.35rem;
    padding: 0 0.4rem;
    border: 1px solid rgb(var(--md-sys-color-primary-rgb) / 0.35);
    border-radius: 0.2rem;
    color: var(--fc-accent);
    font-size: 0.62rem;
    letter-spacing: 0.12em;
}

.tema2-fc__mast-title {
    margin: 0;
    max-width: none;
    font-size: clamp(1.4rem, 2.8vw, 1.85rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.1;
    color: var(--fc-ink);
}

.tema2-fc__mast-title em {
    font-style: normal;
    color: var(--fc-accent);
}

.tema2-fc__mast-desc {
    margin: 0.4rem 0 0;
    max-width: 48rem;
    color: var(--fc-muted);
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.45;
}

.tema2-fc__mast-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.75rem;
}

.tema2-fc__mast-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
    margin: 0;
}

.tema2-fc__mast-stat {
    display: flex;
    flex-direction: column-reverse;
    gap: 0.35rem;
    padding: 0.15rem 1.15rem 0.15rem 0;
    border-right: 1px solid rgb(var(--md-sys-color-on-surface-rgb) / 0.12);
}

.tema2-fc__mast-stat:last-child {
    padding-right: 0;
    padding-left: 1.15rem;
    border-right: 0;
}

.tema2-fc__mast-stat dt {
    color: var(--fc-muted);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tema2-fc__mast-stat dd {
    margin: 0;
    color: var(--fc-ink);
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 0.9;
}

.tema2-fc__mast-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    min-height: 2.4rem;
    width: auto;
    max-width: none;
    padding: 0.5rem 0.9rem;
    border: 1px solid transparent;
    border-radius: 0.7rem;
    background: var(--fc-accent);
    color: var(--md-sys-color-on-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.tema2-fc__mast-cta .material-symbols-outlined {
    font-size: 1.15rem;
}

.tema2-fc__mast-cta:hover {
    background: var(--md-sys-color-primary-dim);
    border-color: var(--md-sys-color-primary-dim);
    color: var(--md-sys-color-on-primary);
}

.tema2-fc__mast-cta:focus-visible {
    outline: 2px solid var(--fc-accent);
    outline-offset: 3px;
}

@media (min-width: 768px) {
    .tema2-fc__mast {
        padding: 1.2rem 1.6rem 1.15rem 1.85rem;
    }

    .tema2-fc__mast-grid {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 1.75rem;
    }

    .tema2-fc__mast-aside {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: auto;
    }

    .tema2-fc__mast-stats {
        width: auto;
        min-width: 11rem;
    }

    .tema2-fc__mast-cta {
        width: auto;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .tema2-ai-summary.tema2-ai-summary--header .tema2-ai-summary__title-text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .tema2-pd .tema2-section-heading__actions {
        justify-content: flex-start;
    }

    .tema2-fc__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.85rem;
        padding: 1rem 1rem 1rem 1.15rem;
    }
    .tema2-fc__header-title {
        font-size: 1.28rem;
    }
    .tema2-fc__header-desc {
        font-size: 0.78rem;
        line-height: 1.45;
    }
    .tema2-fc__header-orbit {
        display: none;
    }
    .tema2-fc__header-right {
        width: 100%;
        justify-content: space-between;
        gap: 0.65rem;
        flex-wrap: wrap;
        flex: 0 0 auto;
        height: auto;
    }
    .tema2-fc__header-right--actions {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        justify-content: flex-end;
    }
    .tema2-fc__header-cta {
        padding: 0.55rem 0.85rem;
        font-size: 0.68rem;
    }

    .tema2-reviews .tema2-fc__header {
        flex-direction: row;
        align-items: center;
        gap: 0.55rem;
        padding: 0.65rem 0.75rem 0.65rem 0.9rem;
        margin-bottom: 0.75rem;
    }

    .tema2-reviews .tema2-fc__header-title {
        font-size: 1.02rem;
        line-height: 1.25;
    }

    .tema2-reviews .tema2-fc__header-right,
    .tema2-reviews .tema2-fc__header-right--actions {
        width: auto;
        max-width: none;
        justify-content: flex-end;
    }

    .tema2-reviews .tema2-fc__header-stats {
        padding: 0.3rem 0.6rem;
        border-radius: 0.7rem;
        gap: 0.4rem;
    }

    .tema2-reviews .tema2-fc__header-stat {
        flex-direction: row;
        align-items: baseline;
        gap: 0.22rem;
        min-width: 0;
    }

    .tema2-reviews .tema2-fc__header-stat-n {
        font-size: 0.95rem;
    }

    .tema2-reviews .tema2-fc__header-stat-l {
        font-size: 0.55rem;
        letter-spacing: 0.04em;
    }
}

@media (max-width: 720px) {
    .tema2-fc__header-dot:nth-child(n + 5) {
        display: none;
    }
}

/* Ortak breadcrumb — tema2.components.breadcrumb */
.tema2-bc {
    margin: 0 0 1rem;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.tema2-bc__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.1rem 0.15rem;
    margin: 0;
    padding: 0.3rem 0.4rem;
    list-style: none;
    background: var(--md-sys-color-surface);
    border: none;
    border-radius: 0.85rem;
    min-width: 0;
    max-width: 100%;
}

.tema2-bc__item {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.tema2-bc__link,
.tema2-bc__current {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    max-width: 16rem;
    min-height: 1.85rem;
    padding: 0.2rem 0.55rem;
    border-radius: 0.55rem;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-decoration: none;
}

.tema2-bc__text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tema2-bc__link:hover,
.tema2-bc__link:focus-visible {
    color: var(--md-sys-color-primary-dim);
    background: rgba(249, 115, 22, 0.08);
    outline: none;
}

.tema2-bc__current {
    color: var(--md-sys-color-on-surface);
    background: rgba(249, 115, 22, 0.1);
}

.tema2-bc__home {
    display: inline-flex;
    flex: 0 0 1.45rem;
    align-items: center;
    justify-content: center;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 0.45rem;
    background: rgba(249, 115, 22, 0.14);
    color: var(--md-sys-color-primary-dim);
}

.tema2-bc__home .material-symbols-outlined {
    font-size: 15px !important;
}

.tema2-bc__sep {
    display: inline-flex;
    align-items: center;
    color: #cbd5e1;
    line-height: 1;
}

.tema2-bc__sep .material-symbols-outlined {
    font-size: 16px !important;
}

@media (max-width: 767px) {
    .tema2-bc {
        margin-bottom: 0.7rem;
        overflow: hidden;
    }

    .tema2-bc__list {
        flex-wrap: nowrap;
        overflow: hidden;
        padding: 0.2rem 0.15rem;
        gap: 0.05rem;
    }

    .tema2-bc__item:first-child,
    .tema2-bc__sep {
        flex: 0 0 auto;
    }

    .tema2-bc__link--home .tema2-bc__text {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .tema2-bc__link--home {
        padding-left: 0.28rem;
        padding-right: 0.28rem;
        max-width: none;
    }

    .tema2-bc__item:not(:first-child):not(.tema2-bc__item--current) {
        display: none;
    }

    .tema2-bc__sep:not(:nth-child(2)):not(:nth-last-child(2)) {
        display: none;
    }

    .tema2-bc__list:has(.tema2-bc__item:not(:first-child):not(.tema2-bc__item--current)) .tema2-bc__sep:nth-child(2) .material-symbols-outlined {
        display: none;
    }

    .tema2-bc__list:has(.tema2-bc__item:not(:first-child):not(.tema2-bc__item--current)) .tema2-bc__sep:nth-child(2)::before {
        content: "…";
        font-size: 0.85rem;
        font-weight: 800;
        line-height: 1;
        color: var(--md-sys-color-on-surface-variant);
    }

    .tema2-bc__item--current {
        flex: 1 1 auto;
        min-width: 0;
    }

    .tema2-bc__link,
    .tema2-bc__current {
        max-width: 100%;
        min-width: 0;
    }

    .tema2-bc__current {
        width: 100%;
        overflow: hidden;
    }

    .tema2-bc__current .tema2-bc__text {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* /ilan_siparis/{id} — breadcrumb içerikle hizalı, üst bilgi etiketli */
.pazar-siparis-detay .tema2-bc {
    margin: 0 0 0.75rem;
}

.pazar-siparis-detay .tema2-bc__list {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.pazar-siparis-detay .tema2-bc__item:first-child .tema2-bc__link,
.pazar-siparis-detay .tema2-bc__item:first-child .tema2-bc__current {
    padding-left: 0;
}

.pazar-siparis-detay__head {
    margin: 0 0 1.5rem;
}

.pazar-siparis-detay__title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem 0.85rem;
    margin-bottom: 1rem;
}

.pazar-siparis-detay__title {
    margin: 0;
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--md-sys-color-on-surface);
}

.pazar-siparis-detay__meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem 1.5rem;
    margin: 0;
}

.pazar-siparis-detay__meta-item {
    min-width: 0;
}

.pazar-siparis-detay__meta dt {
    margin: 0 0 0.28rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--md-sys-color-on-surface-variant);
}

.pazar-siparis-detay__meta dd {
    margin: 0;
}

.pazar-siparis-detay__listing {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--md-sys-color-on-surface);
    text-decoration: none;
}

a.pazar-siparis-detay__listing:hover {
    color: var(--md-sys-color-primary);
}

.pazar-siparis-detay__price {
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--md-sys-color-primary);
}

@media (min-width: 640px) {
    .pazar-siparis-detay__title {
        font-size: 1.85rem;
    }

    .pazar-siparis-detay__meta {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
    }

    .pazar-siparis-detay__meta-item--price {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .pazar-siparis-detay .tema2-bc {
        margin-bottom: 0.55rem;
    }

    .pazar-siparis-detay .tema2-bc__list {
        padding: 0;
    }

    .pazar-siparis-detay .tema2-bc__link--home {
        padding-left: 0;
    }
}

/* Kategori liste sayfaları (EPIN / Goldbar / Lisans) — dikey poster grid */

.tema2-cat .tema2-fc__header-desc {
    max-width: 68ch;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tema2-cat__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.tema2-cat__card {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border: none;
    border-radius: 1.15rem;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
    isolation: isolate;
}

.tema2-cat__media {
    position: absolute;
    inset: 0;
    display: block;
}

.tema2-cat__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transform: scale(1.02);
    transition: transform 0.65s ease;
}

.tema2-cat__card:hover .tema2-cat__media img {
    transform: scale(1.08);
}

.tema2-cat__shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.18) 50%, transparent 62%);
    transform: translateX(-130%);
    transition: transform 0.85s ease;
}

.tema2-cat__card:hover .tema2-cat__shine {
    transform: translateX(130%);
}

.tema2-cat__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.4) 28%, transparent 56%);
}

.tema2-cat__badge {
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    z-index: 4;
    padding: 0.22rem 0.5rem;
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.72);
    color: #fff;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tema2-cat__badge--hot {
    background: var(--md-sys-color-primary);
}

.tema2-cat__badge--new {
    background: rgba(15, 23, 42, 0.82);
}

.tema2-cat__badge--gb {
    background: rgba(180, 83, 9, 0.92);
}

.tema2-cat__badge--ilan {
    background: rgba(6, 95, 70, 0.9);
}

.tema2-cat__badge--sale {
    background: rgba(185, 28, 28, 0.92);
}

.tema2-cat__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.2rem;
    padding: 0.75rem 0.8rem 0.85rem;
}

.tema2-cat__title {
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.tema2-cat__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.12rem;
}

.tema2-cat__price-now {
    color: #fdba74;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.tema2-cat__price-old {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.68rem;
    font-weight: 600;
    text-decoration: line-through;
}

.tema2-cat__card--soldout {
    opacity: 0.72;
}

.tema2-cat__card--soldout .tema2-cat__media img {
    filter: grayscale(0.28);
}

.tema2-cat__card.is-selected {
    outline: 2px solid var(--md-sys-color-primary);
    outline-offset: 3px;
    cursor: default;
}

.tema2-cat__card.is-selected .tema2-cat__cta {
    display: none;
}

.tema2-cat__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    color: #fdba74;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease, margin-top 0.3s ease;
}

.tema2-cat__cta .material-symbols-outlined {
    font-size: 14px !important;
}

.tema2-cat__card:hover .tema2-cat__cta,
.tema2-cat__card:focus-visible .tema2-cat__cta {
    opacity: 1;
    max-height: 1.4rem;
    margin-top: 0.2rem;
    transform: translateY(0);
}

.tema2-cat__card:focus-visible {
    outline: 2px solid var(--md-sys-color-primary);
    outline-offset: 3px;
}

.tema2-cat__empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 2rem 1rem;
    text-align: center;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.9rem;
}

.tema2-cat__content {
    margin-top: 0;
}

.tema2-cat ~ .tema2-footer .tema2-footer__subscribe {
    padding-top: 2.5rem;
}

.tema2-pd .tema2-fc__header-right--actions {
    flex: 1 1 16rem;
    max-width: none;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.tema2-pd .tema2-fc__header-right {
    flex-shrink: 0;
    justify-content: flex-end;
}

.tema2-pd .tema2-section-heading__actions > .tema2-ai-summary.tema2-ai-summary--header,
.tema2-pd .tema2-section-heading__actions > .tema2-fc__header-stats,
.tema2-pd .tema2-section-heading__actions > .tema2-pd__stock {
    box-sizing: border-box;
    min-height: calc(1.62rem + 1.1rem + 2px);
}

.tema2-pd .tema2-section-heading__actions .tema2-fc__header-stats {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.65rem;
    gap: 0;
    align-self: center;
}

.tema2-pd .tema2-section-heading__actions .tema2-fc__header-stat {
    flex-direction: row;
    align-items: center;
    gap: 0.32rem;
    min-width: 0;
}

.tema2-pd .tema2-section-heading__actions .tema2-fc__header-stat-n {
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
}

.tema2-pd .tema2-section-heading__actions .tema2-fc__header-stat-l {
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    line-height: 1;
}

.tema2-pd__stock {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: rgb(var(--md-sys-color-surface-container-lowest-rgb) / 0.88);
    border: 1px solid rgb(var(--md-sys-color-primary-rgb) / 0.18);
    border-radius: 1rem;
    padding: 0.55rem 0.9rem;
    box-sizing: border-box;
}

.tema2-pd__stock-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--md-sys-color-on-surface-variant);
    letter-spacing: 0.01em;
    line-height: 1.2;
    white-space: nowrap;
}

.tema2-pd__switch {
    position: relative;
    display: inline-block;
    width: 2.75rem;
    height: 1.5rem;
    flex-shrink: 0;
}

.tema2-pd__switch input {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.tema2-pd__switch-track {
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    background: rgba(148, 163, 184, 0.45);
    transition: background 0.2s ease;
}

.tema2-pd__switch-track::after {
    content: "";
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 9999px;
    background: var(--md-sys-color-surface);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.18);
    transition: transform 0.2s ease;
}

.tema2-pd__switch input:checked + .tema2-pd__switch-track {
    background: var(--md-sys-color-primary);
}

.tema2-pd__switch input:checked + .tema2-pd__switch-track::after {
    transform: translateX(1.25rem);
}

.tema2-pd__switch input:focus-visible + .tema2-pd__switch-track {
    outline: 2px solid var(--md-sys-color-primary);
    outline-offset: 2px;
}

/* EPIN ürün detay — deneme: sol hero + sağ varyant kutuları */
.tema2-pd-board {
    display: grid;
    gap: 1.15rem;
    margin-bottom: 1.5rem;
}

.tema2-pd-hero__card {
    position: relative;
    overflow: hidden;
    border-radius: 1.15rem;
    aspect-ratio: 2 / 3;
    background: #0f172a;
}

.tema2-pd-hero__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.tema2-pd-hero__veil {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.35rem;
    padding: 1.1rem 1rem 1.15rem;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.35) 38%, transparent 62%);
}

.tema2-pd-hero__cat {
    margin: 0;
    color: #fdba74;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tema2-pd-hero__title {
    margin: 0;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.tema2-pd .tema2-section-heading__actions {
    gap: 0.65rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.tema2-pd-skus {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    align-items: stretch;
}

.tema2-pd-sku {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-width: 0;
    padding: 1.05rem 1.1rem 0.95rem;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.4);
    border-radius: 1.15rem;
    background:
        radial-gradient(120% 80% at 100% 0%, rgb(var(--md-sys-color-primary-rgb) / 0.08), transparent 58%),
        linear-gradient(165deg, var(--md-sys-color-surface) 0%, var(--md-sys-color-surface) 52%, rgb(var(--md-sys-color-primary-rgb) / 0.06) 100%);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.25s ease;
}

.tema2-pd-sku:hover {
    border-color: rgba(249, 115, 22, 0.32);
    box-shadow: 0 14px 32px -22px rgba(234, 88, 12, 0.55);
    transform: translateY(-3px);
}

.tema2-pd-sku.is-selected {
    border-color: var(--md-sys-color-primary);
    background:
        radial-gradient(120% 80% at 100% 0%, rgb(var(--md-sys-color-primary-rgb) / 0.12), transparent 58%),
        linear-gradient(165deg, var(--md-sys-color-surface) 0%, var(--md-sys-color-surface) 52%, rgb(var(--md-sys-color-primary-rgb) / 0.12) 100%);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.14);
}

.tema2-pd-sku.is-out {
    opacity: 0.72;
}

.tema2-pd-sku.is-out.is-selected {
    border-color: var(--md-sys-color-on-surface-variant);
    background:
        radial-gradient(120% 80% at 100% 0%, rgb(var(--md-sys-color-outline-variant-rgb) / 0.18), transparent 55%),
        linear-gradient(165deg, var(--md-sys-color-surface-container-low) 0%, var(--md-sys-color-surface) 50%, var(--md-sys-color-surface-container) 100%);
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.18);
}

.tema2-pd-sku.stock-hidden {
    display: none !important;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    transform: none;
}

.tema2-pd-sku__shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        115deg,
        transparent 38%,
        rgba(255, 255, 255, 0.5) 50%,
        transparent 64%
    );
    transform: translateX(-130%);
    transition: transform 0.85s ease;
}

.tema2-pd-sku:hover .tema2-pd-sku__shine,
.tema2-pd-sku:focus-visible .tema2-pd-sku__shine {
    transform: translateX(130%);
}

.tema2-pd-sku__info,
.tema2-pd-sku__foot {
    position: relative;
    z-index: 1;
}

.tema2-pd-sku__info {
    min-width: 0;
}

.tema2-pd-sku__name {
    margin: 0;
    color: var(--md-sys-color-on-surface);
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tema2-pd-sku__name a {
    color: inherit;
    text-decoration: none;
}

.tema2-pd-sku__name a:hover {
    color: var(--md-sys-color-primary-dim);
}

.tema2-pd-sku__opp {
    margin: 0.4rem 0 0;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tema2-pd-sku__opp .material-symbols-outlined {
    flex-shrink: 0;
    font-size: 16px !important;
    color: var(--md-sys-color-primary);
}

.tema2-pd-sku__sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tema2-pd-sku__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.65rem 0.85rem;
    margin-top: auto;
    padding-top: 0.8rem;
    border-top: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
}

.tema2-pd-sku.is-selected .tema2-pd-sku__foot {
    border-top-color: rgb(var(--md-sys-color-primary-rgb) / 0.35);
}

.tema2-pd-sku__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
}

.tema2-pd-sku__bonus {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.5rem;
    border-radius: 9999px;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.14);
    color: var(--md-sys-color-primary-dim);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.tema2-pd-sku__pill {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.5rem;
    border-radius: 9999px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
}

.tema2-pd-sku__pill .material-symbols-outlined {
    font-size: 13px !important;
}

.tema2-pd-sku__pill--ok {
    background: #ecfdf5;
    color: #047857;
}

.tema2-pd-sku__pill--low {
    background: var(--md-sys-color-primary);
    color: #fff;
    animation: tema2-pd-low-pulse 1.8s ease-in-out infinite;
}

@keyframes tema2-pd-low-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.42);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(249, 115, 22, 0);
        transform: scale(1.04);
    }
}

.tema2-pd-sku__pill--out {
    background: var(--md-sys-color-surface-container);
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-pd-sku__pill--barem {
    background: #f5f3ff;
    color: #6d28d9;
}

.tema2-pd-sku__pill--pre {
    background: #fef3c7;
    color: #b45309;
}

.tema2-pd-sku__price {
    margin: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 0.28rem 0.4rem;
}

.tema2-pd-sku__now {
    color: var(--md-sys-color-primary-dim);
    font-size: 1.22rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.tema2-pd-sku__old {
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.74rem;
    font-weight: 600;
    text-decoration: line-through;
}

.tema2-pd-sku__pick {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-left: 0.15rem;
    flex-shrink: 0;
    border-radius: 9999px;
    border: 1.5px solid rgba(249, 115, 22, 0.45);
    background: rgb(var(--md-sys-color-primary-rgb) / 0.14);
    color: var(--md-sys-color-primary-dim);
}

.tema2-pd-sku.is-selected .tema2-pd-sku__pick {
    border-color: var(--md-sys-color-primary-dim);
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
}

.tema2-pd-sku.is-out .tema2-pd-sku__pick {
    border-color: rgb(var(--md-sys-color-outline-variant-rgb) / 0.55);
    background: var(--md-sys-color-surface-container);
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-pd-sku.is-out.is-selected .tema2-pd-sku__pick {
    border-color: var(--md-sys-color-on-surface-variant);
    background: #94a3b8;
    color: #fff;
}

.tema2-pd-sku__pick .material-symbols-outlined {
    font-size: 18px !important;
    font-variation-settings: "wght" 600;
}

.tema2-pd-sku__pick .tema2-pd-sku__pick-ok {
    display: none !important;
}

.tema2-pd-sku.is-selected .tema2-pd-sku__pick .tema2-pd-sku__pick-plus {
    display: none !important;
}

.tema2-pd-sku.is-selected .tema2-pd-sku__pick .tema2-pd-sku__pick-ok {
    display: inline-block !important;
}

@media (prefers-reduced-motion: reduce) {
    .tema2-pd-sku,
    .tema2-pd-sku__shine {
        transition: none !important;
    }
    .tema2-pd-sku:hover,
    .tema2-pd-sku:hover .tema2-pd-sku__shine,
    .tema2-pd-sku:focus-visible .tema2-pd-sku__shine {
        transform: none;
    }
    .tema2-pd-sku__pill--low {
        animation: none;
    }
}

.tema2-pd-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 4.75rem;
    z-index: 40;
    border-top: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
    background: rgb(var(--md-sys-color-surface-rgb) / 0.95);
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(12px);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.tema2-pd-dock--off {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
}

.tema2-pd-dock__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.85rem;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0.85rem 1rem;
}

.tema2-pd-dock__left,
.tema2-pd-dock__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.85rem;
    min-width: 0;
    width: 100%;
}

.tema2-pd-dock__product,
.tema2-pd-dock__stat,
.tema2-pd-dock__amount,
.tema2-pd-dock__ctrl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.tema2-pd-dock__product,
.tema2-pd-dock__stat,
.tema2-pd-dock__amount {
    height: 3rem;
    justify-content: center;
    gap: 0.15rem;
}

.tema2-pd-dock__product {
    flex: 1 1 0;
}

.tema2-pd-dock__stat,
.tema2-pd-dock__amount,
.tema2-pd-dock__ctrl {
    flex-shrink: 0;
}

.tema2-pd-dock__ctrl {
    align-items: center;
}

.tema2-pd-dock__ctrl.is-off {
    display: none !important;
}

.tema2-pd-dock__ctrl--cart {
    flex: 1 1 auto;
    align-items: stretch;
}

.tema2-pd-dock__label {
    margin: 0 0 0.2rem;
    height: 0.85rem;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 0.85rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.tema2-pd-dock__product .tema2-pd-dock__label,
.tema2-pd-dock__stat .tema2-pd-dock__label,
.tema2-pd-dock__amount .tema2-pd-dock__label {
    margin: 0;
    height: auto;
    line-height: 1;
}

.tema2-pd-dock__ctrl .tema2-pd-dock__label {
    width: 100%;
    text-align: center;
}

.tema2-pd-dock__name,
.tema2-pd-dock__stat-val,
.tema2-pd-dock__total {
    display: flex;
    align-items: center;
    margin: 0;
    height: auto;
    color: var(--md-sys-color-on-surface);
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    white-space: nowrap;
}

.tema2-pd-dock__name {
    overflow: hidden;
    text-overflow: ellipsis;
}

.tema2-pd-dock__rule {
    display: block;
    width: 1px;
    height: 3rem;
    flex-shrink: 0;
    align-self: center;
    background: rgb(var(--md-sys-color-outline-variant-rgb) / 0.45);
}

.tema2-pd-dock__bonus {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-shrink: 0;
}

.tema2-pd-dock__bonus.is-off {
    display: none !important;
}

.tema2-pd-dock__bonus-val,
.tema2-pd-dock__total {
    color: var(--md-sys-color-primary-dim);
}

.tema2-pd-dock__stepper {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 3rem;
    padding: 0.25rem;
    border: 0;
    border-radius: 9999px;
    background: var(--md-sys-color-surface-container);
}

.tema2-pd-dock__stepper.is-off {
    display: none !important;
}

.tema2-pd-dock__stepper button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    color: var(--md-sys-color-on-surface);
    cursor: pointer;
}

.tema2-pd-dock__stepper button:hover {
    background: var(--md-sys-color-surface);
}

.tema2-pd-dock__stepper button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.tema2-pd-dock__stepper button .material-symbols-outlined {
    font-size: 18px !important;
}

.tema2-pd-dock__stepper input {
    width: 3.5rem;
    height: 2.5rem;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 2.5rem;
    color: var(--md-sys-color-on-surface);
    padding: 0;
    -moz-appearance: textfield;
    appearance: textfield;
}

.tema2-pd-dock__stepper input:focus {
    outline: none;
    box-shadow: none;
}

.tema2-pd-dock__stepper input::-webkit-outer-spin-button,
.tema2-pd-dock__stepper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tema2-pd-dock__stepper--barem input {
    width: 4.25rem;
}

.tema2-pd-dock__cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    align-self: stretch;
    gap: 0.4rem;
    height: 3rem;
    padding: 0 1.25rem;
    border: 0;
    border-radius: 9999px;
    background: linear-gradient(90deg, #ea580c, var(--md-sys-color-primary));
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 10px 24px -12px rgba(234, 88, 12, 0.65);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tema2-pd-dock__cart:hover {
    transform: scale(1.02);
}

.tema2-pd-dock__cart:active {
    transform: scale(0.97);
}

.tema2-pd-dock__cart:disabled {
    background: #94a3b8;
    box-shadow: none;
    cursor: not-allowed;
    transform: none;
}

.tema2-pd-dock.is-alert .tema2-pd-dock__ctrl--cart,
.tema2-pd-dock.is-alert #tema2PdDockQtyWrap,
.tema2-pd-dock.is-alert #tema2PdDockBaremWrap {
    display: none;
}

.tema2-pd-dock__ctrl--alert {
    flex: 1 1 auto;
    min-width: 12rem;
}

.tema2-pd-dock__alert-item {
    width: 100%;
}

.tema2-stock-alert {
    width: 100%;
}

.tema2-stock-alert form {
    margin: 0;
    width: 100%;
}

.tema2-stock-alert__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    min-height: 3rem;
    padding: 0 1.15rem;
    border-radius: 9999px;
    border: 1px solid rgb(var(--md-sys-color-primary-rgb) / 0.4);
    background: rgb(var(--md-sys-color-primary-rgb) / 0.1);
    color: var(--md-sys-color-primary);
    font-size: 0.92rem;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.tema2-stock-alert__btn:hover {
    background: rgb(var(--md-sys-color-primary-rgb) / 0.16);
    border-color: rgb(var(--md-sys-color-primary-rgb) / 0.55);
}

.tema2-stock-alert__btn--done {
    cursor: default;
    border-color: rgb(var(--md-sys-color-outline-variant-rgb) / 0.55);
    background: var(--md-sys-color-surface-container);
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-stock-alert__btn .material-symbols-outlined {
    font-size: 1.25rem;
}

.tema2-pd-sku__alert {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 0.35rem;
}

.tema2-pd-sku__alert .tema2-stock-alert__btn {
    min-height: 2.35rem;
    font-size: 0.78rem;
    padding: 0 0.75rem;
}

.tema2-sku__oos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.35rem;
    min-height: 2.35rem;
    color: var(--md-sys-color-error);
    font-size: 0.9rem;
    font-weight: 700;
}

.tema2-pd-dock__cart .material-symbols-outlined {
    font-size: 22px !important;
}

.tema2-pd-dock__dismiss {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 0;
    border-radius: 9999px;
    background: var(--md-sys-color-surface-container);
    color: var(--md-sys-color-on-surface-variant);
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.tema2-pd-dock__dismiss:hover {
    background: var(--md-sys-color-surface-container-high);
    color: var(--md-sys-color-on-surface);
}

.tema2-pd-dock__dismiss:active {
    transform: scale(0.96);
}

.tema2-pd-dock__dismiss .material-symbols-outlined {
    font-size: 22px !important;
}

body.tema2-pd-dock-open {
    padding-bottom: 12.5rem;
}

@media (min-width: 640px) {
    .tema2-pd-dock__left,
    .tema2-pd-dock__right {
        gap: 1.25rem;
    }
}

@media (min-width: 768px) {
    .tema2-pd-dock {
        bottom: 0;
    }
    .tema2-pd-dock__inner {
        flex-direction: row;
        align-items: center;
        padding: 1rem 1.5rem;
    }
    .tema2-pd-dock__left,
    .tema2-pd-dock__right {
        width: auto;
    }
    .tema2-pd-dock__product {
        flex: 0 1 16rem;
        max-width: 16rem;
    }
    .tema2-pd-dock__cart {
        flex: 0 0 auto;
        padding: 0 2.5rem;
        font-size: 1.05rem;
    }
    body.tema2-pd-dock-open {
        padding-bottom: 7.5rem;
    }
}

@media (min-width: 960px) {
    .tema2-pd-board {
        grid-template-columns: minmax(15.5rem, 20rem) minmax(0, 1fr);
        align-items: start;
        gap: 1.25rem;
    }
    .tema2-pd-hero {
        position: sticky;
        top: 1rem;
    }
    .tema2-pd-skus {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }
}

@media (min-width: 1280px) {
    .tema2-pd-skus {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .tema2-cat__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.9rem;
    }
    .tema2-cat__title {
        font-size: 0.98rem;
    }
}

@media (min-width: 1024px) {
    .tema2-cat__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .tema2-cat__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .tema2-cat__media img,
    .tema2-cat__shine,
    .tema2-cat__cta {
        transition: none !important;
    }
    .tema2-cat__card:hover .tema2-cat__media img,
    .tema2-cat__card:hover .tema2-cat__shine {
        transform: none;
    }
}

/* Ürün yorum yıldızları — ikon 1em kutusunda kesilmesin */
.tema2-review-card {
    overflow: visible;
}
.tema2-review-stars {
    display: inline-flex;
    align-items: center;
    gap: 0.1rem;
    flex-shrink: 0;
    line-height: 1;
    overflow: visible;
}
.tema2-review-stars .material-symbols-outlined {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
    width: 1.35rem;
    height: 1.35rem;
    font-size: 1.35rem !important;
    line-height: 1;
}
.tema2-review-stars--form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.tema2-review-stars--form .material-symbols-outlined {
    width: 2rem;
    height: 2rem;
    font-size: 2rem !important;
}

.tema2-store-field {
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.4) !important;
    background-color: rgb(var(--md-sys-color-surface-container-rgb) / 1);
}

html.dark .tema2-store-field {
    background-color: rgb(var(--md-sys-color-surface-container-low-rgb) / 1);
}

.tema2-store-field:focus {
    border-color: rgb(var(--md-sys-color-primary-rgb) / 0.45) !important;
}

.tema2-reviews-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
}

.tema2-reviews-more {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    white-space: nowrap;
    margin: 0;
    padding: 0.65rem 1.25rem 0.65rem 1.35rem;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 9999px;
    background: var(--md-sys-color-surface);
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.tema2-reviews-more:hover {
    border-color: rgba(249, 115, 22, 0.45);
    background: rgb(var(--md-sys-color-primary-rgb) / 0.12);
    color: var(--md-sys-color-primary-dim);
}

.tema2-reviews-more:disabled {
    cursor: default;
    opacity: 0.6;
}

.tema2-reviews-more .material-symbols-outlined {
    display: inline-flex !important;
    flex-shrink: 0;
    overflow: visible !important;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 1.2rem !important;
    line-height: 1;
}

.tema2-review-textarea {
    border: 1px solid rgba(148, 163, 184, 0.35);
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.tema2-review-textarea:hover {
    border-color: rgba(148, 163, 184, 0.55);
}

.tema2-review-textarea:focus {
    border-color: rgba(249, 115, 22, 0.55);
    background: var(--md-sys-color-surface);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.12);
}

/* EPIN SKU detay — ürün kartı + satın alma paneli */
.tema2-sku {
    margin-bottom: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.15rem;
    background: var(--md-sys-color-surface);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.tema2-sku__grid {
    display: grid;
    gap: 1.25rem;
    padding: 1rem;
    align-items: start;
}

.tema2-sku__visual {
    margin: 0;
    justify-self: center;
    width: min(100%, 13.5rem);
}

.tema2-sku__visual-frame {
    overflow: hidden;
    border-radius: 0.95rem;
    aspect-ratio: 2 / 3;
    background: linear-gradient(165deg, var(--md-sys-color-surface-container) 0%, var(--md-sys-color-surface-container-high) 100%);
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.12);
}

.tema2-sku__visual-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.tema2-sku__main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tema2-sku__back {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    width: fit-content;
    max-width: 100%;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease;
}

.tema2-sku__back:hover {
    color: var(--md-sys-color-primary-dim);
}

.tema2-sku__back .material-symbols-outlined {
    font-size: 1rem;
}

.tema2-sku__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.tema2-sku__tag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.18rem 0.55rem;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
}

.tema2-sku__tag--epin { background: rgb(var(--md-sys-color-primary-rgb) / 0.14); color: var(--md-sys-color-primary-dim); }
.tema2-sku__tag--sale { background: #ea580c; color: #fff; }
.tema2-sku__tag--stock { background: #dcfce7; color: #15803d; }
.tema2-sku__tag--pre { background: #fef3c7; color: #b45309; }
.tema2-sku__tag--out { background: var(--md-sys-color-surface-container); color: var(--md-sys-color-on-surface-variant); }
.tema2-sku__tag--fast { background: #e0f2fe; color: #0369a1; }
.tema2-sku__tag--barem { background: #ede9fe; color: #6d28d9; }
.tema2-sku__tag--best { background: #ffedd5; color: var(--md-sys-color-primary-dim); }
.tema2-sku__tag--new { background: #dbeafe; color: #1d4ed8; }
.tema2-sku__tag--discounted { background: #fce7f3; color: #be185d; }

.tema2-sku__title {
    margin: 0;
    color: var(--md-sys-color-on-surface);
    font-size: clamp(1.25rem, 2.2vw, 1.75rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.tema2-sku__subtitle {
    margin: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.88rem;
    line-height: 1.5;
}

.tema2-sku__price-old {
    display: block;
    margin-bottom: 0.1rem;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.85rem;
    text-decoration: line-through;
}

.tema2-sku__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.5rem;
}

.tema2-sku__price-row .tema2-pd-sku__pill {
    margin-top: 0;
    align-self: center;
}

.tema2-sku__price-now {
    color: var(--md-sys-color-on-surface);
    font-size: clamp(1.22rem, 2vw, 1.48rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.tema2-sku__price-badge {
    border-radius: 0.35rem;
    padding: 0.12rem 0.4rem;
    background: rgba(249, 115, 22, 0.12);
    color: var(--md-sys-color-primary-dim);
    font-size: 0.72rem;
    font-weight: 800;
}

.tema2-sku__price-unit {
    margin: 0.25rem 0 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.72rem;
}

.tema2-sku__barem-note {
    margin: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.72rem;
    line-height: 1.45;
}

.tema2-sku__barem-note strong {
    color: var(--md-sys-color-on-surface-variant);
    font-weight: 700;
}

.tema2-sku__buy {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: stretch;
}

.tema2-sku__buy-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: 100%;
}

.tema2-sku__buy-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 2rem;
    width: 2rem;
    padding: 1.25rem 0;
    gap: 0.4rem;
}

.tema2-sku__buy-divider-line {
    flex: 1;
    width: 1px;
    min-height: 1.25rem;
    background: linear-gradient(180deg, rgba(148, 163, 184, 0.08) 0%, rgba(234, 88, 12, 0.32) 50%, rgba(148, 163, 184, 0.08) 100%);
}

.tema2-sku__buy-divider-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    border: 1px solid rgba(234, 88, 12, 0.22);
    background: linear-gradient(180deg, rgb(var(--md-sys-color-primary-rgb) / 0.16) 0%, var(--md-sys-color-surface) 100%);
    color: var(--md-sys-color-primary-dim);
    box-shadow: 0 4px 12px -8px rgba(234, 88, 12, 0.55);
}

.tema2-sku__buy-divider-arrow .material-symbols-outlined {
    font-size: 1rem;
    line-height: 1;
}

.tema2-sku__purchase {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(251, 146, 60, 0.2);
    border-radius: 0.95rem;
    background: var(--md-sys-color-surface);
    box-shadow: 0 10px 28px -24px rgba(234, 88, 12, 0.35);
    flex: 1 1 28rem;
    min-width: 0;
    max-width: 31rem;
}

.tema2-sku__purchase-head {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.tema2-sku__purchase .tema2-sku__title {
    font-size: clamp(1.05rem, 1.85vw, 1.38rem);
    line-height: 1.2;
}

.tema2-sku__purchase .tema2-sku__subtitle {
    font-size: 0.82rem;
    line-height: 1.45;
}

.tema2-sku__purchase .tema2-sku__tags {
    margin: 0;
}

.tema2-sku__purchase-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    column-gap: 1rem;
    align-items: start;
}

.tema2-sku__purchase-left {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    text-align: left;
}

.tema2-sku__purchase-split-rule {
    width: 1px;
    min-height: 100%;
    align-self: stretch;
    background: linear-gradient(180deg, rgba(148, 163, 184, 0.08) 0%, rgba(234, 88, 12, 0.32) 50%, rgba(148, 163, 184, 0.08) 100%);
}

.tema2-sku__purchase-right {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.tema2-sku__purchase-left .tema2-sku__purchase-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.55rem;
    row-gap: 0.45rem;
    width: 100%;
    align-items: end;
}

.tema2-sku__purchase-left .tema2-sku__purchase-meta:has(.tema2-sku__meta-item--opposite):not(:has(.tema2-sku__meta-item--bonus)) {
    grid-template-columns: minmax(0, 1fr);
}

.tema2-sku__purchase-left .tema2-sku__purchase-meta:has(.tema2-sku__meta-item--bonus):not(:has(.tema2-sku__meta-item--opposite)) {
    grid-template-columns: minmax(0, 1fr);
}

.tema2-sku__purchase-left .tema2-sku__meta-item--opposite,
.tema2-sku__purchase-left .tema2-sku__meta-item--bonus {
    min-width: 0;
    width: 100%;
}

.tema2-sku__meta-item {
    display: flex;
    align-items: center;
    gap: 0.32rem;
    min-width: 0;
    padding: 0.28rem 0.42rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 0.5rem;
    background: var(--md-sys-color-surface-container-low);
}

.tema2-sku__meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.28rem;
    height: 1.28rem;
    flex-shrink: 0;
    border-radius: 0.35rem;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.14);
    color: var(--md-sys-color-primary-dim);
}

.tema2-sku__meta-icon .material-symbols-outlined {
    font-size: 0.82rem;
    line-height: 1;
}

.tema2-sku__purchase-meta .tema2-sku__meta-val {
    display: block;
    min-height: 0;
    flex: 1 1 auto;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tema2-sku__purchase-meta .tema2-sku__meta-val--opposite,
.tema2-sku__purchase-meta .tema2-sku__meta-val--bonus {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-sku__purchase-actions {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    width: 100%;
}

.tema2-sku__purchase-actions:has(.tema2-sku__stepper--barem) {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.tema2-sku__purchase-actions:has(.tema2-sku__stepper--barem) .tema2-sku__action-item--total {
    grid-column: auto;
}

.tema2-sku__action-item {
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
    min-width: 0;
    padding: 0.42rem 0.48rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 0.55rem;
    background: var(--md-sys-color-surface-container-low);
}

.tema2-sku__action-head {
    display: flex;
    align-items: center;
    gap: 0.32rem;
    min-width: 0;
}

.tema2-sku__action-label {
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tema2-sku__purchase-actions .tema2-sku__stepper {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 1.85rem;
}

.tema2-sku__total-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 1.85rem;
    padding: 0 0.55rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.45);
    border-radius: 0.45rem;
    background: var(--md-sys-color-surface);
    color: var(--md-sys-color-on-surface);
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
    white-space: nowrap;
}

.tema2-sku__purchase-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem 1.25rem;
}

.tema2-sku__field--opposite {
    flex: 1 1 9rem;
    min-width: 0;
}

.tema2-sku__meta-val--opposite {
    display: flex;
    align-items: center;
    min-height: 1.85rem;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
}

.tema2-sku__field--bonus {
    flex: 0 0 auto;
}

.tema2-sku__bonus-val {
    display: inline-flex;
    align-items: center;
    min-height: 1.85rem;
    padding: 0.12rem 0.55rem;
    border-radius: 999px;
    background: rgb(var(--md-sys-color-primary-rgb) / 0.14);
    color: var(--md-sys-color-primary-dim);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.tema2-sku__purchase-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem 1rem;
}

.tema2-sku__field--total {
    min-width: auto;
}

.tema2-sku__field--total .tema2-sku__total-val {
    display: flex;
    align-items: center;
    min-height: 1.85rem;
}

.tema2-sku__field {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    flex: 0 0 auto;
}

.tema2-sku__field-label {
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tema2-sku__stepper {
    display: flex;
    align-items: stretch;
    width: 6.5rem;
    height: 1.85rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.45);
    border-radius: 0.45rem;
    background: var(--md-sys-color-surface);
    overflow: hidden;
}

.tema2-sku__stepper-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    flex-shrink: 0;
    border: 0;
    background: transparent;
    color: var(--md-sys-color-on-surface-variant);
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.tema2-sku__stepper-btn:hover {
    background: var(--md-sys-color-surface-container);
    color: var(--md-sys-color-on-surface);
}

.tema2-sku__stepper-btn .material-symbols-outlined {
    font-size: 0.95rem;
}

.tema2-sku__stepper-input {
    flex: 1;
    min-width: 0;
    width: 2rem;
    border: 0 !important;
    background: transparent !important;
    padding: 0;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--md-sys-color-on-surface) !important;
    -webkit-text-fill-color: var(--md-sys-color-on-surface);
    caret-color: var(--md-sys-color-primary);
    box-shadow: none !important;
}

.tema2-sku__stepper-input:focus {
    outline: none;
}

.tema2-sku__stepper-input:-webkit-autofill,
.tema2-sku__stepper-input:-webkit-autofill:hover,
.tema2-sku__stepper-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px var(--md-sys-color-surface) inset !important;
    box-shadow: 0 0 0 1000px var(--md-sys-color-surface) inset !important;
    -webkit-text-fill-color: var(--md-sys-color-on-surface) !important;
}

.tema2-sku__stepper-input::-webkit-outer-spin-button,
.tema2-sku__stepper-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tema2-sku__field:has(.barem-input) .tema2-sku__stepper,
.tema2-sku__action-item:has(.barem-input) .tema2-sku__stepper {
    width: 100%;
    min-width: 0;
}

.tema2-sku__stepper-input.barem-input {
    min-width: 0;
    flex: 1 1 0;
    font-size: 0.72rem;
    letter-spacing: -0.02em;
    padding: 0 0.28rem;
}

.tema2-sku__purchase-actions .tema2-sku__stepper--barem .tema2-sku__stepper-btn {
    width: 1.4rem;
}


.tema2-sku__purchase:has(.tema2-sku__barem-form) {
    max-width: 31.5rem;
}

.tema2-sku__hint {
    margin: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.65rem;
    line-height: 1.35;
}

.tema2-sku__total {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    min-width: 0;
}

.tema2-sku__total-label {
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tema2-sku__total-val {
    color: var(--md-sys-color-on-surface);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
    white-space: nowrap;
}

.tema2-sku__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 2.35rem;
    padding: 0.45rem 0.95rem;
    border: 0;
    border-radius: 999px;
    background: #ea580c;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 6px 16px -10px rgba(234, 88, 12, 0.85);
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.tema2-sku__btn:hover {
    background: #c2410c;
}

.tema2-sku__btn:active {
    transform: scale(0.98);
}

.tema2-sku__btn .material-symbols-outlined {
    font-size: 1rem;
}

.tema2-sku__btn--block {
    width: 100%;
    margin-top: 0.15rem;
}

.tema2-sku__barem-form,
.tema2-sku__qty-form {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.tema2-sku__siblings {
    flex: 0 0 13.25rem;
    width: 13.25rem;
    min-width: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    margin-left: 0.65rem;
    padding: 0.85rem 0.8rem 0.9rem;
    border: 1px solid rgba(251, 146, 60, 0.24);
    border-radius: 0.95rem;
    background: linear-gradient(165deg, var(--md-sys-color-surface) 0%, var(--md-sys-color-surface) 52%, rgb(var(--md-sys-color-primary-rgb) / 0.08) 100%);
    box-shadow: 0 12px 30px -22px rgba(234, 88, 12, 0.45);
    position: relative;
    overflow: hidden;
}

.tema2-sku__siblings::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(234, 88, 12, 0.15) 0%, rgba(234, 88, 12, 0.75) 50%, rgba(234, 88, 12, 0.15) 100%);
    pointer-events: none;
}

.tema2-sku__siblings-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    margin-bottom: 0.6rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.tema2-sku__siblings-title {
    display: flex;
    align-items: center;
    gap: 0.32rem;
    margin: 0;
    min-width: 0;
    color: var(--md-sys-color-primary-dim);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.tema2-sku__siblings-title-icon {
    font-size: 0.95rem;
    color: var(--md-sys-color-primary-dim);
}

.tema2-sku__siblings-all {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    flex-shrink: 0;
    padding: 0.2rem 0.45rem;
    border: 1px solid rgba(234, 88, 12, 0.22);
    border-radius: 999px;
    background: rgb(var(--md-sys-color-surface-rgb) / 0.92);
    color: var(--md-sys-color-primary-dim);
    font-size: 0.58rem;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.tema2-sku__siblings-all .material-symbols-outlined {
    font-size: 0.82rem;
    line-height: 1;
    transition: transform 0.15s ease;
}

.tema2-sku__siblings-all:hover {
    background: rgb(var(--md-sys-color-primary-rgb) / 0.12);
    border-color: rgba(234, 88, 12, 0.38);
    box-shadow: 0 6px 14px -12px rgba(234, 88, 12, 0.65);
    transform: translateY(-1px);
}

.tema2-sku__siblings-all:hover .material-symbols-outlined {
    transform: translateX(2px);
}

.tema2-sku__siblings--multi {
    width: 26.5rem;
    flex: 0 0 26.5rem;
}

.tema2-sku__sibling-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(234, 88, 12, 0.45) transparent;
}

.tema2-sku__sibling-list--grid {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - 0.175rem);
    align-content: start;
    gap: 0.35rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.tema2-sku__sibling-list--grid > li {
    min-width: 0;
    scroll-snap-align: start;
}

.tema2-sku__sibling-list::-webkit-scrollbar,
.tema2-sku__sibling-list--grid::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.tema2-sku__sibling-list::-webkit-scrollbar-track {
    background: transparent;
}

.tema2-sku__sibling-list::-webkit-scrollbar-thumb {
    background-color: rgba(234, 88, 12, 0.35);
    border-radius: 3px;
}

.tema2-sku__sibling-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    padding: 0.48rem 0.52rem;
    border: 1px solid rgba(251, 146, 60, 0.14);
    border-radius: 0.55rem;
    background: var(--md-sys-color-surface-container-low);
    color: inherit;
    text-decoration: none;
    transition: border-color 0.15s ease, background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.tema2-sku__sibling-link:hover {
    border-color: rgba(234, 88, 12, 0.38);
    background: rgb(var(--md-sys-color-primary-rgb) / 0.12);
    box-shadow: 0 8px 16px -14px rgba(234, 88, 12, 0.65);
    transform: translateX(2px);
}

.tema2-sku__sibling-side {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    flex-shrink: 0;
}

.tema2-sku__sibling-arrow {
    font-size: 0.95rem;
    color: #fdba74;
    transition: color 0.15s ease, transform 0.15s ease;
}

.tema2-sku__sibling-link:hover .tema2-sku__sibling-arrow {
    color: var(--md-sys-color-primary-dim);
    transform: translateX(2px);
}

.tema2-sku__sibling-name {
    min-width: 0;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
}

.tema2-sku__sibling-prices {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.08rem;
    flex-shrink: 0;
}

.tema2-sku__sibling-price-old {
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.66rem;
    font-weight: 600;
    text-decoration: line-through;
    white-space: nowrap;
}

.tema2-sku__sibling-price {
    color: var(--md-sys-color-on-surface);
    font-size: 0.75rem;
    font-weight: 800;
    white-space: nowrap;
}

.tema2-sku__perks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.45rem 0.95rem;
    margin: 0.15rem 0 0;
    padding: 0.75rem 0 0;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
    list-style: none;
    width: 100%;
    text-align: center;
}

.tema2-sku__perks li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.32rem;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.tema2-sku__perks .material-symbols-outlined {
    font-size: 0.92rem;
    color: var(--md-sys-color-primary-dim);
    flex-shrink: 0;
}

.tema2-sku__ai {
    min-width: 0;
}

.tema2-ai-summary {
    flex: 0 0 12.75rem;
    width: 12.75rem;
    min-width: 0;
    margin-top: 0;
    padding: 0.95rem 0.85rem;
    border: 1px solid rgba(251, 146, 60, 0.2);
    border-radius: 0.95rem;
    background: var(--md-sys-color-surface);
    box-shadow: 0 10px 28px -24px rgba(234, 88, 12, 0.35);
    align-self: stretch;
}

.tema2-ai-summary__title {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0 0 0.7rem;
    padding: 0;
    color: var(--md-sys-color-primary-dim);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.tema2-ai-summary__title-icon {
    font-size: 1rem;
    color: var(--md-sys-color-primary-dim);
}

.tema2-ai-summary__list {
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
}

.tema2-ai-summary__item {
    display: grid;
    grid-template-columns: 2.15rem 1fr;
    align-items: center;
    gap: 0.6rem;
    min-height: 2.45rem;
    padding: 0.38rem 0.45rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 0.6rem;
    background: var(--md-sys-color-surface-container-low);
    color: var(--md-sys-color-on-surface-variant);
    text-decoration: none;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.tema2-ai-summary__item:hover {
    border-color: rgba(234, 88, 12, 0.32);
    background: var(--md-sys-color-surface);
    box-shadow: 0 8px 18px -14px rgba(234, 88, 12, 0.75);
    transform: translateX(2px);
}

.tema2-ai-summary__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    flex-shrink: 0;
    border-radius: 0.5rem;
    background: var(--md-sys-color-surface-container);
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.3);
    overflow: hidden;
}

.tema2-ai-summary__icon img {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}

.tema2-ai-summary__icon--chatgpt img {
    width: 1.2rem;
    height: 1.2rem;
}

.tema2-ai-summary__icon--claude img {
    width: 1.32rem;
    height: 1.32rem;
}

.tema2-ai-summary__icon--grok img {
    width: 1.22rem;
    height: 1.22rem;
}

.tema2-ai-summary__icon--perplexity img {
    width: 1.26rem;
    height: 1.26rem;
}

.tema2-ai-summary__label {
    display: block;
    min-width: 0;
    color: var(--md-sys-color-on-surface);
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tema2-ai-summary.tema2-ai-summary--header {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
    padding: 0.55rem 0.55rem;
    border: 1px solid rgba(249, 115, 22, 0.14);
    border-radius: 1rem;
    background: rgb(var(--md-sys-color-surface-container-lowest-rgb) / 0.88);
    box-shadow: none;
    align-self: center;
    box-sizing: border-box;
}

.tema2-ai-summary.tema2-ai-summary--header .tema2-ai-summary__title {
    display: inline-flex;
    align-items: center;
    gap: 0.24rem;
    margin: 0;
    padding: 0;
    color: var(--md-sys-color-primary-dim);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1;
    white-space: nowrap;
}

.tema2-ai-summary.tema2-ai-summary--header .tema2-ai-summary__title-icon {
    font-size: 0.82rem;
}

.tema2-ai-summary.tema2-ai-summary--header .tema2-ai-summary__list {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.22rem;
}

.tema2-ai-summary.tema2-ai-summary--header .tema2-ai-summary__item {
    display: inline-flex;
    grid-template-columns: none;
    align-items: center;
    justify-content: center;
    width: 1.62rem;
    height: 1.62rem;
    min-height: 0;
    padding: 0;
    border-radius: 0.45rem;
}

.tema2-ai-summary.tema2-ai-summary--header .tema2-ai-summary__item:hover {
    transform: translateY(-1px);
    box-shadow: none;
}

.tema2-ai-summary.tema2-ai-summary--header .tema2-ai-summary__icon {
    width: 1.28rem;
    height: 1.28rem;
    border: 0;
    background: transparent;
}

.tema2-ai-summary.tema2-ai-summary--header .tema2-ai-summary__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1099px) {
    .tema2-ai-summary.tema2-ai-summary--header .tema2-ai-summary__title-text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

@media (max-width: 639px) {
    .tema2-sku__buy {
        max-width: 28rem;
    }

    .tema2-sku__buy-row {
        flex-direction: column;
        gap: 0;
    }

    .tema2-sku__purchase {
        max-width: none;
        width: 100%;
    }

    .tema2-sku__purchase-split {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 0.75rem;
    }

    .tema2-sku__purchase-split-rule {
        width: 100%;
        height: 1px;
        min-height: 0;
        background: linear-gradient(90deg, rgba(148, 163, 184, 0.08) 0%, rgba(234, 88, 12, 0.32) 50%, rgba(148, 163, 184, 0.08) 100%);
    }

    .tema2-sku__purchase-right {
        align-items: stretch;
    }

    .tema2-sku__purchase-actions {
        width: 100%;
    }

    .tema2-sku__buy-divider {
        flex-direction: row;
        width: 100%;
        flex: 0 0 auto;
        padding: 0.55rem 0;
        gap: 0.55rem;
    }

    .tema2-sku__buy-divider-line {
        width: auto;
        height: 1px;
        min-height: 0;
        flex: 1;
        background: linear-gradient(90deg, rgba(148, 163, 184, 0.08) 0%, rgba(234, 88, 12, 0.32) 50%, rgba(148, 163, 184, 0.08) 100%);
    }

    .tema2-sku__buy-divider-arrow .material-symbols-outlined {
        transform: rotate(90deg);
    }

    .tema2-ai-summary {
        width: 100%;
        flex: 1 1 auto;
        margin-top: 0;
        margin-left: 0;
    }

    .tema2-sku__siblings {
        width: 100%;
        flex: 1 1 auto;
        margin-left: 0;
        margin-top: 0.65rem;
    }

    .tema2-sku__siblings--multi {
        width: 100%;
        flex: 1 1 auto;
    }

    .tema2-sku__sibling-list--grid {
        grid-auto-columns: min(100%, 14.5rem);
    }
}

@media (min-width: 640px) {
    .tema2-sku__grid {
        grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
        gap: 1.35rem;
        padding: 1.15rem;
    }

    .tema2-sku__visual {
        justify-self: start;
        width: 100%;
        grid-column: 1;
        grid-row: 1;
    }

    .tema2-sku__main {
        grid-column: 2;
        grid-row: 1;
    }
}

@media (min-width: 640px) and (max-width: 1023px) {
    .tema2-sku__buy-row {
        flex-wrap: wrap;
    }

    .tema2-sku__siblings {
        flex: 1 1 100%;
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-top: 0.65rem;
    }

    .tema2-sku__siblings--multi {
        width: 100%;
        flex: 1 1 100%;
    }

    .tema2-sku__sibling-list {
        max-height: 12rem;
    }

    .tema2-sku__sibling-list--grid {
        max-height: none;
        grid-auto-columns: min(100%, 14.5rem);
    }
}

@media (min-width: 1024px) {
    .tema2-sku__grid {
        grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
        gap: 1.25rem 1.35rem;
        padding: 1.25rem 1.35rem;
        align-items: start;
    }

    .tema2-sku__visual {
        grid-column: 1;
        grid-row: 1;
    }

    .tema2-sku__main {
        grid-column: 2;
        grid-row: 1;
    }
}

body.swal2-no-backdrop .swal2-container .swal2-modal,
body.swal2-no-backdrop .swal2-container .swal2-popup {
    box-shadow: none !important;
}

/* Goldbar detay — tema2-gb */
.tema2-gb-board {
    display: grid;
    gap: 1.15rem;
    margin-bottom: 1.5rem;
}

.tema2-gb-hero__card {
    position: relative;
    overflow: hidden;
    border-radius: 1.15rem;
    aspect-ratio: 2 / 3;
    background: #0f172a;
}

.tema2-gb-hero__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.tema2-gb-hero__veil {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.3rem;
    padding: 1.05rem 1rem 1.1rem;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.32) 42%, transparent 66%);
}

.tema2-gb-hero__cat {
    margin: 0;
    color: #fdba74;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tema2-gb-hero__title {
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.tema2-gb-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin: 0.45rem 0 0;
    padding: 0;
    list-style: none;
}

.tema2-gb-hero__trust li {
    padding: 0.22rem 0.5rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.tema2-gb-list {
    min-width: 0;
}

.tema2-gb-list__rows {
    display: grid;
    gap: 0.45rem;
}

.tema2-gb-sku {
    display: grid;
    gap: 0.5rem;
    padding: 0.65rem 0.7rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.4);
    border-radius: 0.9rem;
    background:
        radial-gradient(120% 80% at 100% 0%, rgb(var(--md-sys-color-primary-rgb) / 0.08), transparent 58%),
        linear-gradient(165deg, var(--md-sys-color-surface) 0%, var(--md-sys-color-surface) 52%, rgb(var(--md-sys-color-primary-rgb) / 0.06) 100%);
}

.tema2-gb-sku.is-out {
    opacity: 0.72;
}

.tema2-gb-sku__pack {
    display: grid;
    grid-template-columns: 3.1rem minmax(0, 1fr);
    gap: 0.6rem;
    align-items: center;
    min-width: 0;
}

.tema2-gb-sku__media {
    width: 3.1rem;
    height: 3.1rem;
    overflow: hidden;
    border-radius: 0.6rem;
    background: #e2e8f0;
}

.tema2-gb-sku__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tema2-gb-sku__media img.is-out {
    filter: grayscale(1);
}

.tema2-gb-sku__title {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--md-sys-color-on-surface);
    line-height: 1.25;
}

.tema2-gb-sku__meta {
    margin: 0.08rem 0 0;
    font-size: 0.68rem;
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-gb-sku__ship {
    display: flex;
    align-items: flex-start;
    gap: 0.18rem;
    margin: 0.2rem 0 0;
    color: #b45309;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.35;
}

.tema2-gb-sku__ship .material-symbols-outlined {
    font-size: 0.85rem;
    margin-top: 0.05rem;
}

.tema2-gb-sku__stock {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    margin-top: 0.18rem;
}

.tema2-gb-sku__dot {
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 9999px;
}

.tema2-gb-sku__dot--ok { background: #10b981; }
.tema2-gb-sku__dot--low { background: #ef4444; animation: pulse-warning 2s ease-in-out infinite; }
.tema2-gb-sku__dot--off { background: #94a3b8; }

.tema2-gb-sku__stock-t {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tema2-gb-sku__stock-t--ok { color: #059669; }
.tema2-gb-sku__stock-t--low { color: #dc2626; }
.tema2-gb-sku__stock-t--off { color: var(--md-sys-color-on-surface-variant); }

.tema2-gb-sku__lane {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    width: 100%;
    min-height: 2.85rem;
    padding: 0.4rem 0.55rem;
    border-radius: 0.7rem;
}

.tema2-gb-sku__lane--buy {
    background: rgb(var(--md-sys-color-primary-rgb) / 0.12);
    border: 1px solid rgb(var(--md-sys-color-primary-rgb) / 0.18);
}

.tema2-gb-sku__lane--sell {
    background: rgb(16 185 129 / 0.12);
    border: 1px solid rgb(16 185 129 / 0.28);
}

.tema2-gb-sku__lane-k {
    flex: 0 0 auto;
    margin: 0;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--md-sys-color-on-surface-variant);
    white-space: nowrap;
}

.tema2-gb-sku__lane-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    flex: 0 0 auto;
    min-width: 0;
}

.tema2-gb-sku__sum {
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--md-sys-color-primary-dim);
    line-height: 1.15;
}

.tema2-gb-sku__sum.is-muted {
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-gb-sku__sum--sell {
    color: #059669;
}

html.dark .tema2-gb-sku__sum--sell {
    color: #34d399;
}

.tema2-gb-sku__was {
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--md-sys-color-on-surface-variant);
    text-decoration: line-through;
}

.tema2-gb-sku__na {
    margin: 0;
    margin-left: auto;
    color: var(--md-sys-color-on-surface-variant);
    font-size: 0.9rem;
    font-weight: 700;
}

.tema2-gb-sku__form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.3rem;
    flex: 0 0 auto;
    margin-left: auto;
}

.tema2-gb-sku__lane > .tema2-gb-sku__btn {
    margin-left: auto;
    flex-shrink: 0;
}

.tema2-gb-sku__qty {
    display: inline-flex;
    align-items: center;
    height: 2.1rem;
    padding: 0.1rem;
    border-radius: 9999px;
    background: var(--md-sys-color-surface);
    border: 1px solid #e8eef4;
}

.tema2-gb-sku__qty.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.tema2-gb-sku__qty .qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    color: var(--md-sys-color-on-surface);
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.tema2-gb-sku__qty .qty-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.tema2-gb-sku__qty .qty-btn .material-symbols-outlined {
    font-size: 0.9rem;
    pointer-events: none;
}

.tema2-gb-sku__qty .qty-input {
    width: 2rem;
    height: 1.7rem;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.7rem;
    color: var(--md-sys-color-on-surface);
    padding: 0;
    -moz-appearance: textfield;
    appearance: textfield;
}

.tema2-gb-sku__qty .qty-input:focus {
    outline: none;
    box-shadow: none;
}

.tema2-gb-sku__qty .qty-input::-webkit-outer-spin-button,
.tema2-gb-sku__qty .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tema2-gb-sku__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    height: 2.1rem;
    padding: 0 0.7rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}

.tema2-gb-sku__btn .material-symbols-outlined {
    font-size: 0.95rem;
}

.tema2-gb-sku__btn--cart {
    border: 0;
    background: linear-gradient(165deg, #fb923c, #ea580c);
    color: #fff;
}

.tema2-gb-sku__btn--cart:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.tema2-gb-sku__btn--sell {
    border: 1px solid rgb(16 185 129 / 0.45);
    background: var(--md-sys-color-surface-container-lowest);
    color: #059669;
}

html.dark .tema2-gb-sku__btn--sell {
    color: #34d399;
}

.tema2-gb-streamers__row {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
}

.tema2-gb-streamers__card {
    flex: 0 0 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 0.7rem;
    border-radius: 1rem;
    background: var(--md-sys-color-surface);
    border: 1px solid #e8eef4;
    text-decoration: none;
    color: var(--md-sys-color-on-surface);
}

.tema2-gb-streamers__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    overflow: hidden;
    border-radius: 9999px;
    background: rgba(249, 115, 22, 0.12);
    color: var(--md-sys-color-primary-dim);
    font-weight: 800;
}

.tema2-gb-streamers__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tema2-gb-streamers__name {
    font-size: 0.78rem;
    font-weight: 700;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .tema2-gb-board {
        grid-template-columns: minmax(0, 15.5rem) minmax(0, 1fr);
        align-items: start;
    }

    .tema2-gb-sku {
        grid-template-columns: minmax(0, 1fr) minmax(16.5rem, 0.95fr);
        align-items: stretch;
        gap: 0.5rem 0.55rem;
        padding: 0.6rem 0.7rem;
    }

    .tema2-gb-list--trade .tema2-gb-sku {
        grid-template-columns: minmax(0, 1.15fr) minmax(16.5rem, 0.9fr) minmax(16.5rem, 0.9fr);
    }
}

@media (max-width: 767px) {
    .tema2-gb-sku__lane {
        flex-wrap: wrap;
    }

    .tema2-gb-sku__lane-k {
        flex: 1 1 100%;
    }
}

@media (min-width: 1024px) {
    .tema2-gb-hero__card {
        aspect-ratio: 2 / 3;
    }
}

/* ── Tema2 footer ── */
.tema2-footer {
    --ft-ink: var(--md-sys-color-surface);
    --ft-ink-2: var(--md-sys-color-surface-container);
    --ft-cream: var(--md-sys-color-on-surface);
    --ft-muted: var(--md-sys-color-on-surface-variant);
    --ft-line: rgb(var(--md-sys-color-outline-variant-rgb) / 0.35);
    --ft-accent: var(--md-sys-color-primary);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    margin-top: 0.5rem;
    background:
        radial-gradient(80% 50% at 0% 0%, rgba(249, 115, 22, 0.16), transparent 58%),
        radial-gradient(60% 40% at 100% 100%, rgba(249, 115, 22, 0.08), transparent 55%),
        var(--ft-ink);
    color: var(--ft-cream);
    font-family: Inter, "Inter Fallback", system-ui, sans-serif;
}

.tema2-footer__wash {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -18deg,
        rgba(243, 239, 232, 0.025) 0 1px,
        transparent 1px 11px
    );
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 72%);
}

.tema2-footer__rule {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--ft-accent) 18%, #fb923c 50%, var(--ft-accent) 82%, transparent 100%);
}

.tema2-footer__subscribe {
    position: relative;
    z-index: 1;
    padding-top: 2.75rem;
    padding-bottom: 1.75rem;
}

.tema2-footer a {
    color: inherit;
    text-decoration: none;
}

.tema2-footer a:focus-visible,
.tema2-footer button:focus-visible,
.tema2-footer input:focus-visible {
    outline: 2px solid var(--ft-accent);
    outline-offset: 3px;
}

.tema2-footer__news {
    display: grid;
    gap: 1.5rem;
    padding: 1.35rem 0 1.75rem;
    border-bottom: 1px solid var(--ft-line);
}

.tema2-footer__kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.55rem;
    color: var(--ft-accent);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tema2-footer__kicker .material-symbols-outlined {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
}

.tema2-footer__news-title {
    margin: 0 0 0.45rem;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: var(--ft-cream);
}

.tema2-footer__news-desc {
    margin: 0;
    max-width: 36rem;
    color: var(--ft-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.tema2-footer__news-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.tema2-footer__news-row {
    width: 100%;
}

.tema2-footer__news-field {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    min-height: 3.5rem;
    padding: 0.35rem 0.35rem 0.35rem 0.95rem;
    border-radius: 1rem;
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.55);
    background: var(--md-sys-color-surface);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

html.dark .tema2-footer__news-field {
    background: rgb(var(--md-sys-color-surface-container-high-rgb) / 1);
}

.tema2-footer__news-field:focus-within {
    border-color: rgb(var(--md-sys-color-primary-rgb) / 0.5);
    box-shadow: 0 0 0 3px rgb(var(--md-sys-color-primary-rgb) / 0.16);
}

.tema2-footer__news-icon {
    flex: 0 0 auto;
    font-size: 1.25rem;
    line-height: 1;
    color: var(--md-sys-color-on-surface-variant);
}

.tema2-footer__news-input {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    height: 2.75rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--md-sys-color-on-surface);
    padding: 0 0.55rem;
    font-size: 0.95rem;
    outline: none;
}

.tema2-footer__news-input::placeholder {
    color: rgb(var(--md-sys-color-on-surface-variant-rgb) / 0.75);
}

.tema2-footer__news-btn {
    height: 2.75rem;
    padding: 0 1.35rem;
    border: 0;
    border-radius: 0.75rem;
    background: var(--ft-accent);
    color: var(--md-sys-color-on-primary);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    white-space: nowrap;
    box-shadow: 0 8px 18px -10px rgb(var(--md-sys-color-primary-rgb) / 0.65);
    cursor: pointer;
}

.tema2-footer__news-btn:hover {
    filter: brightness(0.96);
}

.tema2-footer__news-btn:active {
    transform: translateY(1px);
}

.tema2-footer__news-btn:disabled {
    opacity: 0.6;
    pointer-events: none;
}

.tema2-footer__recaptcha {
    transform-origin: left top;
}

.tema2-footer__grid {
    display: grid;
    gap: 2.25rem;
    padding: 2rem 0 1.75rem;
}

.tema2-footer__logo {
    display: inline-flex;
    align-items: center;
}

.tema2-footer__logo-plate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0;
    background: transparent;
}

.tema2-footer__logo-plate img {
    display: block;
    height: 2.5rem;
    width: auto;
    max-width: 11rem;
    object-fit: contain;
}

.tema2-footer__wordmark {
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--ft-cream);
}

.tema2-footer__lede {
    margin: 1rem 0 0;
    max-width: 22rem;
    color: var(--ft-muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

.tema2-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.25rem;
}

.tema2-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(--ft-line);
    background: rgba(243, 239, 232, 0.04);
    color: var(--ft-cream);
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.tema2-footer__social-link:hover {
    background: var(--ft-accent);
    border-color: var(--ft-accent);
    color: #fff;
}

.tema2-footer__social-icon {
    width: 1.1rem;
    height: 1.1rem;
}

.tema2-footer__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 1.25rem;
}

.tema2-footer__heading {
    margin: 0 0 0.9rem;
    color: var(--ft-accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tema2-footer__list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tema2-footer__list a {
    color: var(--ft-muted);
    font-size: 0.9rem;
    line-height: 1.4;
    transition: color 160ms ease, transform 160ms ease;
}

.tema2-footer__list a:hover {
    color: var(--ft-cream);
}

.tema2-footer__empty {
    color: rgba(201, 192, 180, 0.7);
    font-size: 0.88rem;
}

.tema2-footer .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tema2-footer__contact {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: var(--ft-muted);
    font-size: 0.88rem;
    line-height: 1.45;
}

.tema2-footer__contact .material-symbols-outlined {
    margin-top: 0.1rem;
    color: var(--ft-accent);
    font-size: 1.1rem;
    width: 1.1rem;
    height: 1.1rem;
}

a.tema2-footer__contact:hover {
    color: var(--ft-cream);
}

.tema2-footer__pay {
    display: grid;
    gap: 1rem;
    padding: 1.25rem 0;
    border-top: 1px solid var(--ft-line);
    border-bottom: 1px solid var(--ft-line);
}

.tema2-footer__pay-copy .tema2-footer__heading {
    margin-bottom: 0.35rem;
}

.tema2-footer__pay-note {
    margin: 0;
    color: var(--ft-muted);
    font-size: 0.8rem;
    line-height: 1.45;
}

.tema2-footer__pay-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tema2-footer__pay-item {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 5.25rem;
    height: 1.85rem;
    padding: 0;
    background: transparent;
}

.tema2-footer__pay-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.tema2-footer__pay-item--text {
    width: auto;
    min-width: 5.25rem;
    gap: 0.3rem;
    color: var(--ft-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.tema2-footer__pay-item--text .material-symbols-outlined {
    font-size: 1.05rem;
    width: 1.05rem;
    height: 1.05rem;
    color: var(--ft-muted);
}

.tema2-footer__base {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    padding-top: 1.15rem;
}

.tema2-footer__copy {
    margin: 0;
    color: var(--ft-muted);
    font-size: 0.75rem;
    letter-spacing: 0.02em;
}

.tema2-footer__legal ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tema2-footer__legal a {
    color: var(--ft-muted);
    font-size: 0.75rem;
    font-weight: 600;
}

.tema2-footer__legal a:hover {
    color: var(--ft-cream);
}

@media (max-width: 767px) {
    .tema2-footer {
        padding-bottom: calc(4.85rem + env(safe-area-inset-bottom, 0px));
    }

    .tema2-footer__subscribe {
        padding-top: 1.75rem;
        padding-bottom: 1.15rem;
    }

    .tema2-footer__news {
        gap: 0.95rem;
        padding: 0 0 1.25rem;
        text-align: center;
    }

    .tema2-footer__kicker {
        display: none;
    }

    .tema2-footer__news-title {
        font-size: 1.2rem;
        margin-bottom: 0.35rem;
    }

    .tema2-footer__news-desc {
        margin-left: auto;
        margin-right: auto;
        font-size: 0.84rem;
        line-height: 1.5;
    }

    .tema2-footer__news-field {
        flex-wrap: nowrap;
        min-height: 3.1rem;
        padding: 0.28rem 0.28rem 0.28rem 0.75rem;
        border-radius: 0.9rem;
    }

    .tema2-footer__news-input {
        flex: 1 1 auto;
        height: 2.45rem;
        font-size: 0.86rem;
        padding: 0 0.4rem;
    }

    .tema2-footer__news-btn {
        width: auto;
        height: 2.45rem;
        padding: 0 0.95rem;
        font-size: 0.8rem;
        border-radius: 0.7rem;
    }

    .tema2-footer__grid {
        gap: 1.5rem;
        padding: 1.35rem 0 1.25rem;
    }

    .tema2-footer__brand {
        text-align: center;
    }

    .tema2-footer__logo {
        justify-content: center;
        width: 100%;
    }

    .tema2-footer__lede {
        margin: 0.75rem auto 0;
        max-width: 28rem;
        font-size: 0.84rem;
        line-height: 1.55;
    }

    .tema2-footer__social {
        justify-content: center;
        margin-top: 1rem;
    }

    .tema2-footer__cols {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 1.25rem;
    }

    .tema2-footer__col,
    .tema2-footer__heading {
        text-align: center;
    }

    .tema2-footer__heading {
        margin-bottom: 0.65rem;
        letter-spacing: 0.08em;
        line-height: 1.35;
    }

    .tema2-footer__list {
        align-items: center;
        gap: 0.5rem;
    }

    .tema2-footer__list li {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .tema2-footer__list a {
        font-size: 0.82rem;
        line-height: 1.35;
    }

    .tema2-footer__col--contact {
        grid-column: 1 / -1;
        padding-top: 1.1rem;
        border-top: 1px solid var(--ft-line);
    }

    .tema2-footer__contact {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: auto;
        max-width: 22rem;
        gap: 0.35rem;
        font-size: 0.82rem;
        line-height: 1.4;
        overflow-wrap: anywhere;
        text-align: center;
    }

    .tema2-footer__contact .material-symbols-outlined {
        margin-top: 0;
    }

    .tema2-footer__pay {
        gap: 0.85rem;
        padding: 1.15rem 0;
        text-align: center;
    }

    .tema2-footer__pay-copy .tema2-footer__heading {
        margin-bottom: 0.3rem;
    }

    .tema2-footer__pay-note {
        font-size: 0.76rem;
    }

    .tema2-footer__pay-list {
        justify-content: center;
        gap: 0.7rem 0.75rem;
    }

    .tema2-footer__pay-item {
        width: 4.75rem;
        height: 1.7rem;
    }

    .tema2-footer__base {
        align-items: center;
        text-align: center;
        gap: 0.7rem;
        padding-top: 1rem;
        padding-bottom: 0.35rem;
    }

    .tema2-footer__legal ul {
        justify-content: center;
        gap: 0.4rem 0.85rem;
    }
}

@media (min-width: 768px) {
    .tema2-footer__subscribe {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .tema2-footer__news {
        grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
        align-items: end;
        gap: 2rem;
        padding-bottom: 2rem;
    }

    .tema2-footer__news-title {
        font-size: 1.65rem;
    }

    .tema2-footer__cols {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tema2-footer__pay {
        grid-template-columns: minmax(12rem, 18rem) minmax(0, 1fr);
        align-items: center;
        gap: 1.5rem;
    }

    .tema2-footer__base {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .tema2-footer__grid {
        grid-template-columns: minmax(17rem, 22rem) minmax(0, 1fr);
        gap: 3.5rem;
        padding: 2.35rem 0 2rem;
    }

    .tema2-footer__news-title {
        font-size: 1.85rem;
    }
}

/* ── Anasayfa / chrome: mobil (masaüstü kurallarına dokunmaz) ── */
@media (max-width: 767px) {
    html,
    body {
        overflow-x: clip;
    }

    .tema2-story__shell {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tema2-story__card {
        width: 5.75rem;
    }

    .tema2-hero-slide__main {
        height: 220px;
        min-height: 200px;
    }

    .tema2-hero-slide__side {
        min-height: 13rem;
    }

    .tema2-hero-slide__side > div {
        min-height: 6.25rem;
    }

    #tema2-hero-slider .absolute.bottom-4 {
        bottom: 0.65rem;
    }

    .tema2-bestsellers {
        --bs-card-h: clamp(240px, calc(100dvh - 22rem), 340px);
        --bs-card-w: clamp(168px, calc(var(--bs-card-h) * 0.72), 240px);
    }

    .tema2-bestsellers__nav {
        display: none;
    }

    .tema2-content__col {
        height: min(22rem, 58vh);
        max-height: min(22rem, 58vh);
        border-radius: 1rem;
    }

    .tema2-content__heading {
        padding: 0.8rem 0.95rem 0.7rem;
        font-size: 0.95rem;
    }

    .tema2-content__scroll,
    .tema2-content__faq-scroll {
        padding: 0.9rem;
    }

    .tema2-fl__toolbar {
        margin-bottom: 0.65rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tema2-fl__tabs {
        max-width: none;
        gap: 0.4rem;
        padding-bottom: 0.15rem;
    }

    body.tema2-has-dock {
        padding-bottom: 0;
    }

    main.tema2-cat {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
    }

    .tema2-cat .tema2-fc__header-right,
    .tema2-cat .tema2-fc__header-right--actions {
        justify-content: flex-start;
    }

    .tema2-cat__card:only-child {
        grid-column: 1 / -1;
        max-width: 20rem;
        width: 100%;
        margin-inline: auto;
    }

    .tema2-pd .tema2-fc__header-right--actions {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        justify-content: flex-start;
    }

    .tema2-pd .tema2-section-heading__actions {
        width: 100%;
        justify-content: flex-start;
        gap: 0.45rem;
    }

    .tema2-pd-sku {
        padding: 0.8rem 0.75rem 0.75rem;
        gap: 0.6rem;
        border-radius: 1rem;
    }

    .tema2-pd-sku__name {
        font-size: 0.86rem;
    }

    .tema2-pd-sku__foot {
        flex-wrap: nowrap;
        gap: 0.4rem;
        padding-top: 0.65rem;
        align-items: center;
    }

    .tema2-pd-sku__meta {
        flex: 1 1 auto;
        min-width: 0;
    }

    .tema2-pd-sku__price {
        min-width: 0;
        flex: 0 1 auto;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 0.08rem;
    }

    .tema2-pd-sku__now {
        font-size: 0.95rem;
    }

    .tema2-pd-sku__old {
        font-size: 0.64rem;
    }

    .tema2-pd-sku__pick {
        width: 1.85rem;
        height: 1.85rem;
        margin-left: 0;
    }

    .tema2-reviews .tema2-fc__header {
        flex-direction: row;
        align-items: center;
        gap: 0.55rem;
        padding: 0.65rem 0.75rem 0.65rem 0.9rem;
        margin-bottom: 0.75rem;
    }

    .tema2-reviews .tema2-fc__header-title {
        font-size: 1.02rem;
        line-height: 1.25;
    }

    .tema2-pd .tema2-reviews .tema2-fc__header-right,
    .tema2-pd .tema2-reviews .tema2-fc__header-right--actions,
    .tema2-reviews .tema2-fc__header-right,
    .tema2-reviews .tema2-fc__header-right--actions {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        justify-content: flex-end;
    }
}

.tema2-mobile-dock {
    position: fixed;
    bottom: 0;
    inset-inline: 0;
    z-index: 50;
    display: flex;
    justify-content: center;
    padding: 0.5rem 0.7rem calc(0.5rem + env(safe-area-inset-bottom, 0px));
    background: transparent;
    pointer-events: none;
}

.tema2-mobile-dock__bar {
    pointer-events: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 26.5rem;
    padding: 0.32rem;
    border-radius: 1.35rem;
    background: rgb(var(--md-sys-color-surface-rgb) / 0.92);
    border: 1px solid rgb(var(--md-sys-color-outline-variant-rgb) / 0.28);
    box-shadow:
        0 1px 0 rgb(var(--md-sys-color-on-surface-rgb) / 0.04),
        0 14px 36px -16px rgb(var(--md-sys-color-on-surface-rgb) / 0.38);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

html.dark .tema2-mobile-dock__bar {
    background: rgb(var(--md-sys-color-surface-container-high-rgb) / 0.94);
    border-color: rgb(var(--md-sys-color-outline-variant-rgb) / 0.22);
}

.tema2-mobile-dock__item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    min-width: 0;
    padding: 0.38rem 0.15rem 0.32rem;
    border-radius: 1.05rem;
    color: var(--md-sys-color-on-surface-variant);
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.tema2-mobile-dock__item.is-active {
    color: var(--md-sys-color-primary);
    background: rgb(var(--md-sys-color-primary-rgb) / 0.12);
}

.tema2-mobile-dock__ico {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
}

.tema2-mobile-dock__ico .material-icons-outlined {
    font-size: 22px !important;
    line-height: 1;
}

.tema2-mobile-dock__badge {
    position: absolute;
    top: -0.35rem;
    right: -0.45rem;
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.22rem;
    border-radius: 999px;
    background: var(--md-sys-color-primary);
    color: var(--md-sys-color-on-primary);
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1rem;
    text-align: center;
}

.tema2-mobile-dock__label {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.15;
}

@media (min-width: 768px) {
    .tema2-mobile-dock {
        display: none;
    }
}

