/* --- Custom Painted & Modern Section --- */

#custom-painted {
	padding-top: 64px;
	padding-bottom: 64px;
}

#custom-painted h2 {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 800;
	color: #1a1a1a;
}

@media (min-width: 1024px) {
	#custom-painted h2 {
		font-size: 36px;
	}
}

/* 黑色相框样式 */
.framed-image {
	border: 8px solid #111;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), 0 10px 20px rgba(0, 0, 0, 0.2);
	transform: scale(0.9);
}

.product-card-container:hover .framed-image {
	transform: scale(1.0);
}

/* Show More 按钮 */
.review-btn {
	background-color: #34495e;
	color: white;
	transition: all 0.3s;
}

.review-btn:hover {
	background-color: #2c3e50;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(44, 62, 80, 0.3);
}
