/**
 * Comtop single product page
 * Visual source: docs/html/product.html
 */

body.single-product.comtop-opendesign-product {
	--ct-bg: #f8fafc;
	--ct-surface: #fff;
	--ct-surface-soft: #f1f4f7;
	--ct-fg: #202c3c;
	--ct-muted: #687386;
	--ct-border: #dee5ec;
	--ct-navy: #00112b;
	--ct-navy-soft: #28466e;
	--ct-accent: #f58220;
	--ct-accent-dark: #d66c16;
	--ct-focus: #f9b77f;
	--ct-shadow: 0 18px 45px rgba(18, 40, 75, 0.14);
	--ct-title-font: "Avenir Next", "Söhne", var(--wd-title-font), system-ui, sans-serif;
	background: var(--ct-bg);
	color: var(--ct-fg);
}

body.single-product.comtop-opendesign-product .main-page-wrapper {
	padding-top: 28px;
	background: var(--ct-bg);
}

body.single-product.comtop-opendesign-product .main-page-wrapper .container {
	max-width: 1270px;
}

body.single-product.comtop-opendesign-product .single-breadcrumbs-wrapper {
	margin-bottom: 22px;
}

body.single-product.comtop-opendesign-product .single-breadcrumbs-wrapper .woocommerce-breadcrumb,
body.single-product.comtop-opendesign-product .single-breadcrumbs-wrapper a {
	color: var(--ct-muted);
	font-size: 13px;
}

body.single-product.comtop-opendesign-product .single-breadcrumbs-wrapper a:hover {
	color: var(--ct-accent);
}

body.single-product.comtop-opendesign-product .single-product-page {
	padding-top: 20px;
	background: #fff;
}

body.single-product.comtop-opendesign-product .product-image-summary-wrap {
	padding-bottom: 36px;
}

body.single-product.comtop-opendesign-product .product-image-summary-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 58px;
	align-items: start;
}

body.single-product.comtop-opendesign-product .product-image-summary-inner > .product-images,
body.single-product.comtop-opendesign-product .product-image-summary-inner > .summary {
	grid-column: auto;
	min-width: 0;
	width: auto;
}

body.single-product.comtop-opendesign-product .woocommerce-product-gallery {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
}

body.single-product.comtop-opendesign-product .wd-gallery-images {
	min-width: 0;
	border: 1px solid var(--ct-border);
	background: #f4f5f8;
}

body.single-product.comtop-opendesign-product .wd-gallery-images .woocommerce-product-gallery__image a {
	display: grid;
	place-items: center;
	min-height: 0;
	aspect-ratio: 700 / 450;
}

body.single-product.comtop-opendesign-product .wd-gallery-images .woocommerce-product-gallery__image img {
	width: 100%;
	height: 100%;
	max-height: 520px;
	object-fit: contain;
	mix-blend-mode: normal;
}

body.single-product.comtop-opendesign-product .product-labels {
	display: none;
}

body.single-product.comtop-opendesign-product .product-additional-galleries {
	top: 16px;
	right: 16px;
	bottom: auto;
}

body.single-product.comtop-opendesign-product .product-additional-galleries a {
	width: 44px;
	height: 44px;
	border: 1px solid var(--ct-border);
	border-radius: 0;
	background: var(--ct-surface);
	color: var(--ct-navy);
}

body.single-product.comtop-opendesign-product .wd-gallery-thumb {
	order: 2;
}

body.single-product.comtop-opendesign-product .wd-gallery-thumb .wd-carousel-wrap {
	gap: 13px;
}

body.single-product.comtop-opendesign-product .wd-gallery-thumb .wd-carousel-item {
	width: 92px;
	min-width: 92px;
	height: 76px;
	border: 1px solid var(--ct-border);
	background: var(--ct-surface);
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

body.single-product.comtop-opendesign-product .wd-gallery-thumb .wd-carousel-item:hover,
body.single-product.comtop-opendesign-product .wd-gallery-thumb .wd-thumb-active {
	border-color: var(--ct-accent);
	box-shadow: 0 0 0 2px rgba(245, 130, 32, 0.18);
}

body.single-product.comtop-opendesign-product .wd-gallery-thumb img {
	width: 100%;
	height: 74px;
	padding: 6px;
	object-fit: contain;
}

body.single-product.comtop-opendesign-product .summary-inner {
	margin-bottom: 0;
}

body.single-product.comtop-opendesign-product .comtop-product-summary {
	display: grid;
	gap: 13px;
	min-width: 0;
}

body.single-product.comtop-opendesign-product .comtop-product-sku {
	width: fit-content;
	min-height: 30px;
	display: inline-flex;
	align-items: center;
	padding: 0 14px;
	border: 1px solid var(--ct-border);
	background: var(--ct-surface);
	color: var(--ct-navy-soft);
	font-size: 12px;
	font-weight: 800;
}

body.single-product.comtop-opendesign-product .product_title {
	margin: 0;
	color: #0b2240;
	font-family: var(--ct-title-font);
	font-size: clamp(23px, 1.85vw, 28px);
	font-weight: 850;
	line-height: 1.18;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

body.single-product.comtop-opendesign-product .comtop-product-specs {
	width: 100%;
	overflow-x: auto;
}

body.single-product.comtop-opendesign-product .comtop-product-specs table {
	width: 100%;
	margin: 0;
	border: 1px solid var(--ct-border);
	border-collapse: collapse;
	table-layout: fixed;
	background: var(--ct-surface);
}

body.single-product.comtop-opendesign-product .comtop-product-specs th,
body.single-product.comtop-opendesign-product .comtop-product-specs td {
	height: 48px;
	padding: 11px 16px;
	border-right: 1px solid var(--ct-border);
	border-bottom: 1px solid var(--ct-border);
	font-size: 14px;
	line-height: 1.25;
}

body.single-product.comtop-opendesign-product .comtop-product-specs tr > :last-child {
	border-right: 0;
}

body.single-product.comtop-opendesign-product .comtop-product-specs tbody tr:last-child > * {
	border-bottom: 0;
}

body.single-product.comtop-opendesign-product .comtop-product-specs thead th {
	background: #f1f2f4;
	color: #2d2f33;
	font-weight: 850;
	text-align: center;
}

body.single-product.comtop-opendesign-product .comtop-product-specs th:first-child {
	width: 70%;
}

body.single-product.comtop-opendesign-product .comtop-product-specs tbody th {
	color: var(--ct-navy);
	font-weight: 850;
	text-align: left;
}

body.single-product.comtop-opendesign-product .comtop-product-specs tbody td {
	color: #555b64;
	text-align: center;
}

body.single-product.comtop-opendesign-product .comtop-product-rating {
	min-height: 20px;
}

body.single-product.comtop-opendesign-product .comtop-product-rating .star-rating {
	color: #ff8a00;
	font-size: 18px;
	letter-spacing: 1px;
}

body.single-product.comtop-opendesign-product .woocommerce-product-details__short-description {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ct-fg);
	font-size: 14px;
}

body.single-product.comtop-opendesign-product .woocommerce-product-details__short-description p {
	margin: 0;
}

body.single-product.comtop-opendesign-product .comtop-product-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid var(--ct-border);
	background: var(--ct-surface);
}

body.single-product.comtop-opendesign-product .comtop-product-benefit {
	min-height: 68px;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-right: 1px solid var(--ct-border);
}

body.single-product.comtop-opendesign-product .comtop-product-benefit:last-child {
	border-right: 0;
}

body.single-product.comtop-opendesign-product .comtop-product-benefit > .dashicons {
	width: 30px;
	height: 30px;
	color: var(--ct-navy);
	font-size: 30px;
}

body.single-product.comtop-opendesign-product .comtop-product-benefit strong {
	display: block;
	color: var(--ct-navy);
	font-size: 12px;
	font-weight: 900;
	line-height: 1.18;
}

body.single-product.comtop-opendesign-product .comtop-product-benefit div span {
	display: block;
	margin-top: 3px;
	color: var(--ct-muted);
	font-size: 11px;
	line-height: 1.2;
}

body.single-product.comtop-opendesign-product .comtop-quote-contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: var(--ct-navy);
	font-size: 12px;
	font-weight: 800;
}

body.single-product.comtop-opendesign-product .comtop-quote-contact .dashicons {
	width: 14px;
	height: 14px;
	font-size: 14px;
}

body.single-product.comtop-opendesign-product .comtop-quote-contact a {
	color: var(--ct-navy);
	font-weight: 900;
}

body.single-product.comtop-opendesign-product .comtop-quote-contact a:hover {
	color: var(--ct-accent);
}

body.single-product.comtop-opendesign-product .comtop-product-configurator {
	padding: 14px;
	border: 1px solid var(--ct-border);
	background: var(--ct-surface);
}

body.single-product.comtop-opendesign-product .comtop-product-configurator .single_add_to_cart_button,
body.single-product.comtop-opendesign-product .comtop-product-configurator .single_add_to_cart_button.disabled {
	display: none !important;
}

body.single-product.comtop-opendesign-product .comtop-product-configurator table {
	margin-bottom: 0;
}

body.single-product.comtop-opendesign-product .comtop-product-tools {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	scroll-margin-top: 120px;
}

body.single-product.comtop-opendesign-product .comtop-primary-quote,
body.single-product.comtop-opendesign-product .comtop-primary-quote .yith-ywraq-add-to-quote {
	display: flex;
	margin: 0;
}

body.single-product.comtop-opendesign-product .comtop-primary-quote .add-request-quote-button,
body.single-product.comtop-opendesign-product .comtop-primary-quote .comtop-quote-fallback {
	min-width: 188px;
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 28px;
	border: 1px solid var(--ct-accent) !important;
	border-radius: 0;
	background: var(--ct-accent) !important;
	color: #fff !important;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.single-product.comtop-opendesign-product .comtop-primary-quote .add-request-quote-button:hover,
body.single-product.comtop-opendesign-product .comtop-primary-quote .comtop-quote-fallback:hover {
	border-color: var(--ct-accent-dark) !important;
	background: var(--ct-accent-dark) !important;
	box-shadow: 0 9px 20px rgba(245, 130, 32, .3);
	color: #fff !important;
	transform: translateY(-2px);
}

body.single-product.comtop-opendesign-product .comtop-primary-quote:has(.yith_ywraq_add_item_browse_message a) {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
}

body.single-product.comtop-opendesign-product .comtop-product-tools:has(.comtop-primary-quote .yith_ywraq_add_item_browse_message a) {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 180px);
	align-items: stretch;
}

body.single-product.comtop-opendesign-product .comtop-primary-quote .yith-ywraq-add-to-quote:has(.yith_ywraq_add_item_browse_message a) {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(160px, auto);
	gap: 10px;
	align-items: stretch;
}

body.single-product.comtop-opendesign-product .comtop-primary-quote .yith-ywraq-add-to-quote:has(.yith_ywraq_add_item_browse_message a) .yith_ywraq_add_item_response_message {
	min-width: 0;
	min-height: 50px;
	display: flex;
	align-items: center;
	margin: 0 !important;
	padding: 10px 12px 10px 44px !important;
	border: 1px solid #459647;
	background: #459647;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	overflow-wrap: normal;
	white-space: nowrap;
}

body.single-product.comtop-opendesign-product .comtop-primary-quote .yith_ywraq_add_item_response_message::before {
	left: 18px;
	top: 50%;
	color: #fff;
	transform: translateY(-50%);
}

body.single-product.comtop-opendesign-product .comtop-primary-quote .yith_ywraq_add_item_browse_message {
	min-width: 0;
	display: flex;
	margin: 0 !important;
}

body.single-product.comtop-opendesign-product .comtop-primary-quote .yith_ywraq_add_item_browse_message a {
	min-width: 160px;
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	border: 1px solid var(--ct-accent);
	background: var(--ct-accent);
	color: #fff;
	font-size: 13px !important;
	font-weight: 900;
	line-height: 1 !important;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

body.single-product.comtop-opendesign-product .comtop-primary-quote .yith_ywraq_add_item_browse_message a:hover {
	border-color: var(--ct-accent-dark);
	background: var(--ct-accent-dark);
	color: #fff;
}

body.single-product.comtop-opendesign-product .comtop-product-tools .wd-wishlist-btn {
	margin: 0;
}

body.single-product.comtop-opendesign-product .comtop-product-tools .wd-wishlist-btn > a {
	min-width: 210px;
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 24px;
	border: 1px solid var(--ct-border);
	color: var(--ct-navy);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

body.single-product.comtop-opendesign-product .comtop-product-tools .wd-wishlist-btn > a:hover {
	border-color: var(--ct-accent);
	color: var(--ct-accent);
}

body.single-product.comtop-opendesign-product .comtop-product-tools:has(.comtop-primary-quote .yith_ywraq_add_item_browse_message a) .wd-wishlist-btn,
body.single-product.comtop-opendesign-product .comtop-product-tools:has(.comtop-primary-quote .yith_ywraq_add_item_browse_message a) .wd-wishlist-btn > a {
	width: 100%;
	min-width: 0;
}

body.single-product.comtop-opendesign-product .comtop-product-tools:has(.comtop-primary-quote .yith_ywraq_add_item_browse_message a) .wd-wishlist-btn > a {
	padding-inline: 12px;
	white-space: nowrap;
}

body.single-product.comtop-opendesign-product .comtop-product-share .product-share {
	margin-top: 4px;
	color: var(--ct-navy);
}

body.single-product.comtop-opendesign-product .comtop-product-share .share-title,
body.single-product.comtop-opendesign-product .comtop-product-share a {
	color: var(--ct-navy);
}

body.single-product.comtop-opendesign-product .product-tabs-wrapper {
	border-top: 1px solid var(--ct-border);
	background: var(--ct-surface);
}

body.single-product.comtop-opendesign-product .product-tabs-inner {
	padding: 0 28px 32px;
}

body.single-product.comtop-opendesign-product .tabs-layout-tabs .tabs {
	justify-content: flex-start;
	margin-bottom: 24px;
	border-bottom: 1px solid var(--ct-border);
}

body.single-product.comtop-opendesign-product .tabs-layout-tabs .tabs li {
	margin: 0;
}

body.single-product.comtop-opendesign-product .tabs-layout-tabs .tabs li > a {
	min-height: 56px;
	display: inline-flex;
	align-items: center;
	padding: 0 22px;
	border-bottom: 3px solid transparent;
	color: #3c4653;
	font-size: 14px;
	font-weight: 900;
	white-space: nowrap;
}

body.single-product.comtop-opendesign-product .tabs-layout-tabs .tabs li.active > a,
body.single-product.comtop-opendesign-product .tabs-layout-tabs .tabs li > a:hover {
	border-bottom-color: var(--ct-accent);
	color: var(--ct-accent);
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel > h2,
body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel .wc-tab-inner > h2,
body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
	margin: 0 0 20px;
	color: var(--ct-navy);
	font-family: var(--ct-title-font);
	font-size: clamp(24px, 2.3vw, 32px);
	font-weight: 900;
	line-height: 1.12;
}

body.single-product.comtop-opendesign-product .related-products > h2 {
	margin: 0 0 16px;
	color: var(--ct-navy);
	font-family: var(--ct-title-font);
	font-size: clamp(24px, 2.3vw, 32px);
	font-weight: 900;
	line-height: 1.12;
}

body.single-product.comtop-opendesign-product .comtop-description-copy {
	padding: 0;
	border: 0;
	color: #555b64;
	font-size: 16px;
	line-height: 1.6;
}

body.single-product.comtop-opendesign-product .comtop-description-copy > p:first-child:has(strong) {
	margin: 0 0 30px;
	padding: 22px 26px;
	border-left: 4px solid var(--ct-accent);
	background: var(--ct-surface-soft);
	color: var(--ct-navy);
	font-family: var(--ct-title-font);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.35;
	text-transform: uppercase;
}

body.single-product.comtop-opendesign-product .comtop-description-copy > p:first-child:has(strong) strong {
	color: inherit;
	font-weight: inherit;
}

body.single-product.comtop-opendesign-product .comtop-description-copy > p:empty {
	display: none;
}

body.single-product.comtop-opendesign-product .comtop-description-copy ul,
body.single-product.comtop-opendesign-product .comtop-description-copy ol {
	margin: 0 0 30px;
	padding-left: 28px;
}

body.single-product.comtop-opendesign-product .comtop-description-copy li {
	margin-bottom: 14px;
	padding-left: 4px;
}

body.single-product.comtop-opendesign-product .comtop-description-copy li:last-child {
	margin-bottom: 0;
}

body.single-product.comtop-opendesign-product .comtop-description-copy li::marker {
	color: var(--ct-accent);
	font-weight: 900;
}

body.single-product.comtop-opendesign-product .comtop-description-copy table {
	width: 100%;
	margin: 30px 0;
	border: 1px solid var(--ct-border);
	border-collapse: collapse;
	table-layout: fixed;
	background: var(--ct-surface);
}

body.single-product.comtop-opendesign-product .comtop-description-copy table td,
body.single-product.comtop-opendesign-product .comtop-description-copy table th {
	padding: 18px 20px;
	border: 1px solid var(--ct-border);
	color: #555b64;
	line-height: 1.45;
	vertical-align: middle;
	overflow-wrap: anywhere;
}

body.single-product.comtop-opendesign-product .comtop-description-copy table tr > :first-child {
	width: 34%;
	background: var(--ct-surface-soft);
	color: var(--ct-navy);
	font-weight: 900;
}

body.single-product.comtop-opendesign-product .comtop-description-copy table strong {
	color: inherit;
	font-weight: inherit;
}

body.single-product.comtop-opendesign-product .comtop-description-copy table p,
body.single-product.comtop-opendesign-product .comtop-description-copy table address {
	margin: 0;
	font-style: normal;
}

body.single-product.comtop-opendesign-product .comtop-description-copy > p:has(> img),
body.single-product.comtop-opendesign-product .comtop-description-copy > p:has(> a > img) {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
	gap: 20px;
	align-items: start;
	margin: 30px 0 0;
}

body.single-product.comtop-opendesign-product .comtop-description-copy img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	cursor: zoom-in;
}

body.single-product.comtop-opendesign-product .comtop-description-copy > p:has(> a > img) > a {
	display: block;
}

.comtop-description-lightbox {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgb(0 0 0 / 82%);
}

.comtop-description-lightbox[hidden] {
	display: none;
}

.comtop-description-lightbox__image {
	max-width: min(100%, 1200px);
	max-height: calc(100vh - 48px);
	width: auto;
	height: auto;
	box-shadow: 0 12px 36px rgb(0 0 0 / 45%);
}

.comtop-description-lightbox__close {
	position: absolute;
	top: 14px;
	right: 14px;
	min-width: 44px;
	min-height: 44px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #fff;
	color: #152a47;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

body.single-product.comtop-opendesign-product .comtop-description-copy > :last-child {
	margin-bottom: 0;
}

body.single-product.comtop-opendesign-product .comtop-description-copy h1,
body.single-product.comtop-opendesign-product .comtop-description-copy h2,
body.single-product.comtop-opendesign-product .comtop-description-copy h3,
body.single-product.comtop-opendesign-product .comtop-description-copy h4 {
	color: #2d2f33;
	font-family: var(--ct-title-font);
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information {
	padding: 0 0 32px;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information > .wc-tab-inner {
	display: block;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information .shop_attributes {
	width: 100%;
	max-width: none;
	margin: 30px 0 0;
	border: 1px solid var(--ct-border);
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information .shop_attributes th,
body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information .shop_attributes td {
	height: auto;
	padding: 18px 20px;
	border-right: 1px solid var(--ct-border);
	border-bottom: 1px solid var(--ct-border);
	font-size: 16px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information .shop_attributes th {
	width: 34%;
	background: var(--ct-surface-soft);
	color: var(--ct-navy);
	font-weight: 900;
	text-align: left;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information .shop_attributes td {
	color: #3f4752;
	text-align: left;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information .shop_attributes tr > :last-child {
	border-right: 0;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information .shop_attributes tr:last-child th,
body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information .shop_attributes tr:last-child td {
	border-bottom: 0;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information .shop_attributes p {
	margin: 0;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews {
	padding: 0 0 32px;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .woocommerce-Reviews {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews #comments,
body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews #review_form_wrapper {
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 28px;
	border: 1px solid var(--ct-border);
	background: var(--ct-surface);
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .wd-reviews-heading,
body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .wd-reviews-content {
	margin: 0;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .woocommerce-noreviews {
	margin: 0;
	color: #555b64;
	font-size: 16px;
	line-height: 1.6;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .comment-reply-title {
	display: block;
	margin: 0 0 24px;
	padding: 20px 22px;
	border-left: 4px solid var(--ct-accent);
	background: var(--ct-surface-soft);
	color: var(--ct-navy);
	font-family: var(--ct-title-font);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.4;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .comment-form {
	display: grid;
	gap: 16px;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .comment-form > p,
body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .comment-form-rating {
	margin: 0;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .comment-form label {
	display: block;
	margin-bottom: 7px;
	color: var(--ct-navy);
	font-size: 14px;
	font-weight: 800;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .comment-form textarea {
	width: 100%;
	min-height: 170px;
	padding: 14px;
	border: 1px solid var(--ct-border);
	border-radius: 0;
	background: var(--ct-surface);
	color: var(--ct-fg);
	resize: vertical;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .comment-form textarea:focus {
	border-color: var(--ct-accent);
	outline: 3px solid var(--ct-focus);
	outline-offset: 2px;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .comment-form .submit {
	min-width: 132px;
	min-height: 44px;
	padding: 0 24px;
	border: 1px solid var(--ct-accent);
	border-radius: 0;
	background: var(--ct-accent);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .comment-form .submit:hover {
	border-color: var(--ct-accent-dark);
	background: var(--ct-accent-dark);
	color: #fff;
}

body.single-product.comtop-opendesign-product .related-and-upsells {
	max-width: none;
	padding: 0;
}

body.single-product.comtop-opendesign-product .related-products {
	padding: 34px 0 38px;
}

body.single-product.comtop-opendesign-product .related-products .products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

body.single-product.comtop-opendesign-product .related-products .wd-product {
	width: auto;
	max-width: none;
	flex: none;
	align-self: stretch;
}

body.single-product.comtop-opendesign-product .related-products .product-wrapper {
	height: 100%;
	min-height: 420px;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--ct-border);
	border-radius: 6px;
	background: var(--ct-surface);
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.single-product.comtop-opendesign-product .related-products .product-wrapper:hover {
	transform: translateY(-3px);
	border-color: #e6b983;
	box-shadow: var(--ct-shadow);
}

body.single-product.comtop-opendesign-product .related-products .product-element-top {
	height: auto;
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-bottom: 0;
	overflow: visible;
	background: var(--ct-surface);
}

body.single-product.comtop-opendesign-product .related-products .product-image-link {
	height: 205px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid var(--ct-border);
	background: var(--ct-surface-soft);
}

body.single-product.comtop-opendesign-product .related-products .product-image-link img {
	width: 100%;
	height: 100%;
	padding: 18px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

body.single-product.comtop-opendesign-product .related-products .top-information,
body.single-product.comtop-opendesign-product .related-products .wd-product-content {
	position: static;
	inset: auto;
	display: block;
	min-height: 126px;
	padding: 20px 18px 0;
	opacity: 1;
	transform: none;
	text-align: left;
}

body.single-product.comtop-opendesign-product .related-products .wd-entities-title {
	min-height: 66px;
	margin: 0;
	color: var(--ct-navy);
	font-family: var(--ct-title-font);
	font-size: 16px;
	font-weight: 850;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

body.single-product.comtop-opendesign-product .related-products .wd-product-cats {
	min-height: 38px;
	display: block;
	margin-top: 8px;
	color: var(--ct-muted);
	font-size: 13px;
	line-height: 1.35;
}

body.single-product.comtop-opendesign-product .related-products .wd-product-cats a {
	display: none;
	color: var(--ct-muted);
}

body.single-product.comtop-opendesign-product .related-products .wd-product-cats a:first-of-type {
	display: inline;
}

body.single-product.comtop-opendesign-product .related-products .wd-product-cats .wd-meta-sep {
	display: none;
}

body.single-product.comtop-opendesign-product .related-products .wd-buttons,
body.single-product.comtop-opendesign-product .related-products .wd-product-footer {
	position: static;
	inset: auto;
	width: auto;
	display: block;
	margin-top: auto;
	padding: 12px 16px 18px;
	opacity: 1;
	visibility: visible;
	transform: none;
	background: transparent;
	box-shadow: none;
}

body.single-product.comtop-opendesign-product .related-products .wd-buttons > :not(.wd-add-btn) {
	display: none;
}

body.single-product.comtop-opendesign-product .related-products .wd-add-btn {
	width: 100%;
	height: auto;
	display: block;
}

body.single-product.comtop-opendesign-product .comtop-loop-quote,
body.single-product.comtop-opendesign-product .comtop-loop-quote .yith-ywraq-add-to-quote {
	display: block;
	width: 100%;
	margin: 0;
}

body.single-product.comtop-opendesign-product .comtop-loop-quote .add-request-quote-button,
body.single-product.comtop-opendesign-product .comtop-loop-quote .comtop-quote-fallback {
	width: 100%;
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid var(--ct-accent) !important;
	border-radius: 0;
	background: var(--ct-accent) !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-transform: none;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.single-product.comtop-opendesign-product .comtop-loop-quote .add-request-quote-button:hover,
body.single-product.comtop-opendesign-product .comtop-loop-quote .comtop-quote-fallback:hover {
	border-color: var(--ct-accent-dark) !important;
	background: var(--ct-accent-dark) !important;
	box-shadow: 0 8px 18px rgba(245, 130, 32, .28);
	color: #fff !important;
	transform: translateY(-2px);
}

body.single-product.comtop-opendesign-product .comtop-loop-quote .yith-ywraq-add-to-quote:has(.yith_ywraq_add_item_browse_message a) {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
}

body.single-product.comtop-opendesign-product .comtop-loop-quote .yith-ywraq-add-to-quote:has(.yith_ywraq_add_item_browse_message a) .yith_ywraq_add_item_response_message {
	min-width: 0;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 7px 10px;
	border: 1px solid #459647;
	background: #459647;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
	overflow-wrap: anywhere;
}

body.single-product.comtop-opendesign-product .comtop-loop-quote .yith_ywraq_add_item_browse_message {
	min-width: 0;
	display: flex;
	margin: 0 !important;
}

body.single-product.comtop-opendesign-product .comtop-loop-quote .yith_ywraq_add_item_browse_message a {
	width: 100%;
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid var(--ct-accent);
	background: var(--ct-accent);
	color: #fff;
	font-size: 13px !important;
	font-weight: 900;
	line-height: 1 !important;
	text-align: center;
}

body.single-product.comtop-opendesign-product .comtop-loop-quote .yith_ywraq_add_item_browse_message a:hover {
	border-color: var(--ct-accent-dark);
	background: var(--ct-accent-dark);
	color: #fff;
}

body.single-product.comtop-opendesign-product :focus-visible {
	outline: 3px solid var(--ct-focus);
	outline-offset: 3px;
}

@media (max-width: 1024px) {
	body.single-product.comtop-opendesign-product .product-image-summary-inner {
		gap: 32px;
	}

	body.single-product.comtop-opendesign-product .comtop-product-benefits {
		grid-template-columns: 1fr;
	}

	body.single-product.comtop-opendesign-product .comtop-product-benefit {
		border-right: 0;
		border-bottom: 1px solid var(--ct-border);
	}

	body.single-product.comtop-opendesign-product .comtop-product-benefit:last-child {
		border-bottom: 0;
	}

	body.single-product.comtop-opendesign-product .related-products .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	body.single-product.comtop-opendesign-product .wd-toolbar {
		display: none !important;
	}

	body.single-product.comtop-opendesign-product .main-page-wrapper {
		padding-top: 18px;
	}

	body.single-product.comtop-opendesign-product .product-image-summary-inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	body.single-product.comtop-opendesign-product .comtop-product-specs th,
	body.single-product.comtop-opendesign-product .comtop-product-specs td {
		height: 44px;
		padding: 10px 12px;
		font-size: 13px;
	}

	body.single-product.comtop-opendesign-product .product-tabs-inner {
		padding-inline: 16px;
	}

	body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information {
		padding-bottom: 26px;
	}

	body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information .shop_attributes {
		width: 100%;
		max-width: none;
		margin-top: 20px;
	}

	body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information .shop_attributes th,
	body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information .shop_attributes td {
		height: auto;
		padding: 14px 12px;
		font-size: 14px;
	}

	body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--additional_information .shop_attributes th {
		width: 42%;
	}

	body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews {
		padding-bottom: 26px;
	}

	body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .woocommerce-Reviews {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews #comments,
	body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews #review_form_wrapper {
		width: 100%;
		padding: 18px 16px;
	}

	body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .comment-reply-title {
		margin-bottom: 20px;
		padding: 18px 16px;
		font-size: 16px;
	}

	body.single-product.comtop-opendesign-product .woocommerce-Tabs-panel--reviews .comment-form textarea {
		min-height: 150px;
	}

	body.single-product.comtop-opendesign-product .related-products {
		padding-inline: 16px;
	}
}

@media (max-width: 520px) {
	body.single-product.comtop-opendesign-product .comtop-product-tools:has(.comtop-primary-quote .yith_ywraq_add_item_browse_message a) {
		grid-template-columns: 1fr;
	}

	body.single-product.comtop-opendesign-product .comtop-product-tools {
		display: grid;
		grid-template-columns: 1fr;
	}

	body.single-product.comtop-opendesign-product .comtop-primary-quote,
	body.single-product.comtop-opendesign-product .comtop-primary-quote .yith-ywraq-add-to-quote,
	body.single-product.comtop-opendesign-product .comtop-primary-quote .add-request-quote-button,
	body.single-product.comtop-opendesign-product .comtop-product-tools .wd-wishlist-btn,
	body.single-product.comtop-opendesign-product .comtop-product-tools .wd-wishlist-btn > a {
		width: 100%;
	}

	body.single-product.comtop-opendesign-product .comtop-primary-quote .yith-ywraq-add-to-quote:has(.yith_ywraq_add_item_browse_message a) {
		grid-template-columns: minmax(0, 1fr);
	}

	body.single-product.comtop-opendesign-product .comtop-primary-quote .yith-ywraq-add-to-quote:has(.yith_ywraq_add_item_browse_message a) .yith_ywraq_add_item_response_message {
		white-space: normal;
	}

	body.single-product.comtop-opendesign-product .comtop-primary-quote .yith_ywraq_add_item_browse_message a {
		width: 100%;
		min-width: 0;
	}

	body.single-product.comtop-opendesign-product .comtop-quote-contact {
		font-size: 13px;
	}

	body.single-product.comtop-opendesign-product .tabs-layout-tabs .tabs {
		justify-content: flex-start;
		overflow-x: auto;
	}

	body.single-product.comtop-opendesign-product .comtop-description-copy {
		font-size: 15px;
	}

	body.single-product.comtop-opendesign-product .comtop-description-copy > p:first-child:has(strong) {
		margin-bottom: 22px;
		padding: 18px 16px;
		font-size: 16px;
	}

	body.single-product.comtop-opendesign-product .comtop-description-copy ul,
	body.single-product.comtop-opendesign-product .comtop-description-copy ol {
		margin-bottom: 24px;
		padding-left: 22px;
	}

	body.single-product.comtop-opendesign-product .comtop-description-copy li {
		margin-bottom: 11px;
		padding-left: 2px;
	}

	body.single-product.comtop-opendesign-product .comtop-description-copy table {
		margin: 24px 0;
	}

	body.single-product.comtop-opendesign-product .comtop-description-copy table td,
	body.single-product.comtop-opendesign-product .comtop-description-copy table th {
		padding: 14px 12px;
		font-size: 14px;
	}

	body.single-product.comtop-opendesign-product .comtop-description-copy table tr > :first-child {
		width: 42%;
	}

	body.single-product.comtop-opendesign-product .related-products .products {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-product.comtop-opendesign-product *,
	body.single-product.comtop-opendesign-product *::before,
	body.single-product.comtop-opendesign-product *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
