/** Shopify CDN: Minification failed

Line 2577:33 Unterminated string token
Line 2578:26 Unterminated string token

**/
.mobile-menu__help-wrapper {
    color: #000;
}
@media screen and (min-width: 1000px) {
    .nav-bar__item {
        margin-right: 0px !important;
    }
  .nav-bar__linklist .nav-bar__link{
    font-size: 14px !important;
    padding-inline: 6px !important;
  }
}
@media screen and (max-width: 498px) {
.mobile-menu__nav-link {
    color: #000;
    font-size:16px;
    padding: 2px 0 7px;
    display: flex;
}
}
/* .cart-progress-bar{
	display:none !important; 
} */
html body:has(.boost-sd__modal) {
	overflow: unset !important;
}

body.boost-sd__search-widget-init-enabled {
	overflow: unset !important;
}

.color-swatch-list.vd,
.qtyofferprod {
	display: none;
}

body .boost-sd__modal {
	display: none !important;
}
.lighting-deals .section__header-stack #svg-flash {

    display: none !important;
}
@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
  .lighting-deals .section__title:before {
    bottom: 2px !important;
}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.section--padding {
	padding-top: var(--section-m-padding-top);
	padding-bottom: var(--section-m-padding-bottom);
}
   
@media screen and (min-width: 768px) {
	.section--padding {
		padding-top: var(--section-padding-top);
		padding-bottom: var(--section-padding-bottom);
	}
}

/* Start: Media component */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media>*:not(.zoom, .deferred-media__poster-button, .lookbook__shop--product-wrapper, quick-view-modal),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media>img {
  object-fit: cover;
  object-position: center center;
  object-position: var(--image-position);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--placeholder {
  position: relative;
  overflow: hidden;
}

.media--placeholder:after {
  content: '';
  position: absolute;
  background: rgba(var(--color-foreground), 0.04);
}

.media--placeholder.media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .media--placeholder.media--adapt {
    height: 30rem;
  }
}

.media--placeholder > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.media--placeholder:is(.animate--ambient, .animate--zoom-in) > .svg-wrapper {
  top: 0;
  left: 0;
  transform: translate(0);
}

.media--adapt {
  position: relative;
  height: 100%;
  padding-bottom: var(--ratio-percent);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media--round {
  padding-bottom: 121.9%;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

@media screen and (max-width: 749px) {
	.media--adapt {
		padding-bottom: var(--ratio-percent-mobile);
	}
}
/* End: Media component */

.mini-cart__button-container a {
	text-transform: uppercase !important;
}

.lighting-text {
	background-color: #cc0c39 !important;
	padding: 2px 8px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 10px 0;
	display:none !important;
}
.flash-sale-badge {
    display: none !important;;
}
section .product-item-category .product-item__swatch-list .color-swatch-list, .product-item .product-item__swatch-list .color-swatch-list {
	display: block;
	padding: 0 !important;
}

.product-form__payment-container .button--primary {
	text-transform: uppercase !important;
}

.lighting-deals .featured-collection {
	background-color: unset !important;
}

section.lighting-deals .claimcss {
	display: none;
}

.tag-seller {
	left: -5px;
}

.product-item--vertical .product-item__action-button {
	text-transform: uppercase !important;
}

section.custom-featured span.review-count-text {
	color: #a3a3a3;
	font-size: 12px;
	letter-spacing: 1px;
}

.product-block-list .product-option-display .color-swatch-list--large .color-swatch__item {
	width: 100%;
	height: 38px;
	background: #f4f6f8;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.guaranteed_safe_checkout p {
	margin-bottom: 2px;
}

.cart-recap__scroller .card__section {
	padding-top: 30px;
	padding-right: 30px !important;
}

.collection__dynamic-part .color-swatch, .product-item .color-swatch {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #005441;
	background-color: #e4e4e4;
	border-radius: 8px;
	padding-block: 0;
}

.collection__dynamic-part .color-swatch__button.is-selected .color-swatch__item:after,
.collection__dynamic-part .color-swatch__radio:checked+.color-swatch__item:after, .product-item .color-swatch__radio:checked+.color-swatch__item:after {
	content: "";
	border: 1px solid var(--accent-color);
	border-radius: 8px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.collection__dynamic-part .color-swatch-list {
	margin: -2px -6px 0;
	padding-left: 4px;
	display: flex;
	overflow-x: scroll;
}

.summary-card-container .opw-mt-8:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.product-meta__title {
	font-weight: 800;
	line-height: 1.2;
}

.product-block-list .card {
	border: unset !important;
}

.product_features_content {
	line-height: 1.4;
	color: #000;
}

.block-swatch__item {
	text-align: center;
	border: 1px solid var(--form-border-color);
	vertical-align: middle;
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(var(--border-color-rgb), .25);
	border-radius: 3px;
	padding: 0 16px;
	display: block;
	margin-bottom: 20px;
}

.product-block-list .discount-off {
	color: #005441;
	margin-right: 0 !important;
	font-weight: 700;
}

.product-block-list .price--highlight {
	font-weight: 700;
	color: #005441;
	margin-right: 0.65rem;
}

.product-block-list .price--highlight.price-bracket,
.product-block-list .price--highlight.pervaljs {
	color: #CC0C39;
}

.product-block-list .product-form .price--compare {
	margin-right: 0.65rem;
	font-weight: 700;
	font-size: 16px;
	top: 0;
}

.product-form__info-content .price-list .price--compare {
	font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 18px);
}

.product-form__info-content .price-list .price {
	margin-right: 0.85rem;
}

.product-form__option,
.product-form__variants {
	margin-bottom: 0;
}

.accordion-single-title {
	color: #005441;
}

.qtyofferprod {
	line-height: 1.4;
}

.accordion-single-content p {
	padding: 0 0 10px;
}

.meter {
	width: 100%;
	box-sizing: content-box;
	height: 16px;
	position: relative;
	margin: 10px 0;
	border-radius: 25px;
	box-shadow: inset 0 -1px 1px hsla(0, 0%, 100%, .3);
}

.green {
	border: 2px solid #019145;
}

.meter>span {
	display: block;
	height: 100%;
	background-color: #019145;
	background-image: linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
	box-shadow: inset 0 2px 9px hsla(0, 0%, 100%, .3), inset 0 -2px 6px rgba(0, 0, 0, .4);
	position: relative;
}

.animate>span>span,
.meter>span,
.meter>span:after {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}

.animate>span>span,
.meter>span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, .2) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .2) 75%, transparent 0, transparent);
	z-index: 1;
	background-size: 50px 50px;
	animation: move 2s linear infinite;
}

.animate>span:after {
	display: none;
}

.red {
	border: 2px solid #f42323;
}

.red>span {
	background-image: linear-gradient(#f0a3a3, #f42323);
}

@keyframes move {
	0% {
		background-position: 0 0;
	}

	to {
		background-position: 50px 50px;
	}
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 150px;
	background-color: #fff;
	border: 1px solid #000;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity .3s;
}

.tooltip .tooltiptext,
span.product-form__inventory {
	color: #000;
	font-size: 14px;
}

.cust-view {
	display: none;
}

.product-form__info-content p {
	margin-bottom: 0;
}

.check-inventory .inventory:before {
	content: none !important;
}

.check-inventory {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.check-inventory span.product-form__inventory {
	color: var(--product-in-stock-color);
	font-size: 16px;
	padding-left: 4px;
}

.custom_faq_page .card {
	border: unset;
}

.custom_faq_page .card__header {
	padding: 0;
}

.accordion-item h2.accordion-header {
	text-transform: capitalize;
}

.shopify-app-block ._8lTRTW_bulletsPagination {
	z-index: 3;
}

.product-form__info-content .quantity-selector--product {
	height: 34px;
	background: #f5f2f2;
	border: unset;
}

.quantity-selector .icon {
	width: 10px;
	height: 12px;
	background: #fff;
	fill: #fff;
	vertical-align: middle;
	text-align: center;
	border-radius: 4px;
}

.quantity-selector .icon--minus {
	padding: 12px 20px 14px 12px;
}

.quantity-selector .icon--plus {
	padding: 8px 20px 18px 12px;
}

.quantity-selector .icon path {
	fill: #000;
}

.quantity-selector--product .quantity-selector__button {
	padding: 0 6px;
}

.quantity-selector--product .quantity-selector__value {
	border: unset !important;
}

#shopify-block-opinew-reviews-widget button.opw-carousel-btn-new {
	z-index: 3 !important;
}

span.review-count-text {
	color: #6e6e6e;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .5px;
}

.product-option-display .color-swatch__button.is-selected .color-swatch__item:after,
.product-option-display .color-swatch__radio:checked+.color-swatch__item:after {
	content: "";
	border: 0rem;
	/* border: 1px solid #005441; */
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-block: 0;
}

.product-option-display .color-swatch__radio:checked+.color-swatch__item:after {
	z-index: 0;
}

.product-option-display .color-swatch__radio:checked+.color-swatch__item {
	background: #005441 !important;
}

.product-option-display .color-swatch__radio:checked+.color-swatch__item span.swatch__text {
	color: #fff !important;
	/* z-index: 9 !important; */
	/* position: absolute; */
}

.product-option-display .product-block-list .color-swatch-list--large .color-swatch__item {
	background: #c4c4c4;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.product-block-list .color-swatch-list--large .color-swatch__item .swatch__text {
	color: #000;
	display: inline-flex;
	padding: 6px 10px;
	font-weight: 500;
}

.product-option-display .color-swatch-list .color-swatch {
	position: relative;
	display: flex;
	flex-direction: column;
	border: 1px solid #005441;
	border-radius: 8px;
	padding: 0;
	margin: 0rem;
	width: calc(25% - 10px);
}

.product-form__option .color-swatch-list {
	margin-bottom: 20px !important;
	gap: 10px;
	padding: 0rem;
	margin-inline: 0rem;
}

.price-list_test .price {
	font-size: 16px;
}

.swatch-card-body {
	padding: 10px;
	display: flex;
	flex-direction: column;
	flex: 1 1 0;
	gap: 0.25rem;
}

.product-option-display .color-swatch-list .color-swatch .price-list_test {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.4rem;
	row-gap: 0.25rem;
}

.product-option-display .color-swatch-list .color-swatch .price-list_test .price {
	margin: 0rem;
	font-size: 12px;
	line-height: normal;
}

.product-option-display .color-swatch-list .color-swatch .price-list_test .price--sale {
	flex: 1 1 100%;
	font-size: 14px;
}

/* .color-swatch .price-list__per-unit:not(.hidden) {
	display: flex;
}

.color-swatch .price-list__per-unit.hidden {
	display: none;
} */

.color-swatch .price-list__per-unit {
	display: flex;
}

.color-swatch .price-list__per-unit .price__per-unit {
	font-size: 12px;
	color: #005441;
	font-weight: 700;
	line-height: normal;
}

.product-option-display .product-form__option-name {
	display: none;
}

.what_expect {
	background: #c2a74e;
	border-radius: 8px;
	padding-block: 1rem;
	margin-top: 1rem;
}

.what_expect h3 {
	color: #005c44;
	font-weight: 800;
	margin-bottom: 0;
	background: #fff;
	display: inline;
	padding: 10px 12px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.what_expect ul {
	padding-top: 0;
	padding-left: 10px;
}

.what_expect .fc-item.fc-index--0 {
	padding-top: 10px;
}

.what_expect ul li {
	color: #fff;
}

.what_expect ul {
	list-style-image: url(/cdn/shop/files/product_vector.png?v=1728901877);
}

.cart_svg_text .cart_svg {
	background: #005441;
	line-height: 10px;
	border-radius: 6px;
	padding: 6px;
	margin-bottom: 0;
}

.cart_svg_text {
	display: flex;
	grid-column-gap: 10px;
	padding-top: 16px;
}

.share_product {
	display: flex;
	grid-column-gap: 12px;
}

.input_field,
.share_product {
	padding-top: 16px;
}

.img_input input[type=text] {
	margin-left: 10px;
	border: 1px solid #d7dadd;
	padding: 10px 20px;
	border-radius: 6px;
}

.img_input {
	display: flex;
	align-items: center;
}

.img_input input::placeholder {
	font-size: 14px;
	color: #ededed;
}

.card__section {
	padding-right: 0 !important;
	padding-top: 0;
}

.guaranteed_safe_checkout {
	padding-top: 16px;
}

.guaranteed_safe_checkout img {
	padding-right: 10px;
}

.guaranteed_safe_checkout h3 {
	font-weight: 700;
	margin-bottom: 0;
}

.veg_all_icon {
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
	grid-column-gap: 16px;
	margin-top: 16px;
}

.all_inner_icon p {
	font-size: 14px;
}

.product-form__buy-buttons {
	padding-top: 2rem !important;
}

.product-block-list__item--description .card__section {
	padding-inline: 0 !important;
	padding-top: 0;
}

.product-block-list__item--description .card__header {
	padding-left: 0;
	padding-bottom: 10px;
	padding-top: 0;
}

.product-block-list__item--description {
	border: 1px solid #ededed;
	padding: 1rem;
}

.custom_a_plus .accordion-item {
	border: 1px solid #ffebac;
	border-radius: 10px;
	margin-bottom: 1rem;
	background: #fff !important;
}

.custom_a_plus .card__header.card__header--tight {
	background: #faf6e9;
}

.custom_a_plus .card__header {
	padding: 30px 0 0;
}

.container.custom_faq_page {
	background: #faf6e9;
	padding-block: 2rem;
}

.custom_faq_page .collection__header h2 {
	background: linear-gradient(90deg, #005441, #8b6b2e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
}

.custom_faq_page .card,
.faq-text {
	background: #faf6e9;
}

.faq-text {
	border-bottom: 1px solid #ededed;
}

.container.custom_a_plus {
	background: #faf6e9;
	padding-bottom: 1px;
	margin-bottom: 2rem;
}

.product-block-list__item--description .card__title {
	font-weight: 700;
}

.product-block-list__item--description .card__section p {
	line-height: 1.5;
	color: #000;
}

.product-block-list__item--description .card__section h3 {
	margin-block: 0;
}

.collection__header-inner h2 {
	font-weight: 800;
}

.collection__header-inner p {
	line-height: 1.5;
	color: #000;
}

.collection__header-inner .rte ul li:not(:last-child) {
	margin-bottom: 0 !important;
}

.product-block-list__item--info #opinew-stars-plugin-product a {
	display: flex;
	align-items: center;
	grid-column-gap: 8px;
}

@media screen and (min-width:641px) {
	.product-form__info-item {
		display: flex;
	}

	.product-form__info-list.cs {
		margin-block: 16px;
	}

	.product-form__info-list {
		display: flex;
	}
}

@media only screen and (max-width:767px) {
	.product-block-list .card__section {
		padding-inline: 20px !important;
	}

	.product-form__variants {
		margin-bottom: 0;
	}

	.product-form__info-item {
		display: block;
		padding-top: 4px;
	}

	.product-form__info-item.price-section {
		padding-top: 20px !important;
	}

	.product-form__info-list {
		display: block;
	}

	.product-form__option {
		margin-bottom: 0 !important;
	}

	.product_features_content {
		margin-bottom: 0;
	}

	.opw-carousel-btn-new[data-v-714149d1] {
		z-index: 3 !important;
	}

	.product-block-list__item--description {
		margin: 1rem;
	}

	span.review-count-text {
		font-size: 14px;
	}
}

@media only screen and (max-width:767px) {
	.all_inner_icon img {
		width: 44px;
		height: 44px;
		object-fit: cover;
	}

	.all_inner_icon p {
		font-size: 12px;
		line-height: 1.4;
		margin-top: 10px;
	}

	.veg_all_icon {
		display: flex;
		align-items: center;
		text-align: center;
		width: 100%;
		grid-column-gap: 0;
		margin-top: 16px;
	}

	.what_expect ul li {
		color: #fff;
		line-height: 1.4;
	}

	.cart_svg_text .cart_svg {
		height: 36px;
	}

	.cart_svg p {
		line-height: 1.5;
	}

	.product-block-list__item--description .card__section {
		padding-inline: 0 !important;
	}

	.card__header {
		padding-inline: 0;
	}

	h3.accordionItemHeading {
		font-size: 18px;
		line-height: 1.5;
	}
}

.toast {
	background-color: #faf6e9;
	color: #fff;
	border-radius: 8px;
	padding: 15px 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
	max-width: 856px;
	margin: 20px auto 10px 0;
}

.custom-metaobjects .promo-block {
	min-height: 0 !important;
	display: block !important;
}

article .page__header {
	flex-direction: column !important;
	align-items: flex-start;
}

.page__header.page__header--stack {
	flex-direction: column !important;
	align-items: center !important;
}

.blog-post .article__inner {
	max-width: fit-content;
	margin: 40px auto 60px;
}

.toast p {
	margin: 0;
	line-height: 1.5;
	color: #000;
	font-weight: 700;
}

.customer-message {
	font-size: 14px;
	font-weight: 700;
}

p.alert-.meassage {
	color: red;
	font-style: italic;
	font-size: 13px;
}

.custom-diabts .table-wrapper {
	margin-top: 5px;
	margin-bottom: 20px;
}

.custom-diabts .table-wrapper table {
	margin-top: 0;
}

.table-wrapper first div#shopify-section-template--15578546929739__main {
	display: none !important;
}

.button--primary {
	border-radius: 8px;
	text-transform: capitalize;
}

.custom-collection .section__header,
.custom-featured .section__header {
	padding-top: 0 !important;
}

section.custom-featured.section,
section.section.custom-collection {
	margin-top: 0 !important;
}

.page__content .flickity-slider {
	position: unset;
}

.opw-filters-select[data-v-2e4c61c2] {
	z-index: 4 !important;
}

.addition-url a {
	color: var(--link-color);
	font-size: 16px;
}

.addition-url a:hover {
	text-decoration: underline !important;
}

.opw-main-content-container .opw-carousel__indicators {
	display: none;
}

.custom-collection .liquid:hover svg.c-v {
	fill: unset !important;
	transition: all .3s;
	stroke: unset !important;
}

.slideshow__content-wrapper {
	padding-block: 2rem !important;
}

.slideshow__content {
	font-size: 34px;
}

.home-page-banner .slideshow__content {
	opacity: 0;
}

.boost-sd__search-widget-init-enabled {
	color: #000 !important;
}

.detail-box-icon-img {
	width: 131px !important;
	margin-top: 30px;
}

.custom-diabts h2,
.custom-diabts h4,
.custom-margin h2,
.custom-margin h4 {
	margin: 0 !important;
	text-transform: capitalize !important;
}

.boost-sd__search-bar-submit span {
	display: none;
}

.online-consultion .text-with-icons__icon-wrapper svg {
	width: 90px;
	height: 110px;
}

.online-consultion .text-with-icons__item {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.online-consultion .text-with-icons .text-with-icons__item {
	width: calc(20% - 20px) !important;
	margin: 10px 10px 0 0;
	align-items: center;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	padding-block: 40px;
	background: #e3fff9;
	background: linear-gradient(90deg, #e3fff9 17%, #fcf3d6 91%);
	flex-basis: unset !important;
}

.online-consultion .text-with-icons__icon-wrapper img {
	max-width: 65%
}

.online-consultion .text-with-icons__content-wrapper {
	margin-top: 20px;
	padding-inline: 20px;
}

.online-consultion .text-with-icons__icon-wrapper,
.online-consultion .text-with-icons__title {
	text-align: center;
}

.online-consultion .text-with-icons__icon-wrapper {
	margin: 0;
}

.consult-container {
	padding-bottom: 50px;
}

.consult-container .section__title {
	margin-bottom: 10px;
}

.online-consultion .text-with-icons {
	flex-wrap: nowrap;
	margin: 0 -35px;
	padding: 0;
	justify-content: center;
}

.text-with-icons__item.online-consult-5 {
	margin-right: 0 !important;
}

.pannel-card-section {
	width: 100%
}

.our-pannel-dr-images {
	width: 50%;
	position: relative;
	max-width: 500px;
}

.dr-title span {
	color: #fff;
}

.dr-title p {
	font-weight: 800;
	font-size: 26px;
	color: #fff;
	margin-bottom: 0;
}

.our-pannel-doctor .promo-block {
	width: 100%;
	grid-column-gap: 50px;
}

.our-pannel-doctor .pannel-card-section .promo-block__inner {
	width: 50%;
	background: #faf6e9;
	padding: 2rem;
	border-radius: 20px;
}

.dr-title {
	position: absolute;
	top: 65%;
	left: 0;
	background: #005441;
	background: linear-gradient(90deg, #005441 29%, rgba(0, 84, 65, .23012955182072825) 88%);
	padding: 1rem 5rem;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.custom-rich-text.Consult-now .heading:before {
	content: none !important;
}

.ayurvedic-treatment .text-with-icons__icon-wrapper svg {
	width: 90px;
	height: 110px;
}

.ayurvedic-treatment .text-with-icons__item {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.ayurvedic-treatment .text-with-icons .text-with-icons__item {
	width: calc(20% - 20px) !important;
	margin: 10px 10px 0 0;
	align-items: center;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	padding-block: 40px;
	flex-basis: unset !important;
	background: #c2a74e;
	position: relative;
}

.ayurvedic-treatment .text-with-icons__icon-wrapper img {
	max-width: 90%
}

.ayurvedic-treatment .text-with-icons__content {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 4px 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
}

.ayurvedic-treatment .text-with-icons__content>p {
	margin-bottom: 0;
	color: #c2a74e;
	font-weight: 800;
}

.ayurvedic-treatment .text-with-icons__content-wrapper {
	margin-top: 20px;
	padding-inline: 20px;
}

.ayurvedic-treatment .text-with-icons__icon-wrapper {
	text-align: center;
}

.ayurvedic-treatment .text-with-icons__title {
	text-align: center;
	color: #fff;
}

.ayurvedic-treatment .text-with-icons__icon-wrapper {
	margin: 0;
}

.ayurvedic-treatment .consult-container {
	padding-bottom: 20px;
}

.ayurvedic-treatment .consult-container .section__title {
	margin-bottom: 10px;
	background: #f8f5eb;
	background: linear-gradient(90deg, #f8f5eb 36%, #c2a74e 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ayurvedic-treatment .consult-container p {
	color: #fff;
}

.ayurvedic-treatment .text-with-icons {
	flex-wrap: nowrap;
	margin: 0 -35px;
	padding: 0;
	justify-content: center;
}

section.ayurvedic-treatment {
	background: #005441;
	padding-top: 2rem;
	padding-bottom: 5rem;
}

.ayurvedic-treatment .text-with-icons__item.online-consult-5 {
	margin-right: 0 !important;
}

.our-pannel-dr-images .promo_block_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.our-pannel-doctor .promo-block__content {
	margin-bottom: 1em;
	color: #000;
}

.our-pannel-doctor .flickity-prev-next-button {
	display: none;
}

.blog-post .article__content li a,
.blog-post .article__content p a {
	text-decoration: none;
	color: #007bff !important;
	position: relative;
	text-decoration: underline !important;
}

.blog-post .article__content .table-wrapper {
	margin: 20px 0;
	border-radius: 5px;
}

.blog-post .article__content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	text-align: left;
	background-color: #f9f9f9;
	min-width: 600px;
}

.blog-post .article__content table tbody tr:first-child td,
.blog-post .article__content table thead th {
	background-color: #005441;
	color: #fff;
	font-weight: 700;
	padding: 12px 15px;
	white-space: nowrap;
}

.blog-post .article__content table tbody tr {
	border-bottom: 1px solid #ddd;
}

.blog-post .article__content table tbody tr:nth-child(2n) {
	background-color: #f2f2f2;
}

.blog-post .article__content table td {
	padding: 10px 15px;
	white-space: unset;
}

.blog-post .article__content table td:first-child {
	font-weight: 700;
	color: #333;
	background-color: #f0f0f0;
}

.blog-post .article__content table tbody tr:hover {
	background-color: #ddd;
}

.blog-post .article__content h2 {
	margin-block: 0 !important;
}

@media (max-width:768px) {
	.blog-post .article__content .table-wrapper {
		padding: 5px;
	}

	.blog-post .article__content table {
		font-size: 14px;
	}

	.blog-post .article__content table td {
		padding: 8px 10px;
	}

	.blog-post .article__content .table-wrapper {
		overflow-x: auto;
	}
}

@media (max-width:480px) {
	.blog-post .article__content .table-wrapper table {
		margin-top: 0 !important;
	}

	.blog-post .article__content .table-wrapper {
		padding: 5px;
		margin-block: 0 !important;
	}

	.blog-post .article__content table {
		font-size: 12px;
	}

	.blog-post .article__content table td {
		font-size: 16px;
		padding: 6px 8px;
	}

	.blog-post .article__content .table-wrapper {
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.blog-post .article__content h2 {
		margin-block: 0 !important;
	}
}

.custom-rich-text.Consult-now .heading {
	color: #fff;
	position: relative;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 0;
}

.Consult-now .button {
	background: #fff !important;
	color: #c2a74e !important;
	padding-inline: 4rem;
	font-size: 24px;
	border-radius: 50px;
}

.Consult-now p {
	font-size: 24px;
	margin-bottom: 0 !important;
}

.number-counter {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 34px;
}

.num-count-text {
	width: 23%;
	text-align: Center;
}

.custom-number-counter {
	background: #005441;
	padding-block: 2rem;
}

.num-count-text h2 {
	font-size: 65px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.1;
}

.num-count-text p {
	font-size: 20px;
	color: #fff;
}

.custom-html-content h2 {
	font-size: 30px;
	margin-bottom: 5px;
	font-weight: 800;
}

.custom-html-content h3 {
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: 800;
}

.html-content li,
.html-content p {
	color: #000;
	line-height: 1.6;
}

.faq-page {
	background: #faf6e9;
	padding-block: 1rem;
}

.faq-page .faq__item {
	margin-bottom: 1rem;
}

.faq__group-title {
	text-align: left;
	color: #005441;
	font-weight: 800;
}

.faq__question {
	font-weight: 800;
	font-size: 20px;
}

.faq__answer p br,
.zx {
	display: none;
}

.product-meta__title {
	font-size: 24px;
}

span.star-bg {
	background: #005441;
	border-radius: 4px;
	padding: 0 8px;
	color: #fff;
}

.product-item {
	padding-inline: 0;
}

.product-item--vertical .product-item__info {
	padding-inline: 20px;
}

.storista-carousel-item-container .storista-carousel-product.middle .storista-carousel-product-link-text {
	font-size: 14px !important;
	line-height: 13px !important;
	color: #fff !important;
	padding: 8px 6px;
}

.storista-carousel-item-container .storista-carousel-product-link svg path {
	fill: #fff !important;
}

.storista-carousel-item-container .storista-carousel-product-link,
.storista-vertical-swipe-container,
.storista-vertical-video-play-container .storista-vertical-video-item .storista-vertical-swipe-container {
	display: none !important;
}

.storista-carousel-item-container .storista-carousel-product-link p {
	color: #fff !important;
	font-size: 14px !important;
}

.storista-carousel-item-container .storista-carousel-product-image-wrapper .storista-carousel-product-image {
	height: 100% !important;
	max-height: fit-content !important;
}

.article-item__meta .article-author {
	display: none;
}

.is-selected .dr-images img {
	border: 2px solid #005441;
	vertical-align: text-top;
	box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
}

.blog-sidebar__social-list .social-media__item-list,
.flexcs .social-media__item-list {
	text-align: left;
	justify-content: start;
}

.product-item-category .product-item__swatch-list .color-swatch-list {
	display: block;
}

.product-block-list__item .product-label--on-sale {
	background: #fe5465;
	border-radius: 4px !important;
	font-size: 13px;
	margin-left: 10px;
}

#top-bottom-btn {
	display: inline-block;
	background-color: #005441;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 20px;
	right: 20px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 4;
	font-size: 2px;
}

#top-bottom-btn svg {
	width: 24px;
	height: 24px;
}

#top-bottom-btn:hover {
	cursor: pointer;
	background-color: #c2a74e;
}

#top-bottom-btn:active {
	background-color: #555;
}

#top-bottom-btn.show {
	opacity: 1;
	visibility: visible;
}

.accordion-single {
	border-bottom: 1px solid #efefef;
	margin-top: 10px;
}

#hidestock {
	display: none;
}

.accordion-single-title {
	border-top: 1px solid #efefef;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	margin: 0;
}

.accordion-single-title:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	transition: all .2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	transform: translateY(-50%) rotate(135deg);
}

.accordion-single-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-in-out;
}

.accordion-single-content p {
	padding: 10px 0;
}

.accordion-single-item.is-open .accordion-single-content {
	max-height: 150px;
}

.accordion-single-item.is-open .accordion-single-title:after {
	transform: translateY(-50%) rotate(315deg);
}

.product-block-list .color-swatch-list--large .color-swatch__item {
	width: 100%;
	height: 30px;
}

.product-list .product-item__swatch-list {
	overflow: visible !important;
	margin-bottom: 4px;
}

.product-item--vertical .product-item__action-list {
	margin-top: 0;
}

.header {
	padding: 0;
}

.nav-dropdown__link {
	font-size: 14px;
	color: #000;
}

.nav-dropdown__link:hover {
	color: #005441;
}

.nav-bar__linklist .nav-bar__item:last-child {
	margin-right: 0;
}

nav.nav-bar .container {
	display: flex;
}

nav.nav-bar .container.navigation-alignment--left {
	justify-content: flex-start;
}

nav.nav-bar .container.navigation-alignment--center {
	justify-content: center;
}

nav.nav-bar .container.navigation-alignment--left {
	justify-content: flex-start;
}

nav.nav-bar .container.navigation-alignment--right {
	justify-content: flex-end;
}

.nav-bar__linklist .nav-bar__link {
	border-radius: 20px;
	font-size: 14px;
	padding-inline: 10px;
	color: #000;
	font-weight: 700;
}

.nav-bar__linklist .nav-bar__link:hover {
	background: #005441;
	transition: .3S;
	color: #fff;
}

.nav-bar__linklist .nav-bar__link:hover .icon--arrow-bottom {
	opacity: 1;
	transform: rotateX(-180deg);
	transition: transform .25s, opacity .25s;
}

.nav-dropdown__link {
	padding: 2px 10px 2px 20px;
}

.nav-bar__item {
	padding: 8px 0;
}

.header__inner {
	padding-bottom: 6px;
}

.nav-bar {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 2px;
}

#desktop-menu-0-8 .nav-dropdown__link {
	padding: 2px 40px 2px 20px;
}

.slideshow:not(.slideshow--edge2edge) {
	margin: 0;
}

.slideshow__image {
	width: 100%;
	border-radius: 14px;
}

.slideshow .flickity-page-dots .dot {
	background: #d7d7d7;
	border: 3px solid #d7d7d7;
	width: 8px;
	height: 2px;
	margin: 0 4px;
	transition: background .25s ease-in-out;
	transform: none !important;
}

.slideshow .flickity-page-dots .dot.is-selected {
	background: #00953b !important;
	border: 3px solid #00953b;
}

.slideshow .flickity-page-dots {
	bottom: -16px;
}

.custom-collection .collection-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
}

.test .flickity-viewport {
	height: 230px !important;
}

.test .liquid svg {
	height: 90px;
	width: 90px;
}

.custom-collection .liquid {
	border: 1px solid #c2a74e;
	border-radius: 50%;
	padding: 30px 34px;
}

.custom-collection .collection-item__title {
	padding-top: 16px;
}

.custom-collection .liquid:hover svg {
	fill: #fff;
	transition: all .3s;
	stroke: #fff;
}

.custom-collection .liquid:hover {
	background: #c2a74e;
	transition: all .3s;
}

.custom-collection .liquid:hover .sc path {
	fill: #fff;
	transition: all .3s;
	stroke: #fff;
}

.section__title,
.shop-by-concern-text .heading {
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: #005441;
	font-weight: 700;
}

.section__title:before,
.shop-by-concern-text .heading:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #c2a74e;
	bottom: -2px;
	left: 0;
}

.section__header {
	margin-bottom: 7px;
}

.social-media__item svg {
	opacity: unset !important;
}

.header__search-bar-wrapper .search-bar__input {
	background: #faf6e9 !important;
}

.header__search-bar-wrapper .search-bar__submit {
	background: #005441;
}

.section__header {
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
}

.section__action-link {
	transform: unset !important;
}

.section__action-link svg {
	display: none !important;
}

.section__action-link.link {
	background: #584f22;
	color: #fff;
	border-radius: 8px;
	margin-left: 0 !important;
	padding: 0 20px;
	text-transform: capitalize;
	font-weight: 100;
}

.custom-featured .scroller {
	padding-top: 40px;
}

.collection-list {
	display: flex;
}

.search-bar__filter {
	display: none;
}

.custom-Shop-by-concern {
	display: flex;
	width: 100%;
	align-items: center;
}

.shop-by-concern-text {
	width: 40%;
	text-align: left;
	padding-right: 80px;
}

.shop-by-concern-img {
	width: 60%
}

.Shop-by-concern .carousel {
	width: 80%;
	margin: 0 auto;
}

.carousel-cell {
	width: 33.33333%;
	float: left;
	margin-right: 10px;
}

.carousel img {
	width: 100%;
	height: auto;
}

@media screen and (min-width:641px) {
	.shop-by-concern .block-list__item > :first-child {
    margin: 0 8px 30px !important;
}

	.image-with-text .image-with-text__image-container img {
		object-fit: cover;
		max-width: 643px;
		min-width: 643px;
	}

	.custom-p-slideshow {
		border-bottom-left-radius: 20px;
	}
}

@media (max-width:992px) {
	.carousel-cell {
		width: 50%
	}
}

@media (max-width:768px) {
	.carousel-cell {
		width: 100%
	}
}

.custom-collection .liquid:hover svg path {
	fill: #fff;
	stroke: #fff;
}

.custom-collection .liquid:hover svg.w-m path {
	fill: #c2a74e !important;
}

.Shop-by-concern .promo-block-concern {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.shop-by-concern-img .promo-block__heading {
	color: #000;
	font-size: 16px;
	font-weight: 700;
}

.shop-by-concern-img .promo-block__content {
	margin-bottom: 0;
}

.shop-by-concern-img .promo-block__content p {
	font-size: 12px;
	color: #000;
}

.shop-by-concern-img .promo-block {
	padding-bottom: 0;
	padding-inline: 0;
}

.Shop-by-concern .promo-block__inner {
	display: flex;
	align-items: center;
	background: #f7f5f3;
	opacity: .8;
	padding-top: 6px;
	border-top-right-radius: 10%;
	padding-right: 8px;
	top: 0;
}

.Shop-by-concern .promo-block__cta {
	border-radius: 50%;
	padding: 14px;
	line-height: 0;
	font-size: 16px;
	margin-top: 0;
}

.Shop-by-concern .sub-content p {
	font-size: 14px;
	line-height: 1.4;
}

.Shop-by-concern .promo-block__heading {
	margin-bottom: 0;
}

.custom-text-with-icons .text-with-icons__icon-wrapper img {
	max-width: 50px;
}

.Shop-by-concern .block-list {
	margin: 0 !important;
}

.consultion-section .block-list {
	width: 100%
}

.consultion-section .card-section {
	width: 33.3333%
}

.card-section .promo-block__inner {
	display: none;
}

.consultion-section .card-section.is-selected .promo-block__inner {
	display: block;
}

.consultion-section .is-selected .promo-block {
	width: 100%;
	padding-inline: 1rem;
	padding-block: 0;
	padding-left: 24px;
	min-height: unset !important;
}

.is-selected .dr-images {
	width: 45%
}

.is-selected .image-content__image {
	width: 100%;
	object-fit: cover;
}

.consultion-section .promo-block__heading {
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: 600;
	color: #005441;
}

.consultion-section .card-section.is-selected .promo-block__inner {
	width: 55%;
	padding-inline: 1rem;
}

.consultion-section .card-section.is-selected {
	transform: scale(1.6);
	top: 15%
}

.consultion-section .card-section {
	transform: scale(.5);
}

.consultion-section .promo-block__content {
	font-size: 8px;
	color: #000;
	min-height: 200px;
	overflow-y: scroll;
	max-height: 200px;
}

.consultion-section .scroller {
	padding-top: 4rem;
}

.consultion-section .flickity-button {
	display: none;
}

.consultion-section .flickity-page-dots {
	bottom: 56px;
}

.social-media__item:hover svg {
	color: #c2a74e;
}

.consultion-section,
.custom-text-with-icons {
	margin-block: 0 !important;
}

.consult-now-btn a.section__action-link.link {
	padding: 8px 40px;
	font-weight: 700;
	font-size: 24px;
	border-radius: 10px;
}

.consult-now-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 2rem;
}

.custom-text-with-icons .text-with-icons__content p {
	font-size: 14px;
	color: #000;
}

.consultion-section .container {
	padding-top: 24px;
}

.consultion-section .container,
.custom-text-with-icons .container {
	background: #e5fff7;
	background: linear-gradient(90deg, #e5fff7, #fdf3d5);
}

.custom-text-with-icons .container {
	padding-bottom: 60px;
}

.custom-text-with-icons .text-with-icons__item {
	width: calc(16.666% - 70px);
	margin: 0 0 0 35px;
}

.custom-text-with-icons .text-with-icons__item:last-child {
	margin-right: 35px;
}

.custom-rich-text p {
	color: #fff;
}

.custom-rich-text .heading {
	color: #c6b268;
	position: relative;
	display: inline-block;
	font-weight: 700;
}

.custom-rich-text .heading:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #c2a74e;
	bottom: 0;
	left: 0;
}

.custom-rich-text {
	background: #005441;
	margin-bottom: 0 !important;
	padding-block: 2rem;
}

.vertical-tabs {
	display: flex;
	width: 100%;
	padding-top: 4rem;
}

.tabs-img-text {
	width: 33.333%
}

.tabcontent {
	display: none;
}

.tabcontent.active {
	display: block;
}

.tablinks.active {
	background: #c2a74e;
}

.tabcontent img {
	width: 100%;
	height: auto;
}

.tablinks {
	background-color: #fff;
	color: #000;
	padding-left: 25px;
	margin-bottom: 30px;
	border-radius: 50px;
	padding-right: 12px;
}

.custom-tab-section {
	background: #005441;
	margin-top: 0;
	padding-top: 3rem;
	padding-bottom: 12rem;
}

.custom-tab-section .section__title {
	color: #c2a74e;
}

.tabcontent {
	color: #fff;
	padding-left: 20px;
	padding-right: 40px;
	line-height: 1.5;
}

.tablinks .tablinks-svg {
	background: #005441;
	padding: 6px 14px;
	border-radius: 50px;
	text-align: center;
}

button.tablinks {
	display: flex;
	align-items: center;
	padding-block: 6px;
	max-width: 370px;
	min-width: 370px;
	justify-content: space-between;
}

span.tablinks-text {
	font-size: 18px;
	font-weight: 500;
}

.tablinks.active .tablinks-text {
	color: #00241b;
}

.tablinks.active .tablinks-svg path {
	stroke: #c2a74e;
}

.tablinks.active .tablinks-svg {
	background: #fff;
}

.custom-tab-section .section__header {
	padding-bottom: 0;
	border-bottom: 1px solid #ededed;
}

.tablinks:last-child {
	margin-bottom: 0;
}

.quality-with-icons .text-with-icons__item {
	display: flex;
	flex-direction: column;
	border-right: 1px solid #dae5da;
}

.quality-with-icons .text-with-icons__item:last-child {
	border-right: unset;
}

.quality-with-icons .text-with-icons__icon-wrapper img {
	background: #fff;
	max-width: 154px;
	max-height: 154px;
	min-width: 154px;
	min-height: 154px;
	border-radius: 50%
}

.quality-with-icons .text-with-icons {
	margin-top: -150px;
	max-width: 856px;
	justify-content: center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1607843137254902);
	background: #fff;
	margin-inline: auto;
	border-radius: 8px;
	position: relative;
}

@media screen and (min-width:1280px) {
	.quality-with-icons .text-with-icons__item {
		flex-basis: content !important;
	}
}

.quality-with-icons .text-with-icons__item {
	width: calc(25% - 70px);
	padding: 30px;
	margin: unset !important;
	flex-basis: content !important;
}

.quality-with-icons .text-with-icons__icon-wrapper {
	margin: 0 auto;
	text-align: center;
	width: 154px;
	height: 154px;
}

.quality-with-icons .text-with-icons__content-wrapper {
	text-align: center;
}

.quality-with-icons .text-with-icons__content p {
	line-height: 20px;
	font-size: 14px;
}

.quality-with-icons .text-with-icons__title {
	margin-bottom: 4px;
	margin-top: 4px;
}

.quality-with-icons .text-with-icons__item:hover .text-with-icons__content p,
.quality-with-icons .text-with-icons__item:hover .text-with-icons__title {
	color: #fff;
}

.quality-with-icons .text-with-icons__item:hover {
	background: #c2a74e;
	transition: all .3s;
}

.wellness-journey .block-list {
	flex-flow: row;
	display: flex;
}

.custom-wellness-journey {
	display: flex;
	width: 100%;
	align-items: center;
	padding-top: 16rem;
	padding-bottom: 4rem;
}

.custom-well-text {
	width: 40%;
	text-align: left;
	padding-right: 80px;
}

.custom-well-img {
	width: 60%
}

.custom-blog-post .article-item__meta {
	display: none;
}

.wellness-journey .promo-block-concern {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.custom-well-img .promo-block__heading {
	color: #000;
	font-size: 16px;
	font-weight: 700;
}

.custom-well-img .promo-block__content {
	margin-bottom: 0;
}

.custom-well-img .promo-block__content p {
	font-size: 12px;
	color: #000;
}

.custom-well-img .promo-block {
	padding-bottom: 0;
	padding-inline: 0;
}

.wellness-journey .promo-block__inner {
	display: flex;
	align-items: center;
	padding-top: 6px;
}

.wellness-journey .promo-block__cta {
	border-radius: 50%;
	padding: 14px;
	line-height: 0;
	font-size: 16px;
	margin-top: 0;
}

.wellness-journey .sub-content p {
	font-size: 14px;
	line-height: 1.4;
}

.promo-block-hindi,
.wellness-journey .promo-block__heading {
	margin-bottom: 0;
}

.wellness-journey .block-list {
	margin: 0 !important;
}

.wellness-journey .promo-block__image-clip {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.promo-block-hindi {
	padding-top: 12px;
	color: #005441;
	font-weight: 800;
}

.wellness-journey .promo-block__heading.heading.h3 {
	padding-bottom: 10px;
	padding-top: 0;
	color: #000;
}

.wellness-journey .sub-content p {
	color: #005441;
	font-weight: 500;
}

.custom-well-text .heading {
	margin-bottom: 0;
}

.custom-well-text .pre-heading {
	color: #005441;
	font-size: 24px !important;
}

.main-heading {
	padding-bottom: 14px;
}

.hindi-titel,
.main-heading {
	font-weight: 600;
	font-size: 28px;
}

.custom-well-text p {
	font-size: 14px;
	padding-top: 30px;
	color: #000;
}

.wellness-journey {
	margin-top: -18%;
	background: #e5d2ba;
}

.custom-blog-post .block-list__item {
	width: 50%
}

.custom-blog-post .article-item {
	display: flex;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1607843137254902);
	border-radius: 28px;
}

.custom-blog-post .article-content {
	padding-top: 64px;
	padding-inline: 20px;
	padding-bottom: 20px;
}

.custom-blog-post .article-item__excerpt {
	margin-top: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.custom-blog-post .article-item__title {
	margin-bottom: 4px;
	color: #005441;
	font-weight: 600;
	line-height: 26px;
}

.custom-blog-post .scroller {
	padding-top: 3rem;
}

.custom-blog-post .section__header {
	padding-bottom: 0;
	border-bottom: 1px solid #ededed;
}

.custom-blog-post .article-item__excerpt {
	color: #000;
	line-height: 24px;
	font-size: 14px;
}

.article-month {
	padding: 6px 11px;
	max-width: 50px;
}

.custom-blog-post .article-item__image-container {
	border-top-left-radius: 28px;
	border-bottom-left-radius: 28px;
}

.custom-blog-post .article-item__image {
	object-fit: cover;
	object-position: center;
	font-family: "object-fit: cover;
 object-position: center";
 min-height: 320px;
}

.custom-blog-post .article-item__image-container {
	margin-bottom: 0;
}

.custom-text-icon .custom-3 .text-with-icons__icon-wrapper {
	display: none;
}

.custom-text-icon .custom-3 .section__action-link {
	padding: 10px 30px;
	background: #c2a74e;
}

.custom-text-icon .text-with-icons__icon-wrapper img {
	max-width: 50px;
}

::-webkit-scrollbar {
	width: 0 !important;
}

.custom-text-icon .text-with-icons__title {
	margin-bottom: 4px;
	font-weight: 600;
}

.custom-text-icon .custom-3 .section__action-link {
	padding: 6px 34px;
	background: #584f22;
	margin-top: 12px !important;
	display: inline-block;
}

.custom-text-icon .text-with-icons__content p {
	font-size: 16px;
	line-height: 18px;
}

.custom-newsletter .newsletter-section {
	display: flex;
	width: 100%;
	align-items: center;
	grid-column-gap: 86px;
}

.custom-newsletter .newsletter {
	width: 50%;
	margin-top: 0;
	position: relative;
}

.custom-newsletter .newletter-content {
	width: 50%
}

.custom-newsletter button {
	background: #584f22;
}

.custom-newsletter .button--primary:hover {
	background: #c2a74e;
}

.custom-newsletter .newletter-content h2 {
	margin-bottom: 0;
}

.custom-newsletter .form__submit {
	position: absolute;
	right: 170px;
	border-radius: 50px;
}

.custom-newsletter .form__input-wrapper--labelled .form__field {
	border-radius: 50px;
	max-width: 428px;
	min-width: 400px;
}

.custom-newsletter .form__input-row {
	position: relative;
}

.social-media__item-list {
	flex-wrap: wrap;
	margin: -5px;
	display: flex;
	text-align: center;
}

.container-newsletter {
	padding: 66px 0 !important;
}

.newsletter__form .alert {
	max-width: 75%;
	width: 100%;
}

@media (max-width: 767px) {
	.newsletter__form .alert {
		max-width: 100%;
	}
}

.cta-btn a {
	background: #005441;
	padding: 16px 16px 14px;
	border-radius: 50px;
	align-items: center;
	text-align: center;
	font-size: 16px;
}

.hidden-lap .cta-btn a {
	padding: 10px 14px 7px;
}

.blog-post-list-wrapper .cta-btn {
	position: absolute;
	bottom: -18px;
	right: 10px;
}

.cta-btn {
	position: absolute;
	bottom: 20px;
	right: 16px;
}

.article-item {
	position: relative;
}

.article-author {
	position: absolute;
	bottom: 20%
}

.color-swatch__item {
	cursor: pointer;
	background-size: cover;
	width: auto;
	height: auto;
	display: block;
	position: unset;
}

.color-swatch__item:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.color-swatch {
	position: relative;
	display: inline-block;
	margin: 6px;
	vertical-align: middle;
	border: 2px solid;
	background-color: #fff;
}

.claimcss {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 13px;
	line-height: 18px;
	color: #005c44;
	margin: 0 0 10px;
}

.product-item__label-list {
	top: 11px;
	right: -1px;
}

.product-item--vertical:hover {
	border: 1px solid #005441 !important;
	transition: all .3s;
	box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
}

.product-label--on-sale {
	background: #ac010f;
	border-radius: 4px !important;
	font-size: 13px;
}

.product-item__label-list {
	z-index: 2;
	font-size: 0;
	position: absolute;
	top: 4px;
	right: 4px;
}

.tag-seller {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 2;
}

.tag-seller .tag {
	font-size: 13px;
	width: 122px;
	padding: 4px 10px;
	line-height: 1;
	display: block;
	color: #fff;
}

.tag-seller .best-seller {
	background: #6c4686;
}

.tag-seller .best-seller,
.tag-seller .new-launch {
	clip-path: polygon(69% 0, 62% 54%, 69% 98%, 0 279%, 0 68%, 0 -34%);
}

.tag-seller .new-launch {
	background: #6a400b;
}

.tag-seller .tag.new-launch {
	width: 140px;
}

.product-item__title {
	font-weight: 600;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-item__swatch-list {
	overflow: visible !important;
	margin-bottom: 4px;
}

span.swatch__text {
	font-size: 14px;
	color: #005441;
	padding-inline: 6px;
}

.product-item--vertical .product-item__info {
	flex: 1 0 auto;
	text-align: center;
}

.article-month {
	position: absolute;
	top: 0;
	right: 0;
	background: #c2a74e;
	color: #fff;
	padding: 6px 17px 6px 10px;
	border-top-right-radius: 28px;
	max-width: 164px;
	line-height: 18px;
}

.product-item--vertical .product-item__action-button {
	flex: 1 0 auto;
	margin: 5px !important;
	border-radius: 8px;
}

.product-list:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid var(--border-color);
	z-index: 1;
	pointer-events: none;
	border-radius: 3px;
}

.product-item--vertical {
	margin-right: 15px !important;
	gap: 20px;
	border: 1px solid;
}

@media only screen and (min-width:600px) {
	.product-list .\31\/5--desk {
		width: calc(20% - 8px) !important;
	}

	.collection .\31\/3--desk {
		width: calc(33.33% - 2px * 2/3)
	}

	.collection .product-item--vertical {
		margin-right: 0 !important;
		gap: 0;
		/* margin-right: 2px !important; */
		border: 1px solid #ededed;
		margin-bottom: 2px;
	}

	.collection .\31\/4--desk {
		width: calc(25% - 2px * 3/4);
	}

	.collection .product-list {
		gap: 2px !important;
	}
}

.collection .card {
	border: unset;
	border-radius: 3px;
	margin-bottom: 30px;
}

.product-item--vertical {
	margin-right: 5px !important;
	gap: 0;
	border: 1px solid #ededed;
}

.color-swatch-list {
	margin: -2px -6px 0;
	padding-left: 4px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.product-list {
	gap: 15px !important;
}

.product-item:after,
.product-list:before {
	content: none;
}

.variant-compare-price {
	font-size: 18px;
}

.custom-rich-text li {
	color: #fff;
}

footer.footer {
	background: #faf6e9;
}

.footer__block-item--text {
	flex-basis: 200px !important;
}

.footer__block-list {
	flex-direction: row;
	margin: -20px 0;
}

.footer__block-item {
	flex: auto;
	padding: 20px 10px;
}

.footer__title span {
	color: #1a1a1a;
	font-weight: 700;
}

.footer__link-item {
	color: #1a1a1a;
	font-size: 14px;
}

.app-store-img {
	display: flex;
	grid-column-gap: 4px;
}

.address-text p:first-child {
	font-size: 14px;
}

.address-text p strong {
	color: #000;
	font-size: 16px;
}

.image-icon {
	padding-bottom: 14px;
}

.address-text p {
	color: #000;
	font-size: 14px;
}

.logo-address button {
	margin-bottom: 0;
}

.product-item__action-button:hover,
.section__action-link.link:hover {
	background: #c2a74e;
	transition: all .3s;
}

.zandu-details-mob {
	display: none;
}

.zandu-details-desktop {
	display: block;
}

.quick-links {
	background: unset !important;
	border: unset !important;
	max-width: 1000px;
	margin: 0 auto;
}

.quick-links .quick-links__link {
	width: 10% !important;
	box-shadow: unset;
	padding: 0 !important;
}

p.we-accept-title {
	text-align: center;
	padding-bottom: 18px;
	color: #000;
}

section.custom-logo-list {
	background: #faf6e9;
}

.footer__aside-item {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}

.blog-post-list-wrapper .hidden-pocket a {
	display: block !important;
}

.hidden-pocket a {
	display: none;
}

aside.footer__aside {
	background: #c2a74e;
}

p.hidden-pocket {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width:640px) {
	.zandu-details-mob {
		display: block;
		margin-top: 20px;
	}

	.zandu-details-desktop {
		display: none;
	}

	.slideshow {
		margin-block: 0 !important;
	}

	.section__title,
	.shop-by-concern-text .heading {
		font-size: 22px;
	}

	.custom-collection .liquid {
		border: 1px solid #c2a74e;
		border-radius: 50%;
		padding: 8px 10px 4px;
	}

	.test .liquid svg {
		height: 45px;
		width: 45px;
	}

	.collection-item {
		margin: 0 6px;
	}

	.section__header {
		justify-content: center;
		border: unset;
	}

	.custom-featured.section {
		position: relative;
		margin-top: 10px;
	}

	.custom-featured .section__header .section__action-link {
		position: absolute;
		bottom: -6%
	}

	.section__action-link.link {
		padding: 4px 40px;
		font-size: 18px;
	}

	.custom-Shop-by-concern .flickity-enabled.is-draggable .flickity-viewport {
		cursor: grab;
		height: 260px !important;
	}

	html.js {
		padding-bottom: 0 !important;
	}

	.Shop-by-concern .promo-block__inner {
		display: flex;
		align-items: center;
		background: #f7f5f3;
		opacity: .8;
		padding-top: 6px;
		border-top-right-radius: 10%;
		padding-right: 8px;
		top: 0;
	}

	.slideshow__image {
		border-radius: 0;
	}

	.shop-by-concern-img,
	.shop-by-concern-text {
		width: 100%
	}

	.custom-Shop-by-concern {
		flex-wrap: wrap;
	}

	.custom-Shop-by-concern .scroller .block-list__item {
		width: 60%
	}

	.Shop-by-concern {
		padding-top: 2rem;
	}

	.shop-by-concern-text {
		text-align: center;
		padding-right: 0;
		padding-bottom: 2rem;
	}

	.Shop-by-concern .sub-content p {
		font-size: 12px;
		line-height: 1.4;
	}

	.consultion-section .section__header .section__action-link.link {
		display: none;
	}

	.consultion-section .card-section {
		width: 100%
	}

	.custom-text-with-icons .text-with-icons__item {
		width: 33.333%;
		margin: 0;
		margin-bottom: 20px;
	}

	.consultion-section .scroller {
		padding-top: 2rem;
	}

	.custom-text-with-icons .text-with-icons__item:last-child {
		margin-right: 0;
	}

	.text-with-icons {
		text-align: center;
		padding-bottom: 18px;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}

	.consult-now-btn a.section__action-link.link {
		padding: 6px 24px;
		font-weight: 700;
		font-size: 16px;
		border-radius: 50px;
	}

	.custom-text-with-icons .text-with-icons__content p {
		font-size: 12px;
	}

	.custom-collection {
		margin-bottom: 0 !important;
	}

	.custom-collection .collection-item__title {
		padding-top: 10px;
		font-size: 14px;
	}

	.custom-featured .scroller {
		padding-top: 20px;
	}

	.consultion-section .card-section.is-selected {
		transform: scale(1.2);
		top: 6%
	}

	.is-selected .dr-images {
		width: 40%;
		padding-left: 20px;
	}

	.consultion-section .card-section.is-selected .promo-block__inner {
		width: 60%;
		padding-inline: 10px;
		white-space: normal;
	}

	.consultion-section .is-selected .promo-block {
		width: 100%;
		padding-inline: 1rem;
		padding-block: 0;
		padding-left: 24px;
		min-height: unset !important;
		padding-top: 20px;
	}

	.consultion-section .flickity-page-dots {
		bottom: 66px;
	}

	.consultion-section .promo-block__content {
		font-size: 10px;
		color: #000;
		overflow-y: scroll;
		max-height: 203px;
		line-height: 1.5;
	}

	.consultion-section .promo-block__heading {
		margin-bottom: 3px;
		font-size: 14px;
		font-weight: 600;
		color: #005441;
	}

	.mobTablinks.active {
		background: #c2a74e;
	}

	.mobTablinks {
		background-color: #fff;
		color: #000;
		padding-left: 25px;
		margin-bottom: 30px;
		border-radius: 50px;
		padding-right: 12px;
	}

	.mobTabcontent {
		color: #fff;
	}

	.mobTablinks .mobTablinks-svg {
		background: #005441;
		padding: 6px 14px;
		border-radius: 50px;
		text-align: center;
	}

	button.mobTablinks {
		display: flex;
		align-items: center;
		padding-block: 6px;
		justify-content: space-between;
		border-radius: 50px;
	}

	span.mobTablinks-text {
		font-size: 18px;
		font-weight: 500;
	}

	.tablinks.active .mobTablinks-text {
		color: #fff;
	}

	.tablinks.active .mobTablinks-svg path {
		stroke: #c2a74e;
	}

	.tablinks.active .mobTablinks-svg {
		background: #fff;
	}

	.quality-with-icons .text-with-icons {
		margin-top: -150px;
		max-width: 1000px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, .1607843137254902);
		background: #fff;
		grid-row-gap: 0;
	}

	.quality-with-icons .text-with-icons__item {
		width: 50%
	}

	.consultion-section .flickity-enabled.is-draggable .flickity-viewport {
		height: 390px !important;
	}

	.quality-with-icons .text-with-icons__item {
		width: calc(50% - 10px);
		padding: 10px;
		margin: unset !important;
		flex-basis: unset !important;
		background: #fff;
		border-right: unset;
		border-radius: 10px;
	}

	.quality-with-icons .text-with-icons {
		margin-top: -200px;
		max-width: 310px;
		justify-content: center;
		box-shadow: unset;
		background: unset;
		margin-inline: auto;
		border-radius: 8px;
		position: relative;
		flex-wrap: wrap;
		grid-row-gap: 20px;
		grid-column-gap: 20px;
		padding-bottom: 90px;
	}

	.bg-quality-with-icons {
		background: #005441;
	}

	.quality-with-icons .text-with-icons__icon-wrapper {
		width: 80px;
		height: 80px;
	}

	.quality-with-icons .text-with-icons__icon-wrapper img {
		background: #fff;
		max-width: 80px;
		max-height: 80px;
		min-width: 80px;
		min-height: 80px;
		border-radius: 50%
	}

	.vertical-tabs {
		padding-top: 1rem;
	}

	.custom-tab-section .section__header {
		border-bottom: 0 solid #ededed;
		padding-top: 0;
	}

	.custom-wellness-journey {
		padding-top: 0;
		flex-wrap: wrap;
	}

	.custom-well-text {
		width: 100%;
		padding-right: 0;
	}

	.custom-well-img {
		width: 100%
	}

	.main-heading {
		padding-bottom: 6px;
	}

	.hindi-titel,
	.main-heading {
		font-size: 22px;
		text-align: center;
	}

	.custom-well-text p {
		font-size: 14px;
		padding-top: 12px;
		color: #000;
		line-height: 1.5;
	}

	.wellness-journey .custom-well-text .pre-heading {
		font-size: 22px !important;
		text-align: center;
	}

	.wellness-journey .scroller .block-list__item {
		width: calc(50% - 20px);
		margin-right: 0;
	}

	.wellness-journey .block-list {
		margin: 0 auto !important;
		width: 100%;
		flex-wrap: wrap;
		max-width: 310px;
		min-width: 310px;
		justify-content: center;
		padding-top: 34px;
		justify-content: space-between;
	}

	.scroller .block-list:after,
	.scroller .block-list:before {
		content: none;
	}

	.wellness-journey .promo-block__heading.heading.h3 {
		padding-block: 3px;
	}

	.promo-block-hindi {
		padding-top: 0;
	}

	.promo-block__image-wrapper,
	.wellness-journey .promo-block__image-clip {
		position: unset;
	}

	.custom-blog-post .block-list__item {
		width: 100%
	}

	.article-author {
		position: absolute;
		bottom: 10%
	}

	.custom-blog-post .article-content {
		padding-top: 20px;
		padding-inline: 20px;
		padding-bottom: 20px;
	}

	.cta-btn a {
		background: #005441;
		padding: 10px 10px 8px;
		border-radius: 50px;
		align-items: center;
		text-align: center;
		font-size: 16px;
	}

	.custom-blog-post .block-list--loose .block-list__item>:first-child {
		margin-bottom: 22px;
	}

	.custom-blog-post .section__header {
		padding-bottom: 20px;
		border-bottom: unset;
	}

	.wellness-journey {
		margin-bottom: 0;
	}

	section.custom-blog-post {
		margin-top: 16px;
		position: relative;
		margin-bottom: 100px;
	}

	.blog-lin-url {
		position: absolute;
		bottom: -34px;
	}

	.custom-text-with-icons .container {
		padding-bottom: 30px;
	}

	.consult-now-btn {
		padding-top: 0;
	}

	.text-with-icons__item.custom-1 {
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 20px;
		border-right: 1px solid #ededed;
	}

	.text-with-icons__item.custom-2 {
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: end;
		padding-right: 20px;
	}

	.text-with-icons__item.custom-3 {
		width: 100%;
		border-top: 1px solid #ededed;
	}

	.custom-text-icon .text-with-icons__icon-wrapper img {
		max-width: 36px;
	}

	.custom-text-icon .text-with-icons__content p {
		font-size: 14px;
		line-height: 16px;
	}

	.custom-text-icon .text-with-icons__icon-wrapper {
		margin-bottom: 0;
	}

	.custom-text-icon {
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
		margin-block: 0 !important;
	}

	.custom-text-icon .text-with-icons__title {
		margin-top: 12px;
	}

	.custom-text-icon text-with-icons__content {
		padding-bottom: 10px;
	}

	.newsletter-section {
		grid-column-gap: 0;
		flex-wrap: wrap;
	}

	.custom-newsletter .newletter-content,
	.custom-newsletter .newsletter {
		width: 100%
	}

	.newsletter {
		padding-top: 20px;
	}

	.custom-newsletter .form__submit {
		position: absolute;
		right: 0;
		border-radius: 50px;
		font-size: 14px;
		padding-inline: 10px;
	}

	.custom-newsletter .form__input-wrapper--labelled .form__field {
		border-radius: 50px;
		max-width: 300px;
		min-width: unset !important;
	}

	.footer-aap-logo-img {
		position: relative;
		padding-bottom: 26px !important;
	}

	.social-media__item-list {
		right: 31%;
		top: unset;
		bottom: 8px;
		grid-column-gap: 4px;
	}

	.container-newsletter {
		padding-bottom: 24px !important;
		padding-top: 30px !important;
	}

	.newletter-content p {
		font-size: 14px;
		line-height: 19px;
	}

	.newletter-content .heading {
		color: inherit;
		font-size: 16px;
	}

	.footer__block-item {
		padding: 0 10px;
		width: 100%
	}

	.logo-address {
		padding-top: 20px;
	}

	.footer__title {
		padding: 14px 0;
	}

	.app-store-img,
	.footer-aap-logo-img .footer__title {
		justify-content: center;
	}

	.app-store-img {
		display: flex;
		grid-column-gap: 4px;
	}

	.app-store-img .image-icon {
		padding-bottom: 0;
	}

	.footer__aside-item p a {
		display: none;
	}

	.footer__aside-item p {
		color: #fff;
		padding-block: 10px;
	}

	.quick-links .quick-links__link {
		width: 16% !important;
		box-shadow: unset;
		padding: 0 !important;
		margin-right: 8px;
		margin-bottom: 8px;
	}

	.quick-links {
		justify-content: center;
	}

	.product-item--vertical .product-item__info {
		padding-inline: 9px;
	}

	.product-item {
		background: var(--secondary-background);
		white-space: normal;
		flex-shrink: 0;
		min-width: 0;
		padding: 20px 4px 0;
		position: relative;
	}

	.product-item--vertical {
		margin-right: 2px !important;
		gap: 0;
		border: 1px solid #ededed;
	}

	.product-list--scrollable .product-item {
		width: 50%
	}

	.product-list {
		gap: 0 !important;
	}

	.product-form__info-content {
		display: unset !important;
	}

	.product-form__info-title {
		display: contents;
	}

	.variant-compare-price {
		font-size: 16px;
		font-size: 14px;
	}
}

@media only screen and (max-width:767px) {
	.mob-tab {
		margin-bottom: 20px;
	}

	.mobTablinks {
		margin-bottom: 15px;
		cursor: pointer;
		transition: background-color .3s ease;
		width: 100%
	}

	.mobTabcontent {
		display: none;
		padding-inline: 0;
		border-radius: 5px;
		margin-bottom: 20px;
		line-height: 1.5;
	}

	.mobTabcontent:first-child {
		display: block;
	}

	.mobTablinks.active .mobTablinks-text {
		color: #00241b;
	}

	.hidden-lap {
		display: none;
	}

	.product-block-list .product-option-display .color-swatch-list--large .color-swatch__item {
		width: 100%;
		height: 34px;
		background: #f4f6f8;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		overflow: hidden;
	}

	.color-swatch-list .color-swatch {
		width: calc(50% + 33px) !important;
		/* max-width: max-content; */
	}

	.tabcontent {
		color: #fff;
		padding-left: 20px;
		padding-right: 40px;
		line-height: 1.5;
	}

	#top-bottom-btn {
		bottom: 120px;
		right: 20px;
		font-size: 2px;
	}

	#top-bottom-btn svg {
		width: 20px;
		height: 16px;
	}
}

@media only screen and (max-width:767px) {
	.background--bg .heading {
		font-size: 16px;
	}

	.background--bg .slideshow__content {
		font-size: 18px;
	}

	.slideshow-custom {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}

	.slideshow-custom-url {
		padding-top: 0;
	}

	.online-consultion .text-with-icons {
		margin: 0;
		flex-direction: column;
	}

	.online-consultion .text-with-icons .text-with-icons__item {
		width: 100% !important;
		display: flex;
		flex-direction: row;
		padding-block: 10px;
		margin-right: 0 !important;
	}

	.online-consultion .text-with-icons__icon-wrapper img {
		max-width: 90%
	}

	.online-consultion .text-with-icons__content-wrapper {
		margin-top: 0;
		width: 70%;
		padding-left: 0;
	}

	.online-consultion .consult-container {
		padding-bottom: 10px;
		text-align: center;
	}

	.online-consultion .consult-container p {
		color: #000;
		line-height: 22px;
	}

	.online-consultion .text-with-icons__icon-wrapper {
		margin: 0;
		width: 30%;
		text-align: left;
		padding-left: 20px;
	}

	.ayurvedic-treatment .text-with-icons .text-with-icons__item {
		width: 100% !important;
		margin: 0;
		padding-block: 18px !important;
	}

	.ayurvedic-treatment .text-with-icons {
		margin: 0;
	}

	.ayurvedic-treatment .flickity-viewport {
		height: 225px !important;
	}

	section.ayurvedic-treatment {
		padding-bottom: 1rem;
	}

	.number-counter {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		grid-row-gap: 16px;
		grid-column-gap: 0;
	}

	.num-count-text {
		width: 50%;
		text-align: Center;
	}

	.num-count-text h2 {
		font-size: 32px;
	}

	.num-count-text p {
		font-size: 16px;
		color: #fff;
	}

	.our-pannel-doctor .promo-block {
		width: 100%;
		grid-column-gap: 0;
		display: flex;
		flex-direction: column;
		grid-row-gap: 16px;
	}

	.our-pannel-dr-images {
		width: 100%;
		position: relative;
	}

	.our-pannel-doctor .pannel-card-section .promo-block__inner {
		width: 100%;
		background: #faf6e9;
		padding: 1rem;
		white-space: normal;
		max-height: 500px;
		min-height: 412px;
	}

	.our-pannel-doctor .promo-block__content {
		margin-bottom: 1em;
		line-height: 23px;
		font-size: 14px;
	}

	.dr-title p {
		font-weight: 800;
		font-size: 18px;
		margin-bottom: 0;
	}

	.our-pannel-doctor .flickity-viewport {
		height: 823.234px !important;
	}

	.our-pannel-doctor .flickity-page-dots {
		bottom: 14px;
	}

	.ayurvedic-diseases .consult-container {
		padding-bottom: 30px;
		text-align: center;
	}

	.Consult-now p {
		font-size: 18px;
	}

	.Consult-now .button {
		padding-inline: 2rem;
		font-size: 22px;
	}

	.faq-page .faq__item {
		padding-block: 10px;
	}

	.ayurvedic-treatment .consult-container {
		text-align: center;
	}

	.faq__question {
		font-size: 14px;
	}

	.faq-page .faq__item {
		margin-bottom: 8px;
	}

	.custom-html-content h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.custom-html-content h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.ayurvedic-diseases .flickity-page-dots,
	.section--tight .flickity-button {
		display: none;
	}

	section.ayurvedic-diseases.section--tight .flickity-button {
		display: block;
	}

	.background--bg .container {
		background: linear-gradient(90deg, #015442 27%, hsla(0, 0%, 100%, .8666666666666667) 97%);
		padding-block: 8px;
	}
}

.slideshow__content-wrapper {
	padding-block: 0 !important;
}

.slideshow__title {
	margin-bottom: 0;
}

.slideshow__content {
	max-width: 850px;
}

.slideshow-custom-url .slideshow__button {
	border-radius: 50px;
	font-size: 20px;
}

.slideshow__content {
	font-size: 28px;
	line-height: 1.5;
	font-weight: 800;
}

.slideshow-custom {
	padding-top: 20px;
}

.slideshow-custom-content .slideshow__title {
	line-height: 14px;
}

.slideshow-custom-url a {
	color: #fff !important;
	background: #c2a74e !important;
}

.content-custom-icon {
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
	padding-inline: 10px;
}

.content-icon {
	text-align: center;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.content-icon p {
	padding-left: 10px;
}

.slideshow-custom-content .slideshow__title {
	font-size: 20px;
}

.custom-p-slideshow {
	width: 50%;
	background: linear-gradient(90deg, #015442 27%, hsla(0, 0%, 100%, .8666666666666667) 97%);
	padding: 3rem;
}

@media screen and (max-width:768px) {
	.slideshow__content {
		font-size: 13px;
		line-height: 1.5;
	}

	.slideshow-custom-content .slideshow__title {
		font-size: 16px;
		line-height: 14px;
	}

	.content-icon {
		margin-bottom: 10px;
	}

	.content-icon img {
		width: 32px;
	}

	.content-icon p {
		padding-left: 4px;
		line-height: 13px;
		font-size: 12px;
	}

	.custom-p-slideshow {
		width: 53%;
		background: linear-gradient(90deg, #015442 27%, hsla(0, 0%, 100%, .8666666666666667) 97%);
		padding: 10px 0;
	}

	.slideshow-custom-content .slideshow__title {
		font-size: 16px !important;
		line-height: 14px !important;
	}

	.slideshow-custom-content .slideshow__content {
		font-size: 13px !important;
		line-height: 1.5 !important;
	}

	.slideshow-custom-url .slideshow__button {
		border-radius: 50px;
		font-size: 14px;
		padding: 8px 20px;
		line-height: 12px;
	}

	.custom-p-slideshow {
		width: 55%;
		background: linear-gradient(87deg, #015442 49%, hsla(0, 0%, 100%, .8666666666666667) 97%);
		padding: 36px 0;
	}

	.slideshow-custom {
		padding-top: 6px;
		padding-inline: 12px;
	}

	.toast .coustomer-meassage {
		font-size: 13px;
		line-height: 1.2 !important;
	}

	.toast p.alert-.meassage {
		color: red;
		font-style: italic;
		font-size: 11px;
		line-height: 1.2;
	}

	.toast {
		padding: 15px 10px;
	}

	.announcement-bar__content {
		line-height: 1.4;
	}

	article .page__header.page__header--stack {
		flex-direction: column !important;
	}

	article .page__header.page__header--stack h1 {
		line-height: 1.3 !important;
	}

	article .container header.page__header.page__header--stack {
		flex-direction: column !important;
	}

	.social-media__item-list {
		justify-content: center !important;
	}

	.lighting-deals .section__header-stack {
		flex-direction: unset;
		display: flex;
	}

	.lighting-deals .section__title:before {
		bottom: 10px;
	}

	.lighting-deals .section__header-stack #svg-flash {
		padding-top: 10px !important;
	}

	Section.lighting-deals .custom-featured .scroller {
		padding-top: 0 !important;
	}

	.collection__dynamic-part .card__header {
		padding-inline: 20px;
	}

	.product-block-list__item p.lighting-text {
		margin-block: 10px;
	}

	#top-bottom-btn {
		width: 44px;
		height: 44px;
		border-radius: 50px;
		z-index: 4 !important;
	}

	.mini-cart {
		z-index: 10;
	}

	html body:has(.boost-sd__modal) {
		overflow: unset !important;
	}

	.color-swatch-list {
		flex-wrap: nowrap;
		overflow-x: scroll;
		white-space: nowrap;
	}

	.color-swatch-list--large .color-swatch {
		margin: 4px;
	}

	.product-option-display .color-swatch__radio:checked+.color-swatch__item span.swatch__text {
		z-index: 3 !important;
		padding-block: 3px;
	}

	.product-form__info-content .price-list .price {
		font-size: calc(var(--base-text-font-size) - var(--default-text-font-size) + 22px);
	}

	.opw-filters-select[data-v-2e4c61c2] {
		z-index: 3 !important;
	}

	.product-form__buy-buttons {
		padding-block: 0rem !important;
		position: fixed;
		bottom: 10px;
		left: 0;
		right: 0;
		z-index: 4;
		padding-inline: 20px !important;
	}

	.product-form__payment-container .button--primary,
	.mini-cart__button-container a {
		font-size: 20px;
		letter-spacing: 1px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
	.product-block-list .color-swatch-list--large .color-swatch__item .swatch__text {
		font-size: 12px;
		width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
	}

	.product-option-display .color-swatch-list .color-swatch .price-list_test .price--sale {
		font-size: 12px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1280px) {
	.product-option-display .color-swatch-list .color-swatch {
		width: calc(33.33% - 10px);
	}
}

.product-block-list .color-swatch-list--large.zandu-good-gut-product .color-swatch__item {
	height: 48px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-block-list .color-swatch-list--large.zandu-good-gut-product .color-swatch__item .swatch__text {
	padding: 0px 10px;
	line-height: 20px;
}

@media (max-width: 767px) {
	.product-block-list .color-swatch-list--large.zandu-good-gut-product .color-swatch__item {
		height: 50px;
	}

	.product-block-list .color-swatch-list--large.zandu-good-gut-product .color-swatch__item .swatch__text {
		line-height: 14px;
	}

	.product-option-display .color-swatch-list--large.zandu-good-gut-product .color-swatch__radio:not(:checked)+.color-swatch__item span.swatch__text {
		padding-block: 3px;
	}
}

.product-item .product-item__info #opinew-stars-plugin-product a {
  display: flex;
  align-items: center;
	margin-bottom: 3px;
}

.product-item .product-item__info #opinew-stars-plugin-product a span {
	display: flex;
}

.product-item .product-item__info span.star-bg {
	display: inline-flex;
  align-items: center;
  gap: 3px;
	padding: 2px 4px !important;
	font-size: 12px;
	line-height: normal;
}

.product-item .product-item__info span.review-count-text {
	font-size: 10px;
	padding-left: 4px;
}

.product-item .product-item__info #opinew-stars-plugin-product a span.star-bg svg {
	width: 12px;
}

.product-item .product-item__info #opinew-stars-plugin-product a span svg {
  width: 14px;
}

.product-item .product-item__info span.star-bg {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.product-item .product-item__info span.star-bg {
		font-size: 11px;
		gap: 2px;
	}

	.product-item .product-item__info #opinew-stars-plugin-product a span.star-bg svg {
    width: 11px;
    height: auto;
	}

	.product-item .product-item__info #opinew-stars-plugin-product a span svg {
    width: 12px;
	}

	.product-item .product-item__info span.review-count-text {
    font-size: 9px;
	}
}

span.review-count-text .customer-text {
	color: #6e6e6e;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
}

.product-item .product-item__info span.review-count-text .customer-text {
	display: none !important;
}

.mini-cart__button-container .shiprocket-headless {
    width: 100%;
}
 
.mini-cart__button-container .sr-headless-checkout {
    font-family: inherit;
	width: 100%;
}

.mini-cart__button-container .sr-headless-checkout {
	font-family: inherit;
    font-weight: 500;
    border-radius: 2px;
    height: 48px;
    letter-spacing: 1px;
    background-color: #005441 !important;
    color: #fff;
    border: 0;
    position: relative;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: initial !important;
    min-height: 40px;
    transition: background .25s ease-in-out, color .25s ease-in-out, box-shadow .25s ease-in-out;
}
 
.mini-cart__button-container .sr-headless-checkout:hover {
    background-color: #316117CC !important;
}
 
.mini-cart__button-container span {
    font-size: 16px !important;
}
 
.mini-cart__button-container .flex-center {
    justify-content: center;
}
 
.mini-cart__button-container .sr-d-flex {
    display: flex;
}
 
.mini-cart__button-container .full-width {
    width: 100%;
}
 
.mini-cart__button-container .sr-pl-15 {
    display: none !important;
    padding-left: 15px;
}
 
.mini-cart__button-container .sr-powered-by {
    display: none !important;
}
 
.mini-cart__button-container .buttton-light-bg {
    background-color: #7a651e;
    color: #FFFFFF;
}
 
.mini-cart__button-container .buttton-light-bg:hover {
    background-color: #9c8330;
}
 
@media (max-width : 767px) {
    .mini-cart__button-container span {
        font-size: 20px !important;
    }
}

.product-block-list__item--info .product-form .product-offer-wrapper {
    width: 100%;
    padding-top: 12px;
}
 
.product-block-list__item--info .product-form .product-offer-wrapper .product-offer-title {
    color: #000;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: bold;
}
 
.product-block-list__item--info .product-form .product-offer-wrapper .product-offer {
    background-color: #faf6e9;
    max-width: 100%;
    width: 30%;
    padding: 15px 20px;
    text-align: center;
    border-radius: 4px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
	transition: background .25s ease-in-out, color .25s ease-in-out, box-shadow .25s ease-in-out;
}
 
.product-block-list__item--info .product-form .product-offer-wrapper .product-offer-code {
    border: 1px dashed #000;
    color: #000;
    padding: 5px 15px;
    background: #FFF;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    max-width: 100%;
    width: 45%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.product-block-list__item--info .product-form .product-offer-wrapper .product-offer-message {
    font-size: 12px;
    line-height: 15px;
    padding-top: 7px;
}

.product-block-list__item--info .product-form .product-offer-wrapper .product-offer-message a {
	text-decoration: underline !important;
}
 
.product-block-list__item--info .product-form .product-offer-wrapper .product-offer-copy-message {
    display: none;
    font-size: 15px;
    font-weight: bold;
}
 
.product-block-list__item--info .product-form .product-offer-wrapper .product-offer:hover {
    background-color: #005441;
    color: #FFFFFF;
}
 
.product-block-list__item--info .product-form .product-offer-wrapper .product-offer-call-out {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
}
 
@media (max-width : 767px){
    .product-block-list__item--info .product-form .product-offer-wrapper .product-offer {
        width: 50%;
    }
	transition: background .25s ease-in-out, color .25s ease-in-out, box-shadow .25s ease-in-out;
}

.mini-cart__button-container .sr-headless-checkout:hover {
	background-color: #316117CC !important;
}

.mini-cart__button-container span {
	font-size: 16px !important;
}

.mini-cart__button-container .flex-center {
	justify-content: center;
}

.mini-cart__button-container .sr-d-flex {
	display: flex;
}

.mini-cart__button-container .full-width {
	width: 100%;
}

.mini-cart__button-container .sr-pl-15 {
	display: none !important;
	padding-left: 15px;
}

.mini-cart__button-container .sr-powered-by {
	display: none !important;
}

.mini-cart__button-container .buttton-light-bg {
	background-color: #7a651e;
	color: #FFFFFF;
}

.mini-cart__button-container .buttton-light-bg:hover {
	background-color: rgb(197, 172, 88);
}

@media (max-width : 767px) {
	.mini-cart__button-container span {
		font-size: 20px !important;
	}
}

.slideshow .flickity-prev-next-button.previous {
	right: 100px;
	left: auto;
	bottom: -26px;
}

.slideshow .flickity-prev-next-button.next {
	right: 40px;
	bottom: -26px;
}

.slideshow .flickity-prev-next-button {
	opacity: 1;
	transform: scale(1);
	top: calc(100% - 25px);
}

.slideshow .flickity-page-dots {
	display: none !important;
}

@media (max-width: 767px) {
	.slideshow .flickity-prev-next-button {
		transform: scale(.7) !important;
	}

	.slideshow .flickity-prev-next-button.next {
		right: 20px;
	}

	.slideshow .flickity-prev-next-button.previous {
		right: 60px;
	}
}

.product-item .product-item__info .product-item__swatch-list .color-swatch-list {
	overflow: scroll;
}

.flits-reward-root-container .flits-reward-button,
.product-block-list__item--info .CreditEarnComponent_flits_credit_earn_div__mgxNj.flits_credit_earn_div,
.CreditEarnCartComponent_flits_credit_cart_earn_div__hE60d.flits_credit_cart_earn_div,
.header .flits_header_credit {
  display: none;
}

.cart-wrapper .card__section .continue-shopping-container .button--primary {
	text-transform: uppercase;
	width: 100%;
	background: #FFF;
	color: #005441;
	border: 1px solid #005441;
}

.cart-wrapper .card__section .continue-shopping-container .button--primary:hover {
	background: #FFF;
}

.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after,
.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge {
	background-color: #000 !important;
}

.jdgm-rev .jdgm-rev__header .jdgm-rev__icon:before,
.jdgm-prev-badge__text,
.jdgm-rev__body {
	color: #000 !important;
}

.blog-container .blog-sidebar .product-item__info .jdgm-widget.jdgm-preview-badge {
	display: flex;
	justify-content: flex-start;
}

@media (max-width: 767px) {
	.product-item__info .jdgm-prev-badge__text {
		font-size: 13px;
	}

	.product-item__info .jdgm-prev-badge .jdgm-star {
		padding: 0 2px 0 0 !important;
		font-size: 13px;
	}
}

/* Mini Cart Upsell Product */
.mini-cart .mini-cart__upsell-product-price,
.mini-cart .mini-cart__upsell-product-compare-at-price {
	display: none;
}

.mini-cart .mini-cart__upsell-product-price.active,
.mini-cart .mini-cart__upsell-product-compare-at-price.active {
	display: block;
}

.mini-cart .mini-cart__upsell-product-item-list {
	border-top: 1px solid #E1E3E4;
	padding: 5px 20px;
}

.mini-cart .mini-cart__upsell-product-item {
	display: flex;
	gap: 20px;
	padding: 10px;
	background: #F8F8F8;
}

.mini-cart .mini-cart__upsell-product-content-wrapper {
	width: calc(100% - 20px - 80px);
	max-width: calc(100% - 20px - 80px);
}
	
.mini-cart .mini-cart__upsell-product-image-wrapper {
	width: 80px;
	min-width: 80px;
	max-width: 80px;
}

.mini-cart .mini-cart__upsell-product-title {
	display: flex;
}

.mini-cart .mini-cart__upsell-product-title a {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #1C1C1C;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mini-cart .mini-cart__upsell-product-price-wrapper {
	display: flex;
	column-gap: 15px;
	padding-top: 5px;
}

.mini-cart .mini-cart__upsell-product-price,
.mini-cart .mini-cart__upsell-product-compare-at-price {
	font-size: 14px;
	font-weight: 500;
}

.mini-cart .mini-cart__upsell-product-price {
	color: #1C1C1C;
}

.mini-cart .mini-cart__upsell-product-compare-at-price {
	color: #677279;
	text-decoration: line-through;
}

.mini-cart .mini-cart__upsell-product-variant-wrapper select {
	border: none;
	padding-right: 20px;
	color: #1C1C1C;
	background: #F8F8F8;
}

.mini-cart .mini-cart__upsell-product-action-button-wrapper {
	display: flex;
	justify-content: space-between;
}

.mini-cart .mini-cart__upsell-product-btn-wrapper button {
	padding-inline: 15px;
	background: #005441;
	color: #FFF;
}

.mini-cart .mini-cart__upsell-product-recommendation-text span {
	font-size: 16px;
	text-transform: uppercase;
	color: #1C1C1C;
	font-weight: 600;
	line-height: 1.35;
}

@media (max-width: 767px) {
	.mini-cart .mini-cart__upsell-product-variant-wrapper select {
		padding-right: 5px;
	}

	.mini-cart .mini-cart__upsell-product-variant-select,
	.mini-cart .mini-cart__upsell-product-btn-wrapper button {
		font-size: 14px;
	}

	.mini-cart .mini-cart__upsell-product-btn-wrapper button {
		padding-inline: 10px;
	}
}

@media (max-width : 370px) {
	.mini-cart .mini-cart__upsell-product-variant-select,
	.mini-cart .mini-cart__upsell-product-btn-wrapper button {
		font-size: 12px;
	}

	.mini-cart .mini-cart__upsell-product-btn-wrapper button {
		padding-inline: 5px;
	}
}

@media (max-width : 340px) {
	.mini-cart .mini-cart__upsell-product-action-button-wrapper {
		flex-direction: column;
	}
}

.mini-cart__recap .mini-cart__button-container .button-group--loose,
.mini-cart__recap .mini-cart__button-container .button-group--loose>* {
	margin: 0 !important;
}

.mini-cart__recap .mini-cart__button-container .shiprocket-headless .sr-headless-checkout {
	margin-bottom: 0 !important;
}

.mini-cart .mini-cart__product-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mini-cart .mini-cart__content:not(.mini-cart__content--empty) {
	display: flex;
}

.mini-cart .cart-progress-bar .container {
	padding: 0 20px !important;
}

.mini-cart .cart-progress-bar {
	margin-top: 5px;
}

.mini-cart .cart-progress-bar .progress-bar-track-wrapper {
	margin-bottom: 15px !important;
}

@media (max-width: 640px) {
	.mini-cart {
		position: fixed;
		top: 64px;
	}

	.mini-cart .mini-cart__line-item-list {
		height: 100%;
	}

	.mini-cart .mini-cart__footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #FFF;
	}

	.mini-cart .mini-cart__content:not(.mini-cart__content--empty) {
		max-height: calc(100dvh - 189px - 61px - 141px) !important;
		height: 100%;
	}

	.mini-cart .mini-cart__content.is_upsell:not(.mini-cart__content--empty) {
		max-height: calc(100dvh - 189px - 61px) !important;
		height: 100%;
	}
}

@media (min-width: 641px) {
	.mini-cart .mini-cart__line-item {
		padding: 10px 0;
	}

	.mini-cart .mini-cart__content:not(.mini-cart__content--empty) {
		max-height: 200px !important;
	}
}

/* Cart Progress Bar */
.cart-progress-bar {
	background: var(--progress-bar-part-background);
}

.cart-progress-bar .cart-progress-bar__content {
	color: var(--cart-progress-bar-text-color);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.cart-progress-bar .cart-progress-bar__track {
	background: var(--cart-progress-bar-background);
	height: 5px;
	border-radius: 6px;
}

.cart-progress-bar .cart-progress-bar__progress {
	background: var(--progress-bar-color);
	height: 5px;
	border-radius: 6px;
}

.cart-progress-bar .progress-bar-track-wrapper {
	position: relative;
	margin-bottom: 25px;
}

.cart-progress-bar .progress-bar-icon-wrapper {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.cart-progress-bar .progress-bar-image-wrapper {
	width: 25px;
}

.cart-progress-bar .progress-bar-image-wrapper img {
	border-radius: 50%;
}

.mini-cart__product-info .free-gift-tag, .line-item__meta .free-gift-tag { 
	color:red;
	font-size: 13px;
	font-weight: 550;
	line-height: 1.35;
    padding: 5px 11px;
	margin-top: 5px;
	background: #f8f8f8;
	width: fit-content;
	border-radius: 4px;
}