* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: unset;
}
html {
	scroll-behavior: smooth;
}
a {text-decoration:none;cursor: pointer;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	cursor: pointer;
	border: none;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*=== END RESET ===*/
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*=== Clearfix ===*/
.clear {clear: both;}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

/*=== ELEMENTS ===*/
img {max-width: 100%;}
body {
	font-family: "Barlow", sans-serif;
}
strong {
	font-weight: 700;
}
.button-group {
	display: flex;
	gap: 20px;
	padding-top: 25px;
	flex-wrap: wrap;
}
button.primary-button {
    transition: all ease .3s;
    padding: 7px 17px;
	background-color: #FFD659;
	border: 1px solid #FFD659;
	transition: .3s ease all;
	font-size: 18px;
}
button.primary-button:hover {
	background-color: #D6B55B;
	border: 1px solid #D6B55B;
	box-shadow: 0 0 20px #dedede;
}

/*=== GLOBAL ===*/
.flex-container {
	display: flex;
}
.flex-vertical {
	flex-direction: column;
}
.flex-horizontal {
	flex-direction: row
}
.flex-width {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
}
.flex-height {
	height: 100%;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-reverse {
	flex-direction: column-reverse;
}
.set-width {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}

.justify-center {
	justify-content: center;
}
.justify-right {
	justify-content: flex-end
}
.justify-left {
	justify-content: flex-start
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.justify-evenly {
	justify-content: space-evenly;
}

.align-center {
	align-items: center;
}
.align-top {
	align-items: flex-start;
}
.align-bottom {
	align-items: flex-end;
}
.align-all-center {
	align-items: center;
	justify-content: center;
}

.align-self-center {
	align-self: center;
}
.align-self-right {
	align-self: flex-end;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.left-icon {
	margin-right: 10px;
}
.right-icon {
	margin-left: 10px;
}
.clickable {
	cursor: pointer;
}

.mobile-only {
	display: none;
}

.max-width {
	max-width: 1920px;
	width: 90%;
	margin: 0 auto;
}
.hidden {
	display: none;
	transition: all ease .3s;
}
.success-message {
	color: #188d2b;
}
.map {
	line-height: 0;
}
ul.breadcrumb {
	list-style: none;
}
ul.breadcrumb li {
	display: inline;
	font-size: 14px;
	line-height: 18px;
}
ul.breadcrumb li+li:before {
	padding: 8px;
	color: #CDC190;
	content: "/\00a0";
}
ul.breadcrumb li a {
	text-decoration: underline;
	text-decoration-color: #f5f5f5;
	transition: .3s ease all;
}
ul.breadcrumb li a:hover {
	text-decoration-color: #000000;
}
.logo-container {
	background-color: #000000;
	padding: 10px 5vw;
}
.logo-container .logo {
	width: 100%;
	max-width: 275px;
	height: 100%;
    object-fit: contain;
    object-position: center;
}
p.paragraph {
	padding-top: 10px;
}
.style-font {
	font-family: 'alkaline', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
}
ul.list {
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 10px;
}
.section-space {
	padding: clamp(75px, 5vw, 100px) 0;
}

/*=== HEADINGS ===*/
.large-heading {
	font-family: 'apotek-wide', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 52px;
	line-height: 54px;
}
.medium-heading {
	font-family: 'apotek-wide', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	line-height: 38px;
}
.small-heading {
	font-family: 'apotek-wide', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: 24px;
}

/*=== HEADER ===*/
header.site-header {
	box-shadow: 0 0 10px 10px #a8a8a8;
}
header.site-header .detail-banner {
	background-color: #FFD659;
	padding: 10px 5vw;
	gap: 10px;
	font-family: "Barlow", sans-serif!important;
}
header.site-header .detail-banner i {
	font-size: 14px;
}

/*=== FOOTER ===*/
footer.site-footer {
	font-size: 18px;
}
footer.site-footer .logo-container .logo {
	max-width: 175px;
}
footer.site-footer .scrolling-inv-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}
footer.site-footer .mega-footer-nav > div {
	padding-left: 5vw;
	padding-right: 5vw;
	gap: 10px;
}
footer.site-footer .mega-footer-nav > div:first-of-type {
	background-color: #D6B55B;
}
footer.site-footer .mega-footer-nav > div:last-of-type {
	background-color: #FFD659;
}
footer.site-footer .columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	font-family: "Barlow", sans-serif!important;
}
footer.site-footer .copyright-text {
	padding: 15px 5vw;
	font-size: 16px;
	font-family: "Barlow", sans-serif!important;
}

/*=== PAGE STYLES ===*/

/*=== SUB-PAGE ===*/
.sub-page:not(.inventory-page) {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
}
.sub-page .sub-hero-section {
	padding-bottom: clamp(25px, 5vw, 50px);
}

/*=== DEFAULT-PAGE ===*/
.default-page {
	font-size: 18px;
	line-height: 20px;
}
.default-page .hero-container {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.25) 100%), url("/siteart/diamond-plating.jpg") no-repeat center;
	background-size: cover;
}
.default-page .hero-nav {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	align-items: stretch;
}
.default-page .hero-nav.section-space {
	padding: clamp(125px, 5vw, 150px) 0;
}
.default-page .hero-nav-item {
	background-color: #fff;
	padding: 35px;
	text-align: center;
	font-weight: 700;
	transition: .3s ease all;
}
.default-page .hero-nav-item:hover {
	background-color: #f3f3f3;
	box-shadow: 0 0 20px #3a3a3a;
}
.default-page .hero-nav-item img {
	width: 100%;
	padding-bottom: 10px;
	max-width: 135px;
}
.default-page .hero-nav-item p {
	font-size: clamp(18px, 5vw, 22px);
}
.default-page .inventory-search {
	gap: 10px;
	padding: clamp(75px, 5vw, 100px) 0 0;
}
.default-page .inventory-search input, .default-page .inventory-search select {
	background-color: #f3f3f3;
	padding: 10px 15px;
}
.default-page .inventory-search button {
	background-color: #FFD659;
	padding: 10px 15px;
}
.default-page .inventory-search button:hover {
	background-color: #D6B55B;
}
.default-page .brand-container {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	overflow: hidden;
}
.default-page .brand-container .draggable {
	width: 100%;
}
.default-page .brand-container .brand {
	background-color: #f3f3f3;
	padding: 30px 20px;
	align-content: center;
	transition: .3s ease all;
	text-align: center;
	display: flex;
	justify-content: center;
}
.default-page .brand-container .brand:hover {
	box-shadow: 0 0 20px #dedede;
}
.default-page .brand-container .brand img {
	width: 100%;
	max-width: 150px;
}

/*=== ABOUT-PAGE ===*/
.about-page .about-container {
	gap: 5vw;
}
.about-page .about-container .about-text-group {
	gap: 5vw;
}
.about-page .about-image {
	width: 100%;
}
.about-page .about-image img {
	width: 100%;
	max-height: 350px;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
}

@media screen and (max-width: 1375px) {
	/*=== FOOTER ===*/
	footer.site-footer .columns {
		grid-template-columns: repeat(2, 1fr);
	}
	footer.site-footer .columns.contact-columns-container > div:last-of-type {
		grid-column: 1 / 3;
	}

	/*=== DEFAULT-PAGE ===*/
}

@media screen and (max-width: 1025px) {
	/*=== FOOTER ===*/
	footer.site-footer .columns {
		grid-template-columns: repeat(1, 1fr);
	}
	footer.site-footer .columns.contact-columns-container > div:last-of-type {
		grid-column: 1 / 2;
	}
}

@media screen and (max-width: 875px) {
	.flex-horizontal {
		flex-direction: column
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: flex;
	}

	/*=== DEFAULT-PAGE ===*/
	.default-page .hero-nav {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 575px) {
	/*=== FOOTER ===*/
	footer.site-footer .mega-footer-nav {
		flex-direction: column;
	}
	footer.site-footer .columns {
		grid-template-columns: repeat(2, 1fr);
	}
	footer.site-footer .bottom-footer {
		flex-direction: column-reverse;
	}
	footer.site-footer .bottom-footer .logo-container {
		width: 100%;
		text-align: center;
	}

	/*=== DEFAULT-PAGE ===*/
}

@media screen and (max-width: 450px) {
	/*=== FOOTER ===*/
	footer.site-footer .columns {
		grid-template-columns: repeat(2, 1fr);
	}
	footer.site-footer .columns.contact-columns-container > div:last-of-type {
		grid-column: 1 / 3;
	}
}

@media screen and (max-width: 400px) {
	/*=== FOOTER ===*/
	footer.site-footer .columns {
		grid-template-columns: repeat(1, 1fr);
	}
	footer.site-footer .columns.contact-columns-container > div:last-of-type {
		grid-column: 1 / 2;
	}

	/*=== DEFAULT-PAGE ===*/
}

@media screen and (max-width: 350px) {
	/*=== DEFAULT-PAGE ===*/
	.default-page .hero-nav {
		grid-template-columns: repeat(1, 1fr);
	}
}