.page-blog {
	padding-bottom: 56px;
}

.page-blog .blog-layout {
	gap: 30px;
}

.page-blog .blog-sidebar {
	flex: 0 0 280px;
	min-width: 280px;
}

.page-blog .blog-sidebar .__column_left {
	position: sticky;
	top: 16px;
}

.page-blog .blog-sidebar #column-left {
	float: none;
	padding: 0;
	width: 100%;
}

.page-blog .blog-sidebar .left-categories {
	background: #fff;
	border: 1px solid #f0e5e9;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(67, 48, 55, .07);
	overflow: hidden;
}

.page-blog .blog-sidebar .left-categories .title {
	background: #fd89ac;
	color: #fff;
	font-size: 15px;
	margin: 0;
	padding: 15px 16px;
	text-align: center;
	text-transform: uppercase;
}

.page-blog .blog-sidebar .left-categories .item {
	height: auto;
	line-height: 1.35;
	min-height: 40px;
	padding: 11px 15px;
}

.page-blog .blog-sidebar .left-categories .children {
	margin-bottom: 0;
}

.page-blog .blog-content {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
}

.page-blog .breadcrumb {
	margin-bottom: 28px;
}

.page-blog .breadcrumb li {
	display: flex;
	align-items: center;
}

.page-blog .breadcrumb .item {
	color: #777073;
	font-size: 14px;
	text-decoration: none;
}

.page-blog .breadcrumb a.item:hover {
	color: #fd89ac;
}

.blog-header {
	margin-bottom: 28px;
}

.blog-eyebrow {
	color: #e85f8e;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.blog-header h1 {
	color: #413b3b;
	font-size: 36px;
	line-height: 1.2;
	margin: 0;
}

.blog-intro {
	background: #fff7fa;
	border: 1px solid #f3e3ea;
	border-radius: 16px;
	display: grid;
	gap: 24px;
	margin-bottom: 34px;
	padding: 24px;
}

.blog-intro--with-image {
	align-items: center;
	grid-template-columns: minmax(0, 1fr) 240px;
}

.blog-intro__text {
	color: #5d5659;
	font-size: 15px;
	line-height: 1.75;
}

.blog-intro__text > :last-child {
	margin-bottom: 0;
}

.blog-intro__image img {
	border-radius: 12px;
	display: block;
	height: 180px;
	object-fit: cover;
	width: 100%;
}

.blog-section {
	margin-top: 34px;
}

.blog-section__heading {
	align-items: center;
	display: flex;
	margin-bottom: 18px;
}

.blog-section__heading h2 {
	color: #413b3b;
	font-size: 26px;
	line-height: 1.3;
	margin: 0;
}

.blog-rubrics__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-rubric {
	align-items: center;
	background: #fff;
	border: 1px solid #eee6e9;
	border-radius: 12px;
	color: #413b3b;
	display: flex;
	gap: 14px;
	min-width: 0;
	padding: 14px 16px;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.blog-rubric:hover,
.blog-rubric:focus {
	border-color: #fd89ac;
	box-shadow: 0 10px 24px rgba(180, 99, 128, .12);
	color: #413b3b;
	text-decoration: none;
	transform: translateY(-2px);
}

.blog-rubric img {
	border-radius: 10px;
	height: 58px;
	object-fit: cover;
	width: 58px;
}

.blog-rubric__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.blog-rubric__content strong {
	font-size: 16px;
	line-height: 1.35;
}

.blog-rubric__content span {
	color: #968d90;
	font-size: 12px;
}

.blog-rubric__arrow {
	color: #fd89ac;
	font-size: 22px;
	line-height: 1;
}

.blog-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.blog-card {
	background: #fff;
	border: 1px solid #eee6e9;
	border-radius: 16px;
	box-shadow: 0 6px 22px rgba(67, 48, 55, .07);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: box-shadow .25s ease, transform .25s ease;
}

.blog-card:hover {
	box-shadow: 0 14px 34px rgba(67, 48, 55, .14);
	transform: translateY(-4px);
}

.blog-card__media {
	background: #f9eef3;
	display: block;
	height: 190px;
	overflow: hidden;
	position: relative;
}

.blog-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
	width: 100%;
}

.blog-card:hover .blog-card__media img {
	transform: scale(1.035);
}

.blog-card__placeholder {
	align-items: center;
	background: linear-gradient(145deg, #fff4f8, #f5e3ea);
	display: flex;
	height: 100%;
	justify-content: center;
}

.blog-card__placeholder svg {
	fill: #d6a0b3;
	height: 54px;
	width: 54px;
}

.blog-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 20px;
}

.blog-card__meta {
	color: #8a8285;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 14px;
	margin-bottom: 10px;
}

.blog-card__title {
	font-size: 20px;
	line-height: 1.35;
	margin: 0 0 10px;
}

.blog-card__title a {
	color: #413b3b;
	text-decoration: none;
}

.blog-card__title a:hover {
	color: #e85f8e;
}

.blog-card__excerpt {
	color: #6a6265;
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 18px;
	max-height: 92px;
	overflow: hidden;
}

.blog-card__excerpt > :first-child {
	margin-top: 0;
}

.blog-card__excerpt > :last-child {
	margin-bottom: 0;
}

.blog-card__link {
	color: #e85f8e;
	font-size: 14px;
	font-weight: 700;
	margin-top: auto;
	text-decoration: none;
}

.blog-card__link span {
	display: inline-block;
	margin-left: 5px;
	transition: transform .2s ease;
}

.blog-card__link:hover {
	color: #c94e79;
	text-decoration: none;
}

.blog-card__link:hover span {
	transform: translateX(4px);
}

.blog-pagination {
	margin-top: 30px;
	text-align: center;
}

.blog-pagination .pagination {
	display: inline-flex;
	gap: 6px;
	margin: 0;
}

.blog-pagination .pagination > li > a,
.blog-pagination .pagination > li > span {
	align-items: center;
	background: #fff;
	border: 1px solid #eadfe3;
	border-radius: 8px;
	color: #665e61;
	display: flex;
	height: 38px;
	justify-content: center;
	min-width: 38px;
	padding: 0 10px;
}

.blog-pagination .pagination > .active > span,
.blog-pagination .pagination > li > a:hover {
	background: #fd89ac;
	border-color: #fd89ac;
	color: #fff;
}

.blog-empty {
	background: #fff7fa;
	border: 1px solid #f3e3ea;
	border-radius: 16px;
	margin-top: 28px;
	padding: 42px 28px;
	text-align: center;
}

.blog-empty h2 {
	color: #413b3b;
	font-size: 24px;
	margin: 0 0 10px;
}

.blog-empty p {
	color: #777073;
	margin-bottom: 22px;
}

.blog-button {
	background: #fd89ac;
	border-radius: 24px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 11px 24px;
	text-decoration: none;
}

.blog-button:hover {
	background: #e86f98;
	color: #fff;
	text-decoration: none;
}

.blog-comments {
	margin-top: 34px;
}

.blog-article {
	color: #514a4c;
}

.blog-article__header {
	margin-bottom: 24px;
}

.blog-article__header h1 {
	color: #413b3b;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0;
	max-width: 1000px;
}

.blog-article__meta {
	color: #8a8285;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 18px;
	margin-top: 14px;
}

.blog-article__opening {
	margin-bottom: 28px;
}

.blog-article__opening--split {
	align-items: start;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
}

.blog-article__lead {
	background: #fff7fa;
	border-left: 4px solid #fd89ac;
	border-radius: 0 12px 12px 0;
	color: #5d5659;
	font-size: 16px;
	line-height: 1.75;
	padding: 20px 22px;
}

.blog-article__lead > :first-child {
	margin-top: 0;
}

.blog-article__lead > :last-child {
	margin-bottom: 0;
}

.blog-article__hero {
	background: #f7f4f5;
	border-radius: 14px;
	display: block;
	margin: 0 auto;
	max-width: 620px;
	overflow: hidden;
}

.blog-article__opening--split .blog-article__hero {
	max-width: none;
}

.blog-article__hero img {
	display: block;
	height: auto;
	max-height: 420px;
	object-fit: contain;
	width: 100%;
}

.blog-article__body {
	color: #514a4c;
	font-size: 15px;
	line-height: 1.8;
	overflow-wrap: break-word;
}

.blog-article__body h2,
.blog-article__body h3,
.blog-article__body h4 {
	color: #413b3b;
	line-height: 1.35;
	margin: 30px 0 14px;
}

.blog-article__body h2 {
	font-size: 25px;
}

.blog-article__body h3 {
	font-size: 21px;
}

.blog-article__body img {
	border-radius: 10px;
	height: auto !important;
	max-width: 100% !important;
}

.blog-article__body iframe,
.blog-article__body video {
	max-width: 100%;
}

.blog-article__body table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

.blog-article__gallery {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
}

.blog-article__gallery a {
	background: #f7f4f5;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}

.blog-article__gallery img {
	display: block;
	height: 180px;
	object-fit: cover;
	transition: transform .25s ease;
	width: 100%;
}

.blog-article__gallery a:hover img {
	transform: scale(1.035);
}

.blog-article__attributes {
	background: #faf7f8;
	border-radius: 12px;
	margin-top: 28px;
	padding: 20px 22px;
}

.blog-article__attributes h2 {
	color: #413b3b;
	font-size: 20px;
	margin: 0 0 12px;
}

.blog-article__attributes ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin: 0;
	padding: 0;
}

.blog-article__attributes li {
	list-style: none;
}

.blog-tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.blog-tags span {
	font-weight: 600;
}

.blog-tags a {
	background: #fff2f6;
	border-radius: 16px;
	color: #d95c87;
	padding: 5px 11px;
	text-decoration: none;
}

.blog-grid--related .blog-card__media {
	height: 165px;
}

.blog-products {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-product-card {
	background: #fff;
	border: 1px solid #eee6e9;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 16px;
}

.blog-product-card__image {
	background: #faf7f8;
	border-radius: 10px;
	display: block;
	height: 220px;
	overflow: hidden;
}

.blog-product-card__image img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.blog-product-card h3 {
	font-size: 16px;
	line-height: 1.4;
	margin: 14px 0 10px;
}

.blog-product-card h3 a {
	color: #413b3b;
	text-decoration: none;
}

.blog-product-card__price {
	color: #413b3b;
	margin: 0 0 14px;
}

.blog-product-card__price strong {
	color: #e85f8e;
	margin-right: 7px;
}

.blog-product-card__price del {
	color: #999;
}

@media (max-width: 1350px) {
	.blog-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.blog-card__media {
		height: 190px;
	}

	.blog-intro--with-image {
		grid-template-columns: minmax(0, 1fr) 210px;
	}

	.blog-article__opening--split {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
	}
}

@media (max-width: 767px) {
	.page-blog .blog-layout {
		display: block;
	}

	.page-blog .blog-sidebar {
		display: none;
	}

	.blog-grid,
	.blog-rubrics__grid,
	.blog-products,
	.blog-article__gallery {
		grid-template-columns: 1fr;
	}

	.blog-intro--with-image,
	.blog-article__opening--split {
		grid-template-columns: 1fr;
	}
}
