.product-grid-c49fd429 {
	display: grid;
}

.product-card-c49fd429 {
	display: flex;
	flex-direction: column;
	background-color: #f8f8f6;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card-c49fd429:hover {
	transform: translateY(-4px);
}

.product-card-img-wrapper-c49fd429 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 16px;
	display: block;
	position: relative;
}

.product-card-img-wrapper-c49fd429 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.product-card-badge-c49fd429 {
	position: absolute;
	top: 12px;
	left: 12px;
	background-color: #e6a836;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 6px 12px;
	border-radius: 30px;
	z-index: 2;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
	letter-spacing: 0.5px;
	pointer-events: none;
}

.product-card-content-c49fd429 {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.product-card-category-c49fd429 {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
}

.product-tax-link-c49fd429 {
	text-decoration: none;
	transition: color 0.2s ease;
}

.product-card-bottom-c49fd429 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start !important;
	margin-top: auto;
}

.product-card-title-c49fd429 {
	margin: 0;
	line-height: 1.3;
	padding-right: 15px;
}

.product-card-title-link-c49fd429 {
	text-decoration: none;
	color: inherit;
}

.product-card-icon-c49fd429 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	flex-shrink: 0;
	transition: opacity 0.2s;
	overflow: hidden;
	text-decoration: none;
}

.product-card-icon-c49fd429 svg,
.product-card-icon-c49fd429 i {
	width: 16px;
	height: 16px;
}

.product-card-c49fd429:hover .product-card-icon-c49fd429 {
	opacity: 0.8;
}

.product-grid-empty-c49fd429 {
	grid-column: 1 / -1;
	text-align: center;
	color: #999;
	padding: 40px 0;
}

/* Responsive optimization - Hide "+" on mobile and tablet */
@media (max-width: 1024px) {
	.product-card-icon-c49fd429 {
		display: none !important;
	}
	.product-card-title-c49fd429 {
		padding-right: 0 !important;
	}
}

/* Force 1 column below 450px on Mobile */
@media (max-width: 450px) {
	.product-grid-c49fd429 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}
