/* Tema bölümleri (üç tema ortak). Renk/yazı/köşe değerleri Tema Editörü › Genel Stil'den --th-* ile gelir. */
:root {
    --th-primary-fallback: #111;
    --th-container-fallback: 1320px;
}

.sf-sec { position: relative; background: var(--sec-bg, transparent); }
.sf-sec--contents { display: contents; }
.sf-sec--bg { background: var(--sec-bg); }
.sf-pt-n { padding-top: 0; } .sf-pt-s { padding-top: calc(var(--th-section-gap, 48px) * .35); } .sf-pt-m { padding-top: calc(var(--th-section-gap, 48px) * .75); } .sf-pt-l { padding-top: calc(var(--th-section-gap, 48px) * 1.4); }
.sf-pb-n { padding-bottom: 0; } .sf-pb-s { padding-bottom: calc(var(--th-section-gap, 48px) * .35); } .sf-pb-m { padding-bottom: calc(var(--th-section-gap, 48px) * .75); } .sf-pb-l { padding-bottom: calc(var(--th-section-gap, 48px) * 1.4); }
@media (max-width: 767px) { .sf-hide-m { display: none !important; } }
@media (min-width: 768px) { .sf-hide-d { display: none !important; } }
.sf-sec-empty, .sf-sec-error { margin: 12px auto; max-width: 900px; padding: 18px; border: 1.5px dashed #cbd5e1; border-radius: 10px; color: #64748b; font: 500 13px/1.5 system-ui, sans-serif; text-align: center; }
.sf-sec-error { border-color: #fca5a5; color: #b91c1c; background: #fef2f2; }

.sf-container { width: 100%; max-width: var(--th-container, var(--th-container-fallback)); margin: 0 auto; padding: 0 16px; box-sizing: border-box; }
@media (min-width: 768px) { .sf-container { padding: 0 24px; } }
.sf-full { width: 100%; }
.sf-sec *, .sf-sec *::before, .sf-sec *::after { box-sizing: border-box; }
.sf-sec img { max-width: 100%; }

/* Başlıklar */
.sf-sec__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.sf-sec__head--center { justify-content: center; text-align: center; }
.sf-sec__head--center .sf-sec__more { display: none; }
.sf-sec__eyebrow { margin: 0 0 6px; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--th-muted, #6b7280); }
.sf-sec__title { margin: 0; font-size: clamp(20px, 2.2vw, 28px); line-height: 1.2; font-weight: var(--th-heading-weight, 700); letter-spacing: var(--th-heading-spacing, -.01em); text-transform: var(--th-heading-transform, none); color: var(--th-text, #111); }
.sf-sec__more { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; font-size: 14px; font-weight: 600; color: var(--th-text, #111); text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.sf-sec__more span { transition: transform .2s; }
.sf-sec__more:hover span { transform: translateX(3px); }
.th-muted { color: var(--th-muted, #6b7280); }
.th-center { display: flex; justify-content: center; margin-top: 24px; }
.th-heading { font-family: var(--th-font-heading, inherit); }

/* Düğmeler */
.th-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: var(--th-btn-h, 46px); padding: 0 26px; border-radius: var(--th-btn-radius, 6px); border: 0; font: inherit; font-size: 14px; font-weight: 600; letter-spacing: var(--th-btn-spacing, .01em); text-transform: var(--th-btn-transform, none); text-decoration: none; cursor: pointer; transition: transform .15s, background-color .2s, color .2s, box-shadow .2s; }
.th-btn:active { transform: scale(.98); }
.th-btn--primary { background: var(--th-primary, var(--th-primary-fallback)); color: var(--th-primary-text, #fff); }
.th-btn--primary:hover { filter: brightness(1.12); }
.th-btn--light { background: #fff; color: #111; }
.th-btn--light:hover { background: #111; color: #fff; }
.th-btn--outline { background: transparent; color: var(--th-text, #111); box-shadow: inset 0 0 0 1.5px currentColor; }
.th-btn--outline:hover { background: var(--th-text, #111); color: #fff; }

/* Slider */
.th-slider { position: relative; overflow: hidden; --h: clamp(260px, 52vw, 620px); }
.th-slider--small { --h: clamp(200px, 32vw, 380px); } .th-slider--medium { --h: clamp(260px, 44vw, 540px); } .th-slider--large { --h: clamp(340px, 60vw, 760px); } .th-slider--screen { --h: calc(100svh - 120px); }
.th-slider.sf-container { padding: 0; border-radius: var(--th-card-radius, 0); }
.th-slider__track { position: relative; height: var(--h); }
.th-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s; display: flex; }
.th-slide.is-active { opacity: 1; visibility: visible; }
.th-slide picture, .th-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.th-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgb(0 0 0 / calc(var(--overlay) * 1.6)), rgb(0 0 0 / var(--overlay)) 45%, transparent 80%); pointer-events: none; z-index: 1; }
.th-slide__link { position: absolute; inset: 0; z-index: 3; }
.th-slide__copy { position: relative; z-index: 2; margin-top: auto; padding: clamp(20px, 5vw, 64px); max-width: 640px; pointer-events: none; }
.th-slide--center { justify-content: center; text-align: center; } .th-slide--center .th-slide__copy { margin-inline: auto; }
.th-slide--right { justify-content: flex-end; text-align: right; }
.th-slide__eyebrow { margin: 0 0 8px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; opacity: .9; }
.th-slide__title { margin: 0 0 10px; font-size: clamp(26px, 4.4vw, 56px); line-height: 1.05; font-weight: var(--th-heading-weight, 700); text-transform: var(--th-heading-transform, none); }
.th-slide__text { margin: 0 0 18px; font-size: clamp(14px, 1.4vw, 18px); opacity: .92; }
.th-slide.is-active .th-slide__copy > * { animation: th-rise .8s both; }
.th-slide.is-active .th-slide__copy > *:nth-child(2) { animation-delay: .08s; } .th-slide.is-active .th-slide__copy > *:nth-child(3) { animation-delay: .16s; } .th-slide.is-active .th-slide__copy > *:nth-child(4) { animation-delay: .24s; }
.th-slider__nav { position: absolute; top: 50%; z-index: 4; width: 44px; height: 44px; margin-top: -22px; border: 0; border-radius: 50%; background: rgb(255 255 255 / .85); color: #111; font-size: 26px; line-height: 1; cursor: pointer; opacity: 0; transition: opacity .2s, transform .2s; }
.th-slider:hover .th-slider__nav { opacity: 1; }
.th-slider__nav--prev { left: 16px; } .th-slider__nav--next { right: 16px; }
.th-slider__dots { position: absolute; left: 0; right: 0; bottom: 14px; z-index: 4; display: flex; justify-content: center; gap: 6px; }
.th-slider__dots button { width: 22px; height: 3px; padding: 0; border: 0; border-radius: 3px; background: rgb(255 255 255 / .5); cursor: pointer; transition: width .3s, background .3s; }
.th-slider__dots button.is-active { width: 38px; background: #fff; }
@media (max-width: 767px) { .th-slider__nav { display: none; } }

/* Banner */
.th-banner { position: relative; display: flex; overflow: hidden; min-height: var(--h, 460px); isolation: isolate; }
.th-banner--auto { --h: 0; } .th-banner--small { --h: clamp(220px, 30vw, 360px); } .th-banner--medium { --h: clamp(300px, 42vw, 520px); } .th-banner--large { --h: clamp(380px, 58vw, 760px); } .th-banner--screen { --h: calc(100svh - 110px); }
.th-banner.sf-container { padding: 0; border-radius: var(--th-card-radius, 0); }
.th-banner__media { position: absolute; inset: 0; z-index: -1; }
.th-banner--auto .th-banner__media { position: relative; inset: auto; width: 100%; }
.th-banner__media img, .th-banner__media video { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.2s cubic-bezier(.2, .7, .2, 1); }
.th-banner:hover .th-banner__media img { transform: scale(1.03); }
.th-banner::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgb(0 0 0 / var(--overlay)); pointer-events: none; }
.th-banner__link { position: absolute; inset: 0; z-index: 1; }
.th-banner__copy { position: relative; z-index: 2; padding: clamp(24px, 5vw, 72px); max-width: 680px; pointer-events: none; }
.th-banner__copy a { pointer-events: auto; }
.th-banner--auto .th-banner__copy { position: absolute; }
.th-banner--top-left { align-items: flex-start; } .th-banner--center-left { align-items: center; } .th-banner--bottom-left { align-items: flex-end; }
.th-banner--center { align-items: center; justify-content: center; text-align: center; }
.th-banner--bottom-center { align-items: flex-end; justify-content: center; text-align: center; }
.th-banner--center-right { align-items: center; justify-content: flex-end; text-align: right; }
.th-banner--bottom-right { align-items: flex-end; justify-content: flex-end; text-align: right; }
.th-banner__eyebrow { margin: 0 0 8px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.th-banner__title { margin: 0 0 10px; font-size: clamp(28px, 4.6vw, 60px); line-height: 1.05; font-weight: var(--th-heading-weight, 700); text-transform: var(--th-heading-transform, none); letter-spacing: var(--th-heading-spacing, -.01em); }
.th-banner__text { margin: 0 0 20px; font-size: clamp(14px, 1.3vw, 18px); opacity: .92; }

/* Banner ızgarası */
.th-bgrid { display: grid; grid-template-columns: repeat(var(--cols-m, 1), 1fr); gap: var(--gap, 12px); }
@media (min-width: 768px) { .th-bgrid { grid-template-columns: repeat(var(--cols, 2), 1fr); } }
.th-bgrid__item { position: relative; display: block; overflow: hidden; color: #fff; text-decoration: none; border-radius: var(--th-card-radius, 0); }
.th-bgrid__media { display: block; aspect-ratio: var(--ratio, 4/5); background: #f1f1f1; overflow: hidden; }
.th-bgrid__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2, .7, .2, 1); }
.th-bgrid__item:hover .th-bgrid__media img { transform: scale(1.05); }
.th-bgrid__item--overlay .th-bgrid__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgb(0 0 0 / .45), transparent 55%); }
.th-bgrid__copy { position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(16px, 3vw, 32px); display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.th-bgrid__copy strong { font-size: clamp(20px, 2.6vw, 34px); font-weight: var(--th-heading-weight, 700); text-transform: var(--th-heading-transform, none); letter-spacing: .02em; }
.th-bgrid__cta { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid; padding-bottom: 2px; }
.th-bgrid__item--below { color: var(--th-text, #111); }
.th-bgrid__item--below .th-bgrid__copy { position: static; padding: 12px 0 0; }

/* Görsel + metin */
.th-iwt { display: grid; gap: clamp(20px, 4vw, 64px); align-items: center; }
@media (min-width: 768px) { .th-iwt { grid-template-columns: 1fr 1fr; } .th-iwt--right .th-iwt__media { order: 2; } }
.th-iwt__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--th-card-radius, 0); }
.th-iwt__copy .th-btn { margin-top: 20px; }
.th-rte { color: var(--th-muted, #4b5563); line-height: 1.7; font-size: 15px; }
.th-rte p { margin: 0 0 12px; } .th-rte a { color: inherit; text-decoration: underline; }

/* Video */
.th-video { position: relative; aspect-ratio: var(--ratio, 16/9); overflow: hidden; background: #000; border-radius: var(--th-card-radius, 0); }
.th-video iframe, .th-video video, .th-video__cover, .th-video__cover img { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.th-video__cover { padding: 0; cursor: pointer; background: #000; }
.th-video__play { position: absolute; left: 50%; top: 50%; width: 72px; height: 72px; margin: -36px 0 0 -36px; display: grid; place-items: center; border-radius: 50%; background: rgb(255 255 255 / .92); color: #111; font-size: 22px; transition: transform .2s; }
.th-video__cover:hover .th-video__play { transform: scale(1.08); }

/* Kategori halkaları */
.th-circles__track { display: flex; gap: clamp(12px, 2vw, 28px); overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px 8px; justify-content: flex-start; }
@media (min-width: 1024px) { .th-circles__track { justify-content: center; flex-wrap: wrap; overflow: visible; } }
.th-circle { flex: 0 0 auto; width: var(--size, 96px); display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: var(--th-text, #111); scroll-snap-align: start; }
.th-circle__img { width: var(--size, 96px); height: var(--size, 96px); border-radius: 50%; overflow: hidden; background: #f3f3f3; box-shadow: 0 0 0 1px var(--th-border, #eee); transition: box-shadow .25s, transform .25s; }
.th-circles--rounded .th-circle__img { border-radius: 18px; } .th-circles--square .th-circle__img { border-radius: 0; }
.th-circle__img img { width: 100%; height: 100%; object-fit: cover; }
.th-circle:hover .th-circle__img { box-shadow: 0 0 0 2px var(--th-primary, #111); transform: translateY(-2px); }
.th-circle__name { font-size: 13px; font-weight: 500; text-align: center; line-height: 1.3; }
.th-circle__name small { color: var(--th-muted, #6b7280); font-weight: 400; }

/* Kategori kartları */
.th-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 768px) { .th-tiles { grid-template-columns: repeat(var(--cols, 4), 1fr); gap: 16px; } }
.th-tile { position: relative; display: block; overflow: hidden; border-radius: var(--th-card-radius, 10px); text-decoration: none; color: #fff; }
.th-tile__img { display: block; aspect-ratio: var(--ratio, 1/1); background: #eee; }
.th-tile__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.th-tile:hover img { transform: scale(1.06); }
.th-tile__name { position: absolute; left: 12px; bottom: 12px; padding: 7px 14px; background: rgb(255 255 255 / .94); color: #111; font-size: 14px; font-weight: 600; border-radius: var(--th-btn-radius, 999px); }

/* Çipler */
.th-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.th-chip { display: inline-flex; align-items: center; min-height: 36px; padding: 0 16px; border: 1px solid var(--th-border, #e5e7eb); border-radius: 999px; font-size: 13px; color: var(--th-text, #111); text-decoration: none; background: #fff; transition: border-color .2s, background .2s; }
.th-chip:hover { border-color: var(--th-text, #111); background: #fafafa; }

/* Ürün kartı */
.th-card { position: relative; display: flex; flex-direction: column; min-width: 0; text-align: var(--th-card-align, left); border-radius: var(--th-card-radius, 0); box-shadow: var(--th-card-shadow, none); background: var(--th-surface, transparent); }
.th-card__media { position: relative; overflow: hidden; aspect-ratio: var(--th-card-ratio, 3/4); background: #f4f4f4; border-radius: var(--th-card-radius, 0); }
.th-card__img, .th-card__img img { display: block; width: 100%; height: 100%; }
.th-card__img img { object-fit: cover; transition: opacity .45s ease, transform .8s cubic-bezier(.2, .7, .2, 1); }
.th-card__img2 { position: absolute; inset: 0; opacity: 0; }
@media (hover: hover) {
    .th-card:hover .th-card__img2 { opacity: 1; }
    .th-card:hover .th-card__img img:first-child { transform: scale(1.03); }
    .th-card:hover .th-card__quick { opacity: 1; transform: none; }
}
.th-card__badges { position: absolute; left: 8px; top: 8px; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; pointer-events: none; }
.th-badge { display: inline-block; padding: 3px 8px; font-size: 11px; font-weight: 700; letter-spacing: .04em; line-height: 1.3; background: #111; color: #fff; border-radius: 2px; }
.th-badge--sale { background: var(--th-sale, #c8102e); }
.th-badge--muted { background: #fff; color: #6b7280; box-shadow: inset 0 0 0 1px #e5e7eb; }
.th-card__fav { position: absolute; right: 8px; top: 8px; width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgb(255 255 255 / .9); color: #111; cursor: pointer; transition: transform .2s, color .2s; }
.th-card__fav:hover { transform: scale(1.08); }
.th-card__fav.is-active { color: var(--th-sale, #c8102e); }
.th-card__fav.is-active svg { fill: currentColor; }
.th-card__quick { position: absolute; left: 8px; right: 8px; bottom: 8px; display: flex; align-items: center; justify-content: center; min-height: 38px; background: rgb(255 255 255 / .95); color: #111; font-size: 13px; font-weight: 600; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; border-radius: var(--th-btn-radius, 0); opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s; }
@media (hover: none) { .th-card__quick { display: none; } }
.th-card__body { padding: 10px 2px 4px; display: flex; flex-direction: column; gap: 4px; }
.th-card__name { font-size: 14px; line-height: 1.35; color: var(--th-text, #111); text-decoration: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.th-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; font-size: 14px; justify-content: var(--th-card-align, left); }
.th-card__price strong { font-weight: 600; color: var(--th-text, #111); }
.th-card__price strong.is-sale { color: var(--th-sale, #c8102e); }
.th-card__price s { color: var(--th-muted, #9ca3af); font-size: 13px; }
.th-card__swatches { display: flex; align-items: center; gap: 4px; }
.th-card__swatches span { width: 12px; height: 12px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgb(0 0 0 / .15); }
.th-card__swatches em { font-style: normal; font-size: 11px; color: var(--th-muted, #6b7280); }
.th-card.is-soldout .th-card__img img { opacity: .6; }

/* Izgara / ray */
.th-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
@media (min-width: 768px) { .th-grid { grid-template-columns: repeat(min(var(--cols, 4), 3), 1fr); gap: 28px 18px; } }
@media (min-width: 1100px) { .th-grid { grid-template-columns: repeat(var(--cols, 4), 1fr); } }
.th-rail { position: relative; }
.th-rail__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 12px) / 2.2); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 4px; }
.th-rail__track > * { scroll-snap-align: start; }
@media (min-width: 768px) { .th-rail__track { grid-auto-columns: calc((100% - 18px * 2) / 3); gap: 18px; } }
@media (min-width: 1100px) { .th-rail__track { grid-auto-columns: calc((100% - 18px * (var(--per, 4) - 1)) / var(--per, 4)); } }
.th-rail__nav { position: absolute; top: 38%; z-index: 3; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #fff; color: #111; font-size: 24px; line-height: 1; box-shadow: 0 4px 16px rgb(0 0 0 / .12); cursor: pointer; opacity: 0; transition: opacity .2s; }
.th-rail:hover .th-rail__nav:not([disabled]) { opacity: 1; }
.th-rail__nav[disabled] { opacity: 0 !important; pointer-events: none; }
.th-rail__nav--prev { left: -14px; } .th-rail__nav--next { right: -14px; }
@media (max-width: 1023px) { .th-rail__nav { display: none; } }

/* Sekmeler */
.th-tabs { display: flex; justify-content: center; gap: 4px 22px; flex-wrap: wrap; margin: -4px 0 22px; }
.th-tab { position: relative; padding: 8px 2px; border: 0; background: none; font: inherit; font-size: 15px; color: var(--th-muted, #6b7280); cursor: pointer; }
.th-tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: currentColor; transform: scaleX(0); transition: transform .25s; }
.th-tab.is-active { color: var(--th-text, #111); font-weight: 600; } .th-tab.is-active::after { transform: none; }
[data-th-panel] { animation: th-fade .35s both; }

/* Hizmet rozetleri */
.th-services { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 900px) { .th-services { grid-template-columns: repeat(var(--n, 4), 1fr); } }
.th-service { display: flex; }
.th-service__link, .th-service > .th-service__icon { color: inherit; text-decoration: none; }
.th-service, .th-service__link { align-items: center; gap: 12px; }
.th-service__link { display: flex; width: 100%; }
.th-services--cards .th-service { padding: 18px; border: 1px solid var(--th-border, #eee); border-radius: var(--th-card-radius, 10px); background: var(--th-surface, #fff); }
.th-services--inline { border-top: 1px solid var(--th-border, #eee); border-bottom: 1px solid var(--th-border, #eee); padding: 18px 0; }
.th-services--inline .th-service { justify-content: center; }
.th-service__icon { flex: none; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--th-surface, #f5f5f5); color: var(--th-primary, #111); }
.th-services--minimal .th-service__icon { background: none; }
.th-service__icon svg, .th-service__icon .ui-icon { width: 20px; height: 20px; }
.th-service__copy { display: flex; flex-direction: column; gap: 2px; font-size: 14px; }
.th-service__copy small { color: var(--th-muted, #6b7280); font-size: 12px; }

/* Yorumlar */
.th-quote { margin: 0; padding: 24px; border: 1px solid var(--th-border, #eee); border-radius: var(--th-card-radius, 12px); background: var(--th-surface, #fff); display: flex; flex-direction: column; gap: 12px; }
.th-quote__stars { color: #f5a524; letter-spacing: 2px; }
.th-quote blockquote { margin: 0; font-size: 15px; line-height: 1.6; color: var(--th-text, #111); }
.th-quote figcaption { display: flex; flex-direction: column; font-size: 13px; }
.th-quote figcaption span { color: var(--th-muted, #6b7280); }

/* SSS */
.th-faq { max-width: 860px; margin: 0 auto; }
.th-faq__item { border-bottom: 1px solid var(--th-border, #e5e7eb); }
.th-faq__item summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; font-weight: 600; cursor: pointer; list-style: none; }
.th-faq__item summary::-webkit-details-marker { display: none; }
.th-faq__item summary span { font-size: 22px; font-weight: 300; transition: transform .25s; }
.th-faq__item[open] summary span { transform: rotate(45deg); }
.th-faq__item .th-rte { padding-bottom: 18px; }

/* Geri sayım */
.th-countdown { display: grid; gap: 20px; align-items: center; justify-items: center; text-align: center; padding: clamp(28px, 5vw, 56px); border-radius: var(--th-card-radius, 12px); background: var(--th-surface, #f7f7f7); background-size: cover; background-position: center; }
.th-countdown--img { color: #fff; position: relative; isolation: isolate; }
.th-countdown--img::before { content: ""; position: absolute; inset: 0; background: rgb(0 0 0 / .45); z-index: -1; border-radius: inherit; }
.th-countdown--img .sf-sec__title, .th-countdown--img .sf-sec__eyebrow { color: #fff; }
.th-countdown__copy p { margin: 8px 0 0; }
.th-countdown__timer { display: flex; gap: 10px; }
.th-countdown__timer span { min-width: 68px; padding: 12px 8px; border-radius: 10px; background: #fff; color: #111; display: flex; flex-direction: column; gap: 2px; box-shadow: 0 6px 20px rgb(0 0 0 / .08); }
.th-countdown__timer b { font-size: clamp(22px, 3vw, 32px); font-variant-numeric: tabular-nums; }
.th-countdown__timer small { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: #6b7280; }
@media (min-width: 900px) { .th-countdown { grid-template-columns: 1fr auto auto; text-align: left; justify-items: start; } }

/* Kampanya / blog / UGC / logolar / bülten */
.th-camp, .th-post { display: flex; flex-direction: column; gap: 10px; color: var(--th-text, #111); text-decoration: none; }
.th-camp__img, .th-post__img { display: block; overflow: hidden; aspect-ratio: 16/10; border-radius: var(--th-card-radius, 10px); background: #eee; }
.th-camp__img img, .th-post__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.th-camp:hover img, .th-post:hover img { transform: scale(1.04); }
.th-camp__copy { display: flex; flex-direction: column; gap: 4px; }
.th-camp__copy small, .th-post small { color: var(--th-muted, #6b7280); }
.th-ugc { position: relative; display: block; overflow: hidden; aspect-ratio: var(--ratio, 4/5); border-radius: var(--th-card-radius, 0); background: #eee; }
.th-ugc img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.th-ugc:hover img { transform: scale(1.05); }
.th-ugc span { position: absolute; left: 10px; bottom: 10px; padding: 4px 10px; font-size: 12px; background: rgb(255 255 255 / .9); color: #111; border-radius: 999px; }
.th-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px 48px; }
.th-logo { display: inline-flex; align-items: center; color: var(--th-text, #111); text-decoration: none; }
.th-logo img { max-height: 44px; width: auto; }
.th-logos--gray .th-logo { filter: grayscale(1); opacity: .65; transition: filter .25s, opacity .25s; }
.th-logos--gray .th-logo:hover { filter: none; opacity: 1; }
.th-newsletter { display: grid; gap: 18px; padding: clamp(24px, 4vw, 48px); border-radius: var(--th-card-radius, 12px); background: var(--th-surface, #f6f6f6); align-items: center; }
@media (min-width: 900px) { .th-newsletter { grid-template-columns: 1fr 1.1fr; } }
.th-newsletter__form { display: flex; flex-wrap: wrap; gap: 8px; }
.th-newsletter__form input { flex: 1 1 220px; min-height: var(--th-btn-h, 46px); padding: 0 16px; border: 1px solid var(--th-border, #ddd); border-radius: var(--th-input-radius, 6px); font: inherit; background: #fff; }
.th-newsletter__msg { flex-basis: 100%; margin: 0; font-size: 13px; min-height: 1em; }
.th-newsletter__msg.is-ok { color: #059669; } .th-newsletter__msg.is-err { color: #dc2626; }
.th-richtext { max-width: var(--maxw, 760px); }
.th-richtext--center { margin: 0 auto; text-align: center; } .th-richtext--right { margin-left: auto; text-align: right; }
.th-richtext .th-btn { margin-top: 14px; }
.th-spacer--line { border-bottom: 1px solid var(--th-border, #e5e7eb); }
.th-custom img { height: auto; }

/* Kaydırınca belirme */
.sf-reveal { opacity: 0; transform: translateY(18px); transition: opacity var(--th-anim, .6s) ease, transform var(--th-anim, .6s) cubic-bezier(.2, .7, .2, 1); }
.sf-reveal.is-in { opacity: 1; transform: none; }
.th-no-reveal .sf-reveal { opacity: 1; transform: none; }
@keyframes th-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes th-fade { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
    .sf-reveal { opacity: 1; transform: none; transition: none; }
    .th-slide, .th-card__img img, .th-banner__media img { transition: none !important; animation: none !important; }
}

/* Editör önizlemesi */
.sf-editing [data-sf-section] { cursor: pointer; }
.sf-editor-outline { position: absolute; z-index: 2147482000; pointer-events: none; border: 2px solid #2563eb; border-radius: 2px; transition: all .15s ease; }
.sf-editor-outline span { position: absolute; left: -2px; top: -24px; padding: 3px 8px; background: #2563eb; color: #fff; font: 600 11px/16px system-ui, sans-serif; border-radius: 4px 4px 0 0; white-space: nowrap; }
.sf-editor-outline--hover { border-style: dashed; border-color: #60a5fa; }
.sf-editor-outline--hover span { background: #60a5fa; }

/* Üst bilgi ayarları (Tema Editörü › Üst Bilgi) */
.th-hdr--bg { background: var(--th-hdr-bg) !important; }
.th-hdr--fg, .th-hdr--fg a, .th-hdr--fg button { color: var(--th-hdr-fg) !important; }
.th-hdr--noborder { border-bottom: 0 !important; box-shadow: none !important; }
.th-hdr--logo img[class*="logo"] { width: var(--th-logo-w-m, calc(var(--th-logo-w, 150px) * .78)) !important; height: auto !important; max-height: 56px !important; object-fit: contain; }
@media (min-width: 768px) { .th-hdr--logo img[class*="logo"] { width: var(--th-logo-w, 150px) !important; max-height: 80px !important; } }

/* Mega menü */
.sf-mega { position: static; min-width: 0; flex: 1; }
.sf-mega__bar { display: flex; align-items: stretch; gap: 2px; margin: 0; padding: 0; list-style: none; overflow-x: auto; scrollbar-width: none; }
.sf-mega__bar::-webkit-scrollbar { display: none; }
.sf-mega__item { position: static; display: flex; }
.sf-mega__link { position: relative; display: inline-flex; align-items: center; gap: 6px; padding: 0 12px; min-height: 44px; white-space: nowrap; font-size: 13px; font-weight: 600; letter-spacing: .02em; color: inherit; text-decoration: none; }
.sf-mega__link::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 6px; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s cubic-bezier(.2, .7, .2, 1); }
.sf-mega__item:hover > .sf-mega__link::after, .sf-mega__item.is-open > .sf-mega__link::after, .sf-mega__link.is-current::after { transform: none; }
.sf-mega__link.is-hl { color: var(--th-sale, #c8102e); }
.sf-mega__badge { display: inline-block; padding: 1px 6px; border-radius: 999px; background: var(--th-sale, #c8102e); color: #fff; font-size: 10px; font-weight: 700; line-height: 1.5; }
.sf-mega__panel { position: absolute; left: 0; right: 0; top: 100%; z-index: 60; background: #fff; color: #111; border-top: 1px solid rgb(0 0 0 / .06); box-shadow: 0 24px 48px -24px rgb(0 0 0 / .25); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .18s ease, transform .22s cubic-bezier(.2, .7, .2, 1), visibility .18s; pointer-events: none; }
.sf-mega__item.is-open > .sf-mega__panel { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.sf-mega__inner { max-width: var(--th-container, 1320px); margin: 0 auto; padding: 28px 24px 32px; display: grid; grid-template-columns: 1fr auto; gap: 32px; }
.sf-mega__cols { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 20px 28px; align-content: start; }
.sf-mega__head { display: block; margin: 0 0 10px; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #111; text-decoration: none; }
a.sf-mega__head:hover { text-decoration: underline; }
.sf-mega__col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 7px; }
.sf-mega__col li a { font-size: 14px; color: #4b5563; text-decoration: none; transition: color .15s; }
.sf-mega__col li a:hover { color: #111; }
.sf-mega__col a.is-hl { color: var(--th-sale, #c8102e) !important; font-weight: 600; }
.sf-mega__cols--flat .sf-mega__col:first-child { grid-column: 1 / -1; }
.sf-mega__cols--flat .sf-mega__col:first-child ul { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); column-gap: 28px; }
.sf-mega__col--all { display: flex; align-items: flex-end; }
.sf-mega__all { font-size: 13px; font-weight: 600; color: #111; text-decoration: none; border-bottom: 1px solid; padding-bottom: 1px; }
.sf-mega__feature { position: relative; display: block; width: 260px; aspect-ratio: 4/5; overflow: hidden; border-radius: var(--th-card-radius, 6px); background: #f3f3f3; color: #fff; text-decoration: none; }
.sf-mega__feature img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.sf-mega__feature:hover img { transform: scale(1.05); }
.sf-mega__feature span { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 16px 14px; background: linear-gradient(0deg, rgb(0 0 0 / .55), transparent); font-weight: 700; font-size: 16px; display: flex; flex-direction: column; }
.sf-mega__feature small { font-weight: 500; font-size: 12px; opacity: .9; text-decoration: underline; }
.sf-mega-backdrop { position: fixed; inset: 0; z-index: 40; background: rgb(0 0 0 / .18); opacity: 0; pointer-events: none; transition: opacity .2s; }
.sf-mega-backdrop.is-on { opacity: 1; }
@media (max-width: 1023px) { .sf-mega__panel { display: none; } }
.storefront-site-header .sf-mega--standard .sf-mega__link { min-height: var(--storefront-header-sub-h, 2.75rem); text-transform: uppercase; font-size: 12px; }
.dark .sf-mega__panel { background: #0b0b0f; color: #f4f4f5; border-color: rgb(255 255 255 / .08); }
.dark .sf-mega__head, .dark .sf-mega__all { color: #f4f4f5; }
.dark .sf-mega__col li a { color: #a1a1aa; }

/* Alt bilgi bölümü renkleri (Tema Editörü › Alt Bilgi) */
.th-footer--custom { background: var(--th-footer-bg, inherit) !important; color: var(--th-footer-text, inherit); }
.th-footer--custom a, .th-footer--custom p, .th-footer--custom h3, .th-footer--custom button, .th-footer--custom span { color: var(--th-footer-text, inherit); }
.fs-footer__text { font-size: 14px; line-height: 1.6; opacity: .85; }

/* Gizli paneller (sekmeler) */
.sf-sec [hidden] { display: none !important; }

/* Ürün sayfası ekleri (Bedenimi Bul, İndirimde Haber Ver, hizmet rozetleri) */
.pdx { display: grid; gap: 12px; margin: 14px 0 6px; }
.pdx-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.pdx-badge { display: inline-block; padding: 4px 10px; font-size: 11px; font-weight: 700; letter-spacing: .05em; border-radius: 2px; }
.pdx-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.pdx-link { display: inline-flex; align-items: center; gap: 6px; padding: 4px 0; border: 0; background: none; font: inherit; font-size: 13.5px; font-weight: 500; color: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.pdx-link .ui-icon, .pdx-link svg { width: 16px; height: 16px; }
.pdx-services { list-style: none; margin: 4px 0 0; padding: 12px 0 0; border-top: 1px solid var(--th-border, #eee); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.pdx-services li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; }
.pdx-services__icon { flex: none; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--th-surface, #f5f5f5); }
.pdx-services__icon .ui-icon, .pdx-services__icon svg { width: 17px; height: 17px; }
.pdx-services strong { display: block; font-weight: 600; }
.pdx-services small { display: block; color: var(--th-muted, #6b7280); font-size: 12px; line-height: 1.35; }
.pdx-modal { position: fixed; inset: 0; z-index: 9000; display: grid; place-items: center; padding: 16px; }
.pdx-modal[hidden] { display: none; }
.pdx-modal__mask { position: absolute; inset: 0; background: rgb(0 0 0 / .45); opacity: 0; transition: opacity .2s; }
.pdx-modal__box { position: relative; width: min(640px, 100%); max-height: calc(100vh - 32px); overflow: auto; background: #fff; color: #111; border-radius: var(--th-card-radius, 12px); box-shadow: 0 30px 80px rgb(0 0 0 / .3); transform: translateY(12px) scale(.98); opacity: 0; transition: transform .22s cubic-bezier(.2, .8, .2, 1), opacity .2s; }
.pdx-modal__box--sm { width: min(420px, 100%); }
.pdx-modal.is-open .pdx-modal__mask { opacity: 1; }
.pdx-modal.is-open .pdx-modal__box { transform: none; opacity: 1; }
.pdx-modal__head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid #eee; position: sticky; top: 0; background: #fff; }
.pdx-modal__head h3 { margin: 0; font-size: 17px; }
.pdx-x { width: 36px; height: 36px; border: 0; background: none; font-size: 26px; line-height: 1; cursor: pointer; }
.pdx-modal__body { padding: 16px 18px 20px; display: grid; gap: 12px; }
.pdx-finder label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.pdx-finder__row { display: flex; gap: 8px; }
.pdx-input, .pdx-finder input { flex: 1; min-width: 0; height: 44px; padding: 0 12px; border: 1px solid #d1d5db; border-radius: var(--th-input-radius, 6px); font: inherit; }
.pdx-btn { height: 44px; padding: 0 18px; border: 0; border-radius: var(--th-btn-radius, 6px); background: var(--th-primary, #111); color: var(--th-primary-text, #fff); font: inherit; font-weight: 600; cursor: pointer; }
.pdx-btn:disabled { opacity: .6; }
.pdx-btn--block { width: 100%; }
.pdx-finder__out { margin: 8px 0 0; font-size: 14px; min-height: 1.2em; }
.pdx-table-wrap { overflow: auto; border: 1px solid #eee; border-radius: 8px; max-height: 50vh; }
.pdx-table { width: 100%; border-collapse: collapse; font-size: 13px; text-align: center; }
.pdx-table th { position: sticky; top: 0; background: #f7f7f7; font-weight: 600; padding: 10px 8px; }
.pdx-table td { padding: 9px 8px; border-top: 1px solid #f0f0f0; }
.pdx-table tr.is-hit td { background: #111; color: #fff; font-weight: 600; }
.pdx-note { margin: 0; font-size: 12.5px; color: #6b7280; line-height: 1.5; }
.pdx-label { font-size: 13px; font-weight: 600; }
.pdx-msg { margin: 0; font-size: 13px; min-height: 1em; }
.pdx-msg.is-ok { color: #059669; } .pdx-msg.is-err { color: #dc2626; }
.dark .pdx-modal__box, .dark .pdx-modal__head { background: #111; color: #f4f4f5; }

/* FastStore: isteğe bağlı mega menü çubuğu (Tema Editörü › Üst Bilgi › Mega menü) */
.fs-mega-bar { display: none; }
@media (min-width: 1024px) { .fs-mega-bar { display: block; background: #fff; border-bottom: 1px solid var(--fs-border, #e5e7eb); } .fs-mega-bar .sf-mega { max-width: 1200px; margin: 0 auto; padding: 0 12px; } .fs-mega-bar .sf-mega__link { min-height: 42px; font-size: 13px; } }
