/* Блоки опису товару */

.product_story {
	padding: 0;
	background: #f7f7f7;
}

.product_story_intro {
	padding: 28px 24px 32px;
	background: linear-gradient(160deg, #1a1a1a 0%, #3d3d3d 100%);
	color: #fff;
	text-align: center;
}

.product_story_intro .badge {
	display: inline-block;
	margin-bottom: 14px;
	padding: 6px 14px;
	border-radius: 20px;
	background: rgba(255, 111, 97, 0.25);
	border: 1px solid rgba(255, 167, 133, 0.6);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffb89a;
}

.product_story_intro h2 {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
}

.product_story_intro p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.story_block {
	margin: 0;
	padding: 26px 22px 30px;
	border-bottom: 1px solid #e8e8e8;
}

.story_block--light {
	background: #fff;
}

.story_block--soft {
	background: #f0f4f8;
}

.story_block--accent {
	background: linear-gradient(135deg, #fff8f6 0%, #fff 55%);
	border-left: 4px solid #ff6f61;
}

.story_block__label {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #ff6f61;
}

.story_block h3 {
	margin: 0 0 12px;
	font-size: 19px;
	line-height: 1.35;
	font-weight: 700;
	color: #1a1a1a;
}

.story_block p {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.6;
	color: #444;
}

.story_block p:last-of-type {
	margin-bottom: 18px;
}

.story_block ul {
	margin: 0 0 18px;
	padding: 0 0 0 18px;
	list-style: none;
}

.story_block ul li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 22px;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}

.story_block ul li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
	color: #ff6f61;
}

.story_block__img {
	display: block;
	width: 100%;
	margin: 4px auto 0;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.story_specs {
	padding: 28px 22px 32px;
	background: #1a1a1a;
	color: #fff;
}

.story_specs h3 {
	margin: 0 0 18px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.story_specs_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 12px;
}

.story_specs_item {
	padding: 12px 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	text-align: center;
}

.story_specs_item span {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: rgba(255, 255, 255, 0.55);
}

.story_specs_item strong {
	display: block;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 600;
	color: #fff;
}

.story_specs_note {
	margin: 18px 0 0;
	padding: 14px 16px;
	border-radius: 10px;
	background: rgba(255, 111, 97, 0.15);
	border: 1px solid rgba(255, 167, 133, 0.35);
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #ffd4c8;
}

.story_cta {
	padding: 24px 22px 30px;
	background: #fff;
	text-align: center;
}

.story_cta p {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 600;
	color: #333;
}

.story_cta p em {
	font-style: normal;
	color: #ff6f61;
}

.size_chart_section {
	padding: 30px 20px;
	background: #fff;
}

.size_chart_section .title {
	margin-bottom: 20px;
}

.size_chart_section .story_block__img {
	margin-bottom: 16px;
}

.size_chart_section .story_block__img:last-child {
	margin-bottom: 0;
}
