.recent-posts {
	padding: 2px 0 82px;
	position: relative;
	border-bottom: 1px solid black;
}
.recent-posts .quick-links {
	position: absolute;
	right: 0;
	top: 14px;
	z-index: 9;
}
.recent-posts .quick-links.active {
	z-index: 9999;
}
.recent-posts .quick-links .ql-trigger {
	width: 157px;
	background: #1E1E1E;
	text-align: center;
	color: white;
	height: 55px;
	margin: 0;
	padding: 16px 0 0;
	box-shadow: 0 4px 8px -4px #757575;
	transition: all 0.5s;
}
.recent-posts .quick-links .ql-trigger:hover {
	cursor: pointer;
	box-shadow: 0 5px 10px -3px #3e3d3d;
}
.recent-posts .quick-links .ql-trigger .h4 {
	margin: 0;
	font-size: 9px;
	font-family: 'presicav';
	font-weight: 600;
	letter-spacing: 0.03rem;
	display: flex;
	justify-content: center;
}
.recent-posts .quick-links .ql-trigger .h4 em {
	font-family: medusa, sans-serif;
	font-size: 33px;
	font-style: inherit;
	font-weight: 100;
	margin: -2px 0 0px -17px;
	display: block;
}
.recent-posts .ql-triggered .slick-prev {
	position: absolute;
	bottom: -24px;
	left: 24px;
	z-index: 1;
	font-size: 100px;
	width: 8px;
	height: 11px;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 4;
}
.recent-posts .ql-triggered .slick-slide img{
	display: block;
	height: 130px;
	margin: 24px auto 6px;
}
.recent-posts .ql-triggered .slick-next{
	position: absolute;
	bottom: -24px;
	right: 25px;
	z-index: 1;
	font-size: 100px;
	width: 8px;
	height: 11px;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 4;
}
.recent-posts .ql-triggered .slick-prev img, .recent-posts .ql-triggered .slick-next img {
	filter: invert(1);
}
.recent-posts .ql-triggered {
	display: none;
	width: 157px;
	background: #FFFFFF;
	text-align: center;
	margin-top: 11px;
	position: relative;
	padding: 5px 0;
	border-bottom: 80px solid black;
}
.recent-posts .ql-triggered a {
	text-decoration: none;
}
.recent-posts .ql-triggered a:hover, .recent-posts .archive-wrap article .slick-slide a:hover {
	opacity: 0.5;
}
.recent-posts .ql-triggered .slick-slide a span {
	font-family: 'presicav';
	text-transform: uppercase;
	font-weight: 600;
	font-size: 7px;
	text-decoration: underline;
	margin: 0 0 49px;
	display: block;
	letter-spacing: 0.03rem;
}
.recent-posts .ql-triggered h5 {
	font-family: 'Carefree Serif';
	font-size: 20px;
	font-style: italic;
	font-weight: 100;
	margin: 19px auto 1px;
	line-height: 1;
	letter-spacing: 0;
}
.recent-posts .ql-triggered .slider-counter {
	font-family: 'presicav';
	font-size: 10px;
	letter-spacing: 0.1rem;
	position: absolute;
	bottom: -53px;
	color: #FFFFFF;
	z-index: 3;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.recent-posts .ql-triggered .slider-counter span {
	margin: 0 9px;
}
.recent-posts .ql-triggered .close {
	width: 36px;
	height: 36px;
	border-radius: 50px;
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0 4px 8px -4px #757575;
}
.recent-posts .ql-triggered h4 {
	display: flex;
	font-size: 9px;
	font-weight: 600;
	margin: 35px auto 0;
	justify-content: center;
}
.recent-posts .ql-triggered h4 em {
	font-family: 'Medusa';
	font-size: 33px;
	font-style: inherit;
	font-weight: 100;
	margin: 0 0 0 -17px;
}
.recent-posts .ql-triggered.active {
	display: block;
}
.recent-posts .title-flex {
	max-width: 1162px;
	margin: 30px auto 9px;
	display: flex;
}
.recent-posts .title-flex p {
	margin: 0;
	font-size: 50px;
	font-family: 'Carefree Serif';
	font-weight: 100;
}
.recent-posts .title-flex a {
	font-family: 'presicav';
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin: -12px 0 6px 25px;
	background-image: url(../../assets/icons/utility/circle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 12px 22px 12px 48px;
	letter-spacing: 0.04rem;
}
.recent-posts .title-flex a:hover{
	text-decoration: underline;
}
.recent-posts .title-flex a img {
	width: 13px;
	margin: 4px 0 -1px 8px;
	display: inline-block;
}
.recent-posts .archive-wrap {
	max-width: 1164px;
	display: grid;
	grid-template-columns: 295px 519px 295px;
	grid-template-rows: auto auto;
	gap: 26px;
	margin: 0 auto;
	position: relative;
}

.recent-posts .archive-wrap article {
	margin: 0 0 8px;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.recent-posts .archive-wrap article:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 1 / 3; /* Spans two rows */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.recent-posts .archive-wrap article #hero-image {
	width: 100%;
	border: 1px solid #1E1E1E;
	margin-bottom: 10px;
}
.recent-posts .archive-wrap article:nth-child(1) {
	position: relative;
}
.recent-posts .archive-wrap article:nth-child(1):before {
	content: "";
	display: block;
	width: 52px;
	height: 86px;
	background-image: url(../../assets/icons/utility/newposttag.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -4px;
	left: 19px;
	z-index: 4;
}
.recent-posts .archive-wrap article:nth-child(1) #hero-image,
.recent-posts .archive-wrap article:nth-child(2) #hero-image,
.recent-posts .archive-wrap article:nth-child(4) #hero-image,
.recent-posts .archive-wrap article:nth-child(5) #hero-image {
	height: 295px; /* Standard height for smaller images */
}

.recent-posts .archive-wrap article:nth-child(3) #hero-image {
	height: 716px; /* Height for the larger image */
}

/* Ensure articles in the first and second rows stretch to the row's full height */
.recent-posts .archive-wrap article:nth-child(1),
.recent-posts .archive-wrap article:nth-child(2),
.recent-posts .archive-wrap article:nth-child(4),
.recent-posts .archive-wrap article:nth-child(5) {
	height: auto; /* Allow articles to expand to match row height */
}

.recent-posts .archive-wrap article:nth-child(3) {
	align-self: stretch; /* Ensure the center article stretches to fill the two rows */
}
.recent-posts .archive-wrap article:nth-child(3)  .overlay {
	height:98%;
}

.recent-posts .archive-wrap article .image-wrap {
	position: relative;
}
.recent-posts .archive-wrap article .overlay {
	position: absolute;
	background: rgba(30, 30, 30, 0.58);
	width: 100%;
	height: 95.2%;
	opacity: 0;
	transition: all 0.5s;
	z-index: 1;
}
.recent-posts .archive-wrap article:hover .overlay {
	opacity: 1;
}
.recent-posts .archive-wrap article a:hover {
	opacity: 1!important;
}
.recent-posts .archive-wrap article .shop-trigger {
	position: absolute;
	width: 23px;
	height: 22px;
	object-fit: contain;
	right: 10px;
	bottom: 25px;
	z-index: 2;
}
.recent-posts .archive-wrap article .shop-trigger:hover {
	cursor: pointer;
}
.recent-posts .archive-wrap article .shop-popup {
	width: 124px;
	position: absolute;
	background: white;
	box-shadow: 0 4px 8px -4px #757575;
	z-index: 2;
	text-align: center;
	top: 62px;
	left: -63px;
	border-bottom: 44px solid black;
	height: 185px;
}
.recent-posts .archive-wrap article .shop-popup .close {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	box-shadow: 0 4px 8px -4px #757575;
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	margin: auto;
}
.recent-posts .archive-wrap article .shop-popup .slick-prev {
	position: absolute;
	bottom: 12px;
	left: 27px;
	z-index: 1;
	font-size: 100px;
	width: 7px;
	height: 11px;
	margin: 0;
	padding: 0;
}
.recent-posts .archive-wrap article .shop-popup .slick-next{
	position: absolute;
	bottom: 12px;
	right: 28px;
	z-index: 1;
	font-size: 100px;
	width: 7px;
	height: 11px;
	margin: 0;
	padding: 0;
}
.recent-posts .archive-wrap article .shop-popup .slick-prev img, .recent-posts .archive-wrap article .shop-popup .slick-next img {
	filter: invert(1);
}
.recent-posts .archive-wrap article .shop-popup h4 {
	font-size: 5px;
	font-weight: 600;
	letter-spacing: 0.05rem;
	display: flex;
	justify-content: center;
	margin: 11px 0 0;
}
.recent-posts .archive-wrap article .shop-popup h4 em {
	font-family: 'Medusa';
	font-size: 21px;
	font-style: inherit;
	margin: 0 0 0 0px;
}
.recent-posts .archive-wrap article .shop-popup .slick-slide a img {
	height: 75px;
}
.recent-posts .archive-wrap article .shop-popup .slider-counter1 {
	color: white;
	font-family: 'presicav';
	font-size: 6px;
	font-weight: 600;
	letter-spacing: 0.4rem;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -36px;
}
.recent-posts .archive-wrap article .overlay span {
	color: white;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 33px;
	font-size: 25px;
	display: flex;
	justify-content: center;
}
.recent-posts .archive-wrap article .overlay span em {
	font-family: 'Medusa';
	font-style: inherit;
	font-size: 32px;
	display: inline-block;
	margin: -3px 0 0 -13px;
}
.recent-posts .archive-wrap article a {
	display: block;
	text-decoration: none;
	font-family: 'Carefree Serif';
	font-size: 29px;
	line-height: 1;
	margin: 1px 0 0;
}
.recent-posts .archive-wrap article p {
	margin: 0;
	font-size: 29px;
	font-family: 'Carefree Serif';
	font-weight: 100;
}

.recent-posts .archive-wrap article button {
	margin: 8px 0 0;
	padding: 0;
	border: none;
	font-family: 'presicav';
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0rem;
}
.recent-posts .archive-wrap article:hover a.post-title{
	opacity: 0.7;
}
.recent-posts .archive-wrap article:hover a.post-title button {
	text-decoration: underline;
}
.recent-posts .archive-wrap article:nth-child(3) .shop-popup {
	top: inherit;
	bottom: 187px;
	left: -35px;
}
@media all and (max-width:1170px) {
	.recent-posts .title-flex {
		max-width:1000px;
	}
	.recent-posts .archive-wrap {
		max-width: 1000px;
		grid-template-columns: 273px 410px 273px;
		gap: 20px;
	}
	.recent-posts .archive-wrap article:nth-child(1) #hero-image, .recent-posts .archive-wrap article:nth-child(2) #hero-image, .recent-posts .archive-wrap article:nth-child(4) #hero-image, .recent-posts .archive-wrap article:nth-child(5) #hero-image {
		height: 273px;
	}
	.recent-posts .archive-wrap article:nth-child(3) #hero-image {
		height: 658px;
	}
	.recent-posts .archive-wrap article:nth-child(1), .recent-posts .archive-wrap article:nth-child(2), .recent-posts .archive-wrap article:nth-child(4), .recent-posts .archive-wrap article:nth-child(5) {
		margin:0;
	}
	.recent-posts .archive-wrap article .shop-popup {
		left: -26px;
	}
}
@media all and (max-width: 1080px) {
	.recent-posts .title-flex {
		max-width: 700px;
	}
	.recent-posts .archive-wrap {
		max-width: 700px;
		grid-template-columns: 180px 296px 180px;
		gap: 20px;
	}
	.recent-posts .archive-wrap article:nth-child(1) #hero-image, .recent-posts .archive-wrap article:nth-child(2) #hero-image, .recent-posts .archive-wrap article:nth-child(4) #hero-image, .recent-posts .archive-wrap article:nth-child(5) #hero-image {
		height: 180px;
	}
	.recent-posts .archive-wrap article:nth-child(3) #hero-image {
		height: 474px;
	}
	.recent-posts .archive-wrap article:nth-child(3) .overlay {
		height: 97%;
	}
	.recent-posts .archive-wrap article:nth-child(1):before {
		width: 37px;
		height: 67px;
		top: -5px;
		left: 13px;
	}
	.recent-posts .archive-wrap article .overlay {
		height:92%;
	}
}
@media all and (max-width:768px) {
	.recent-posts .title-flex {
		max-width: 500px;
	}
	.recent-posts .title-flex p {
		font-size:40px;
	}
	.recent-posts .title-flex a {
		font-family: 'presicav';
		font-size: 8px;
		text-transform: uppercase;
		font-weight: 600;
		text-decoration: none;
		display: block;
		margin: -9px 0 6px 16px;
		padding: 9px 14px 6px 38px;
		letter-spacing: 0.04rem;
	}
	.recent-posts .archive-wrap article:nth-child(1), .recent-posts .archive-wrap article:nth-child(2), .recent-posts .archive-wrap article:nth-child(4), .recent-posts .archive-wrap article:nth-child(5) {
		margin: 0;
		width: 48%;
	}
	.recent-posts .archive-wrap article:nth-child(1) #hero-image, .recent-posts .archive-wrap article:nth-child(2) #hero-image, .recent-posts .archive-wrap article:nth-child(4) #hero-image, .recent-posts .archive-wrap article:nth-child(5) #hero-image {
		height: 240px;
	}
	.recent-posts .archive-wrap article p {
		font-size:25px;
	}
	.recent-posts .archive-wrap {
		max-width: 500px;
		gap: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.recent-posts {
		padding: 2px 0 50px;
	}
}
@media all and (max-width:520px) {
	.recent-posts {
		overflow: hidden;
	}
	.recent-posts .title-flex {
		max-width: 95%;
	}
	.recent-posts .title-flex p {
		font-size: 30px;
	}
	.recent-posts .title-flex a {
		font-family: 'presicav';
		font-size: 7px;
		text-transform: uppercase;
		font-weight: 600;
		text-decoration: none;
		display: block;
		margin: -7px 0 6px 8px;
		padding: 5px 7px 2px 26px;
		letter-spacing: 0.04rem;
	}
	.recent-posts .quick-links .ql-trigger {
		width: 125px;
		height: 43px;
		padding: 11px 0 0;
		transition: all 0s;
	}
	.recent-posts .ql-triggered h5 {
		font-size:24px;
	}
	.recent-posts .ql-triggered .slick-slide a span {
		font-size:8px;
	}
	.recent-posts .ql-triggered {
		width:100vw;
	}
	.recent-posts .quick-links.active .ql-trigger {
		width:100vw;
	}
	.recent-posts .ql-triggered .slick-slide img {
		display: block;
		height: 175px;
		margin: 8px auto 0px;
	}
	.recent-posts .ql-triggered .slick-slide a span {
		margin: 0 0 10px;
	}
	.recent-posts .quick-links .ql-trigger .h4 {
		font-size:8px;
	}
	.recent-posts .quick-links .ql-trigger .h4 em {
		margin: -2px 0 0px -13px;
		font-size:23px;
	}
	.recent-posts .archive-wrap article .image-wrap {
		position: relative;
		width: 100%;
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}
	.recent-posts .archive-wrap {
		max-width: 95%;
		gap: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.recent-posts .archive-wrap article:nth-child(1), .recent-posts .archive-wrap article:nth-child(2) {
		margin: 0 0 20px;
		width: 48%;
	}
	.recent-posts .archive-wrap article:nth-child(1) #hero-image, .recent-posts .archive-wrap article:nth-child(2) #hero-image, .recent-posts .archive-wrap article:nth-child(4) #hero-image, .recent-posts .archive-wrap article:nth-child(5) #hero-image, .recent-posts .archive-wrap article:nth-child(3) #hero-image {
		height: auto;
		aspect-ratio: 1 / 1;
	}
	.recent-posts .archive-wrap article:nth-child(3) {
		align-self: stretch;
		margin-bottom: 20px;
	}
	.recent-posts .archive-wrap article a {
		font-size: 20px;
		line-height: 1.1;
	}
	.recent-posts .archive-wrap article:nth-child(3) a {
		font-size: 25px;
	}
	.recent-posts {
		padding: 2px 0 30px;
	}
	.recent-posts .archive-wrap article .overlay {
		height: 95%;
	}
	.recent-posts .archive-wrap article:nth-child(3) .overlay {
		height: 96%;
	}
	.recent-posts .archive-wrap article:nth-child(3) .shop-popup {
		left:0;
	}
	.recent-posts .archive-wrap article .shop-popup {
		left:0;
	}
	.recent-posts .archive-wrap article .shop-popup {
		width:200px;
		height: 247px;
	}
	.recent-posts .archive-wrap article .shop-popup .slick-slide a img {
		height:112px;
	}
	.recent-posts .archive-wrap article .shop-popup .close {
		width: 32px;
		height: 32px;
		top:-21px;
	}
	.recent-posts .archive-wrap article .shop-popup .slider-counter1 {
		font-size:9px;
	}
}
@media all and (max-width:480px) {
	.recent-posts .archive-wrap article .overlay {
		height: 93%;
	}
	.recent-posts .archive-wrap article:nth-child(3) .overlay {
		height: 96.5%;
	}
}