@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//vayuwellness.com/wp-content/themes/woodmart/fonts/woodmart-font-2-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Abhaya Libre", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(42,37,37);
	--wd-text-font-size: 18px;
	--wd-title-font: "Abhaya Libre", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Abhaya Libre", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(42,37,37);
	--wd-entities-title-color-hover: rgb(42, 37, 37);
	--wd-alternative-font: "Abhaya Libre", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Abhaya Libre", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Abhaya Libre", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 20px;
	--wd-brd-radius: 10px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--btn-font-family: "Quicksand", Arial, Helvetica, sans-serif;
	--btn-font-weight: 400;
	--btn-transform: none;
	--btn-font-size: 22px;
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(58,150,60);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(227,162,141);
	background-image: none;
}
.page-title-default {
	background-color: rgb(0,81,28);
	background-image: url(https://agency1100.com/vayu-wellness/wp-content/uploads/2025/05/vayu-page.webp);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: none;
}
html .main-page-wrapper .wd-product .product-wrapper .wd-entities-title {
	font-family: "Abhaya Libre", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 19px;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Abhaya Libre", Arial, Helvetica, sans-serif;
	font-size: 22px;
}
html .wd-buy-now-btn {
	color: rgb(255,255,255);
	background: rgb(0,0,0);
}
html .wd-buy-now-btn:hover {
	color: rgb(255,255,255);
	background: rgb(0,0,0);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
.product-labels .product-label.onsale {
	background-color: rgb(126,164,222);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(171,186,129);
	color: rgb(255,255,255);
}
.product-labels .product-label.featured {
	background-color: rgb(227,162,141);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}



.product-grid-item .star-rating{
    display: none !important;
}
.elementor-template-full-width .row>[data-elementor-type]{
	padding-right: 0px !important; 
padding-left: 0px !important;
}
.main-footer{
	padding: 0px !important; 
}




.herbal-story-section {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    background: #ffffff;
}

/* Top-left image */
.herbal-top-image {
    position: absolute;
    top: 45px;
    left: 12%;
    width: 260px;
    z-index: 2;
}

/* Bottom-right image */
.herbal-bottom-image {
    position: absolute;
    right: 10%;
    bottom: 40px;
    width: 260px;
    z-index: 2;
}

/* Centre text */
.herbal-story-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(620px, 80%);
    text-align: center;
    transform: translate(-50%, -50%) translateY(-90px);
    opacity: 0;
    transition:
        transform 1s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.8s ease;
    z-index: 3;
}

/* Activated when section reaches viewport */
.herbal-story-text.is-visible {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 1;
}

.herbal-story-text h2 {
    margin-bottom: 18px;
    font-size: clamp(100px, 4vw, 58px);
    line-height: 1.1;
}

.herbal-story-text p {
    margin: 0 auto;
    max-width: 580px;
    font-size: 100px;
    line-height: 0.9;
}

/* Tablet */
@media (max-width: 1024px) {
    .herbal-story-section {
        min-height: 620px;
    }

    .herbal-top-image {
        left: 5%;
        width: 210px;
    }

    .herbal-bottom-image {
        right: 5%;
        width: 210px;
    }

    .herbal-story-text {
        width: 60%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .herbal-story-section {
        min-height: 680px;
    }

    .herbal-top-image {
        top: 30px;
        left: 20px;
        width: 150px;
    }

    .herbal-bottom-image {
        right: 20px;
        bottom: 25px;
        width: 150px;
    }

    .herbal-story-text {
        top: 48%;
        width: calc(100% - 40px);
    }

    .herbal-story-text p {
        font-size: 14px;
        line-height: 1.65;
    }
}