.recent-posts {
	padding: 1px 0;
}
.recent-posts .latest-posts {
	max-width: 1242px;
	margin: 0 auto 60px;
}
.recent-posts .title-flex{
	max-width: 1242px;
	margin: 53px auto 16px;
	display: flex;
}
.recent-posts .title-flex .read-all {
	font-size: 12px;
	font-family: 'OaksGrotesk';
	font-weight: 900;
	text-decoration: none;
	line-height: 2;
	margin: 15px 0 0 25px;
	letter-spacing: 0.01rem;
}
.recent-posts .title-flex .read-all:hover{
	text-decoration: underline;
}
.recent-posts .title-flex .read-all img {
	width: 15px;
	height: 9px;
	object-fit: contain;
	margin: 0 0 0 12px;
}
.recent-posts .title-flex h2 {
	margin: 0;
}
.posts-grid {
	 /* display: grid;
	 grid-template-columns: 265px 468px 389px;
	 gap: 20px;
	 margin-top: 30px;
	 align-items: start;  */
	 column-count: 3;
}
 .posts-grid .post-1 img, .posts-grid .post-2 img{
	width: 265px;
	height: 265px;
	object-fit: cover;
	object-position: center;
}
 .posts-grid .post-item {
	 align-self: start;
	 margin: 0;
	 padding: 0;
	 break-inside: avoid;
 }
 .posts-grid .post-item h3 {
	 font-family: 'EditorsNote';
	 font-size: 20px;
	 font-weight: 100;
	 line-height: 22px;
	 margin: 5px 0 0;
	 letter-spacing: 0.01rem;
	 padding: 0 3px 0 0;
 }
 .posts-grid .post-item a {
	 text-decoration: none;
 }
 .posts-grid .post-item .post-category {
	font-family: 'OpenSans';
	font-size: 10px;
	font-weight: 100;
	display: block;
	margin: 5px 0 0;
	letter-spacing: 0.02rem;
 }
 .posts-grid .post-1, .posts-grid .post-2 {
	 /* grid-column: 1 / span 1; */
	 width:265px;
	 margin-bottom: 15px;
}
 .posts-grid .post-3 {
	 /* grid-column: 2 / span 1; */
	width: 468px;
	margin: 0 0 86px -94px;
}
 .posts-grid .post-item img {
	 transition: all 0.5s;
 }
 .posts-grid .post-item a:hover{
	 opacity: 1;
 }
 .posts-grid .post-item:hover img {
	 -webkit-filter: brightness(50%);
	 -webkit-transition: all 1s ease;
	 -moz-transition: all 1s ease;
	 -o-transition: all 1s ease;
	 -ms-transition: all 1s ease;
	 transition: all 1s ease;
 }
 .posts-grid .post-item:hover a {
	 text-decoration: underline;
 }
 .posts-grid .post-3 img {
	width: 468px;
	height: 622px;
	object-fit: cover;
	object-position: center;
}
 .posts-grid .currently-loving {
	 /* grid-column: 3 / span 1; */
	text-align: center;
	padding: 17px 18px;
	border-radius: 0;
	border: 1px solid #EFEAE8;
	height: 322px;
	width: 389px;
	flex-direction: row-reverse;
	margin: 14px 0 0 16px;
}
 .posts-grid .currently-loving .pr-slide img {
	width: 100%;
	height: 179px;
	object-fit: contain;
	object-position: center;
}
.posts-grid .currently-loving .pr-slide a {
	text-decoration: none;
}
.posts-grid .currently-loving .pr-slide .brand {
	display: block;
	font-family: 'OpenSans';
	font-size: 10px;
	letter-spacing: 0.02rem;
    text-transform:capitalize;
}
.posts-grid .currently-loving .pr-slide .title {
	display: block;
	font-family: 'EditorsNote';
	font-size: 20px;
	line-height: 29px;
	margin: 0;
}
 .posts-grid .currently-loving .slick-prev {
	margin: 0;
	position: absolute;
	left: 0;
	border: none;
	padding: 0;
	width: 14px;
	top: 77px;
	z-index: 2;
}
 .posts-grid .currently-loving .slick-next {
	margin: 0;
	position: absolute;
	right: 0;
	border: none;
	padding: 0;
	width: 14px;
	top: 77px;
	z-index: 2;
}
 .posts-grid .currently-loving h2 {
	font-size: 35px;
	margin: 0 0 10px;
}
 .posts-grid .currently-loving .product-card {
	 display: block;
	 text-align: center;
}
 .posts-grid .currently-loving .product-card img {
	 width: 200px;
	 height: auto;
	 border-radius: 10px;
}
 .posts-grid .currently-loving .product-card .product-name {
	 font-size: 18px;
	 margin-top: 10px;
	 font-weight: 600;
}
.posts-grid .post-5 {
	 /* grid-column: 3 / span 1; */
	 display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 17px 0;
	border-bottom: 1px solid #ddd;
	width: 389px;
	flex-direction: row-reverse;
	margin: 0 0 0 16px;
}
.posts-grid .post-6 {
	 /* grid-column: 3 / span 1; */
	 display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 17px 0;
	width: 389px;
	flex-direction: row-reverse;
	margin: 0 0 0 16px;
}
 .posts-grid .post-4 {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 gap: 10px;
	padding: 0px 0 15px;
	 border-bottom: 1px solid #ddd;
	width: 389px;
	flex-direction: row-reverse;
	margin: 0 0 0 16px;
 }
 .posts-grid .post-4:last-child, .posts-grid .post-5:last-child, .posts-grid .post-6:last-child {
	 border-bottom: none;
}
 .posts-grid .post-4 .post-thumbnail img, .posts-grid .post-5 .post-thumbnail img, .posts-grid .post-6 .post-thumbnail img {
	width: 67px;
	height: 89px;
	object-fit: cover;
}
 .posts-grid .post-4 .post-content .the-post-category, .posts-grid .post-5 .the-post-content .post-category, .posts-grid .post-6 .post-content .the-post-category {
	font-size: 10px;
	color: black;
	margin: 0;
}
 .posts-grid .post-4 .the-post-content .post-title, .posts-grid .post-5 .the-post-content .post-title, .posts-grid .post-6 .the-post-content .post-title {
	font-size: 20px;
	font-weight: 100;
	line-height: 22px;
}
 .posts-grid .post-4 .the-post-content, .posts-grid .post-5 .the-post-content, .posts-grid .post-6 .the-post-content  {
	 max-width:70%;
 }
 @media all and (max-width:1280px) {
	 .recent-posts .title-flex {
		 max-width: 1080px;
	 }
	 .recent-posts .latest-posts {
		 max-width: 1080px;
	 }
	 .posts-grid .post-3 {
		 width: 425px;
		 margin: 0 0 86px -74px;
	 }
 }
 @media all and (max-width:1190px) {
	 .posts-grid .post-4, .posts-grid .post-5, .posts-grid .post-6 {
		 width: 295px;
	 }
	 .posts-grid .currently-loving {
		 width:295px;
	 }
 }
 @media all and (max-width:1080px) {
	 .recent-posts .title-flex {
		 max-width: 768px;
	 }
	 .recent-posts .latest-posts {
		 max-width: 768px;
	 }
	 .posts-grid .post-1, .posts-grid .post-2 {
		 width:210px;
	 }
	 .posts-grid .post-3 {
		 width: 272px;
		 margin: 0 0 86px -35px;
	 }
	 .posts-grid .post-4, .posts-grid .post-5, .posts-grid .post-6 {
		 margin: 0;
		 width: 249px;
	 }
	 .posts-grid .currently-loving {
		 width: 248px;
		 margin: 14px 0 0 0;
	 }
	 .posts-grid .currently-loving h2 {
		 font-size: 25px;
		 margin: 0 0 10px;
	 }
	 /* .posts-grid {
		 column-count: 2;
		 padding-right: 17px;
	 }
	 .posts-grid .post-3 {
		 width: 265px;
		 margin: 0;
	 }
	 .posts-grid .post-3 img {
		 width: 100%;
		 height: 265px;
		 object-fit: cover;
		 object-position: center;
	 }
	 .posts-grid .post-4, .posts-grid .post-5, .posts-grid .post-6 {
		 width: 100%;
	 }
	.posts-grid .currently-loving {
		 width: 100%;
	 } */
 }
 @media all and (max-width:800px) {
 	.recent-posts .title-flex {
	 	max-width: 500px;
	 	justify-content: space-between;
 	}
	 .posts-grid .post-3 {
		 width: 210px;
		 margin: 0;
	 }
	 .posts-grid .post-1 img, .posts-grid .post-2 img {
		 width: 100%;
		 height: 215px;
	 }
	 .posts-grid .post-3 img {
		 width: 100%;
		 height: 215px;
	 }
	 .posts-grid {
		 column-count: 2;
	 }
	 .recent-posts .latest-posts {
		 margin: 0 auto 25px;
	 }
	 .recent-posts .title-flex {
		 margin: 25px auto 20px;
	 }
	 .posts-grid .post-4 .the-post-content, .posts-grid .post-5 .the-post-content, .posts-grid .post-6 .the-post-content {
		 max-width: 65%;
	 }
	.recent-posts .latest-posts {
		max-width: 500px;
	}
 }
 @media all and (max-width:530px) {
	 .recent-posts .title-flex {
		 max-width: 93%;
	 }
	.recent-posts .latest-posts {
		max-width: 400px;
		width: 90%;
	}
	 .posts-grid {
		 column-count: 1;
	 }
	 .posts-grid .post-1, .posts-grid .post-2 {
		 width: 268px;
		 margin: 0 auto 20px;
	 }
	 .posts-grid .post-3 {
		 width: 268px;
		 margin: 0 auto 20px;
	 }
	 .posts-grid .post-1 img, .posts-grid .post-2 img,  .posts-grid .post-3 img {
		 width: 100%;
		 height: 268px;
	 }
	 .posts-grid .post-4, .posts-grid .post-5, .posts-grid .post-6 {
		 margin: 0 auto;
		 width: 100%;
	 }
	 .posts-grid .currently-loving {
		 width: 100%;
		 margin: 14px auto 0;
	 }
 }