:root {
	--gk-product-red: #d62828;
	--gk-product-ink: #151922;
	--gk-product-copy: #566174;
	--gk-product-line: #dfe4ea;
	--gk-product-soft: #f5f7f9;
}

body.single-product .site-content { background: var(--gk-product-soft); }
body.single-product #primary { max-width: 1780px; margin-inline: auto; }
body.single-product.woocommerce-page #primary > div.product {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px !important;
	align-items: start;
}
body.single-product.woocommerce-page #primary > div.product > .woocommerce-product-gallery,
body.single-product.woocommerce-page #primary > div.product > .summary.entry-summary {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0;
	float: none !important;
	margin: 0 !important;
	border: 1px solid var(--gk-product-line);
	border-radius: 18px;
	background: #fff;
}
body.single-product.woocommerce-page #primary > div.product > .woocommerce-product-gallery { padding: 22px; }
body.single-product.woocommerce-page #primary > div.product > .summary.entry-summary { padding: clamp(22px, 3vw, 34px); }
body.single-product.woocommerce-page #primary > div.product > .summary.entry-summary ~ * { grid-column: 1 / -1; }

.single-product .summary .product_title {
	margin: 0 0 12px;
	color: var(--gk-product-ink);
	font-size: clamp(26px, 2.25vw, 38px);
	line-height: 1.08;
	letter-spacing: -.035em;
	overflow-wrap: anywhere;
}
.single-product .summary .woocommerce-product-rating { margin: 0 0 14px; }
.single-product .summary .price {
	margin: 0 0 14px !important;
	color: var(--gk-product-red);
	font-size: clamp(28px, 2.2vw, 38px);
	font-weight: 800;
	line-height: 1.1;
}
.single-product .gk-product-intro { margin: 0 0 18px; color: var(--gk-product-copy); font-size: 16px; line-height: 1.55; }
.single-product .gk-product-intro p { margin: 0 0 8px; }
.single-product .gk-product-intro a {
	color: var(--gk-product-ink);
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.single-product .gk-product-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 2px 0 18px;
	padding: 14px 0;
	border-block: 1px solid var(--gk-product-line);
}
.single-product .gk-product-facts > div { min-width: 0; padding: 0 16px; border-right: 1px solid var(--gk-product-line); }
.single-product .gk-product-facts > div:first-child { padding-left: 0; }
.single-product .gk-product-facts > div:last-child { padding-right: 0; border-right: 0; }
.single-product .gk-product-facts span,
.single-product .gk-product-facts strong { display: block; }
.single-product .gk-product-facts span {
	margin-bottom: 3px;
	color: #7a8493;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}
.single-product .gk-product-facts strong,
.single-product .gk-product-facts a {
	color: var(--gk-product-ink);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.single-product .summary .stock { display: none !important; }
.single-product .summary form.cart,
.single-product .summary .cart {
	display: grid !important;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 12px !important;
	align-items: stretch !important;
	margin: 0 !important;
}
.single-product .summary form.cart::before,
.single-product .summary form.cart::after { display: none !important; }
.single-product .summary form.cart .quantity {
	width: 118px !important;
	min-width: 0;
	min-height: 54px;
	border-radius: 10px;
	background: #f1f3f5;
}
.single-product .summary form.cart .single_add_to_cart_button {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 54px !important;
	height: 54px;
	padding: 0 22px !important;
	border: 0;
	border-radius: 10px;
	background: var(--gk-product-red) !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background-color .18s ease, transform .18s ease;
}
.single-product .summary form.cart .single_add_to_cart_button:hover { background: #b91f24 !important; transform: translateY(-1px); }
.single-product .summary form.cart .single_add_to_cart_button:focus-visible,
.single-product .gk-product-intro a:focus-visible { outline: 3px solid #111827; outline-offset: 3px; }
.single-product .gk-product-checkout-note { margin: 10px 0 0; color: #7a8493; font-size: 13px; line-height: 1.4; text-align: center; }

/* These competing panels remain available elsewhere in the purchase journey. */
.single-product .gk-product-trust-panel,
.single-product .gk-fitment-confidence,
.single-product .summary .gkx-review-delivery,
.single-product .summary form.cart .ts-buy-now-button,
.single-product .summary form.cart .buy-now-button,
.single-product .summary #wc-stripe-express-checkout-element,
.single-product .summary .wc-stripe-product-checkout-container,
.single-product .summary .wcpay-payment-request-wrapper,
.single-product .summary .ppc-button-wrapper,
.single-product .summary .single-product-buttons,
.single-product .summary .meta-content,
.single-product .summary .product_meta { display: none !important; }

.single-product .woocommerce-product-gallery__wrapper {
	width: 100%;
	height: clamp(256px, 22.4vw, 328px) !important;
	max-height: 328px !important;
	margin: 0 auto;
}
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image > a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 100% !important;
	min-height: 0 !important;
}
.single-product .woocommerce-product-gallery img:not(.emoji) {
	display: block;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 100% !important;
	margin: auto;
	object-fit: contain;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	max-height: none;
	margin: 14px 0 0;
	overflow: visible;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
	width: 100% !important;
	margin: 0 !important;
	border: 1px solid var(--gk-product-line);
	border-radius: 10px;
	overflow: hidden;
}

@media (min-width: 992px) {
	body.single-product.woocommerce-page #primary > div.product {
		grid-template-columns: minmax(420px, .98fr) minmax(0, 1.12fr);
		gap: 30px !important;
	}
	body.single-product.woocommerce-page #primary > div.product > .woocommerce-product-gallery { grid-column: 1; }
	body.single-product.woocommerce-page #primary > div.product > .summary.entry-summary { grid-column: 2; }
}

@media (max-width: 767px) {
	body.single-product.woocommerce-page #primary > div.product { gap: 14px !important; }
	body.single-product.woocommerce-page #primary > div.product > .woocommerce-product-gallery,
	body.single-product.woocommerce-page #primary > div.product > .summary.entry-summary { border-radius: 12px; }
	body.single-product.woocommerce-page #primary > div.product > .woocommerce-product-gallery { padding: 14px; }
	body.single-product.woocommerce-page #primary > div.product > .summary.entry-summary { padding: 20px 16px; }
	.single-product .woocommerce-product-gallery__wrapper { height: min(78vw, 390px) !important; }
	.single-product .gk-product-facts > div { padding-inline: 10px; }
	.single-product .gk-product-facts > div:first-child { padding-left: 0; }
	.single-product .gk-product-facts > div:last-child { padding-right: 0; }
	body.single-product .woocommerce div.product.form-cart-fixed:is(.product-type-simple, .product-type-variable) .summary form.cart {
		position: static !important;
		inset: auto !important;
		transform: none !important;
		z-index: auto !important;
		padding: 0 !important;
		box-shadow: none !important;
		background: transparent !important;
	}
}

@media (max-width: 480px) {
	.single-product .summary form.cart,
	.single-product .summary .cart { grid-template-columns: 104px minmax(0, 1fr); }
	.single-product .summary form.cart .quantity { width: 104px !important; }
	.single-product .gk-product-facts { grid-template-columns: 1fr 1fr; gap: 12px 0; }
	.single-product .gk-product-facts > div:nth-child(2) { border-right: 0; }
	.single-product .gk-product-facts > div:last-child {
		grid-column: 1 / -1;
		padding: 10px 0 0;
		border-top: 1px solid var(--gk-product-line);
	}
}

@media (prefers-reduced-motion: reduce) {
	.single-product .summary form.cart .single_add_to_cart_button { transition: none; }
	.single-product .summary form.cart .single_add_to_cart_button:hover { transform: none; }
}
