/* Sante Komet Katalog — tema bağımsız, tüm seçiciler .skk altında */
:root {
	--skk-accent: #0a4a8f;
	--skk-text: #1d2733;
	--skk-muted: #65707c;
	--skk-line: #e3e7ec;
	--skk-soft: #f5f7fa;
	--skk-radius: 6px;
}

.skk-page { padding: 32px 0 64px; }
.skk-container { max-width: 1240px; margin: 0 auto; padding: 0 16px; box-sizing: border-box; }
.skk, .skk * { box-sizing: border-box; }
.skk { color: var(--skk-text); font-size: 15px; line-height: 1.55; }
.skk a { color: inherit; text-decoration: none; }
.skk img { max-width: 100%; height: auto; display: block; }

/* ekmek kırıntısı */
.skk-crumbs { font-size: 13px; color: var(--skk-muted); margin-bottom: 20px; text-transform: lowercase; }
.skk-crumbs a:hover { color: var(--skk-accent); }
.skk-crumbs i { font-style: normal; margin: 0 8px; opacity: .6; }
.skk-crumbs span { color: var(--skk-text); }

/* tanıtım bandı */
.skk-teaser { position: relative; min-height: 220px; margin-bottom: 32px; border-radius: var(--skk-radius); background: var(--skk-soft) center/cover no-repeat; display: flex; align-items: center; padding: 32px; }
.skk-teaser.has-image { min-height: 300px; }
.skk-teaser__box { max-width: 520px; background: rgba(255,255,255,.93); padding: 24px 28px; border-radius: var(--skk-radius); }
.skk-teaser__box h2 { margin: 0 0 8px; font-size: 26px; font-weight: 700; line-height: 1.2; color: var(--skk-accent); }
.skk-teaser__box p { margin: 0 0 8px; }

/* yerleşim */
.skk-layout { display: grid; grid-template-columns: 270px 1fr; gap: 40px; align-items: start; }
.skk-title { font-size: 28px; line-height: 1.2; margin: 0 0 20px; font-weight: 700; }

/* yan menü */
.skk-side { border: 1px solid var(--skk-line); border-radius: var(--skk-radius); padding: 18px 0; background: #fff; position: sticky; top: 100px; max-height: calc(100vh - 120px); overflow: auto; }
.skk-side__title { font-size: 17px; font-weight: 700; margin: 0 20px 10px; padding-bottom: 10px; border-bottom: 2px solid var(--skk-accent); }
.skk-side__up { display: block; margin: 0 20px 12px; font-size: 13px; color: var(--skk-muted) !important; }
.skk-side ul { list-style: none; margin: 0; padding: 0; }
.skk-side li > a { display: block; padding: 7px 20px; font-weight: 600; border-left: 3px solid transparent; }
.skk-side li li > a { padding: 5px 20px 5px 34px; font-weight: 400; font-size: 14px; color: var(--skk-muted); }
.skk-side li > a:hover { color: var(--skk-accent); background: var(--skk-soft); }
.skk-side li.is-current > a { border-left-color: var(--skk-accent); color: var(--skk-accent); background: var(--skk-soft); }
.skk-side-toggle { display: none; }

/* ürün ızgarası */
.skk-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.skk-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.skk-card { position: relative; border: 1px solid var(--skk-line); border-radius: var(--skk-radius); background: #fff; display: flex; flex-direction: column; transition: box-shadow .2s, border-color .2s; }
.skk-card:hover { border-color: transparent; box-shadow: 0 8px 24px rgba(16, 38, 66, .12); }
.skk-card__img { display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 3; padding: 20px; }
.skk-card__img img { max-height: 100%; width: auto; object-fit: contain; }
.skk-card__body { padding: 0 18px 18px; display: flex; flex-direction: column; flex: 1; }
.skk-card__title { font-size: 17px; font-weight: 700; line-height: 1.3; margin: 0 0 4px; display: flex; align-items: center; gap: 8px; }
.skk-card__title a:hover { color: var(--skk-accent); }
.skk-card__apps { font-size: 13px; color: var(--skk-muted); margin: 0 0 8px; }
.skk-card__desc { font-size: 13px; margin-bottom: 12px; }
.skk-card__more { margin-top: auto; font-size: 13px; font-weight: 700; color: var(--skk-accent) !important; text-transform: uppercase; letter-spacing: .04em; }
.skk-card__more::after { content: " →"; }
.skk-card__badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 6px; z-index: 1; flex-wrap: wrap; }
.skk-badge { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; background: var(--skk-accent); color: #fff; padding: 3px 8px; border-radius: 20px; }
.skk-noimg { display: block; width: 100%; aspect-ratio: 1 / 1; background: var(--skk-soft); }
.skk-grit { display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: var(--skk-grit); box-shadow: 0 0 0 1px rgba(0,0,0,.2); flex: none; }

.skk-more { text-align: center; margin-top: 28px; }
.skk-count { color: var(--skk-muted); font-size: 13px; margin: 0 0 12px; }
.skk-empty { color: var(--skk-muted); }

/* butonlar */
.skk-btn { display: inline-block; background: var(--skk-accent); color: #fff !important; border: 2px solid var(--skk-accent); padding: 12px 26px; border-radius: 40px; font-weight: 700; font-size: 14px; cursor: pointer; transition: opacity .2s; }
.skk-btn:hover { opacity: .88; }
.skk-btn--ghost { background: transparent; color: var(--skk-accent) !important; }
.skk-btn[disabled] { opacity: .5; cursor: wait; }

/* ürün sayfası */
.skk-product__top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; margin-bottom: 48px; }
.skk-gallery { position: relative; }
.skk-gallery__main { border: 1px solid var(--skk-line); border-radius: var(--skk-radius); aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; padding: 32px; background: #fff; }
.skk-gallery__slide { display: none; }
.skk-gallery__slide.is-active { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.skk-gallery__slide img { max-height: 100%; width: auto; object-fit: contain; }
.skk-gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.skk-gallery__thumbs button { width: 72px; height: 72px; padding: 6px; border: 1px solid var(--skk-line); border-radius: var(--skk-radius); background: #fff; cursor: pointer; }
.skk-gallery__thumbs button.is-active { border-color: var(--skk-accent); box-shadow: 0 0 0 1px var(--skk-accent); }
.skk-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.skk-product__brand { margin: 0; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--skk-accent); }
.skk-product__title { font-size: 34px; font-weight: 700; line-height: 1.15; margin: 4px 0 8px; display: flex; align-items: center; gap: 12px; }
.skk-product__title .skk-grit { width: 18px; height: 18px; }
.skk-product__apps { color: var(--skk-muted); margin: 0 0 16px; }
.skk-product__lead { margin-bottom: 20px; }
.skk-product__meta { margin: 0 0 6px; font-size: 14px; }
.skk-option { margin-bottom: 14px; }
.skk-option__label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.skk-option__values { display: flex; flex-wrap: wrap; gap: 6px; }
.skk-chip { border: 1px solid var(--skk-line); border-radius: 20px; padding: 4px 12px; font-size: 13px; background: var(--skk-soft); }
.skk-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.skk-section { margin-bottom: 48px; }
.skk-section h2 { font-size: 22px; font-weight: 700; margin: 0 0 16px; padding-bottom: 10px; border-bottom: 1px solid var(--skk-line); }
.skk-prose ul { padding-left: 20px; }
.skk-prose a { color: var(--skk-accent); text-decoration: underline; }
.skk-specs { width: 100%; max-width: 720px; border-collapse: collapse; }
.skk-specs th, .skk-specs td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--skk-line); vertical-align: top; }
.skk-specs th { width: 40%; font-weight: 600; color: var(--skk-muted); }

/* tablet */
@media (max-width: 1024px) {
	.skk-layout { grid-template-columns: 1fr; gap: 20px; }
	.skk .skk-side-toggle { display: block; width: 100%; text-align: left; padding: 12px 16px; border: 1px solid var(--skk-line); border-radius: var(--skk-radius); background: var(--skk-soft); color: var(--skk-text); font-size: 15px; font-weight: 700; cursor: pointer; }
	.skk-side-toggle::after { content: "▾"; float: right; }
	.skk-side { display: none; position: static; max-height: none; margin-top: 8px; }
	.skk-layout__side.is-open .skk-side { display: block; }
	.skk-grid, .skk-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.skk-product__top { grid-template-columns: 1fr; gap: 28px; }
}

/* telefon */
@media (max-width: 560px) {
	.skk-grid, .skk-grid--4 { gap: 12px; }
	.skk-card__img { padding: 12px; }
	.skk-card__body { padding: 0 12px 12px; }
	.skk-card__desc { display: none; }
	.skk-card__title { font-size: 15px; }
	.skk-teaser { padding: 16px; min-height: 0; }
	.skk-teaser.has-image { min-height: 220px; align-items: flex-end; }
	.skk-teaser__box { padding: 16px; }
	.skk-teaser__box h2 { font-size: 20px; }
	.skk-title { font-size: 22px; }
	.skk-product__title { font-size: 26px; }
	.skk-gallery__main { padding: 16px; }
}
