.ps-card-2674fd16 {
	perspective: 1000px;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.ps-card-inner-2674fd16 {
	position: relative;
	width: 100%;
	border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; /* Organic shape */
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	transition: all 0.5s ease;
	background: #fdfaf6; /* Earthy tone */
	aspect-ratio: 3/4;
}

.ps-image-wrapper-2674fd16 {
	position: relative;
	width: 100%;
	height: 100%;
}

.ps-image-2674fd16 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ps-overlay-2674fd16 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(43, 33, 24, 0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem;
	text-align: center;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.ps-title-2674fd16 {
	color: #fff;
	margin-bottom: 10px;
	transform: translateY(20px);
	transition: transform 0.4s ease;
}

.ps-desc-2674fd16 {
	color: #eaddd3;
	margin-bottom: 20px;
	transform: translateY(20px);
	transition: transform 0.4s ease 0.1s;
}

.ps-price-2674fd16 {
	color: #d8b08c;
	font-weight: bold;
	font-size: 1.2rem;
	transform: translateY(20px);
	transition: transform 0.4s ease 0.2s;
	background: #fff;
	padding: 5px 15px;
	border-radius: 20px;
}

.ps-card-inner-2674fd16:hover .ps-image-2674fd16 {
	transform: scale(1.1);
}

.ps-card-inner-2674fd16:hover .ps-overlay-2674fd16 {
	opacity: 1;
}

.ps-card-inner-2674fd16:hover .ps-title-2674fd16,
.ps-card-inner-2674fd16:hover .ps-desc-2674fd16,
.ps-card-inner-2674fd16:hover .ps-price-2674fd16 {
	transform: translateY(0);
}
