.qty-picker {
	display: flex;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}
.qty-btn {
	background: #fff;
	border: none;
	padding: 0 14px;
	font-size: 20px;
	color: #64748b;
}
.qty-input {
	width: 42px;
	border: none;
	text-align: center;
	font-weight: 700;
}
.m2-measure {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}
.m2-measure__fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 8px;
}
.m2-measure__field {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	font-size: 13px;
	color: #64748b;
}
.m2-measure__field .form-control {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 10px 12px;
	font-weight: 600;
}
.m2-measure__summary {
	min-height: 1.25em;
}
.product-price-panel .price-unit {
	font-size: 0.55em;
	font-weight: 600;
	color: #64748b;
}
.productMiniDetail > div {width:100%;float:left;padding:10px 0px;border-bottom: 1px solid #ddd}
.productMiniDetail > div b {width:50%;float:left;}
.discount-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: #ffe4e6;
	color: #e11d48;
	font-weight: 700;
	font-size: 0.78rem;
}
.product-variation-label {
	display: flex;
	align-items: baseline;
	gap: 0.25rem;
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: #334155;
}
.product-variation-selected {
	font-weight: 500;
	color: #64748b;
}
.product-variation-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.product-variation-option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	min-height: 2.5rem;
	padding: 0.4rem 0.9rem;
	border: 1.5px solid #e2e8f0;
	border-radius: 8px;
	background: #fff;
	color: #334155;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.product-variation-option:hover:not(:disabled):not(.active) {
	border-color: #94a3b8;
	background: #f8fafc;
}
.product-variation-option.active {
	background: #0f172a;
	border-color: #0f172a;
	color: #fff;
	box-shadow: 0 0 0 1px #0f172a;
}
.product-variation-option:disabled {
	opacity: 0.38;
	cursor: not-allowed;
	text-decoration: line-through;
}
.product-variation-summary {
	color: #475569;
}
.old-price {
	text-decoration: line-through;
	color: #94a3b8;
	font-size: 0.95rem;
	font-weight: 600;
}
.current-price {
	font-size: clamp(1.4rem, 2.25vw, 1.75rem);
	line-height: 1.15;
	color: #e11d48;
	font-weight: 800;
}
.product-variation-group { width: 50%; float: left; }

/* Showcase shell */
.product-showcase {
	margin-bottom: 2rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.product-showcase__inner {
	padding: 0;
}

/* Gallery: thumbs left + main right; sticky beside purchase card on desktop */
.product-gallery {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

@media (min-width: 992px) {
	.product-gallery {
		position: sticky;
		top: 16px;
		z-index: 2;
	}
}

.product-gallery__thumbs {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 0 0 72px;
	max-height: 480px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.product-gallery__thumb {
	width: 72px;
	height: 72px;
	padding: 4px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	flex: 0 0 auto;
}

.product-gallery__thumb.active {
	border-color: #111827;
	box-shadow: 0 0 0 1px #111827;
}

.product-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-gallery__stage {
	flex: 1 1 auto;
	min-width: 0;
}

.product-gallery__main {
	position: relative;
	width: 100%;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	border: 1px solid #eceff3;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.product-gallery__main img {
	width: auto;
	max-width: 100%;
	max-height: 420px;
	object-fit: contain;
}

.product-modal-gallery {
	position: relative;
	overflow: hidden;
	background: #f7f5f2;
	user-select: none;
	-webkit-user-select: none;
}

.product-modal-viewport {
	width: 100%;
	min-height: 360px;
	max-height: 75vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	touch-action: none;
}

.product-modal-gallery #modal-display {
	display: block;
	max-width: 100%;
	max-height: 72vh;
	width: auto;
	height: auto;
	object-fit: contain;
	transform-origin: center center;
	transition: transform 0.25s cubic-bezier(0.2, 0, 0.2, 1);
	cursor: zoom-in;
	touch-action: none;
}

.product-modal-gallery.is-zoomed #modal-display {
	cursor: grab;
}

.product-modal-gallery.is-dragging #modal-display {
	cursor: grabbing;
	transition: none !important;
}

.product-modal-hint {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	background: rgba(17, 24, 39, 0.75);
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	padding: 4px 12px;
	border-radius: 999px;
	pointer-events: none;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	white-space: nowrap;
	opacity: 0.9;
	transition: opacity 0.3s ease;
}

.product-modal-gallery.is-zoomed .product-modal-hint {
	opacity: 0;
	pointer-events: none;
}

.product-modal-gallery__nav {
	position: absolute;
	top: 50%;
	z-index: 6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	color: #fff;
	background: #111;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 8px 22px rgba(17, 17, 17, 0.2);
	transform: translateY(-50%);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.product-modal-gallery__nav:hover,
.product-modal-gallery__nav:focus-visible {
	color: #fff;
	background: #e50914;
	transform: translateY(-50%) scale(1.05);
}

.product-modal-gallery__nav--prev { left: 16px; }
.product-modal-gallery__nav--next { right: 16px; }

@media (max-width: 768px) {
	.product-modal-gallery__nav {
		width: 38px;
		height: 38px;
	}

	.product-modal-gallery__nav--prev { left: 10px; }
	.product-modal-gallery__nav--next { right: 10px; }
}

.product-gallery__discount {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.product-gallery__alert {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 4;
	width: 40px;
	height: 40px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	background: #fff;
	color: #64748b;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.product-gallery__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 36px;
	height: 36px;
	border: 1px solid #e2e8f0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: #17345f;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.product-gallery__nav:hover {
	background: #fff;
	border-color: #17345f;
}

.product-gallery__nav--prev { left: 10px; }
.product-gallery__nav--next { right: 10px; }

/* Purchase column */
.product-purchase-card {
	height: 100%;
	padding: 0 4px 0 8px;
	border-radius: 0;
	background: transparent;
}

.product-heading {
	padding-bottom: 0.85rem;
	border-bottom: 0;
}

.product-brand-link {
	display: inline-block;
	margin-bottom: 0.2rem;
	color: #2563eb;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
}

.product-brand-link:hover { color: #1d4ed8; text-decoration: underline; }

.product-heading h1 {
	margin: 0;
	color: #111827;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.35;
}

.product-meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.85rem;
	margin-top: 0.65rem;
	font-size: 0.84rem;
	color: #64748b;
}

.product-meta-rating {
	display: inline-flex;
	align-items: center;
	padding: 0.15rem 0.45rem;
	border-radius: 6px;
	background: #fef3c7;
	color: #92400e;
	font-weight: 700;
	font-size: 0.8rem;
}

.product-meta-link {
	color: #64748b;
}

.product-price-panel {
	margin: 0.85rem 0 1.1rem;
	padding: 1rem 1.05rem;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
}

.product-price-panel__top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.65rem;
	margin-bottom: 0.45rem;
}

.product-price-save {
	color: #16a34a;
	font-size: 0.84rem;
	font-weight: 700;
}

.product-price-panel__main {
	display: flex;
	align-items: baseline;
	gap: 0.55rem;
	flex-wrap: wrap;
}

.product-price-vat {
	color: #94a3b8;
	font-size: 0.8rem;
	font-weight: 500;
}

.product-stock-status {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: 0.75rem;
	color: #166534;
	font-size: 0.9rem;
	font-weight: 600;
}

.product-stock-status.is-out {
	color: #b91c1c;
}

.product-stock-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	flex: 0 0 auto;
}

.product-stock-low {
	color: #e11d48;
	font-weight: 700;
}

.product-buy-block {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	margin: 0.35rem 0 1.1rem;
	clear:both
}

.product-buy-main {
	display: flex;
	align-items: stretch;
	gap: 0.6rem;
	width: 100%;
}

.product-buy-main .qty-picker {
	flex: 0 0 auto;
	min-height: 48px;
	border-radius: 8px;
	align-self: stretch;
}

.product-buy-main .cart-button {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 48px;
	border: 0;
	border-radius: 8px;
	font-weight: 700;
	margin: 0;
	background: var(--sm-primary, #2563eb);
}

.product-buy-main .cart-button:hover {
	filter: brightness(0.92);
	background: var(--sm-primary, #1d4ed8);
}

.product-buy-main .cart-button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.product-fav-btn {
	position: relative;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	background: #fff;
	color: #334155;
}

.product-fav-btn:hover {
	border-color: #94a3b8;
	background: #f8fafc;
	color: #0f172a;
}

.product-fav-btn.active,
.product-fav-btn.active:hover {
	border-color: #fda4af;
	background: #fff1f2;
	color: #e11d48;
}

.product-fav-btn.active svg {
	fill: currentColor;
}

.product-fav-count {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 20px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--fl-primary, #5C4033);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	pointer-events: none;
}

.product-buy-block .btn-buy-now {
	width: 100%;
	min-height: 48px;
	border: 1px solid #111827;
	border-radius: 8px;
	background: #fff;
	color: #111827;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin: 0;
}

.linked-product-colors {
	margin-top: 1rem;
}

.linked-product-colors__heading {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 0.55rem;
	color: #625E5A;
	font-size: 0.86rem;
}

.linked-product-colors__heading strong {
	color: #111111;
	font-weight: 700;
}

.linked-product-colors__options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.linked-product-color {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 42px;
	padding: 0.45rem 0.7rem;
	border: 1px solid #E7E3DF;
	border-radius: 10px;
	background: #FFFFFF;
	color: #171717;
	font-size: 0.84rem;
	font-weight: 650;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.linked-product-color:hover,
.linked-product-color:focus-visible {
	color: #171717;
	border-color: #111111;
	box-shadow: 0 5px 16px rgba(17, 17, 17, 0.08);
	transform: translateY(-1px);
}

.linked-product-color.is-active {
	border-color: #E50914;
	box-shadow: 0 0 0 1px #E50914;
}

.linked-product-color__swatch {
	width: 20px;
	height: 20px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	background: var(--swatch-color);
	box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.2);
}

.product-buy-block .btn-buy-now:hover {
	background: #111827;
	color: #fff;
}

.product-buy-block .btn-buy-now:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.qty-btn { min-width: 36px; }

.product-service-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.product-service-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.85rem 1rem;
	border-top: 1px solid #f1f5f9;
}

.product-service-list li:first-child {
	border-top: 0;
}

.product-service-icon {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #f8fafc;
	color: #475569;
}

.product-service-list strong {
	display: block;
	color: #111827;
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 0.1rem;
}

.product-service-list span {
	display: block;
	color: #64748b;
	font-size: 0.8rem;
	line-height: 1.35;
}

.product-content-tabs {
	margin-bottom: 2rem;
	border: 1px solid #e8edf3;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.product-content-tabs .nav-tabs {
	gap: 0.5rem;
	padding: 0.75rem 1rem 0;
	border: 0;
	background: #f8fafc;
}

.product-content-tabs .nav-link {
	border: 0;
	border-radius: 8px 8px 0 0;
	color: #64748b;
	font-weight: 650;
}

.product-content-tabs .nav-link.active {
	background: #fff;
	color: #17345f;
}

.product-tab-content {
	min-height: 140px;
	padding: clamp(1rem, 2.5vw, 1.75rem);
	background: #fff;
}

@media (max-width: 991.98px) {
	.product-gallery {
		flex-direction: column-reverse;
	}

	.product-gallery__thumbs {
		flex-direction: row;
		flex: 0 0 auto;
		max-height: none;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.product-gallery__main {
		min-height: 300px;
	}

	.product-gallery__main img {
		max-height: 320px;
	}

	.product-purchase-card {
		padding: 0;
	}

	.product-variation-group {
		width: 100%;
		float: none;
	}
}

/* Kılıf Reyonu ürün detayı — siyah/kırmızı marka sistemi */
.product-showcase,
.product-heading h1,
.product-meta-row,
.product-meta-link,
.product-variation-label,
.product-variation-selected,
.product-variation-summary,
.product-price-vat,
.product-service-list strong,
.product-service-list span,
.product-content-tabs,
.product-tab-content {
	color: #111111;
}

.product-brand-link,
.product-meta-link:hover {
	color: #111111 !important;
}

.product-brand-link:hover,
.product-brand-link:focus-visible {
	color: #E50914 !important;
}

.current-price,
.product-price-save,
.product-stock-low {
	color: #E50914;
}

.discount-badge,
.product-gallery__discount {
	color: #ffffff;
	background: #E50914;
}

.product-gallery__thumb.active,
.product-variation-option.active {
	color: #ffffff;
	background: #111111;
	border-color: #111111;
	box-shadow: 0 0 0 1px #111111;
}

.product-variation-option:hover:not(:disabled):not(.active) {
	color: #E50914;
	background: #FCE8E9;
	border-color: #E50914;
}

.qty-btn {
	color: #ffffff;
	background: #111111;
	transition: color .2s ease, background-color .2s ease;
}

.qty-btn:hover,
.qty-btn:focus-visible {
	color: #ffffff;
	background: #E50914;
}

.product-buy-main .cart-button,
.product-buy-block .btn-buy-now {
	color: #ffffff !important;
	background: #111111 !important;
	border-color: #111111 !important;
}

.product-buy-main .cart-button:hover,
.product-buy-main .cart-button:focus-visible,
.product-buy-block .btn-buy-now:hover,
.product-buy-block .btn-buy-now:focus-visible {
	color: #ffffff !important;
	background: #E50914 !important;
	border-color: #E50914 !important;
	filter: none;
}

.product-whatsapp-btn {
	width: 100%;
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #111111;
	background: #ffffff;
	border: 1px solid #111111;
	border-radius: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.product-whatsapp-btn svg {
	color: #25D366;
	flex: 0 0 auto;
}

.product-whatsapp-btn:hover,
.product-whatsapp-btn:focus-visible {
	color: #ffffff;
	background: #111111;
	border-color: #111111;
	transform: translateY(-1px);
}

.product-whatsapp-btn__mobile {
	display: none;
}

@media (max-width: 768px) {
	.product-whatsapp-btn {
		min-height: 48px;
		border-radius: 12px;
	}

	.product-whatsapp-btn__desktop {
		display: none;
	}

	.product-whatsapp-btn__mobile {
		display: inline;
	}
}

.product-fav-btn {
	color: #111111;
	border-color: #111111;
}

.product-fav-btn:hover,
.product-fav-btn:focus-visible,
.product-fav-btn.active,
.product-fav-btn.active:hover {
	color: #E50914;
	background: #FCE8E9;
	border-color: #E50914;
}

.product-gallery__alert,
.product-gallery__nav {
	color: #111111;
}

.product-gallery__alert:hover,
.product-gallery__alert:focus-visible,
.product-gallery__nav:hover,
.product-gallery__nav:focus-visible {
	color: #ffffff;
	background: #E50914;
	border-color: #E50914;
}

.product-content-tabs .nav-link {
	color: #111111;
}

.product-content-tabs .nav-link:hover,
.product-content-tabs .nav-link:focus-visible {
	color: #E50914;
}

.product-content-tabs .nav-link.active {
	color: #ffffff;
	background: #111111;
}

@media (max-width: 575.98px) {
	.product-buy-main .cart-button {
		font-size: 0.9rem;
		padding-left: 0.55rem;
		padding-right: 0.55rem;
		gap: 0.35rem !important;
	}

	.product-gallery__thumb {
		width: 64px;
		height: 64px;
	}
}

/* ==================================================
   KILIF REYONU — PREMIUM ÜRÜN DETAY TASARIMI
================================================== */

.kr-product-page {
	padding: 0.5rem 0 2rem 0;
}

/* Breadcrumb */
.kr-breadcrumb__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12.5px;
	color: #9ca3af;
}

.kr-breadcrumb__link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #6b7280;
	text-decoration: none;
	transition: color 0.2s ease;
}

.kr-breadcrumb__link:hover {
	color: #111827;
}

.kr-breadcrumb__separator {
	color: #d1d5db;
	font-size: 11px;
}

.kr-breadcrumb__item.active span {
	color: #111827;
	font-weight: 500;
}

/* Gallery main */
.product-gallery__main {
	background: #faf8f5 !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 20px !important;
	min-height: 460px !important;
	padding: 1.5rem !important;
	position: relative !important;
	transition: border-color 0.25s ease !important;
}

.product-gallery__main:hover {
	border-color: #d1d5db !important;
}

.product-gallery__main img {
	max-height: 440px !important;
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.product-gallery__thumb {
	border-radius: 12px !important;
	border: 1.5px solid #e5e7eb !important;
	padding: 4px !important;
	background: #ffffff !important;
	transition: all 0.2s ease !important;
}

.product-gallery__thumb:hover {
	border-color: #9ca3af !important;
	transform: scale(1.04);
}

.product-gallery__thumb.active {
	border-color: #111827 !important;
	box-shadow: 0 0 0 1px #111827 !important;
}

/* Square Zoom Lens */
.product-gallery__zoom-lens {
	position: absolute !important;
	z-index: 4 !important;
	display: none;
	width: 220px;
	height: 220px;
	pointer-events: none !important;
	background-color: #ffffff;
	background-repeat: no-repeat;
	border: 1.5px solid rgba(17, 24, 39, 0.4);
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
}

@media (hover: hover) and (pointer: fine) {
	.product-gallery__main.is-zooming .product-gallery__zoom-lens {
		display: block !important;
	}
}

@media (max-width: 991.98px) {
	.product-gallery__zoom-lens {
		display: none !important;
	}
}

/* Floating Badges */
.product-gallery__badges {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: flex-start;
}

.kr-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.kr-badge--discount {
	background: #dc2626;
	color: #ffffff;
}

.kr-badge--ship {
	background: #ffffff;
	color: #dc2626;
	border: 1px solid rgba(220, 38, 38, 0.25);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.kr-badge--label {
	background: #111111;
	color: #ffffff;
}

.kr-badge--category {
	background: #f3f4f6;
	color: #1f2937;
	border: 1px solid #e5e7eb;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 6px;
	transition: all 0.2s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.kr-badge--category:hover {
	background: #111827;
	color: #ffffff;
	border-color: #111827;
}

.kr-badge--brand {
	background: #fef2f2;
	color: #dc2626;
	border: 1px solid #fee2e2;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 6px;
	transition: all 0.2s ease;
	text-decoration: none;
}

.kr-badge--brand:hover {
	background: #dc2626;
	color: #ffffff;
	border-color: #dc2626;
}

/* Floating Action Buttons */
.product-gallery__actions {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.product-gallery__action-btn {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid rgba(229, 231, 235, 0.8);
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #374151;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	transition: all 0.2s ease;
}

.product-gallery__action-btn:hover {
	color: #e50914;
	background: #ffffff;
	transform: scale(1.08);
	box-shadow: 0 4px 14px rgba(229, 9, 20, 0.15);
}

.product-gallery__action-btn.active {
	color: #e50914;
	background: #fee2e2;
	border-color: #fca5a5;
}

/* Product Info Box */
.kr-brand-badge {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #4b5563;
	background: #f3f4f6;
	padding: 3px 10px;
	border-radius: 6px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.kr-brand-badge:hover {
	background: #111827;
	color: #ffffff;
}

.kr-product-title {
	font-size: 1.55rem;
	font-weight: 700;
	color: #111827;
	line-height: 1.3;
	letter-spacing: -0.02em;
	margin: 0 0 0.65rem 0;
}

.kr-product-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 13px;
	margin-bottom: 1rem;
}

.kr-product-rating {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.kr-rating-stars {
	color: #f59e0b;
	font-size: 14px;
	letter-spacing: 1px;
}

.kr-rating-score {
	font-weight: 700;
	color: #111827;
}

.kr-rating-count {
	color: #6b7280;
	text-decoration: none;
	font-weight: 500;
}

.kr-rating-count:hover {
	color: #e50914;
}

.kr-meta-dot {
	color: #d1d5db;
}

.kr-stock-pill {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
}

.kr-stock-pill.in-stock {
	background: #ecfdf5;
	color: #059669;
}

.kr-stock-pill.in-stock .kr-stock-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #10b981;
}

.kr-stock-pill.out-of-stock {
	background: #fef2f2;
	color: #dc2626;
}

.kr-stock-pill.out-of-stock .kr-stock-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ef4444;
}

/* Color selector */
.kr-color-selector {
	margin: 1rem 0;
	padding: 0.85rem 0;
	border-top: 1px solid #f3f4f6;
	border-bottom: 1px solid #f3f4f6;
}

.kr-color-selector__head {
	display: flex;
	align-items: baseline;
	gap: 6px;
	font-size: 13px;
	margin-bottom: 0.65rem;
}

.kr-color-selector__options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.kr-badge--brand {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 12px;
	background: #fef2f2;
	color: #dc2626;
	border: 1px solid rgba(220, 38, 38, 0.25);
	border-radius: 999px;
	font-size: 12.5px;
	font-weight: 700;
	transition: all 0.2s ease;
}

.kr-badge--brand:hover {
	background: #dc2626;
	color: #ffffff;
	border-color: #dc2626;
}

.kr-color-pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1.5px solid #e5e7eb;
	background: #ffffff;
	color: #111111;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.kr-color-pill:hover {
	border-color: #111111;
	color: #111111;
}

.kr-color-pill.is-active {
	border-color: #dc2626 !important;
	background: #ffffff !important;
	color: #111111 !important;
	box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.2);
	font-weight: 700;
}

.kr-color-pill__dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	flex: 0 0 auto;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
}

.kr-color-pill.is-active .kr-color-pill__dot {
	border: 2px solid #ffffff;
	outline: 1.5px solid #dc2626;
}

/* Price Box */
.kr-price-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 1rem 1.15rem;
	margin-bottom: 1.25rem;
}

.kr-price-current {
	font-size: 1.75rem;
	font-weight: 800;
	color: #111827;
	letter-spacing: -0.02em;
	line-height: 1;
}

.kr-price-old {
	font-size: 1rem;
	color: #9ca3af;
	font-weight: 500;
}

.kr-discount-pill {
	font-size: 11.5px;
	font-weight: 700;
	background: #fee2e2;
	color: #e50914;
	padding: 2px 7px;
	border-radius: 6px;
}

.kr-vat-badge {
	font-size: 11.5px;
	color: #9ca3af;
	font-weight: 500;
}

.kr-short-desc {
	font-size: 13px;
	color: #6b7280;
	line-height: 1.5;
}

/* Buy actions */
.kr-qty-picker {
	display: inline-flex;
	align-items: center;
	border: 1.5px solid #e5e7eb;
	border-radius: 10px;
	background: #ffffff;
	height: 48px;
}

.kr-qty-btn {
	background: transparent;
	border: none;
	width: 36px;
	height: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #6b7280;
	cursor: pointer;
	transition: color 0.15s ease;
}

.kr-qty-btn:hover {
	color: #111827;
}

.kr-qty-input {
	width: 38px;
	border: none;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #111827;
	background: transparent;
}

.kr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 20px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
	min-height: 48px;
}

.kr-btn--cart {
	background: #111827;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(17, 24, 39, 0.15);
}

.kr-btn--cart:hover {
	background: #000000;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.kr-btn--buynow {
	background: #ffffff;
	color: #111827;
	border: 1.5px solid #111827;
}

.kr-btn--buynow:hover {
	background: #111827;
	color: #ffffff;
	transform: translateY(-1px);
}

.kr-btn--whatsapp {
	background: #25D366;
	color: #ffffff;
}

.kr-btn--whatsapp:hover {
	background: #1eb857;
	color: #ffffff;
	transform: translateY(-1px);
}

.kr-btn--disabled {
	background: #f3f4f6;
	color: #9ca3af;
	cursor: not-allowed;
}

.kr-btn--notify {
	background: #ffffff;
	color: #e50914;
	border: 1.5px solid #e50914;
}

.kr-btn--notify:hover {
	background: #e50914;
	color: #ffffff;
}

/* Perks Grid */
.kr-perks-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	padding: 1rem;
	background: #f9fafb;
	border: 1px solid #f3f4f6;
	border-radius: 12px;
}

.kr-perk-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.kr-perk-icon {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #111827;
	flex: 0 0 auto;
}

.kr-perk-title {
	font-size: 12.5px;
	font-weight: 700;
	color: #111827;
	line-height: 1.2;
}

.kr-perk-sub {
	font-size: 11px;
	color: #6b7280;
	line-height: 1.2;
}

/* Tabs */
.kr-nav-tabs {
	border-bottom: 1.5px solid #e5e7eb;
	gap: 8px;
}

.kr-nav-tabs .nav-link {
	border: none;
	border-bottom: 2px solid transparent;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 600;
	color: #6b7280;
	border-radius: 0;
	background: transparent;
	transition: all 0.2s ease;
}

.kr-nav-tabs .nav-link:hover {
	color: #111827;
}

.kr-nav-tabs .nav-link.active {
	color: #111827;
	border-bottom-color: #111827;
	font-weight: 700;
	background: transparent;
}

.kr-tab-content {
	padding: 1.5rem 0;
}

.kr-desc-content {
	font-size: 14px;
	line-height: 1.7;
	color: #374151;
}

.kr-desc-content p {
	margin-bottom: 0.85rem;
}

.kr-desc-content ul {
	padding-left: 1.25rem;
	margin-bottom: 1rem;
}

.kr-desc-content li {
	margin-bottom: 0.35rem;
}

.kr-info-box {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 1.25rem;
}

@media (max-width: 767.98px) {
	.product-gallery {
		flex-direction: column-reverse;
	}
	.product-gallery__thumbs {
		flex-direction: row;
		overflow-x: auto;
		width: 100%;
		max-height: none;
	}
	.product-gallery__main {
		min-height: 340px !important;
	}
	.kr-perks-grid {
		grid-template-columns: 1fr;
	}
	.kr-price-current {
		font-size: 1.5rem;
	}
}

