@media screen and (min-width: 914px) {

.item-container {
	height: auto;
	display: flex; 
	flex-direction: row;
	justify-content: center;
	gap: 10vw;
	padding: 5vw 7vw 8vw 7vw;
}


	.grey-square {
		width: 34.8vw;
		height: 34.8vw;
		border-radius: 10px;
		background-color: #f1f1f1;
	}
.item-image {
	display: flex;
	flex-direction: column;
}
.gallery-item {
	justify-content: center;
}
.gallery-btns {
	display: flex;
	position: relative;
	justify-content: space-between;
	margin-top: 1vw;
}
.w3-button {
	background: #E55A94;
	border: none;
	width: 5vw;
	height: 5vw;
	border-radius: 5vw;
	color: black;
	font-size: 3vw;
}
.w3-button:hover {
	background: #f391b4;
	color: white; 
	cursor: pointer;
}

.image {
	height: 100%;
}
	
	.item-info {
		display: flex;
		flex-direction: column;
		gap: 3.5vw;
		margin-top: 1vw;
	}

	.subtitle {
		border-radius: 10px;
		font-family: Lexend;
		font-weight: 700;
		font-size: 2.5vw;
		line-height: 100%;
		letter-spacing: 0%;
	}

	.quantity-rect {
		position: relative;
		width: 9.219vw;
		height: 3vw;
		border-radius: 0.5vw;
		border: 0.25vw solid #3E9DA2;
		background-color: white;
		box-sizing: border-box;

		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 10px;
	}

	.quantity-btn {
		width: 2.2vw;
		height: 2.2vw;
		font-size: 1.5vw;
		background-color: white;
		color: black;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#quantity-input {
		font-size: 1.5vw;
		font-weight: bold;
		color: black;
		border: none;
		width: 5vw;
		text-align: center;
	}
	
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
    		-webkit-appearance: none;
    		margin: 0;
	}
	
	#color-options {
		display: flex;
		gap: 5vw;
	}
	.color-btn {
		width: 10vw;
		height: 3vw;
		top: 77vh;
		border-radius: 0.5vw;
		border: 0.25vw solid #3E9DA2;
		background-color: white;
		padding: 8px 27px;
		box-sizing: border-box;
		font-size: 1.4vw;
		font-weight: bold;
		color: black;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	}


	/* Hover effect */
	.color-btn:hover {
		background-color: #3E9DA2;
		color: white;
		border-color: #2a7b7e;
	}

	.color-btn.active{
		background-color: #3E9DA2;
		color: white;
		border-color: #2a7b7e;
	}

	#size-options {
		display: flex;
		gap: 1.8vw;
		/* spacing between circles */
	}

	.size-btn {
		width: 3.75vw;
		height: 3.75vw;
		border: 0.25vw solid #3E9DA2;
		border-radius: 50%;
		background: #FFFEFE;
		box-sizing: border-box;

		display: flex;
		align-items: center;
		justify-content: center;

		font-size: 1.4vw;
		font-weight: bold;
		color: black;

		cursor: pointer;
		transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	}

	.size-btn:hover {
		background-color: #3E9DA2;
		color: white;
		border-color: #2a7b7e;
	}
	.size-btn.active {
		background-color: #3E9DA2;
		color: white;
		border-color: #2a7b7e;
	}

	.description {
		font-family: Lexend;
		font-size: 1.8vw;
		line-height: 100%;
		letter-spacing: 0%;
	}

	#add-cart-btn {
		width: 15vw;
		height: 3.5vw;
		border-radius: 1.1vw;;
		border: none;
		background: #E55A94;
		color: black;
		font-size: 2vw;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}
	#add-cart-btn:hover {
		color: white;
		background: #f391b4;
	}

.item-desc {
	width: 100%;
	height: auto;
	font-size: 1.5vw;
        line-height: 2.5vw;
}

.size-chart {
	width: 100%;
}



}
