/** Shopify CDN: Minification failed

Line 27:0 All "@import" rules must come first
Line 3332:0 Unexpected "/"

**/
:root {
	--white: #ffffff;
	--black: #020912;
	--primary: #F4F1EA;
	--secondary: #F69322;
	--textColor: #020912;


	--fonth1: 48px;
	--fonth2: 43px;
	--fonth3: 38px;
	--fonth4: 36px;
	--fonth5: 28px;
	--fonth6: 20px;
	--fontText: 16px;
	--fontFamilyTitle: "Nunito Sans", sans-serif;
	--fontFamilyBody: "Nunito Sans", sans-serif;

}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wdth,wght@0,6..12,75..125,200..1000;1,6..12,75..125,200..1000&display=swap');

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	font-family: var(--fontFamilyBody);
	font-size: var(--fontText);
	line-height: 1.2;
	color: var(--textColor);
}

h1,
.h1 {
	font-size: var(--fonth1);
	font-weight: 900;
}

h2,
.h2 {
	font-size: var(--fonth2);
	font-weight: 700;
}

h3,
.h3 {
	font-size: var(--fonth3);
	font-weight: 700;
}

h4,
.h4 {
	font-size: var(--fonth4);
	font-weight: 600;
}

h5,
.h5 {
	font-size: var(--fonth5);
}

h6,
.h6 {
	font-size: var(--fonth6);
}

.d-none {display:none;}

.mb-auto {
	margin-bottom: auto;
}

.mt-auto {
	margin-top: auto;
}

.ml-auto {
	margin-left: auto;
}

.mr-auto {
	margin-right: auto;
}

.m-0 {
	margin: 0;
}

.row {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-1 {
	width: 8.3333333333%;
}

.col-2 {
	width: 16.6666666667%;
}

.col-3 {
	width: 25%
}

.col-4 {
	width: 33.3333333333%
}

.col-5 {
	width: 41.6666666667%;
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.3333333333%;
}

.col-8 {
	width: 66.6666666667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.3333333333%;
}

.col-11 {
	width: 91.6666666667%;
}

.col-12 {
	width: 100%;
}


.col-20 {
	width: 20%;
}

.col-80 {
	width: 80%;
}

.col-30 {
	width: 30%;
}

.col-70 {
	width: 70%;
}

.col-40 {
	width: 40%;
}

.col-60 {
	width: 60%;
}


@media (max-width: 767px) {
	[class*="col-"] {
		width: 100%;
	}
}

.container-fluid {
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	padding:0 20px;
}
button {
	cursor:pointer;
}
.btn_black {
	font-family: var(--fontFamilyBody);
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	padding: 16px 24px;
	background-color: var(--black);
	color: var(--white);
	border-radius: 30px;
	transition: 0.3s ease;
}

.btn_black:hover,
.button:hover {
	background-color: var(--secondary);
}

a:hover {
	transition: 0.3s ease;
}

img {
	height: auto;
	max-width: 100%;
}
*:focus-visible {
	outline: none;
    outline-offset: unset;
}

/*------------------------------------------
        Home Page 
---------------------------------------------*/

header {
	z-index:111 !important;
}
.announcement-bar__slider .announcement-bar__text a {
	text-decoration:none
}

/* marquee -slider */

marquee-component.color-scheme-2::after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	background: linear-gradient(265deg, #F2F2F3 0%, rgba(242, 242, 243, 0) 20%, rgba(242, 242, 243, 0) 80%, #F2F2F3 100%);
}

/* transparency */

.transparency-section {
	padding: 58px 0 30px;
	background-image: linear-gradient(0deg, rgba(244, 241, 234, 0.5), rgba(244, 241, 234, 0.5)), linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
	background: #fff;
}

.transparency-section .page-width {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.transparency-section .bg-heading {
	font-family: "ArialMTBlack", Arial, sans-serif;
	font-weight: 900;
	font-size: 144px;
	line-height: 160px;
	text-align: center;
	text-transform: uppercase;
	color: var(--black);
	opacity: .1;
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
}

.transparency-box {
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-top: -80px; */
	z-index: 1;
	position: relative;
	padding-bottom: 100px;
}
.transparency-box .image-left {
	position:absolute;
	left:0;
	top: -120px;
}
.transparency-box .image-right {
	position:absolute;
	top: -78px;
    right: 14px;
}

.transparency-box .center-content {
	max-width: 50%;
	width: 100%;
	text-align: center;
}

.typewriter-wrapper .typewriter-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.typewriter-wrapper .typewriter-box .typewriter-text {
	font-family: ArialMTBlack, Arial, sans-serif;
	font-weight: 900;
	font-size: 46px;
	line-height: 50px;
	letter-spacing: -4px;
	vertical-align: middle;
	text-transform: uppercase;
	color: var(--black);
	margin-bottom: 0;
}

.typewriter-wrapper .typewriter-box .cursor {
	display: inline-block;
	width: 4.5px;
	height: 50px;
	background: var(--secondary);
	margin-left: 10px;
	animation: blink .8s infinite;
}

@keyframes blink {
	50% {
		opacity: 0;
	}
}

.transparency-box .center-content .btn_black {
	margin: 0 auto 20px;
	max-width: 370px;
    width: 100%;
}

.transparency-box .center-content .learn-more span,
.transparency-box .center-content .learn-more a {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2%;
	text-align: center;
	vertical-align: middle;
	color: var(--black);
}

.transparency-box .center-content .learn-more a {
	text-decoration: underline;
	color: RGB(12, 177, 239);
}

/* popup */
.popup-open {
	overflow:hidden;
}
.custom-popup-overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
  display:none;
}

.custom-popup-container{
  max-width:1200px;
  width:100%;
  background:#fff;
  border-radius:30px;
  padding:30px;
  position:relative;
}

.popup-row{
  display:flex;
  gap:30px;
  align-items:center;
}

.popup-image img{
  width:100%;
  border-radius:15px;
}

.popup-title{
	font-weight: 900;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: 0%;
	text-transform: uppercase;
	margin:0;
	margin-bottom:20px;
	color:var(--black);
}

.popup-subtitle{
  	font-weight: 900;
	font-size: 24px;
	line-height: 34px;
	text-transform: uppercase;
	color:var(--black);
	margin:0;
	margin-bottom:30px;
	
}

.popup-text{
  	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color:var(--black);
	margin:0;
	margin-bottom:20px;
}

.popup-bottom-title{
	font-weight: 900;
	font-size: 40px;
	line-height: 52px;
	color:var(--black);
	margin:0;
	margin-bottom:20px;
}

.popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--black);
    color: var(--white);
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    border: 2px solid var(--white);
}


/* shop-category */

.section-header {
	background-color: var(--black);
	padding: 30px 0;
	text-align: center;
}

.section-header .section-label {
	font-size: 48px;
	line-height: 52px;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--white);
}

.category-row {
	padding: 140px 0;
	position: relative;
}

.top-decorative {
	position: absolute;
	top: -110px;
}

.top-decorative.left {
	left: 0;
}

.top-decorative.right {
	right: 0;
}

.bottom-decorative {
	position: absolute;
	bottom: -110px;
}

.bottom-decorative.left {
	left: 0;
}

.bottom-decorative.right {
	right: 0;
}

.category-row.reverse .shop-cat-box {
	flex-direction: row-reverse;
}

.shop-cat-box {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1170px;
	width: 100%;
	gap: 50px;
	margin: 0 auto;
}

.shop-cat-box .category-content {
	max-width: 500px;
	width: 100%;
}

.shop-cat-box .category-content h2 {
	font-weight: 900;
	font-size: 48px;
	line-height: 52px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: var(--black);
	margin-bottom: 20px;
}

.shop-cat-box .category-content p {
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 0%;
	color: var(--black);
	margin-bottom: 30px;
	margin-top:0;
}

.top-decorative.two {
	position: absolute;
	top: -260px;
	left: 0;
}

/* Image-Text-Slider */

.image-text-slider .left-image,
.image-text-slider .right-slider {
	padding: 100px 0;
}

.image-text-slider .right-slider {
	width: calc(66.66% - 60px);
}


.image-text-slider .container {
	max-width: 1440px;
	width: 100%;
}

.image-text-slider .container .row {
	align-items: center;
	gap: 60px;
}

.image-text-slider .swiper-slide .image-box {
	/* max-width: 875px;
	width: 100%;
	text-align: right;
	margin-left: auto; */
    max-width: 800px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.image-text-next svg,
.image-text-prev svg {
	display: none;
}

.image-text-prev,
.image-text-next {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 32px;
	height: 32px;
}

.swiper-button-next.image-text-next {
	right: 60px;
}

.swiper-button-prev.image-text-prev {
	left: 60px;
}

/* Featured Recipes */

.featured-recipes {
	padding: 180px 0;
	background: #F8F8F8;
	text-align:center;
	position:relative;
}

.featured-recipes .top-shape {
	position:absolute;
	top:-140px;
	right:0;
}

.recipes-wrapper .swiper-slide {
	height: auto !important;
	display: flex;
}

.featured-recipes .section-title {
	font-weight: 800;
	font-size: 43px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom:60px;
}

.featured-recipes .recipes-wrapper {}

.recipe-card {
	border: 1px solid #DDDDDD;
	border-radius: 20px;
	overflow: hidden;

	display:flex;
  flex-direction:column;
  height:100%;
}

.recipe-card .recipe-image {
	position: relative;
}

.recipe-card .recipe-image .recipe-tag {
	background: #fff;
	border-radius: 50px;
	padding: 5px 14px;
	color: #F69322;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	position: relative;
	top: -12px;
	text-transform: uppercase;
}
.recipe-card:hover .recipe-image .recipe-tag {
	color:#9E8F7D;
}

.recipe-card .recipe-image a {
	aspect-ratio: 16/9;
}

.recipe-card .recipe-image img {
	object-fit: cover;
	aspect-ratio: 4/3;
}

.recipe-card .recipe-content {
	padding: 22px 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;

	flex:1;
}

.recipe-card .recipe-content h3 {
	color: #020912;
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	margin: 0;
}
.recipe-card .recipe-content h3 a {
	color:var(--black);
}

.recipe-card .recipe-content p {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.81px;
	text-align: center;
	vertical-align: middle;
	color: #020912;
	margin: 0;
}

.recipe-card .recipe-content .recipe-btn {
	background: #020912;
	min-width: 198px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 44px;
	border-radius: 50px;
	color: #ffffff;
	font-weight: 700;
	font-size: 15.11px;
	text-align: center;
	margin-top:auto;
}

.recipe-card .recipe-content .recipe-btn:hover {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	background: #f7931e;
}

.section-title {
  font-size: 32px;
  margin-bottom: 50px;
}

.recipes-wrapper {
  position: relative;
}
 
@media (min-width: 1025px) {
  .recipes-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  .recipes-swiper .swiper-slide {
    width: auto !important;
  }
}   

/* Footer */

.site-footer {
	background-color: var(--black);
	padding-top: 64px;
	padding-bottom: 36px;
}

.site-footer .footer-top {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.footer-menus {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-menu-item h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.81px;
	color: var(--white);
	padding-bottom: 4px;
	margin-bottom: 0;
}

.footer-menu-item ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu-item ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: var(--white);
	opacity: 0.6;
}

.footer-menu-item ul li a:hover {
	color: var(--secondary);
	opacity: 1;
}

.footer-newsletter {
	max-width: 372px;
	width: 100%;
	margin-left: auto;
	position: relative;
}

.footer-newsletter:before {
	content: "";
	height: 110%;
	width: 1px;
	background: var(--white);
	display: block;
	opacity: 0.2;
	position: absolute;
	left: -26%;
	top: 50%;
	transform: translateY(-50%);
}

.footer-newsletter h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.81px;
	color: var(--white);
	padding-bottom: 4px;
	margin-bottom: 0;
}

.newsletter-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--white);
	opacity: 0.6;
	margin: 0;
	padding-right: 70px;
	padding-bottom: 16px;
}

.contact-form {
	background: #FFFFFF1A;
	border: 0.70px solid #F4F1EA66;
	width: 100%;
	height: 52px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	border-radius: 28px;
}

.newsletter-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.contact-form input {
	background: transparent;
	border: none;
	width: calc(100% - 100px);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-right: 20px;
	color: #B0B0B0;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0%;
}

.contact-form input:focus-visible {
	outline: none;
}

.contact-form input::-webkit-input-placeholder {
	color: #B0B0B0;
}

.contact-form input::-moz-placeholder {
	color: #B0B0B0;
}

.contact-form input:-ms-input-placeholder {
	color: #B0B0B0;
}

.contact-form input:-moz-placeholder {
	color: #B0B0B0;
}

.contact-form .newsletter-form button {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: center;
	color: var(--black);
	padding: 12px 22px;
	height: 42px;
	border-radius: 28px;
	width: 100%;
	max-width: 110px;
	margin-right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--secondary);
	border-color: var(--secondary);
	transition: all 0.3s;
	box-shadow: none;
	border: 1px solid var(--secondary);
	cursor: pointer;
}

.contact-form .newsletter-form button:hover {
	background-color: transparent;
	color: var(--secondary);
}

.newsletter-content p,
.newsletter-content p a {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0%;
	color: var(--white);
	opacity: 0.6;
	padding-top: 20px;
}

.newsletter-content p a {
	text-decoration: underline;
}

.newsletter-content p a:hover {
	color: var(--secondary) !important;
	opacity: 1;
}

.footer-bottom {
	margin-top: 58px;
	padding-top: 48px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom-left p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0%;
	color: var(--white);
}

.footer-bottom-right ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	justify-content: flex-end;
}

.footer-bottom-right ul li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
	color: var(--white);
	opacity: 0.4;
	text-decoration-color: rgba(255, 255, 255, .4);
}

.footer-bottom-right ul li a:hover {
	color: var(--secondary);
	opacity: 1;
	text-decoration: none;
}

/* Header */

header .header-drawer .header__icon--summary .header-drawer-icon,
header .header-drawer .header__icon--summary .header-drawer-icon svg {
	width: 30px;
	height: 30px;
}

header .header-logo .header-logo__image-container img {
	width: 196px;
}

header .header__row .spacing-style {
	padding: 14px 0;
}

header .menu-center-button .center-header-btn {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: var(--white);
	background: var(--secondary);
	padding: 10px 14px;
	border-radius: 28px;
}

header .menu-center-button .center-header-btn:hover {
	color: var(--black);
}

header .header__column--right header-actions {
	gap: 14px;
}

header .header__column--right .search-action {
	margin-right: 8px;
}
header .header__column--right header-actions {
	align-items:center;
}
header .header__column--right .search-action,
header .header__column--right header-actions .account-button,
header .header__column--right header-actions .cart-drawer,
header .header__column--right header-actions .header-actions__action.action__cart {
	border-radius: 50%;
	border: 1px solid var(--secondary);
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.dialog-modal::backdrop {
	background: var(--black);
	opacity: 0.9;
}

.search-modal .dialog-modal[open].search-modal__content {
	background: transparent;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 60%;
	box-shadow: none;
}

.search-modal .predictive-search,
.search-modal .predictive-search {
	background: transparent;
}

.search-modal__content :is(.predictive-search-dropdown, .predictive-search-form__content-wrapper) {
	display: none;
}

.predictive-search-form .predictive-search-form__header {
	padding: 0;
	background: transparent;
	border-bottom: none;
	/* border-bottom: 2px solid var(--secondary) !important; */
}

.predictive-search-form .predictive-search-form__header-inner {
	background: transparent;
	border-radius: 0;
}

.predictive-search-form__header-inner .search-input {
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: rgba(255, 255, 255, 80%);
	padding-left: 10px;
}

.predictive-search-form__header-inner .search-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 80%);
}

.predictive-search-form__header-inner .search-input::-moz-placeholder {
	color: rgba(255, 255, 255, 80%);
}

.predictive-search-form__header-inner .search-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 80%);
}

.predictive-search-form__header-inner .search-input:-moz-placeholder {
	color: rgba(255, 255, 255, 80%);
}

.button-unstyled.predictive-search__reset-button {
	color: #ffff;
	font-size: 16px;
	font-weight: 600;
}

.search-form-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid var(--secondary) !important;
}

.search-input-item {
	width: 100%;
}

.predictive-search__icon {
	position: unset;
	width: 52px;
	height: 44px;
	cursor: pointer;
	pointer-events: unset;
}

.predictive-search__icon>svg {
	width: 38px;
	height: 38px;
	filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(7468%) hue-rotate(91deg) brightness(104%) contrast(102%);
}

.predictive-search__close-modal-button {
	position: absolute;
	top: -100px;
	right: 0;
	background: transparent;
	border: 0;
	margin: 0;
	cursor: pointer;
}

.predictive-search__close-modal-button .svg-wrapper {
	width: 40px;
	height: 40px;
}

.predictive-search__close-modal-button .svg-wrapper svg {
	width: 40px;
	height: 40px;
	filter: brightness(0) saturate(100%) invert(66%) sepia(38%) saturate(2405%) hue-rotate(345deg) brightness(100%) contrast(94%);
}

.hero__media {
    object-position: top center;
}

/* Menu */
.menu-drawer__backdrop,
.menu-drawer .close-button.menu-drawer__close-button {
	display: none;
}
.header__row.header__row--top  .header__columns  {
	position:relative;
}

.menu-drawer {
	background-color: var(--black);
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    height: auto;
    top: 96px;
    padding-bottom: 40px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    position: absolute;
}

.menu-drawer .menu-inner-text p,
.menu-drawer .menu-inner-text span {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: var(--white);
    font-style:Italic;
    padding:0;
    margin:0;
}

.menu-drawer .menu-inner-text span {
	color: var(--secondary);
    display:block;
    font-weight:600;
}
.menu-drawer__menu {
    padding: 0;
    border-top: 1px solid #FFFFFF33;
    margin-top: 20px;
	margin-bottom:20px !important;
}
.menu-drawer__menu.has-submenu>li {
    padding:14px 40px 14px 30px;
    border-bottom: 1px solid #FFFFFF33; 
    margin:0;
}
.menu-drawer__menu.has-submenu>li {
	position:relative;
}
.menu-drawer__menu.has-submenu>li:has(.menu-drawer__menu--childlist):after{
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  right: 16px;
  top: 26px;
  transform: translateY(-50%) rotate(45deg);
  transition:all 0.5s;
  cursor:pointer;
}
.menu-drawer__menu.has-submenu>li.submenu-open:has(.menu-drawer__menu--childlist):after {
	transform: translateY(-50%) rotate(-45deg) rotate(180deg);
}
.menu-drawer__menu.has-submenu>li.submenu-open:has(.menu-drawer__menu--childlist) {

}
.menu-drawer__menu.has-submenu>li:last-child {
	padding-top:0;
	padding-bottom:0;
	border-bottom:none;
}
.menu-drawer__menu.has-submenu>li:last-child a> span {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--white);
    background: var(--secondary);
    padding: 10px 10px;
    border-radius: 28px;
    max-width: 320px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.menu-drawer__menu.has-submenu>li:last-child a> span:hover,
.menu-drawer__menu.has-submenu>li:last-child a:hover> span{
	color:var(--black);
}
.menu-drawer__menu.has-submenu>li>a {
    margin:0;
    padding:0;
	min-height:auto !important;
	line-height:initial;
}
.menu-drawer__menu.has-submenu>li>a> span {
    font-weight: 600;
    /* font-size: 22px; */
	font-size:18px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color:var(--white);
    display:block;
}
.menu-drawer__menu.has-submenu>li>a:hover>span{
    color:var(--secondary);
}
.menu-drawer__menu.has-submenu .menu-drawer__menu--childlist{
    display:none;
}
.menu-drawer__menu.has-submenu>li>.menu-drawer__menu--childlist {
    padding: 0;
    margin: 20px 0 10px !important;
    border: none;
}
.menu-drawer__menu.has-submenu>li>.menu-drawer__menu--childlist li:not(:last-child) {
	margin-bottom:14px;
}
.menu-drawer__menu.has-submenu>li>.menu-drawer__menu--childlist li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color:var(--white);
	opacity:0.6;
	padding:0;
	display:block;
}
.menu-drawer__menu.has-submenu>li>.menu-drawer__menu--childlist li a:hover {
	color:var(--secondary);
	opacity:1;
}
details.menu-open .header__icon--menu .header-drawer-icon--open {
    display: none;
}
details.menu-open .header__icon--menu .header-drawer-icon--close {
    display:block;
}
.mobile-icon {
    display: flex;
    align-items: center;
    justify-content: start;
	gap:30px;
	padding: 0 50px;
}
.mobile-icon .hidden--desktop, .mobile-icon .desktop\:hidden {
    display: flex !important;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid var(--secondary);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.mobile-icon .mobile\:hidden {
	display:none !important
}
.header .header__row .header__column--left .header__drawer .header-drawer .menu-drawer__navigation .mobile-icon .search-action {
	display:block !important;
}
.header .header__row .header__column--left .header__drawer .header-drawer .menu-drawer .mobile-icon .svg-wrapper {
	color: #fff;
}
.header .header__row .header__column--left .header__drawer .header-drawer .menu-drawer .mobile-icon svg {
    width: 20px !important;
    height: 20px !important;
    filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(16%) hue-rotate(237deg) brightness(104%) contrast(104%);
}
.header .header__row .header__column--left .header__drawer .header-drawer .menu-drawer__navigation .mobile-icon header-actions {
	gap:16px;
}
.header .header__row .header__column--left .header__drawer .header-drawer .menu-drawer__navigation .mobile-icon .cart-drawer .close-button .svg-wrapper {
	color:var(--black);
}
.header .header__row .header__column--left .header__drawer .header-drawer .menu-drawer__navigation .mobile-icon .cart-drawer .close-button .svg-wrapper svg {
	filter:none;
}
.header .header__row .header__column--left .header__drawer .header-drawer .menu-drawer .mobile-icon header-actions .account-button.header-actions__action {
	width: 40px;
    height: 40px;
    border: 1px solid var(--secondary);
    min-width: auto;
    min-height: auto;
    border-radius: 50%;
	align-items: center;
}
.header .header__row .header__column--left .header__drawer .header-drawer .menu-drawer .mobile-icon .header-actions__action .header-actions__cart-icon .cart-bubble__background {
	background-color:var(--secondary);
}

/* .header-actions__cart-icon .cart-bubble {
    top: 8px;
    right: 8px;
} */
.menu-drawer .mobile-icon .header-actions__cart-icon .cart-bubble {
    top: 0px;
    right: 0px;
    color: var(--black);
}

/* Wholesale Inquiry Form */

.wholesale-header {
	padding:100px 0 40px;
}
.wholesale-header .container {
	max-width:1140px;
}
.wholesale-title {
	font-weight: 800;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -2%;
	color:var(--black);
	margin-bottom:20px;
}
.wholesale-subtitle {
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -2%;
	color:var(--black);
	margin-bottom:26px;
	margin-top:0;
}
.wholesale-info {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:10px;
}
.wholesale-info p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color:var(--black);
	margin:0;
}
.wholesale-info  a {
	color:#0C5BEF;
	text-decoration:underline;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	margin:0;
}
.wholesale-info a:hover {
	color:var(--secondary);
}
.wholesale-divider {
    width: 40px;
    height: 6px;
    background: var(--secondary);
    display: inline-block;
    border-radius: 10px;
    margin-top: 40px;
}
.wholesale-inquiry-form .form-crm-default--field .form-crm-default--label {
	display:none;
}
.wholesale-inquiry-form .form-crm-default--field .form-crm-default--input,
.wholesale-inquiry-form .form-crm-default--field .form-crm-default--select,
.wholesale-inquiry-form #block-id-phoneNumber-AeTFyUmtxQjZMN29ad__formcrm_form_gpt_qQd88q .form-crm-default--border {
    background-color: #F4F1EA;
    border-color: #F4F1EA !important;
    border-radius: 40px !important;
    height: 50px !important;
    padding: 0 30px !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--black);
	transition: all 0.3s;
}
.wholesale-inquiry-form #block-id-phoneNumber-AeTFyUmtxQjZMN29ad__formcrm_form_gpt_qQd88q .form-crm-default--border .form-crm-default--tel-input {
	background-color: #F4F1EA;
}
.wholesale-inquiry-form .form-crm-default--field .form-crm-default--input::placeholder,
.wholesale-inquiry-form .form-crm-default--field  textarea::placeholder {
  color: #696969;
}
.wholesale-inquiry-form .form-crm-default--border:focus,
.wholesale-inquiry-form .form-crm-default--border:hover,
.wholesale-inquiry-form #block-id-phoneNumber-AeTFyUmtxQjZMN29ad__formcrm_form_gpt_qQd88q .form-crm-default--border:hover,
.wholesale-inquiry-form #block-id-phoneNumber-AeTFyUmtxQjZMN29ad__formcrm_form_gpt_qQd88q .form-crm-default--border:focus,
.wholesale-inquiry-form #block-id-phoneNumber-AeTFyUmtxQjZMN29ad__formcrm_form_gpt_qQd88q .form-crm-default--border:hover .form-crm-default--tel-input,
.wholesale-inquiry-form #block-id-phoneNumber-AeTFyUmtxQjZMN29ad__formcrm_form_gpt_qQd88q .form-crm-default--border:focus .form-crm-default--tel-input{
	box-shadow:none !important;
	border-color:var(--secondary) !important;
	background-color:var(--white);
}
.wholesale-inquiry-form .form-crm--element-group-container {
    row-gap: 10px;
}
.wholesale-inquiry-form .form-crm-default--header{
	font-weight: 800;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -2%;
	color:var(--black);
}
.wholesale-inquiry-form {
	padding-bottom:100px;
}
.wholesale-inquiry-form .form-crm--free-version-watermark {
    display: none !important;
}
.wholesale-inquiry-form .form-crm--button-container .form-crm--button {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    background-color: var(--secondary);
    height: 50px;
    border-radius: 50px;
	transition: all 0.3s;
}
.wholesale-inquiry-form .form-crm--button-container .form-crm--button:hover{
	background-color:var(--black);
}

.bulk-popup{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.bulk-popup.active{
	display:flex;
}

.bulk-popup__overlay{
	position:absolute;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.6);
}

.bulk-popup__content{
	position:relative;
	background:var(--white);
	padding:40px;
	max-width:750px;
	border-radius:20px;
	z-index:2;
}

.bulk-popup__title{
	font-weight: 900;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	vertical-align: middle;
	text-transform: uppercase;
	margin:0;
	margin-bottom:18px;
}

.bulk-popup__block h4 {
	font-weight: 900;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color:var(--black);
	margin-bottom:20px;
}
.bulk-popup__block p br {
	display:none;
}
.bulk-popup__block p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color:var(--black);
	margin-bottom:20px;
}

.bulk-popup__boby {
	max-height:600px;
	height:100%;
	overflow-y:auto;
}

.bulk-popup__close{
	position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--black);
    color: var(--white);
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    border: 2px solid var(--white);
}
.bulk-popup__boby .bulk-popup__block:last-child .text p:last-child {
  margin-bottom: 0;
}
.button.bulk-popup__btn {
	margin-top:20px;
}

/* static-page */

.static-section  {
	padding:100px 0;
}
.static-text-boby .static-title {
	font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2%;
    color: var(--black);
    margin-bottom: 20px;
}
.static-text-boby .static-updated,
.static-text-boby .static-updated strong {
	font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -2%;
    color: var(--black);
    margin-bottom: 0;
    margin-top: 0;
}
.legal-divider {
	width: 40px;
    height: 6px;
    background: var(--secondary);
    display: inline-block;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.static-text-boby p:empty {
	display:none;
}
.static-text-boby p{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color:var(--black);
	margin:0;
	margin-bottom:16px;
}
.static-text-boby a {
	color:var(--secondary);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
}
.static-text-boby p strong {
    font-weight: 800;
    font-size: 16px;
    line-height: initial;
    letter-spacing: 0%;
    color: var(--black);
}
.static-text-boby ul {
	padding-left:25px;
	margin:10px 0; 
}
.static-text-boby ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color:var(--black);
}

/* Product Listing */ 

.facets__clear-all-link--active {
	color:var(--secondary);
}

results-list.product-grid-container.color-scheme-1 {
	color:var(--black);
}
.custom-section-content .layout-panel-flex .spacing-style h1 {
	font-weight: 800;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: -2%;
	color:var(--black);
}
.collection-wrapper .facets {
    background-color: #F9F9FB;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 50px;
    margin-bottom: 40px;
    box-shadow: 0px 4px 44.1px 0px #00000026;
}
.collection-wrapper .facets .facets__form-wrapper {
	color:var(--black);
}
accordion-custom .facets__panel .facets__summary .facets__label {
	color:var(--black);
}
accordion-custom .facets__panel .facets__summary .facets__status:not(:empty) {
	color:var(--black);
}
accordion-custom .facets__panel .field__input,
accordion-custom .facets__panel .price-facet__label {
	color:var(--black);
}

.product-grid .product-grid__item .product-card,
.resource-list__item .product-card{
    background-color: #F4F1EA;
    padding: 24px;
    border-radius: 20px;
}
.product-grid .product-grid__item .product-card .card-gallery slideshow-container,
.resource-list__item .product-card .card-gallery slideshow-container {
	background-color:transparent;
}
.product-grid .product-grid__item .product-card .card-gallery slideshow-container .product-media img,
.resource-list__item .product-card .card-gallery slideshow-container .product-media img {
	border-radius:20px;
}
.product-grid .product-grid__item .product-card .card-gallery slideshow-container slideshow-arrows,
.resource-list__item .product-card .card-gallery slideshow-container slideshow-arrows {
	mix-blend-mode: normal;
}
.product-grid .product-grid__item .product-card .card-gallery slideshow-container slideshow-arrows button,
.resource-list__item .product-card .card-gallery slideshow-container slideshow-arrows button {
	font-family: var(--fontFamilyBody);
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	padding: 8px 12px;
	background-color: var(--black);
	color: var(--white);
	border-radius: 30px;
	transition: 0.3s ease;
}
.product-grid .product-grid__item .product-card .card-gallery slideshow-container slideshow-arrows button:hover,
.resource-list__item .product-card .card-gallery slideshow-container slideshow-arrows button:hover {
	background-color:var(--secondary);
}
.product-grid .product-grid__item .product-card .card-gallery .quick-add__button,
.resource-list__item .product-card .card-gallery .quick-add__button {
    background: #fff;
    padding: 0;
    font-size: inherit;
    color: var(--black);
    font-weight: 400;
    line-height: inherit;
}
.product-grid .product-grid__item .product-card .card-gallery .quick-add__button:hover,
.resource-list__item .product-card .card-gallery .quick-add__button:hover {
	border-color:var(--secondary);
}
.product-grid .product-grid__item .product-card .spacing-style.text-block,
.resource-list__item .product-card .spacing-style.text-block {
	padding:0;
}
.product-grid .product-grid__item .product-card .spacing-style.text-block > p,
.product-grid .product-grid__item .product-card product-price div .price,
.resource-list__item .product-card .spacing-style.text-block > p,
.resource-list__item .product-card product-price div .price  {
	font-weight:400;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color:var(--black);
	margin-top:10px;
}
.product-grid .product-grid__item .product-card product-price div .price,
.resource-list__item .product-card product-price div .price {
	font-weight: 700;
    margin-top: 0;
    display: block;
    font-size: 24px;
}
.product-grid .product-grid__item .product-card .appio-rating-badge {
    justify-content: center;
}
.resource-list__item .appio-rating-badge {
	justify-content: center;
}
.product-media:hover .deferred-media__poster-button{
    background-color:transparent !important;
}
/* cart */ 

.cart-page.spacing-style {
	padding-top:48px;
}
.cart-page__title .cart-title h1 {
	font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -2%;
    color: var(--black);
    padding-bottom: 24px;
}

.cart-form .cart-items__table .cart-items__details .cart-items__product-info .cart-items__title {
	font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    font-weight: 600;
    color: var(--black);
}
.cart-items__variants-wrapper .cart-items__variants .cart-items__variant {
	margin-bottom:0;
	display:block;
}
.cart-items__variants-wrapper .cart-items__variants .cart-items__variant dd {
	font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
}
.cart-items__variants-wrapper .cart-items__variants .cart-items__variant .visually-hidden {
	width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    position: unset !important;
	font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
} 
.cart-items__unit-price-wrapper span {
	font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
}
.cart-items__price.cart-secondary-typography text-component {
	font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    font-weight: 600;
    color: var(--black);
}
.cart-summary__inner {
	background-color: #F9F9FB;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 0px #00000026;
}
.cart-discount__label,.cart-primary-typography,.cart-secondary-typography,
.cart-totals__tax-note small  {
	font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    font-weight: 400;
	color:var(--black);
}
.cart-totals__tax-note small {
	font-size: 14px;
}
.resource-list--grid {
    gap: 30px;
}  

.button.quantity-plus:hover,
.button.quantity-minus,
.button.cart-items__remove {
	background-color:transparent;
}
.cart-discount__content .cart-discount__button,
.cart__ctas .cart__checkout-button {
	font-weight: 700;
}
.section-resource-list__header .group-block .group-block-content .spacing-style.text-block h3 {
	font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -2%;
    color: var(--black);
    padding-bottom: 24px;
}
.section-resource-list__header .group-block .group-block-content .size-style.link {
	font-weight: 800;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -2%;
    color: var(--black);
}
.section-resource-list__header .group-block .group-block-content .size-style.link:hover {
	color:var(--secondary);
}
.button.cart-items__empty-button:hover{
	background-color:var(--secondary);
}
.button.cart-items__empty-button {
	font-family: var(--fontFamilyBody);
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 16px 24px;
    background-color: var(--black);
    color: var(--white);
    border-radius: 30px;
    transition: 0.3s ease;
}

/* Product Popup */
@media screen and (min-width: 750px) {
    .quick-add-modal__content .product-information__media media-gallery {
        position: unset;
        
    }
}
.quick-add-modal__content .product-information__media .share-button {
    margin-top: 14px;
}
#quick-add-dialog .quick-add-modal__content .product-information__media media-gallery {
    pointer-events: unset;
}
#quick-add-dialog .quick-add-modal__content .product-information__media slideshow-slides {
    flex-direction: row;
    overflow: hidden;
}
#quick-add-dialog .quick-add-modal__content .product-information__media slideshow-arrows {
    display: flex;
    mix-blend-mode: normal;
    margin: 0 10px;
}
#quick-add-dialog .quick-add-modal__content .product-information__media slideshow-arrows button{
	font-family: var(--fontFamilyBody);
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	padding: 0;
	background-color: var(--black);
	color: var(--white);
	border-radius: 30px;
	transition: 0.3s ease;
}
#quick-add-dialog .quick-add-modal__content .product-information__media slideshow-arrows button:hover {
	background-color:var(--secondary);
}
#quick-add-dialog .quick-add-modal {
   	height: fit-content;
    max-height: max-content;
}
#quick-add-dialog .quick-add-modal__content .view-product-title {
    flex-wrap: wrap;
}
#quick-add-dialog .quick-add-modal__content .view-product-title a {
	color: var(--black);
    font-size: 28px;
    line-height: 1.2;
	font-weight: 400;
}
#quick-add-dialog product-price .price {
	font-weight: 700;
    margin-top: 0;
    display: block;
    font-size: 24px;
	line-height: 32px;
    color: var(--black);
}
#quick-add-dialog .variant-picker .variant-picker__form fieldset legend {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -2%;
    color: var(--black);
    margin-bottom: 12px;
}
#quick-add-dialog .variant-option__button-label {
	border-radius:28px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-transform: uppercase;
}
#quick-add-dialog .variant-option__button-label .variant-option__button-label__text {
	opacity:0.6;
}
#quick-add-dialog .variant-option__button-label:has(:checked) .variant-option__button-label__text {
	opacity:1;
}
#quick-add-dialog .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
	background-color:var(--secondary);
}
#quick-add-dialog .close-button  {
	border-radius: 50%;
    border: none;
    background: var(--black);
    color: var(--white);
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    border: 2px solid var(--white);
}
#quick-add-dialog .product-details product-form-component .shopify-product-form .product-form-buttons {
	margin-bottom:10px;
}
#quick-add-dialog .product-details .buy-buttons-block .shopify-product-form .product-form-buttons {
    max-width: 100%;
}
#quick-add-dialog .product-details .buy-buttons-block .shopify-product-form {
    flex-wrap: wrap;
}
#quick-add-dialog .product-details .buy-buttons-block .shopify-product-form .amazon-btn {
    max-width:200px;
}

.product-grid .product-grid__item slideshow-arrows .slideshow-control{
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .25s ease;
}

.product-grid .product-grid__item  slideshow-component:hover slideshow-arrows .slideshow-control{
  opacity: 1 !important;
  pointer-events: auto !important;
  animation: arrowsSlideIn var(--animation-speed) var(--animation-easing) !important;
}

.facets__clear.facets__clear--active .button:hover,
.clear-filter  .facets__clear.facets__clear--active:hover {
    color: var(--secondary);
    background-color: transparent !important;
}
.clear-filter:hover {
	color: var(--secondary);
	text-decoration-color:color: var(--secondary); 
}

 

/* lab-results */


.hero-video-email{
  position:relative;
  height:100vh;
  width:100%;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
}

.hero-video-email__media{
  position:absolute;
  inset:0;
  z-index:1;
}

.hero-video-email__video,
.hero-video-email__image{
  width:100%;
  height:100%;
  object-fit:cover;
}

.hero-video-email__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.75);
  z-index:2;
}

.hero-video-email__content{
  position:relative;
  z-index:3;
  width:100%;
}

.hero-video-email__title{
	font-weight: 800;
	font-size: 44px;
	line-height: 44px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:24px
}

.hero-video-email__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--white);
    max-width: 580px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
    margin-top: 0;
}

.hero-video-email__form{
  display:flex;
  justify-content:center;
  margin-bottom:30px;
}

.input-box {
	max-width: 720px;
	width: 100%;
	display:flex;
	align-items:center;
	position:relative;
}
.hero-video-email__checkbox {
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
    gap: 14px;
    margin: 0 auto;
    max-width: fit-content;
}

.hero-video-email__form input {
    padding: 14px 18px;
    border-radius: 36px;
    border: none;
    max-width:100%;
    outline: none;
    width: 100%;
    height: 70px;
    background-color: var(--white);
	color:var(--black);
	border:2px solid #D6D6D6;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0%;
	vertical-align: middle;
}

.hero-video-email__form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#AAAAAA;
}
.hero-video-email__form input::-moz-placeholder { /* Firefox 19+ */ 
  color:#AAAAAA;
}
.hero-video-email__form input:-ms-input-placeholder { /* IE 10+ */
  color:#AAAAAA;
}
.hero-video-email__form input:-moz-placeholder { /* Firefox 18- */
  color:#AAAAAA;
}

.hero-video-email__form button {
    background: #ff8a00;
    color: var(--black);
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    border: none;
    height: 42px;
	display:flex;
	align-items:center;
	justify-content:center;
    max-width: 110px;
    width: 100%;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
}

.hero-video-email__checkbox input {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid var(--secondary);
}
.hero-video-email__checkbox input:hover {
	border: 1px solid var(--secondary);
	border-color: var(--secondary) !important;
}
.hero-video-email__checkbox input:checked {
    background-color: var(--secondary) !important;
   
}

.hero-video-email__checkbox input:checked:after,
.hero-video-email__checkbox input:hover:after {
    background-color: var(--white);
}

.hero-video-email__error{
  display:none;
  margin-top:10px;
  background:#c0392b;
  color:#fff;
  padding:10px 14px;
  border-radius:6px;
  font-size:13px;
  max-width:500px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.hero-video-email__success{
  display:none;
  margin-top:10px;
  background:#27ae60;
  color:#fff;
  padding:10px 14px;
  border-radius:6px;
  font-size:13px;
  max-width:500px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.info-text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    color: var(--white);
    max-width: 640px;
    width: 100%;
}
.info-text p a {
	color:#0CB1EF;
	font-weight: 400;
    font-size: 12px;
    line-height: 14px;
	text-transform:uppercase;
	text-decoration:underline;
	text-decoration-color:#0CB1EF;
	cursor:pointer;
}

/* POPUP */

.terms-popup-overlay{
	display:none;
	position:fixed;
	inset:0;
	background: rgba(0, 0, 0, 0.8);
	align-items:center;
	justify-content:center;
	z-index:999;
	padding:20px;
}

.terms-popup{
	position: relative;
    background: var(--white);
    padding: 40px;
    max-width: 700px;
    border-radius: 20px;
    z-index: 2;
}

.terms-popup-close{
	position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--black);
    color: var(--white);
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    border: 2px solid var(--white);
}

.terms-popup-title {
	font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 18px;
}

.terms-popup-subtitle {
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--black);
    margin-bottom: 10px;
    margin-top: 0;
}

.terms-popup-text{
	font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--black);
    margin-bottom: 20px;
}
.terms-popup-boby {
    max-height: 400px;
    height: 100%;
    overflow-y: auto;
}
.terms-popup-btn {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	background-color:var(--secondary);
	border-radius:40px;
}
.terms-popup-btn:hover {
	background-color:var(--black);
}

/* Recipes List Page */

.recipe-page {
	position:relative;
}
.inspired-recipes {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.inspired-recipes__bg img {
  width: 100%;
  height: auto;
  object-fit:cover;
  object-position:center center;
}
.inspired-recipes .mobile-bg {
  display: none;
}

.inspired-recipes__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color:#fff;
  box-shadow: 
    0px 0px 27.2px rgba(0, 0, 0, 0.25),
    0px 0px 11.9px rgba(0, 0, 0, 0.25),
    0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(37.9px);
  padding: 32px;
  text-align: center;
  border-radius: 20px;
  max-width: 514px;
  width: 100%;
}
.inspired-recipes__content .small-title {
  	font-weight: 800;
	font-size: 34px;
	line-height: 34px;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	color:var(--secondary);
	padding-bottom:10px;
	margin-bottom:0;
}
.inspired-recipes__content .main-title {
    font-weight: 800;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: var(--black);
    margin: 0;
    margin-bottom: 20px;
}
.inspired-recipes__content .subtext {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: var(--black);
    margin: 0;
    max-width: 54%;
    width: 100%;
    margin: 0 auto;
}

.recipe-filters {
    max-width: 1120px;
    padding: 28px 28px;
    width: 100%;
    margin: 0 auto;
    background: var(--white);
    box-shadow: 0px 4px 44.1px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	gap: 10px;
    margin-top: -50px;
    position: relative;
	font-family: var(--fontFamilyBody);
	z-index:11;
}

.right-filter-box,
.left-filter-box {
	display: flex;
    align-items: center;
    justify-content: space-around;
	gap: 10px;
}
.left-filter-box {
	max-width: 500px;
    width: 100%;
}
.right-filter-box {
	max-width: 180px;
    width: 100%;
}
.recipe-filters .filter-total p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: var(--black);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.recipe-filters .filter-total #totalFilterCount.active{
	display:inline-flex;
}
.recipe-filters .filter-total #totalFilterCount {
    width: 20px;
    height: 20px;
    background: rgba(231, 231, 232, 1);
    display: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    border-radius: 50%;
    color: var(--black);
    align-items: center;
    justify-content: center;
}
.recipe-filters .filter {
	position:relative;
}
.recipe-filters .filter .filter-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(97, 97, 97, 1);
    background: transparent;
    border: none;
    font-family: var(--fontFamilyBody);
    display: flex;
    align-items: center;
    gap: 8px;
}
.recipe-filters .filter-list {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(242, 242, 243, 1);
    box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05),
	0px 16px 32px -4px rgba(12, 12, 13, 0.1);
    position: absolute;
    top: 30px;
    z-index: 1;
    width: 250px;
    /* left: -210px; */
    right:0;
    padding: 30px;
    border-radius: 20px 0px 20px 20px;
    display: none;
    flex-wrap: wrap;
    gap: 16px;
	font-family: var(--fontFamilyBody);
}

.recipe-filters .filter-list label {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
	color:var(--black);
	gap:10px;
	align-items:flex-start;
    width:100%;
}
.recipe-filters .filter-list input {
	border:2px solid rgba(86, 86, 86, 1);
	border-radius:0;
	margin-top:2px;

}
.recipe-filters .filter-list input:checked:after{
    background-color: var(--white);
}
.recipe-filters .filter-list input:checked {
    background-color: var(--secondary) !important;
	border-color:var(--secondary);
}
.recipe-filters .filter.active .filter-list {
   display: flex;
}
.recipe-filters .filter .filter-btn .filter-counter {
	width: 8px;
    height: 8px;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(-45deg);
    display: inline-block;
	margin-top:-2px;
}
.recipe-filters .filter .filter-btn .filter-counter.active {
    width: 20px;
    height: 20px;
    background: rgba(231, 231, 232, 1);
    display: inline-flex;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    border-radius: 50%;
    color: rgba(97, 97, 97, 1);
    align-items: center;
    justify-content: center;
    border: 0;
    transform: none;
	margin-top:0px;
}
.dropdown-clear {
    background: transparent;
    border: none;
    color: var(--secondary);
    margin-left: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-color: var(--secondary);
    display: none;
    width: 100%;
    max-width: 100%;
    text-align: right;
}
.search-wrapper {
	max-width: 358px;
    width: 100%;
	position:relative;
}
.search-wrapper.active #searchRecipe {
	background-image:none;
}
.search-wrapper #searchClear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background-color: var(--secondary);
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    font-size: 20px;
    line-height: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    color: var(--white);
}
#searchRecipe {
    border: 1px solid rgba(2, 9, 18, 1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    max-width: 100%;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 10px 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}
#searchRecipe::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:rgba(2, 9, 18, 0.2);
}
#searchRecipe::-moz-placeholder { 
  color:rgba(2, 9, 18, 0.2);
}
#searchRecipe:-ms-input-placeholder { 
  color:rgba(2, 9, 18, 0.2);
}
#searchRecipe:-moz-placeholder { 
  color:rgba(2, 9, 18, 0.2);
}
.recipe-filters .filter.sort-filter {
    margin-left:auto;
}
.recipe-filters .filter .filter-btn.sort-btn {
    width: 44px;
    height: 44px;
    background-color: var(--secondary);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
}
.recipe-filters .filter .filter-btn.sort-btn img {
	max-width:18px;
	width:100%;
}
.recipe-filters .filter .filter-btn.sort-btn .filter-counter {
    width: auto;
    height: auto;
    border-left: none;
    border-bottom: none;
    transform: none;
    display: block;
    margin-top: 0;
    position: absolute;
    top: -6px;
    right: -6px;
}
.recipe-filters .filter .filter-btn.sort-btn .filter-counter.active {
    width: 20px;
    height: 20px;
    background-color: var(--black);
    color: var(--white);
}
#clearAllFilters {
	background: transparent;
    border: none;
    color: var(--secondary);
    margin-left: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-color: var(--secondary);
}

.recipe-grid {
    padding-top: 150px;
	padding-bottom:45px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    max-width: 1023px;
    width: 100%;
    margin: 0 auto;
	position:relative;
	z-index:1;
}
.recipe-grid .recipe-card {
    max-width: calc(33.33% - 20px);
    width: 100%;
    height: inherit;
}
.recipe-grid .recipe-card.recipe-item {
	background: linear-gradient(180deg, rgba(244, 241, 234, 0) 0%, #F4F1EA 100%);
}
.recipe-grid .recipe-card .recipe-content {
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex: 1;
    background: linear-gradient(180deg, rgba(244, 241, 234, 0) 0%, #F4F1EA 100%);
}
.recipe-grid  .recipe-card .recipe-image,
.recipe-grid .recipe-card .recipe-content h3 {
    text-align: center;
}
.recipe-page .top-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index:-1;
}
.recipe-page .bottom-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}
.no-results {
    padding: 80px 0;
    text-align: center;
	position: relative;
    z-index: 1;
}
.no-results h2 {
	font-weight: 800;
	font-size: 56px;
	line-height: 56px;
	text-align: center;
	vertical-align: middle;
	color:var(--black);
	margin:0;
	margin-bottom:20px;
}
.no-results p {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color:var(--black);
}
#clearAllFiltersMessage {
    background: transparent;
    border: none;
    color: var(--secondary);
    margin-left: auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-color: var(--secondary);
    text-transform: capitalize;
    letter-spacing: -0.5px;
}

#thankYouContent {
    background-color: #fff;
    box-shadow: 0px 0px 27.2px rgba(0, 0, 0, 0.25), 0px 0px 11.9px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(37.9px);
    padding: 32px;
    text-align: center;
    border-radius: 20px;
    max-width: 514px;
    width: 100%;
    margin: 0 auto;
    color: var(--black);
}
#thankYouContent h2 {
	font-weight: 800;
    font-size: 48px;
    line-height: 51px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: var(--black);
    margin: 0;
    margin-bottom: 20px;
}
#thankYouContent p {
	font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: var(--black);
    margin: 0;
    width: 100%;
    margin: 0 auto;
}
#thankYouContent p.last {
	font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(13, 13, 13, 0.8);
    width: 100%;
    margin: 16px auto 0;
}

.form-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.form-loader .spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #333;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Product Deatils */ 

.product-information {
	padding-top:100px !important;
	display:flex;
	flex-wrap:wrap;
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	padding:0 20px;
}
.product-information__grid {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.product-information__grid .product-information__media {
	max-width: 50%;
    width: 100%;
    min-width: auto;
}
.product-information__grid .product-details {
	max-width: 50%;
    width: 100%;
}
.product-information__grid .slideshow-controls__thumbnails .slideshow-control {
    border: 1.6px solid rgba(136, 140, 140, 1);
    background: transparent;
}
.product-information__grid .slideshow-controls__thumbnails .slideshow-control:hover {
	border-color: rgba(33, 98, 161, 1);
}
.product-information__grid .slideshow-controls__thumbnails .slideshow-control:is([aria-selected=true]) {
    outline-color: transparent;
    outline-width: 0;
    border: 2px solid rgba(33, 98, 161, 1);
}
.product-information__media .dialog-zoomed-gallery__dialog .close-button {
    background-color: var(--black);
    color: var(--white);
    mix-blend-mode: unset;
}
.product-information__media .product-media__drag-zoom-wrapper .product-media {
    aspect-ratio: auto;
    min-height: auto;
    min-width: auto;
}
.product-information__media .product-media__drag-zoom-wrapper .product-media .product-media__image {
    max-width: 40%;
    margin: 0 auto;
    height: auto;
    min-height: auto;
    max-height: max-content;
}
.product-information__media .dialog-thumbnails-list__thumbnail:is([aria-selected=true]) {
    outline-color: transparent;
    outline-width: 0;
    border: 2px solid rgba(33, 98, 161, 1);
}
.product-information__media .dialog-thumbnails-list__thumbnail {
    border: 1.6px solid rgba(136, 140, 140, 1);
    background: transparent;
	border-radius: 10px;
}
.product-information__media .dialog-thumbnails-list__thumbnail:hover{
	border-color: rgba(33, 98, 161, 1);
}
.product-information__media .dialog-thumbnails-list:has(.dialog-thumbnails-list__thumbnail:is([aria-selected=true])):after {
    display:none;
}
.product-information__media slideshow-container slideshow-arrows,
.product-information__media slideshow-container slideshow-arrows {
    mix-blend-mode: normal;
}
.product-information__media slideshow-container slideshow-arrows button, 
.product-information__media slideshow-container slideshow-arrows button {
    font-family: var(--fontFamilyBody);
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 8px 12px !important;
    background-color: var(--black);
    color: var(--white);
    border-radius: 30px;
    transition: 0.3s ease;
    min-width: auto;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}
.product-information__media slideshow-container slideshow-arrows button:hover, 
.product-information__media slideshow-container slideshow-arrows button:hover {
	background-color:var(--secondary);
}
.product-information__media .slideshow-controls__thumbnails {
    gap: 12px;
}
.product-information__media .share-button img {
    text-align: right;
    margin-left: auto;
}
.product-information__media .share-button {
    background: transparent;
    border: none;
    padding: 0;
    text-align: right;
    max-width: 30px;
    width: 100%;
    margin-left: auto;
    display: block;
}
.product-details .group-block .group-block-content .text-block h1::before {
    content: "";
    display: block;
    width: 120px;
    height: 6px;
    background-color: var(--secondary);
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 0;
}
.product-details .group-block .group-block-content .text-block h1 {
	font-family:var(--fontFamilyTitle);
	font-weight: 800;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -2%;
	color:var(--black);
	margin:0;
	padding-bottom:20px;
	position:relative;
}
.product-details .group-block .price  {
	font-family:var(--fontFamilyTitle);
	color:var(--black);
	font-weight: 800;
    margin-top: 0;
    display: block;
    font-size: 32px;
    line-height: 32px;
}

.read-more-content {
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
  transition: height 0.4s ease;
  will-change: height;
  height: 50px;
  overflow: hidden;
}
.read-more-content p {
	font-weight: 400;
	font-family:var(--fontFamilyBody);
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color:rgba(13, 13, 13, 0.7);
}
 
.read-more-content.active {
  -webkit-line-clamp: unset;
}
 
.read-more-btn {
    font-family: var(--fontFamilyBody);
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    color: rgba(13, 13, 13, 0.7);
    border: none;
    text-transform: capitalize;
    background: none;
    border-bottom: 1px solid rgba(13, 13, 13, 0.7);
    margin-top: 6px;
    padding: 0;
}
.read-more-btn:hover {
	color:var(--secondary);
	border-color:var(--secondary);
}
.product-details .variant-picker .variant-picker__form .variant-option legend {
	font-weight: 800;
	color:var(--black);
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -2%;
	margin-bottom:20px;
}
.product-details .variant-picker .variant-picker__form [data-testid="variant-option-single"]{
	font-weight: 800;
	color:var(--black);
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -2%;
	margin-bottom:20px;
	display:flex;
	flex-direction:column;
}
.product-details .variant-picker .variant-picker__form [data-testid="variant-option-single"] .variant-option__swatch-value {
    padding: 12px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--color-selected-variant-text);
    border-color: var(--color-selected-variant-border);
    background-color: var(--black);
    display: inline-flex;
    max-width: 200px;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.product-details .variant-picker .variant-picker__form .variant-option .variant-option__button-label  {
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.product-details .variant-option--equal-width-buttons .variant-option__button-label__text {
    color: rgba(2, 9, 18, 0.7);
}
.product-details .variant-option__button-label:has(:checked) .variant-option__button-label__text{
	color:var(--white);
	font-weight:600;
}
.variant-option__button-label:has([data-option-available=false]):not(.variant-option__button-label--has-swatch) .variant-option__button-label__text {
    color: var(--black);
}
.product-details .variant-option+.variant-option {
    margin-top: 20px;
}
.product-details .buy-buttons-block .shopify-product-form {
	display: flex;
    align-items: center;
    gap: 12px;
}
.product-details .buy-buttons-block .shopify-product-form .product-form-buttons {
	max-width:66.66%;
	width:100%;
    position:relative;
}
.product-details .buy-buttons-block .shopify-product-form .product-form-buttons .product-form-text__error {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    max-width: 100%;
}
.product-details .buy-buttons-block .shopify-product-form .product-form-buttons .quantity-selector-wrapper {
	max-width:calc(50% - 0.7rem);
	width:100%;
}
.product-details .buy-buttons-block .shopify-product-form .product-form-buttons .quantity-selector-wrapper .quantity-selector {
    width: 100%;
    flex: none;
    border-radius: 30px;
    color: var(--black);
    border-color: var(--black);
}
.product-details .product-form-buttons--stacked>*:not(.quantity-selector-wrapper,.quantity-rules,.quantity-label,.volume-pricing) {
    max-width: 50%;
}
.product-details .quantity-selector :is(.quantity-minus,.quantity-plus) {
    width: 60px;
    color: var(--black);
}
.product-details .quantity-selector input[type=number]  {
	color: var(--black);
}
.product-details add-to-cart-component .add-to-cart-button:hover{
	background-color:var(--black);
}
.product-details add-to-cart-component .add-to-cart-button {
	border-radius:30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-transform: uppercase;
	background-color:var(--secondary);
}
.product-details .amazon-btn .amazon-text img {
    height: 52px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
#appstle_subscription_widget0 {
    margin-top: 0;
}
.appstle_sub_widget .appstle_widget_title {
    font-weight: 800;
    color: var(--black);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -2%;
    margin-bottom: 20px;
}
#appstle_subscription_widget0 .appstle_subscription_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom:-10px !important;
}
#appstle_subscription_widget0 .appstle_subscription_wrapper .appstle_subscription_wrapper_option {
    max-width: 50%;
    width: 100%;
    padding: 10px 16px;
    border-radius: 10px;
    border-color: var(--black);
    opacity:0.5;
}
#appstle_subscription_widget0 .appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle-active-option {
    opacity:1;
}
#appstle_subscription_widget0 .appstle_subscription_wrapper .appstle_subscription_wrapper_option.appstle_selected_background  {
    /* padding: 12px 16px; */
}
#appstle_subscription_widget0 .appstle_subscription_wrapper .appstle_one_time_details_wrapper {
    flex-direction: column;
    gap:14px;
}
#appstle_subscription_widget0 .appstle_subscription_wrapper .appstle_one_time_details_wrapper .appstle_one_time_price_wrapper {
    margin-left: 0;
    text-align: left;
}
body .WIDGET_TYPE_7#appstle_subscription_widget0 .appstle_tooltip_wrapper {
    display: none !important;
}
#appstle_subscription_widget0.WIDGET_TYPE_7 .appstle_one_time_text {
    font-size: 14px;
    font-weight: 700;
}
#appstle_subscription_widget0.appstle_sub_widget .appstle_subscription_radio_wrapper {
    flex-direction: column;
    gap:10px;
}
#appstle_subscription_widget0.appstle_sub_widget .appstle_subscription_amount_wrapper {
    margin-left: 0;
    text-align: left;
}
#appstle_subscription_widget0.appstle_sub_widget .appstle_subscribe_save_text {
    font-size: 14px;
    font-weight: 700;
}
#appstle_subscription_widget0.WIDGET_TYPE_7 .appstle_subscription_wrapper_option.appstle_include_dropdown { 
    margin:0;
}
#appstle_subscription_widget0.WIDGET_TYPE_7 .appstle_radio_label {
    width: 100%;
}    
#appstle_subscription_widget0.WIDGET_TYPE_7 span.appstle-save-badge {
    background-color: var(--secondary);
    font-weight: bold;
    color: var(--black);
    margin-left: auto;
}
#appstle_subscription_widget0.WIDGET_TYPE_7 .appstle-text-and-badge-wrapper {
    column-gap: 60px;
}
#appstle_subscription_widget0.WIDGET_TYPE_7 .appstle_subscription_wrapper_option input[type=radio]:focus + label .appstle_circle:before {
    border:none !important;
}
#appstle_subscription_widget0.WIDGET_TYPE_7  .appstle_subscribe_option {
    margin-left: 0;
}
#appstle_subscription_widget0.WIDGET_TYPE_7 .appstle_select_label {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 6px;
}
/* tab */
.product-tabs-section {
	padding-top:70px;
	padding-bottom:100px;
}
.product-tabs-section .tabs-nav {
    border: 1px solid var(--secondary);
    padding: 8px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.product-tabs-section .tabs-nav .tab-btn.active {
	font-weight:600;
}
.product-tabs-section .tabs-nav .tab-btn.active,
.product-tabs-section .tabs-nav .tab-btn:hover {
	background-color:var(--secondary);
	border-color:var(--secondary);
	color:var(--black);
}
.product-tabs-section .tabs-nav .tab-btn {
    padding: 8px 36px;
    color: rgba(2, 9, 18, 0.7);
    border: 1px solid rgba(2, 9, 18, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: transparent;
    border-radius: 30px;
	transition:all 0.3s;
}
.accordion-header  {
	display:none;
}

/* Fade animation for tabs (desktop only) */
@media (min-width:991px){
	.product-tabs-section .tab-pane {
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease;
		position: absolute;
		width: 100%;
		padding: 60px 42px 60px 42px;
		border: 1px solid var(--secondary);
		border-radius: 30px;
		margin-top: -40px;
	}
	.product-tabs-section .tabs-content{
		position:relative;
	}

	.product-tabs-section .tab-pane.active{
		opacity:1;
		visibility:visible;
		position:relative;
	}

}
.product-tabs-section .tab-pane  h2 {
	font-weight: 900;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -2%;
	text-align: center;
	color:var(--block);
	margin:0;
	margin-bottom: 30px;
    margin-top: 10px;
}
.product-tabs-section .nutritions table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid #ddd;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}
.product-tabs-section .nutritions table tbody tr td:first-child,
.product-tabs-section .nutritions table thead tr th:first-child {
  background:#f3f3f3;
  font-weight:600;
  width:30%;
  border-right:1px solid #ddd;
  text-align:center;  
}
.product-tabs-section .nutritions table thead tr th:first-child {
	background:#071726;
}
/* Header */
.product-tabs-section .nutritions table thead th{
  background:#071726;
  color:#fff;
  padding:14px;
  text-align:left;
  font-weight:600;
}

/* First & Last header radius */
.product-tabs-section .nutritions table thead th:first-child{
  border-top-left-radius:12px;
}
.product-tabs-section .nutritions table thead th:last-child{
  border-top-right-radius:12px;
}
.product-tabs-section .nutritions table td{
  padding:14px;
  border-top:1px solid #e5e5e5;
}
.product-tabs-section .nutritions table tbody tr td:first-child{
  background:#f3f3f3;
  font-weight:600;
  width:30%;
  border-right:1px solid #ddd;
}
/
.product-tabs-section .nutritions table tbody tr:nth-child(even){
  background:#fafafa;
}

.product-tabs-section .nutritions table tbody tr:last-child td:first-child{
  border-bottom-left-radius:12px;
}
.product-tabs-section .nutritions table tbody tr:last-child td:last-child{
  border-bottom-right-radius:12px;
}
.product-tabs-section .ingredient  .ingredient-top-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--black);
    margin: 0;
    margin-bottom: 20px;
}
.product-tabs-section .ingredient .ingredient-product img {
	border-radius:30px;
}
.product-tabs-section .ingredient .video-bg {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.product-tabs-section .ingredient .video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:30px;
}
.product-tabs-section .allergens .allergy-description {
	font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--black);
	max-width:785px;
	width:100%;
    margin: 0;
	margin-left:auto;
	margin-right:auto;
    margin-bottom: 50px;
}
.product-tabs-section .allergens .allergy-item {
  padding:20px 10px;
  border-top:1px solid rgba(0, 0, 0, 0.2);
}

.product-tabs-section .allergens .allergy-item h3 {
	font-weight: 800;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color:var(--black);
	margin:0;
	margin-bottom:10px;
}

.product-tabs-section .allergens .allergy-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: rgba(13, 13, 13, 0.7);
    margin: 0;
}

.product-tabs-section .custom1  .video-description {
	font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--black);
	max-width:100%;
	width:100%;
    margin: 0;
	margin-left:auto;
	margin-right:auto;
    margin-bottom: 30px;
}
.product-tabs-section .custom1 .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.product-tabs-section .custom1 .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:30px;
  cursor: pointer;
}

.features-section .features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.features-section  .feature-card {
    width: calc(50% - 8px);
    background: rgba(242, 242, 243, 1);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s ease;
}
.features-section  .feature-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.features-section .feature-icon {
    min-width: 50px;
    height: 50px;
    border: 1.5px solid #ff7a00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.features-section .feature-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.features-section  .feature-card h3 {
	font-weight: 800;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color:var(--black);
	margin:0;
}
.features-section  .feature-card p {
  	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0%;
	color:rgba(13, 13, 13, 0.7);
}

.directions-section .directions-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.directions-section .direction-card {
  width: calc(50% - 10px);
  background: #f3f3f3;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.directions-section .direction-card h3 {
  	font-weight: 800;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	margin:0;
  	margin-bottom: 20px;
}
.directions-section .direction-card p {
	margin:0;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0%;
	color:rgba(13, 13, 13, 0.7);
}

.benefits-section {
	background-color:rgba(241, 242, 244, 1);
	padding:100px 0;
	position:relative;
}
.benefits-section .left-side-shape {
	position:absolute;
	top:-300px;
	left:0;
}
.benefits-section .right-side-shape {
	position:absolute;
	bottom:0px;
	right:0;
}
.benefits-title {
	font-weight: 800;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	margin:0;
	margin-bottom:50px;
}

.benefits-section .benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.benefits-section .benefits-grid .benefit-card {
	max-width:calc(33.33% - 22px);
	width:100%;
	background:var(--white);
	border-radius:20px;
	border:1px solid rgba(214, 214, 214, 1);
	padding:24px;
	display: flex;
    flex-direction: column;
}
.benefits-section .benefits-grid .benefit-card:nth-child(2) {
  flex-direction:column-reverse;
}
.benefits-section .benefits-grid .benefit-card:nth-child(2) .benefit-image {
	margin-top:32px;
	margin-bottom:0;
}

.benefits-section .benefits-grid .benefit-image {
	margin-bottom:32px;
}
.benefits-section .benefits-grid .benefit-image img {
	/* width:300px;
	height:300px; */
	border-radius:20px;
	object-fit:cover;
}
.benefits-section .benefits-grid .benefit-content h3 {
	font-weight: 700;
	font-size: 23px;
	line-height: 26px;
	letter-spacing: 0px;
	vertical-align: middle;
	margin:0;
	margin-bottom:12px;
}
.benefits-section .benefits-grid .benefit-content p{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color:rgba(128, 128, 128, 1);
	margin:0;
}
.product-recommendations .section-resource-list__content .spacing-style.text-block {
	text-align:center;
	width:100%;
}
.product-recommendations .section-resource-list__content .spacing-style.text-block  p {
	width:100%;
	font-weight: 800;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	color:var(--black);
	margin:0;
	margin-bottom:10px;
}
.faq-section-product {
	background-color:rgba(248, 248, 248, 1);
	padding:100px 0;
}
.faq-section-product .faq-title {
	font-weight: 800;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    margin-bottom: 50px;
}
.sticky-add-to-cart__title,
.sticky-add-to-cart__bar .price {
    font-weight: 700;
}
.lab-results-section {
	padding-top:70px;
}
.lab-results-section .lab-header.active {
	border-radius:0;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}
.lab-results-section .lab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:18px 32px;
	background:rgba(242, 242, 243, 1);
	border-radius: 30px;
	cursor: pointer;
}
.lab-results-section .lab-header .toggle-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--black);
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    font-family: var(--font-body--family);
	position:relative;
	transition:all 0.5s;
}
.lab-results-section .lab-header .toggle-icon::before {
    content: "-";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 16px;
    display: block;
    background-color: var(--black);
    height: 2px;
    margin: 0 auto;
	transition:all 0.5s;
}
.lab-results-section .lab-header .toggle-icon::after {
    content: "-";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 2px;
    display: block;
    background-color: var(--black);
    height: 16px;
    margin: 0 auto;
	transition:all 0.5s;
}
.lab-results-section .lab-header.active .toggle-icon::after {
	transform: translateY(-50%) rotate(90deg);
}
.lab-results-section .lab-header h3 {
	font-weight: 800;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: -2%;
	color:var(--black);
	margin:0;
}
.lab-results-section .lab-content {
  background:rgba(242, 242, 243, 0.5);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: none;
  padding:20px 0;
}

.lab-results-section #lab-pdf-container {
    height: 200vh;
    margin: 0 auto;
    max-height: 1000px;
    text-align:center;
    width:100%;
    background-color: #1a1a1a;
    color:var(--white);
    border: 1px solid #444;
    border-radius: 5px;
    max-width: 800px;
    overflow: hidden;
    padding: 25px;
}
.lab-results-section .lab-content iframe {
    border: none;
    max-width: 100%;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    overflow-clip-margin: unset;
}
.lab-results-section  .lab-content img {
	width: auto;
    height: auto;
    margin: 0 auto;
	padding: 20px;
}
.resource-list__carousel .slideshow-control[disabled] {
    display: flex;
    opacity: 0.5 !important;
}
.review-section {
	overflow:hidden;
}

/* Recipe Details */

.recipe-hero-section {
	margin-top:60px;
}
.recipe-hero-section .recipe-hero {
    padding: 80px 90px;
    display: flex;
    flex-wrap: wrap;
    gap: 140px;
    background-color: var(--secondary);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.recipe-hero-section .recipe-hero:after {
    content: "";
    background-size: cover;
    background-position: left 160px center;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}
.recipe-hero-section .recipe-hero .recipe-hero__image {
    max-width: 500px;
    width: 100%;
    border-radius: 30px;
    border: 6px solid var(--white);
    line-height: 0;
    overflow: hidden;
	position:relative;
	z-index:1;
}
.recipe-hero-section .recipe-hero .recipe-hero__content {
	position:relative;
	z-index:1;
}
.recipe-hero-section .recipe-hero .recipe-hero__content .recipe-badge {
	background: #fff;
    border-radius: 50px;
    padding: 5px 14px;
    color: #F69322;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
	display:inline-block;
	margin-bottom:16px;
}
.recipe-hero-section .recipe-hero .recipe-hero__content .recipe-title  {
	font-weight: 700;
	font-size: 57px;
	line-height: 67px;
	letter-spacing: 0px;
	vertical-align: middle;
	margin:0;
	color:var(--white);
	width:100%;
	max-width:450px;
}
.recipe-tabs-nav {
	box-shadow: 0px 4px 44.1px 0px #00000026;
	padding:28px;
	background: #F9F9FB;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	display:flex;
	align-items:center;
	gap:10px;
}
.recipe-tabs-nav .recipe-tab-btn.active {
	background-color:var(--black);
	color:var(--white);
}
.recipe-tabs-nav .recipe-tab-btn {
	padding:12px 24px;
	border-radius:24px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-transform:uppercase;
	color:	#616161;
	cursor:pointer;
}

.recipe-main-content {
	padding: 150px 50px 80px;
	border: 1px solid #D9D9D9;
    margin-top: -100px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    min-height: 500px;
}
.recipe-tab-content {
    display: none;
}
.recipe-tab-content.active {
    display: block;
}
.recipe-tab-content.slide-left {
    animation: slideLeft 0.6s ease-in-out;
}
.recipe-tab-content.slide-right {
    animation: slideRight 0.6s ease-in-out;
}
@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.recipe-main-content .recipe-overview p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color:var(--black);
	margin:0;
	margin-bottom:20px;
}
.recipe-main-content .recipe-overview p:empty,
.recipe-main-content .recipe-overview p br {
    display: none;
}
.recipe-main-content .recipe-overview p:last-child {
    margin: 0;
}

.recipe-main-content .ingredients-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.recipe-main-content  .ingredient-box {
    background:#F693221A;
    padding: 20px 24px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.recipe-main-content  .ingredient-item {
    max-width: 100%;
    width: 100%;
    display: flex;
    gap: 16px;
}
.recipe-main-content  .ingredient-item span {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--black);
    max-width: calc(100% - 66px);
    width: 100%;
}
.recipe-main-content  .ingredient-item input {
    width: 24px;
    height: 24px;
    border: 1px solid #F69322 !important;
	background-color:transparent;
}
.recipe-main-content  .ingredient-item.checked span {
    text-decoration: line-through;
}
.recipe-main-content .ingredient-item input:checked {
	background-color:#F69322;
}
.recipe-main-content .instruction-step {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.recipe-main-content .instruction-step .step-number {
    background: #f28c1b;
    color: #fff;
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.recipe-main-content .instruction-step .instruction-text  {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color:var(--black);
}
.recipe-main-content .instruction-step .instruction-text strong {
	font-weight: 900;
	font-size: 18px;
	line-height: 28px;
	color:var(--black);
}



/* ===============================
   MASONRY GRID (NO GAPS)
=================================*/
.recipe-tab-content .media-grid {
  display: flex;
  gap: 10px;
}
.recipe-tab-content .media-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.recipe-tab-content .media-item img,
.recipe-tab-content .media-item video {
  width: 100%;
  display: block;
  border-radius: 8px;
  cursor:pointer;
}


/* ===============================
   VIDEO CARD
=================================*/
.recipe-tab-content .video-card {
  cursor: pointer;
}

.recipe-tab-content .video-thumb {
  position: relative;
}

/* Thumbnail video */
.recipe-tab-content .thumb-video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ===============================
   PLAY BUTTON
=================================*/
.recipe-tab-content .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  width: 60px;
  height: 60px;
  background:var(--secondary);
  color: var(--black);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  transition: 0.3s ease;
}

.recipe-tab-content .video-card:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(0,0,0,0.8);
}

/* ===============================
   POPUP
=================================*/
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-popup.active {
  display: flex;
}

.video-popup  .video-popup-content {
  position: relative;
  width: 100%;
  max-width: 60%;
}

.video-popup  #popupVideo {
  width: 100%;
  border-radius: 10px;
  background: #000;
}

/* Close button */
.video-popup  .close-popup {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--black);
    color: var(--white);
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    border: 2px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
	z-index:1;
}


.recipe-products {
    padding:70px 0;
}
.recipe-products .swiper-wrapper-fix {
    padding: 0 50px;
    position: relative;
}
.recipe_product_swiper  .swiper-slide {
  height: auto !important;
  display: flex;
}
.recipe-products .recipe-products-main-title  {
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color:var(--black);
    margin:0;
    margin-bottom:40px;
}
.recipe-products .product-card {
    background-color: #F4F1EA;
    padding: 24px;
    border-radius: 20px;
}
.recipe-products .product-card .product-image {
    margin-bottom:20px;
}
.recipe-products .product-card .product-image,
.recipe-products .product-card .product-image a img  {
    border-radius: 20px;
}
.recipe-products .product-content {
    text-align:center;
}
.recipe-products .product-content h3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color:var(--black);
    margin:0;
    margin-bottom:12px;
}
.recipe-products .product-content .btn_black {
    display:inline-block;
    padding:10px 24px;
    font-size:16px;
}
body .recipe-products .swiper-button-next {
    right: -20px;
}
body .recipe-products .swiper-button-prev {
    left:-20px;
    transform: rotate(180deg);
}

body .recipe-products .swiper-button-next,
body .recipe-products .swiper-button-prev {
    font-family: var(--fontFamilyBody);
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 8px 12px !important;
    background-color: var(--black);
    color: var(--white);
    border-radius: 30px;
    transition: 0.3s ease;
    min-width: auto;
    min-height: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    z-index:11;
}
body .recipe-products .swiper-button-next.swiper-button-disabled, body .recipe-products .swiper-button-prev.swiper-button-disabled {
    pointer-events: unset;
    cursor: not-allowed;
}

.related-recipes {
    padding:70px 0;
    background-color:#F4F1EA; 
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
}
.related-recipes .container {
    max-width:1250px;
}
.related-recipes .section-title {
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: var(--black);
    margin: 0;
    margin-bottom: 40px;
}
.related-recipes .recipe-slider .recipe-card {
    border:none;
     text-align:center;
}
.related-recipes .recipe-slider .recipe-card .recipe-content{
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); */
    background: linear-gradient(180deg, rgba(244, 241, 234, 1) 0%, #fff 100%);
    text-align:center;
}
.related-recipes .recipe-slider .swiper-slide {
  height: auto !important;
  display: flex;
}
.related-recipes .recipe-slider .recipe-card .recipe-content p {
    font-size: 16px;
    line-height: 24px;
}
.related-recipes .swiper-wrapper-fix {
    padding: 0 50px;
    position: relative;
}
.related-recipes .swiper-button-next, 
.related-recipes .swiper-button-prev {
    font-family: var(--fontFamilyBody);
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 8px 12px !important;
    background-color: var(--black);
    color: var(--white);
    border-radius: 30px;
    transition: 0.3s ease;
    min-width: auto;
    min-height: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    z-index: 11;
}
.related-recipes  .swiper-button-next {
    right: -20px;
}
.related-recipes .swiper-button-prev {
    left:-20px;
    transform: rotate(180deg);
}
.related-recipes .no-related {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: var(--black);
    margin: 0;
    margin-bottom: 20px;
}
.subscription-button-custom {
    background: transparent;
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    border: 1px solid var(--secondary);
    max-width: 100%;
    width: 100%;
    padding: 14px;
    border-radius: 100px;
    text-transform: uppercase;
        text-align: center;

}
.subscription-button-custom:hover {
     color: var(--white) !important;
    
    background: var(--black) !important;
    border-color:var(--black) !important;
}
.subscription-button-custom a:hover {
     color: var(--white) !important;
}
.size-style.btn_black.button.create-account:hover {
    color:#000;
}
#shopify-section-template--16389062131794__custom_static_default_template_N4Xcba  .static-section{
	padding: 30px 0;
}

body [data-template="page.lab-search-results"] img {
  width:auto;
}