.inax-shop-single {
	--inax-single-text: #212529;
	--inax-single-muted: #999999;
	--inax-single-accent: #1D5380;
	--inax-single-surface: #f6f6f6;
	--inax-single-border: #e5e5e5;
	--inax-single-font: Roboto, sans-serif;
}

.inax-shop-single #content {
	padding-top: 0;
}

.inax-shop-single .shop-page-title,
.inax-shop-single .page-title {
	display: none !important;
}

.inax-shop-breadcrumb--single {
	margin-bottom: 0;
	position: sticky;
	top: 0;
	z-index: 990;
	background: var(--inax-single-surface);
	border-bottom: 1px solid var(--inax-single-border);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.inax-shop-breadcrumb--single .inax-shop-breadcrumb__list {
	margin: 0;
}

.inax-shop-breadcrumb--single .inax-shop-breadcrumb__current {
	font-weight: 700;
	color: var(--inax-single-text);
}

.inax-single-product {
	font-family: var(--inax-single-font);
	color: var(--inax-single-text);
}

.inax-single-product__main {
	align-items: flex-start;
	padding: 32px 0 48px;
}

.inax-single-product__gallery-col {
	padding-right: 24px;
}

.inax-single-product__summary-col {
	padding-left: 12px;
}

/* Gallery */
.inax-single-gallery {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.inax-single-gallery__thumbs {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 0 0 118px;
	width: 118px;
	max-height: 480px;
	padding-right: 18px;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	scrollbar-color: var(--inax-single-border) transparent;
}

.inax-single-gallery__thumbs::-webkit-scrollbar {
	width: 6px;
}

.inax-single-gallery__thumbs::-webkit-scrollbar-track {
	background: transparent;
}

.inax-single-gallery__thumbs::-webkit-scrollbar-thumb {
	background: var(--inax-single-border);
	border-radius: 3px;
}

.inax-single-gallery__thumb {
	display: block;
	flex: 0 0 auto;
	width: 96px;
	height: 96px;
	min-width: 96px;
	min-height: 96px;
	padding: 6px;
	border: 2px solid transparent;
	background: #ffffff;
	box-sizing: border-box;
	cursor: pointer;
	transition: border-color 0.2s ease;
}

.inax-single-gallery__thumb.is-active,
.inax-single-gallery__thumb:hover,
.inax-single-gallery__thumb:focus-visible {
	border-color: var(--inax-single-accent);
	outline: none;
}

.inax-single-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.inax-single-gallery__main {
	position: relative;
	flex: 1;
	min-width: 0;
	background: var(--inax-single-surface);
}

.inax-single-gallery__badge {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 70px;
	height: 50px;
	padding: 0 12px;
	background: var(--inax-single-accent);
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
}

.inax-single-gallery__stage {
	position: relative;
	min-height: 480px;
}

.inax-single-gallery__slide {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 480px;
	padding: 40px 32px;
	margin: 0;
}

.inax-single-gallery__slide.is-active {
	display: flex;
}

.inax-single-gallery__image {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: contain;
}

/* Summary */
.inax-single-summary {
	padding-top: 8px;
}

.inax-single-summary__title {
	margin: 0 0 8px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.inax-single-summary__sku {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.4;
	color: var(--inax-single-muted);
}

.inax-single-summary__category {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.4;
	color: var(--inax-single-muted);
}

.inax-single-summary__swatch {
	margin-bottom: 28px;
}

.inax-single-summary__swatch-dot {
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 2px solid var(--inax-single-accent);
	border-radius: 50%;
	background: #ffffff;
}

.inax-single-summary__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 32px;
}

.inax-single-summary__price-current {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--inax-single-text);
}

.inax-single-summary__price-regular {
	font-size: 18px;
	font-weight: 400;
	color: var(--inax-single-muted);
	text-decoration: line-through;
}

.inax-single-summary__price-variable .price {
	font-size: 28px;
	font-weight: 700;
	color: var(--inax-single-text);
}

.inax-single-summary__price-variable del {
	font-size: 18px;
	color: var(--inax-single-muted);
}

.inax-single-summary__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 360px;
}

.inax-single-summary__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 48px;
	padding: 0 24px;
	border: 0;
	background: var(--inax-single-accent);
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.2s ease, background-color 0.2s ease;
}

.inax-single-summary__btn:hover,
.inax-single-summary__btn:focus-visible {
	background: #00a5c4;
	color: #ffffff;
	opacity: 1;
}

.inax-single-summary__btn-icon {
	flex-shrink: 0;
}

.inax-single-summary__btn--disabled {
	opacity: 0.55;
	pointer-events: none;
}

.inax-single-summary__variations {
	margin-top: 24px;
}

.inax-single-summary__variations .variations_form {
	margin: 0;
}

.inax-single-summary__variations .single_add_to_cart_button {
	display: none;
}

.inax-single-product__footer {
	padding: 0 0 60px;
}

.inax-single-product__footer .woocommerce-tabs {
	margin-top: 0;
}

/* Technical specs */
.inax-single-specs {
	padding: 48px 0 56px;
	border-top: 1px solid var(--inax-single-border);
}

.inax-single-specs__title {
	margin: 0 0 40px;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--inax-single-text);
}

.inax-single-specs__grid {
	margin-bottom: 36px;
}

.inax-single-specs__col + .inax-single-specs__col {
	margin-top: 0;
}

.inax-single-specs__heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 24px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--inax-single-text);
}

.inax-single-specs__heading-bar {
	display: inline-block;
	width: 28px;
	height: 4px;
	background: var(--inax-single-accent);
	flex-shrink: 0;
}

.inax-single-specs__dimensions {
	margin: 0;
}

.inax-single-specs__dimension {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.5;
}

.inax-single-specs__dimension dt {
	margin: 0;
	font-weight: 700;
	color: var(--inax-single-text);
}

.inax-single-specs__dimension dd {
	margin: 0;
	font-weight: 400;
	color: var(--inax-single-text);
}

.inax-single-specs__download-group + .inax-single-specs__download-group {
	margin-top: 28px;
}

.inax-single-specs__download-label {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--inax-single-text);
}

.inax-single-specs__download-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	color: var(--inax-single-accent);
	text-decoration: none;
}

.inax-single-specs__download-link:hover,
.inax-single-specs__download-link:focus-visible {
	color: #0099b8;
	text-decoration: underline;
}

.inax-single-specs__download-icon {
	display: inline-flex;
	color: var(--inax-single-accent);
}

.inax-single-specs__content {
	max-width: 920px;
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 1.7;
	color: var(--inax-single-text);
}

.inax-single-specs__content p {
	margin: 0 0 16px;
}

.inax-single-specs__figure {
	background: var(--inax-single-surface);
	padding: 48px 32px;
	text-align: center;
}

.inax-single-specs__figure-image {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: contain;
}

@media (max-width: 849px) {
	.inax-single-product__main {
		padding: 24px 0 40px;
	}

	.inax-single-product__gallery-col,
	.inax-single-product__summary-col {
		padding-left: 0;
		padding-right: 0;
	}

	.inax-single-gallery {
		flex-direction: column-reverse;
	}

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

	.inax-single-gallery__thumb {
		width: 80px;
		height: 80px;
		min-width: 80px;
		min-height: 80px;
	}

	.inax-single-gallery__stage,
	.inax-single-gallery__slide {
		min-height: 320px;
	}

	.inax-single-gallery__image {
		max-height: 280px;
	}

	.inax-single-summary__title {
		font-size: 24px;
	}

	.inax-single-summary__price-current {
		font-size: 22px;
	}

	.inax-single-summary__actions {
		max-width: none;
	}

	.inax-single-specs {
		padding: 32px 0 40px;
	}

	.inax-single-specs__title {
		margin-bottom: 28px;
		font-size: 28px;
	}

	.inax-single-specs__col + .inax-single-specs__col {
		margin-top: 32px;
	}

	.inax-single-specs__figure {
		padding: 24px 16px;
	}

	.inax-single-specs__figure-image {
		max-height: 320px;
	}
}
