.jvrk-add-box {
	margin: 1.5em 0;
}

.jvrk-product-shell {
	box-sizing: border-box;
	width: min(100%, 1280px);
	margin: 0 auto;
	padding: 0 clamp(1rem, 3vw, 2.5rem) clamp(2.25rem, 4vw, 3.5rem);
}

.jvrk-breadcrumb {
	margin: 0 0 clamp(1rem, 2vw, 1.5rem) !important;
	padding: 0;
	color: #666;
	font-size: 0.9rem;
	line-height: 1.5;
}

.jvrk-breadcrumb a {
	color: #f28c00;
	text-decoration: none;
}

.jvrk-breadcrumb a:hover,
.jvrk-breadcrumb a:focus {
	color: #d97800;
	text-decoration: underline;
}

.jvrk-breadcrumb-separator {
	display: inline-block;
	margin: 0 0.55em;
	color: #999;
}

.jvrk-product-detail {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: clamp(2rem, 6vw, 5.5rem);
	align-items: start;
	width: 100%;
}

.jvrk-product-content {
	padding-top: clamp(0.35rem, 1vw, 0.85rem);
}

.jvrk-product-image {
	display: block;
	width: 100%;
	aspect-ratio: auto;
	background: #fff;
	overflow: visible;
}

.jvrk-product-image-link {
	display: block;
	width: 100%;
	height: 100%;
	cursor: zoom-in;
}

.jvrk-product-image-file,
.jvrk-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

.jvrk-product-title {
	margin: 0 0 0.55em;
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	line-height: 1.08;
}

.jvrk-product-sku {
	margin: 0 0 1.25em;
}

.jvrk-product-description {
	margin-bottom: 1.5em;
}

.jvrk-product-description > :last-child {
	margin-bottom: 0;
}

.jvrk-product-content .jvrk-add-box {
	margin-bottom: 0;
}

.jvrk-product-navigation {
	margin-top: 1.15rem;
	padding-top: 1rem;
	border-top: 1px solid #e5e5e5;
}

.jvrk-back-catalog {
	margin: 0 0 0.8rem;
	font-weight: 700;
}

.jvrk-back-catalog a,
.jvrk-product-terms a {
	color: #e78200;
	text-decoration: none;
}

.jvrk-back-catalog a:hover,
.jvrk-back-catalog a:focus,
.jvrk-product-terms a:hover,
.jvrk-product-terms a:focus {
	color: #c66f00;
	text-decoration: underline;
}

.jvrk-product-terms {
	margin: 0.35rem 0;
	color: #555;
	font-size: 0.94rem;
}

.jvrk-related {
	margin-top: clamp(1rem, 2vw, 1.5rem);
	padding-top: clamp(1rem, 2vw, 1.5rem);
	border-top: 1px solid #e2e2e2;
}

.jvrk-related-heading {
	margin: 0 0 1em;
	font-size: clamp(1.4rem, 2vw, 1.75rem);
	line-height: 1.15;
}

.jvrk-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2.4vw, 2rem);
}

.jvrk-related-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid #e6e6e6;
	background: #fff;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.jvrk-related-card:hover {
	transform: translateY(-3px);
	border-color: #f28c00;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.jvrk-related-image {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #fff;
}

.jvrk-related-image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

.jvrk-related-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.1rem;
}

.jvrk-related-title {
	margin: 0 0 0.55rem;
	font-size: 1.05rem;
	line-height: 1.3;
}

.jvrk-related-title a {
	color: inherit;
	text-decoration: none;
}

.jvrk-related-sku {
	margin: 0 0 1rem;
	color: #666;
	font-size: 0.88rem;
}

.jvrk-related-button {
	margin-top: auto !important;
}

.jvrk-related-all {
	margin: clamp(1.25rem, 2.5vw, 2rem) 0 0;
	text-align: center;
}

.jvrk-category-button,
.woocommerce .jvrk-category-button.button {
	display: inline-flex !important;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0.7em 1.3em !important;
	border: 1px solid #f28c00 !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: #e78200 !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

.jvrk-category-button:hover,
.jvrk-category-button:focus,
.woocommerce .jvrk-category-button.button:hover,
.woocommerce .jvrk-category-button.button:focus {
	background: #fff7eb !important;
	color: #c66f00 !important;
}

.jvrk-add-box form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65em;
	align-items: center;
}

.jvrk-quantity {
	width: 5.5em;
}

.jvrk-quantity,
.jvrk-add-button {
	box-sizing: border-box !important;
	height: 3.25rem !important;
	min-height: 3.25rem !important;
}

.jvrk-quantity {
	padding-top: 0.65rem !important;
	padding-bottom: 0.65rem !important;
	line-height: 1.2 !important;
}

.jvrk-add-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding-top: 0.65rem !important;
	padding-bottom: 0.65rem !important;
	line-height: 1.2 !important;
}

.jvrk-note {
	margin: 0.75em 0 0;
}

.jvrk-table {
	border-collapse: separate !important;
	border-spacing: 0;
	border: 1px solid #e1e1e1 !important;
	border-radius: 5px;
	overflow: hidden;
}

.jvrk-table th {
	background: #f7f7f7;
}

.jvrk-table td,
.jvrk-table th {
	vertical-align: middle !important;
}

.jvrk-list-product {
	display: flex;
	align-items: center;
	gap: 14px;
}

.jvrk-list-image {
	display: flex;
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
	align-items: center;
	justify-content: center;
	border: 1px solid #ececec;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
}

.jvrk-list-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
}

.jvrk-list-name {
	font-weight: 700;
	line-height: 1.35;
}

.jvrk-quantity-control {
	display: inline-grid;
	grid-template-columns: 38px 58px 38px;
	align-items: stretch;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
}

.jvrk-quantity-control .jvrk-quantity {
	width: 58px;
	height: 40px !important;
	min-height: 40px !important;
	padding: 4px !important;
	border: 0 !important;
	border-right: 1px solid #e3e3e3 !important;
	border-left: 1px solid #e3e3e3 !important;
	border-radius: 0 !important;
	text-align: center;
	box-shadow: none !important;
	-moz-appearance: textfield;
}

.jvrk-quantity-control .jvrk-quantity::-webkit-outer-spin-button,
.jvrk-quantity-control .jvrk-quantity::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.jvrk-quantity-step {
	appearance: none;
	width: 38px;
	min-width: 38px;
	height: 40px;
	padding: 0;
	border: 0;
	background: #fff;
	color: #222;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.jvrk-quantity-step:hover,
.jvrk-quantity-step:focus-visible {
	background: #f28c00;
	color: #fff;
}

.jvrk-remove {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 10px;
	border: 0;
	background: transparent;
	color: #555;
	font: inherit;
	font-size: 0.92em;
	cursor: pointer;
}

.jvrk-remove:hover,
.jvrk-remove:focus-visible {
	color: #c44732;
}

.jvrk-trash {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 16px;
	border: 2px solid currentColor;
	border-top: 0;
	border-radius: 0 0 2px 2px;
}

.jvrk-trash::before {
	position: absolute;
	top: -4px;
	left: -3px;
	width: 16px;
	height: 2px;
	background: currentColor;
	content: '';
}

.jvrk-trash::after {
	position: absolute;
	top: -7px;
	left: 3px;
	width: 6px;
	height: 3px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 2px 2px 0 0;
	content: '';
}

.jvrk-list-row.is-updating {
	opacity: 0.58;
	pointer-events: none;
}

.jvrk-list-row.is-removing {
	opacity: 0;
	transform: translateX(15px);
}

.jvrk-list-row {
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.jvrk-list-status {
	min-height: 1.5em;
	margin: 0.65em 0 0;
	color: #4f6e33;
	font-size: 0.9em;
}

.jvrk-list-status.is-error {
	color: #b32d2e;
}

.jvrk-list-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
	align-items: center;
}

.jvrk-back-products,
.jvrk-list-actions .jvrk-back-products {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0.65em 1.2em;
	border: 1px solid #f28c00 !important;
	border-radius: 4px;
	background: #fff !important;
	color: #f28c00 !important;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none !important;
	box-shadow: none;
}

.jvrk-back-products:hover,
.jvrk-back-products:focus {
	background: #fff7eb !important;
	color: #d97800 !important;
}

.jvrk-inquiry-form {
	margin-top: 2.25em;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	background: #f8f8f8;
}

.jvrk-inquiry-form h2 {
	margin-top: 0;
}

.jvrk-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 1.25em;
}

.jvrk-inquiry-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35em;
}

.jvrk-inquiry-form input,
.jvrk-inquiry-form textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	background: #fff;
}

.jvrk-inquiry-form input {
	min-height: 48px;
	padding: 10px 13px;
}

.jvrk-inquiry-form textarea {
	padding: 12px 13px;
}

.jvrk-inquiry-form input:focus,
.jvrk-inquiry-form textarea:focus {
	border-color: #f28c00;
	outline: 2px solid rgba(242, 140, 0, 0.16);
	outline-offset: 0;
}

.jvrk-inquiry-form textarea {
	resize: vertical;
}

.jvrk-privacy {
	font-size: 0.92em;
}

.jvrk-send-button,
.woocommerce .jvrk-send-button.button {
	display: inline-flex !important;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	margin-top: 10px !important;
	padding: 0.8em 1.7em !important;
	border: 1px solid #f28c00 !important;
	border-radius: 4px !important;
	background: #f28c00 !important;
	color: #fff !important;
	font-weight: 700 !important;
}

.jvrk-send-button:hover,
.jvrk-send-button:focus,
.woocommerce .jvrk-send-button.button:hover,
.woocommerce .jvrk-send-button.button:focus {
	border-color: #d97800 !important;
	background: #d97800 !important;
	color: #fff !important;
}

.jvrk-list-is-enhanced .jvrk-update-button {
	display: none !important;
}

.jvrk-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 600px) {
	.jvrk-product-detail {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.jvrk-product-content {
		padding-top: 0;
	}

	.jvrk-add-box form {
		align-items: flex-start;
		flex-direction: column;
	}

	.jvrk-add-button {
		width: auto;
	}

	.jvrk-form-grid {
		grid-template-columns: 1fr;
	}

	.jvrk-table,
	.jvrk-table tbody {
		display: block !important;
		border: 0 !important;
		background: transparent !important;
	}

	.jvrk-table thead {
		display: none !important;
	}

	.jvrk-table .jvrk-list-row {
		display: grid !important;
		grid-template-columns: 1fr auto;
		gap: 10px 14px;
		margin: 0 0 14px;
		padding: 14px;
		border: 1px solid #e1e1e1 !important;
		border-radius: 6px;
		background: #fff;
	}

	.jvrk-table .jvrk-list-row td {
		display: block !important;
		padding: 0 !important;
		border: 0 !important;
		text-align: left !important;
	}

	.jvrk-table .jvrk-list-row td::before {
		display: block;
		float: none !important;
		margin: 0 0 3px;
		color: #666;
		font-size: 0.78rem;
		font-weight: 600;
		content: attr(data-title);
	}

	.jvrk-table .jvrk-list-row td:first-child {
		grid-column: 1 / -1;
	}

	.jvrk-table .jvrk-list-row td:first-child::before,
	.jvrk-table .jvrk-list-row td:last-child::before {
		display: none;
	}

	.jvrk-table .jvrk-list-row td:nth-child(2) {
		grid-column: 1 / -1;
		padding-left: 84px !important;
	}

	.jvrk-list-image {
		flex-basis: 70px;
	}

	.jvrk-table .jvrk-list-row td:nth-child(3) {
		align-self: end;
	}

	.jvrk-table .jvrk-list-row td:last-child {
		align-self: end;
		justify-self: end;
	}

	.jvrk-list-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.jvrk-back-products,
	.jvrk-send-button,
	.woocommerce .jvrk-send-button.button {
		width: 100%;
	}

	.jvrk-inquiry-form {
		padding: 1.15rem;
	}

	.jvrk-related-grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 601px) and (max-width: 980px) {
	.jvrk-product-detail {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.jvrk-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* FLEXI product catalogue. */
.jvrk-catalog {
	--jvrk-accent: #f28c00;
	--jvrk-border: #d9d9d9;
	--jvrk-text: #222;
	color: var(--jvrk-text);
	margin-top: -18px;
}

.jvrk-category-tabs {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 28px;
}

.jvrk-category-tab {
	appearance: none;
	box-sizing: border-box;
	min-width: 0;
	min-height: 136px;
	padding: 16px 8px 13px;
	border: 1px solid var(--jvrk-border);
	border-radius: 3px;
	background: #fff;
	color: var(--jvrk-text);
	font: inherit;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.jvrk-category-tab:hover,
.jvrk-category-tab:focus-visible {
	border-color: var(--jvrk-accent);
	color: var(--jvrk-accent);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.jvrk-category-tab.is-active {
	border: 2px solid var(--jvrk-accent);
	padding: 15px 7px 12px;
	color: var(--jvrk-accent);
	box-shadow: 0 4px 18px rgba(242, 140, 0, 0.14);
}

.jvrk-category-icon {
	display: block;
	width: 75px;
	height: 75px;
	margin: 0 auto 8px;
	object-fit: contain;
}

.jvrk-category-icon-all {
	display: flex;
	align-items: center;
	justify-content: center;
}

.jvrk-category-icon-all svg {
	width: 58px;
	height: 58px;
	fill: currentColor;
}

.jvrk-category-label {
	display: block;
	overflow-wrap: anywhere;
}

.jvrk-catalog-toolbar {
	display: grid;
	grid-template-columns: minmax(250px, 1fr) auto auto;
	gap: 16px;
	align-items: center;
	margin-bottom: 24px;
}

.jvrk-catalog-search input,
.jvrk-catalog-sort select {
	box-sizing: border-box;
	height: 44px;
	margin: 0;
	border: 1px solid var(--jvrk-border);
	border-radius: 3px;
	background-color: #fff;
	color: var(--jvrk-text);
	font-size: 15px;
}

.jvrk-catalog-search input {
	width: 100%;
	padding: 0 14px;
}

.jvrk-catalog-search input:focus,
.jvrk-catalog-sort select:focus {
	border-color: var(--jvrk-accent);
	outline: 2px solid rgba(242, 140, 0, 0.18);
	outline-offset: 0;
}

.jvrk-catalog-sort {
	display: flex;
	gap: 8px;
	align-items: center;
	white-space: nowrap;
}

.jvrk-catalog-sort select {
	padding: 0 34px 0 10px;
}

.jvrk-catalog-count {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.jvrk-catalog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.jvrk-catalog-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--jvrk-border);
	border-radius: 3px;
	background: #fff;
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.jvrk-catalog-card:hover {
	border-color: var(--jvrk-accent);
	box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.jvrk-catalog-card:focus-within {
	border-color: var(--jvrk-accent);
	box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.jvrk-catalog-card-image,
.jvrk-catalog-card-title a,
.jvrk-catalog-card-content {
	cursor: pointer;
}

.jvrk-catalog-add,
.jvrk-catalog-add * {
	cursor: auto;
}

.jvrk-catalog-add-button,
.woocommerce .jvrk-catalog-add-button.button {
	cursor: pointer;
}

.jvrk-catalog-card[hidden] {
	display: none !important;
}

.jvrk-catalog-card-image {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border-bottom: 1px solid #ededed;
	background: #fff;
}

.jvrk-catalog-card-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
}

.jvrk-catalog-card-content {
	display: flex;
	box-sizing: border-box;
	flex: 1;
	flex-direction: column;
	padding: 16px;
}

.jvrk-catalog-card-title {
	margin: 0 0 9px !important;
	padding: 0 !important;
	font-size: 17px !important;
	line-height: 1.35 !important;
}

.jvrk-catalog-card-title a {
	color: var(--jvrk-text);
	text-decoration: none;
}

.jvrk-catalog-card-title a:hover,
.jvrk-catalog-card-title a:focus {
	color: var(--jvrk-accent);
}

.jvrk-catalog-card-sku {
	margin: auto 0 13px;
	padding-top: 4px;
	font-size: 13px;
	line-height: 1.35;
}

.jvrk-catalog-add {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 8px;
	margin: 0;
}

.jvrk-catalog-quantity,
.jvrk-catalog-add-button,
.woocommerce .jvrk-catalog-add-button.button {
	box-sizing: border-box;
	height: 42px;
	margin: 0 !important;
}

.jvrk-catalog-quantity {
	width: 58px;
	padding: 4px 5px;
	border: 1px solid var(--jvrk-border);
	border-radius: 3px;
	text-align: center;
}

.jvrk-catalog-add-button,
.woocommerce .jvrk-catalog-add-button.button {
	display: inline-flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	padding: 7px 10px !important;
	border: 1px solid var(--jvrk-accent) !important;
	border-radius: 3px !important;
	background: var(--jvrk-accent) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	text-align: center;
	white-space: normal;
}

.jvrk-catalog-add-button:hover,
.jvrk-catalog-add-button:focus,
.woocommerce .jvrk-catalog-add-button.button:hover,
.woocommerce .jvrk-catalog-add-button.button:focus {
	border-color: #d97800 !important;
	background: #d97800 !important;
	color: #fff !important;
}

.jvrk-catalog-empty {
	margin: 28px 0 0;
	padding: 18px;
	border: 1px solid var(--jvrk-border);
	background: #f8f8f8;
	text-align: center;
}

@media (max-width: 1180px) {
	.jvrk-category-tabs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.jvrk-catalog-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.jvrk-catalog {
		margin-top: -14px;
	}

	.jvrk-category-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin-bottom: 20px;
	}

	.jvrk-category-tab {
		min-height: 104px;
		padding: 10px 6px 8px;
		font-size: 14px;
	}

	.jvrk-category-tab.is-active {
		padding: 9px 5px 7px;
	}

	.jvrk-category-icon {
		width: 56px;
		height: 56px;
		margin-bottom: 5px;
	}

	.jvrk-catalog-toolbar {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 9px 12px;
		margin-bottom: 18px;
	}

	.jvrk-catalog-search {
		grid-column: 1 / -1;
	}

	.jvrk-catalog-sort {
		min-width: 0;
		justify-content: flex-start;
	}

	.jvrk-catalog-sort select {
		min-width: 0;
		max-width: min(72%, 220px);
	}

	.jvrk-catalog-count {
		align-self: center;
		text-align: right;
	}

	.jvrk-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.jvrk-catalog-card-content {
		padding: 12px;
	}

	.jvrk-catalog-card-title {
		font-size: 15px !important;
	}

	.jvrk-catalog-add {
		grid-template-columns: 50px minmax(0, 1fr);
		gap: 6px;
	}

	.jvrk-catalog-quantity {
		width: 50px;
	}

	.jvrk-catalog-add-button,
	.woocommerce .jvrk-catalog-add-button.button {
		font-size: 12px !important;
	}
}

@media (max-width: 480px) {
	.jvrk-catalog-grid {
		grid-template-columns: 1fr;
	}

	.jvrk-catalog-card-title {
		font-size: 17px !important;
	}

	.jvrk-catalog-card-image {
		padding: 18px;
	}
}
