.product-summary.row {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas:
		"details"
		"media"
		"chart";
	gap: 22px;
	align-items: start;
	margin: 0 0 24px;
	padding: 24px;
	border: 1px solid #e2e7eb;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(29, 43, 56, .07);
}

.product-summary > .product-summary__media,
.product-summary > .product-summary__details,
.product-summary > .product-summary__chart {
	width: auto;
	max-width: none;
	padding: 0;
	flex: none;
}

.product-summary__media {
	grid-area: media;
	position: relative;
	min-width: 0;
	padding: 18px !important;
	border-radius: 12px;
	background: #f6f8fa;
	text-align: center;
}

.product-summary .product-summary__favorite.add_favorite {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 3px 12px rgba(23, 37, 50, .12);
}

.product-summary .product-summary__favorite.add_favorite svg {
	width: 22px;
	height: 22px;
	margin: 0;
}

.product-summary .product-summary__image.result_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 220px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
}

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

.product-summary .product-summary__share.btn.comparator-shareto {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: auto;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
}

.product-summary__details {
	grid-area: details;
	min-width: 0;
	padding: 4px 2px !important;
}

.product-summary__eyebrow {
	color: var(--main-color);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.product-summary .product-summary__title {
	margin: 0 0 14px;
	color: #202a34;
	font-size: clamp(25px, 2.3vw, 34px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.14;
}

.product-summary .product-summary__brand {
	margin: 0;
	padding-bottom: 10px !important;
	color: #58636e;
	font-size: 15px;
	line-height: 1.5;
}

.product-summary__reference {
	padding-bottom: 12px !important;
	color: #78828c;
	font-size: 12px;
	line-height: 1.45;
}

.product-summary__price-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 10px;
	padding: 15px 16px;
	border: 1px solid rgba(26, 161, 225, .24);
	border-radius: 12px;
	background: #f3faff;
}

.product-summary__price-copy,
.product-summary__price-label,
.product-summary__price,
.product-summary__price-meta {
	display: block;
}

.product-summary__price-copy {
	min-width: 0;
}

.product-summary__price-label {
	margin-bottom: 2px;
	color: #66727d;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.product-summary__price {
	color: #e86632;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.15;
}

.product-summary__price-meta {
	margin-top: 3px;
	color: #66727d;
	font-size: 12px;
	line-height: 1.35;
}

.product-summary .product-summary__offers-link.btn {
	flex: 0 0 auto;
	padding: 15px 15px;
	border: 1px solid var(--main-color);
	border-radius: 8px;
	background: var(--main-color);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.product-summary__offers-action {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.product-summary__freshness {
	color: #72808b;
	font-size: .75rem;
	line-height: 1.25;
	text-align: center;
}

.product-summary .product-summary__offers-link:hover,
.product-summary .product-summary__offers-link:focus-visible {
	background: #1580b3;
	color: #fff;
	text-decoration: none;
}

.product-summary .product-summary__offers-link:focus-visible {
	outline: 2px solid rgba(26, 161, 225, .32);
	outline-offset: 3px;
}

.product-summary__chart {
	grid-area: chart;
	min-width: 0;
	padding: 4px 0 !important;
}

.product-summary:not(.product-summary--with-aside) > .product-summary__chart {
	display: none;
}

.product-summary__chart .chart {
	position: relative;
	width: 100%;
}

.product-summary-description.comparator-description {
	margin: 0 0 28px;
	padding: 22px 24px;
	border: 1px solid #e4e8ec;
	border-radius: 14px;
	background: #fff;
	color: #4f5a65;
	box-shadow: 0 5px 18px rgba(29, 43, 56, .045);
}

.product-description-row {
	width: 100%;
}

.product-summary-description .comparator-detail-block-description {
	min-height: 0;
	color: #59646e;
	line-height: 1.65;
}

.product-summary-description .detail-block-number-offers {
	color: #4f5a65;
	line-height: 1.55;
}

#priceOffers {
	scroll-margin-top: 20px;
}

body#dark .product-summary.row,
body#dark .product-summary-description.comparator-description {
	border-color: #3e484f;
	background: #252525;
	box-shadow: none;
}

body#dark .product-summary__media {
	background: #202326;
}

body#dark .product-summary .product-summary__image.result_img {
	border-radius: 10px;
	background: #fff;
}

body#dark .product-summary .product-summary__favorite.add_favorite {
	background: #30353a;
	box-shadow: none;
}

body#dark .product-summary .product-summary__title {
	color: #f3f3f3;
}

body#dark .product-summary .product-summary__brand,
body#dark .product-summary__reference,
body#dark .product-summary__price-label,
body#dark .product-summary__price-meta,
body#dark .product-summary-description .comparator-detail-block-description,
body#dark .product-summary-description .detail-block-number-offers {
	color: #c2c8cc;
}

body#dark .product-summary__price-card {
	border-color: #355d70;
	background: #21343d;
}

@media only screen and (min-width: 992px) {
	.product-summary.row {
		grid-template-columns: minmax(200px, 230px) minmax(0, 1fr);
		grid-template-areas: "media details";
		gap: 24px;
	}

	.product-summary.row.product-summary--with-aside {
		grid-template-columns: minmax(200px, 230px) minmax(0, 1fr) minmax(230px, 270px);
		grid-template-areas: "media details chart";
	}

	.product-summary__chart {
		padding-left: 22px !important;
		border-left: 1px solid #e7ebee;
	}

	body#dark .product-summary__chart {
		border-left-color: #3e484f;
	}
}

@media only screen and (max-width: 767px) {
	.product-summary.row {
		gap: 18px;
		padding: 17px;
		border-radius: 13px;
	}

	.product-summary .product-summary__title {
		font-size: 25px;
	}

	.product-summary__price-card {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.product-summary .product-summary__offers-link.btn {
		width: 100%;
		text-align: center;
	}

	.product-summary .product-summary__image.result_img {
		height: 230px;
	}

	.product-summary-description.comparator-description {
		padding: 18px;
		border-radius: 12px;
	}
}
