/* Currently Loving Block Styles */

.currently-loving {
	position: relative;
	background-color: #f5f1eb; /* Light beige background */
	padding: 58px 0 39px;
	min-height: 300px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #33391D;
}
.currently-loving:after {content:"";display:block;width:100%;background:#33391D;height:1px;position:absolute;bottom: 6px;left:0;}
.currently-loving-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0 0 0 3.05%;
	overflow: hidden;
}

/* Header: Title and Filters */
.currently-loving-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-bottom: 0;
	padding-bottom: 14px;
	 /* Dark green border */
}

.currently-loving-title {
	margin: 0 24px 0 0;
	font-family: 'Inria Serif', serif;
	font-size: 32px;
	font-weight: 300;
	color: #33391D; /* Dark green */
	text-align: left;
	flex-shrink: 0;
	letter-spacing: -0.09rem;
}

.currently-loving-filters {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	flex-wrap: wrap;
	flex: 1;
	justify-content: flex-start;
	padding: 8px 0 0;
}

.currently-loving-filter-label {
	font-size: 16px;
	font-weight: 600;
	color: #33391D;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	margin-right: 28px;
}

.currently-loving-filter-label-item {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	margin: 0 29px 0 0;
}

.currently-loving-filter-radio {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
}

.currently-loving-filter-text {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #33391D;
	cursor: pointer;
	padding-left: 30px;
	transition: color 0.2s ease;
	letter-spacing: 0.05rem;
}

/* Radio button custom styling */
.currently-loving-filter-text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
	border: 1px solid #2d5016;
	border-radius: 50%;
	background-color: transparent;
	transition: all 0.2s ease;
	margin: 0 0 0 0;
}

.currently-loving-filter-radio:checked + .currently-loving-filter-text::before {
	background-color: #33391D;
	border-color: #33391D;
}

.currently-loving-filter-radio:focus + .currently-loving-filter-text::before {
	outline: 2px solid #2d5016;
	outline-offset: 2px;
}

.currently-loving-filter-radio:hover + .currently-loving-filter-text,
.currently-loving-filter-label-item:hover .currently-loving-filter-text {
	color: #1a3009;
}

/* Slider Wrapper */
.currently-loving-slider-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 60px; /* Space for scrollbar and shop more link */
}

/* Swiper Container */
.currently-loving-swiper {
	width: 100%;
	overflow: visible;
	padding: 1rem 0;
}

.currently-loving-swiper .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

/* Product Slide */
.currently-loving-swiper .swiper-slide {
	width: auto;
	height: auto;
	display: flex;
	align-items: stretch;
}

.currently-loving-slide-hidden {
	display: none !important;
}

/* Product Card */
.currently-loving-product {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	max-width: 250px;
}

.currently-loving-product-link {f
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	width: 96%;
	transition: transform 0.2s ease, opacity 0.2s ease;
	background: white;
	border-radius: 13px;
	padding: 9px;
	height: 348px;
}
.currently-loving-product-link:hover{
	background:#ECCCC5;
}
.currently-loving-product-link .border {
	border: 1px dashed rgba(45, 80, 22, 0.5);
	border-radius:13px;
	height: 100%;
}

.currently-loving-product-link:hover,
.currently-loving-product-link:focus {
	transform: translateY(-5px);
	opacity: 0.9;
	outline: none;
}

.currently-loving-product-link:focus-visible {
	outline: 2px solid #2d5016;
	outline-offset: 4px;
	border-radius: 8px;
}

/* Product Image Container */
.currently-loving-product-image {
	position: relative;
	width: 100%;
	height: 259px;
	overflow: hidden;
	border-radius: 13px;
	
	 /* Dashed dark green border */
	margin-bottom: 15px;
	padding: 8px;
}

.currently-loving-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 0 0 10px;
}

/* Product Title */
.currently-loving-product-title {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	font-family: 'Inria Serif';
	text-transform: capitalize;
	letter-spacing: 0;
}

.currently-loving-product-link .currently-loving-product-title {
	color: #000000;
	transition: color 0.2s ease;
}

.currently-loving-product-link:hover .currently-loving-product-title,
.currently-loving-product-link:focus .currently-loving-product-title {
	color: #1a3009;
}

/* Scrollbar Container */
.currently-loving-scrollbar-container {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	padding: 0 1rem;
	width: 194px;
	left: 0;
	right: 44px;
	margin: auto;
}

.currently-loving-scrollbar {
	position: relative;
	width: 100%;
	max-width: 600px;
	height: 4px;
	border-radius: 0;
	background: black;
	height: 1px!important;
}

.currently-loving-scrollbar .swiper-scrollbar-drag {
	background: #33391D;
	border-radius: 50%;
	height: 12px;
	cursor: grab;
	width: 12px!important;
	top: -5px;
}

.currently-loving-scrollbar .swiper-scrollbar-drag:active {
	cursor: grabbing;
}

/* Shop More Link */
.currently-loving-shop-more {
	position: absolute;
	bottom: 17px;
	right: 4%;
	padding: 0;
}

.currently-loving-shop-more-link {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	font-size: 15px;
	font-weight: 600;
	color: #33391D;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	transition: all 0.5s;
}

.currently-loving-shop-more-link:hover,
.currently-loving-shop-more-link:focus {
	color: #1a3009;
	text-decoration:underline;
}

.currently-loving-shop-more-link:focus-visible {
	outline: 2px solid #2d5016;
	outline-offset: 4px;
	border-radius: 4px;
}

.currently-loving-shop-more-arrow {
	font-size: 1rem;
	line-height: 1;
}

/* Responsive Styles */
@media (max-width: 1024px) {
	.currently-loving-title {
		font-size: 1.75rem;
	}
	
	.currently-loving-filters {
		width: 100%;
	}
}
@media (max-width:900px) {
	.currently-loving-header {
		flex-direction:column;
		gap: 0;
	}
	.currently-loving-title {
		text-align:left;
		width:100%;
		margin:0;
	}
}
@media (max-width: 768px) {
	.currently-loving-filter-label {
		margin-right:0;
	}
	.currently-loving-filter-label-item {
		margin:0;
	}
	.currently-loving {
		padding: 30px 0 30px;
	}
	.currently-loving-scrollbar-container {
		left:0;
		right:inherit;
	}
}

@media (max-width: 650px) {
.currently-loving-product-link {height:auto;aspect-ratio: 8/13;}
	.currently-loving-product-image {
		height:auto;
		aspect-ratio: 20/24;
		margin: 0;
	}
}
@media (max-width: 540px) {
	.currently-loving-filter-label {
		width:100%;
	} 
	.currently-loving {
        padding: 50px 0 30px;
    }
	.currently-loving-filter-text {
		padding-left:20px;}
	.currently-loving-filters {
       gap:10px;
    }
	.currently-loving-product-title {
font-size:14px;
	line-height:1;
		padding:0 10px;
		margin:0 0 10px;
	}
}

/* Accessibility: Focus States */
.currently-loving-filter-radio:focus-visible + .currently-loving-filter-text::before {
	outline: 3px solid #2d5016;
	outline-offset: 2px;
}

.currently-loving-product-link:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 3px;
}

/* Print Styles */
@media print {
	.currently-loving-header {
		border-bottom: 1px solid #000;
	}
	
	.currently-loving-scrollbar-container,
	.currently-loving-shop-more {
		display: none;
	}
	
	.currently-loving-slider-wrapper {
		padding-bottom: 0;
	}
	
	.currently-loving-swiper .swiper-wrapper {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	.currently-loving-swiper .swiper-slide {
		width: calc(25% - 1rem);
		margin-bottom: 1rem;
		margin-right: 1rem;
	}
	
	.currently-loving-product {
		max-width: 100%;
	}
}

