.jardin-las-vegas.product-card {
	border: none;
	border-radius: 0px;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
	padding: 0;
	display: flex;
	min-height: 410px;
	overflow: visible;
}

.jardin-las-vegas .card-img-top {
	padding-top: 10px;
	position: relative;
}

.jardin-las-vegas .card-body {
	background-color: #053219;
	width: 100%;
	bottom: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: visible;
	padding: 15px;
}

.jardin-las-vegas .card-img-top img {
	height: 180px;
	object-fit: contain;
}

.jardin-las-vegas .add-to-cart-text i {
	color: #053219;
	font-size: 1.6em;
}

.jardin-las-vegas .added-to-cart-button .add-to-cart-text i {
	color: #28a745;
	/* Green color for check icon */
	font-size: 1.6em;
}

.jardin-las-vegas .added-to-cart-button {
	/* Ensure exact same positioning as cart icon */
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	min-width: 35px !important;
	min-height: 35px !important;
}

.jardin-las-vegas .add-to-cart-card-button {
	/* Ensure exact same positioning as check icon */
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	min-width: 35px !important;
	min-height: 35px !important;
}

.jardin-las-vegas .product-brand {
	color: #FFF;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 0.8em;
}

.jardin-las-vegas .card-title {
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 1.125em;
	text-transform: uppercase;
	margin-bottom: 0;
}

.jardin-las-vegas .product-price-weight-simple {
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 1em;
}

.jardin-las-vegas .type-and-labs-combined {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.jardin-las-vegas .type-and-labs-badges {
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 0.7em;
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25em;
	align-items: center;
}

.jardin-las-vegas .type-and-labs-badges span {
	display: inline-block;
}

.jardin-las-vegas .type-and-labs-badges span:not(:last-child)::after {
	content: " \2022";
	margin-left: 0.25em;
}

/* Add to Cart Button styles are now controlled via Elementor's Global Settings > Product Cards */

.jardin-las-vegas .price-tier-dropdown .custom-dropdown-toggle {
	background-color: #fff;
	color: var(--e-global-color-secondary);
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	border-radius: 0;
	padding: 5px;
	width: 100%;
}

.jardin-las-vegas .price-tier-dropdown {
	position: relative !important;
	width: 100% !important;
	z-index: 10;
}

.jardin-las-vegas .price-tier-dropdown .custom-dropdown-toggle {
	font-family: 'Inter', sans-serif;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 8px 12px;
	background-color: #FFF;
	color: var(--e-global-color-secondary);
	border: none;
	border-radius: 0;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 600;
	min-height: 32px;
	transition: background-color 0.2s ease;
}

.jardin-las-vegas .price-tier-dropdown .dropdown-selected-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
	text-align: left;
}

.jardin-las-vegas .price-tier-dropdown .dropdown-chevron {
	margin-left: 8px;
	transition: transform 0.2s ease;
	flex-shrink: 0;
	font-size: 0.65rem;
}

.jardin-las-vegas .price-tier-dropdown.open .dropdown-chevron {
	transform: rotate(180deg);
}

.jardin-las-vegas .price-tier-dropdown .custom-dropdown-menu {
	position: absolute;
	top: auto;
	bottom: 35px;
	left: 0;
	right: 0;
	background-color: #fff;
	border: none;
	border-radius: 0;
	z-index: 9999;
	max-height: 200px;
	overflow-y: auto;
	display: none;
	margin-bottom: 4px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Rotación del chevron invertida para dropup por defecto */
.jardin-las-vegas .price-tier-dropdown .dropdown-chevron {
	transform: rotate(180deg);
}

.jardin-las-vegas .price-tier-dropdown.open .dropdown-chevron {
	transform: rotate(0deg);
}

.jardin-las-vegas .price-tier-dropdown.open .custom-dropdown-menu {
	display: block;
}

.jardin-las-vegas .price-tier-dropdown .price-tier-item {
	font-family: 'Inter', sans-serif;
	padding: 10px 12px;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 600;
	color: #333;
	transition: background-color 0.2s ease;
	border-bottom: 1px solid #f0f0f0;
}

.jardin-las-vegas .price-tier-dropdown .price-tier-item:last-child {
	border-bottom: none;
}

.jardin-las-vegas .price-tier-dropdown .price-tier-item:hover {
	background-color: #053219;
	color: #fff;
}

.jardin-las-vegas .price-tier-dropdown .price-tier-item.active {
	background-color: #f5f5f5;
	font-weight: 700;
}

.jardin-las-vegas .price-tier-dropdown .price-tier-item.active:hover {
	background-color: #053219;
	color: #fff;
}

/* Variant Dropdown Styles - Matching Price Tier Dropdown */
.jardin-las-vegas .variant-dropdown {
	position: relative !important;
	width: 100% !important;
	z-index: 10;
}

.jardin-las-vegas .variant-dropdown .custom-dropdown-toggle {
	font-family: 'Inter', sans-serif;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 8px 12px;
	background-color: #FFF;
	color: var(--e-global-color-secondary);
	border: none;
	border-radius: 0;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 600;
	min-height: 32px;
	transition: background-color 0.2s ease;
	margin-top: 1em;
	margin-bottom: 1em;
}

.jardin-las-vegas .variant-dropdown .dropdown-selected-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
	text-align: left;
}

.jardin-las-vegas .variant-dropdown .dropdown-chevron {
	margin-left: 8px;
	transition: transform 0.2s ease;
	flex-shrink: 0;
	font-size: 0.65rem;
}

.jardin-las-vegas .variant-dropdown .custom-dropdown-menu {
	position: absolute;
	top: auto;
	bottom: 50px;
	left: 0;
	right: 0;
	background-color: #fff;
	border: none;
	border-radius: 0;
	z-index: 9999;
	max-height: 200px;
	overflow-y: auto;
	display: none;
	margin-bottom: 4px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Rotación del chevron invertida para dropup por defecto */
.jardin-las-vegas .variant-dropdown .dropdown-chevron {
	transform: rotate(180deg);
}

.jardin-las-vegas .variant-dropdown.open .dropdown-chevron {
	transform: rotate(0deg);
}

.jardin-las-vegas .variant-dropdown.open .custom-dropdown-menu {
	display: block;
}

.jardin-las-vegas .variant-dropdown .variant-item {
	font-family: 'Inter', sans-serif;
	padding: 10px 12px;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 600;
	color: #333;
	transition: background-color 0.2s ease;
	border-bottom: 1px solid #f0f0f0;
}

.jardin-las-vegas .variant-dropdown .variant-item:last-child {
	border-bottom: none;
}

.jardin-las-vegas .variant-dropdown .variant-item:hover {
	background-color: #053219;
	color: #fff;
}

.jardin-las-vegas .variant-dropdown .variant-item.active {
	background-color: #f5f5f5;
	font-weight: 700;
}

.jardin-las-vegas .variant-dropdown .variant-item.active:hover {
	background-color: #053219;
	color: #fff;
}

/* Placeholder image styles for products without images */
.jardin-las-vegas.product-card .card-img-top.is-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	min-height: 200px;
	padding: 20px;
}

.jardin-las-vegas.product-card .card-img-top.is-placeholder img {
	width: 30% !important;
	height: auto !important;
	max-width: 100px !important;
	object-fit: contain !important;
	opacity: 0.5;
	margin: auto;
}

/* Original template placeholder styles */
.product-card .card-img-top.is-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	min-height: 200px;
	padding: 20px;
}

.product-card .card-img-top.is-placeholder img {
	width: 30% !important;
	height: auto !important;
	max-width: 100px !important;
	object-fit: contain !important;
	opacity: 0.5;
	margin: auto;
}