.lamproducts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
	max-width: 1430px;
    justify-self: anchor-center;
}

.lamproduct-card {
    border: 1px solid #ffcf00;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    transition: background-color 0.3s ease;
    position: relative;
	padding: 10px;
}

.lamproduct-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.lamproduct-image{
    margin-top: -100px;
    margin-bottom: -90px;
}

.lamproduct-image img {
    width: 100%;
    height: auto;
    display: block;
}

.lamproduct-info {
    padding: 10px;
}

.lamproduct-infoprice {
    padding-bottom: 0px;
}

.lamproduct-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
	color: #000000;
}
.lamproduct-subtitle {
	font-size: 15px;
	font-weight: 300;
	color: #000000;
}
.lamproduct-combus{
	width: fit-content;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: white;
    padding: 2px 10px;
    font-size: 10px;
}

.lamproduct-desde {
	font-size: 15px;
	font-weight: 300;
	color: #000000;
	margin-bottom:0;
}

.lamproduct-price {
    font-size: 32px;
    font-weight: bold;
	color:#000000;
}
.lamproduct-priceextra {
	font-size: 15px;
	font-weight: 300;
	color: #000000;
}

.lamproduct-badge {
    position: absolute;
    bottom: 32px;
    right: 0px;
    background-color: #EF7E16;
    color: white;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 12px 0px 0px 12px;
}

.lamproduct-card.on-sale {
    background: transparent linear-gradient(180deg, #ffcf00 0%, #000000 100%) 0% 0% no-repeat padding-box;
    color: white !impotant;
}

.lamproduct-card:hover {
    background: #ffcf0051; /* azul suave */
}

/*.lamproduct-card a:hover {
	color: white !important;
}*/

.lamproduct-card.on-sale h2, .lamproduct-card.on-sale h3, .lamproduct-card.on-sale h4, .lamproduct-card.on-sale h5, .lamproduct-card.on-sale p, .lamproduct-card.on-sale span{
	color: #FFF;
}

.lamproduct-card.on-sale:hover h2, .lamproduct-card.on-sale:hover h3, .lamproduct-card.on-sale:hover h4, .lamproduct-card.on-sale:hover h5, .lamproduct-card.on-sale:hover span{
	color: #000000;
}
