/*
Theme Name: Theme Harmonic
Theme URI: https://harmonicdesign.ca
Author: Harmonic Design
Author URI: https://harmonicdesign.ca
Description: This theme is for use on *** <strong>only</strong>
*/

html,
body {
	min-height: 100vh;
}

body {
	background-repeat: no-repeat;
	background-position: 50% -20vw;
	background-color: #000;
	background-size: contain;
}

#header {
	line-height: 1;
}

#top_bar {
	border-bottom: 2px solid #000;
	padding: 0.4rem;
	font-family: "Bebas Neue", sans-serif;
}

#top_bar > .wrap {
	display: grid;
	grid-template-columns: 1fr max-content;
}

#nav_wrapper {
	padding: 2rem 0;
}

#nav_wrapper > .wrap {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 2rem;
	align-items: center;
}

#logo {
	display: block;
	max-width: 250px;
}

#navigation {
	display: grid;
	grid-template-columns: 1fr max-content;
	background-color: black;
	line-height: 1;
	align-items: center;
}

#navigation.active {
	display: grid;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	overflow: auto;
	place-items: center;
	grid-template-columns: 1fr;
	text-align: center;
}

#navigation.active .nav_item {
	display: block;
}

.nav_item {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 1rem;
	display: inline-block;
	transition: ease-in-out 300ms;
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.2em;
}

.nav_item:hover {
	background-color: #fff;
	color: #000;
}

.social_media_icon {
  width: 22px;
  display: inline-block;
  position: relative;
  top: 0;
  transition: all ease-in-out 300ms;
  padding: 0;
  border: none;
}

.social_media_icon:hover{
	opacity: 0.8
}

.social_media_icon > svg {
  fill: #fff;
}

.x-icon {
	background: #fff;
	fill: #f000;
	padding: 5px;
	border-radius: 5px;
}

.social_media_icon .x-icon {
  fill: #000;
}

.single_heading {
	margin: 0 auto;
	width: fit-content;
}

.single_title {
	text-align: center;
	background-color: #000;
	color: #fff;
	line-height: 1.2;
	padding: 1rem 1.2rem;
	display: inline-block;
	margin: 4rem auto;
	font-size: 3rem;
}

.home_title {
	font-size: 80px;
	font-family: "Bebas Neue", sans-serif;
	line-height: 1;
	padding: 2rem;
	background: black;
	display: inline-block;
	margin: 0;
	margin-bottom: 2rem;
}

.home_callout {
	border: 2px solid transparent;
	border-radius: 2px;
}

.home_callout_image > img {
	display: block;
}

.home_callout_meta {
	padding: 1em;
	text-align: center;
}

.home_callout_meta > h2,
.home_callout_meta > p {
	margin: 0;
}

.home_callout_meta > a {
	margin-top: 1em;
	font-size: 1em;
}

.home_callout:hover {
	background-color: #fff;
	color: #000;
	border: 2px solid #fff;
}

.home_callout:hover .home_callout_meta > a {
	background-color: #222;
	color: #fff;
}

#home_video {
	padding: 4rem 0;
}

#home_video_image {
	display: block;
	opacity: 0.8;
	transition: all ease-in-out 340ms;
	border: 4px solid transparent;
}

#home_video_image:hover {
	opacity: 1;
	border: 4px solid #fff;
}

#home_featured_products {
	text-align: center;
}

#hd_home_products {
	display: grid;
	grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr);
	gap: 2rem;
}

.hd_home_product {
	position: relative;
}

.hd_home_product_link,
.hd_home_product_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	opacity: 0;	
	transition: all ease-in-out 300ms;
	display: grid;
  place-items: center;
}

.hd_home_product_image {
	border: 2px solid #fff;
	position: relative;
}

.hd_home_product_image > img {
	display: block;
}

.hd_home_product:hover .hd_home_product_overlay {
	background-color: rgba(0,0,0,0.9);
	opacity: 1;
}

#content {
	padding: 4rem 0;
}

.hd_contact_item {
	text-align: center;
	color: #fff;
	border: 4px solid #fff;
	transition: all ease-in-out 100ms;
	position: relative;
}

.hd_contact_item > h2 {
	margin: 0;
	padding: 0;
	font-size: 2.4rem
}

.hd_contact_item > img {
	filter: invert(100%);
}

.hd_contact_item > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.hd_contact_item:hover {
	background-color:#fff;
	color:#000
}

.hd_contact_item:hover > img {
	filter: invert(0%);
}

/* HDCommerce */
#hdc_product_page #hdc_product_main {
	grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr);
}

.hdc_product_item_description {
	display: block !important;
	text-align: center;
	text-transform: uppercase;
}

#hdc_product_price_score .hdc_product_price_label {
	font-size: 3rem;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	line-height: 1;
	margin-bottom: 1rem;
}

#hdc_breadcrumbs > li > a {
	color: #fff;
	text-transform: uppercase;
}

.hdc_product_variation_type_label {
	text-transform: uppercase;
}

#hdc_product_page .hdc_product_gallery_image {
	border-color: transparent;
}

/* Shop / Cat page */
.hdc_shop_category_page_main {
	grid-template-columns: 1fr !important;
}

.hdc_product_item {
	border: 2px solid transparent !important;
	box-shadow: none !important;
}

.hdc_product_item_featured_image.contain {
	padding: 0 !important;
}

.hdc_product_item:hover {
	border: 2px solid #fff;
	background-color: #fff;
	color: #000;
}

.hdc_product_item_title {
	font-size: 1.8em !important;
}

.hdc_product_item_price {
	font-size: 1.6em !important;
}

.hdc_product_item_view.hdc_button.hdc_button_secondary {
	display: none !important;
}

.hdc_product_item_meta {
	text-align: center;
	align-self: start !important
}

/* HDC Variations*/
.hdt_hdc_product_variation_type {
	margin-top: 1em;
}

.hdt_hdc_product_variation_type:first-child {
	margin-top: 0;
}

.hdt_hdc_product_variation_type_label {
	font-weight: bold;
	font-size: 1em;
	display: block;
	margin: 0;
}

.hdt_hdc_product_variation_attribute {
	color: #fff;
	font-weight: bold;
	line-height: 1;
	background-color: transparent;
	padding: 0.4em 0.6em;
	text-decoration: none;
	transition: all ease-in-out 300ms;
	border: 2px solid #fff;
	text-transform: uppercase;
	margin: 0.2em 0.4em 0.2em 0;
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 1em;
}

.hdt_hdc_product_variation_attribute:last-child {
	margin-right: 0 !important;
}

.hdt_hdc_product_variation_attribute:hover,
.hdt_hdc_product_variation_attribute:focus {
	outline: none;
	border-color: #222;
}

.hdt_hdc_product_variation_attribute.active {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.hdt_hdc_product_variation_attribute.disabled {
	cursor: default;
	opacity: 0.6;
	text-decoration: line-through;
}

.hdselect {
	position: relative;
}

.hdselect__selection {
	padding: 0.4em 0.6em;
	line-height: 1;
	border: 2px solid #fff;
	margin: 0.2em 0.4em 0 0;
	cursor: pointer;
	width: 100%;
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.hdselect__selection.has_selection {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	display: grid;
	grid-template-columns: 1fr max-content;
}

.selected_colour_value {
	border: 1px solid #222;
	height: 1em;
	display: block;
	width: 1em;
}

.hdselect__selection.active {
	background-color: #2d2d2d;
	color: #efefef;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.hdselect__options {
	display: none;
	line-height: 1;
	cursor: pointer;
	position: absolute;
	width: 100%;
	z-index: 9;
	background-color: #222;
	font-size: 16px;
	padding: 12px;
}

.hdselect__selection.active + .hdselect__options {
	display: block;
}

.hdselect__option,
.hdselect__option.hdt_hdc_product_variation_attribute {
	padding: 0;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #fff;
	background-color: transparent;
	font-weight: normal;
	border-radius: 0;
	width: 100%;
	margin: 0;
	border: 1px transparent;
}

.hdselect__option:hover {
	background-color: #000;
}

.hdselect_legend {
	display: block;
	color: #fff;
	line-height: 1;
	cursor: default;
	margin-bottom: 1em;
	margin-top: 1em;
}

.hdselect_legend:first-child {
	margin-top: 0;
}

.hdselect_category {
	display: grid;
	grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr);
	gap: 1em;
}

.hex_colour {
	width: 2em;
	height: 2em;
	margin-right: 0.5em;
	border: 1px solid #eee;
}

#hdc_add_to_cart_wrapper #hdc_add_to_cart {
	border-radius: 0;
	text-transform: uppercase;
}

#main_product_content {
	margin-top: 2rem;
}

.hdtab .hdtab_nav_item:first-child,
.hdtab .hdtab_nav_item:last-child {
	border-radius: 0;
}

.hdtab .hdtab_nav_item {
	text-transform: uppercase;
	font-size: 1.4em;
	padding: 0.6em 1em;
	font-family: "Bebas Neue", sans-serif;
}

.hdtab .hdtab_nav_item.hdtab_nav_item_active {
	background-color: #fff;
	color: #000;
}

.hdtab_content {
	border-radius: 0 !important;
}

.hdcommerce .hdc_button_primary {
	background-color: #35a0e3;
	font-family: "Bebas Neue", sans-serif;
}

.hdcommerce .hdc_button_primary:not(.disabled):hover {
	border-color: #fff;
}

.hdc_product_variation_type_label,
#hdc_product_price_score .hdc_product_price_label {
	font-family: "Bebas Neue", sans-serif;
}

#hdc_breadcrumbs {
	font-size: 12px;
}

.hdcommerce .hd_input {
	color: #fff;
}

#hdc_cart_table,
.hd_input {
	background-color: rgba(0, 0, 0, 0.6);
}

.hdc_table {
	color: #000;
}

#hdc_free_shipping_banner {
	border-radius: 0 !important;
	background-color:#000;
  font-weight: bold;
  text-transform: uppercase;	
}

#payment-element {
	background: white;
	padding: 1rem;
	border-radius: 12px;
}

#hdc_payment_gateway_header a {
	color: #fff;
}

/******/

.nav_icon {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: calc(1rem - 2px);
	display: inline-block;
	transition: ease-in-out 300ms;
}

.nav_icon > svg {
	fill: #fff;
	height: 1.2em;
	width: 1.2em;
	transition: ease-in-out 300ms;
}

.nav_icon:hover {
	background-color: #fff;
}

.nav_icon:hover > svg {
	fill: #000;
}

#hdc_cart_table a,
#hdc_after_cart_row a {
	color: #fff;
}

#footer_top {	
	background-size: cover;
	background-attachment: fixed;
}

#footer_top > .wrap {
	padding: 6rem 0;
}

#footer_top > .wrap > div > p {
	max-width: 70%;
	font-size: 80px;
	font-family: "Bebas Neue", sans-serif;
	line-height: 1;
	padding: 2rem;
	background: black;
	display: inline-block;
	margin: 0;
}
#hdc_add_to_cart_success_message a,
.button {
	font-family: "Bebas Neue", sans-serif;
	background-color: #fff;
	color: #222;
	line-height: 1;
	text-decoration: none;
	padding: 0.8em 1em;
	display: inline-block;
	font-size: 1.4em;
	transition: ease-in-out;
	letter-spacing: 1px;
}

#hdc_add_to_cart_success_message a:hover,
.button:hover {
	background-color: #222;
	color: #fff;
}

#footer_bottom {
	padding: 2rem 0;
}

#footer_bottom > .wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#footer_logo {
	max-height: 50px;
	display: block;
}

#footer_links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1rem;
}

#footer_links h3 {
	margin-bottom: 0.2em;
}

#footer_links > div > a {
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
}

#footer_links > div > a:hover{
	text-decoration: underline;
}

#bottom_bar {
	background-color: #fff;
	padding: 1em 0;
	color: #222;
	font-size: 0.8em;
	font-weight: bold;
}

.hdaccordion {
	border-radius: 0 !important;
}

.hdaccordion__title {
	background-color: #000 !important;
	border-radius: 0 !important;
	border: 1px solid transparent !important;
	transition: all ease-in-out 300ms;
}

.hdaccordion__title:hover {
	border: 1px solid #fff !important;
}

#hdtab_sizing_tab {
	overflow-x: auto;
}

#mobile_toggle {
	display: none;
}

#mobile_toggle > span {
	width: 30px;
	height: 4px;
	background-color: #fff;
	margin: 6px 0;
	display: block;
	transition: 0.3s ease-in-out;
}

#mobile_toggle.active > .bar1 {
	transform: translate(0, 10px) rotate(-45deg);
}

#mobile_toggle.active > .bar2 {
	opacity: 0;
}

#mobile_toggle.active > .bar3 {
	transform: translate(0, -10px) rotate(45deg);
}

#main_nav.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.96);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#main_nav.active > a {
	font-size: 2em;
	margin: 1rem 0;
}

@media (max-width: 1000px) {
	#mobile_toggle {
		display: block;
		z-index: 9999;
	}

	#nav_wrapper {
		background: rgba(0, 0, 0, 0.8);
	}

	.cols,
	#footer_bottom > .wrap,
	#footer_links,
	.hdc_col_3,
	#hdc_product_page #hdc_product_main,
	.hdc_cart_row,	
	#hd_home_products{
		grid-template-columns: 1fr !important;
	}

	.hdtab_nav {
		flex-direction: column;
		border-right: 1px solid #999;
	}

	#top_bar,
	#navigation {
		display: none;
	}
	
	#nav_wrapper.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}

	#hero .wrap {
		text-align: center;
	}

	#hero .wrap > .cols {
		gap: 0;
	}

	.home_title {
		font-size: 55px;
		margin: 0;
		padding: 0;
	}

	#footer_top {
		padding: 1rem;
		background-position-x: center;
	}

	#footer_top > .wrap {
		text-align: center;
	}

	#footer_top > .wrap > div > p {
		font-size: 22px;
		max-width: 90%;
	}
}
