nav {
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

.item-thumbnail {
	object-fit: cover;
	height: 240px;
}

.item-thumbnail-small {
	object-fit: cover;
	width: 100px;
	height: 100px;
}

.input-cart {
	width: 100px;
}

.input-number {
	-moz-appearance: textfield;
}

.input-number::-webkit-outer-spin-button,
.input-number::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.input-number:focus {
	box-shadow: none;
} 

.promo-image {
	object-fit: cover;
}

.profile-image {
	width: 80px;
}

.sticky-div {
	position: sticky;
	top: 120px;
}
