/** Shopify CDN: Minification failed

Line 25:0 Unexpected "}"

**/
/* Universal Css Start Here */
body {
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px !important;
	/* background: var(--body-color); */
	color: #fafaf3;
	line-height: 26px;
	scroll-behavior: smooth;
	overflow-x: hidden !important;
}

html {
	overflow-x: hidden !important;
	scroll-behavior: smooth;
}
/* @media (min-width: 1400px) {
    /* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1560px;
    } */
} */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "poppins", sans-serif;
}
p {
	font-family: var(--primary-light-font);
	/* font-size: 13px; */
	margin-bottom: 0;
	color: var(--primary-color);
}
.btn {
	color: var(--dark-color);
	font-size: 14px;
	border-radius: 30px;
	padding: 10px 25px;
	cursor: pointer;
	text-transform: capitalize;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	transition: background-color 0.3s ease, color 0.3s ease;
	font-family: var(--nav-font);
	background: var(--secondary-color);
	width: fit-content;
	transition: all 0.3s ease-in-out;
}
.btn:hover {
	transition: all 0.3s ease-in-out;
	background: #FFF;
	opacity: 1;
	color: var(--dark-color);
	border-color: var(--secondary-color);
	transform: scale(0.9);
}
.shop-btn {
	background: #0b0b0b;
	color: var(--extra-color-2);
}
.btn-second {
	overflow: hidden;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	border-radius: 0px;
	padding: 10px 25px;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	text-transform: capitalize;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease, color 0.3s ease;
	font-family: "TomatoGrotesk-Medium";
	background: transparent;
	width: fit-content;
}

.form-group {
	margin-bottom: 15px;
}

.form-control {
	background: transparent;
	font-size: 16px;
	border: 0;
	border-radius: 0px;
	padding: 12px 20px;
	resize: none;
	border-radius: 5px;
	border: 1px solid #cccccc;
	font-family: var(--secondary-font);
	color: #8e8e8e;
	font-size: 16px;
}
.form-control:focus {
	background: #fff;
	color: #001a14 !important;
	box-shadow: none;
	font-family: var(--secondary-font);
	color: #8e8e8e;
	font-size: 16px;
}
.form-control-1 {
	border: 1px solid var(--dark-color);
	background: #d3d3d3;
	font-size: 10px;
	color: var(--dark-color);
	font-family: var(--primary-light-font);
	border-radius: 100px;
	padding: 12px 20px;
	display: block;
	width: 100%;
	flex: 0 0 70%;
}
.hover-line {
	width: 0%;
	background-color: crimson;
	height: 1px;
	display: flex;
	align-items: end;
	transition: all 0.5s;
}
.hover-line-main {
	max-width: fit-content;
	transition: all 0.5s;
}
.hover-line-main:hover .hover-line {
	width: 100%;
	transition: all 0.5s;
}
.form-control::placeholder {
	font-family: var(--secondary-font);
	color: #8e8e8e;
	font-size: 15px;
}
ul {
	list-style: none;
	padding: 0;
}
.list-style {
	list-style: disc;
}
.border-right {
	border-right: 1px solid #ffffff14;
}
.border-bottom {
	border-bottom: 1px solid #e9ecef;
}
.border-top {
	border-top: 1px solid #e9ecef;
}
.btn span {
	margin-left: 10px;
	display: inline-block;
	transition: transform 0.3s ease;
}
.white-space {
	white-space: nowrap;
}
.btn-wrapper:hover {
	color: #fff !important;
}
.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5,
.line-clamp-6,
.line-clamp-7 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.line-height-20 {
	line-height: 35px;
}
.line-height-60 {
	line-height: 60px;
}
.line-clamp-1 {
	-webkit-line-clamp: 1;
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
}

.line-clamp-4 {
	-webkit-line-clamp: 4;
}

.line-clamp-5 {
	-webkit-line-clamp: 5;
}

.line-clamp-6 {
	-webkit-line-clamp: 6;
}

.line-clamp-7 {
	-webkit-line-clamp: 7;
}
.text-underline {
	text-decoration: underline;
}
.text-capatalize {
	text-transform: capitalize;
}
.text-uppercase {
	text-transform: uppercase;
}
.z-index-1 {
	z-index: 1;
	opacity: 1;
}
.z-index-2 {
	z-index: 2;
}
.over-hidden {
	overflow: hidden;
}

.z-index-2 {
	z-index: 2;
}
.z-index-1 {
	z-index: 1;
}
.form_input,
.form_input::placeholder {
	color: var(--input-color);
	font-size: 16px;
	font-family: var(--secondary-font);
	font-weight: 400;
}
.input_border {
	border: 1px solid var(--extra-color-3);
}
.rounded-radius {
	border-radius: 13px;
}
.border_bottom {
	border-bottom: 1px solid #d8ebfb;
}
.focus_none:focus + .focus_none,
.focus_none:focus {
	box-shadow: none;
}
.borders_1 {
	border: 1px solid #cac0c0;
}
.radius-1 {
	border-radius: 10px;
}
.radius-2 {
	border-radius: 20px;
}
.radius-50 {
	border-radius: 50px;
}
.radius-0 {
	border-radius: 0px;
}
.radius .z-index-2 {
	z-index: 2;
}
textarea.form-control {
	height: 135px;
	border: 0;
	border: 1px solid #cccccc;
	border-radius: 7px;
	background: transparent;
	font-family: var(--secondary-font);
	font-size: 16px;
	color: #8e8e8e;
	transition: 0.8s;
	resize: none;
	box-shadow: none;
}
textarea.form-control::placeholder {
	font-family: var(--secondary-font);
	color: #8e8e8e;
	font-size: 16px;
}
textarea.form-control:focus {
	background: #fff0e9;
	color: #001a14 !important;
	box-shadow: none;
}
a {
	text-decoration: none;
	color: var(--extra-color-3);
}
button {
	font-family: var(--font-btn);
	border: 0;
}

figure {
	margin-bottom: 0;
}
.section {
	padding: 50px 0;
	display: block;
}

.opacity-65 {
	opacity: 0.65;
}
.opacity-70 {
	opacity: 0.7;
}

.opacity-1 {
	opacity: 1;
}

/* @media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1140px;
	}
} */

.slider-sec .slick-prev,
.slick-next {
	/* width: 40px;
	height: 40px;
	border-radius: 5px;
	background: var(--extra-color-1); */
	border: 0;
	color: var(--secondary-color);
}
.slider-sec .slick-prev:before {
	content: "\f104";
	font-family: "FontAwesome";
	opacity: 1 !important;
	color: var(--secondary-color);
	font-size: 18px;
}
.slider-sec .slick-next:before {
	content: "\f105";
	font-family: "FontAwesome";
	opacity: 1 !important;
	color: var(--secondary-color);
	font-size: 18px;
}
.slider-sec .slick-prev {
	left: -15px;
	margin: auto;
	top: unset;
	bottom: -8px;
	opacity: 1;
	z-index: 9;
}
.slider-sec .slick-next {
	right: unset;
	left: 75px;
	margin: auto;
	top: unset;
	bottom: -8px;
	background: transparent;
	border: 0;
	width: unset;
	height: unset;
	border-radius: unset;
}

/* .slider-sec .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: #fec614;
} */

/* Banner Section Start */
.banner-sec {
	z-index: 1;
	position: relative;
}
.slider-sec .slick-dots {
	list-style: none;
	cursor: pointer;
	bottom: 0px;
	left: 0;
	width: fit-content;
}
.slider-sec .slick-dots li {
	background: #6c6c6c;
	height: 10px;
	width: 10px;
	margin: 0 6px;
	border-radius: 10px;
	opacity: 0.4;
	transition: 0.4s ease;
}
.slider-sec .slick-dots li:nth-child(3) {
	opacity: 0.2;
}
.slider-sec .slick-dots li.slick-active {
	opacity: 1;
	width: 40px;
	background: var(--secondary-color);
}
.slider-sec .slick-dots button {
	display: none;
}
/* Banner Section End */

/* sale-section Css  */

.sale__top__heading {
	color: #00000050;
}
.sale___btn .btn {
	border-radius: 10px;
	padding: 5px 25px;
}
/* sale-section Css  */
/*Search header*/
.search__wrapper {
	position: relative;
	z-index: 2000; /* ensures dropdown is clickable */
}

.search-results {
	z-index: 2500; /* keeps dropdown above everything */
	overflow: visible !important;
}
.result-item span {
	color: #727272;
	font-size: 11px;
	font-weight: 600;
}

.form-group {
	
	position: relative;
}

.form-control-2 {
	width: 100%;
	padding: 8px 40px 8px 15px;
	border-radius: 25px;
	border: 1px solid #ccc;
	outline: none;
}

.serch__btn {
	position: absolute;
	top: 0;
	right: 10px;
	height: 100%;
	cursor: pointer;
}

.search__icon {
	display: flex;
	align-items: center;
	height: 100%;
	color: #555;
}
/* Container must be relative */
.search__wrapper {
  position: relative;
}
/* Dropdown styling to match your image */
.search-results {
  position: absolute;
  top: 100%; /* Places it directly under the input */
  left: 0;
  width: 480px; /* Width of the dropdown in your image */
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  padding: 20px;
  margin-top: 10px;
  z-index: 1000;
  display: none; /* Hidden until user types */
}

.results-title {
	font-weight: 900;
	margin-bottom: 10px;
	color: #727272;
	font-size: 18px;
}

/* Two-column grid like your image */
.results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #333;
}

.result-item img {
  width: 50px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}
/* arrivals-section Css  */
.arrivals___slide {
	border: 2px solid #bebebe;
	border-radius: 20px;
	overflow: hidden;
	margin: 0px 10px;
	transition: 0.6s ease;
}

.arrivals___slide:hover {
	    
		border: 2px solid #BAF2BB;
    
}

.arrivals___image img.img-fluid {
	height: 320px;
	object-fit: cover;
}
/* arrivals-section Css  */
/*Header mega menu*/

/* Base dropdown styles */
.nav-item.dropdown {
	position: relative;
}

.simple-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	padding: 10px 0;
	z-index: 1000;
}

/* Show on hover */
.nav-item.dropdown:hover .simple-dropdown {
	display: block;
}

/* Dropdown items */
.simple-dropdown li {
	list-style: none;
}

.simple-dropdown li a {
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.simple-dropdown li a:hover {
	background: #f7f7f7;
	color: #000;
}
.navbar-wrap .nav-item {
	position: relative;
}

.mega-dropdown ul {
	padding-left: 0;
	margin: 0;
}

/* herbal-section Css  */
.herbal-section {
	background-image: url(https://cdn.shopify.com/s/files/1/0781/1324/3365/files/herbal-bg.png?v=1761655788) !important;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-position: center;
}
.subscribe-wrapper {
	background: #d3d3d3;
    border-radius: 50px;
    overflow: hidden;
    max-width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}
.subscribe-wrapper input {
	border: none;
	background: transparent;
	flex: 1;
	padding: 18px 20px;
	outline: none;
	font-size: 14px;
	color: #333;
	font-family: var(--primary-light-font);
}
.subscribe-wrapper input::placeholder {
	color: #00000050;
}
.subscribe-wrapper button {
	background: var(--extra-color-2);
	border: 1px solid var(--extra-color-2);
	border: none;
	border-radius: 50px;
	padding: 18px 35px;
	font-family: var(--primary-semibold-font);
	color: #000;
	cursor: pointer;
	transition: all 0.3s ease;
}
.subscribe-wrapper button:hover {
	background: #f1f1f1;
}
/* herbal-section Css  */

/* seller-section Css  */
.seller-section .nav-pills .nav-link {
	border-radius: var(--bs-nav-pills-border-radius);
	border: 1px solid #bebebe;
	padding: 6px 10px;
	background: transparent;
}
.seller-section .nav-link:before {
	content: unset;
}
.seller-section .nav-pills .nav-link.active {
	background: var(--secondary-color);
	color: var(--extra-color-2);
	font-weight: 600;
}
.seller-section .swiper-slide {
	border: 2px solid #bebebe;
	border-radius: 20px;
	overflow: hidden;
	/* margin: 0px 10px; */
}
.seller-section .swiper-slide:hover {
	/* box-shadow: 0px 5.21px 31.24px 0px rgba(0, 0, 0, 0.25); */
	border-color: #BAF2BB;
}
.arrivals___image img.img-fluid {
	height: 320px;
	object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
	color: #072835;
	font-size: 20px;
	width: 30px;
	height: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 20px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: #0a3a4d;
}
.swiper-button-next {
	right: 0px;
}

.swiper-button-prev {
	left: 0px;
}
.swiper-wrapper-container {
	position: relative;
	overflow: visible;
}
.seller-section .swiper-wrapper {
	padding: 20px 0;
}
/* seller-section Css  */

/* brand-section Css  */

.brand___wrapper {
	border: 1px solid #e6e9eb;
	border-radius: 10px;
}
.brand___main {
	border-right: 1px solid #e6e9eb;
	height: 100%;
}
.brand___logo {
	/* border-bottom: 1px solid #e6e9eb; */
	padding: 20px 0;
	/* height: 100%; */
}
.brand___logo figure img {
	/* height: 72px;
	object-fit: contain; */
}
.stock-status {
	border-radius: 30px;
}
/* brand-section Css  */

/* Spotlight Section */
.video-player {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.video-player .custom-controls {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.video-player .custom-controls button {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	background-color: rgba(7, 40, 53, 0.3);
	backdrop-filter: blur(6px);
	border: none;
	transition: all 0.3s ease;
}

.modal {
	z-index: 1055 !important;
}

.modal-backdrop {
	z-index: 1050 !important;
}

.spotlight___slide {
	margin: 0 15px;
}
.spotlight___slide figure img.img-fluid {
	border-radius: 10px;
}
.spotlight___slide.slick-slide.slick-current.slick-active.slick-center {
	transform: scale(1.1);
	/* margin: 0 20px; */
	transition: transform 0.3s ease;
	box-shadow: 0px 4.46px 27.89px 0px rgba(51, 181, 169, 0.7);
}
.spotlight___slider .slick-track {
	padding: 30px 0;
}
/* spotlight-section Css  */

/* experience-section Css  */
.experience-section {
	background-image: url(https://cdn.shopify.com/s/files/1/0781/1324/3365/files/experience-bg.png?v=1761655813);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
}
.experience___slider.slider-sec .slick-next {
	right: 0;
	left: unset;
	bottom: 50px;
	background: #ffffff50;
	border: 1px solid #07283520;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.experience___slider.slider-sec .slick-next:hover {
	color: var(--extra-color-2);
	background: var(--secondary-color);
}
.experience___slider.slider-sec .slick-prev,
.slick-next {
	background: #ffffff50;
	border: 1px solid #07283520;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.experience___slider.slider-sec .slick-prev {
	left: unset;
	right: 60px;
	bottom: 50px;
}
.experience___slider.slider-sec .slick-next:before {
	color: var(--primary-color);
}
.experience___slider.slider-sec .slick-prev:before {
	color: var(--primary-color);
}
.experience___slider .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: var(--extra-color-2);
	outline: none;
	background: var(--secondary-color);
}
/* experience-section Css  */

/* images-section Css  */
.insta___icon {
	position: absolute;
	top: 110%;
	right: 0;
	left: 0;
	margin: auto;
	width: fit-content;
	bottom: 0;
	height: fit-content;
	transition: 0.6s cubic-bezier(0.92, -0.08, 0, 1.06);
}

.single-gallery-image:hover .insta___icon {
	top: 0;
	opacity: 1;
	z-index: 9;
}

.single-gallery-image {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.single-gallery-image img.img-fluid {
	height: 100%;
}
.single-gallery-image:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, #0b0b0b50);
	z-index: 1;
	transition: 0.6s cubic-bezier(0.92, -0.08, 0, 1.06);
}
.single-gallery-image:hover:before {
	top: 0;
}
/* images-section Css  */

/* Footer Css  */
.site-footer {
	border-top: 20px solid #baf2bb;
	z-index: 9;
	margin-top: 40px;
}
/* .site-footer::before {
	content: "";
	position: absolute;
	background-image: url(https://cdn.shopify.com/s/files/1/0781/1324/3365/files/footer-top.png?v=1761655840);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 50px;
	z-index: -1;
	top: 0;
} */
.footer-bottom {
	background: #ffffff15;
	border-top: 5px solid #baf2bb;
}
.site-footer .border-line {
    background-color: #000;
}
.signup__btn {
	/* right: 0; */
	background: var(--extra-color-2);
	color: var(--dark-color);
	border-radius: 100px;
	font-size: 12px;
	padding: 15px 30px;
}
.icon-badge {
	width: 24px;
	height: 24px;
	background: var(--secondary-color);
	color: var(--extra-color-2);
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: 0.6s all;
}
.badge__lg {
	width: 55px;
	height: 55px;
}
.icon-badge:hover {
	background: transparent;
	color: var(--secondary-color);
	border-color: var(--secondary-color);
}
/* .top__icon:hover img.img-fluid {
	filter: invert(1);
} */
.top___btn___wrapper {
	position: fixed;
	right: 20px;
	bottom: 110px;
	z-index: 99;
}
/* Footer Css  */

/* Mobile Responsive  */
@media (max-width: 576px) {
	.section {
		padding: 30px 0;
	}

	.brand___logo figure img {
		height: 32px;
		object-fit: cover;
	}
}

@media (max-width: 767px){
.subscribe-wrapper {
    max-width: 100%;
   
}
.subscribe-wrapper input {
    padding: 12px 20px;
   
}
.arrivals___image img.img-fluid {
    height: 320px;
    object-fit: contain;
    text-align: center;
    width: 100%;
}



}
