/**
 * WC Rank Kit — frontend stilleri.
 * Blocksy CSS değişkenleri varsa onları kullanır, yoksa nötr varsayılanlara düşer.
 */

/* ==========================================================================
   Yapışkan Sepete Ekle
   ========================================================================== */
.wcrk-sticky-atc {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9990;
	background: var(--theme-content-background, #fff);
	box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
	transform: translateY(110%);
	transition: transform 0.25s ease;
	padding: 10px clamp(12px, 3vw, 32px);
}

.wcrk-sticky-atc.is-visible {
	transform: none;
}

.wcrk-sticky-atc__inner {
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: var(--theme-normal-container-max-width, 1290px);
	margin: 0 auto;
}

.wcrk-sticky-atc img.wcrk-sticky-atc__image {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}

.wcrk-sticky-atc__info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	margin-right: auto;
}

.wcrk-sticky-atc__title {
	font-weight: 600;
	font-size: 14px;
	color: var(--theme-heading-color, var(--theme-text-color, #333));
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wcrk-sticky-atc__price {
	font-size: 14px;
	color: var(--theme-text-color, #555);
}

.wcrk-sticky-atc__price del {
	opacity: 0.6;
	margin-right: 6px;
}

.wcrk-sticky-atc__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.wcrk-sticky-atc__qty {
	width: 64px;
	padding: 8px;
	border: 1px solid var(--theme-border-color, #ddd);
	border-radius: 4px;
	text-align: center;
}

.wcrk-sticky-atc__button.button {
	background: var(--theme-button-background-initial-color, var(--theme-palette-color-1, #2872fa));
	color: var(--theme-button-text-initial-color, #fff);
	border: none;
	cursor: pointer;
	padding: 10px 22px;
	border-radius: var(--theme-button-border-radius, 4px);
	font-weight: 600;
	white-space: nowrap;
}

.wcrk-sticky-atc__button.button:hover {
	background: var(--theme-button-background-hover-color, var(--theme-palette-color-2, #1d5fd6));
	color: var(--theme-button-text-hover-color, #fff);
}

/* Görünürlük ayarları */
@media (min-width: 1000px) {
	.wcrk-sticky-atc[data-desktop="0"] {
		display: none;
	}
}

@media (max-width: 999.98px) {
	.wcrk-sticky-atc[data-mobile="0"] {
		display: none;
	}

	.wcrk-sticky-atc img.wcrk-sticky-atc__image,
	.wcrk-sticky-atc__price {
		display: none;
	}

	.wcrk-sticky-atc__title {
		font-size: 13px;
	}
}

/* ==========================================================================
   Ücretsiz Kargo Çubuğu
   ========================================================================== */
.wcrk-fsn {
	margin: 0 0 16px;
	padding: 12px 14px;
	border: 1px solid var(--theme-border-color, #e5e5e5);
	border-radius: 6px;
	background: var(--theme-content-background, #fff);
	font-size: 14px;
}

.wcrk-fsn__text {
	margin-top: 8px;
	color: var(--theme-text-color, #444);
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
}

.wcrk-fsn__track {
	height: 8px;
	border-radius: 99px;
	background: rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.wcrk-fsn__bar {
	height: 100%;
	border-radius: 99px;
	background: var(--wcrk-fsn-color, #3bb54a);
	transition: width 0.4s ease;
	min-width: 4px;
}

.wcrk-fsn--success .wcrk-fsn__text {
	color: var(--wcrk-fsn-color, #3bb54a);
	font-weight: 600;
}

/* Mini sepette daha kompakt — çubuk üstte, metin altta */
.widget_shopping_cart .wcrk-fsn,
#woo-cart-panel .wcrk-fsn {
	margin: 0 0 16px;
	padding: 0 0 14px;
	border: none;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	background: transparent;
}

/* ==========================================================================
   Stok Göstergesi
   ========================================================================== */
.wcrk-stock-meter {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 12px 0;
	max-width: 420px;
}

.wcrk-stock-meter__text {
	font-size: 14px;
	font-weight: 600;
	color: var(--wcrk-sm-color, #60b358);
}

.wcrk-stock-meter__track {
	display: block;
	height: 7px;
	border-radius: 99px;
	background: rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.wcrk-stock-meter__bar {
	display: block;
	height: 100%;
	border-radius: 99px;
	background: var(--wcrk-sm-color, #60b358);
}

/* ==========================================================================
   Rozetler
   ========================================================================== */
.wcrk-badge {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 9px;
	border-radius: 3px;
	letter-spacing: 0.02em;
}

/* Listeleme kartında görselin üzerine konumlan */
li.product {
	position: relative;
}

li.product .wcrk-badge--loop {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}

/* Ürün detayında başlığın üstünde */
.wcrk-badge--single {
	margin-bottom: 10px;
}

/* ==========================================================================
   Bekleme Listesi
   ========================================================================== */
.wcrk-waitlist {
	margin: 16px 0;
	padding: 16px;
	border: 1px solid var(--theme-border-color, #e5e5e5);
	border-radius: 6px;
	background: var(--theme-content-background, #fff);
	max-width: 480px;
}

.wcrk-waitlist__intro {
	margin: 0 0 10px;
	font-weight: 600;
	font-size: 14px;
}

.wcrk-waitlist__row {
	display: flex;
	gap: 8px;
}

.wcrk-waitlist__email {
	flex: 1;
	min-width: 0;
	padding: 9px 12px;
	border: 1px solid var(--theme-border-color, #ddd);
	border-radius: 4px;
}

.wcrk-waitlist__button.button {
	background: var(--theme-button-background-initial-color, var(--theme-palette-color-1, #2872fa));
	color: var(--theme-button-text-initial-color, #fff);
	border: none;
	cursor: pointer;
	padding: 9px 18px;
	border-radius: var(--theme-button-border-radius, 4px);
	font-weight: 600;
	white-space: nowrap;
}

.wcrk-waitlist__message {
	margin: 10px 0 0;
	font-size: 13px;
}

.wcrk-waitlist__message.is-success {
	color: #2e7d32;
	font-weight: 600;
}

.wcrk-waitlist__message.is-error {
	color: #c62828;
}

/* ==========================================================================
   Order Bump
   ========================================================================== */
.wcrk-bump {
	margin: 0 0 18px;
	border: 2px dashed var(--theme-palette-color-1, #2872fa);
	border-radius: 8px;
	padding: 14px;
	background: var(--theme-content-background, #fff);
}

.wcrk-bump__title {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 14px;
}

.wcrk-bump__offer {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	cursor: pointer;
}

.wcrk-bump__offer + .wcrk-bump__offer {
	border-top: 1px solid var(--theme-border-color, #eee);
}

.wcrk-bump__offer.is-busy {
	opacity: 0.5;
	pointer-events: none;
}

.wcrk-bump__check {
	flex-shrink: 0;
}

.wcrk-bump img.wcrk-bump__image {
	width: 42px;
	height: 42px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}

.wcrk-bump__info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.wcrk-bump__name {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.wcrk-bump__price {
	font-size: 13px;
}

.wcrk-bump__price del {
	opacity: 0.6;
	margin-right: 5px;
}

.wcrk-bump__price ins {
	text-decoration: none;
	font-weight: 700;
	color: var(--theme-palette-color-1, #2872fa);
}

/* ==========================================================================
   Geri Sayım
   ========================================================================== */
.wcrk-countdown {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0;
	padding: 10px 14px;
	border-left: 3px solid var(--wcrk-cd-color, #d75852);
	background: color-mix(in srgb, var(--wcrk-cd-color, #d75852) 7%, transparent);
	border-radius: 0 6px 6px 0;
}

.wcrk-countdown__label {
	font-size: 13px;
	font-weight: 600;
}

.wcrk-countdown__timer {
	display: inline-flex;
	gap: 6px;
}

.wcrk-countdown__unit {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	min-width: 38px;
	background: var(--wcrk-cd-color, #d75852);
	color: #fff;
	border-radius: 4px;
	padding: 4px 6px;
	line-height: 1.1;
}

.wcrk-countdown__unit b {
	font-size: 15px;
	font-variant-numeric: tabular-nums;
}

.wcrk-countdown__unit i {
	font-style: normal;
	font-size: 9px;
	opacity: 0.85;
	text-transform: uppercase;
}

/* ==========================================================================
   İstek Listesi
   ========================================================================== */
.wcrk-wishlist-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 10px 0;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	color: var(--theme-text-color, #555);
	transition: color 0.15s ease;
}

.wcrk-wishlist-btn:hover {
	color: var(--theme-palette-color-1, #2872fa);
}

.wcrk-wishlist-btn .wcrk-wishlist-btn__icon {
	color: #c3c4c7;
	transition: color 0.15s ease, transform 0.15s ease;
}

.wcrk-wishlist-btn:hover .wcrk-wishlist-btn__icon {
	color: #e05a6c;
}

.wcrk-wishlist-btn.is-added .wcrk-wishlist-btn__icon {
	color: #e0245e;
	transform: scale(1.1);
}

.wcrk-wishlist-empty {
	padding: 24px;
	text-align: center;
	border: 1px dashed var(--theme-border-color, #ddd);
	border-radius: 8px;
}

/* ==========================================================================
   Genel Modal
   ========================================================================== */
/*
 * display:flex/block author kuralları, UA stylesheet'teki [hidden]{display:none}
 * kuralını ezer. hidden kullanan bileşenlerde açıkça gizle.
 */
.wcrk-modal[hidden],
.wcrk-compare-tray[hidden],
.wcrk-countdown[hidden],
.wcrk-countdown__unit[hidden],
.wcrk-fbt__message[hidden],
.wcrk-waitlist-message[hidden] {
	display: none !important;
}

body.wcrk-modal-open {
	overflow: hidden;
}

.wcrk-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.wcrk-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 15, 15, 0.55);
}

.wcrk-modal__dialog {
	position: relative;
	background: var(--theme-content-background, #fff);
	border-radius: 12px;
	padding: 28px;
	width: 100%;
	max-width: 420px;
	max-height: 88vh;
	overflow: auto;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	animation: wcrkModalIn 0.2s ease;
}

.wcrk-modal--wide .wcrk-modal__dialog {
	max-width: 900px;
}

@keyframes wcrkModalIn {
	from { transform: translateY(14px); opacity: 0; }
	to { transform: none; opacity: 1; }
}

.wcrk-modal__close {
	position: absolute;
	top: 10px;
	right: 14px;
	background: none;
	border: none;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	color: var(--theme-text-color, #666);
	padding: 4px;
}

.wcrk-modal__title {
	margin: 0 0 6px;
	font-size: 18px;
}

.wcrk-modal__intro {
	margin: 0 0 16px;
	font-size: 13px;
	color: var(--theme-text-color, #666);
}

.wcrk-field {
	display: block;
	margin-bottom: 12px;
}

.wcrk-field span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 4px;
}

.wcrk-field input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid var(--theme-border-color, #ddd);
	border-radius: 6px;
}

.wcrk-waitlist-open,
.wcrk-waitlist-submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.wcrk-waitlist-submit {
	width: 100%;
	justify-content: center;
	margin-top: 4px;
}

.wcrk-waitlist-message {
	margin: 12px 0 0;
	font-size: 13px;
}

.wcrk-waitlist-message.is-success {
	color: #2e7d32;
	font-weight: 600;
}

.wcrk-waitlist-message.is-error {
	color: #c62828;
}

/* ==========================================================================
   Sepet Paneli Pro — referans drawer düzeni
   ========================================================================== */
#woo-cart-panel .ct-panel-content,
#woo-cart-panel .ct-panel-content-inner {
	--wcrk-mc-accent: #3bb54a;
	--wcrk-mc-bump-price: #c9853a;
}

#woo-cart-panel .ct-panel-heading {
	font-weight: 700;
	letter-spacing: -0.01em;
}

/* Satır: çöp | bilgi | görsel */
#woo-cart-panel .woocommerce-mini-cart-item {
	position: relative;
	display: grid !important;
	grid-template-columns: 28px 1fr 72px;
	align-items: start;
	column-gap: 12px;
	padding: 16px 0 !important;
	border-bottom: 1px solid #eee;
}

#woo-cart-panel .woocommerce-mini-cart-item:last-child {
	border-bottom: none;
}

#woo-cart-panel .woocommerce-mini-cart-item .remove {
	grid-column: 1;
	grid-row: 1;
	position: static !important;
	width: 28px;
	height: 28px;
	margin: 2px 0 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #9a9a9a !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	opacity: 1;
}

#woo-cart-panel .woocommerce-mini-cart-item .remove:hover {
	color: #222 !important;
}

#woo-cart-panel .woocommerce-mini-cart-item .remove .ct-icon {
	width: 14px;
	height: 14px;
}

#woo-cart-panel .woocommerce-mini-cart-item .product-data {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
}

#woo-cart-panel .woocommerce-mini-cart-item > a:not(.remove) {
	grid-column: 3;
	grid-row: 1;
	width: 72px;
	justify-self: end;
}

#woo-cart-panel .woocommerce-mini-cart-item .ct-media-container,
#woo-cart-panel .woocommerce-mini-cart-item > a:not(.remove) img {
	width: 72px !important;
	height: 72px !important;
	border-radius: 8px;
	object-fit: cover;
}

#woo-cart-panel .woocommerce-mini-cart-item .product-title {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #111;
	margin: 0 0 4px;
	text-decoration: none;
}

.wcrk-mc-line {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin-top: 4px;
}

.wcrk-mc-price {
	font-weight: 700;
	font-size: 14px;
	color: #111;
	line-height: 1.2;
}

.wcrk-mc-qty {
	display: inline-flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.wcrk-mc-qty.is-busy {
	opacity: 0.5;
	pointer-events: none;
}

.wcrk-mc-qty__btn {
	width: 32px;
	height: 30px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	color: #444;
}

.wcrk-mc-qty__btn:hover {
	background: rgba(0, 0, 0, 0.04);
}

.wcrk-mc-qty__btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.wcrk-mc-qty__value {
	min-width: 28px;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
}

/* Mini sepet order bump — carousel */
.wcrk-bump-mc {
	margin: 8px 0 18px;
	padding: 0;
	border: none;
}

.wcrk-bump-mc .wcrk-bump__title {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 700;
	color: #111;
}

.wcrk-bump-mc__viewport {
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 12px;
	background: #fff;
}

.wcrk-bump-mc__track {
	display: flex;
	transition: transform 0.28s ease;
	will-change: transform;
}

.wcrk-bump-mc__slide {
	flex: 0 0 100%;
	min-width: 100%;
	box-sizing: border-box;
}

.wcrk-bump-mc__offer {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
}

.wcrk-bump-mc img.wcrk-bump__image {
	width: 52px;
	height: 52px;
	object-fit: cover;
	border-radius: 8px;
	flex-shrink: 0;
}

.wcrk-bump-mc .wcrk-bump__info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.wcrk-bump-mc .wcrk-bump__name {
	font-size: 13px;
	font-weight: 600;
	color: #111;
	line-height: 1.3;
}

.wcrk-bump-mc .wcrk-bump__price {
	font-size: 13px;
	font-weight: 700;
	color: var(--wcrk-mc-bump-price, #c9853a);
}

.wcrk-bump-mc .wcrk-bump__price del {
	color: #999;
	font-weight: 500;
	margin-right: 4px;
}

.wcrk-bump-mc .wcrk-bump__price ins {
	text-decoration: none;
	color: var(--wcrk-mc-bump-price, #c9853a);
}

.wcrk-bump-mc__add {
	flex-shrink: 0;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 600;
	color: #222;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	transition: border-color 0.15s ease, color 0.15s ease;
	white-space: nowrap;
}

.wcrk-bump-mc__add:hover {
	border-color: #999;
	color: #000;
}

.wcrk-bump-mc__add.is-busy {
	opacity: 0.5;
	pointer-events: none;
}

.wcrk-bump-mc__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	padding: 0 2px;
}

.wcrk-bump-mc__dots {
	display: flex;
	gap: 6px;
}

.wcrk-bump-mc__dot {
	width: 7px;
	height: 7px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #d5d5d5;
	cursor: pointer;
}

.wcrk-bump-mc__dot.is-active {
	background: #222;
}

.wcrk-bump-mc__arrows {
	display: flex;
	gap: 4px;
}

.wcrk-bump-mc__prev,
.wcrk-bump-mc__next {
	width: 28px;
	height: 28px;
	border: none;
	background: transparent;
	color: #bbb;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
}

.wcrk-bump-mc__prev:hover,
.wcrk-bump-mc__next:hover {
	color: #444;
}

/* Ara toplam */
#woo-cart-panel .woocommerce-mini-cart__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 4px 0 14px;
	padding: 14px 0 0;
	border-top: 1px solid #eee;
	font-size: 15px;
}

#woo-cart-panel .woocommerce-mini-cart__total strong {
	font-weight: 700;
}

/* Büyük yeşil ödeme butonu */
#woo-cart-panel .woocommerce-mini-cart__buttons {
	margin: 0 0 14px;
}

#woo-cart-panel .woocommerce-mini-cart__buttons .checkout,
#woo-cart-panel .wcrk-mc-checkout {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 15px 16px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 10px;
	border: none;
	background: var(--wcrk-mc-accent, #3bb54a) !important;
	color: #fff !important;
	box-shadow: none;
	text-decoration: none;
}

#woo-cart-panel .woocommerce-mini-cart__buttons .checkout:hover,
#woo-cart-panel .wcrk-mc-checkout:hover {
	filter: brightness(0.95);
	color: #fff !important;
}

.wcrk-mc-checkout__lock {
	flex-shrink: 0;
}

/* Panel altı: ödeme ikonları + aciliyet notu */
.wcrk-mc-payments {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
}

.wcrk-mc-payments svg {
	display: block;
	opacity: 0.85;
}

.wcrk-mc-urgency {
	margin: 12px 0 0;
	text-align: center;
	font-size: 12px;
	color: #777;
}

/* ==========================================================================
   Kategori / Marka Kartları
   ========================================================================== */
.wcrk-cat-cards {
	margin: 4px 0 26px;
}

.wcrk-cat-cards__title {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 10px;
}

.wcrk-cat-cards__row {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(118px, 1fr);
	gap: 12px;
	overflow-x: auto;
	padding-bottom: 6px;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.wcrk-cat-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
	text-decoration: none;
	background: var(--theme-content-background, #fff);
	border: 1px solid var(--theme-border-color, #e8e8ea);
	border-radius: 12px;
	padding: 14px 10px 12px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.wcrk-cat-card:hover {
	border-color: var(--theme-palette-color-1, #2872fa);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
	transform: translateY(-2px);
}

.wcrk-cat-card__media {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	background: #f4f5f7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wcrk-cat-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wcrk-cat-card__initial {
	font-size: 24px;
	font-weight: 700;
	color: var(--theme-palette-color-1, #2872fa);
}

.wcrk-cat-card__name {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--theme-heading-color, #333);
}

.wcrk-cat-card__count {
	font-size: 11px;
	color: var(--theme-text-color, #888);
}

/* Arşiv başlığı güzelleştirme */
body.wcrk-archive-header .woocommerce-products-header,
body.wcrk-archive-header .entry-header {
	background: linear-gradient(135deg, rgba(40, 114, 250, 0.06), rgba(40, 114, 250, 0.015));
	border: 1px solid var(--theme-border-color, #eceef1);
	border-radius: 14px;
	padding: 26px 28px;
	margin-bottom: 24px;
}

body.wcrk-archive-header .woocommerce-products-header .page-title,
body.wcrk-archive-header .entry-header .page-title {
	margin: 0;
	font-size: clamp(22px, 3vw, 30px);
}

body.wcrk-archive-header .term-description,
body.wcrk-archive-header .taxonomy-description {
	margin-top: 8px;
	font-size: 14px;
	color: var(--theme-text-color, #555);
	max-width: 760px;
}

/* ==========================================================================
   Filtre Görünümü (WooCommerce Ürün Filtreleri bloğu + klasik widget'lar)
   ========================================================================== */
body.wcrk-filters .wc-block-product-filters .wp-block-woocommerce-product-filter-checkbox-list,
body.wcrk-filters .wc-block-product-filters .wp-block-woocommerce-product-filter-price,
body.wcrk-filters .widget_layered_nav,
body.wcrk-filters .widget_price_filter {
	background: var(--theme-content-background, #fff);
	border: 1px solid var(--theme-border-color, #e8e8ea);
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 14px;
}

body.wcrk-filters .wc-block-product-filter-checkbox-list__item {
	padding: 5px 0;
}

body.wcrk-filters .wc-block-product-filter-checkbox-list__mark {
	border-radius: 5px;
}

body.wcrk-filters .wc-block-product-filter-checkbox-list__input:checked + .wc-block-product-filter-checkbox-list__mark {
	background: var(--theme-palette-color-1, #2872fa);
	border-color: var(--theme-palette-color-1, #2872fa);
}

body.wcrk-filters .wc-block-product-filter-checkbox-list__text {
	font-size: 13px;
}

body.wcrk-filters .wc-block-product-filter-price-slider__range::-webkit-slider-thumb {
	background: var(--theme-palette-color-1, #2872fa);
}

/* Aktif filtre çipleri */
body.wcrk-filters .wc-block-product-filter-removable-chips__item,
body.wcrk-filters .widget_layered_nav_filters li a {
	background: color-mix(in srgb, var(--theme-palette-color-1, #2872fa) 10%, transparent);
	color: var(--theme-palette-color-1, #2872fa);
	border-radius: 99px;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 12px;
	border: none;
}

/* Klasik layered nav listeleri */
body.wcrk-filters .widget_layered_nav ul li {
	padding: 5px 0;
	font-size: 13px;
}

body.wcrk-filters .widget_layered_nav ul li .count {
	float: right;
	background: #f0f0f1;
	border-radius: 99px;
	font-size: 11px;
	padding: 1px 8px;
	color: #666;
}

/* ==========================================================================
   Ürün Karşılaştırma
   ========================================================================== */
.wcrk-compare-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px 0;
	font-size: 12px;
	font-weight: 600;
	color: var(--theme-text-color, #777);
	transition: color 0.15s ease;
}

.wcrk-compare-btn:hover,
.wcrk-compare-btn.is-active {
	color: var(--theme-palette-color-1, #2872fa);
}

.wcrk-compare-btn.is-active svg {
	transform: rotate(180deg);
}

.wcrk-compare-tray {
	position: fixed;
	left: 16px;
	bottom: 16px;
	z-index: 9991;
	display: flex;
	align-items: center;
	gap: 12px;
	background: var(--theme-content-background, #fff);
	border: 1px solid var(--theme-border-color, #e2e2e4);
	border-radius: 14px;
	padding: 10px 12px;
	box-shadow: 0 10px 34px rgba(0, 0, 0, 0.16);
}

.wcrk-compare-tray__items {
	display: flex;
	gap: 8px;
}

.wcrk-compare-tray__item {
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	overflow: visible;
}

.wcrk-compare-tray__item img {
	width: 44px;
	height: 44px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid var(--theme-border-color, #eee);
}

.wcrk-compare-tray__remove {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: none;
	background: #333;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wcrk-compare-tray__go.button {
	white-space: nowrap;
	cursor: pointer;
}

.wcrk-compare-table-wrap {
	overflow-x: auto;
}

.wcrk-compare-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.wcrk-compare-table th,
.wcrk-compare-table td {
	border: 1px solid var(--theme-border-color, #eee);
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
	min-width: 140px;
}

.wcrk-compare-table th {
	background: #f7f8fa;
	font-weight: 600;
	white-space: nowrap;
	width: 130px;
}

.wcrk-compare-table__media td {
	text-align: center;
}

.wcrk-compare-table__media img {
	width: 110px;
	height: auto;
	border-radius: 8px;
}

.wcrk-compare-table__name {
	display: block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.35;
}

.wcrk-instock {
	color: #2e7d32;
	font-weight: 600;
}

.wcrk-outofstock {
	color: #c62828;
}

/* ==========================================================================
   Birlikte Sıkça Alınanlar
   ========================================================================== */
.wcrk-fbt {
	margin: 34px 0;
	padding: 22px;
	border: 1px solid var(--theme-border-color, #e8e8ea);
	border-radius: 14px;
}

.wcrk-fbt__title {
	font-size: 19px;
	margin: 0 0 16px;
}

.wcrk-fbt__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 22px;
}

.wcrk-fbt__items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	flex: 1;
	min-width: 260px;
}

.wcrk-fbt__plus {
	font-size: 20px;
	font-weight: 700;
	color: var(--theme-text-color, #999);
}

.wcrk-fbt__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 138px;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition: opacity 0.15s ease;
}

.wcrk-fbt__item.is-off {
	opacity: 0.42;
}

.wcrk-fbt__check {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 2;
	width: 17px;
	height: 17px;
	accent-color: var(--theme-palette-color-1, #2872fa);
}

.wcrk-fbt__media img {
	width: 110px;
	height: 110px;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid var(--theme-border-color, #eee);
}

.wcrk-fbt__name {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wcrk-fbt__name em {
	display: block;
	font-style: normal;
	font-weight: 400;
	color: var(--theme-text-color, #999);
	font-size: 11px;
}

.wcrk-fbt__price {
	font-size: 13px;
	font-weight: 700;
}

.wcrk-fbt__action {
	min-width: 210px;
}

.wcrk-fbt__total {
	margin: 0 0 10px;
	font-size: 14px;
}

.wcrk-fbt__total-value {
	font-size: 19px;
}

.wcrk-fbt__add.button {
	cursor: pointer;
	width: 100%;
	text-align: center;
}

.wcrk-fbt__message {
	margin: 10px 0 0;
	font-size: 13px;
}

.wcrk-fbt__message.is-success {
	color: #2e7d32;
	font-weight: 600;
}

.wcrk-fbt__message.is-error {
	color: #c62828;
}

/* ==========================================================================
   WhatsApp
   ========================================================================== */
.wcrk-whatsapp-btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 10px 0;
	padding: 11px 20px;
	background: #25d366;
	color: #fff !important;
	border-radius: var(--theme-button-border-radius, 6px);
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	transition: background 0.15s ease;
}

.wcrk-whatsapp-btn:hover {
	background: #1fb457;
}

.wcrk-whatsapp-float {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 9992;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
	transition: transform 0.15s ease;
}

.wcrk-whatsapp-float:hover {
	transform: scale(1.07);
	color: #fff;
}

.wcrk-whatsapp-float svg {
	width: 26px;
	height: 26px;
}
