:root {
	--kproduct-border: #e6ebf4;
	--kproduct-border-strong: #d5dded;
	--kproduct-text: #10203b;
	--kproduct-muted: #6e7b93;
	--kproduct-soft: #f5f7fc;
	--kproduct-panel: #ffffff;
	--kproduct-blue: #2454d9;
	--kproduct-blue-deep: #183a9a;
	--kproduct-yellow: #ffd45b;
	--kproduct-shadow: 0 18px 40px rgba(16, 32, 59, 0.08);
}

.kproduct-body {
	background: #f6f8fc;
	color: var(--kproduct-text);
}

.kproduct-body .khome-utility-bar {
	display: none;
}

.kproduct-body .khome-header-main {
	box-shadow: 0 1px 0 rgba(16, 32, 59, 0.06);
}

.kproduct-body .khome-header-main__inner {
	min-height: 92px;
}

.kproduct-body .khome-nav-row {
	border-bottom: 1px solid rgba(16, 32, 59, 0.08);
}

.kproduct-main {
	padding: 20px 0 88px;
}

.kproduct-main > .khome-shell {
	display: grid;
	gap: 20px;
}

.kproduct-main .woocommerce-notices-wrapper,
.kproduct-main .woocommerce-message,
.kproduct-main .woocommerce-error,
.kproduct-main .woocommerce-info {
	margin-bottom: 20px;
}

.kproduct-main .woocommerce-message,
.kproduct-main .woocommerce-error,
.kproduct-main .woocommerce-info {
	border: 1px solid var(--kproduct-border);
	border-radius: 18px;
	background: #fff;
	padding: 16px 18px;
	box-shadow: var(--kproduct-shadow);
}

.kproduct-pdp {
	display: grid;
	gap: 28px;
}

.kproduct-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: 28px;
	align-items: start;
}

.kproduct-gallery,
.kproduct-summary__sticky,
.kproduct-panel,
.kproduct-highlight-card,
.kproduct-accordion,
.kproduct-mobile-bar,
.kproduct-main .kblog-product-shelf,
.kproduct-related-posts {
	background: var(--kproduct-panel);
	border: 1px solid var(--kproduct-border);
	border-radius: 24px;
	box-shadow: var(--kproduct-shadow);
}

.kproduct-gallery {
	padding: 20px;
}

.kproduct-gallery__stage {
	position: relative;
	border-radius: 22px;
	overflow: hidden;
	background:
		radial-gradient(circle at top left, rgba(36, 84, 217, 0.1), transparent 44%),
		linear-gradient(180deg, #ffffff 0%, #f4f7fd 100%);
	min-height: 560px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kproduct-gallery__main-link {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 38px;
}

.kproduct-gallery__main-image {
	width: 100%;
	max-width: 620px;
	max-height: 620px;
	object-fit: contain;
	filter: drop-shadow(0 18px 28px rgba(16, 32, 59, 0.1));
}

.kproduct-gallery__badges {
	position: absolute;
	top: 18px;
	left: 18px;
	display: flex;
	gap: 8px;
	z-index: 2;
}

.kproduct-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.kproduct-gallery__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	border: 1px solid var(--kproduct-border);
	border-radius: 18px;
	background: #fff;
	cursor: pointer;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.kproduct-gallery__thumb img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.kproduct-gallery__thumb:hover,
.kproduct-gallery__thumb:focus-visible,
.kproduct-gallery__thumb.is-active {
	border-color: rgba(36, 84, 217, 0.3);
	box-shadow: 0 10px 24px rgba(36, 84, 217, 0.12);
	transform: translateY(-1px);
}

.kproduct-summary__sticky {
	position: sticky;
	top: 116px;
	padding: 24px;
	display: grid;
	gap: 16px;
}

.kproduct-category-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(36, 84, 217, 0.08);
	color: var(--kproduct-blue);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.kproduct-title {
	margin: 0;
	font-size: clamp(2rem, 1.6rem + 1vw, 3rem);
	line-height: 1.04;
	letter-spacing: -0.04em;
	color: #0d1e40;
}

.kproduct-proof-row {
	display: grid;
	gap: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid var(--kproduct-border);
}

.kproduct-proof-row__text {
	margin: 0;
	color: var(--kproduct-muted);
	font-size: 0.96rem;
	line-height: 1.55;
}

.kproduct-price-block {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 12px 20px;
}

.kproduct-price-block__numbers {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
}

.kproduct-price-block__numbers strong,
.kproduct-mobile-bar__price strong {
	font-size: clamp(2rem, 1.8rem + 0.8vw, 2.7rem);
	line-height: 1;
	color: #0d1e40;
}

.kproduct-price-block__numbers del {
	color: #8290a7;
	font-size: 1rem;
}

.kproduct-stock {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #edf6ef;
	color: #1d7a3f;
	font-size: 0.8rem;
	font-weight: 700;
}

.kproduct-intro {
	margin: 0;
	color: var(--kproduct-text);
	font-size: 1rem;
	line-height: 1.68;
}

.kproduct-summary-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kproduct-summary-list li {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.kproduct-summary-list__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: rgba(36, 84, 217, 0.08);
	color: var(--kproduct-blue);
}

.kproduct-summary-list__icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kproduct-purchase-actions {
	display: grid;
	gap: 14px;
	padding-top: 6px;
}

.kproduct-form form.cart,
.kproduct-form .variations_form {
	display: grid;
	gap: 16px;
	margin: 0;
}

.kproduct-form table.variations {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 12px;
}

.kproduct-form table.variations td,
.kproduct-form table.variations th {
	padding: 0;
}

.kproduct-form table.variations label {
	display: block;
	margin: 0 0 8px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--kproduct-muted);
}

.kproduct-form select,
.kproduct-form input.qty,
.kproduct-form .input-text {
	width: 100%;
	min-height: 52px;
	border: 1px solid var(--kproduct-border-strong);
	border-radius: 16px;
	background: #fff;
	padding: 0 16px;
	font-size: 1rem;
	color: var(--kproduct-text);
}

.kproduct-form .variations .value {
	position: relative;
}

.kproduct-form .variations .value.is-enhanced select {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
}

.kproduct-option-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.kproduct-option-group__button {
	padding: 12px 16px;
	border: 1px solid var(--kproduct-border-strong);
	border-radius: 999px;
	background: #fff;
	font-size: 0.94rem;
	font-weight: 700;
	color: var(--kproduct-text);
	cursor: pointer;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.kproduct-option-group__button:hover,
.kproduct-option-group__button:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(36, 84, 217, 0.4);
}

.kproduct-option-group__button.is-active {
	background: var(--kproduct-blue);
	border-color: var(--kproduct-blue);
	color: #fff;
}

.kproduct-form .reset_variations {
	display: inline-flex;
	margin-top: 10px;
	font-size: 0.86rem;
	color: var(--kproduct-blue);
}

.kproduct-form .woocommerce-variation-price {
	padding: 10px 0 0;
	font-size: 1rem;
}

.kproduct-form .woocommerce-variation-availability {
	margin-top: 6px;
	color: #1d7a3f;
	font-size: 0.92rem;
}

.kproduct-form .single_variation_wrap {
	display: grid;
	gap: 14px;
}

.kproduct-form .quantity {
	display: inline-flex;
}

.kproduct-form .quantity input.qty {
	width: 88px;
	text-align: center;
}

.kproduct-form .single_add_to_cart_button,
.kproduct-form .button.alt,
.kproduct-mobile-bar .khome-button {
	min-height: 56px;
	padding: 0 24px;
	border: 0;
	border-radius: 18px;
	background: linear-gradient(135deg, #2454d9 0%, #2d69ff 100%);
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	box-shadow: 0 16px 30px rgba(36, 84, 217, 0.2);
}

.kproduct-form .single_add_to_cart_button:hover,
.kproduct-form .button.alt:hover,
.kproduct-mobile-bar .khome-button:hover {
	filter: brightness(1.03);
}

.kproduct-secondary-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.kproduct-secondary-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid var(--kproduct-border);
	border-radius: 16px;
	background: #fff;
	color: var(--kproduct-text);
	font-size: 0.93rem;
	font-weight: 700;
	text-align: center;
}

.kproduct-secondary-action svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kproduct-microcopy {
	margin: 0;
	color: var(--kproduct-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.kproduct-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.kproduct-trust__item {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	padding: 12px;
	border: 1px solid var(--kproduct-border);
	border-radius: 16px;
	background: var(--kproduct-soft);
}

.kproduct-trust__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: #fff;
	color: var(--kproduct-blue);
}

.kproduct-trust__icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kproduct-trust__copy {
	display: grid;
	gap: 2px;
}

.kproduct-trust__copy strong {
	font-size: 0.88rem;
}

.kproduct-trust__copy small {
	color: var(--kproduct-muted);
	line-height: 1.35;
	font-size: 0.78rem;
}

.kproduct-quiet-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	padding-top: 2px;
	color: var(--kproduct-muted);
	font-size: 0.84rem;
}

.kproduct-quiet-meta a {
	color: var(--kproduct-text);
	text-decoration: underline;
	text-decoration-color: rgba(16, 32, 59, 0.18);
}

.kproduct-shelf-wrap {
	display: grid;
}

.kproduct-main .kblog-product-shelf {
	padding: 24px;
}

.kproduct-main .kblog-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.kproduct-main .khome-product-card {
	border-radius: 18px;
}

.kproduct-main .khome-product-card__media-wrap {
	padding: 10px 10px 6px;
}

.kproduct-main .khome-product-card__media {
	aspect-ratio: 4 / 4.8;
	padding: 10px;
	border-radius: 16px;
}

.kproduct-main .khome-product-card__actions {
	display: none;
}

.kproduct-main .khome-product-card__body {
	padding: 0 11px 12px;
}

.kproduct-main .khome-product-card__body h3 {
	font-size: 13px;
	min-height: 0;
}

.kproduct-main .khome-product-card__price strong {
	font-size: 16px;
}

.kproduct-main .kblog-product-shelf__header {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
}

.kproduct-main .kblog-product-shelf__header h2 {
	margin: 0;
	font-size: clamp(1.4rem, 1.2rem + 0.5vw, 2rem);
	line-height: 1.08;
	color: #0d1e40;
}

.kproduct-main .kblog-product-shelf__header p:last-child {
	margin: 0;
	color: var(--kproduct-muted);
	line-height: 1.6;
}

.kproduct-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.kproduct-highlight-card {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 14px;
	padding: 22px;
}

.kproduct-highlight-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: rgba(36, 84, 217, 0.08);
	color: var(--kproduct-blue);
}

.kproduct-highlight-card__icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kproduct-highlight-card h2 {
	margin: 0 0 6px;
	font-size: 1.02rem;
}

.kproduct-highlight-card p {
	margin: 0;
	color: var(--kproduct-muted);
	line-height: 1.6;
}

.kproduct-utility-row {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: 18px;
}

.kproduct-details {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.kproduct-details__main {
	min-width: 0;
}

.kproduct-accordion-set {
	display: grid;
	gap: 16px;
}

.kproduct-accordion {
	padding: 0;
	overflow: hidden;
}

.kproduct-accordion summary {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 24px;
	cursor: pointer;
	font-size: 1.04rem;
	font-weight: 800;
	color: #0d1e40;
}

.kproduct-accordion summary::-webkit-details-marker {
	display: none;
}

.kproduct-accordion__marker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--kproduct-soft);
	color: var(--kproduct-blue);
	transition: transform 0.2s ease;
}

.kproduct-accordion__marker svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kproduct-accordion[open] .kproduct-accordion__marker {
	transform: rotate(90deg);
}

.kproduct-prose,
.kproduct-specs,
.kproduct-faq {
	padding: 0 24px 24px;
}

.kproduct-prose {
	color: var(--kproduct-text);
	line-height: 1.78;
	font-size: 1rem;
}

.kproduct-prose > :first-child {
	margin-top: 0;
}

.kproduct-prose > :last-child {
	margin-bottom: 0;
}

.kproduct-prose h2,
.kproduct-prose h3,
.kproduct-prose h4 {
	margin: 1.8em 0 0.6em;
	font-size: clamp(1.15rem, 1.03rem + 0.25vw, 1.42rem);
	line-height: 1.28;
	color: #0d1e40;
}

.kproduct-prose p,
.kproduct-prose ul,
.kproduct-prose ol {
	margin: 0 0 1.15em;
}

.kproduct-prose ul,
.kproduct-prose ol {
	padding-left: 1.3rem;
}

.kproduct-prose hr {
	margin: 1.6rem 0;
	border: 0;
	border-top: 1px solid var(--kproduct-border);
}

.kproduct-specs {
	display: grid;
	gap: 12px;
}

.kproduct-specs__row {
	display: grid;
	grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
	gap: 14px;
	padding: 12px 0;
	border-top: 1px solid var(--kproduct-border);
}

.kproduct-specs__row:first-child {
	border-top: 0;
	padding-top: 0;
}

.kproduct-specs dt {
	font-weight: 800;
	color: #0d1e40;
}

.kproduct-specs dd {
	margin: 0;
	color: var(--kproduct-muted);
}

.kproduct-faq {
	display: grid;
	gap: 18px;
}

.kproduct-faq__item h3 {
	margin: 0 0 8px;
	font-size: 1.02rem;
	line-height: 1.35;
}

.kproduct-faq__item p {
	margin: 0;
	color: var(--kproduct-muted);
	line-height: 1.7;
}

.kproduct-faq__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.kproduct-faq__links a,
.kproduct-chip-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(36, 84, 217, 0.08);
	color: var(--kproduct-blue);
	font-size: 0.88rem;
	font-weight: 700;
}

.kproduct-panel {
	padding: 22px;
	display: grid;
	gap: 14px;
}

.kproduct-panel h2 {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.15;
	color: #0d1e40;
}

.kproduct-panel p {
	margin: 0;
	color: var(--kproduct-muted);
	line-height: 1.65;
}

.kproduct-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.kproduct-panel--cta {
	background:
		radial-gradient(circle at top right, rgba(255, 212, 91, 0.4), transparent 38%),
		linear-gradient(160deg, rgba(36, 84, 217, 0.08), rgba(36, 84, 217, 0.02));
}

.kproduct-related-posts {
	padding: 24px;
}

.kproduct-related-posts .kblog-post-grid--related {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kproduct-section-head {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
}

.kproduct-section-head h2 {
	margin: 0;
	font-size: clamp(1.4rem, 1.2rem + 0.45vw, 1.95rem);
	line-height: 1.08;
}

.kproduct-mobile-bar {
	position: fixed;
	right: 14px;
	left: 14px;
	bottom: 14px;
	z-index: 60;
	display: none;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	padding: 14px 16px;
}

.kproduct-mobile-bar__price {
	display: grid;
	gap: 4px;
}

.kproduct-mobile-bar__price small {
	color: var(--kproduct-muted);
	font-size: 0.85rem;
}

@media (max-width: 1180px) {
	.kproduct-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.kproduct-summary__sticky {
		position: static;
	}

	.kproduct-utility-row { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 900px) {
	.kproduct-highlights {
		grid-template-columns: minmax(0, 1fr);
	}

	.kproduct-main {
		padding-bottom: 110px;
	}

	.kproduct-mobile-bar {
		display: grid;
	}

	.kproduct-trust,
	.kproduct-summary-list {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 782px) {
	.kproduct-body .khome-nav-row {
		display: none;
	}

	.kproduct-body .khome-header-main__inner {
		min-height: 82px;
	}

	.kproduct-main {
		padding-top: 14px;
	}

	.kproduct-gallery,
	.kproduct-summary__sticky,
	.kproduct-main .kblog-product-shelf,
	.kproduct-related-posts,
	.kproduct-highlight-card,
	.kproduct-panel,
	.kproduct-accordion,
	.kproduct-mobile-bar {
		border-radius: 20px;
	}

	.kproduct-gallery {
		padding: 14px;
	}

	.kproduct-gallery__stage {
		min-height: 310px;
	}

	.kproduct-gallery__main-link {
		padding: 18px;
	}

	.kproduct-gallery__thumbs {
		display: flex;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.kproduct-gallery__thumbs::-webkit-scrollbar {
		display: none;
	}

	.kproduct-gallery__thumb {
		min-width: 82px;
	}

	.kproduct-summary__sticky {
		padding: 20px;
	}

	.kproduct-title {
		font-size: clamp(1.7rem, 1.2rem + 1.2vw, 2.2rem);
	}

	.kproduct-price-block__numbers strong,
	.kproduct-mobile-bar__price strong {
		font-size: 1.9rem;
	}

	.kproduct-secondary-actions {
		grid-template-columns: minmax(0, 1fr);
	}

	.kproduct-main .kblog-product-grid {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: minmax(168px, 72vw);
		grid-template-columns: none;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.kproduct-main .kblog-product-grid::-webkit-scrollbar {
		display: none;
	}

	.kproduct-main .khome-product-card__media {
		aspect-ratio: 4 / 5;
	}

	.kproduct-related-posts .kblog-post-grid--related {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: minmax(220px, 78vw);
		grid-template-columns: none;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.kproduct-related-posts .kblog-post-grid--related::-webkit-scrollbar {
		display: none;
	}

	.kproduct-specs__row {
		grid-template-columns: minmax(0, 1fr);
		gap: 6px;
	}

	.kproduct-prose,
	.kproduct-specs,
	.kproduct-faq {
		padding: 0 18px 18px;
	}

	.kproduct-accordion summary,
	.kproduct-panel,
	.kproduct-related-posts,
	.kproduct-main .kblog-product-shelf {
		padding-left: 18px;
		padding-right: 18px;
	}

	.kproduct-main .kblog-product-shelf__header h2,
	.kproduct-section-head h2 {
		font-size: 1.24rem;
	}
}
