/*.lamproducts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
	max-width: 1200px;
}*/

.lamproducts-swiper .lamproduct-card {
    border: 1px solid #ffcf00;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    transition: background-color 0.3s ease;
    position: relative;
	padding: 10px;
}

.lamproducts-swiper .lamproduct-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.lamproducts-swiper .lamproduct-image{
    margin-top: -100px;
    margin-bottom: -90px;
}

.lamproducts-swiper .lamproduct-image img {
    width: 100%;
    height: auto;
    display: block;
}

.lamproducts-swiper .lamproduct-info {
    padding: 10px;
}

.lamproducts-swiper .lamproduct-infoprice {
    padding-bottom: 0px;
}

.lamproducts-swiper .lamproduct-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
	color: #000000;
}
.lamproducts-swiper .lamproduct-subtitle {
	font-size: 15px;
	font-weight: 300;
	color: #000000;
}
.lamproducts-swiper .lamproduct-combus{
	width: fit-content;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: white;
    padding: 2px 10px;
    font-size: 10px;
}

.lamproducts-swiper .lamproduct-desde {
	font-size: 15px;
	font-weight: 300;
	color: #000000;
	margin-bottom:0;
}

.lamproducts-swiper .lamproduct-price {
    font-size: 32px;
    font-weight: bold;
	color:#000000;
}
.lamproducts-swiper .lamproduct-priceextra {
	font-size: 15px;
	font-weight: 300;
	color: #000000;
}

.lamproducts-swiper .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;
}

.lamproducts-swiper .lamproduct-card.on-sale {
    background: transparent linear-gradient(180deg, #ffcf00 0%, #000000 100%) 0% 0% no-repeat padding-box;
    color: white !impotant;
}

.lamproducts-swiper .lamproduct-card:hover {
    background: #ffcf0051; /* azul suave */
}

/*.lamproduct-card a:hover {
	color: white !important;
}*/

.lamproducts-swiper .lamproduct-card.on-sale h2, .lamproducts-swiper .lamproduct-card.on-sale h3, .lamproducts-swiper .lamproduct-card.on-sale h4, .lamproducts-swiper .lamproduct-card.on-sale h5, .lamproducts-swiper .lamproduct-card.on-sale p, .lamproducts-swiper .lamproduct-card.on-sale span{
	color: #FFF;
}

.lamproducts-swiper .lamproduct-card.on-sale:hover h2, .lamproducts-swiper .lamproduct-card.on-sale:hover h3, .lamproducts-swiper .lamproduct-card.on-sale:hover h4, .lamproducts-swiper .lamproduct-card.on-sale:hover h5, .lamproducts-swiper .lamproduct-card.on-sale:hover span{
	color: #000000;
}

.lamproducts-swiper {
    width: 100%;
    padding: 20px 0;
	padding-bottom: 46px;
}

.lamproducts-swiper .swiper-slide {
    /*width: auto;*/
    display: flex;
    justify-content: center;
}

.lamproducts-swiper .lamproduct-card {
    flex: 0 0 auto; /* evita que se estire en el swiper */
    max-width: 360px; /* o el tamaño que quieras */
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0px);
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
    left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 23px !important;
	color:#575757;
}