:root { --mainFont: 'Segoe UI', Helvetica; --accentFont: 'Segoe UI', Helvetica; --accent: #435589; --accentAlt: #3b9391; --accentBg: #e8f0f1; --productCard: 250px; --productSize: cover; }
#site-header.container { padding: var(--gap); border-bottom: var(--border); }
.slider .owl-stage-outer { overflow: hidden; }
nav li a i.fa-solid { display: block; text-align: center; font-size: 2em; margin: 0 0 5px; }
@media screen and (max-width: 650px) { #site-header .btn { min-height: 48px; }
	#logo { flex: 1 1 100%; }
	#quick-find .form-group, #search { flex-direction: row !important; justify-content: center; }
	#main-nav { display: none; }
	header .search { margin:0; }
}
@media screen and (max-width: 360px) { #search_form { display: none; }
	#quick-find, .findPanel { width: 100%; }
	#quick-find .btn { flex-grow: 2; text-align: center; justify-content: center; }
}
