body.np-product-single .np-variant-info {
	margin: 16px 0 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

body.np-product-single .np-product-details-block {
	text-align: left;
}

body.np-product-single .np-product-details-block__heading {
	margin: 0 0 12px;
	font-family: var(--np-font-body);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--np-text);
}

body.np-product-single .np-product-details-box {
	padding: 18px 20px;
	background: #fff;
	border: 1px solid var(--np-line);
	border-radius: var(--np-radius);
}

body.np-product-single .np-product-details-list {
	margin: 0;
}

body.np-product-single .np-product-details-row {
	display: grid;
	grid-template-columns: minmax(136px, 34%) minmax(0, 1fr);
	gap: 18px;
	padding: 12px 0;
	border-bottom: 1px solid var(--np-line-soft, rgba(0, 0, 0, .08));
	align-items: start;
}

body.np-product-single .np-product-details-row:first-child {
	padding-top: 0;
}

body.np-product-single .np-product-details-row:last-child,
body.np-product-single .np-product-details-row[hidden] + .np-product-details-row:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

body.np-product-single .np-product-details-row[hidden] {
	display: none !important;
}

body.np-product-single .np-product-details-row dt {
	margin: 0;
	color: var(--np-text);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.55;
	letter-spacing: .04em;
}

body.np-product-single .np-product-details-row dd {
	margin: 0;
	color: var(--np-text-soft);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
}

body.np-product-single .np-product-details-row--article-description dd {
	color: var(--np-text);
}

body.np-product-single .np-product-details-row--fabric-type {
	padding-bottom: 0;
	border-bottom: 0;
}

body.np-product-single .np-product-details-row--fabric-measurement {
	margin-top: 12px;
	padding-top: 12px;
	padding-bottom: 0;
	border-top: 1px solid var(--np-line-soft, rgba(0, 0, 0, .08));
	border-bottom: 0;
}

@media (max-width: 600px) {
	body.np-product-single .np-product-details-box {
		padding: 16px 14px;
	}

	body.np-product-single .np-product-details-row {
		grid-template-columns: 1fr;
		gap: 4px;
		padding: 11px 0;
	}

	body.np-product-single .np-product-details-row dd {
		font-size: 13px;
		line-height: 1.65;
	}
}
