.header {
	margin-bottom: 0px;
}

#warning {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0px 12px 20px 12px;
	padding: 12px 12px 12px 12px;
	height: auto;
	width: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	/* font-size: 2vmin; */
	color: #000000;
	border: solid 4px;
	border-color: black;
}

#space {
	height: 100px;
	width: 100%;
}

#categories {
	z-index: 1;
	margin-bottom: 24px;
	color: #000000 !important;
	font-size: 24px !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	/* border: 2px solid #000000; */
}

/*
#my-categories-134973283 {
	font-size: 24px;
	color: crimson !important;
}
*/

#search {
	margin-left: 24px;
	position: relative;
}

#store-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90vw;
	margin-bottom: 18px;
}

#cart {
	align-self: flex-end;
}

h2 {
	font-size: clamp(.5em, 2em, 3em);
	position: relative;
	text-align: center;
}

/* Media Queries */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
	#search {
		margin-left: 12px;
		/* margin-bottom: 24px; */
		position: relative;
	}

	#categories {
		z-index: 1;
		margin-bottom: 44px;
		margin-left: 22px;
		color: crimson;
	}

	#warning {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0px 12px 20px 12px;
		padding: 12px 12px 12px 12px;
		font-size: clamp(.25rem, .5em, 1em);
		height: auto;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		/* font-size: 3vmin; */
		color: #000000;
		border: solid 4px;
		border-color: black;
	}

	h2 {
		font-size: clamp(.5em, 1em, 2em);
	}
}

/* Free Shipping Banner */
.ivape-shipping-banner {
	width: 100%;
	background: #111;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .03em;
	padding: 12px 16px;
	margin: 0px 0 0px;
	box-sizing: border-box;
	text-transform: uppercase;
}

@media (max-width: 600px) {
	.ivape-shipping-banner {
		font-size: 15px;
		padding: 10px 12px;
	}
}

/* Banner */
.ivape-hero-slider {
	position: relative;
	width: 100%;
	max-width: 1680px;
	margin: 0px auto;
	overflow: hidden;
	background: #ffffff;
	aspect-ratio: 1680 / 500; /* adjust if your images are taller/shorter */
}

.ivape-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 700ms ease-in-out;
}

.ivape-slide.is-active {
	opacity: 1;
}

.ivape-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

@media (max-width: 768px) {
	.ivape-hero-slider {
		margin: 0 0 0px 0 !important;
		padding: 0 !important;
		height: auto !important;
		aspect-ratio: auto !important;
		background: #fff !important;
	}

	.ivape-slide {
		position: relative !important;
		display: none !important;
		inset: auto !important;
	}

	.ivape-slide.is-active {
		display: block !important;
	}

	.ivape-slide img {
		width: 100% !important;
		height: auto !important;
		display: block !important;
		object-fit: unset !important;
	}
}
