body.bp-product-layout-spec .bpv-print-side {
	display: none !important;
}

/* Spec product layout */
body.bp-product-layout-spec.single-product .container-wrap {
	background: #ffffff;
}

body.bp-product-layout-spec.single-product .container-wrap .container,
body.bp-product-layout-spec.single-product .main-content,
body.bp-product-layout-spec.single-product .main-content > .row {
	width: min(94vw, 1360px) !important;
	max-width: 1360px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.bp-product-layout-spec.single-product .product {
	display: block;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding-top: 34px;
}

body.bp-product-layout-spec.single-product .bp-spec-shell {
	display: grid;
	grid-template-columns: minmax(380px, 42%) minmax(560px, 58%);
	column-gap: clamp(56px, 6.4vw, 110px);
	align-items: start;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

body.bp-product-layout-spec.single-product .bp-spec-shell__left,
body.bp-product-layout-spec.single-product .bp-spec-shell__right {
	min-width: 0;
}

body.bp-product-layout-spec.single-product .bp-spec-shell__left > .woocommerce-product-gallery,
body.bp-product-layout-spec.single-product .bp-spec-shell__left > .images {
	float: none !important;
	width: 100% !important;
	max-width: 520px;
	margin: 0 auto !important;
}

body.bp-product-layout-spec.single-product .bp-spec-shell__right > .summary.entry-summary {
	display: flow-root;
	float: none !important;
	width: 100% !important;
	max-width: 760px;
	margin: 0 !important;
	padding: 10px 0 0;
}

body.bp-product-layout-spec.single-product .product_title {
	max-width: 620px;
	margin-bottom: 8px;
	color: #111827;
	font-size: clamp(34px, 3.2vw, 48px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: 0;
}

body.bp-product-layout-spec.single-product div.product p.price,
body.bp-product-layout-spec.single-product div.product span.price {
	display: none;
	margin-bottom: 0;
	color: #4b5563;
	font-size: 22px;
	font-weight: 500;
}

body.bp-product-layout-spec.single-product .woocommerce-product-details__short-description {
	display: block;
	max-width: 690px;
	margin: 0 0 22px;
	color: #333333;
	font-size: 17px;
	line-height: 1.28;
}

/* Color palette under image */
body.bp-product-layout-spec.single-product .bp-spec-shell__left > .bp-spec-media-options {
	width: 100%;
	max-width: 540px;
	margin: 26px auto 0;
	padding: 18px 20px;
	border-radius: 2px;
	background: #fafafa;
}

body.bp-product-layout-spec .bp-spec-color-label {
	margin: 0 0 10px;
	color: #6b7280;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}

body.bp-product-layout-spec .bp-spec-color-label::first-letter {
	color: #111827;
}

body.bp-product-layout-spec .bp-spec-media-options .bp-variation-row {
	display: block;
	margin: 0 !important;
}

body.bp-product-layout-spec .bp-spec-media-options .bp-variation-picker--image,
body.bp-product-layout-spec .bp-spec-media-options .bp-variation-picker--color,
body.bp-product-layout-spec .bp-spec-media-options .bp-variation-picker--text {
	display: grid;
	grid-template-columns: repeat(auto-fill, 28px);
	gap: 10px;
	max-width: 100%;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

body.bp-product-layout-spec .bp-spec-media-options .bp-variation-option {
	width: 28px;
	min-width: 28px;
	min-height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.bp-product-layout-spec .bp-spec-media-options .bp-variation-option:hover,
body.bp-product-layout-spec .bp-spec-media-options .bp-variation-option:focus-visible,
body.bp-product-layout-spec .bp-spec-media-options .bp-variation-option.is-selected {
	background: transparent;
	box-shadow: none;
	transform: none;
}

body.bp-product-layout-spec .bp-spec-media-options .bp-variation-option__image,
body.bp-product-layout-spec .bp-spec-media-options .bp-variation-option__swatch {
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(17, 24, 39, 0.16);
	border-radius: 5px;
	background: var(--bp-spec-swatch-color, #d1d5db);
	box-shadow: 0 1px 3px rgba(17, 24, 39, 0.12);
}

body.bp-product-layout-spec .bp-spec-media-options .bp-variation-option__image img {
	opacity: 0;
}

body.bp-product-layout-spec .bp-spec-media-options .bp-variation-option.is-selected .bp-variation-option__image,
body.bp-product-layout-spec .bp-spec-media-options .bp-variation-option.is-selected .bp-variation-option__swatch {
	border-color: #ffffff;
	box-shadow: 0 0 0 2px #2f6fa7, 0 2px 5px rgba(17, 24, 39, 0.18);
}

body.bp-product-layout-spec .bp-spec-media-options .bp-variation-option__label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

/* Pricing tables */
body.bp-product-layout-spec .bp-pricing-tables {
	width: 100%;
	max-width: 760px;
	margin: 18px 0 10px;
}

body.bp-product-layout-spec .bp-pricing-section {
	margin: 0 0 22px;
}

body.bp-product-layout-spec .bp-pricing-section h3 {
	margin: 0 0 10px;
	color: #222222;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}

body.bp-product-layout-spec .bp-pricing-tables--acf h2,
body.bp-product-layout-spec .bp-pricing-tables--acf h3 {
	margin: 0 0 10px;
	color: #222222;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}

body.bp-product-layout-spec .bp-pricing-tables--acf .bp-pricing-table + h2,
body.bp-product-layout-spec .bp-pricing-tables--acf .bp-pricing-table + h3 {
	margin-top: 20px;
}

body.bp-product-layout-spec .bp-pricing-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	color: #111827;
	font-size: 13px;
	line-height: 1.2;
	table-layout: auto;
}

body.bp-product-layout-spec .bp-pricing-table th {
	padding: 5px 8px;
	border: 0;
	background: #d7e8ef;
	color: #111827;
	font-weight: 800;
	text-align: left;
	white-space: nowrap;
}

body.bp-product-layout-spec .bp-pricing-table td {
	padding: 4px 8px;
	border: 0;
	color: #111827;
	text-align: left;
	white-space: nowrap;
}

body.bp-product-layout-spec .bp-pricing-tables--json .bp-pricing-section {
	display: none;
}

body.bp-product-layout-spec .bp-pricing-tables--json .bp-pricing-section.is-active {
	display: block;
}

body.bp-product-layout-spec .bp-pricing-tables--json tr.is-active-size td {
	background: #f4f9fd;
	font-weight: 800;
}

/* Spec content */
body.bp-product-layout-spec .bp-spec-panel {
	max-width: 720px;
	margin: 8px 0 24px;
	padding: 0;
}

body.bp-product-layout-spec .bp-spec-panel h3 {
	margin: 0 0 8px;
	color: #111827;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

body.bp-product-layout-spec .bp-spec-panel__download {
	display: inline-block;
	margin: 0 0 16px;
	color: #2f6fa7;
	font-size: 13px;
	font-style: italic;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: underline;
}

body.bp-product-layout-spec .bp-spec-panel__content,
body.bp-product-layout-spec .bp-spec-panel__content p,
body.bp-product-layout-spec .bp-spec-panel__content li {
	color: #374151;
	font-size: 14px;
	line-height: 1.45;
}

body.bp-product-layout-spec .summary.entry-summary > .cart {
	max-width: 720px;
}

body.bp-product-layout-spec .bp-spec-panel__content ul {
	margin: 0 0 8px 1.1em;
}

body.bp-product-layout-spec .bp-spec-panel__content table {
	width: 100%;
	margin: 10px 0 18px;
	border-collapse: collapse;
	font-size: 12px;
}

body.bp-product-layout-spec .bp-spec-panel__content th {
	background: #e9f2f4;
	color: #111827;
	font-weight: 800;
}

body.bp-product-layout-spec .bp-spec-panel__content th,
body.bp-product-layout-spec .bp-spec-panel__content td {
	padding: 5px 7px;
	border: 0;
	text-align: left;
}

/* Choice groups in spec layout */
body.bp-product-layout-spec .variations_form.cart table.variations {
	display: none;
}

body.bp-product-layout-spec .bp-spec-choice-stack {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 0 0 18px;
}

body.bp-product-layout-spec .bp-print-side-wrap {
	display: grid;
	gap: 12px;
	max-width: 720px;
	margin: 0 0 22px;
}

body.bp-product-layout-spec .bp-print-side-control {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
	padding: 2px 0 14px;
	border-bottom: 3px solid #b8d8f4;
}

body.bp-product-layout-spec .bp-print-side-option {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #333333;
	font-family: inherit;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
}

body.bp-product-layout-spec .bp-print-side-option__dot {
	position: relative;
	display: inline-flex;
	width: 18px;
	height: 18px;
	border: 2px solid #8a8f98;
	border-radius: 999px;
	background: #ffffff;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.bp-product-layout-spec .bp-print-side-option__dot:after {
	content: "";
	position: absolute;
	inset: 3px;
	border-radius: inherit;
	background: #0b72e7;
	opacity: 0;
	transform: scale(0.55);
	transition: opacity 160ms ease, transform 160ms ease;
}

body.bp-product-layout-spec .bp-print-side-option:hover .bp-print-side-option__dot,
body.bp-product-layout-spec .bp-print-side-option:focus-visible .bp-print-side-option__dot,
body.bp-product-layout-spec .bp-print-side-option.is-selected .bp-print-side-option__dot {
	border-color: #0b72e7;
	box-shadow: 0 0 0 3px rgba(11, 114, 231, 0.14);
}

body.bp-product-layout-spec .bp-print-side-option.is-selected .bp-print-side-option__dot:after {
	opacity: 1;
	transform: scale(1);
}

body.bp-product-layout-spec .bp-print-side-option:focus-visible {
	outline: none;
}

body.bp-product-layout-spec .bp-spec-selected-price {
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
	width: fit-content;
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid rgba(47, 111, 167, 0.16);
	border-radius: 999px;
	background: #f4f9fd;
	color: #6b7280;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

body.bp-product-layout-spec .bp-spec-selected-price strong {
	color: #111827;
	font-size: 18px;
	font-weight: 800;
}

body.bp-product-layout-spec .bp-spec-selected-price em {
	color: #6b7280;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

body.bp-product-layout-spec .bp-variation-row {
	display: block;
	margin: 0 !important;
}

body.bp-product-layout-spec .bp-variation-row > .value {
	display: block;
	padding: 0;
}

body.bp-product-layout-spec .bp-variation-row--single {
	display: none;
}

body.bp-product-layout-spec .bp-variation-picker--size .bp-variation-option {
	min-width: 48px;
	min-height: 38px;
	padding: 8px 14px;
}

body.bp-product-layout-spec .bp-spec-choice-stack .bp-variation-picker--image {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(46px, 1fr));
	gap: 8px;
	max-width: 430px;
	padding: 10px;
	border-radius: 16px;
	background: #f8fafc;
}

body.bp-product-layout-spec .bp-spec-choice-stack .bp-variation-picker--image .bp-variation-option {
	width: auto;
	min-height: 46px;
}

body.bp-product-layout-spec .bp-spec-choice-stack .bp-variation-picker--image .bp-variation-option__image {
	width: 34px;
	height: 34px;
	border-radius: 9px;
}

body.bp-product-layout-spec .bp-spec-choice-stack .bp-variation-picker--image .bp-variation-option__label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

/* Order action */
body.bp-product-layout-spec .woocommerce div.product form.cart .woocommerce-variation-add-to-cart,
body.bp-product-layout-spec.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	gap: 14px !important;
	width: min(100%, 370px) !important;
	max-width: 370px !important;
	margin-top: 26px;
}

body.bp-product-layout-spec .woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity,
body.bp-product-layout-spec.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity {
	flex: 0 0 118px !important;
	width: 118px !important;
	min-width: 118px !important;
	height: 56px !important;
	min-height: 56px !important;
	margin: 0 !important;
	border-radius: 999px !important;
}

body.bp-product-layout-spec .woocommerce div.product form.cart .single_add_to_cart_button,
body.bp-product-layout-spec.woocommerce-page div.product form.cart .single_add_to_cart_button {
	display: inline-flex !important;
	flex: 1 1 auto !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 56px !important;
	min-height: 56px !important;
	margin: 0 !important;
	padding: 0 28px !important;
	border-radius: 999px !important;
	background-color: #4d90c2 !important;
	color: #ffffff !important;
	font-size: 0 !important;
	line-height: 56px !important;
	text-align: center !important;
	white-space: nowrap !important;
}

body.bp-product-layout-spec .woocommerce div.product form.cart .single_add_to_cart_button:before,
body.bp-product-layout-spec.woocommerce-page div.product form.cart .single_add_to_cart_button:before {
	content: "Start Order";
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

body.bp-product-layout-spec .product_meta {
	margin-top: 18px;
	color: #4b5563;
	font-size: 14px;
}

body.bp-product-layout-spec .woocommerce-tabs {
	display: none;
}

body.bp-product-layout-spec .related.products,
body.bp-product-layout-spec .up-sells.products,
body.bp-product-layout-spec .upsells.products {
	display: none !important;
}

@media only screen and (max-width: 999px) {
	body.bp-product-layout-spec.single-product .product {
		padding-top: 18px;
	}

	body.bp-product-layout-spec.single-product .bp-spec-shell {
		display: block;
	}

	body.bp-product-layout-spec.single-product .bp-spec-shell__left > .woocommerce-product-gallery,
	body.bp-product-layout-spec.single-product .bp-spec-shell__left > .images,
	body.bp-product-layout-spec.single-product .bp-spec-shell__left > .bp-spec-media-options,
	body.bp-product-layout-spec.single-product .bp-spec-shell__right > .summary.entry-summary {
		max-width: 100%;
	}

	body.bp-product-layout-spec.single-product .product_title {
		font-size: 36px;
		line-height: 1.05;
	}

	body.bp-product-layout-spec .bp-pricing-tables {
		overflow-x: auto;
		padding-bottom: 6px;
	}

	body.bp-product-layout-spec .bp-pricing-table {
		min-width: 680px;
	}
}
