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

.wd-popup.wd-promo-popup{
	background-color:rgb(30,115,190);
	background-image: url(https://terravitaoils.com/wp-content/uploads/2021/10/grocery-popup.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:rgb(255,255,255);
	background-image: none;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(31,76,47);
	background-image: none;
}

:root{
--wd-text-font:"Inter", Arial, Helvetica, sans-serif;
--wd-text-font-weight:500;
--wd-text-color:rgb(21,40,31);
--wd-text-font-size:16px;
}
:root{
--wd-title-font:"Playfair Display", Arial, Helvetica, sans-serif;
--wd-title-font-weight:500;
--wd-title-color:rgb(21,40,31);
}
:root{
--wd-entities-title-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:rgb(21,40,31);
--wd-entities-title-color-hover:rgb(255, 255, 255);
}
:root{
--wd-alternative-font:"Poppins", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Playfair Display", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:500;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:rgb(21,40,31);
--wd-widget-title-font-size:18px;
}
:root{
--wd-header-el-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:600;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:14px;
}
:root{
--wd-primary-color:rgb(118,155,62);
}
:root{
--wd-alternative-color:rgb(0,0,0);
}
:root{
--wd-link-color:rgb(21,40,31);
--wd-link-color-hover:rgb(21,40,31);
}
.page .main-page-wrapper{
	background-color:rgb(255,255,255);
	background-image: none;
}

.woodmart-archive-shop:not(.single-product) .main-page-wrapper{
	background-color:rgb(255,255,255);
	background-image: none;
}

.single-product .main-page-wrapper{
	background-color:rgb(255,255,255);
	background-image: none;
}

:root{
--btn-default-bgcolor:rgb(198,140,83);
}
:root{
--btn-default-bgcolor-hover:rgb(115,156,62);
}
:root{
--btn-accented-bgcolor:#c68c53;
}
:root{
--btn-accented-bgcolor-hover:rgb(115,156,62);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:rgb(255,255,255);
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
		
		
		
		
					
			
			
							--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;
					
									--wd-sticky-btn-height: 95px;
					
					--wd-brd-radius: 0px;
		
			}

			@media (max-width: 1024px) {
			:root {
				--wd-sticky-btn-height: 95px;
			}
		}
	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
	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-color: rgb(21,40,31);
					
							
							
							
								}
/* ==========================================================================
   1. PRODUCT GRID: VISIBILITY & HIERARCHY
   ========================================================================== */

/* Hide Category labels and Price in product grid */
.wd-product-cats, 
.product-grid-item .wd-product-cats, 
.price {
    display: none !important;
}

/* Container fix to ensure vertical order works correctly */
.product-grid-item .wrapp-product-price {
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
}

/* ==========================================================================
   2. PRODUCT TITLE & EXCERPT STYLING
   ========================================================================== */

/* Product Title Style: Poppins, Center, Uppercase */
.wd-entities-title, 
.product-grid-item .wd-entities-title, 
.woodmart-product-title a {
    text-align: center !important;
    width: 100% !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2; /* Limits title to 2 lines for better alignment */
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 32px !important; 
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    color: #333 !important;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
    order: 1 !important;
}

/* Product Excerpt Style: 2 Line Limit */
.product-grid-item .wd-product-excerpt,
.shop-product-excerpt {
    order: 2 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    margin-bottom: 15px !important;
    min-height: 36px !important;
    line-height: 1.4 !important;
    color: #777777 !important;
}

/* ==========================================================================
   3. BUTTON STYLING & ANIMATION (Color: Gold to Green)
   ========================================================================== */

/* Button Positioning at the bottom */
.product-grid-item {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.product-grid-item .wd-add-btn-replace {
    order: 3 !important;
    margin-top: auto !important; 
    display: block !important;
}

/* Base Button Style with Normal Color (#b8854f) */
.wd-add-btn-replace > a {
    background-color: #b8854f !important; /* Normal State Color */
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    min-height: 40px;
    overflow: hidden !important;
    border-radius: 4px;
    transition: background-color 0.3s ease !important;
}

/* Hover State: Background changes to Green (#417505) */
.wd-add-btn-replace:hover > a {
    background-color: #417505 !important; /* Hover State Color */
}

/* Button Text (White Always) */
.wd-add-btn-replace > a span {
    color: #ffffff !important;
    transition: transform 0.3s ease, opacity 0.3s ease !important;
    opacity: 1 !important;
    display: block !important;
}

/* Hover State: Sliding "VIEW" Text Animation */
.wd-add-btn-replace > a::before {
    content: "VIEW" !important;
    color: #ffffff !important;
    position: absolute !important;
    left: 0; right: 0; top: 0; bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease;
}

.wd-add-btn-replace:hover > a::before {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.wd-add-btn-replace:hover > a span {
    opacity: 0 !important;
    transform: translateY(-30px) !important;
}

/* ==========================================================================
   4. IMAGE BORDERS & EFFECTS (GRID & SINGLE PAGE)
   ========================================================================== */

/* Grid Image Borders */
.product-grid-item .product-element-top,
.product-grid-item .product-element-top img {
    border: 1px solid #b8854f !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    transition: all 0.4s ease-in-out !important;
}

/* Hover Zoom & Shadow effect for Product Images */
.product-grid-item:hover .product-element-top {
    border-color: #15281f !important;
    box-shadow: 0 15px 35px rgba(184, 133, 79, 0.5) !important; 
    transform: scale(1.03) !important;
}

/* Single Product Page Gallery Styling */
.single-product .woocommerce-product-gallery img {
    border: 1px solid #b8854f !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(184, 133, 79, 0.4) !important;
    margin: 15px auto !important;
}

/* ==========================================================================
   5. NAVIGATION & MENU STYLING
   ========================================================================== */

/* Menu Hover & Active State */
.wd-nav.wd-style-separated > li > a:hover .nav-link-text,
.wd-nav.wd-style-separated > li.current-menu-item > a .nav-link-text {
    color: #417505 !important;
}

/* Dropdown Menu Style */
.wd-dropdown-menu, .wd-dropdown {
    background-color: #ffffff !important;
    min-width: 160px !important;
}

.wd-dropdown-menu li a:hover {
    background-color: #417505 !important;
    color: #ffffff !important;
    border-left: 4px solid #2e5303 !important;
}

/* ==========================================================================
   6. MOBILE & TABLET OPTIMIZATION
   ========================================================================== */

@media (max-width: 991px) {
    .wd-entities-title { font-size: 14px !important; }
    
    /* Force Show Read More Text on Mobile with Green Background */
    .product.wd-hover-fw-button .wd-add-btn a {
        background-color: #417505 !important;
    }
    
    .product.wd-hover-fw-button .wd-add-btn .add-to-cart-loop span {
        position: static !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        color: #ffffff !important;
    }
    
    .product.wd-hover-fw-button .wd-add-btn > a:before { display: none !important; }
}

/* ==========================================================================
   7. CATEGORY GRID STYLING (Matching Product Grid Style)
   ========================================================================== */

/* Category Box: Golden Border & Layout */
.product-category, 
.category-grid-item, 
.wd-category {
    border: 1px solid #b8854f !important; /* Product Grid er moto same border */
    border-radius: 8px !important;
    padding: 15px !important;
    background-color: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    transition: all 0.4s ease-in-out !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
}

/* Category Image Border */
.product-category .product-category-thumbnail img,
.wd-category .wd-cat-image img {
    border: 1px solid #b8854f !important;
    border-radius: 6px !important;
    margin-bottom: 10px !important;
}

/* Category Title Style (Like a Button) */
.product-category .wd-entities-title, 
.wd-category .wd-cat-title {
    background-color: #b8854f !important; 
    color: #ffffff !important;
    padding: 8px 20px !important;
    border-radius: 4px !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    margin-top: 10px !important;
    transition: background-color 0.3s ease !important;
}

/* Category Hover Effect: Match Product Grid Shadow & Zoom */
.product-category:hover {
    border-color: #15281f !important;
    box-shadow: 0 15px 35px rgba(184, 133, 79, 0.5) !important; 
    transform: translateY(-5px) !important;
}

/* Category Title Hover: Changes to Green */
.product-category:hover .wd-entities-title,
.wd-category:hover .wd-cat-title {
    background-color: #417505 !important;
}

/* Fixing Category Text Overlap */
.product-category .category-info, 
.wd-category .wd-cat-content {
    position: relative !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
    background: transparent !important;
}

/* ==========================================================================
   CATEGORY TEXT POSITIONING: PUSHING BELOW IMAGE
   ========================================================================== */

/* ক্যাটাগরি কন্টেইনারকে ফ্লেক্সবক্স করা যাতে অর্ডার চেঞ্জ করা যায় */
.product-category, 
.category-grid-item, 
.wd-category {
    display: flex !important;
    flex-direction: column !important;
}

/* ইমেজকে ১ নম্বর পজিশনে রাখা (উপরে) */
.product-category .product-category-thumbnail,
.wd-category .wd-cat-image {
    order: 1 !important;
    position: relative !important;
}

/* টাইটেল এবং এক্সার্প্টকে ২ নম্বর পজিশনে নামিয়ে আনা (নিচে) */
.product-category .category-info, 
.wd-category .wd-cat-content {
    order: 2 !important;
    position: relative !important;
    top: auto !important; /* আগের সব পজিশন রিসেট */
    left: auto !important;
    transform: none !important; /* ওভারল্যাপ বন্ধ করা */
    padding: 15px 5px 5px 5px !important;
    background: transparent !important;
}

/* ক্যাটাগরি কাউন্ট বা এক্সার্প্ট থাকলে সেটার কালার ঠিক করা */
.wd-category .wd-cat-count, 
.cat-grid-description {
    color: #777777 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    display: block !important;
    margin-top: 5px !important;
}

/* ==========================================================================
   PAGE-SPECIFIC CATEGORY EXCERPT COLORS
   ========================================================================== */

/* 1. DEFAULT: White text for ALL pages (Shop and others) */
.product-category .wd-cat-count, 
.product-category .cat-grid-description,
.wd-category .wd-cat-count, 
.wd-category .cat-grid-description,
.category-grid-item .wd-cat-count {
    color: #ffffff !important; /* White for 5 pages */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/* 2. EXCEPTION: Ash color for HOME PAGE only */
/* We use the .home class which WordPress automatically adds to the body of the homepage */
.home .product-category .wd-cat-count, 
.home .product-category .cat-grid-description,
.home .wd-category .wd-cat-count, 
.home .wd-category .cat-grid-description,
.home .category-grid-item .wd-cat-count {
    color: #777777 !important; /* Ash color for Home page */
    text-shadow: none !important; /* Removing shadow for a cleaner look on ash text */
}

/* 3. Global Background Color for all pages remains the same */
.product-category.category-grid-item,
.wd-category.category-grid-item,
.category-grid-item .category-content-wrap {
    background-color: #F5DBB8 !important;
}