.show-page {
	background: #fff;
	color: #333
}
.show-cover {
	height: 320px;
	background: url('../images/37423503.jpg') center/cover no-repeat
}
.show-inner {
	width: min(1880px, calc(100% - 118px));
	margin: 0 auto
}
.breadcrumbs {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 80px;
	color: #777;
	font-size: 14px
}
.breadcrumbs a {
	color: #777;
	text-decoration: none
}
.breadcrumbs a:hover {
	color: #111
}
.product-overview {
	display: flex;
	gap: 78px;
	min-height: 950px;
	padding-top: 5px
}
.product-gallery {
	width: 46%;
	min-width: 0
}
.gallery-main {
	position: relative;
	width: 100%;
	height: 450px;
	background: #fff;
	cursor: crosshair
}
.gallery-main>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.zoom-lens {
	position: absolute;
	display: none;
	width: 145px;
	height: 145px;
	border: 1px solid rgba(49,99,193,.5);
	background: rgba(49,99,193,.24);
	pointer-events: none
}
.zoom-result {
	position: absolute;
	z-index: 20;
	top: 0;
	left: calc(100% + 78px);
	display: none;
	width: 74%;
	height: 735px;
	border: 1px solid #aaa;
	background-color: #fff;
	background-repeat: no-repeat;
	pointer-events: none
}
.gallery-main:hover .zoom-lens, .gallery-main:hover .zoom-result {
	display: block
}
.gallery-nav {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 56px
}
.gallery-thumbs-viewport {
	flex: 1;
	overflow: hidden
}
.gallery-thumbs {
	display: flex;
	gap: 12px;
	transition: transform .35s ease
}
.gallery-thumb {
	flex: 0 0 92px;
	width: 92px;
	height: 96px;
	padding: 0;
	border: 2px solid transparent;
	background: #fff;
	cursor: pointer
}
.gallery-thumb.active {
	border-color: #e33
}
.gallery-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.gallery-arrow {
	flex: 0 0 46px;
	border: 0;
	background: transparent;
	color: #aaa;
	font: 300 64px/1 Arial, sans-serif;
	cursor: pointer
}
.gallery-arrow:hover, .gallery-arrow:focus-visible {
color:#444
}
.product-details {
	flex: 1;
	min-width: 0;
	padding-top: 0
}
.product-details h1 {
	margin: 0 0 48px;
	color: #333;
	font-size: 43px;
	font-weight: 400;
	line-height: 1.35
}
.spec-table {
	width: 100%;
	border-collapse: collapse;
	color: #333;
	font-size: 14px
}
.spec-table th, .spec-table td {
	border: 1px solid #ddd;
	padding: 10px 12px;
	text-align: left;
	font-weight: 400;
	line-height: 1.25
}
.spec-table th {
	width: 178px;
	color: #999
}
.product-article {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 100px;
	color: #333;
	font-size: 16px;
	line-height: 1.9
}
.product-article h2 {
	margin: 45px 0 24px;
	font-size: 24px;
	line-height: 1.5
}
.product-article p {
	margin: 0 0 18px;
	text-indent: 2em
}
.product-article figure {
	margin: 25px auto;
	text-align: center
}
.product-article figure img {
	width: 750px;
	max-width: 100%;
	height: auto
}
.product-article figcaption {
	margin-top: 8px;
	color: #777;
	font-size: 13px;
	line-height: 1.6
}
.image-row {
	display: flex;
	justify-content: center;
	gap: 18px;
	margin: 25px auto
}
.image-row img {
	width: 366px;
	height: auto;
	object-fit: cover
}

@media(max-width:1300px) {
.show-inner {
	width: 1040px
}
.product-overview {
	gap: 40px;
	min-height: 650px
}
.product-gallery {
	width: 480px
}
.gallery-main {
	height: 500px
}
.zoom-result {
	left: calc(100% + 40px);
	width: 500px;
	height: 500px
}
.gallery-nav {
	gap: 14px;
	margin-top: 24px
}
.gallery-thumb {
	flex-basis: 70px;
	width: 70px;
	height: 72px
}
.gallery-arrow {
	flex-basis: 32px;
	font-size: 48px
}
.product-details h1 {
	margin-bottom: 30px;
	font-size: 31px
}
.spec-table {
	font-size: 16px
}
.spec-table th, .spec-table td {
	padding: 8px 10px
}
.spec-table th {
	width: 125px
}
}

@media(max-width:760px) {
.show-cover {
	height: 180px
}
.show-inner {
	width: auto;
	padding: 0 18px
}
.breadcrumbs {
	height: 64px;
	overflow: hidden;
	white-space: nowrap
}
.product-overview {
	display: block;
	min-height: 0;
	padding: 0
}
.product-gallery {
	width: 100%
}
.gallery-main {
	height: 390px
}
.zoom-lens, .zoom-result {
	display: none!important
}
.gallery-nav {
	gap: 8px;
	margin-top: 18px
}
.gallery-thumbs {
	gap: 8px
}
.gallery-thumb {
	flex-basis: 62px;
	width: 62px;
	height: 64px
}
.gallery-arrow {
	flex-basis: 28px;
	font-size: 42px
}
.product-details {
	padding: 35px 0 45px
}
.product-details h1 {
	margin-bottom: 24px;
	font-size: 27px
}
.spec-table {
	font-size: 14px
}
.spec-table th {
	width: 95px
}
.spec-table th, .spec-table td {
	padding: 9px 8px
}
.product-article {
	width: auto;
	padding-top: 15px
}
.product-article h2 {
	font-size: 22px
}
.image-row {
	display: block
}
.image-row img {
	width: 100%;
	margin-bottom: 12px
}
}
