.wpg-grid-e09e8bdf {
	display: grid;
	gap: 20px;
}
.wpg-card-e09e8bdf {
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	transition: box-shadow 0.3s ease;
}
.wpg-card-e09e8bdf:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.wpg-image-wrapper-e09e8bdf {
	position: relative;
	overflow: hidden;
}
.wpg-main-img-e09e8bdf {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease;
}
.wpg-card-e09e8bdf:hover .wpg-main-img-e09e8bdf {
	transform: scale(1.05);
}
.wpg-badge-e09e8bdf {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #e2401c;
	color: #fff;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
	z-index: 2;
}
.wpg-thumbnails-e09e8bdf {
	display: flex;
	gap: 5px;
	padding: 10px;
	overflow-x: auto;
	scrollbar-width: none;
}
.wpg-thumbnails-e09e8bdf::-webkit-scrollbar {
	display: none;
}
.wpg-thumb-e09e8bdf {
	width: 50px;
	height: 50px;
	object-fit: cover;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 4px;
}
.wpg-thumb-e09e8bdf.active {
	border-color: #333;
}
.wpg-content-e09e8bdf {
	padding: 15px;
	text-align: center;
}
.wpg-title-e09e8bdf {
	font-size: 16px;
	margin: 0 0 10px;
}
.wpg-title-e09e8bdf a {
	color: #333;
	text-decoration: none;
}
.wpg-price-e09e8bdf {
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}
.wpg-add-to-cart-e09e8bdf .button {
	background: #333;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	transition: background 0.3s;
}
.wpg-add-to-cart-e09e8bdf .button:hover {
	background: #555;
}
