ul{
	list-style-type: disc;
	padding-left: 20px !important;
}

.dettagliShopContainer > div:first-of-type{
	width: 65%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.dettagliShopContainer > div:last-of-type{
	width: 35%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.dettagliShopContainer{
	display: flex;
}

.imgFogliaContainer{
	width: 46.875%;
	aspect-ratio: 1;
	border-radius: 50px;
	box-shadow: 0px 0px 10px 0px #333333;
	overflow: hidden;
  	position: relative;
}

.titoloFoglia{
	font-size: 2.25rem;
	font-weight: 600;
	color: #333333;
	line-height: 2.25rem;
}

.prezzoInteroFoglia{
	margin-top: 2.25rem;
	font-size: 2.8125rem;
	font-weight: 600;
	color: #8AAF48;
	line-height: 2.8125rem;
}

.risSocFoglia{
	margin-top: 0.5rem;
	color: #333333;
	line-height: 1.5rem;
	font-size: 1.5rem;
}

.risSocFogliaImp{
	font-weight: 600;
}

.associatiFoglia{
	margin-top: 1rem;
	background-color: #8AAF48;
	padding: 0.5rem;
	border-radius: 12.5px;
}

.associatiFoglia > a{
	font-size: 1.125rem;
	line-height: 1.125rem;
	font-weight: 600;
	color: white;
}

.aggCarFogliaContainer{
	background-color: #8AAF48;
	padding: 1rem;
	border-radius: 12.5px;
}

.aggCarFoglia{
	font-size: 1.40625rem;
	font-weight: 600;
	color: white;
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
}

.btnContainerFoglia{
	margin-top: 2.25rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.paypal{
	width: 100%;
	background-color: #8AAF48;
	margin-top: 1rem;
	display: flex;
	justify-content: center;
	font-size: 1.40625rem;
	font-weight: 600;
	padding: 1rem;
	border-radius: 12.5px;
	color: white;
	align-items: center;
	gap: 0.5rem;
}

.paypal > img{
	width: 25%;
	translate: 0 5%;
}

.descrizioneFoglia{
	margin-top: 2.25rem;
	line-height: 1.125rem;
	font-size: 1.125rem;
	color: #333333;
}

.prezzoInteroFoglia2{
	margin-top: 3rem;
	font-size: 1.5rem;
	font-weight: 600;
	color: #333333;
	line-height: 1.5rem;
	text-decoration: line-through;
}

.risSocFoglia2{
	margin-top: 0.5rem;
	color: #8AAF48;
	line-height: 3.75rem;
	font-size: 3.75rem;
	font-weight: 600;
}

.prezzoSoci{
	font-size: 2rem;
	color: #8AAF48;
}

.prezzoSociImp{
	font-weight: 600;
}

.rimCarFogliaContainer{
	background-color: #A52A2A;
	padding: 1rem;
	border-radius: 12.5px;
}

.rimCarFoglia{
	font-size: 1.40625rem;
	font-weight: 600;
	color: white;
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
}

.giaAcquistata{
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #333333;
}

.qui{
	font-weight: 600;
	color: #333333;
}

.prodottiCarrello{
	margin-top: 1rem;
	color: #333333;
}

.paypalContainer{
	width: 75%;
}

.carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.carousel-inner {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
	height: 100%;
}

.carousel-inner > img{
	object-fit: cover;
}

.carousel-item {
  min-width: 100%;
  transition: transform 0.5s ease-in-out;
  display: none;
}

.carousel-item.active {
  display: block;
}

button.prev, button.next {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

button.prev {
  left: 10px;
}

button.next {
  right: 10px;
}


@media screen and (max-width: 992px) {
	.dettagliShopContainer > div{
		width: 100% !important;
	}
	
	.dettagliShopContainer{
		flex-wrap: wrap;
	}
	
	.imgFogliaContainer{
		width: 50%;
	}
	
	.dettagliShopContainer > div:last-of-type{
		margin-top: 3rem;
	}
	
	.titoloFoglia {
		font-size: 3.375rem;
		line-height: 3.375rem;
	}
	
	.prezzoInteroFoglia2 {
		font-size: 2.25rem;
		line-height: 2.25rem;
	}
	
	.risSocFoglia2 {
		line-height: 5.625rem;
		font-size: 5.625rem;
	}
	
	.prezzoSoci {
		font-size: 3rem;
	}
	
	.btnContainerFoglia{
		width: 100%;
	}
	
	.aggCarFogliaContainer{
		width: 100%;
	}
	
	.rimCarFogliaContainer{
		width: 100%;
	}
	
	.paypal{
		width: 100%;
	}
	
	.paypalContainer{
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	.titoloFoglia {
        font-size: 1.6875rem;
        line-height: 1.6875rem;
    }
	
	.risSocFoglia2 {
        line-height: 2.8rem;
        font-size: 2.8rem;
    }
	
	.prezzoSoci {
        font-size: 1.5rem;
    }
	
	.imgFogliaContainer{
		width: 100%;
	}
}