.gp-product-page {
	background: #eef0f4;
	color: #3f3f3f;
	min-height: 100vh;
	padding: 34px 0 64px;
}

.gp-product-shell {
	width: min(1380px, calc(100% - 48px));
	margin: 0 auto;
	background: #fff;
}

.gp-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	border: 1px solid #e2e6ec;
}

.gp-product-maincol {
	min-width: 0;
	padding: 30px 36px 42px;
	border-right: 1px solid #e5e8ee;
}

.gp-product-hero {
	display: grid;
	grid-template-columns: minmax(360px, 470px) minmax(0, 1fr);
	gap: 36px;
	align-items: start;
}

.gp-product-hero > .gp-product-description {
	grid-column: 1 / -1;
}

.gp-product-gallery {
	position: relative;
	display: grid;
	gap: 14px;
	align-items: center;
	justify-content: center;
	min-height: 410px;
	background: #f8fbff;
	overflow: hidden;
}

.gp-product-main-image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
}

.gp-product-main-image img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 430px;
	object-fit: contain;
}

.gp-product-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	padding: 0 14px 16px;
}

.gp-product-thumbs a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border: 1px solid #dfe7ef;
	background: #fff;
	transition: border-color .16s ease, transform .16s ease;
}

.gp-product-thumbs a:hover {
	border-color: #1f76bd;
	transform: translateY(-1px);
}

.gp-product-thumbs img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.gp-product-placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	border: 5px solid #dbeaf6;
	color: #1f76bd;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}

.gp-product-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	margin: 10px 0 14px;
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.gp-product-breadcrumb a {
	color: #ff5c35;
	text-decoration: none;
}

.gp-product-breadcrumb a:hover {
	color: #d94622;
}

.gp-product-title {
	margin: 0;
	color: #333;
	font-family: 'Manrope', sans-serif;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.28;
	text-transform: uppercase;
}

.gp-product-price {
	margin-top: 18px;
	color: #1f76bd;
	font-family: 'Manrope', sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.25;
}

.gp-product-price del {
	color: #8b98a8;
	font-size: .82em;
	font-weight: 600;
}

.gp-product-price ins {
	text-decoration: none;
}

.gp-product-summary {
	display: grid;
	gap: 14px;
	margin: 26px 0 0;
	padding: 0 0 0 22px;
	color: #555;
	font-size: 17px;
	line-height: 1.55;
}

.gp-product-summary li::marker {
	color: #333;
}

.gp-product-short-description {
	margin-top: 24px;
	color: #555;
	font-size: 17px;
	line-height: 1.65;
}

.gp-product-short-description p {
	margin: 0 0 12px;
}

.gp-product-short-description ul,
.gp-product-short-description ol {
	display: grid;
	gap: 12px;
	margin: 0;
	padding-left: 22px;
}

.gp-product-short-description li::marker {
	color: #333;
}

.gp-product-wc-meta {
	display: grid;
	gap: 7px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #edf0f4;
	color: #5b6572;
	font-size: 14px;
	line-height: 1.55;
}

.gp-product-wc-meta p {
	margin: 0;
}

.gp-product-wc-meta strong {
	color: #33455e;
	font-weight: 900;
}

.gp-product-wc-meta a {
	color: #1f76bd;
	text-decoration: none;
}

.gp-product-wc-meta .stock {
	display: inline;
	margin: 0;
	font-weight: 800;
}

.gp-product-wc-meta .in-stock {
	color: #07884c;
}

.gp-product-wc-meta .out-of-stock {
	color: #d13b3b;
}

.gp-product-summary li::marker {
	color: #333;
}

.gp-product-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.gp-product-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 48px;
	padding: 0 20px;
	border: 0;
	border-radius: 7px;
	background: #07884c;
	color: #fff;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .16s ease, transform .16s ease;
}

.gp-product-btn:hover {
	background: #1f76bd;
	transform: translateY(-1px);
}

.gp-product-btn .ms {
	font-size: 22px;
}

.gp-btn-symbol {
	font-family: Arial, sans-serif;
	font-size: 23px;
	font-weight: 900;
	line-height: 1;
}

.gp-product-share {
	display: flex;
	gap: 7px;
	margin-top: 42px;
}

.gp-product-share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 39px;
	height: 39px;
	border: 3px solid #c9c9c9;
	border-radius: 999px;
	color: #b5b5b5;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
	transition: border-color .16s ease, color .16s ease;
}

.gp-product-share a:hover {
	border-color: #1f76bd;
	color: #1f76bd;
}

.gp-product-description {
	display: block;
	grid-column: 1 / -1;
	clear: both;
	width: 100%;
	min-width: 0;
	margin-top: 42px;
	padding-top: 0;
	border-top: 1px solid #e6eaf0;
}

.gp-product-description.gp-product-attributes {
	margin-top: 34px;
	border-top: 1px solid #e6e6e6;
}

.gp-product-tab {
	display: inline-flex;
	align-items: center;
	min-width: 68px;
	min-height: 42px;
	margin-top: -1px;
	border-top: 4px solid #1f76bd;
	color: #333;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}

.gp-product-content {
	padding-top: 18px;
	color: #555;
	overflow: hidden;
}

.gp-product-content h2,
.gp-product-content h3 {
	margin: 32px 0 14px;
	color: #333;
	font-family: 'Manrope', sans-serif;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.35;
}

.gp-product-content h2:first-child,
.gp-product-content h3:first-child {
	margin-top: 0;
}

.gp-product-content p,
.gp-product-content li {
	color: #555;
	font-size: 17px;
	line-height: 1.85;
}

.gp-product-content ul,
.gp-product-content ol {
	padding-left: 22px;
}

.gp-product-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 22px 0;
}

.gp-product-content table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 12px;
	color: #536173;
	font-size: 15px;
}

.gp-product-content th,
.gp-product-content td {
	padding: 12px 14px;
	border: 1px solid #e4eaf0;
	text-align: left;
	vertical-align: top;
}

.gp-product-content th {
	width: 28%;
	background: #f6f9fc;
	color: #33455e;
	font-weight: 900;
}

.gp-product-sidebar {
	padding: 28px 28px 42px;
	background: #fff;
}

.gp-service-list {
	display: grid;
	gap: 34px;
	margin-bottom: 42px;
}

.gp-service-item {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.gp-service-icon {
	font-size: 52px;
	line-height: 1;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
}

.gp-service-yellow { color: #ffc543; }
.gp-service-blue { color: #5fa4e7; }
.gp-service-green { color: #61c94d; }
.gp-service-red { color: #ff4d62; }

.gp-service-item strong {
	display: block;
	margin: 0 0 8px;
	color: #444;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
}

.gp-service-item p {
	margin: 0;
	color: #555;
	font-size: 16px;
	line-height: 1.45;
}

.gp-sidebar-section {
	margin-top: 34px;
}

.gp-sidebar-section h2,
.gp-section-title {
	position: relative;
	margin: 0 0 24px;
	color: #333;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}

.gp-sidebar-section h2::after,
.gp-section-title::after {
	content: '';
	display: block;
	width: 42px;
	height: 3px;
	margin-top: 16px;
	background: #dfe4ea;
}

.gp-side-product {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 18px 0;
	border-bottom: 1px solid #ececec;
	text-decoration: none;
}

.gp-side-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	background: #f8fbff;
}

.gp-side-thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.gp-side-product strong {
	color: #40526c;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

.gp-side-product:hover strong {
	color: #1f76bd;
}

.gp-related {
	margin-top: 48px;
}

.gp-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.gp-section-link {
	color: #1f76bd;
	font-weight: 900;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
}

.gp-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.gp-related-card {
	display: flex;
	flex-direction: column;
	min-height: 310px;
	background: #fff;
	border: 1px solid #dedede;
	text-decoration: none;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gp-related-card:hover {
	border-color: #1f76bd;
	box-shadow: 0 14px 28px rgba(31, 118, 189, .16);
	transform: translateY(-3px);
}

.gp-related-media {
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
	background: #f8fbff;
}

.gp-related-media img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.gp-related-body {
	padding: 16px 18px 20px;
	border-top: 1px solid #f0f0f0;
}

.gp-related-cat {
	display: block;
	margin-bottom: 7px;
	color: #1f76bd;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gp-related-title {
	margin: 0;
	color: #40526c;
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
	text-transform: uppercase;
}

@media (max-width: 1180px) {
	.gp-product-layout {
		grid-template-columns: 1fr;
	}

	.gp-product-maincol {
		border-right: 0;
	}

	.gp-product-sidebar {
		border-top: 1px solid #e5e8ee;
	}

	.gp-service-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.gp-product-hero {
		grid-template-columns: 1fr;
	}

	.gp-product-gallery {
		min-height: 360px;
	}

	.gp-product-description {
		margin-top: 44px;
	}

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

@media (max-width: 620px) {
	.gp-product-shell {
		width: min(100% - 28px, 1380px);
	}

	.gp-product-maincol,
	.gp-product-sidebar {
		padding: 22px;
	}

	.gp-product-actions,
	.gp-service-list,
	.gp-related-grid {
		grid-template-columns: 1fr;
	}

	.gp-product-title {
		font-size: 24px;
	}

	.gp-product-summary,
	.gp-product-content p,
	.gp-product-content li {
		font-size: 15px;
	}
}
