#tske-std-product *,
#tske-std-product *::before,
#tske-std-product *::after {
	box-sizing: border-box;
}

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

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

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

body.tske-std-product-page .wp-block-post-title,
body.tske-std-product-page .woocommerce-breadcrumb,
body.tske-std-product-page .product_meta,
body.tske-std-product-page .woocommerce-tabs,
body.tske-std-product-page .related.products,
body.tske-std-product-page .up-sells,
body.tske-std-product-page [data-block-name="woocommerce/product-details"],
body.tske-std-product-page [data-block-name="woocommerce/related-products"],
body.tske-std-product-page .wp-block-woocommerce-product-details {
	display: none !important;
}

.tske-std {
	max-width: 1280px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
	color: #1a1a1a;
}

.tske-std__hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0,0,0,.08);
}

.tske-std__image {
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.tske-std__img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.tske-std__info {
	padding: 40px;
	display: flex;
	flex-direction: column;
}

.tske-std__title {
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 16px;
	line-height: 1.2;
	color: #1a1a1a;
}

.tske-std__excerpt {
	font-size: 15px;
	line-height: 1.65;
	color: #4b5563;
	margin-bottom: 24px;
}

.tske-std__excerpt p {
	margin: 0 0 8px;
}

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

.tske-std__price-box {
	background: linear-gradient(145deg, #FEDB32 0%, #f5c800 100%);
	padding: 16px 24px;
	border-radius: 12px;
	margin-bottom: 24px;
	display: inline-block;
}

.tske-std__price-value {
	font-size: 22px;
	font-weight: 800;
	color: #1a1a1a;
}

.tske-std__price-value del {
	opacity: .5;
	font-size: 16px;
}

.tske-std__price-value ins {
	text-decoration: none;
}

.tske-std__price-value .iworks-omnibus {
	font-size: 11px;
	color: #444;
	margin: 4px 0 0;
	display: block;
}

.tske-std__form {
	margin-top: auto;
}

.tske-std__form .variations {
	width: 100%;
	margin-bottom: 20px;
}

.tske-std__form .variations th.label {
	padding: 0 0 8px;
}

.tske-std__form .variations th.label label {
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
}

.tske-std__form .variations td.value {
	padding: 0 0 16px;
}

.tske-std__form .variable-items-wrapper {
	display: flex;
	gap: 8px;
}

.tske-std__form .variable-item.button-variable-item {
	border: 2px solid #e5e7eb !important;
	border-radius: 8px !important;
	padding: 10px 22px !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	color: #374151 !important;
	background: #fff !important;
	transition: border-color .2s, background .2s, box-shadow .2s !important;
}

.tske-std__form .variable-item.button-variable-item:hover {
	border-color: #d1d5db !important;
	background: #fafafa !important;
}

.tske-std__form .variable-item.button-variable-item.selected {
	border-color: #FEDB32 !important;
	background: #fffef5 !important;
	box-shadow: 0 0 0 3px rgba(254,219,50,.2) !important;
	color: #1a1a1a !important;
}

.tske-std__form .reset_variations {
	font-size: 12px;
	color: #6b7280;
	margin-top: 4px;
	display: inline-block;
}

.tske-std__form .woocommerce-variation-price .price {
	font-size: 20px;
	font-weight: 800;
	margin: 8px 0;
}

.tske-std__form .woocommerce-variation-price .price del {
	opacity: .5;
	font-size: 16px;
}

.tske-std__form .woocommerce-variation-price .price ins {
	text-decoration: none;
}

.tske-std__form .stock.out-of-stock {
	background: #fef2f2;
	color: #991b1b;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid #fecaca;
	margin: 8px 0;
}

.tske-std__form .stock.in-stock {
	background: #f0fdf4;
	color: #166534;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid #bbf7d0;
	margin: 8px 0;
}

.tske-std__form .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
}

.tske-std__form .qib-button-wrapper {
	display: inline-flex;
	align-items: center;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.tske-std__form .qib-button {
	width: 44px;
	height: 44px;
	background: #f3f4f6 !important;
	border: none !important;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #374151 !important;
	border-radius: 0 !important;
	transition: background .15s !important;
	line-height: 1;
}

.tske-std__form .qib-button:hover {
	background: #e5e7eb !important;
}

.tske-std__form .quantity .qty {
	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;
	color: #1a1a1a;
	background: #fff;
}

.tske-std__form .single_add_to_cart_button {
	background: #FEDB32 !important;
	color: #1a1a1a !important;
	border: none !important;
	border-radius: 10px !important;
	padding: 14px 32px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: .05em !important;
	transition: background .2s, transform .1s !important;
	line-height: 1 !important;
	cursor: pointer;
	flex-shrink: 0;
}

.tske-std__form .single_add_to_cart_button:hover {
	background: #E3BD00 !important;
}

.tske-std__form .single_add_to_cart_button:active {
	transform: scale(.98);
}

.tske-std__form .single_add_to_cart_button.disabled {
	opacity: .5;
	cursor: not-allowed;
}

.tske-std__tabs {
	max-width: 1280px;
	margin: 24px auto 0;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(0,0,0,.08);
	overflow: hidden;
}

.tske-std__tab-nav {
	display: flex;
	border-bottom: 2px solid #f3f4f6;
	background: #fafafa;
}

.tske-std__tab-btn {
	padding: 14px 24px;
	font-size: 13px;
	font-weight: 600;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: .05em;
	border: none;
	border-bottom: 3px solid transparent;
	background: transparent;
	cursor: pointer;
	transition: color .2s, border-color .2s;
	font-family: inherit;
}

.tske-std__tab-btn:hover {
	color: #1a1a1a;
}

.tske-std__tab-btn--active {
	color: #1a1a1a;
	border-bottom-color: #FEDB32;
}

.tske-std__tab-panel {
	display: none;
	padding: 32px;
}

.tske-std__tab-panel--active {
	display: block;
}

.tske-std__tab-panel p {
	font-size: 15px;
	line-height: 1.7;
	color: #374151;
	margin: 0 0 12px;
}

.tske-std__tab-panel p:last-child {
	margin-bottom: 0;
}

.tske-std__tab-panel h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 16px;
}

.tske-std__tab-panel ul {
	padding-left: 20px;
	margin: 0 0 16px;
}

.tske-std__tab-panel li {
	font-size: 15px;
	line-height: 1.7;
	color: #374151;
	margin-bottom: 6px;
}

.tske-std__tab-panel .shop_attributes {
	width: 100%;
	border-collapse: collapse;
}

.tske-std__tab-panel .shop_attributes th {
	text-align: left;
	padding: 10px 16px;
	font-weight: 600;
	font-size: 14px;
	color: #374151;
	background: #fafafa;
	border-bottom: 1px solid #f3f4f6;
	width: 200px;
}

.tske-std__tab-panel .shop_attributes td {
	padding: 10px 16px;
	font-size: 14px;
	color: #4b5563;
	border-bottom: 1px solid #f3f4f6;
}

.tske-std__form .ts-variant-notice {
	margin-top: 12px;
}

@media (max-width: 768px) {
	.tske-std__hero {
		grid-template-columns: 1fr;
		border-radius: 0;
		box-shadow: none;
	}

	.tske-std__image {
		padding: 24px;
	}

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

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

	.tske-std__price-box {
		padding: 14px 20px;
	}

	.tske-std__price-value {
		font-size: 20px;
	}

	.tske-std__form .woocommerce-variation-add-to-cart {
		flex-direction: column;
		align-items: stretch;
	}

	.tske-std__form .single_add_to_cart_button {
		width: 100% !important;
		text-align: center !important;
	}

	.tske-std__tabs {
		border-radius: 0;
		box-shadow: none;
		margin-top: 16px;
	}

	.tske-std__tab-btn {
		padding: 12px 16px;
		font-size: 12px;
	}

	.tske-std__tab-panel {
		padding: 20px;
	}
}
