/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/multi-range-slider-react/lib/multirangeslider.css ***!
  \********************************************************************************************************************************************************************************************************************/
.multi-range-slider * {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}
.multi-range-slider {
	display: flex;
	position: relative;
	border: solid 1px gray;
	border-radius: 10px;
	padding: 20px 10px;
	box-shadow: 1px 1px 4px black;
	flex-direction: column;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */ /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge,*/
}
.multi-range-slider .bar {
	display: flex;
}
.multi-range-slider .bar-left {
	width: 25%;
	background-color: #f0f0f0;
	border-radius: 10px 0px 0px 10px;
	box-shadow: inset 0px 0px 5px black;
	padding: 4px 0px;
}
.multi-range-slider .bar-right {
	width: 25%;
	background-color: #f0f0f0;
	border-radius: 0px 10px 10px 0px;
	box-shadow: inset 0px 0px 5px black;
}
.multi-range-slider .bar-inner {
	background-color: lime;
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	justify-content: space-between;
	position: relative;
	border: solid 1px black;
	justify-content: space-between;
	box-shadow: inset 0px 0px 5px black;
}
.multi-range-slider .bar-inner-left {
	width: 50%;
}
.multi-range-slider .bar-inner-right {
	width: 50%;
}
.multi-range-slider .thumb {
	background-color: white;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.multi-range-slider .thumb::before {
	content: '';
	background-color: inherit;
	position: absolute;
	width: 20px;
	height: 20px;
	border: solid 1px black;
	box-shadow: 0px 0px 3px black, inset 0px 0px 5px gray;
	border-radius: 50%;
	z-index: 1;
	margin: -8px -12px;
	cursor: pointer;
}
.multi-range-slider .input-type-range:focus + .thumb::after {
	content: '';
	position: absolute;
	top: -4px;
	left: -7px;
	width: 11px;
	height: 11px;
	z-index: 2;
	border-radius: 50%;
	border: dotted 1px black;
	box-shadow: 0px 0px 5px white, inset 0px 0px 10px black;
}
.multi-range-slider .caption {
	position: absolute;
	bottom: 35px;
	width: 2px;
	height: 2px;
	left: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible;
	display: none;
}
.multi-range-slider .thumb .caption * {
	position: absolute;
	min-width: 30px;
	height: 30px;
	font-size: 75%;
	text-align: center;
	line-height: 30px;
	background-color: blue;
	border-radius: 15px;
	color: white;
	box-shadow: 0px 0px 5px black;
	padding: 0px 5px;
	white-space: nowrap;
}
.multi-range-slider .thumb:active .caption {
	display: flex;
}
.multi-range-slider .input-type-range:focus + .thumb .caption {
	display: flex;
}
.multi-range-slider .input-type-range {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	pointer-events: none;
}

.multi-range-slider .ruler {
	margin: 10px 0px -5px 0px;
	display: flex;
	/* display: none; */
	overflow: hidden;
}
.multi-range-slider .ruler .ruler-rule {
	border-left: solid 1px;
	border-bottom: solid 1px;
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 5px 0px;
}
.multi-range-slider .ruler .ruler-rule:last-child {
	border-right: solid 1px;
}

.multi-range-slider .ruler .ruler-sub-rule {
	border-left: solid 1px;
	/* border-bottom: solid 1px; */
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 3px 0px;
	bottom: 0px;
	margin-bottom: -5px;
}
.multi-range-slider .ruler .ruler-sub-rule:first-child {
	border-left: none;
}

.multi-range-slider .labels {
	display: flex;
	justify-content: space-between;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: -20px;
	/* display: none; */
}
.multi-range-slider .label {
	font-size: 80%;
	display: flex;
	width: 1px;
	justify-content: center;
}
.multi-range-slider .label:first-child {
	justify-content: start;
}
.multi-range-slider .label:last-child {
	justify-content: end;
}
.multi-range-slider.zero-ranage-margin .thumb-left {
	right: 12px;
}
.multi-range-slider.zero-ranage-margin .thumb-right {
	left: 8px;
}

/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/multi-range-slider-react/lib/multirangesliderblack.css ***!
  \*************************************************************************************************************************************************************************************************************************/
.multi-range-slider-black * {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}
.multi-range-slider-black {
	display: flex;
	position: relative;
	background-color: black;
	border: solid 1px gray;
	padding: 30px 10px 25px 10px;
	flex-direction: column;
	color: white;
	-webkit-touch-callout: none; /* iOS Safari*/
	-webkit-user-select: none; /* Safari */ /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge,*/
}
.multi-range-slider-black .bar {
	display: flex;
}
.multi-range-slider-black .bar.active * {
	transition: none;
}
.multi-range-slider-black .bar-left {
	width: 25%;
	background-color: gray;
	border-radius: 10px 0px 0px 10px;
	box-shadow: inset 0px 0px 5px black;
	border: solid 1px black;
	padding: 5px 0px;
}
.multi-range-slider-black .bar-right {
	width: 25%;
	background-color: gray;
	border-radius: 0px 10px 10px 0px;
	box-shadow: inset 0px 0px 5px black;
	border: solid 1px black;
}
.multi-range-slider-black .bar-inner {
	background-color: lime;
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	justify-content: space-between;
	position: relative;
	border: solid 1px black;
	justify-content: space-between;
	box-shadow: inset 0px 0px 5px black;
}
.multi-range-slider-black .bar-inner-left {
	width: 50%;
}
.multi-range-slider-black .bar-inner-right {
	width: 50%;
}
.multi-range-slider-black .thumb {
	background-color: white;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.multi-range-slider-black .thumb::before {
	content: '';
	background-color: inherit;
	position: absolute;
	width: 20px;
	height: 30px;
	border: solid 1px black;
	box-shadow: 0px 0px 5px black, inset 0px 0px 10px gray;
	border-radius: 7px;
	z-index: 1;
	margin: -10px -12px;
	cursor: pointer;
}
.multi-range-slider-black .input-type-range:focus + .thumb::after {
	content: '';
	position: absolute;
	top: -6px;
	left: -8px;
	width: 12px;
	height: 22px;
	z-index: 2;
	border-radius: 7px;
	border: dotted 1px black;
	box-shadow: 0px 0px 5px white, inset 0px 0px 10px black;
}
.multi-range-slider-black .caption {
	position: absolute;
	bottom: 45px;
	width: 2px;
	height: 2px;
	left: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible;
	/* display: none; */
}
.multi-range-slider-black .thumb .caption * {
	position: absolute;
	min-width: 30px;
	height: 30px;
	font-size: 75%;
	text-align: center;
	line-height: 30px;
	background-color: blue;
	border-radius: 15px;
	color: white;
	box-shadow: 0px 0px 5px black;
	padding: 0px 5px;
	white-space: nowrap;
}
.multi-range-slider-black .thumb:active .caption {
	display: flex;
}
.multi-range-slider-black .input-type-range:focus + .thumb .caption {
	display: flex;
}

.multi-range-slider-black .input-type-range {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	pointer-events: none;
}
.multi-range-slider-black .ruler {
	margin: 10px 0px -5px 0px;
	display: flex;
	overflow: hidden;
}
.multi-range-slider-black .ruler .ruler-rule {
	border-left: solid 1px;
	border-bottom: solid 1px;
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 5px 0px;
}
.multi-range-slider-black .ruler .ruler-rule:last-child {
	border-right: solid 1px;
}

.multi-range-slider-black .ruler .ruler-sub-rule {
	border-left: solid 1px;
	/* border-bottom: solid 1px; */
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 3px 0px;
	bottom: 0px;
	margin-bottom: -5px;
}
.multi-range-slider-black .ruler .ruler-sub-rule:first-child {
	border-left: none;
}

.multi-range-slider-black .labels {
	display: flex;
	justify-content: space-between;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: -20px;
	/* display:none; */
}
.multi-range-slider-black .label {
	font-size: 80%;
}
.multi-range-slider-black.zero-ranage-margin .thumb-left {
	right: 12px;
}
.multi-range-slider-black.zero-ranage-margin .thumb-right {
	left: 8px;
}

/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/blaze-slider/dist/blaze.css ***!
  \************************************************************************************************************************/
.blaze-slider{--slides-to-show:1;--slide-gap:20px;direction:ltr}.blaze-container{position:relative}.blaze-track-container{overflow:hidden}.blaze-track{will-change:transform;touch-action:pan-y;display:flex;gap:var(--slide-gap);--slide-width:calc(
    (100% - (var(--slides-to-show) - 1) * var(--slide-gap)) /
      var(--slides-to-show)
  );box-sizing:border-box}.blaze-track>*{box-sizing:border-box;width:var(--slide-width);flex-shrink:0}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style/main.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
/*
 * Variables
 */
:root {
  --headless-primary: #121212;
  --headless-secondary: #A6BB79;
  --headless-accent: #8CA29A;
  --headless-links: #0b99e6;
  --headless-light: #e3e4e8;
  --headless-dark: #222222;
  --headless-gray: #969ea5;
  --headless-success: #7ab317;
  --headless-error: #d81e00;
  --headless-indica: #74477A;
  --headless-sativa: #FFBF1E;
  --headless-hybrid: #70BF26;
  --headless-cbd: #5C4A2C;
  --headless-heading-font: "Satoshi", Helvetica, Arial, sans-serif;
  --headless-body-font: "Satoshi", Helvetica, Arial, sans-serif;
  --headless-border-radius:4px;
  --hover-brightness: 1.2;
}

.color-headless-muted {
  color: var(--headless-gray);
}

.color-headless-links {
  color: var(--headless-links);
}

/*
 * Mixins
*/
/*
 * Global Styles
 */
.headless-button, .headless-filter-sidebar .clear-checkbox-filters-button {
  border-radius: 50rem;
  border: 0;
  outline: 0;
  padding: 10px 15px;
  background-color: var(--headless-primary);
  color: white;
  font-weight: bold;
  font-size: 17px;
  transition: all 350ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headless-button.headless-button-lg, .headless-filter-sidebar .headless-button-lg.clear-checkbox-filters-button {
  padding: 10px 35px;
  font-size: 20px;
}
.headless-button.headless-button-sm, .headless-filter-sidebar .headless-button-sm.clear-checkbox-filters-button {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1;
}
.headless-button:hover, .headless-filter-sidebar .clear-checkbox-filters-button:hover {
  filter: brightness(var(--hover-brightness));
  color: white;
}
.headless-button .headless-cart-svg, .headless-filter-sidebar .clear-checkbox-filters-button .headless-cart-svg {
  fill: white;
  width: 40px;
  margin-right: 5px;
}

.headless-hr {
  background: transparent;
  border-bottom: 0.5px solid var(--headless-gray);
  width: 100%;
  margin: 10px 0px;
}

.headless-radius, .headless-single-product .headless-sp-potency .sp-potency-data .sp-potency-single .sp-potency-bar .potency-bar-inner, .headless-single-product .headless-sp-potency .sp-potency-data .sp-potency-single .sp-potency-bar, .headless-single-product .headless-sp-variations .headless-sp-variation, .headless-cart-sidebar-item .headless-cart-product-top .headless-cart-product-image img, select.headless-dropdown {
  border-radius: 3px;
}

.headless-cart-svg {
  width: 100%;
  height: 100%;
  background-size: initial;
  background-repeat-y: initial;
  background-repeat-x: initial;
  background-position-y: initial;
  background-position-x: initial;
  background-origin: initial;
  background-color: initial;
  background-clip: initial;
  background-attachment: initial;
  animation-play-state: paused;
}

.headless-loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 40px 15px;
}
.headless-loading-spinner svg {
  margin-top: 15px;
}

.headless-ribbon-wrap {
  width: 105px;
  height: 105px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
  /*border: 1px solid black;*/
}
.headless-ribbon-wrap .headless-ribbon-green {
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 10px 0;
  left: -5px;
  top: 16px;
  width: 150px;
  background-color: var(--headless-success);
  background-image: -o-linear-gradient(top, var(--headless-success), var(--headless-success));
}
.headless-ribbon-wrap:before, .headless-ribbon-wrap:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.headless-ribbon-wrap:before {
  left: 0;
}
.headless-ribbon-wrap:after {
  right: 0;
}

.headless-d-none {
  display: none !important;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.9;
  }
}
.headless-loading-list {
  animation: pulse 1.65s infinite;
}
.headless-loading-list .placeholder-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.headless-loading-list .placeholder-row .placeholder-box {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  background-color: lightgray;
  flex-basis: 20%;
}
.headless-loading-list .placeholder-row .placeholder-text {
  flex-grow: 1;
  padding-left: 20px;
}
@media screen and (min-width: 991px) {
  .headless-loading-list .placeholder-row .placeholder-text {
    padding-right: 100px;
  }
}
.headless-loading-list .placeholder-row .placeholder-text .placeholder-line {
  height: 15px;
  background-color: lightgray;
  margin-bottom: 15px;
}
.headless-loading-list .placeholder-row .placeholder-text .placeholder-line:last-child {
  margin-bottom: 0;
}

.headless-loading-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  animation: pulse 1.65s infinite;
}
.headless-loading-slider.loading-slider-smaller .placeholder-card .card-image {
  height: 100px;
}
.headless-loading-slider .placeholder-card {
  box-sizing: border-box;
  display: none;
  margin-right: 20px;
}
.headless-loading-slider .placeholder-card:last-child {
  margin-right: 0;
}
.headless-loading-slider .placeholder-card .card-image, .headless-loading-slider .placeholder-card .card-text .card-line {
  background-color: lightgray;
  margin-bottom: 20px;
  width: 100%;
}
.headless-loading-slider .placeholder-card .card-image {
  height: 250px;
}
.headless-loading-slider .placeholder-card .card-text .card-line {
  height: 15px;
}
@media screen and (min-width: 768px) {
  .headless-loading-slider .placeholder-card {
    flex: 0 0 calc(33.33% - 20px);
  }
}
@media screen and (min-width: 1199px) {
  .headless-loading-slider .placeholder-card {
    flex: 0 0 calc(25% - 20px);
  }
}
@media screen and (min-width: 1500px) {
  .headless-loading-slider .placeholder-card {
    flex: 0 0 calc(20% - 15px);
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .headless-loading-slider .placeholder-card:nth-child(-n+3) {
    display: block;
  }
}
@media screen and (min-width: 1199px) {
  .headless-loading-slider .placeholder-card:nth-child(-n+4) {
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  .headless-loading-slider .placeholder-card {
    display: block;
  }
  .headless-loading-slider .placeholder-card:last-child {
    margin-right: 0;
  }
}

.headless-error-message {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}

.range-headless .headless-breadcrumb, .range-headless .headless-single-product .headless-sp-category a, .headless-single-product .headless-sp-category .range-headless a {
  font-weight: 300;
  text-transform: uppercase;
}
.range-headless .headless-breadcrumb a, .range-headless .headless-single-product .headless-sp-category a a, .headless-single-product .headless-sp-category .range-headless a a {
  font-weight: 300;
}
.range-headless .headless-shortcode-title-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 0;
}
@media (min-width: 768px) {
  .range-headless .headless-shortcode-title-wrapper {
    padding: 0 40px;
  }
}
@media (min-width: 991px) {
  .range-headless .headless-shortcode-title-wrapper {
    flex-direction: row;
    margin-bottom: 40px;
    justify-content: flex-start;
    align-items: center;
  }
}
.range-headless .headless-shortcode-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 991px) {
  .range-headless .headless-shortcode-title {
    font-size: 2.4rem;
  }
}
.range-headless .headless-title-button {
  margin-top: 20px;
}
@media (min-width: 991px) {
  .range-headless .headless-title-button {
    margin-left: 30px;
    margin-top: 0;
  }
}
.range-headless .headless-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 991px) {
  .range-headless .headless-title {
    font-size: 2.4rem;
  }
}
.range-headless .headless-subtitle {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 991px) {
  .range-headless .headless-subtitle {
    font-size: 1.65rem;
  }
}

.headless-openorclosed-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 1;
}
@media (min-width: 991px) {
  .headless-openorclosed-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 991px) {
  .headless-openorclosed-wrapper .headless-oc-option:nth-child(2) {
    margin-left: 1rem;
  }
}
.headless-openorclosed-wrapper .headless-oc-open {
  color: var(--headless-success);
  font-weight: bold;
}
.headless-openorclosed-wrapper .headless-oc-closed {
  color: var(--headless-error);
  font-weight: bold;
}
.headless-openorclosed-wrapper .headless-oc-name {
  margin-top: 6px;
  font-weight: bold;
}

.headless-filter-navbar {
  background-color: var(--headless-light);
  padding: 10px;
  margin-bottom: 20px;
  border-radius: var(--headless-border-radius);
}
@media (min-width: 991px) {
  .headless-filter-navbar {
    margin-bottom: 30px;
  }
}
.headless-filter-navbar .filter-navbar {
  width: 100%;
}
.headless-filter-navbar .filter-navbar button {
  outline: none;
  margin-right: 15px;
  border: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: var(--headless-primary);
  background: transparent;
}
.headless-filter-navbar .filter-navbar button:last-of-type {
  margin-right: 0;
}
.headless-filter-navbar .filter-navbar button.filter-navbar-dropdown-btn {
  position: relative;
  padding-right: 25px;
}
.headless-filter-navbar .filter-navbar button.filter-navbar-dropdown-btn:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg width=%2717.5%27 height=%2715%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M3 5L8.75 12L14.5 5%27 stroke=%27%23222222%27 fill=%27none%27 stroke-width=%272%27/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
.headless-filter-navbar .filter-navbar .headless-pricingtype-select-wrapper {
  font-size: 15px;
  line-height: 1;
}
.headless-filter-navbar .filter-navbar .headless-pricingtype-select-wrapper .headless-pricingtype-select-title {
  padding-left: 3px;
}
.headless-filter-navbar .filter-navbar .headless-pricingtype-select-wrapper .headless-pricingtype-select {
  background: transparent;
  border: 0;
  font-weight: bold;
}
.headless-filter-navbar .filter-navbar--desktop {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .headless-filter-navbar .filter-navbar--desktop {
    display: none;
  }
}
.headless-filter-navbar .filter-navbar--desktop .navbar-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.headless-filter-navbar .filter-navbar--desktop .navbar-left .headless-searchbar {
  margin-bottom: 0;
  margin-left: 10px;
}
.headless-filter-navbar .filter-navbar--desktop .navbar-left > div:not(:last-child) {
  margin-right: 1rem;
}
.headless-filter-navbar .filter-navbar--desktop .navbar-left .headless-navbar-dropdown {
  position: relative;
}
.headless-filter-navbar .filter-navbar--desktop .navbar-left .headless-navbar-dropdown ul {
  background-color: white;
  min-width: 200px;
  border-radius: var(--headless-border-radius);
  font-size: 15px;
  color: var(--headless-primary);
  position: absolute;
  z-index: 999;
  margin: 0;
  padding: 8px 0;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 321ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 214ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  opacity: 1;
  pointer-events: auto;
  max-height: 400px;
  overflow-y: auto;
}
.headless-filter-navbar .filter-navbar--desktop .navbar-left .headless-navbar-dropdown ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.headless-filter-navbar .filter-navbar--desktop .navbar-left .headless-navbar-dropdown ul::-webkit-scrollbar-thumb {
  background: var(--headless-primary);
}
.headless-filter-navbar .filter-navbar--desktop .navbar-left .headless-navbar-dropdown ul::-webkit-scrollbar-track {
  background: transparent;
}
.headless-filter-navbar .filter-navbar--desktop .navbar-left .headless-navbar-dropdown ul {
  scrollbar-face-color: var(--headless-primary);
  scrollbar-track-color: transparent;
}
.headless-filter-navbar .filter-navbar--desktop .navbar-left .headless-navbar-dropdown ul li {
  padding: 8px 20px;
  width: 100%;
  transition: all 300ms ease-in-out;
  background: transparent;
}
.headless-filter-navbar .filter-navbar--desktop .navbar-left .headless-navbar-dropdown ul li:hover {
  cursor: pointer;
  background: var(--headless-light);
}
.headless-filter-navbar .filter-navbar--desktop .navbar-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.headless-filter-navbar .filter-navbar--desktop .headless-openorclosed-wrapper .headless-oc-option {
  display: flex;
  flex-direction: column;
}
.headless-filter-navbar .filter-navbar--desktop .headless-pricingtype-select-wrapper {
  display: flex;
  flex-direction: column;
}
.headless-filter-navbar .filter-navbar--desktop .filter-navbar-divider {
  display: flex;
  align-items: center;
  margin: 0 1rem;
}
.headless-filter-navbar .filter-navbar--mobile {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .headless-filter-navbar .filter-navbar--mobile {
    display: none;
  }
}
.headless-filter-navbar .filter-navbar--mobile .headless-hr {
  margin: 5px 0 10px 0;
}
.headless-filter-navbar .filter-navbar--mobile .navbar-bottom--menuview button {
  color: var(--headless-gray);
}
.headless-filter-navbar .filter-navbar--mobile .navbar-bottom--menuview .filter-navbar-dropdown-btn {
  padding-bottom: 8px;
  color: var(--headless-gray);
}
.headless-filter-navbar .filter-navbar--mobile .navbar-bottom--menuview .headless-mobile-dropdown-active {
  border-bottom: 3px solid var(--headless-primary);
  color: var(--headless-primary);
}
.headless-filter-navbar .filter-navbar--mobile .navbar-bottom--menuview__portal ul {
  font-size: 22px;
  color: var(--headless-primary);
  padding: 15px 0;
  font-weight: bold;
}
.headless-filter-navbar .filter-navbar--mobile .navbar-bottom--menuview__portal ul li {
  padding: 5px 20px;
  width: 100%;
  background: transparent;
}
.headless-filter-navbar .filter-navbar--mobile .headless-openorclosed-wrapper .headless-oc-option .headless-oc-name {
  margin-left: 0.25rem;
}
.headless-filter-navbar .filter-navbar--mobile .navbar-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.headless-filter-navbar .filter-navbar--mobile .navbar-top--left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.headless-filter-navbar .filter-navbar--mobile .navbar-top--right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.headless-filter-navbar .filter-navbar--mobile .navbar-top--right .headless-searchbar {
  margin-bottom: 0;
}
.headless-filter-navbar .filter-navbar--mobile .navbar-top--menuview {
  padding: 10px 0;
}
.headless-filter-navbar .filter-navbar--mobile .navbar-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.headless-filter-navbar .filter-navbar--mobile .navbar-bottom--menuview {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  overflow-y: auto;
}
.headless-filter-navbar .filter-navbar--mobile .navbar-bottom--menuview::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.headless-filter-navbar .filter-navbar--mobile .navbar-bottom--menuview::-webkit-scrollbar-thumb {
  background: transparent;
}
.headless-filter-navbar .filter-navbar--mobile .navbar-bottom--menuview::-webkit-scrollbar-track {
  background: transparent;
}
.headless-filter-navbar .filter-navbar--mobile .navbar-bottom--menuview {
  scrollbar-face-color: transparent;
  scrollbar-track-color: transparent;
}
.headless-filter-navbar .filter-navbar .filter-navbar-close-icon {
  display: flex;
}
.headless-filter-navbar .filter-navbar .filter-navbar-close-icon svg {
  fill: var(--headless-gray);
  height: 22px;
}

.headless-nav-cart-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.headless-nav-cart-icon svg {
  fill: var(--headless-dark);
  width: 17px;
}
.headless-nav-cart-icon .headless-nav-cart-quantity {
  color: var(--headless-dark);
  padding-left: 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}

.headless-searchbar {
  position: relative;
  display: inline-block;
}
.headless-searchbar:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 height=%2716%27 viewBox=%270 0 512 512%27><path d=%27M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z%27/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 991px) {
  .headless-searchbar:before {
    left: 5px;
    right: auto;
  }
}
.headless-searchbar .headless-nav-searchbar-input {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  background-color: transparent;
  color: var(--headless-gray);
  width: 100%;
  outline: 0;
  border: 0;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}
.headless-searchbar .headless-nav-searchbar-input:active, .headless-searchbar .headless-nav-searchbar-input:focus {
  color: var(--headless-dark);
  background-color: #fff;
  border: 1px solid var(--headless-dark);
  border-radius: var(--headless-border-radius);
  padding-left: 0.375rem;
}
.headless-searchbar .headless-nav-searchbar-input:active + :before, .headless-searchbar .headless-nav-searchbar-input:focus + :before {
  display: none;
}
@media (max-width: 990px) {
  .headless-searchbar .headless-nav-searchbar-input:not(:focus):not(:active)::-webkit-input-placeholder {
    color: transparent;
  }
  .headless-searchbar .headless-nav-searchbar-input:not(:focus):not(:active):-moz-placeholder {
    color: transparent;
  }
  .headless-searchbar .headless-nav-searchbar-input:not(:focus):not(:active)::-moz-placeholder {
    color: transparent;
  }
  .headless-searchbar .headless-nav-searchbar-input:not(:focus):not(:active):-ms-input-placeholder {
    color: transparent;
  }
}
.headless-searchbar .clear-search-icon {
  position: absolute;
  right: 5px;
  top: 43%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.headless-searchbar .clear-search-icon svg {
  width: 12px;
  height: 12px;
  fill: var(--headless-dark);
}
.headless-searchbar .clear-search-icon:focus {
  outline: none;
}

/* Variation headless-variation-dropdown */
.form-select, select.headless-dropdown {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.headless-dropdown {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid var(--headless-gray);
  line-height: 22px;
  font-size: 16px;
}

.headless-cart-ordertype {
  display: flex;
  margin-top: 20px;
  padding: 7.5px;
  border-radius: var(--headless-border-radius);
  border: 1px solid white;
}
@media (min-width: 991px) {
  .headless-cart-ordertype {
    margin: 20px 20px 0 20px;
  }
}
.headless-cart-ordertype .ordertype-option {
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
  border-radius: var(--headless-border-radius);
}
.headless-cart-ordertype .ordertype-option:nth-of-type(1) {
  padding-right: 7.5px;
}
.headless-cart-ordertype .ordertype-option:nth-of-type(2) {
  padding-left: 7.5px;
}
.headless-cart-ordertype label {
  background: transparent;
  box-sizing: border-box;
  display: flex;
  border-radius: var(--headless-border-radius);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 12px 17px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  font-weight: 700;
  font-size: 16px;
  color: var(--headless-dark);
}
.headless-cart-ordertype label span {
  line-height: 1;
}
.headless-cart-ordertype label svg {
  fill: var(--headless-dark);
  height: 30px;
  margin-bottom: 10px;
}
.headless-cart-ordertype label:hover {
  background: var(--headless-light);
}
.headless-cart-ordertype label:focus, .headless-cart-ordertype label:active {
  background: var(--headless-dark);
  color: white;
}
.headless-cart-ordertype label:focus svg, .headless-cart-ordertype label:active svg {
  fill: white;
}
.headless-cart-ordertype input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.headless-cart-ordertype input[type=radio]:active ~ label {
  opacity: 1;
  color: var(--headless-dark);
}
.headless-cart-ordertype input[type=radio]:active ~ label svg {
  fill: white;
}
.headless-cart-ordertype input[type=radio]:checked ~ label {
  opacity: 1;
  color: white;
  background: var(--headless-dark);
}
.headless-cart-ordertype input[type=radio]:checked ~ label svg {
  fill: white;
}

.headless-searchbar-input {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--headless-dark);
  background-color: #fff;
  outline: none;
  border: 1px solid var(--headless-dark);
  border-radius: var(--headless-border-radius);
  width: 100%;
}

.headless-slider {
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .headless-slider {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .headless-slider .headless-slider-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.headless-banner-slider {
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .headless-banner-slider {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .headless-banner-slider .headless-slider-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.headless-banner-slider .blaze-track {
  align-items: center;
}
@media (min-width: 768px) {
  .headless-banner-slider .headless-slider-prev {
    left: -40px;
  }
}
@media (min-width: 768px) {
  .headless-banner-slider .headless-slider-next {
    right: -40px;
  }
}

.headless-slider-prev, .headless-slider-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  display: flex;
  justify-content: center;
  z-index: 1;
  background: var(--headless-primary);
}
.headless-slider-prev svg, .headless-slider-next svg {
  width: 10px;
  fill: white;
}
@media (min-width: 768px) {
  .headless-slider-prev, .headless-slider-next {
    width: 25px;
    background: transparent;
  }
  .headless-slider-prev svg, .headless-slider-next svg {
    width: 30px;
    fill: var(--headless-dark);
  }
}

.headless-slider-prev {
  border-top-left-radius: var(--headless-border-radius);
  border-bottom-left-radius: var(--headless-border-radius);
  left: 0;
}

.headless-slider-next {
  right: 0;
  border-top-right-radius: var(--headless-border-radius);
  border-bottom-right-radius: var(--headless-border-radius);
  right: 0;
}

.headless-category-slider {
  margin-bottom: 30px;
}

.headless-slider-card {
  border-radius: 4px;
  /* border:1px solid #c4c4c4; */
  box-shadow: 0 3px 8px hsla(210, 8%, 62%, 0.2);
  background-color: white;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.headless-slider-card .headless-slider-card-title {
  font-size: 20px;
  font-weight: bold;
  font-weight: 900;
  margin-bottom: 13px;
}
.headless-slider-card .headless-slider-card-subtitle {
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: var(--headless-gray);
}
.headless-slider-card .headless-slider-cat-image {
  margin-top: auto;
  margin-bottom: auto;
}

.surfside-menu-banner {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .surfside-menu-banner {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .surfside-menu-banner.surfside-category-banner {
    padding: 0 40px;
  }
}

.headless-sponsored-list {
  display: flex;
  justify-content: flex-end;
}
.headless-sponsored-list .headless-sponsored-product {
  font-size: 14px;
  font-weight: bold;
  color: var(--headless-primary);
  line-height: 1;
  background-color: var(--headless-light);
  padding: 5px;
}

.headless-cart-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background: var(--headless-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transition: all 300ms ease-in-out;
  z-index: 9999;
}
.headless-cart-icon:hover {
  filter: brightness(var(--hover-brightness));
}
.headless-cart-icon svg {
  fill: white;
  width: 17px;
}
@media (min-width: 768px) {
  .headless-cart-icon {
    width: 60px;
    height: 60px;
  }
  .headless-cart-icon svg {
    width: 25px;
  }
}

.headless-cart-page {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .headless-cart-page {
    flex-direction: row;
  }
}
.headless-cart-page .headless-cart-col {
  border-radius: var(--headless-border-radius);
  border: 1px solid var(--headless-light);
  padding: 15px;
}
@media (min-width: 991px) {
  .headless-cart-page .headless-cart-col {
    padding: 25px;
    flex-basis: 50%;
  }
}
@media (max-width: 990px) {
  .headless-cart-page .headless-cart-left {
    order: 2;
  }
}
@media (min-width: 991px) {
  .headless-cart-page .headless-cart-left {
    margin-right: 10px;
  }
}
.headless-cart-page .headless-cart-right {
  background: var(--headless-light);
}
@media (max-width: 990px) {
  .headless-cart-page .headless-cart-right {
    order: 1;
    margin-bottom: 30px;
  }
}
@media (min-width: 991px) {
  .headless-cart-page .headless-cart-right {
    margin-left: 10px;
  }
}
.headless-cart-page .cart-retailer-info {
  margin-bottom: 20px;
}
.headless-cart-page .headless-cart-store-details {
  margin-bottom: 15px;
}
.headless-cart-page .headless-cart-store-details .headless-cart-store-icon {
  display: none;
  padding: 13px;
  border-radius: var(--headless-border-radius);
  background: var(--headless-primary);
}
.headless-cart-page .headless-cart-store-details .headless-cart-store-icon svg {
  fill: white;
  width: 30px;
}
@media (min-width: 991px) {
  .headless-cart-page .headless-cart-store-details {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .headless-cart-page .headless-cart-store-details .headless-cart-store-icon {
    margin-right: 15px;
    display: flex;
  }
}
.headless-cart-page .headless-cart-store-details address {
  margin-bottom: 0;
}
.headless-cart-page .headless-cart-your-store {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .headless-cart-page .headless-cart-your-store {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 35px;
  }
}
.headless-cart-page .headless-cart-your-store .headless-title {
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .headless-cart-page .headless-cart-your-store .headless-title {
    margin-bottom: 0;
    padding-right: 20px;
  }
}
.headless-cart-page .headless-cart-store-name {
  font-weight: bold;
}
@media (min-width: 991px) {
  .headless-cart-page .headless-cart-store-name {
    font-size: 20px;
  }
}
.headless-cart-page .cart-retailer-info__todays-hours {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 15px;
}
@media (min-width: 991px) {
  .headless-cart-page .cart-retailer-info__todays-hours {
    flex-direction: row;
  }
  .headless-cart-page .cart-retailer-info__todays-hours div[class^=cart-retailer-info__todays-hours--] {
    flex-basis: 50%;
  }
}
.headless-cart-page .cart-ordertype-label {
  color: var(--headless-gray);
  margin-bottom: 10px;
}
.headless-cart-page .headless-cart-price-summary {
  margin-top: 30px;
}
.headless-cart-page .headless-cart-price-summary .headless-cart-price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.headless-cart-page .headless-cart-price-summary .headless-cart-price-item.headless-cart-price-total {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}
.headless-cart-page .headless-cart-sidebar-checkout {
  margin-top: 30px;
  text-align: center;
}
.headless-cart-page .headless-cart-checkout-button {
  width: 100%;
  background: var(--headless-primary);
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.headless-cart-page .headless-cart-checkout-button:hover {
  color: inherit;
}

.headless-cart-price-total {
  font-weight: bold;
}

.headless-cart-delivery-inputs {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.headless-cart-delivery-inputs .headless-cart-delivery-msg {
  text-align: center;
  color: var(--headless-error);
  margin-bottom: 7px;
}
.headless-cart-delivery-inputs input {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--headless-dark);
  background-color: #fff;
  outline: none;
  border: 1px solid var(--headless-dark);
  border-radius: var(--headless-border-radius);
  width: 100%;
}

.headless-delivery-autofill {
  list-style: none;
  margin: 0;
  padding: 15px;
  background-color: white;
  border-radius: var(--headless-border-radius);
}
.headless-delivery-autofill li {
  padding: 7.5px 0;
  transition: all 300ms ease-in-out;
  font-size: 16px;
  line-height: 1;
}
.headless-delivery-autofill li:hover {
  cursor: pointer;
  background-color: var(--headless-light);
}

.headless-checkout-iframe {
  overflow: hidden;
  width: 100%;
  height: 1500px;
  overflow-x: hidden;
  overflow-y: auto;
}

.headless-checkout-fail {
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 991px) {
  .headless-checkout-fail {
    padding: 90px 0;
  }
}
.headless-checkout-fail a {
  text-decoration: underline;
}

/*
 * Location Navbar
 */
.headless-location-navbar {
  background: var(--headless-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 767px) {
  .headless-location-navbar .location-navbar-online {
    display: none;
  }
}
.headless-location-navbar .headless-location-navbar-select {
  display: flex;
  align-items: center;
}
.headless-location-navbar .headless-location-navbar-select .headless-lns-icon svg {
  width: 25px;
  fill: var(--headless-primary);
}
.headless-location-navbar .headless-location-navbar-select .headless-lns-select .headless-lns-text {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--headless-dark);
  margin: 0px 10px;
  line-height: 1;
}
.headless-location-navbar .headless-location-navbar-select .headless-lns-select select {
  background-color: transparent;
  border: 0;
  font-weight: bold;
  padding: 0px 20px 0px 10px;
  color: var(--headless-primary);
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"%23f32735\" viewBox=\"0 0 320 512\"><path d=\"M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z\"/></svg>");
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 10px;
  position: relative;
}
.headless-location-navbar .headless-location-navbar-shop {
  margin-left: 15px;
}

/*
 * Location Modal
*/
.headless-location-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  z-index: 999999;
}
.headless-location-modal-overlay.hlm-visible {
  display: block;
}

.headless-location-modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 15px;
  width: 60%;
  height: 100%;
  max-width: 500px;
  overflow-y: auto;
}
@media (min-width: 991px) {
  .headless-location-modal-content {
    padding: 25px;
    border-radius: var(--headless-border-radius);
    height: auto;
    max-height: 75vh;
  }
}
.headless-location-modal-content .headless-hlm-title {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: var(--headless-primary);
  margin-bottom: 20px;
}
.headless-location-modal-content .headless-location-close-btn {
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
}
.headless-location-modal-content .headless-hlm-locations .headless-hlm-location {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--headless-light);
  padding: 15px;
  margin-bottom: 10px;
  transition: all 300ms ease-in-out;
  background-color: transparent;
}
.headless-location-modal-content .headless-hlm-locations .headless-hlm-location:last-of-type {
  margin-bottom: 0;
}
.headless-location-modal-content .headless-hlm-locations .headless-hlm-location .headless-hlm-location-info .headless-hlm-location-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
.headless-location-modal-content .headless-hlm-locations .headless-hlm-location .headless-hlm-location-info .headless-hlm-location-address {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1;
  color: var(--headless-dark);
}
@media (min-width: 991px) {
  .headless-location-modal-content .headless-hlm-locations .headless-hlm-location .headless-hlm-location-info {
    flex-basis: 75%;
  }
  .headless-location-modal-content .headless-hlm-locations .headless-hlm-location .headless-hlm-location-btn {
    flex-basis: 25%;
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 600px) {
  .headless-location-modal-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
/**
 * Shop container/grid
*/
.headless-shop-banner {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
@media (min-width: 991px) {
  .headless-shop-banner {
    padding: 25px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.headless-shop-banner .shop-banner-content {
  border-bottom-right-radius: var(--headless-border-radius);
  border-bottom-left-radius: var(--headless-border-radius);
  background: white;
  border-left: 1px solid var(--headless-primary);
  border-right: 1px solid var(--headless-primary);
  border-bottom: 1px solid var(--headless-primary);
  padding: 15px;
  font-size: 16px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.headless-shop-banner .shop-banner-content.show-banner {
  height: auto;
  padding-bottom: 60px;
}
.headless-shop-banner .shop-banner-content.show-banner .shop-banner-inner-html {
  height: auto;
}
.headless-shop-banner .shop-banner-content.show-banner .shop-banner-show-more {
  display: none;
}
.headless-shop-banner .shop-banner-inner-html {
  height: 200px;
  overflow-y: auto;
}
.headless-shop-banner .shop-banner-inner-html::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.headless-shop-banner .shop-banner-inner-html::-webkit-scrollbar-thumb {
  background: var(--headless-primary);
}
.headless-shop-banner .shop-banner-inner-html::-webkit-scrollbar-track {
  background: transparent;
}
.headless-shop-banner .shop-banner-inner-html {
  scrollbar-face-color: var(--headless-primary);
  scrollbar-track-color: transparent;
}
.headless-shop-banner .shop-banner-header {
  width: 100%;
  padding: 10px;
  border-top-left-radius: var(--headless-border-radius);
  border-top-right-radius: var(--headless-border-radius);
  background: white;
  color: var(--headless-primary);
  border: 1px solid var(--headless-primary);
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headless-shop-banner .shop-banner-header .shop-banner-icon {
  font-size: 80%;
}
.headless-shop-banner .shop-banner-header .shop-banner-icon svg {
  fill: var(--headless-primary);
}
.headless-shop-banner .shop-banner-header .shop-banner-icon:hover {
  cursor: pointer;
}
@media (min-width: 991px) {
  .headless-shop-banner .shop-banner-header {
    font-size: 32px;
    padding: 15px;
  }
}
.headless-shop-banner .shop-banner-header:hover {
  cursor: pointer;
}
.headless-shop-banner .shop-banner-show-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.headless-shop-banner .shop-banner-show-more .shop-banner-more-button {
  text-align: center;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 18px;
  background-color: var(--headless-primary);
  color: white;
  text-transform: uppercase;
  transition: all 350ms ease-in-out;
}
.headless-shop-banner .shop-banner-show-more .shop-banner-more-button:hover {
  cursor: pointer;
}

.headless-shop-container:not(.headless-slider-wrap) {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 991px) {
  .headless-shop-container.headless-menu {
    flex-direction: row;
  }
}

.headless-product-strain {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.headless-product-strain .headless-strain-icon {
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
}

.headless-product-special {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--headless-success);
  font-weight: bold;
  line-height: 1;
}
.headless-product-special i, .headless-product-special svg {
  height: 15px;
  fill: var(--headless-success);
  margin-right: 10px;
}

/**
 * Primary product container/cards
 */
.headless-products-container {
  flex: 1;
}
.headless-products-container .headless-products-row {
  display: grid;
  gap: 20px;
  grid-template-columns: auto;
}
@media (min-width: 767px) {
  .headless-products-container .headless-products-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 991px) {
  .headless-products-container .headless-products-row.headless-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .headless-products-container .headless-products-row.headless-columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1399px) {
  .headless-products-container .headless-products-row.headless-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 991px) {
  .headless-products-container.has-filter {
    padding-left: 20px;
  }
}
@media (min-width: 1399px) {
  .headless-products-container.has-filter {
    padding-left: 40px;
  }
}
@media (min-width: 991px) {
  .headless-products-container.has-filter .headless-load-more {
    margin-top: 30px;
  }
}
.headless-products-container .headless-product-card {
  background-color: white;
  padding: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 300ms ease-in-out;
  border-radius: var(--headless-border-radius);
}
.headless-products-container .headless-product-card:hover {
  box-shadow: 0 3px 8px hsla(210, 8%, 62%, 0.2);
  transform: scale(0.96);
}
@media (min-width: 991px) {
  .headless-products-container .headless-product-card {
    padding: 40px;
  }
}
.headless-products-container .headless-product-card select.headless-dropdown {
  width: 100%;
}
.headless-products-container .headless-product-card .headless-product-image {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 15px;
  text-align: center;
  height: 100px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.headless-products-container .headless-product-card .headless-product-image:hover {
  cursor: pointer;
}
.headless-products-container .headless-product-card .headless-product-brands {
  margin-bottom: 12px;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--headless-gray);
  text-align: center;
}
.headless-products-container .headless-product-card .headless-product-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 26px;
  font-family: var(--headless-heading-font);
  text-align: center;
}
.headless-products-container .headless-product-card .headless-product-title a {
  font-weight: bold;
  color: var(--headless-primary);
}
.headless-products-container .headless-product-card .headless-product-categories-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headless-products-container .headless-product-card .headless-product-categories {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--headless-gray);
  font-weight: 500;
}
.headless-products-container .headless-product-card .headless-product-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headless-products-container .headless-product-card .headless-product-bottom .headless-add-to-cart {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 991px) {
  .headless-products-container .headless-product-card .headless-product-bottom .headless-add-to-cart {
    margin-top: 15px;
  }
}
.headless-products-container .headless-product-card .headless-product-bottom .headless-add-to-cart .headless-cart-button {
  width: 100%;
}
@media (min-width: 991px) {
  .headless-products-container .headless-product-card .headless-product-bottom {
    margin-top: auto;
  }
  .headless-products-container .headless-product-card .headless-product-bottom .headless-price {
    color: var(--headless-success);
    font-weight: bold;
    font-size: 20px;
  }
}
.headless-products-container .headless-product-card .headless-product-bottom .headless-variation-dropdown {
  margin-top: 15px;
}
.headless-products-container .headless-product-card .headless-product-card-potency {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--headless-success);
}
.headless-products-container .headless-product-card .headless-card-button-price {
  padding: 0 5px;
}

.headless-strain-icon {
  background: var(--headless-dark);
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  padding: 3px 5px;
}

.headless-strain-icon.strain-sativa {
  background: var(--headless-sativa);
}

.headless-strain-icon.strain-indica {
  background: var(--headless-indica);
}

.headless-strain-icon.strain-hybrid {
  background: var(--headless-hybrid);
}

.headless-strain-icon.strain-cbd {
  background: var(--headless-cbd);
}

/**
 * List styles
 */
.headless-products-container .headless-product-list-hr:last-of-type {
  display: none;
}

.headless-product-list-item {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575px) {
  .headless-product-list-item {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .headless-product-list-item {
    justify-content: space-between;
    align-items: center;
  }
}
.headless-product-list-item .headless-product-list-left, .headless-product-list-item .headless-product-list-right {
  display: flex;
  flex-basis: 100%;
  align-items: center;
}
@media (min-width: 991px) {
  .headless-product-list-item .headless-product-list-left, .headless-product-list-item .headless-product-list-right {
    flex-basis: 50%;
  }
}
@media (max-width: 575px) {
  .headless-product-list-item .headless-product-list-left {
    justify-content: space-between;
    align-items: flex-start;
  }
}
.headless-product-list-item .headless-product-list-left .headless-product-list-image {
  width: 100px;
  height: 100px;
  display: flex;
  flex-basis: 100px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.headless-product-list-item .headless-product-list-left .headless-product-list-image:hover {
  cursor: pointer;
}
@media (max-width: 575px) {
  .headless-product-list-item .headless-product-list-left .headless-product-list-image {
    margin-left: 15px;
    order: 2;
    width: 85px;
    height: 85px;
  }
}
.headless-product-list-item .headless-product-list-left .headless-product-list-info {
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .headless-product-list-item .headless-product-list-left .headless-product-list-info {
    order: 1;
  }
}
.headless-product-list-item .headless-product-list-left .headless-product-list-info .headless-product-title {
  margin-bottom: 5px;
  line-height: 1;
}
.headless-product-list-item .headless-product-list-left .headless-product-list-info .headless-product-title a {
  font-weight: bold;
  font-size: 18px;
}
.headless-product-list-item .headless-product-list-left .headless-product-list-info .headless-product-brands {
  font-size: 16px;
  line-height: 1;
}
.headless-product-list-item .headless-product-list-left .headless-product-list-info .headless-product-list-info-details {
  display: flex;
  align-items: center;
}
.headless-product-list-item .headless-product-list-right {
  margin-top: 15px;
  justify-content: flex-start;
}
@media (min-width: 991px) {
  .headless-product-list-item .headless-product-list-right {
    margin-top: 0;
    justify-content: flex-end;
  }
}
.headless-product-list-item .headless-product-list-right select.headless-dropdown {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .headless-product-list-item .headless-product-list-right select.headless-dropdown {
    width: auto;
    padding-right: 35px;
    margin-bottom: 0;
  }
}
.headless-product-list-item .headless-product-list-right .headless-product-list-price {
  font-weight: bold;
  color: var(--headless-success);
  padding: 0px 20px;
  font-size: 20px;
}
@media (max-width: 990px) {
  .headless-product-list-item .headless-product-list-right .headless-product-list-price {
    padding: 0px 0px 0px 10px;
    order: 2;
  }
}
@media (max-width: 990px) {
  .headless-product-list-item .headless-product-list-right .headless-product-list-price .headless-product-list-price-num {
    display: none;
  }
}
@media (max-width: 990px) {
  .headless-product-list-item .headless-product-list-right .headless-add-to-cart {
    order: 1;
  }
}
.headless-product-list-item .headless-product-list-right .headless-list-discount {
  margin-left: 10px;
  font-weight: normal;
  font-size: 16px;
  color: var(--headless-error);
}
@media (min-width: 576px) {
  .headless-product-list-item .headless-product-list-right .headless-add-to-cart {
    margin-left: 15px;
  }
}
@media (min-width: 991px) {
  .headless-product-list-item .headless-product-list-right .headless-list-button-price {
    display: none;
  }
}
.headless-product-list-item .headless-product-list-right .headless-list-button-price-sep {
  padding: 0 5px;
}
@media (min-width: 991px) {
  .headless-product-list-item .headless-product-list-right .headless-list-button-price-sep {
    display: none;
  }
}
.headless-product-list-item .headless-list-info-details {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.headless-product-list-item .headless-product-list-potency {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 10px;
  color: var(--headless-success);
}

.headless-list-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 5px;
  border-radius: 1px;
  background-color: var(--headless-dark);
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
}

.headless-product-list-hr {
  width: 100%;
  height: 1px;
  background: var(--headless-light);
  margin: 15px 0;
}

.headless-products-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--headless-light);
}
@media (min-width: 991px) {
  .headless-products-nav {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.headless-products-nav--title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 350px) {
  .headless-products-nav--title {
    font-size: 1.2rem;
  }
}
.headless-products-nav--sort {
  position: relative;
}
.headless-products-nav--sort .headless-sort-dropdown {
  position: absolute;
  z-index: 9999;
  top: 100%;
  right: 0;
  background-color: white;
  border-radius: var(--headless-border-radius);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  padding: 5px 0;
  font-size: 15px;
  line-height: 1;
  width: 60vw;
}
@media (min-width: 768px) {
  .headless-products-nav--sort .headless-sort-dropdown {
    width: 250px;
  }
}
.headless-products-nav--sort .headless-sort-dropdown li {
  padding: 10px 15px;
  transition: all 300ms ease-in-out;
}
.headless-products-nav--sort .headless-sort-dropdown li:hover {
  cursor: pointer;
  background-color: var(--headless-light);
}
.headless-products-nav .headless-products-nav-dropdown-btn {
  outline: 0;
  border-radius: var(--headless-border-radius);
  border: 1px solid var(--headless-light);
  background: transparent;
  font-size: 16px;
  line-height: 1;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.headless-products-nav .headless-products-nav-dropdown-btn span, .headless-products-nav .headless-products-nav-dropdown-btn svg {
  flex-shrink: 0;
  min-width: 0;
}
.headless-products-nav .headless-products-nav-dropdown-btn svg {
  height: 15px;
  margin-left: 10px;
  fill: var(--headless-primary);
}

.headless-specials {
  display: grid;
  gap: 20px;
  grid-template-columns: auto;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .headless-specials {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 991px) {
  .headless-specials {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1799px) {
  .headless-specials {
    grid-template-columns: repeat(4, 1fr);
  }
}

.headless-specials-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 180px;
  background-color: var(--headless-primary);
  border-radius: var(--headless-border-radius);
  padding: 22px;
  color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.headless-specials-card .headless-specials-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.43) 33.75%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 0;
}
.headless-specials-card .headless-specials-title {
  font-family: var(--headless-heading-font);
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  text-shadow: rgba(0, 0, 0, 0.36) 0px 2px 2px;
}
.headless-specials-card .headless-specials-button {
  background: transparent;
  border: 3px solid white;
  padding: 10px 15px;
  border-radius: var(--headless-border-radius);
  color: white;
  display: inline-flex;
  align-self: flex-end;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  font-family: var(--headless-heading-font);
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  position: relative;
  z-index: 1;
}
.headless-specials-card .headless-specials-button:hover {
  background: white;
  color: var(--headless-primary);
}

.headless-specials-view-all {
  border-radius: var(--headless-border-radius);
  border: 3px solid var(--headless-primary);
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  font-family: var(--headless-heading-font);
}
.headless-specials-view-all:hover {
  background: var(--headless-primary);
  color: white;
}

.headless-filter-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  .headless-filter-wrapper.hide-filters {
    display: none;
  }
}

.headless-searchbar {
  margin-bottom: 20px;
}

/**
 * Mobile Version
*/
.headless-filter-mobile {
  margin-bottom: 25px;
}
@media (min-width: 991px) {
  .headless-filter-mobile {
    display: none;
  }
}
.headless-filter-mobile select.headless-dropdown {
  width: 100%;
  margin-bottom: 10px;
}
.headless-filter-mobile .filter-sidebar-module {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--headless-gray);
}
.headless-filter-mobile .filter-sidebar-module:first-of-type {
  padding-top: 0;
}
.headless-filter-mobile .filter-sidebar-module:last-of-type {
  border-bottom: 0;
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-header .filter-sidebar-title {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-header svg {
  height: 18px;
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-options {
  margin-top: 15px;
  max-height: 100%;
  transition: all 200ms ease-in-out;
  overflow-y: auto;
  transition: max-height 350ms;
}
@media (min-width: 991px) {
  .headless-filter-mobile .filter-sidebar-module .filter-sidebar-options {
    margin-left: 15px;
  }
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-options .filter-option {
  margin-bottom: 5px;
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-options .filter-option label {
  margin-left: 10px;
  font-size: 15px;
  line-height: 1;
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-range {
  margin-left: 0;
  padding-left: 5px;
  overflow: visible;
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-range .multi-range-slider {
  border: 0;
  box-shadow: none;
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-range .multi-range-slider .thumb:before {
  box-shadow: none;
  top: 1px;
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-range .multi-range-slider .thumb .caption * {
  font-size: 13px;
  background-color: var(--headless-dark);
  color: white;
  box-shadow: none;
  width: 25px;
  height: 25px;
  min-width: 25px;
  line-height: 25px;
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-range .multi-range-slider .bar-inner {
  background-color: var(--headless-primary);
  border: 0;
  box-shadow: none;
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-range .multi-range-slider .label {
  position: relative;
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-range .multi-range-slider .label:after {
  content: "%";
  position: absolute;
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-range .multi-range-slider .label:first-child:after {
  right: -23px;
}
.headless-filter-mobile .filter-sidebar-module .filter-sidebar-range .multi-range-slider .label:last-child:after {
  right: -13px;
}
.headless-filter-mobile .filter-sidebar-module.filter-inactive .filter-sidebar-caret {
  transform: rotate(180deg);
}
.headless-filter-mobile .filter-sidebar-module.filter-inactive .filter-sidebar-options {
  max-height: 0;
  margin-top: 0;
  transition: all 200ms ease-in-out;
}

.headless-filter-toggle-all {
  background: var(--headless-dark);
  color: white;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 15px;
}
@media (min-width: 991px) {
  .headless-filter-toggle-all {
    display: none;
  }
}

/**
 * Desktop Version
*/
.headless-filter-sidebar {
  width: 100%;
}
@media (max-width: 990px) {
  .headless-filter-sidebar {
    display: none;
  }
}
@media (min-width: 991px) {
  .headless-filter-sidebar {
    max-width: 300px;
    padding-right: 40px;
    max-width: 220px;
    padding-right: 20px;
    border-right: 1px solid var(--headless-gray);
  }
}
@media (min-width: 1399px) {
  .headless-filter-sidebar {
    padding-right: 40px;
    max-width: 300px;
  }
}
@media (min-width: 1800px) {
  .headless-filter-sidebar {
    max-width: 350px;
  }
}
.headless-filter-sidebar .filter-sidebar-module {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--headless-gray);
}
.headless-filter-sidebar .filter-sidebar-module:first-of-type {
  padding-top: 0;
}
.headless-filter-sidebar .filter-sidebar-module:last-of-type {
  border-bottom: 0;
}
.headless-filter-sidebar .filter-sidebar-module .filter-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headless-filter-sidebar .filter-sidebar-module .filter-sidebar-header .filter-sidebar-title {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.headless-filter-sidebar .filter-sidebar-module .filter-sidebar-header svg {
  height: 18px;
}
.headless-filter-sidebar .filter-sidebar-module .filter-sidebar-options {
  margin-top: 15px;
  max-height: 350px;
  transition: all 200ms ease-in-out;
  overflow-y: auto;
  transition: max-height 350ms;
}
.headless-filter-sidebar .filter-sidebar-module .filter-sidebar-options::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.headless-filter-sidebar .filter-sidebar-module .filter-sidebar-options::-webkit-scrollbar-thumb {
  background: var(--headless-primary);
}
.headless-filter-sidebar .filter-sidebar-module .filter-sidebar-options::-webkit-scrollbar-track {
  background: transparent;
}
.headless-filter-sidebar .filter-sidebar-module .filter-sidebar-options {
  scrollbar-face-color: var(--headless-primary);
  scrollbar-track-color: transparent;
}
@media (min-width: 991px) {
  .headless-filter-sidebar .filter-sidebar-module .filter-sidebar-options {
    margin-left: 15px;
  }
}
.headless-filter-sidebar .filter-sidebar-module .filter-sidebar-options .filter-option {
  margin-bottom: 10px;
}
.headless-filter-sidebar .filter-sidebar-module .filter-sidebar-options .filter-option label {
  margin-left: 10px;
  font-size: 15px;
}
.headless-filter-sidebar .filter-sidebar-module.filter-inactive .filter-sidebar-caret {
  transform: rotate(180deg);
}
.headless-filter-sidebar .filter-sidebar-module.filter-inactive .filter-sidebar-options {
  max-height: 0;
  margin-top: 0;
  transition: all 200ms ease-in-out;
}
.headless-filter-sidebar .clear-checkbox-filters-button {
  margin-top: 15px;
}

.filter-sidebar-range {
  margin-left: 0;
  padding-left: 5px;
  overflow: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.filter-sidebar-range::-webkit-scrollbar {
  display: none;
}
.filter-sidebar-range .multi-range-slider {
  border: 0;
  box-shadow: none;
}
.filter-sidebar-range .multi-range-slider .thumb:before {
  box-shadow: none;
  top: 1px;
}
.filter-sidebar-range .multi-range-slider .thumb .caption * {
  font-size: 13px;
  background-color: var(--headless-dark);
  color: white;
  box-shadow: none;
  width: 25px;
  height: 25px;
  min-width: 25px;
  line-height: 25px;
}
.filter-sidebar-range .multi-range-slider .bar-inner {
  background-color: var(--headless-primary);
  border: 0;
  box-shadow: none;
}
.filter-sidebar-range .multi-range-slider .label {
  position: relative;
}
.filter-sidebar-range .multi-range-slider .label:after {
  content: "%";
  position: absolute;
}
.filter-sidebar-range .multi-range-slider .label:first-child:after {
  right: -23px;
}
.filter-sidebar-range .multi-range-slider .label:last-child:after {
  right: -13px;
}

#clear-dropdown-filters {
  margin-top: 30px;
}

.filter-sidebar-range-mobile {
  margin-top: 20px;
}

/*
 * Cart Sidebar
*/
.headless-cart-sidebar {
  top: 0;
  bottom: 0;
  right: -100vw;
  width: 100vw;
  z-index: 99999;
  transition: all 350ms ease-in-out;
}
@media (min-width: 991px) {
  .headless-cart-sidebar {
    right: -550px;
    width: 550px;
  }
}
.headless-cart-sidebar.headless-show-sidebar {
  right: 0;
  box-shadow: -1px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.headless-cart-sidebar .headless-cart-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  background: var(--headless-light);
}
.headless-cart-sidebar .headless-cart-sidebar-header .headless-cart-sidebar-items {
  font-size: 20px;
}
.headless-cart-sidebar .headless-cart-sidebar-header .headless-cart-sidebar-items p {
  margin-bottom: 0;
}
.headless-cart-sidebar .headless-cart-sidebar-header .headless-cart-sidebar-close svg {
  width: 27px;
  fill: var(--headless-dark);
}
.headless-cart-sidebar .headless-cart-sidebar-contents {
  overflow-y: auto;
  padding: 20px;
  flex: 1 1 auto !important;
}
.headless-cart-sidebar .headless-cart-sidebar-bottom .headless-cart-sidebar-totals {
  padding: 15px 10px;
  background: var(--headless-light);
  font-weight: bold;
  color: var(--headless-dark);
  font-size: 18px;
  text-align: center;
}
.headless-cart-sidebar .headless-cart-sidebar-bottom .headless-cart-sidebar-totals p {
  margin-bottom: 0;
}
.headless-cart-sidebar .headless-cart-sidebar-bottom .headless-cart-sidebar-checkout {
  padding: 15px 10px;
  background: var(--headless-gray);
  text-align: center;
}

.headless-cart-sidebar-item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--headless-light);
  margin-bottom: 18px;
}
.headless-cart-sidebar-item:last-of-type {
  margin-bottom: 0;
}
.headless-cart-sidebar-item .headless-cart-product-top {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  background-color: white;
}
.headless-cart-sidebar-item .headless-cart-product-top .headless-cart-product-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.headless-cart-sidebar-item .headless-cart-product-top .headless-cart-product-image img {
  width: 100px;
  height: auto;
  margin-right: 27px;
}

.headless-cart-sidebar-table {
  padding: 10px 15px;
  background: var(--headless-light);
}
.headless-cart-sidebar-table .cart-variant-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headless-cart-sidebar-table .cart-variant-single .headless-dropdown {
  width: 65px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.cart-variant-remove {
  margin-right: 10px;
  fill: var(--headless-error);
  width: 17px;
}
.cart-variant-remove:hover {
  cursor: pointer;
}

/**
 * Single product page
*/
.headless-single-product-back {
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .headless-single-product-back {
    margin-bottom: 25px;
  }
}
.headless-single-product-back .headless-back-link {
  display: flex;
  align-items: center;
  line-height: 1;
}
.headless-single-product-back .headless-back-link svg {
  height: 18px;
  margin-right: 7px;
  fill: var(--headless-primary);
}

.headless-single-product {
  padding: 25px 0;
}
@media (min-width: 991px) {
  .headless-single-product {
    padding: 40px 0;
  }
}
@media (max-width: 990px) {
  .headless-single-product .headless-sp-primary {
    margin-top: 35px;
  }
}
.headless-single-product .headless-sp-image {
  z-index: 0;
}
@media (min-width: 991px) {
  .headless-single-product .headless-sp-image {
    padding-right: 35px;
  }
}
.headless-single-product .headless-sp-category-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .headless-single-product .headless-sp-category-bar {
    justify-content: flex-start;
  }
}
.headless-single-product .headless-sp-category-bar .headless-breadcrumb, .headless-single-product .headless-sp-category-bar .headless-sp-category a, .headless-single-product .headless-sp-category .headless-sp-category-bar a {
  margin-bottom: 0;
}
.headless-single-product .headless-sp-category a {
  color: var(--headless-muted);
  font-weight: bold;
}
.headless-single-product .headless-sp-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 1399px) {
  .headless-single-product .headless-sp-title {
    font-size: 34px;
    line-height: 42px;
  }
}
.headless-single-product .headless-sp-brand {
  margin-top: 5px;
}
.headless-single-product .headless-breadcrumb, .headless-single-product .headless-sp-category a {
  color: var(--headless-gray);
  margin-bottom: 20px;
}
.headless-single-product .headless-sp-variations {
  margin-top: 30px;
  display: flex;
}
.headless-single-product .headless-sp-variations .headless-sp-variation {
  border: 1px solid var(--headless-dark);
  color: var(--headless-dark);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  min-width: 70px;
  font-size: 15px;
  position: relative;
}
.headless-single-product .headless-sp-variations .headless-sp-variation.active {
  border: 2px solid var(--headless-links);
  color: var(--headless-links);
  font-weight: bold;
}
.headless-single-product .headless-sp-variations .headless-sp-variation.active:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--headless-links);
  opacity: 0.15;
}
.headless-single-product .headless-sp-variations .headless-sp-variation:last-of-type {
  margin-right: 0;
}
.headless-single-product .headless-sp-variations .headless-sp-variation .headless-sp-var-price {
  margin-top: 5px;
}
.headless-single-product .headless-sp-variation-price {
  font-weight: bold;
  margin-top: 30px;
}
@media (min-width: 991px) {
  .headless-single-product .headless-sp-variation-price {
    font-size: 22px;
  }
}
.headless-single-product .headless-sp-add-cart {
  margin-top: 30px;
  display: flex;
}
.headless-single-product .headless-sp-add-cart .headless-dropdown-quantity {
  margin-right: 10px;
}
@media (min-width: 991px) {
  .headless-single-product .headless-sp-add-cart .headless-dropdown-quantity {
    margin-right: 20px;
  }
}
.headless-single-product .headless-sp-add-cart .headless-dropdown {
  height: 100%;
}
.headless-single-product .headless-sp-add-cart .headless-dropdown span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .headless-single-product .headless-sp-add-cart .headless-dropdown {
    min-width: 75px;
  }
}
.headless-single-product .headless-sp-description {
  margin-top: 30px;
}
@media (min-width: 991px) {
  .headless-single-product .headless-sp-description {
    margin-top: 50px;
  }
}
.headless-single-product .headless-sp-hr {
  margin: 35px 0;
}
@media (min-width: 991px) {
  .headless-single-product .headless-sp-hr {
    margin: 65px 0;
  }
}
.headless-single-product .headless-sp-effects {
  margin-top: 30px;
}
@media (min-width: 991px) {
  .headless-single-product .headless-sp-effects {
    margin-top: 50px;
  }
}
.headless-single-product .headless-sp-effects .headless-sp-effects-title {
  color: var(--headless-links);
  margin-bottom: 15px;
  font-weight: bold;
}
.headless-single-product .headless-sp-effects .headless-sp-effects-icons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .headless-single-product .headless-sp-effects .headless-sp-effects-icons {
    justify-content: center;
  }
}
.headless-single-product .headless-sp-effects .headless-sp-effects-icons .headless-effect-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .headless-single-product .headless-sp-effects .headless-sp-effects-icons .headless-effect-box {
    padding-right: 20px;
  }
  .headless-single-product .headless-sp-effects .headless-sp-effects-icons .headless-effect-box:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .headless-single-product .headless-sp-effects .headless-sp-effects-icons .headless-effect-box {
    flex-basis: 33%;
  }
}
@media (max-width: 575px) {
  .headless-single-product .headless-sp-effects .headless-sp-effects-icons .headless-effect-box {
    flex-basis: 50%;
  }
}
.headless-single-product .headless-sp-effects .headless-sp-effects-icons .headless-effect-box svg {
  width: 100%;
  height: 25px;
  background-size: initial;
  background-repeat-y: initial;
  background-repeat-x: initial;
  background-position-y: initial;
  background-position-x: initial;
  background-origin: initial;
  background-color: initial;
  background-clip: initial;
  background-attachment: initial;
  animation-play-state: paused;
}
.headless-single-product .headless-sp-effects .headless-sp-effects-icons .headless-effect-box span {
  font-weight: bold;
  font-size: 16px;
}
.headless-single-product .headless-sp-potency {
  margin-top: 30px;
}
@media (min-width: 991px) {
  .headless-single-product .headless-sp-potency {
    margin-top: 50px;
  }
}
.headless-single-product .headless-sp-potency .sp-potency-data {
  overflow: hidden;
}
.headless-single-product .headless-sp-potency .sp-potency-data .sp-potency-single {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 991px) {
  .headless-single-product .headless-sp-potency .sp-potency-data .sp-potency-single {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.headless-single-product .headless-sp-potency .sp-potency-data .sp-potency-single .sp-potency-name {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .headless-single-product .headless-sp-potency .sp-potency-data .sp-potency-single .sp-potency-name {
    width: 70px;
    overflow: hidden;
    border-right: 1px solid var(--headless-gray);
    padding: 15px 0;
  }
}
.headless-single-product .headless-sp-potency .sp-potency-data .sp-potency-single .sp-potency-bar {
  width: 100%;
  height: 20px;
  background: var(--headless-light);
  box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.17);
}
.headless-single-product .headless-sp-potency .sp-potency-data .sp-potency-single .sp-potency-bar .potency-bar-inner {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headless-single-product .headless-sp-potency .sp-potency-data .sp-potency-single .sp-potency-bar .potency-bar-inner.potency-bar-thc {
  background-color: var(--headless-success);
}
.headless-single-product .headless-sp-potency .sp-potency-data .sp-potency-single .sp-potency-bar .potency-bar-inner.potency-bar-cbd {
  background-color: var(--headless-cbd);
}
.headless-single-product .headless-sp-potency .sp-potency-data .sp-potency-single .potency-bar-number {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-right: 15px;
}
@media (min-width: 991px) {
  .headless-single-product .headless-sp-potency .sp-potency-data .sp-potency-single .potency-bar-number {
    margin-left: 30px;
  }
}
.headless-single-product .headless-sp-cannabinoids {
  margin-top: 30px;
}
@media (min-width: 991px) {
  .headless-single-product .headless-sp-cannabinoids {
    margin-top: 50px;
  }
}
.headless-single-product .headless-sp-cannabinoids .sp-cannabinoid-charts {
  display: flex;
  position: relative;
}
.headless-single-product .headless-sp-cannabinoids .sp-cannabinoid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 25px;
}
.headless-single-product .headless-sp-cannabinoids .sp-cannabinoid-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 110px;
  height: 110px;
  position: relative;
  z-index: 1;
}
.headless-single-product .headless-sp-cannabinoids .sp-cannabinoid-chart .sp-cannabinoid-name {
  font-size: 15px;
  z-index: 2;
  text-align: center;
}
.headless-single-product .headless-sp-cannabinoids .sp-cannabinoid-chart:after {
  content: "";
  display: block;
  position: absolute;
  width: 85px;
  height: 85px;
  background: white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.headless-single-product .headless-sp-cannabinoids .sp-cannabinoid-number {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}

.headless-product-effect-icon {
  fill: var(--headless-primary);
}

.headless-product-effect-text {
  color: var(--headless-primary);
}

.headless-single-product-nav {
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  top: 137px;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 999;
  padding-right: 15px;
  box-shadow: -1px 0px 11px 0px rgba(0, 0, 0, 0.45);
  flex-wrap: nowrap;
  height: 0;
  overflow: hidden;
  transition: height 300ms ease-in-out;
}
@media (max-width: 350px) {
  .headless-single-product-nav {
    top: 144px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .headless-single-product-nav {
    display: none !important;
  }
}
.headless-single-product-nav.spn-visible {
  height: 60px;
}
.headless-single-product-nav .headless-spn-image {
  width: 50px;
  height: 50px;
}
@media (max-width: 350px) {
  .headless-single-product-nav .headless-spn-image {
    width: 30px;
    height: 30px;
  }
}
.headless-single-product-nav .headless-spn-back {
  margin-right: 15px;
  width: 60px;
  height: 100%;
  background: var(--headless-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.headless-single-product-nav .headless-spn-back svg {
  height: 30px;
  fill: white;
}
.headless-single-product-nav .headless-spn-price {
  padding: 0 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: var(--headless-success);
}
@media (max-width: 350px) {
  .headless-single-product-nav .headless-spn-price {
    font-size: 14px;
  }
}
.headless-single-product-nav .headless-spn-cart {
  margin-left: auto;
}
.headless-single-product-nav .headless-spn-cart button {
  font-size: 13px;
}
@media (min-width: 376px) {
  .headless-single-product-nav .headless-spn-cart button .spn-cart-tiny {
    display: none;
  }
}
@media (max-width: 375px) {
  .headless-single-product-nav .headless-spn-cart button .spn-cart-normal {
    display: none;
  }
}

.range-headless .headless-menu-builder-section .headless-slider-wrap {
  position: relative;
}
.range-headless .headless-menu-builder-section .headless-slider-wrap .headless-slider-prev {
  left: -15px;
}
@media (min-width: 768px) {
  .range-headless .headless-menu-builder-section .headless-slider-wrap .headless-slider-prev {
    left: -40px;
  }
}
.range-headless .headless-menu-builder-section .headless-slider-wrap .headless-slider-next {
  right: -15px;
}
@media (min-width: 768px) {
  .range-headless .headless-menu-builder-section .headless-slider-wrap .headless-slider-next {
    right: -40px;
  }
}

.headless-menu-builder-title .headless-shortcode-title {
  display: flex;
  align-items: center;
}
.headless-menu-builder-title .headless-shortcode-title .shortcode-title-emoji-left, .headless-menu-builder-title .headless-shortcode-title .shortcode-title-emoji-right {
  font-size: 70%;
}
.headless-menu-builder-title .headless-shortcode-title .shortcode-title-emoji-left {
  margin-right: 10px;
}
.headless-menu-builder-title .headless-shortcode-title .shortcode-title-emoji-right {
  margin-left: 10px;
}

.headless-category-card {
  border-radius: var(--headless-border-radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: white;
  transition: all 300ms ease-in-out;
}
.headless-category-card:hover {
  cursor: pointer;
  box-shadow: 0 3px 8px hsla(210, 8%, 62%, 0.2);
  transform: scale(0.96);
}
.headless-category-card img {
  width: 50%;
}
.headless-category-card .headless-product-title {
  margin-top: 15px;
}

.headless-menu-banners {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .headless-menu-banners {
    max-width: 90%;
    margin-bottom: 45px;
  }
}
@media (min-width: 1399px) {
  .headless-menu-banners {
    max-width: 85%;
  }
}
@media (min-width: 1899px) {
  .headless-menu-banners {
    max-width: 1800px;
  }
}
.headless-menu-banners .headless-menu-banner-single {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--headless-border-radius);
}
@media (min-width: 768px) {
  .headless-menu-banners .headless-menu-banner-single img {
    border-radius: var(--headless-border-radius);
  }
}

/*# sourceMappingURL=index.0741d800268470e40697.css.map*/