/**
 * Dark Heart Fonts
 */

@font-face {
	font-family: "ITC Avant Garde Std";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/ITC_Avant_Garde_Gothic_Std/itc-avant-garde-std-medium.otf') format('opentype');
}

@font-face {
	font-family: "ITC Avant Garde Std";
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/ITC_Avant_Garde_Gothic_Std/itc-avant-garde-std-demi.otf') format('opentype');
}
@font-face {
	font-family: "ITC Avant Garde Std";
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/ITC_Avant_Garde_Gothic_Std/itc-avant-garde-std-demi.otf') format('opentype');
}

@font-face {
	font-family: "Alternate Gothic";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/Alternate_Gothic/alternate-goth-extra-condensed-medium.woff2') format('woff2');
}

/**
 * Dark Heart Colors
 */

:root {
	--color-dark-green: #09241d;
	--color-white: #fff;
	--color-mint: #a1d078;
}

/**
 * Dark Heart Common
 */
.type-tag {
	display: flex;
	padding: 8px 15px 8px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 28px;
	color: var(--color-white);
	font-family: 'ITC Avant Garde Std';
	font-weight: 600;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	align-self: flex-start;
	text-transform: lowercase;
}
/* .type-tag span {
	margin-bottom: 0.05em;
} */
.type-tag__sativa {
	color: var(--color-dark-green);
	background-color: #CA9700;
}
.type-tag__indica {
	background-color: #5F5075;
}
.type-tag__hybrid {
	background-color: #B16E53;
}
.btn-shop {
	display: flex;
	padding: 14px 34px 14px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background: var(--color-dark-green);
	color: var(--color-mint);
	font-size: 20px;
	font-family: "ITC Avant Garde Std";
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 28px */
	justify-self: flex-start;
	transition: background-color ease 0.2s, color ease 0.2s;
}
/* .btn-shop span {
	margin-bottom: -0.1em;
} */
.btn-shop:hover {
	color: var(--color-white);
}
@media (max-width: 576px) {
	.btn-shop {
		justify-self: unset;
	}
}

span.vertical-adjustment {
	display: block;
}
/**
 * Dark Heart Hero
 */
.dh-hero {
	background-color: var(--color-dark-green);
	padding: clamp(35px, 0.729rem + 4.051vw, 70px) 70px;
}
body .dh-hero__inner {
	position: relative;
	background-color: var(--color-brand);
	border-radius: 24px;
	padding: clamp(24px, 0.458rem + 2.894vw, 49px) 73px;
	padding-left: 73px;
	padding-right: 73px;
	display: flex;
	column-gap: 68px;
	align-items: center;
	overflow: hidden;
}
.dh-hero__text-wrap {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	color: var(--color-white);
}
.dh-hero__image img {
	width: min(558px, 38.8vw);
	height: auto;
	object-fit: contain;
	display: block;
}
.dh-hero__logo img {
	width: 300px;
	height: auto;
	object-fit: contain;
}
.dh-hero__heading-text {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}
.dh-hero__title {
	margin-bottom: 0;
	color: var(--color-mint);
	font-size: clamp(72px, 2.5rem + 5.556vw, 120px);
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 120px */
	letter-spacing: 2.4px;
	text-transform: uppercase;
	font-family: "Alternate Gothic";
}
.dh-hero__text-text {
	color: var(--color-white);
	font-size: clamp(16px, 0.833rem + 0.463vw, 20px);
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
}
.dh-hero__image {
	flex-basis: calc(29% - 34px);
	flex-shrink: 0;
	flex-grow: 0;
}
.dh-hero__text {
	flex-basis: calc(71% - 34px);
	flex-grow: 0;
	flex-shrink: 0;
}
@media (max-width: 991px) {
	body .dh-hero__inner {
		flex-direction: column;
		row-gap: 32px;
		padding-bottom: 200px;
	}
	.dh-hero__text, .dh-hero__image {
		flex-basis: unset;
		width: 100%;
	}
	.dh-hero__image {
	    width: 400px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translate(32%, 30%);
        z-index: 1;
	}
	.dh-hero__image img {
		width: 100%;
	}
	.dh-hero {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	body .dh-hero__inner {
		padding-left: 24px;
		padding-right: 24px;
		border-radius: 0;
	}
	.dh-hero__logo img {
		width: min(300px, 80%);
	}
	.dh-hero__text {
		z-index: 2;
	}
}
@media (max-width: 576px) {
	.dh-hero__image {
		max-width: 100%;
	}
}

/**
 * Dark Heart Heading
 */
.dh-strains__heading {
	padding: clamp(3.125rem, 1.042rem + 5.787vw, 6.25rem) 70px;
	background-color: var(--color-dark-green);
}
.dh-strains__heading-wrap {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}
.dh-strains__heading-text {
	text-align: center;
	color: var(--color-white);
	font-size: clamp(30px, 0.625rem + 3.472vw, 60px);
	margin-bottom: 0;
	font-weight: 500;
	line-height: 100%; /* 60px */
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-family: 'Alternate Gothic';
}

/**
 * Dark Heart Strains
 */
.dh-strains__strains, .dh-strains__last-two {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 16px;
}
.dh-strains__strain {
	display: inline-block;
	padding: 9.5px 12px 9.5px;
	border-radius: 6px;
	color: var(--color-mint);
	font-size: 18px;
	font-family: "ITC Avant Garde Std";
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	transition: background-color ease 0.2s;
}
/* .dh-strains__strain span {
	margin-bottom: -0.1em;
} */
.dh-strains__strain:hover, .dh-strains__strain:active {
	background-color: var(--color-brand);
	color: var(--color-mint);
}
.dh-strains__list {
	background-color: var(--color-dark-green);
}
.dh-strains__item {
	padding: clamp(35px, 0.729rem + 4.051vw, 70px) 70px;
}
.dh-strains__item-wrap {
	display: flex;
	column-gap: 64px;
	padding-left: 48px;
	padding-right: 48px;
	align-items: center;
}
.dh-strains__image-container {
	position: relative;
	flex-basis: 45.17%;
	flex-grow: 0;
	flex-shrink: 0;
}
.dh-strains__image-container img {
	transition: opacity ease 0.2s;
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	aspect-ratio: 1/1;
}
.dh-strains__hover-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.dh-strains__image-container:hover .dh-strains__image {
	opacity: 0;
}
.dh-strains__image-container:hover .dh-strains__hover-image {
	opacity: 1;
}
.dh-strains__item-info {
	flex-basis: 51.5%;
	flex-grow: 1;
	flex-shrink: 0;
	display: flex;
	row-gap: 32px;
	flex-direction: column;
}
.dh-strains__name {
	color: var(--brand-darkheart-green-mint, #A1D078);
	font-size: clamp(45px, 0.938rem + 5.208vw, 90px);
	font-style: normal;
	font-weight: 500;
	font-family: "Alternate Gothic";
	line-height: 1;
	letter-spacing: 1.8px;
	text-transform: uppercase;

	margin-bottom: 0;
}
.dh-strains__item-info-top {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}
.dh-strains__makeup {
	display: flex;
	flex-direction: column;
	row-gap: 7px;
	color: var(--color-mint);
	font-size: 16px;
	font-style: normal;
	font-family: 'ITC Avant Garde Std';
	font-weight: 600;
	line-height: 1.4;
}
.dh-strains__description {
	color: var(--color-white);
	font-size: clamp(16px, 0.833rem + 0.463vw, 20px);
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
}
.dh-strains__terms {
	display: flex;
	align-items: center;
}
.dh-strains__terms img {
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}
@media (max-width: 768px) {
	.dh-strains__image-container:hover .dh-strains__image {
		opacity: 1;
	}
	.dh-strains__image-container:hover .dh-strains__hover-image {
		opacity: 0;
	}
	.show-hover-image .dh-strains__image {
		opacity: 0 !important;
	}
	.show-hover-image .dh-strains__hover-image {
		opacity: 1 !important;
	}
}
/* .dh-strains__terms > :last-child svg {
	display: none;
}
.dh-strains__term {
	display: flex;
	align-items: center;
	position: relative;
}
.dh-strains__term-name {
	border-radius: 28px;
	background: var(--brand-darkheart-green-light, #007A53);
	color: var(--mono-white, #FFF);
	leading-trim: both;
	text-edge: cap;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	padding: 10px 16px;
	z-index: 10;
}
.dh-strains__terms > :first-child .dh-strains__term-name {
	padding-right: 40px;
	margin-right: -25.5px;
}
.dh-strains__terms > :last-child .dh-strains__term-name {
	padding-right: 16px;
}
.dh-strains__terms > :nth-child(2) .dh-strains__term-name {
	padding-left: 40px;
	margin-left: -25.5px;
}
.dh-strains__term-icon {
	width: 27px;
	height: 27px;
	border-radius: 50%;
	padding: 12px;
	box-sizing: content-box;
	border: solid 3px var(--color-dark-green);
	background-color: #007A53;
	z-index: 20;
}
.dh-strains__terms:has(>:nth-child(2)) {
	margin-top: -8px;
} */
@supports (leading-trim:both) {
	.dh-strains__name {
		margin-bottom: unset;
	}
}

@media (max-width: 991px) {
	.dh-strains__item-wrap {
		flex-direction: column;
		row-gap: 32px;
	}
	.dh-strains__image-container, .dh-strains__item-info {
		flex-basis: unset;
		width: 100%;
	}
	.dh-strains__image-container {
		max-width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.dh-strains__heading, .dh-strains__item {
		padding-left: 24px;
		padding-right: 24px;
	}
	.dh-strains__item-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.dh-strains__item-info {
		max-width: 75%;
		margin-left: auto;
		margin-right: auto;
		align-items: center;
	}
	.dh-strains__item-info-top, .dh-strains__makeup {
		align-items: center;
	}
	.type-tag {
		align-self: center;
	}
	.dh-strains__description, .dh-strains__makeup {
		text-align: center;
	}
}
@media (max-width: 576px) {
	.dh-strains__item-info {
		max-width: 100%;
	}
	.dh-strains__image-container {
		max-width: 100%;
	}
	.dh-strains__strains, .dh-strains__last-two {
		row-gap: 8px;
		flex-direction: column;
		row-gap: 8px;
	}
}

/**
 * Dark Heart Back To Top
 */
.dh-strains__back-to-top {
	background-color: var(--color-dark-green);
	padding-top: clamp(20px, 0.357rem + 2.381vw, 40px);
	padding-bottom: clamp(35px, 0.729rem + 4.051vw, 70px);
}
.dh-strains__back-to-top-button {
	display: flex;
	padding: 7.5px 10px 7.5px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	color: var(--mono-white, #FFF);
	font-size: 18px;
	font-weight: 500;
	width: fit-content!important;
	margin-inline: auto!important;
	line-height: 1; /* 25.2px */
	border-radius: 6px;
	background: var(--brand-darkheart-green-base, #1D3C34);
	justify-self: center;
	transition: color ease 0.2s;
	font-family: "ITC Avant Garde Std";
}
.dh-strains__back-to-top-button span {
	margin-bottom: -0.1em;
}
.dh-strains__back-to-top-button:active, .dh-strains__back-to-top-button:hover {
	color: var(--color-mint);
}
@media (max-width: 991px) {
	.dh-strains__back-to-top-button {
		font-size: 16px;
	}
}