/** Shopify CDN: Minification failed

Line 267:8 Expected identifier but found "{"
Line 267:9 Unexpected "{"
Line 267:19 Expected ":"
Line 269:13 Expected identifier but found "{"
Line 269:14 Unexpected "{"
Line 269:24 Expected ":"

**/
/* Look Around Apps */

/* ============= Common ============= */
/* Font family set */
:root {
/*   --main-font: 'Assistant', Arial, 'sans-serif'; */
  --main-font: Heebo, 'sans-serif';
}
body {
	font-family: var(--main-font);
}
body * {
	font-family: var(--main-font);
}
body > * {
	font-family: var(--main-font);
}

html, body,
body *,
body > *,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.grid-product__title--heading {
	font-family: var(--main-font);
}

.d-flex {
	display: flex;
}
hr.hr-normal {
	border-top-color: #000;
  	width: 50%;
}
.color-swatch {
	cursor: pointer;
}

/* Sidebar */
.mobile-nav__social {
	display: none;
}

/* Static whatsapp btn */
.static-wa-btn {
    height: 55px;
    width: 55px;
    position: fixed;
    margin-left: 36px;
    margin-bottom: 36px;
    left: 0px;
  	bottom: 0px;
    z-index: 999;
}

.support-btn {
    height: 55px;
    width: 55px;
    position: fixed;
    margin-left: 36px;
    left: 0px;
    bottom: 91px;
    z-index: 999;
  border-radius:999px;
}

/* Slideshow2 hide on desktop */
.slideshow2-mobile{
	display:none;
}
@media only screen and (max-width: 600px) {
 .slideshow2-mobile{
	display:block;
	}
}

/* ============= Product Page ============= */
/* Pac */
.pac_container {
  	flex-wrap: nowrap;
	display: flex;
  	align-content: center;
  	overflow-y: hidden;
	overflow-x: auto;
	height: fit-content;
	text-align: center;
  	-webkit-overflow-scrolling: touch;
}
.pac_container::-webkit-scrollbar {
  	height: 0.8em;
}
.pac_container::-webkit-scrollbar-track {
	background-color: #eee;
  	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.pac_container::-webkit-scrollbar-thumb {
	background-color: #ccc;
  	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  	border-radius: 5px;
}
.pac_item {
  	height: fit-content;
  	flex: 0 0 auto;
	margin: 0 auto;
  margin-left:5px;
}
.mainPac_container {
	max-height: 100%;
}
@media only screen and (min-width: 801px) {
	.product__photos img.mainPac {
/* 		margin-top: -9em; */
	}
}
@media only screen and (max-width: 800px) {
	#shopify-section-product-template .product-single__meta {
		padding-right: initial;
	}
	#PageContainer{
		overflow-x: hidden;
	}
}

/* ============= About Page ============= */
.morelessWrap {
  	display: inline-block;
  	width: 100%;
  	text-align: center;
}

/* ============= Home Page ============= */
/* Collections List Section */
.collection-item__title span {
	font-weight: bold;
}
/* .collection-item:not(.collection-item--below):hover:after {
    opacity: 0.3;
}
.collection-item:not(.collection-item--below):after {
    background-color: #FFFFFF;
    transition: all 0.8s ease-in-out;
}
.collection-item:not(.collection-item--below):hover .collection-item__title--overlaid {
    color: #000;
    text-shadow: 0 0 10px #000, 0 0 20px #000;
}
.collection-item:not(.collection-item--below):hover .collection-item__title span {
    font-size: 1em;
	transition: all 0.8s ease-in-out;
  	font-weight: bold;
} */

/* ============ Collection Page ============ */
/* Back to catalog BTN */
.btn-back-to-catalog {
  margin-bottom: 30px;
  margin-top: -30px;
}
@media only screen and (max-width: 600px) {
	.btn-back-to-catalog {
  		margin-bottom:30px; margin-top:6px;
	}
}

/* ============ Custom 'News' Page ============ */
#shopify-section-page-custom-template .page-content .grid {
	display: flex;
  	justify-content: center;
}
@media only screen and (min-width: 769px) {
	#shopify-section-page-custom-template .feature-row__text--left {
    	padding-right: 60px;
      	padding-left: initial;
	}
  	#shopify-section-page-custom-template .feature-row__text--right {
    	padding-left: 60px;
      	padding-right: initial;
	}
}


/* ============ Custom 'Meetings' Page ============ */
#shopify-section-page-meetings-template form {
  	display: grid;
	margin-bottom: 2em;
}
#shopify-section-page-meetings-template form label {
	font-size: 14px;
}
#shopify-section-page-meetings-template form .input-group {
  	margin: 0 auto 1em;
  	align-items: flex-end;
  	justify-content: space-around;
  	width: 80%;
}
#shopify-section-page-meetings-template form .input-group > div:not(.submit) {
	width: 100%;
  	margin-left: 2em;
}
#shopify-section-page-meetings-template form .submit {
  	width: 90px;
	font-size: 14px;
}
#shopify-section-page-meetings-template form .submit > button {
  	position: relative;
    left: -100%;
}
#shopify-section-page-meetings-template > div > div > form > div.select-group{
   margin: 0 auto 1em;  	
   width: 80%;
}
@media only screen and (max-width: 728px) {
  	#shopify-section-page-meetings-template form label {
		font-size: 12px;
	}
	#shopify-section-page-meetings-template form .input-group {
      	flex-direction: column;
      	align-items: flex-start;
	}
  	#shopify-section-page-meetings-template form .input-group > div {
		margin-bottom: 1em;
	}
  	#shopify-section-page-meetings-template form .submit {
		font-size: 12px;
	}
  	#shopify-section-page-meetings-template form .submit > button {
    left: -3em;
}
}


.meeting_btn{
  line-height:1.42;
  text-decoration:none;
  text-align:center;
  white-space:normal;

  font-size:calc(var(--typeBaseSize) - 4px);
  font-size:max(calc(var(--typeBaseSize) - 4px), 13px);
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.3em;

  display:inline-block;
  padding:11px 20px;
  margin:0;
  width:auto;
  min-width:90px;
  vertical-align:middle;
  cursor:pointer;
  border:1px solid transparent;
  -webkit-user-select:none;
          user-select:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  border-radius:var(--buttonRadius);
  color:{{ settings.color_button_text | default: "#fff" }};
  color:var(--colorBtnPrimaryText);
  background:{{ settings.color_button | default: "#000" }};
  background:var(--colorBtnPrimary)
}

