
#tske-product *,
#tske-product *::before,
#tske-product *::after {
	box-sizing: border-box;
}
body.tske-karnet-extension-page .entry-content,
body.tske-karnet-extension-page .wp-block-post-content,
body.tske-karnet-extension-page .wp-block-group {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.tske-karnet-extension-page .wp-block-columns {
	display: block !important;
	max-width: 100% !important;
}

body.tske-karnet-extension-page .wp-block-columns > .wp-block-column:first-child {
	flex-basis: 100% !important;
	max-width: 100% !important;
	width: 100% !important;
}

body.tske-karnet-extension-page .wp-block-columns > .wp-block-column:not(:first-child) {
	display: none !important;
}

body.tske-karnet-extension-page .woocommerce-breadcrumb,
body.tske-karnet-extension-page .product_meta,
body.tske-karnet-extension-page .woocommerce-tabs,
body.tske-karnet-extension-page .related.products,
body.tske-karnet-extension-page .up-sells,
body.tske-karnet-extension-page .woocommerce-product-gallery,
body.tske-karnet-extension-page [data-block-name="woocommerce/product-details"],
body.tske-karnet-extension-page .wp-block-woocommerce-product-details {
	display: none !important;
}
#tske-product {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1280px;
	margin: 0 auto;
	min-height: 520px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
	color: #1a1a1a;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0,0,0,.08);
	background: #fff;
}
.tske-product__info {
	background: linear-gradient(145deg, #FEDB32 0%, #f5c800 100%);
	padding: 48px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.tske-product__info::before {
	content: '';
	position: absolute;
	top: -60px;
	right: -60px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: rgba(255,255,255,.15);
}

.tske-product__info::after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: -40px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgba(255,255,255,.1);
}

.tske-product__info-inner {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 380px;
}
.tske-product__icon-wrap {
	margin-bottom: 24px;
}

.tske-product__img {
	max-width: 140px;
	width: 100%;
	height: auto;
	border-radius: 12px;
	filter: drop-shadow(0 4px 12px rgba(0,0,0,.15));
}

.tske-product__icon-wrap img {
	max-width: 140px;
	height: auto;
}

.tske-product__icon-svg {
	width: 100px;
	height: 100px;
	color: #1a1a1a;
}
.tske-product__title {
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 12px;
	line-height: 1.2;
	color: #1a1a1a;
}
.tske-product__description {
	font-size: 14px;
	line-height: 1.65;
	color: #333;
	margin-bottom: 24px;
}

.tske-product__description p {
	margin: 0 0 6px;
}

.tske-product__description p:last-child {
	margin-bottom: 0;
}
.tske-product__price-badge {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	background: #1a1a1a;
	color: #FEDB32;
	padding: 14px 28px;
	border-radius: 12px;
}

.tske-product__price-badge-amount {
	font-size: 32px;
	font-weight: 800;
	line-height: 1;
}

.tske-product__price-badge-amount .woocommerce-Price-currencySymbol {
	font-size: 18px;
}

.tske-product__price-badge-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(254,219,50,.7);
	margin-top: 4px;
	font-weight: 600;
}
.tske-product__form-wrapper {
	padding: 40px 36px;
	display: flex;
	flex-direction: column;
}
.tske-product__question {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 1.4;
	color: #1a1a1a;
}
.tske-options {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}

.tske-option {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	background: #fff;
	border: 2px solid #e5e7eb;
	border-radius: 10px;
	cursor: pointer;
	text-align: left;
	transition: border-color .2s, background .2s, box-shadow .2s;
	font-family: inherit;
	color: #374151;
}

.tske-option:hover {
	border-color: #d1d5db;
	background: #fafafa;
}

.tske-option--active {
	border-color: #FEDB32;
	background: #fffef5;
	box-shadow: 0 0 0 3px rgba(254,219,50,.2);
}
.tske-option__radio {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #d1d5db;
	flex-shrink: 0;
	margin-top: 2px;
	position: relative;
	transition: border-color .2s;
}

.tske-option--active .tske-option__radio {
	border-color: #FEDB32;
}

.tske-option--active .tske-option__radio::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FEDB32;
}

.tske-option__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.tske-option__title {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
}

.tske-option__desc {
	font-size: 13px;
	color: #6b7280;
	line-height: 1.4;
}
.tske-form {
	margin-bottom: 20px;
	padding: 18px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
}

.tske-form__group {
	margin-bottom: 14px;
}

.tske-form__group:last-child {
	margin-bottom: 0;
}

.tske-form__label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	margin-bottom: 6px;
}

.tske-form__input {
	width: 100%;
	padding: 10px 14px;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	font-size: 15px;
	font-family: inherit;
	color: #1a1a1a;
	background: #fff;
	transition: border-color .2s, box-shadow .2s;
}

.tske-form__input:focus {
	outline: none;
	border-color: #FEDB32;
	box-shadow: 0 0 0 3px rgba(254,219,50,.2);
}
.tske-qty {
	display: inline-flex;
	align-items: center;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.tske-qty__btn {
	width: 44px;
	height: 44px;
	background: #f3f4f6;
	border: none;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .15s;
	font-family: inherit;
	color: #374151;
	line-height: 1;
}

.tske-qty__btn:hover {
	background: #e5e7eb;
}

.tske-qty__btn:active {
	background: #d1d5db;
}

.tske-qty__input {
	width: 56px;
	height: 44px;
	border: none;
	border-left: 1px solid #e5e7eb;
	border-right: 1px solid #e5e7eb;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	font-family: inherit;
	color: #1a1a1a;
	background: #fff;
	-moz-appearance: textfield;
}

.tske-qty__input::-webkit-outer-spin-button,
.tske-qty__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.tske-karnet-fields {
	margin-top: 14px;
}

.tske-karnet-fields .tske-form__group {
	margin-bottom: 10px;
}

.tske-karnet-fields .tske-form__label {
	font-size: 13px;
	font-weight: 500;
	color: #6b7280;
}
.tske-checkout-bar {
	margin-top: auto;
	padding-top: 20px;
	border-top: 2px solid #f3f4f6;
}

.tske-checkout-bar__price {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 14px;
}

.tske-checkout-bar__price-label {
	font-size: 15px;
	font-weight: 600;
	color: #6b7280;
}

.tske-checkout-bar__price-value {
	font-size: 28px;
	font-weight: 800;
	color: #1a1a1a;
}
.tske-btn-cart {
	display: block;
	width: 100%;
	padding: 16px 32px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	background: #FEDB32;
	color: #1a1a1a;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: background .2s, transform .1s;
	font-family: inherit;
	line-height: 1;
}

.tske-btn-cart:hover {
	background: #E3BD00;
}

.tske-btn-cart:active {
	transform: scale(.98);
}

.tske-btn-cart--loading {
	opacity: .7;
	pointer-events: none;
}

.tske-btn-cart--success {
	background: #22c55e;
	color: #fff;
}

.tske-btn-cart--success:hover {
	background: #16a34a;
}

.tske-btn-cart--error {
	background: #dc2626;
	color: #fff;
}

.tske-btn-cart--error:hover {
	background: #b91c1c;
}
.tske-notice {
	margin-top: 12px;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.tske-notice--error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

.tske-notice--success {
	background: #f0fdf4;
	color: #166534;
	border: 1px solid #bbf7d0;
}
.tske-info-box {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 14px;
	padding: 12px 16px;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	border-radius: 8px;
	color: #1e40af;
	font-size: 13px;
	line-height: 1.5;
}

.tske-info-box__icon {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	color: #3b82f6;
}
@media (max-width: 768px) {
	#tske-product {
		grid-template-columns: 1fr;
		margin: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.tske-product__info {
		padding: 32px 24px;
	}

	.tske-product__info::before {
		width: 120px;
		height: 120px;
		top: -40px;
		right: -40px;
	}

	.tske-product__info::after {
		width: 80px;
		height: 80px;
		bottom: -20px;
		left: -20px;
	}

	.tske-product__title {
		font-size: 24px;
	}

	.tske-product__img,
	.tske-product__icon-wrap img {
		max-width: 100px;
	}

	.tske-product__icon-svg {
		width: 72px;
		height: 72px;
	}

	.tske-product__price-badge {
		padding: 10px 22px;
	}

	.tske-product__price-badge-amount {
		font-size: 26px;
	}

	.tske-product__form-wrapper {
		padding: 24px 20px 32px;
	}

	.tske-product__question {
		font-size: 16px;
	}

	.tske-option {
		padding: 12px 14px;
	}

	.tske-option__title {
		font-size: 14px;
	}

	.tske-option__desc {
		font-size: 12px;
	}

	.tske-form {
		padding: 14px;
	}

	.tske-checkout-bar__price-value {
		font-size: 24px;
	}

	.tske-btn-cart {
		padding: 14px 24px;
		font-size: 14px;
	}
}
