/* Fruitstiq CSS */
html, body {
	font-size: 16px !important;
}
body {
	background-color: #FFF9EC !important;
}

:root {
	/* Colors - use these variables for color, like var(--color-orange); */
	--text-blue: #0001E6;
	--text-dark: #211F1E;
	--color-tropical: #17CC4A;
	--color-berry: #F98AAA;
	--color-citrus: #F8AF16;
	--font-tt: "TT Firs Neue Medium";
	--font-tt-bold: "TT Firs Neue Bold";
	--font-tt-medium: "TT Firs Neue Medium";
	--font-tt-regular: "TT Firs Neue Regular";
	--font-tt-black: "TT Firs Neue Black";
	--font-tt-extrabold: "TT Firs Neue Extrabold";
	--font-tt-extrablack: "TT Firs Neue Extrablack";
	--color-button-bg: #f98aaa;
};


/* Container for content */
.fs-container {
	width: min(100%, 1570px);
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

/* Header */
header.site-header.bg-menu {
	background-color: #FFF9EC !important;
}
.site-navigation li a.nav-link {
	color: var(--text-blue);
}
.header-brand svg path {
	fill: var(--text-blue) !important;
}
header .navbar-toggler .icon-bar {
	background-color: var(--text-blue);
}

/* Hero */
@media (max-width: 767px) {
	.fs .block-hero {
		min-height: 100vw;
	}
}
@media (min-width: 768px) {
	.fs .block-hero {
		min-height: 660px;
	}
}
p.block-hero__scroll {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: clamp(1.125rem, 0.679rem + 1.19vw, 1.75rem);
	font-weight: 800;
	line-height: 1.17;
	display: flex;
	column-gap: 10px;
	align-items: center;
	width: 100%;
	align-items: center;
	user-select: none;
	cursor: default;
	justify-content: center;
	transition: opacity ease 0.5s;
	font-family: var(--font-tt-extrabold);
}
p.block-hero__scroll svg {
	height: 26px;
	width: 26px;
}
@media (max-width: 600px) {
	p.block-hero__scroll svg {
		height: 22px;
		width: 22px;
	}
}
.fs .block-hero .fs-container {
	width: min(100%, 1728px);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: auto;
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	max-height: 630px;
}

.fs .model-viewer {
	aspect-ratio: 1;
	width: 100%;
	height: auto;
	cursor: none;
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 630px;
	transform: translate(-50%, -50%);
}
/* Hide the default progress bar in model-viewer */
model-viewer {
	--progress-bar-color: transparent;
	opacity: 0;
}
model-viewer.reveal {
	transition: opacity ease 0.5s;
	transition-delay: 0.7s;
	opacity: 1;
}
.fs .model-viewer:hover {
	cursor: none;
}
.fs .model-viewer-model {
	display: block;
	width: 100%;
	height: 100%;
	cursor: none;
}
.fs .block-hero__contents {
	display: flex;
	flex-direction: column;
	row-gap: clamp(1.563rem, -0.67rem + 5.952vw, 4.688rem);
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10;
	pointer-events: none;
	margin-top: calc(clamp(1.563rem, -0.67rem + 5.952vw, 4.688rem) * -1);
	width: 100%;
}
.fs .block-hero__button-container {
	width: 100%;
	text-align: right;
	position: relative;
}
.fs .block-hero__button {
	display: inline-flex;
	padding: 11px 18px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: var(--color-button-bg);
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	font-size: clamp(1.125rem, 0.679rem + 1.19vw, 1.75rem);
	font-weight: 800;
	align-self: flex-end;
	position: relative;
	right: min(210px, 10.5vw);
	top: 0;
	font-family: var(--font-tt-extrabold);
}
.fs .block-hero__logo {
	width: 100%;
	text-align: center;
}
.fs .block-hero__logo svg {
	width: 71.5%;
}
.fs .block-hero__button {
	transition: opacity ease 0.5s;
	opacity: 1;
}
.fs .block-hero__logo svg {
	position: relative;
}
.fs .block-hero__logo svg.reveal {
	transform-origin: center;
	animation: slideUpAndIn 0.5s ease-out forwards;
	transform: scale(1);
}
.fs .block-hero__logo {
	opacity: 1;
	transition: opacity 0.5s;
}
.fs .block-hero__logo.block-hero__logo-opacity, .fs .block-hero__button.block-hero__logo-opacity {
	opacity: 0.05 !important;
}
.fs .block-hero__pointer {
	position: absolute;
	opacity: 0;
	transform: scale(0.3);
	pointer-events: none;
	transition: opacity ease 0.25s, transform ease 0.5s;
}
.fs .block-hero .fs-container, .fs .block-hero .model-viewer {
	overflow: hidden;
}
.fs .block-hero .model-viewer, .fs .block-hero .block-hero__contents {
	opacity: 0;
	pointer-events: none;
}
.fs .block-hero .model-viewer.model-visible {
	opacity: 1;
	pointer-events: auto;
}
.fs .block-hero .block-hero__contents.model-visible {
	opacity: 1;
}
/* Spinner styles */
.fs .block-hero .block-hero__spinner-wrapper {
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.fs .block-hero__spinner {
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid;
	border-left-color: var(--text-blue);
	border-right-color: var(--text-blue);
	border-top-color: transparent;
	border-bottom-color: transparent;
	animation: l1 1s infinite;
	margin-left: auto;
	margin-right: auto;
}

@keyframes l1 {to{transform: rotate(.5turn)}}

.fs .block-hero__spinner.spinner-hidden {
	display: none;
}
.fs .block-hero {
	position: relative;
	height: calc(100vh - 55px);
    display: grid;
    place-items: center;
}
  
  /* Spinning animation */
  @keyframes spin {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	}
  }
  
  /* Color-changing animation */
  @keyframes color-change {
	0% {
	  filter: hue-rotate(0deg);
	}
	100% {
	  filter: hue-rotate(360deg);
	}
  }
@media (min-width: 768px) {
	.fs .block-hero .fs-container, .fs .block-hero .model-viewer {
		overflow: initial;
	}
	.fs .block-hero__pointer.block-hero__pointer-shown {
		opacity: 1;
		transform: scale(1);
		z-index: 20;
	}
	.block-hero .fs-container, .block-hero.model-viewer {
		min-height: 350px;
	}
	.fs-container::-webkit-scrollbar {
		display: none;
	}
}
@keyframes opacity_grow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slideUpAndIn {
    0% {
		opacity: 0;
        transform:  scale(0.5);
    }
    100% {
		opacity: 1;
        transform:  scale(1);
    }
}
@media (max-width: 767px) {
	.fs .block-hero .block-hero__contents {
		flex-direction: column-reverse;
		margin-bottom: calc(clamp(1.563rem, -0.67rem + 5.952vw, 4.688rem)* -1);
	}
	.fs .block-hero .fs-container, .fs .model-viewer {
		aspect-ratio: 1/1;
	}
	.fs .block-hero__logo svg {
		width: 100%;
		aspect-ratio: 343/45;
		height: 100%;
		animation: unset;
	}
	.fs .block-hero__button-container {
		text-align: center;
	}
	.fs .block-hero__button {
		right: unset;
	}
	.fs .block-hero .fs-container {
		padding: 0 24px;
	}
	.site-navigation li a.nav-link {
		color: white;
	}
}

/* slider */
.fs .block-slider {
	padding: clamp(2.875rem, 2.518rem + 0.952vw, 3.375rem) 0;
	display: flex;
	flex-direction: column;
	row-gap: clamp(4.438rem, 3.277rem + 3.095vw, 6.063rem);
}
.fs .block-slider .fs-container {
	width: min(100%, 1760px);
	margin-left: auto;
	margin-right: auto;
}
.fs .block-slider .block-slider__header {
	text-align: center;
	color: var(--text-blue);
	font-size: clamp(2.5rem, -0.089rem + 6.905vw, 6.125rem);
	line-height: 108%;
	font-weight: 700;
	max-width: 18ch;
	margin-left: auto;
	margin-right: auto;
	font-family: var(--font-tt-bold);
}
.fs .block-slider .block-slider__cards {
	display: flex;
	column-gap: 36px;
	align-items: stretch;
	justify-content: center;
	max-width: 100vw;
	overflow:hidden;
	cursor: grab;
}

.fs .block-slider .block-slider__card {
	padding: 50px clamp(1.188rem, -0.107rem + 3.452vw, 3rem);
	border-radius: 20px;
	border: solid 1px var(--text-blue);
	width: calc(33% - 36px);
	min-width: min(calc(33% - 36px), 528px);
	max-width: 528px;
	text-align: center;
	margin-left: 18px;
	margin-right: 18px;
}
.fs .block-slider .block-slider__card-inner {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
	height: 100%;
}
.fs .block-slider .block-slider__card-contents {
	display: flex;
	flex-direction: column;
	row-gap: 18px;
}
.fs .block-slider .block-slider__card-title, .fs .block-slider .block-slider__card-text {
	margin: 0;
}
.fs .block-slider .block-slider__card-title {
	font-size: clamp(1.75rem, 1.438rem + 0.833vw, 2.188rem) !important;
	line-height: 1.29;
	font-weight: 700;
	font-family: var(--font-tt-bold);
}
.fs .block-slider .block-slider__card-text {
	font-size: clamp(1.125rem, 1.036rem + 0.238vw, 1.25rem);
	line-height: 1.29;
	font-weight: 400;
	font-family: var(--font-tt-regular);
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.slick-slide  div {
	height: 100%;
}
.fs .block-slider .block-slider__card-icon {
	height: auto;
}
.fs .block-slider .block-slider__card-icon svg {
	width: clamp(5.688rem, 3.321rem + 6.31vw, 9rem);
	height: auto;
	aspect-ratio: 1/1;
}

@media (max-width: 639px) {
	.fs .block-slider .block-slider__card {
		width: 80vw;
		margin-left: 8px;
		margin-right: 8px;
		max-width: 80vw;
	}
	.fs .block-slider .block-slider__header {
		max-width: 14ch;
		padding-left: 24px;
		padding-right: 24px;
	}
}

/* Video Block */
.block-video {
	position: relative;
	padding-top: clamp(3.125rem, 3.839rem + -1.905vw, 2.125rem);
	padding-bottom: clamp(2.75rem, -3.054rem + 15.476vw, 10.875rem);
}

.fs .block-video .block-video__header {
	text-align: center;
	color: var(--text-blue);
	font-size: clamp(2.5rem, -0.089rem + 6.905vw, 6.125rem);
	line-height: 108%;
	font-weight: 700;
	max-width: 15ch;
	margin-left: auto;
	margin-right: auto;
	font-family: var(--font-tt-bold);
}
.fs .block-video .fs-container {
	display: flex;
	flex-direction: column;
	row-gap: clamp(2.625rem, 1.152rem + 3.929vw, 4.688rem);
	position: relative;
}
.fs .block-video .block-video__stripes {
	position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fs .block-video .block-video__stripe {
	height: clamp(2.813rem, 0.446rem + 6.31vw, 6.125rem);
	width: 0;
	transition: width ease-out 0.5s;
}
.fs .block-video .block-video__stripe.shown {
	width: 100%;
}
.fs .block-video div.block-video__stripe:first-of-type {
	background-color: var(--color-tropical);
	transition-delay: 0s;
}
.fs .block-video div.block-video__stripe:nth-of-type(2) {
	background-color: var(--color-citrus);
	transition-delay: 0.25s;
}
.fs .block-video div.block-video__stripe:nth-of-type(3) {
	background-color: var(--color-berry);
	transition-delay: 0.5s;
}
.fs .block-video__poster-play {
	position: relative;
	text-align: center;
}
.fs .block-video__poster img {
	width: min(100%, 971px);
	height: auto;
}
.fs .block-video__play {
	position: absolute;
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	top: 0;
	left: 0;
}
.fs .block-video .block-video__play-button {
	display: inline-flex;
	padding: 20.6px 33.709px;
	justify-content: center;
	align-items: center;
	gap: 18.727px;
	background-color: var(--text-blue);
	color: #fff;
	font-family: var(--font-tt-extrabold);
	font-weight: 800;
	line-height: 1.17;
	text-transform: uppercase;
	font-size: clamp(1.563rem, 0.357rem + 3.214vw, 3.25rem);
	border: unset;
	transition: background-color ease 0.35s, color ease 0.35s, border ease 0.35s;
	border: solid 1px transparent;
}
.fs .block-video .block-video__play-button:hover {
	background-color: #FFF9EC;
	color: var(--text-blue);
	border: solid 1px var(--text-blue);
}
.fs .block-video__video {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: grid;
	place-items: center;
	transition: opacity ease 0.35s;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.55);
	padding-left: 1rem;
	padding-right: 1rem;
}
.fs .block-video__video video {
	max-width: min(100%, 640px);
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
}
.fs .block-video__video.video-open {
	opacity: 1;
	pointer-events: auto;
}
body:has(.video-open) {
	overflow: hidden;
}
.fs .block-video .block-video__poster {
	overflow-x: hidden;
}
@media (max-width: 767px) {
	.fs .block-video .block-video__stripes {
		bottom: 0;
		height: 79vw;
	}
}
@media (max-width: 639px) {
	.fs .block-video .block-video__play-button {
		padding: 9.845px 16.11px;
	}
	.fs .block-video .block-video__header {
		padding-left: 24px;
		padding-right: 24px;
	}
	.fs .block-video__poster img {
		width: 110%;
		margin-left: -5%;
		margin-right: -5%;
	}
}

/* Flavors Block */

.block-flavors .select-img-section {
	background: linear-gradient(to bottom, #fff 50%, #17CC4A 50%);
}

.block-flavors .select-img-section .select-img {
	width: 100%;
}

.block-flavors .flavor:first-of-type {
	padding-top: 170px;
}

.block-flavors .flavor .flex-container {
	display: flex;
	padding: 100px 0;
	column-gap: 50px;
	max-width: 1570px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	justify-content: center;
	position: relative;
}

/* Flavors Block Colors and Images */

.block-flavors .flavor.tropical {
	background-color: var(--color-tropical);
}

.block-flavors .flavor.berry {
	background-color: var(--color-berry);
	position: relative;
}

.block-flavors .flavor.citrus {
	background-color: var(--color-citrus);
	position: relative;
	z-index: 10;
}
footer {
	z-index: 20;
}
.small-fruit {
	position: absolute;
	top: 0;
	right: 5%;
	max-width: 200px;
	width:100%;
	height: 150px;
}

.large-fruit {
	position: absolute;
	bottom: -5%;
	left: 0;
	max-width: 360px;
	width:100%;
	height: 367px;
}

.pink-stars-img {
	position: absolute;
    top: 120px;
    right: -38px;
	width: clamp(6.125rem, 3.089rem + 8.095vw, 10.375rem);
}

.left .pink-stars-img {
	display:none;
}

.orange-stars-img {
	position: absolute;
	top: 125px;
    left: 8ch;
	width: clamp(6.125rem, 3.089rem + 8.095vw, 10.375rem);
}

.right .orange-stars-img {
	display: none;
}

/* Flavors Block Section Heading */

.block-flavors .section-heading {
	text-align:right;
	color: var(--text-dark);
	position: relative;
	width: 30%;
}

.block-flavors .section-heading p.label {
	color: #211F1E;
	text-transform: uppercase;
	font-family: var(--font-tt);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 128.729%; /* 30.895px */
	margin-bottom: 0;
}

.block-flavors .section-heading h2 {
	font-family: var(--font-tt-extrablack);
	font-size: 80px;
	font-style: normal;
	font-weight: 950;
	line-height: 96%; /* 112.32px */
}



/* flavor block products */

.block-flavors .flavor .flex-container .products {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	width: 40%;
}

.block-flavors .flavor .flex-container .product-img {
	text-align: center;
	width: 30%;
}


.block-flavors .flavor .flex-container .product-img img {
	width: 100%;
	width: 300px;
	height: auto;
	margin-top: 5px;
}

.block-flavors .flavor .flex-container .products .product-title {
	color: #211F1E;
	font-family: var(--font-tt);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 128.729%; /* 30.895px */
}

.block-flavors .flavor .flex-container .products .product-description {
	color: #211F1E;
	font-family: var(--font-tt);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 128.729%; /* 23.171px */
	max-width: 675px;
}

.block-flavors .flavor .flex-container .products .details {
	display: flex;
	margin-top: 21px;
	border-top: dotted 2px #211F1E;
	border-bottom: dotted 2px #211F1E;
	max-width: 300px;
}

.block-flavors .flavor .flex-container .products .details .label {
	color: #211F1E;
	font-family: var(--font-tt);
	font-size: 18px;
	font-weight: 500;
	line-height: 128.729%; /* 23.171px */
	margin-bottom:0;
}

.block-flavors .flavor .flex-container .products .details .strain {
	padding: 20px 20px 0 0;
	
}

.block-flavors .flavor .flex-container .products .details .amount {
	padding: 20px 0 0 20px;
	border-left: dotted 2px #211F1E;
}

.block-flavors .flavor .flex-container .products .details .strain-title {
	color: #211F1E;
	font-family: var(--font-tt-black);
	font-size: min(35.704px, 9.5vw);
	line-height: 128.729%; /* 45.961px */
	font-weight:900;
}

.block-flavors .flavor .flex-container .products .details .nuemeric-amount {
	color: #211F1E;
	font-family: var(--font-tt-black);
	font-size: min(35.704px, 9.5vw);
	line-height: 128.729%; /* 45.961px */
	font-weight:900;
}

/* Flavor Blocks Media Queries */

@media (max-width: 1660px) {
	.block-flavors .flavor .flex-container {
		max-width: 1440px;
	}
	.orange-stars-img {
		left: 5ch;
	}
}

@media (max-width: 1440px) {
	.block-flavors .flavor .flex-container {
		max-width: 1280px;
	}
	.orange-stars-img {
		left: 1ch;
	}
}

@media (max-width: 1060px) {
	/* citrus image has top padding */
	.flavor.citrus .product-img img {
		margin-top: -44px !important;
	}
	.block-flavors .flavor .flex-container {
		flex-wrap:wrap;
		align-items:center;
		flex-direction:row;
		justify-content:center;
		width: min(100%, 600px);
	}
	.block-flavors .flavor .flex-container .section-heading {
		width: 100%;
		text-align: center;
	}
	.block-flavors .flavor .flex-container .product-img {
		width: 100%;
	}
	.block-flavors .flavor .flex-container .products {
		margin-top: 50px;
		width: 100%;
		max-width: 600px;
	}
	.large-fruit, .small-fruit {
		display: none;
}
	.pink-stars-img, .orange-stars-img {
		right: unset;
		top: 110px;
		left: 6vw;
		/* top: 101px;
		left: 21vw; */
	}
	.block-flavors .flavor .flex-container .section-heading h2 {
		margin-bottom: 55px;
	}
	.block-flavors .flavor .flex-container .product-img img {
		margin-right: -5%;
	}
}

@media (max-width: 768px) {

	.block-flavors .flavor .flex-container {
		padding: 61px 1.5rem;
	}
	.block-flavors .flavor .flex-container .section-heading {
		width:100%;
		text-align:center;
	}
	.block-flavors .flavor .flex-container .section-heading p.label {
		font-size: 15.598px;
		line-height: 128.729%; /* 20.079px */
	}
	.block-flavors .flavor .flex-container .section-heading h2 {
		font-size: min(70px, 18.5vw);
	}
	.block-flavors .select-img-section {
		margin-bottom: -2px;
	}
	.block-flavors .select-img-section .select-img {
		width: 100%;
	}
	.orange-stars-img {
        /* top: 190px;
        left: 25px; */
    }

	.pink-stars-img, .orange-stars-img {
		top: 98px;
        /* top: 95px;
        left: 35px; */
    }
	.block-flavors .flavor .flex-container .product-img img {
		max-width: 65%;
		width: 100%;
		margin-right:-8%;
	}
	.block-flavors .flavor .flex-container .products .details .strain {
		padding: 11px 16px 0 0;
		
	}
	
	.block-flavors .flavor .flex-container .products .details .amount {
		padding: 11px 0 0 24px;
		border-left: dotted 2px #211F1E;
	}
}
@media (max-width: 600px) {
	.pink-stars-img, .orange-stars-img {
		width: min(25.15vw, 98px);
	}
}

@media (max-width: 460px) {
	.pink-stars-img, .orange-stars-img {
		left: 1vw;
	}
	.flavor.citrus .product-img img {
		margin-top: -35px !important;
	}
}


/* Footer styles  */

nav#footerMainNav .site-navigation a.nav-link {
	color: #fff;
}

nav#footerMainNav .site-navigation a.nav-link:hover {
	color: var(--text-dark);
}