:root {
    --tp-blue: #0b5cff;
    --tp-blue-dark: #063ea9;
    --tp-orange: #ff8a00;
    --tp-bg: #f4f6fb;
    --tp-surface: #ffffff;
    --tp-text: #172033;
    --tp-muted: #697386;
    --tp-border: #e6e9f2;
    --tp-radius: 18px;
    --tp-shadow: 0 18px 48px rgba(23, 32, 51, .08);
    --tp-container: 1254px;
}

* { box-sizing: border-box; }
body.ib-taspinar-body {
    margin: 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--tp-text);
    background: var(--tp-bg);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.tp-container { width: min(var(--tp-container), calc(100% - 32px)); margin-inline: auto; }
.screen-reader-text { position: absolute; left: -9999px; }


.tp-main { min-height: 60vh; }
.tp-hero { padding: 26px 0 8px; }
.tp-hero__grid { display: grid; grid-template-columns: 1fr 330px; gap: 18px; }
.tp-hero__slider { position: relative; min-height: 430px; border-radius: 28px; overflow: hidden; background: linear-gradient(135deg, #0b5cff 0%, #063ea9 52%, #ff8a00 120%); box-shadow: var(--tp-shadow); }
.tp-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; display: flex; align-items: center; padding: clamp(26px, 5vw, 58px); color: #fff; transition: .35s ease; }
.tp-slide.is-active { opacity: 1; visibility: visible; }
.tp-slide::after { content: ""; position: absolute; right: -80px; bottom: -110px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.14); }
.tp-slide h1, .tp-slide h2 { max-width: 620px; font-size: clamp(34px, 5vw, 62px); line-height: .98; letter-spacing: -.06em; margin: 14px 0 16px; }
.tp-slide p { max-width: 570px; font-size: 18px; color: rgba(255,255,255,.86); line-height: 1.6; }
.tp-kicker { display: inline-flex; align-items: center; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; color: var(--tp-orange); }
.tp-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border-radius: 999px; background: #fff; color: var(--tp-blue); font-weight: 800; margin-top: 12px; box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.tp-button--light { background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.24); }
.tp-slider__controls { position: absolute; right: 24px; bottom: 24px; display: flex; gap: 10px; }
.tp-slider__controls button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.2); color: #fff; font-size: 28px; cursor: pointer; }
.tp-hero__side { display: grid; gap: 18px; }
.tp-promo-card { border-radius: 24px; background: #fff; min-height: 206px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: var(--tp-shadow); }
.tp-promo-card span { color: var(--tp-muted); font-weight: 700; }
.tp-promo-card strong { font-size: 27px; letter-spacing: -.04em; margin: 8px 0 12px; }
.tp-promo-card a { color: var(--tp-blue); font-weight: 800; }
.tp-promo-card--dark { background: #121a2d; color: #fff; }
.tp-promo-card--dark span { color: rgba(255,255,255,.62); }
.tp-promo-card--dark a { color: #fff; }

.tp-section { padding: 36px 0; }
.tp-section--soft { background: #fff; border-block: 1px solid var(--tp-border); }
.tp-section__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.tp-section__head h2 { margin: 5px 0 0; font-size: clamp(26px, 3vw, 38px); letter-spacing: -.04em; }
.tp-section__head a { color: var(--tp-blue); font-weight: 800; }
.tp-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.tp-category-card { background: #fff; border: 1px solid var(--tp-border); border-radius: 22px; padding: 18px; min-height: 185px; display: flex; flex-direction: column; justify-content: space-between; transition: .2s; }
.tp-category-card:hover { transform: translateY(-3px); box-shadow: var(--tp-shadow); border-color: rgba(11, 92, 255, .26); }
.tp-category-card__image { display: grid; place-items: center; width: 74px; height: 74px; border-radius: 20px; background: #eef3ff; color: var(--tp-blue); overflow: hidden; }
.tp-category-card__image img { width: 100%; height: 100%; object-fit: cover; }
.tp-category-card strong { font-size: 18px; margin-top: 14px; }
.tp-category-card small { color: var(--tp-muted); }

.tp-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.tp-product-card { background: #fff; border: 1px solid var(--tp-border); border-radius: 22px; overflow: hidden; transition: .2s; }
.tp-product-card:hover { transform: translateY(-3px); box-shadow: var(--tp-shadow); }
.tp-product-card__media { display: grid; place-items: center; aspect-ratio: 1.12 / 1; background: #f2f5fb; color: var(--tp-muted); font-weight: 800; }
.tp-product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.tp-product-card__body { padding: 16px; }
.tp-product-card h3 { font-size: 16px; line-height: 1.35; margin: 0 0 10px; min-height: 43px; }
.tp-price { color: var(--tp-blue); font-size: 18px; font-weight: 900; margin-bottom: 13px; }
.tp-product-card__button { display: flex; align-items: center; justify-content: center; min-height: 40px; border-radius: 13px; background: #eef3ff; color: var(--tp-blue); font-weight: 800; }
.tp-brand-strip { background: #fff; border: 1px solid var(--tp-border); border-radius: 22px; padding: 18px; display: flex; align-items: center; gap: 24px; overflow-x: auto; box-shadow: var(--tp-shadow); }
.tp-brand-strip span { color: var(--tp-muted); font-weight: 800; }
.tp-brand-strip strong { white-space: nowrap; font-size: 20px; letter-spacing: -.03em; }

.tp-content-wrap { max-width: 940px; }
.tp-entry-card, .tp-archive-head { background: #fff; border: 1px solid var(--tp-border); border-radius: 22px; padding: clamp(22px, 4vw, 42px); margin-bottom: 18px; }
.tp-entry-card h1, .tp-entry-card h2 { margin-top: 0; letter-spacing: -.04em; }
.tp-entry-content { line-height: 1.75; color: #26324a; }
.tp-entry-media { margin: -20px -20px 24px; border-radius: 18px; overflow: hidden; }
.tp-entry-meta { color: var(--tp-muted); margin-bottom: 18px; }
.tp-empty-state { text-align: center; }

.tp-footer { background: #101827; color: #fff; margin-top: 24px; padding-bottom: 0; }
.tp-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 34px; padding: 52px 0; }
.tp-footer h2 { font-size: 16px; margin: 0 0 16px; }
.tp-footer p, .tp-footer a, .tp-footer li { color: rgba(255,255,255,.72); }
.tp-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.tp-footer__brand p { max-width: 360px; line-height: 1.65; }
.tp-footer__logo .site-logo-text { color: #fff; }
.tp-socials { display: flex; gap: 9px; margin-top: 18px; }
.tp-socials a { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; font-size: 12px; text-transform: uppercase; }
.tp-contact-card { display: flex; align-items: center; gap: 9px; min-height: 42px; padding: 0 12px; border-radius: 13px; background: rgba(255,255,255,.08); margin-bottom: 10px; }
.tp-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; color: rgba(255,255,255,.62); }


@media (max-width: 1024px) {
    .tp-hero__grid { grid-template-columns: 1fr; }
    .tp-hero__side { grid-template-columns: 1fr 1fr; }
    .tp-category-grid, .tp-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .tp-container { width: min(100% - 20px, var(--tp-container)); }
    .tp-hero { padding-top: 14px; }
    .tp-hero__slider { min-height: 380px; border-radius: 22px; }
    .tp-slide { padding: 26px; }
    .tp-slide h1, .tp-slide h2 { font-size: 36px; }
    .tp-slide p { font-size: 15px; }
    .tp-hero__side { grid-template-columns: 1fr; }
    .tp-promo-card { min-height: 150px; }
    .tp-category-grid, .tp-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .tp-category-card { min-height: 158px; padding: 14px; }
    .tp-product-card__body { padding: 12px; }
    .tp-section { padding: 26px 0; }
    .tp-section__head { align-items: flex-start; }
    .tp-section__head h2 { font-size: 26px; }
    .tp-footer__grid { grid-template-columns: 1fr; padding: 38px 0; }
}

@media (max-width: 440px) {
    .tp-category-grid, .tp-product-grid { grid-template-columns: 1fr; }
    .tp-hero__slider { min-height: 350px; }
}

.tp-home-shortcodes {
    width: 100%;
}

.tp-admin-warning {
    width: min(100%, 1540px);
    margin: 18px auto;
    padding: 16px 18px;
    border: 1px solid rgba(239, 68, 68, .25);
    border-radius: 12px;
    background: #fff7f7;
    color: #991b1b;
    font-size: 15px;
    font-weight: 700;
}

/* Modern ana sayfa vitrin düzeni */
.tp-home-shortcodes {
    width: 100%;
    padding: 18px 0 34px;
    background:
        radial-gradient(circle at 14% 0%, rgba(11, 92, 255, .08), transparent 28%),
        radial-gradient(circle at 86% 16%, rgba(255, 138, 0, .09), transparent 26%),
        var(--tp-bg);
}

.tp-home-shortcodes > .tsb-showcase {
    --tsb-blue: #0b5cff;
    --tsb-blue-dark: #062f8f;
    --tsb-orange: #ff8a00;
    --tsb-text: #07152f;
    --tsb-muted: #667085;
    --tsb-border: rgba(15, 23, 42, .09);
    --tsb-surface: rgba(255, 255, 255, .92);
    --tsb-shadow: 0 18px 54px rgba(15, 23, 42, .10);
    --tsb-soft-shadow: 0 10px 30px rgba(15, 23, 42, .075);
    width: min(100%, 1520px);
    margin: 0 auto;
    padding: 0 14px 10px;
    color: var(--tsb-text);
}

.tp-home-shortcodes .tsb-slider {
    min-height: clamp(330px, 36vw, 560px);
    border-radius: clamp(18px, 2vw, 30px);
    box-shadow: var(--tsb-shadow);
}

.tp-home-shortcodes .tsb-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 88% 16%, rgba(255, 255, 255, .24), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0));
}

.tp-home-shortcodes .tsb-slide {
    grid-template-columns: minmax(280px, .82fr) minmax(320px, 1.18fr);
    gap: clamp(20px, 4vw, 56px);
    padding: clamp(30px, 4.4vw, 76px) clamp(26px, 6vw, 96px);
    background:
        radial-gradient(circle at 72% 64%, rgba(255,255,255,.18), transparent 28%),
        linear-gradient(115deg, rgba(255,255,255,.12), rgba(255,255,255,0) 38%),
        var(--tsb-bg, #06265c);
}

.tp-home-shortcodes .tsb-eyebrow {
    margin-bottom: 14px;
    padding: 8px 12px;
    font-size: clamp(12px, .95vw, 15px);
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.tp-home-shortcodes .tsb-slide h2 {
    font-size: clamp(34px, 5vw, 78px);
    line-height: .96;
    letter-spacing: -.055em;
    text-transform: none;
    text-wrap: balance;
}

.tp-home-shortcodes .tsb-slide p {
    font-size: clamp(16px, 1.55vw, 23px);
    line-height: 1.42;
}

.tp-home-shortcodes .tsb-button {
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 900;
}

.tp-home-shortcodes .tsb-slide-media::before {
    content: "";
    position: absolute;
    width: min(78%, 430px);
    aspect-ratio: 1;
    right: 3%;
    bottom: -14%;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
}

.tp-home-shortcodes .tsb-slide-media img {
    max-height: clamp(230px, 29vw, 460px);
}

.tp-home-shortcodes .tsb-slider-arrow {
    width: 48px;
    height: 64px;
    border-radius: 18px;
    background: rgba(255,255,255,.82);
    font-size: 42px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .14);
}

.tp-home-shortcodes .tsb-slider-prev { left: 12px; }
.tp-home-shortcodes .tsb-slider-next { right: 12px; }

.tp-home-shortcodes .tsb-slider-dots {
    bottom: 26px;
    gap: 8px;
    padding: 7px 9px;
    border-radius: 999px;
    background: rgba(0,0,0,.12);
    backdrop-filter: blur(10px);
}

.tp-home-shortcodes .tsb-slider-dots button {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,.42);
}

.tp-home-shortcodes .tsb-slider-dots button.is-active {
    width: 22px;
    background: #fff;
}

.tp-home-shortcodes .tsb-brand-rail {
    margin: 22px 0 0;
    padding: 14px 16px;
    background: var(--tsb-surface);
    border: 1px solid var(--tsb-border);
    border-radius: 22px;
    box-shadow: var(--tsb-soft-shadow);
    backdrop-filter: blur(10px);
}

.tp-home-shortcodes .tsb-brand-scroll {
    grid-auto-columns: minmax(96px, 1fr);
    gap: clamp(8px, 1.8vw, 22px);
    padding: 2px 2px 4px;
}

.tp-home-shortcodes .tsb-brand-item {
    justify-content: center;
    min-width: 88px;
    min-height: 80px;
    padding: 10px 8px;
    border-radius: 16px;
}

.tp-home-shortcodes .tsb-brand-item:hover {
    background: rgba(11, 92, 255, .055);
}

.tp-home-shortcodes .tsb-brand-logo {
    height: 42px;
    width: 86px;
}

.tp-home-shortcodes .tsb-brand-logo img {
    max-width: 86px;
    max-height: 42px;
}

.tp-home-shortcodes .tsb-brand-name {
    font-size: 12.5px;
}

.tp-home-shortcodes .tsb-card-grid {
    gap: clamp(16px, 2.2vw, 24px);
    margin-top: 28px;
}

.tp-home-shortcodes .tsb-promo-card {
    grid-template-columns: minmax(210px, .86fr) minmax(210px, 1fr);
    min-height: clamp(240px, 24vw, 360px);
    padding: clamp(24px, 3.5vw, 44px);
    border-radius: clamp(18px, 1.8vw, 24px);
    box-shadow: var(--tsb-soft-shadow);
}

.tp-home-shortcodes .tsb-promo-card::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    z-index: 0;
}

.tp-home-shortcodes .tsb-card-copy h3 {
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1.02;
    text-wrap: balance;
}

.tp-home-shortcodes .tsb-card-copy span {
    font-size: clamp(14px, 1.25vw, 19px);
}

.tp-home-shortcodes .tsb-card-copy strong {
    font-size: clamp(20px, 2.4vw, 34px);
}

.tp-home-shortcodes .tsb-card-copy p {
    font-size: clamp(16px, 1.65vw, 24px);
    line-height: 1.22;
}

.tp-home-shortcodes .tsb-card-link {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    font-weight: 900;
}

.tp-home-shortcodes .tsb-card-media img {
    max-height: 292px;
}

@media (max-width: 1024px) {
    .tp-home-shortcodes .tsb-slide {
        grid-template-columns: 1fr;
        text-align: center;
        padding-bottom: 82px;
    }

    .tp-home-shortcodes .tsb-slide-content {
        margin: 0 auto;
    }

    .tp-home-shortcodes .tsb-slide-media {
        justify-content: center;
    }

    .tp-home-shortcodes .tsb-slide-media::before {
        right: 50%;
        transform: translateX(50%);
        width: min(72%, 360px);
        bottom: -18%;
    }

    .tp-home-shortcodes .tsb-slide-media img {
        max-height: 240px;
    }

    .tp-home-shortcodes .tsb-card-grid,
    .tp-home-shortcodes .tsb-card-grid.tsb-columns-3,
    .tp-home-shortcodes .tsb-card-grid.tsb-columns-4 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .tp-home-shortcodes {
        padding-top: 10px;
    }

    .tp-home-shortcodes > .tsb-showcase {
        width: 100%;
        padding: 0 10px 0;
    }

    .tp-home-shortcodes .tsb-slider {
        min-height: 510px;
        border-radius: 22px;
    }

    .tp-home-shortcodes .tsb-slide {
        padding: 28px 20px 76px;
        gap: 14px;
    }

    .tp-home-shortcodes .tsb-slide h2 {
        font-size: clamp(34px, 11.5vw, 54px);
    }

    .tp-home-shortcodes .tsb-slide p {
        font-size: 16px;
        line-height: 1.45;
    }

    .tp-home-shortcodes .tsb-eyebrow {
        font-size: 11px;
        padding: 7px 10px;
    }

    .tp-home-shortcodes .tsb-slider-arrow {
        top: auto;
        bottom: 22px;
        width: 42px;
        height: 42px;
        border-radius: 999px;
        font-size: 32px;
        transform: none;
    }

    .tp-home-shortcodes .tsb-slider-prev { left: 18px; }
    .tp-home-shortcodes .tsb-slider-next { right: 18px; }

    .tp-home-shortcodes .tsb-slider-dots {
        bottom: 26px;
        max-width: calc(100% - 132px);
        overflow: hidden;
    }

    .tp-home-shortcodes .tsb-brand-rail {
        margin-top: 14px;
        padding: 10px;
        border-radius: 18px;
    }

    .tp-home-shortcodes .tsb-brand-scroll {
        grid-auto-columns: 82px;
        gap: 8px;
    }

    .tp-home-shortcodes .tsb-brand-item {
        min-width: 82px;
        min-height: 72px;
        padding: 8px 6px;
    }

    .tp-home-shortcodes .tsb-brand-logo {
        width: 72px;
        height: 34px;
    }

    .tp-home-shortcodes .tsb-brand-logo img {
        max-width: 72px;
        max-height: 34px;
    }

    .tp-home-shortcodes .tsb-brand-name {
        font-size: 11.5px;
    }

    .tp-home-shortcodes .tsb-card-grid {
        gap: 14px;
        margin-top: 18px;
    }

    .tp-home-shortcodes .tsb-promo-card {
        grid-template-columns: 1fr;
        min-height: 410px;
        padding: 24px 20px;
    }

    .tp-home-shortcodes .tsb-card-media {
        justify-content: center;
        align-items: flex-end;
        min-height: 178px;
    }

    .tp-home-shortcodes .tsb-card-media img {
        max-height: 214px;
        transform: none;
    }

    .tp-home-shortcodes .tsb-card-copy h3 {
        font-size: clamp(26px, 9vw, 38px);
    }

    .tp-home-shortcodes .tsb-card-copy p {
        font-size: 16px;
    }
}

/* WooCommerce product listing / product-category page */
.km-shop-page {
    background: #f4f6f9;
    min-height: 60vh;
    padding: 34px 0 70px;
    font-family: Roboto, Arial, sans-serif;
    color: #111827;
}

.km-shop-container {
    max-width: 1254px;
}

.km-shop-notices {
    margin-bottom: 16px;
}

.km-shop-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    min-height: 220px;
    border: 1px solid #e5e7eb;
    border-radius: 26px;
    background: #fff;
    padding: 32px;
    box-shadow: 0 18px 42px rgba(15,23,42,.055);
    overflow: hidden;
}

.km-shop-hero.has-image {
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
}

.km-shop-breadcrumb {
    margin-bottom: 18px;
    font-size: 13px;
    color: #6b7280;
}

.km-shop-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
}

.km-shop-breadcrumb a:hover {
    color: #111;
}

.km-shop-breadcrumb span {
    display: inline-block;
    margin: 0 8px;
    color: #c4c8d0;
}

.km-shop-eyebrow {
    margin: 0 0 8px;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.km-shop-hero h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(30px, 4vw, 54px);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 800;
}

.km-shop-description {
    max-width: 650px;
    margin-top: 14px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
}

.km-shop-description p {
    margin: 0;
}

.km-shop-hero__visual {
    position: relative;
    min-height: 220px;
    border-radius: 22px;
    overflow: hidden;
    background: #f1f3f6;
}

.km-shop-hero__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}

.km-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 22px 0 18px;
    padding: 14px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    color: #4b5563;
    box-shadow: 0 12px 30px rgba(15,23,42,.04);
}

.km-shop-toolbar p,
.km-shop-toolbar .woocommerce-result-count {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
}

.km-shop-toolbar form,
.km-shop-toolbar .woocommerce-ordering {
    margin: 0;
}

.km-shop-toolbar select {
    min-height: 42px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #f8fafc;
    color: #111827;
    padding: 0 42px 0 16px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    outline: none;
}

.km-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.km-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(15,23,42,.045);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.km-product-card:hover {
    transform: translateY(-3px);
    border-color: #d6d9df;
    box-shadow: 0 22px 44px rgba(15,23,42,.075);
}

.km-product-card__image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    background: #f5f6f8;
    overflow: hidden;
}

.km-product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.km-product-card:hover .km-product-card__image img {
    transform: scale(1.035);
}

.km-product-card__badge {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.km-product-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #9ca3af;
    font-size: 13px;
}

.km-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px;
}

.km-product-card__category {
    margin-bottom: 6px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
}

.km-product-card__title {
    margin: 0;
    font-size: 16px;
    line-height: 1.32;
    letter-spacing: -.025em;
    font-weight: 600;
}

.km-product-card__title a {
    color: #111827;
    text-decoration: none;
}

.km-product-card__title a:hover {
    color: #000;
}

.km-product-card__meta {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 10px;
    margin-bottom: 14px;
}

.km-product-card__price {
    color: #111;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
}

.km-product-card__price del {
    margin-right: 6px;
    color: #9ca3af;
    font-size: 13px;
    font-weight: 500;
}

.km-product-card__price ins {
    text-decoration: none;
}

.km-product-card__rating .star-rating {
    float: none;
    font-size: 12px;
}

.km-product-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: auto;
    border-radius: 999px;
    background: #111;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    transition: background .16s ease, transform .16s ease;
}

.km-product-card__button:hover {
    background: #000;
    transform: translateY(-1px);
}

.km-shop-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.km-shop-pagination .woocommerce-pagination ul,
.km-shop-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.km-shop-pagination .woocommerce-pagination ul li {
    border: 0;
    margin: 0;
}

.km-shop-pagination .page-numbers li,
.km-shop-pagination .woocommerce-pagination ul li {
    display: block;
}

.km-shop-pagination .page-numbers a,
.km-shop-pagination .page-numbers span,
.km-shop-pagination .woocommerce-pagination a,
.km-shop-pagination .woocommerce-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-weight: 700;
}

.km-shop-pagination .page-numbers .current,
.km-shop-pagination .woocommerce-pagination .current {
    background: #111;
    border-color: #111;
    color: #fff;
}

.km-no-products {
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #fff;
    padding: 34px;
    text-align: center;
}

.km-no-products h2 {
    margin: 0 0 8px;
    font-size: 28px;
    letter-spacing: -.04em;
}

.km-no-products p {
    margin: 0 0 18px;
    color: #6b7280;
}

.km-no-products a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width: 1120px) {
    .km-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .km-shop-page {
        padding: 20px 0 58px;
    }

    .km-shop-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .km-shop-hero,
    .km-shop-hero.has-image {
        grid-template-columns: 1fr;
        border-radius: 20px;
        padding: 22px;
    }

    .km-shop-hero__visual,
    .km-shop-hero__visual img {
        min-height: 170px;
    }

    .km-shop-toolbar {
        align-items: stretch;
        flex-direction: column;
        padding: 14px;
    }

    .km-shop-toolbar select {
        width: 100%;
    }

    .km-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .km-product-card {
        border-radius: 16px;
    }

    .km-product-card__body {
        padding: 10px;
    }

    .km-product-card__category {
        display: none;
    }

    .km-product-card__title {
        font-size: 13.5px;
        line-height: 1.28;
    }

    .km-product-card__price {
        font-size: 14px;
    }

    .km-product-card__price del {
        display: block;
        margin: 0 0 3px;
        font-size: 11px;
    }

    .km-product-card__button {
        min-height: 36px;
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .km-shop-hero h1 {
        font-size: 30px;
    }

    .km-shop-description {
        font-size: 14px;
    }

    .km-product-grid {
        gap: 8px;
    }
}

/* Single product detail page */
.km-single-product-page {
    background: #f6f7f8;
    padding: 28px 0 56px;
    font-family: Roboto, Arial, sans-serif;
}

.km-single-product-container {
    max-width: 1220px;
}

.km-single-breadcrumb {
    margin-bottom: 16px;
}

.km-single-product {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 24px;
    align-items: start;
}

.km-single-gallery,
.km-single-summary,
.km-single-tab-card,
.km-single-related .related {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .045);
}

.km-single-gallery {
    padding: 16px;
}

.km-single-gallery__main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
    background: #f8fafc;
    border-radius: 18px;
    overflow: hidden;
}

.km-single-gallery__main a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.km-single-gallery__image,
.km-single-gallery__main img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 560px;
    object-fit: contain;
}

.km-single-gallery__placeholder {
    color: #94a3b8;
    font-size: 15px;
}

.km-single-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .02em;
}

.km-single-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.km-single-gallery__thumbs a {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    transition: border-color .2s ease, transform .2s ease;
}

.km-single-gallery__thumbs a:hover {
    border-color: rgba(0, 0, 0, .5);
    transform: translateY(-1px);
}

.km-single-gallery__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.km-single-summary {
    position: sticky;
    top: 18px;
    padding: 24px;
}

.km-single-category,
.km-single-category a {
    color: #64748b;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.km-single-category a:hover {
    color: #111;
}

.km-single-title {
    margin: 10px 0 12px;
    color: #0f172a;
    font-size: clamp(24px, 2.4vw, 38px);
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: -.03em;
}

.km-single-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #64748b;
    font-size: 13px;
}

.km-single-rating .star-rating {
    float: none;
    margin: 0;
}

.km-single-price {
    margin: 16px 0 10px;
    color: #111;
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 400;
    letter-spacing: -.02em;
}

.km-single-price del {
    margin-right: 8px;
    color: #94a3b8;
    font-size: .72em;
    font-weight: 400;
}

.km-single-price ins {
    color: #111;
    font-weight: 400;
    text-decoration: none;
}

.km-single-stock {
    margin-bottom: 16px;
    font-size: 14px;
}

.km-single-stock .stock {
    margin: 0;
}

.km-single-stock.is-in-stock .stock {
    color: #15803d;
}

.km-single-stock.is-out-stock .stock {
    color: #b91c1c;
}

.km-single-excerpt {
    margin: 0 0 20px;
    color: #475569;
    font-size: 15px;
    line-height: 1.65;
}

.km-single-excerpt p {
    margin: 0;
}

.km-single-actions {
    margin: 18px 0;
}

.km-single-actions form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    margin: 0;
}

.km-single-actions .quantity {
    display: flex;
    min-width: 92px;
}

.km-single-actions .quantity .qty {
    width: 92px;
    height: 48px;
    padding: 0 10px;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 14px;
    background: #fff;
    color: #111;
    font-size: 15px;
    text-align: center;
    outline: none;
}

.km-single-actions .single_add_to_cart_button,
.km-single-actions .button,
.km-single-actions button.button {
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 14px;
    background: #111 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, background-color .2s ease;
}

.km-single-actions .single_add_to_cart_button:hover,
.km-single-actions .button:hover,
.km-single-actions button.button:hover {
    background: #000 !important;
    transform: translateY(-1px);
}

.km-single-actions table.variations {
    width: 100%;
    margin: 0 0 12px;
    border: 0;
}

.km-single-actions table.variations td,
.km-single-actions table.variations th {
    display: block;
    padding: 0 0 8px;
    border: 0;
    text-align: left;
}

.km-single-actions table.variations label {
    color: #334155;
    font-size: 13px;
    font-weight: 400;
}

.km-single-actions table.variations select {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 14px;
    padding: 0 12px;
    background: #fff;
}

.km-single-actions .reset_variations {
    display: inline-block;
    margin-top: 6px;
    color: #64748b;
    font-size: 13px;
}

.km-single-service-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.km-single-service-row div {
    min-height: 78px;
    padding: 12px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .06);
}

.km-single-service-row strong,
.km-single-service-row span {
    display: block;
    font-weight: 400;
}

.km-single-service-row strong {
    color: #111;
    font-size: 13px;
    margin-bottom: 4px;
}

.km-single-service-row span {
    color: #64748b;
    font-size: 12px;
    line-height: 1.4;
}

.km-single-meta {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 42, .08);
    color: #64748b;
    font-size: 13px;
}

.km-single-meta p {
    margin: 7px 0;
}

.km-single-meta span {
    color: #111;
}

.km-single-meta a {
    color: #64748b;
    text-decoration: none;
}

.km-single-meta a:hover {
    color: #111;
}

.km-single-tabs,
.km-single-related {
    margin-top: 24px;
}

.km-single-tabs__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 24px;
    align-items: start;
}

.km-single-tab-card {
    padding: 24px;
}

.km-single-tab-card h2,
.km-single-related h2 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -.02em;
}

.km-single-content {
    color: #475569;
    font-size: 15px;
    line-height: 1.75;
}

.km-single-content p:first-child {
    margin-top: 0;
}

.km-single-content p:last-child {
    margin-bottom: 0;
}

.km-single-attributes table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.km-single-attributes th,
.km-single-attributes td {
    padding: 12px;
    border: 0;
    background: #f8fafc;
    color: #475569;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.km-single-attributes th {
    width: 42%;
    border-radius: 12px 0 0 12px;
    color: #111;
}

.km-single-attributes td {
    border-radius: 0 12px 12px 0;
}

.km-single-related .related {
    padding: 24px;
}

.km-single-related .products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.km-single-related .products::before,
.km-single-related .products::after {
    display: none !important;
}

@media (max-width: 1024px) {
    .km-single-product {
        grid-template-columns: 1fr;
    }

    .km-single-summary {
        position: relative;
        top: auto;
    }

    .km-single-tabs__grid {
        grid-template-columns: 1fr;
    }

    .km-single-related .products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .km-single-product-page {
        padding: 14px 0 36px;
    }

    .km-single-product-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .km-single-product {
        gap: 12px;
    }

    .km-single-gallery,
    .km-single-summary,
    .km-single-tab-card,
    .km-single-related .related {
        border-radius: 16px;
        box-shadow: none;
    }

    .km-single-gallery {
        padding: 10px;
    }

    .km-single-gallery__main {
        min-height: 310px;
        border-radius: 14px;
    }

    .km-single-gallery__image,
    .km-single-gallery__main img {
        max-height: 330px;
    }

    .km-single-gallery__thumbs {
        display: flex;
        overflow-x: auto;
        gap: 8px;
        padding-bottom: 2px;
        -webkit-overflow-scrolling: touch;
    }

    .km-single-gallery__thumbs a {
        flex: 0 0 62px;
        width: 62px;
        height: 62px;
        border-radius: 12px;
    }

    .km-single-summary,
    .km-single-tab-card,
    .km-single-related .related {
        padding: 16px;
    }

    .km-single-title {
        font-size: 24px;
    }

    .km-single-price {
        font-size: 24px;
    }

    .km-single-actions form.cart {
        display: grid;
        grid-template-columns: 86px 1fr;
        gap: 8px;
    }

    .km-single-actions .quantity,
    .km-single-actions .quantity .qty {
        width: 86px;
        min-width: 86px;
    }

    .km-single-actions .single_add_to_cart_button,
    .km-single-actions .button,
    .km-single-actions button.button {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .km-single-actions table.variations,
    .km-single-actions .single_variation_wrap {
        grid-column: 1 / -1;
    }

    .km-single-service-row {
        grid-template-columns: 1fr;
    }

    .km-single-related .products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .km-single-related .related {
        padding: 14px;
    }
}


/* Bağımsız tema: header kesinlikle gizlenmez. */
.tp-header, .tp-nav, .tp-mobile-panel { display: revert; }
.tp-mobile-panel[hidden], .tp-mobile-backdrop[hidden] { display: none !important; }
body.ib-taspinar-body { font-family: Roboto, Arial, sans-serif; }
.tp-main { min-height: 60vh; }
