/*.slide-shop{
	width: 300px !important;
	height: 300px !important;
	object-fit: cover;
}*/


.swiper-shop .title-notizie{
	text-transform: uppercase;
	font-size: 15px !important;
	font-family: "Work Sans", sans-serif;
	font-weight: 500;
	color: #CE902D !important;
}

.swiper-shop .btn-notizie {
    position: relative;
    font-size: 11px;
    color: #222;
}
.swiper-shop .btn-notizie::after{
	content: '';
	position: absolute;
	width: 4px;
	height: 8px;
	margin-top: 11px;
	margin-left: 4px;
	background-image: url('https://tourvespucci.it/wp-content/uploads/2024/06/Vector-10.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	vertical-align: center;
}