.item__image{
	display:flex;
	width:60%
}

.product-cart__image {
	background-size: cover !important;
}

@media (max-width: 768px) {
	.item__image{
		width:100%
	}
}

.product-cart__image-2025 {
	/*height: 281px;*/
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-cart__image-2025 img {
	width: 100%;
	height: auto;
	object-fit:cover;
}
