.shop-slider .title-flex {
	max-width: 1306px;
	margin: 0 auto 47px;
	display: flex;
	justify-content: space-between;
}
.shop-slider {
	padding: 74px 0 96px;
	border-bottom: 1px solid black;
}
.shop-slider .swiper-container {
	max-width: 1258px;
	margin: 0 auto;
	overflow: hidden;
}
.shop-slider .title-flex h2 {
	font-size: 68px;
	letter-spacing: -1.9px;
	margin: 0;
}
.shop-slider .title-flex .facetwp-radio.checked {
	background-image: none;
	font-family: "Haboro Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #C78E76;
	border-bottom: 1px solid #C78E76;
}
.shop-slider .title-flex .facetwp-radio:before {
	content:"";
	display: inline-block;
	width:0;
	height:0;
	border-radius: 50%;
	margin:0;
	transition: all 0.5s;
}
.shop-slider .title-flex .facetwp-radio.checked:before {
	content:"";
	display: inline-block;
	width:9px;
	height:9px;
	border-radius: 50%;
	margin:0 19px 0 0;
	transition: all 0.5s;
	background:#C78E76;
}
.shop-slider .title-flex .facetwp-display-value {
	padding:0;
}
.shop-slider .title-flex .facetwp-radio {
	background: none;
	background-size: 0;
	margin-bottom: 0;
	padding-left: 0;
	cursor: pointer;
	border-bottom: 1px solid black;
	height: fit-content;
	margin: 0 30px 0 0;
	padding: 0 0 5px!important;
}
.shop-slider .title-flex .facetwp-facet-home_shop {
	display:flex;
	margin: 35px 0 0;
}
.shop-slider .title-flex .facetwp-facet-home_shop .facetwp-counter {
	display: none;
}
.shop-slider .title-flex .facetwp-radio {
	font-family: "Haboro Serif";
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	padding: 0;
}
.shop-slider .facetwp-template {
	max-width: 1347px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.shop-slider .swiper-button-prev img {
	transform: scaleX(-1);
}

.shop-slider .facetwp-template #hero-image {
	width: 245px;
	height: 245px;
	object-fit: contain;
	background-color: white;
	padding: 20px;
	margin: 0 auto;
}
.shop-slider .facetwp-template a {
	text-decoration: none;
	text-align: center;
}
.shop-slider .swiper-button-prev {
	left:3px;
}
.shop-slider .swiper-button-next {
	right:0;
}
.shop-slider .facetwp-template .product-brand {
	display: block;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 100;
	line-height: 115%;
	letter-spacing: -0.44px;
	text-transform: uppercase;
	font-family: 'Tobias';
	margin: -4px 0 0;
}
.shop-slider .facetwp-template h2 {
	font-family: 'PT Serif';
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0.17px;
	text-align: center;
	margin: 6px 0 0;
}
@media all and (max-width:1330px) {
	.shop-slider .title-flex {
		max-width:95%;
	}
	.shop-slider .facetwp-template {
		max-width: 95%;
	}
}
@media all and (max-width:1080px) {
	.shop-slider .title-flex {
		max-width: 95%;
		flex-direction: column-reverse;
	}
	.shop-slider .facetwp-template #hero-image {
		margin: 0 auto 10px;
		display: block;
	}
}
@media all and (max-width: 768px) {
	.shop-slider .facetwp-template {
		max-width: 100%;
	}
	.shop-slider .swiper-button-prev, .shop-slider .swiper-button-next {
		display:none!important;
	}
	.shop-slider .title-flex .facetwp-facet-home_shop {
		display: flex;
		gap: 1rem;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
	}
	.shop-slider .title-flex .facetwp-facet-home_shop::-webkit-scrollbar {
	  display: none; /* optional: hide scrollbar */
	}
	
	.shop-slider .title-flex .facetwp-radio {
	  flex: 0 0 auto; /* prevent shrinking, keep natural width */
	}
	.shop-slider {
		padding: 40px 0 45px;
		border-bottom: 1px solid black;
	}
}
@media all and (max-width: 600px) {
	.shop-slider .title-flex h2 {
		font-size: 48px;
		letter-spacing: -1.9px;
		margin: 0;
	}
	.shop-slider .title-flex {
		max-width: 100%;
		padding-left: 2.5%;
	}
	.shop-slider .facetwp-template #hero-image {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
	.shop-slider .facetwp-template .product-brand {
		font-size:20px;
	}
	.shop-slider .facetwp-template h2 {
		font-size:16px;
	}
	.shop-slider .title-flex .facetwp-radio {
		margin: 0 10px 0 0;
	}
}