/* ═══════════════════════════════════════════════════════
   FORSID BAR  —  attribution strip
═══════════════════════════════════════════════════════ */

.forsid-bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: var(--f-bg, #f6f6f3);
    border-top: 1px solid var(--f-border, #e1e1dc);
}

.forsid-bar__text {
    font-size: 11px;
    font-weight: 400;
    color: var(--f-text-muted, #141414);
    letter-spacing: 0.02em;
}

.forsid-bar__link {
    font-size: 11px;
    font-weight: 400;
    color: var(--f-text-muted, #141414);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: var(--f-border, #e1e1dc);
    letter-spacing: 0.02em;
    transition: color 0.15s ease;
}

.forsid-bar__link:hover {
    color: var(--f-text, #555550);
    text-decoration-color: currentColor;
}

/* ── DARK ── */
.forsid-bar--dark {
    background: #0e0e0e;
    border-top: 1px solid #1e1e1e;
}

.forsid-bar--dark .forsid-bar__text        { color: #333330; }
.forsid-bar--dark .forsid-bar__link        { color: #333330; text-decoration-color: #2a2a2a; }
.forsid-bar--dark .forsid-bar__link:hover  { color: #666660; }

/* ═══════════════════════════════════════
   BİLDİRİM
═══════════════════════════════════════ */
:root {
    --notify-bg: #ffffff;
    --notify-text: #1d1d1f;
    --notify-text-secondary: #86868b;
    --notify-border: rgba(0, 0, 0, 0.08);
    --notify-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 0 1px rgba(0, 0, 0, 0.1);
    --notify-font: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', sans-serif;
}
.notify-container {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    pointer-events: none;
    width: 100%;
    max-width: 380px;
    padding: 0 20px;
    box-sizing: border-box;
}
.notify {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: var(--notify-bg);
    border: 1px solid var(--notify-border);
    border-radius: 14px;
    box-shadow: var(--notify-shadow);
    font-family: var(--notify-font);
    pointer-events: auto;
    animation: notifyIn 0.3s ease-out forwards;
}
.notify.exit {
    animation: notifyOut 0.2s ease-in forwards;
}
.notify-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--notify-text);
    opacity: 0.9;
}
.notify-icon svg { width: 100%; height: 100%; }
.notify-content  { flex: 1; min-width: 0; }
.notify-message {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--notify-text);
    margin: 0;
    letter-spacing: -0.01em;
}
.notify-close {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--notify-text-secondary);
    transition: background 0.15s ease, color 0.15s ease;
    margin: -4px -6px -4px 0;
}
.notify-close:hover {
    background: rgba(0, 0, 0, 0.05);
    color: var(--notify-text);
}
.notify-close svg { width: 16px; height: 16px; }
@keyframes notifyIn {
    0%   { opacity: 0; transform: translateY(-8px) scale(0.98); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes notifyOut {
    0%   { opacity: 1; transform: translateY(0) scale(1); }
    100% { opacity: 0; transform: translateY(-4px) scale(0.98); }
}
@media (max-width: 480px) {
    .notify-container { top: 12px; padding: 0 12px; }
    .notify           { padding: 14px 16px; gap: 12px; border-radius: 12px; }
    .notify-message   { font-size: 13px; }
}

/* ═══════════════════════════════════════
   404
═══════════════════════════════════════ */
.page-404 {
    min-height: 60vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
}
.page-404__inner {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}
.page-404__code {
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    color: #111;
    letter-spacing: -4px;
    margin-bottom: 24px;
}
.page-404__title {
    font-size: 24px;
    font-weight: 600;
    color: #111;
    margin-bottom: 12px;
}
.page-404__desc {
    font-size: 15px;
    color: #6d6d6d;
    margin-bottom: 32px;
    line-height: 1.6;
}
.page-404__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #111;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background .18s;
}
.page-404__btn:hover {
    background: #333;
    color: #fff;
}

/* Bu alan özel css kodlarınızı yazabilirsiniz. */


.card-product .card-product-info .old-price {
    font-size: 13px;
}

.showcase-oc .flat-title, .categoris-homes .flat-title{
    padding-left:0;
    padding-right:0;
}

.tf-payment {
    justify-content: center;
}


.hcl-dropdown {
    position: relative;
    display: inline-flex;
}
.hcl-drop-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 4px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    white-space: nowrap;
    line-height: 1;
}
.top-bar-language .hcl-drop-menu {
    inset: unset !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
}
.hcl-drop-arrow {
    font-size: 10px;
    opacity: .6;
    transition: transform .15s;
}
.hcl-dropdown.open .hcl-drop-arrow { transform: rotate(180deg); }
.hcl-drop-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 180px;
    background: #fff;
    border: 1px solid #e8e8e4;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,.10);
    padding: 4px 0;
    z-index: 9999;
    overflow: hidden;
}
.hcl-dropdown.open .hcl-drop-menu { display: block; }
.hcl-dropdown.open .hcl-drop-menu--flags { display: flex; }
.hcl-drop-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    font-size: 12.5px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: background .1s;
    white-space: nowrap;
}
.hcl-drop-item:hover { background: #f5f5f2; color: #1a1a18; }
.hcl-drop-item.active { color: #1a1a18; font-weight: 700; }
.hcl-drop-item .fi {
    width: 18px;
    height: 13px;
    border-radius: 2px;
    flex-shrink: 0;
}
.hcl-drop-menu--flags {
    min-width: auto;
    padding: 6px;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}
.hcl-drop-item--flag {
    padding: 5px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hcl-drop-item--flag .fi { pointer-events: none; }
.hcl-drop-item--flag:hover { background: #f0f0ec; }
.hcl-drop-item--flag.active { background: #f0f0ec; outline: 2px solid #1a1a18; outline-offset: -2px; }
.hcl-drop-item .fi { pointer-events: none; }
.hcl-drop-btn .fi  { pointer-events: none; }

.pdp-extra-trigger {
    background: none;
    border: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--main);
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    transition: color .2s ease;
    white-space: nowrap;
    line-height: 1.2;
}
.pdp-extra-trigger:hover {
    color: var(--primary);
}

.tf-product-modal.popup-extrafield .modal-dialog {
    max-width: min(680px, 92vw);
    height: auto;
}
.tf-product-modal.popup-extrafield .modal-dialog .modal-content {
    padding: 0;
    margin: 0;
    max-height: calc(100vh - 48px);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.tf-product-modal.popup-extrafield .modal-dialog .modal-content .header {
    padding: 20px 26px;
    margin: 0;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: relative;
}
.tf-product-modal.popup-extrafield .modal-dialog .modal-content .header .demo-title {
    margin: 0;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.01em;
    color: var(--main);
}
.tf-product-modal.popup-extrafield .modal-dialog .modal-content .header .icon-close-popup {
    position: static;
    top: auto;
    right: auto;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 50%;
    font-size: 14px;
    color: var(--main);
    cursor: pointer;
    transition: background .15s ease;
    flex-shrink: 0;
}
.tf-product-modal.popup-extrafield .modal-dialog .modal-content .header .icon-close-popup:hover {
    background: var(--bg-11);
    color: var(--main);
}

.popup-extrafield .pdp-extra-rte {
    padding: 22px 26px 26px;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.6;
    color: var(--main);
}
.popup-extrafield .pdp-extra-rte::-webkit-scrollbar {
    width: 6px;
}
.popup-extrafield .pdp-extra-rte::-webkit-scrollbar-track {
    background: transparent;
}
.popup-extrafield .pdp-extra-rte::-webkit-scrollbar-thumb {
    background: var(--line);
    border-radius: 6px;
}

.popup-extrafield .pdp-extra-rte > *:first-child {
    margin-top: 0;
}
.popup-extrafield .pdp-extra-rte > *:last-child {
    margin-bottom: 0;
}

.popup-extrafield .pdp-extra-rte p {
    margin: 0 0 .8em;
    color: inherit;
}
.popup-extrafield .pdp-extra-rte h1,
.popup-extrafield .pdp-extra-rte h2,
.popup-extrafield .pdp-extra-rte h3,
.popup-extrafield .pdp-extra-rte h4,
.popup-extrafield .pdp-extra-rte h5,
.popup-extrafield .pdp-extra-rte h6 {
    font-weight: 600;
    line-height: 1.3;
    margin: 1.4em 0 .6em;
    color: var(--main);
}
.popup-extrafield .pdp-extra-rte h1 { font-size: 20px; }
.popup-extrafield .pdp-extra-rte h2 { font-size: 18px; }
.popup-extrafield .pdp-extra-rte h3 { font-size: 16px; }
.popup-extrafield .pdp-extra-rte h4 { font-size: 15px; }

.popup-extrafield .pdp-extra-rte ul,
.popup-extrafield .pdp-extra-rte ol {
    margin: 0 0 1em;
    padding-left: 1.5em;
}
.popup-extrafield .pdp-extra-rte li {
    margin-bottom: .35em;
}

.popup-extrafield .pdp-extra-rte a {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.popup-extrafield .pdp-extra-rte img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: .6em 0;
    display: block;
}

.popup-extrafield .pdp-extra-rte table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1em;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.popup-extrafield .pdp-extra-rte table th,
.popup-extrafield .pdp-extra-rte table td {
    padding: 12px 16px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid var(--line);
    border-right: 0;
    border-left: 0;
    border-top: 0;
    font-weight: 400;
}
.popup-extrafield .pdp-extra-rte table tr:last-child th,
.popup-extrafield .pdp-extra-rte table tr:last-child td {
    border-bottom: 0;
}

.popup-extrafield .pdp-extra-rte table thead tr:first-child th[colspan],
.popup-extrafield .pdp-extra-rte table tbody tr th[colspan] {
    background: #f7f5f0;
    font-weight: 600;
    color: var(--main);
    font-size: 14px;
    letter-spacing: -.01em;
    padding: 11px 16px;
    text-transform: none;
}

.popup-extrafield .pdp-extra-rte table thead tr th:not([colspan]) {
    background: #fff;
    font-weight: 600;
    color: var(--main);
    font-size: 13.5px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.popup-extrafield .pdp-extra-rte table tbody td {
    color: var(--text);
    font-weight: 400;
    background: #fff;
}
.popup-extrafield .pdp-extra-rte table tbody td:first-child {
    color: var(--main);
    font-weight: 400;
}

.popup-extrafield .pdp-extra-rte table tbody tr:hover td {
    background: var(--bg-1);
}
.popup-extrafield .pdp-extra-rte table tbody tr:hover th[colspan] {
    background: #f7f5f0;
}

.popup-extrafield .pdp-extra-rte blockquote {
    margin: 1em 0;
    padding: 10px 16px;
    border-left: 3px solid var(--line);
    background: var(--bg-1);
    color: var(--text-3);
    font-style: italic;
    border-radius: 0 6px 6px 0;
}

@media (max-width: 767px) {
    .pdp-extra-trigger {
        font-size: 12px;
    }
    .tf-product-modal.popup-extrafield .modal-dialog {
        max-width: calc(100vw - 32px);
    }
    .tf-product-modal.popup-extrafield .modal-dialog .modal-content {
        max-height: calc(100vh - 48px);
        border-radius: 12px;
    }
    .tf-product-modal.popup-extrafield .modal-dialog .modal-content .header {
        padding: 16px 18px;
    }
    .tf-product-modal.popup-extrafield .modal-dialog .modal-content .header .demo-title {
        font-size: 16px;
    }
    .popup-extrafield .pdp-extra-rte {
        padding: 16px 16px 20px;
        font-size: 13px;
        max-height: calc(100vh - 150px);
    }
    .popup-extrafield .pdp-extra-rte table {
        font-size: 12.5px;
    }
    .popup-extrafield .pdp-extra-rte table th,
    .popup-extrafield .pdp-extra-rte table td {
        padding: 9px 10px;
    }
    .popup-extrafield .pdp-extra-rte table thead tr:first-child th[colspan],
    .popup-extrafield .pdp-extra-rte table tbody tr th[colspan] {
        padding: 9px 10px;
        font-size: 12.5px;
    }
    .popup-extrafield .pdp-extra-rte table td:first-child,
    .popup-extrafield .pdp-extra-rte table thead tr th:first-child:not([colspan]) {
        white-space: nowrap;
    }
}

.widget-facet { padding: 0 0 16px; margin: 0 0 16px; border-bottom: 1px solid #f0f0f0; }
.widget-facet:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.facet-title { display: flex; align-items: center; cursor: pointer; padding: 8px 0; font-size: 13px; font-weight: 700; color: #333; text-transform: uppercase; letter-spacing: .04em; user-select: none; }
.facet-title:hover { color: #f27a1a; }
.facet-title .icon-arrow-up { margin-left: auto; font-size: 9px; color: #999; transition: transform .25s ease; }
.facet-title.collapsed .icon-arrow-up { transform: rotate(180deg); }
.facet-badge { font-size: 9px; font-weight: 700; color: #f27a1a; background: rgba(242,122,26,.08); padding: 2px 7px; border-radius: 3px; text-transform: uppercase; letter-spacing: .03em; margin-left: 6px; }
.fsd-cat-tree { list-style: none; padding: 0; margin: 4px 0 0; }
.fsd-cat-node { margin: 0; }
.fsd-cat-row { display: flex; align-items: center; gap: 4px; }
.fsd-cat-link { flex: 1; display: flex; align-items: center; gap: 6px; padding: 8px 0; font-size: 13px; color: #333; text-decoration: none; transition: color .12s; min-width: 0; }
.fsd-cat-link:hover { color: #f27a1a; }
.fsd-cat-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fsd-cat-count { flex-shrink: 0; font-size: 11px; color: #999; font-weight: 400; }
.fsd-cat-toggle { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; border: none; background: #f5f5f5; border-radius: 4px; cursor: pointer; color: #666; flex-shrink: 0; transition: background .12s, color .12s, transform .2s; }
.fsd-cat-toggle:hover { background: #eee; color: #f27a1a; }
.fsd-cat-toggle svg line:first-child { transition: opacity .2s; }
.fsd-cat-toggle:not(.collapsed) svg line:first-child { opacity: 0; }
.fsd-cat-toggle:not(.collapsed) { color: #f27a1a; background: rgba(242,122,26,.08); }
.fsd-cat-children { list-style: none; padding: 0 0 0 14px; margin: 0; border-left: 2px solid #f27a1a; }
.fsd-cat-children .fsd-cat-link { padding: 6px 0; font-size: 13px; color: #555; }
.fsd-cat-children .fsd-cat-link:hover { color: #f27a1a; }
.fsd-cat-children .fsd-cat-children { border-left-color: #fdd9b5; }
.fsd-cat-children .fsd-cat-children .fsd-cat-link { font-size: 12px; color: #777; padding: 5px 0; }
.fsd-cat-node.is-current > .fsd-cat-row > .fsd-cat-link { color: #f27a1a; font-weight: 700; }
.fsd-cat-node.is-current > .fsd-cat-row > .fsd-cat-link .fsd-cat-name { position: relative; }
.fsd-cat-node.is-current > .fsd-cat-row > .fsd-cat-link .fsd-cat-name::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 100%; height: 2px; background: #f27a1a; border-radius: 1px; }
.fsd-cat-node.is-ancestor > .fsd-cat-row > .fsd-cat-link { color: #f27a1a; font-weight: 600; }
.fsd-price-wrap { padding: 8px 0 0; }
.fsd-price-inputs { display: flex; align-items: flex-end; gap: 8px; margin-bottom: 18px; }
.fsd-price-field { flex: 1; min-width: 0; }
.fsd-price-label { display: block; font-size: 10px; font-weight: 600; color: #999; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 5px; }
.fsd-price-input-box { display: flex; align-items: center; border: 1.5px solid #e0e0e0; border-radius: 6px; padding: 8px 8px; background: #fafafa; transition: border-color .15s; overflow: hidden; }
.fsd-price-input-box:focus-within { border-color: #f27a1a; }
.fsd-price-input-box input { border: none; background: transparent; font-size: 14px; font-weight: 700; color: #333; width: 100%; min-width: 0; outline: none; font-family: inherit; text-align: left; padding: 0; margin: 0; }
.fsd-price-currency { font-size: 12px; color: #999; font-weight: 600; flex-shrink: 0; margin-left: 4px; }
.fsd-price-dash { color: #ccc; font-size: 14px; font-weight: 300; margin-bottom: 8px; flex-shrink: 0; }
.forsid-price-slider .noUi-connect { background: #f27a1a; }
.forsid-price-slider .noUi-handle { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #f27a1a; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.12); top: -8px; right: -10px; cursor: grab; }
.forsid-price-slider .noUi-handle:before, .forsid-price-slider .noUi-handle:after { display: none; }
.forsid-price-slider .noUi-target { background: #e8e8e8; border: none; border-radius: 2px; height: 4px; box-shadow: none; }
.tf-filter-group { list-style: none; padding: 0; margin: 6px 0 0; max-height: 240px; overflow-y: auto; }
.tf-filter-group::-webkit-scrollbar { width: 3px; }
.tf-filter-group::-webkit-scrollbar-track { background: transparent; }
.tf-filter-group::-webkit-scrollbar-thumb { background: #ddd; border-radius: 3px; }
.tf-filter-group .list-item { padding: 5px 0; gap: 8px; }
.tf-filter-group .list-item .label { font-size: 13px; color: #333; cursor: pointer; display: flex; align-items: center; gap: 6px; line-height: 1.3; }
.tf-filter-group .list-item .label:hover { color: #f27a1a; }
.tf-filter-group .list-item .facet-count { font-size: 11px; color: #999; font-weight: 400; }
.tf-check { appearance: none; -webkit-appearance: none; width: 16px; height: 16px; border: 1.5px solid #ccc; border-radius: 3px; cursor: pointer; transition: all .12s; flex-shrink: 0; position: relative; background: #fff; }
.tf-check:hover { border-color: #f27a1a; }
.tf-check:checked { background: #f27a1a; border-color: #f27a1a; }
.tf-check:checked::after { content: ''; position: absolute; top: 2px; left: 5px; width: 4px; height: 7px; border: solid #fff; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); }
input[type="radio"].tf-check { border-radius: 50%; }
input[type="radio"].tf-check:checked::after { top: 3px; left: 3px; width: 8px; height: 8px; border-radius: 50%; background: #fff; border: none; transform: none; }
.facet-search { position: relative; margin: 4px 0 8px; }
.facet-search-icon { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; color: #bbb; pointer-events: none; }
.facet-search-input { width: 100%; padding: 7px 10px 7px 30px; font-size: 12px; border: 1px solid #e6e6e6; border-radius: 4px; background: #fafafa; outline: none; transition: border-color .15s; font-family: inherit; color: #333; }
.facet-search-input::placeholder { color: #bbb; }
.facet-search-input:focus { border-color: #f27a1a; }
.facet-pills { display: flex; flex-wrap: wrap; gap: 6px; margin: 6px 0 0; }
.facet-pill { display: inline-flex; align-items: center; padding: 5px 12px; font-size: 12px; font-weight: 500; border: 1px solid #e6e6e6; border-radius: 4px; cursor: pointer; transition: all .12s; color: #666; background: #fff; user-select: none; }
.facet-pill:hover { border-color: #f27a1a; color: #f27a1a; }
.facet-pill.active { background: #f27a1a; border-color: #f27a1a; color: #fff; }
.facet-pill input { display: none; }
.facet-btn-wrap { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; padding-top: 16px; border-top: 1px solid #f0f0f0; }
.facet-btn-submit { width: 100%; padding: 11px 16px; font-size: 13px; font-weight: 700; color: #fff; background: #f27a1a; border: none; border-radius: 6px; cursor: pointer; font-family: inherit; text-transform: uppercase; letter-spacing: .03em; transition: background .15s; }
.facet-btn-submit:hover { background: #e06c10; }
.facet-btn-submit:active { background: #d06010; }
.facet-btn-clear { display: block; text-align: center; font-size: 12px; font-weight: 500; color: #999; text-decoration: underline; text-underline-offset: 2px; padding: 4px; transition: color .15s; }
.facet-btn-clear:hover { color: #f27a1a; }
.filter-color .swatch-value { border: 1px solid rgba(0,0,0,.1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
