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

:root {
	--wd-text-font: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 600;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(183,94,42);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(64,39,20);
	--btn-accented-bgcolor-hover: rgb(191,101,37);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(191,101,37);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(30,115,190);
	background-image: url(https://chhalonbahar.com/wp-content/uploads/2021/10/grocery-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(249,246,240);
	--wd-bordered-bg:rgb(249,246,240);
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(55,56,57);
	background-image: none;
}
.page :is(.wd-page-content, .whb-header) {
	background-color: rgb(238,227,205);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(30,115,190);
}

/* ============================================
   VIRTUAL WORLD SWAPPED DUAL BUTTONS
   ============================================ */

/* 1. Button Row Container */
.vw-button-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px !important; /* Increased gap to match screenshot */
    margin-top: 15px !important;
    width: 100% !important;
}

/* 2. Unified Button Styling - Matches size & padding from screenshot */
.vw-btn {
    flex: 1 !important; /* Equal width for both */
    height: 36px !important; /* Specific height from image */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Specific typography from image */
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important; 
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    
    /* Specific padding from image */
    padding: 0 10px !important;
    
    border-radius: 4px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

/* 3. ORDER NOW Button - Solid Brown/Orange (Left) */
.vw-order-now {
    background-color: #bc6c25 !important;
    color: #ffffff !important;
    border: 1px solid #bc6c25 !important;
}

.vw-order-now:hover {
    background-color: #a35d1f !important; /* Darker on hover */
    border-color: #a35d1f !important;
}

/* 4. ADD TO CART Button - Bordered Style (Right) */
.vw-add-cart {
    background-color: transparent !important;
    color: #bc6c25 !important;
    border: 1px solid #bc6c25 !important;
}

.vw-add-cart:hover {
    background-color: #bc6c25 !important;
    color: #ffffff !important;
}

/* 5. Cleanup for standard/variable products */
.vw-button-row a::before,
.vw-button-row .wd-add-btn,
.vw-button-row i {
    display: none !important;
}

/* 6. Mobile View (2 Column Grid) */
@media (max-width: 767px) {
    .vw-button-row {
        gap: 6px !important;
    }
    .vw-btn {
        font-size: 9px !important;
        height: 32px !important;
        padding: 0 4px !important;
    }
}












/* Hide on Desktop */
@media (min-width: 769px) {
    .vw-mobile-nav { display: none !important; }
}

/* Mobile Styling */
@media (max-width: 768px) {
    .vw-mobile-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 65px;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(15px); /* Premium Glassmorphism */
        display: flex;
        justify-content: space-around;
        align-items: center;
        z-index: 9999;
        border-top: 1px solid rgba(183, 94, 42, 0.2);
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
        padding-bottom: env(safe-area-inset-bottom); /* iPhone notch support */
    }

    .vw-nav-item {
        flex: 1;
        text-align: center;
    }

    .vw-nav-item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none !important;
        color: #402714 !important; /* Coffee Color */
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        gap: 4px;
    }

    .vw-nav-item i {
        font-size: 18px;
        color: rgb(183, 94, 42); /* Orange Color */
    }

    /* Floating Center Home Button */
    .center-home {
        position: relative;
        overflow: visible;
    }

    .vw-home-btn {
        position: absolute;
        top: -45px; /* Floats it above the bar */
        left: 50%;
        transform: translateX(-50%);
        background: #402714;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        border: 4px solid #fff;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .vw-home-logo {
        width: 35px;
        height: 35px;
        object-fit: contain;
        animation: pulseLogo 3s infinite ease-in-out;
    }

    .vw-home-btn:hover {
        transform: translateX(-50%) scale(1.1);
        background: rgb(183, 94, 42);
    }

    /* Live Cart Count Badge */
    .vw-cart-nav { position: relative; }
    .vw-cart-count {
        position: absolute;
        top: -5px;
        right: 25%;
        background: rgb(183, 94, 42);
        color: white;
        font-size: 9px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
    }

    /* Animations */
    @keyframes pulseLogo {
        0% { transform: scale(1); }
        50% { transform: scale(1.1); }
        100% { transform: scale(1); }
    }
}






/* Add to cart busket animation*/

/* Animation for the Basket Icon */
@keyframes vwBasketBounce {
    0% { transform: scale(1); }
    30% { transform: scale(1.4) rotate(-15deg); }
    50% { transform: scale(1.2) rotate(15deg); }
    70% { transform: scale(1.3) rotate(0deg); }
    100% { transform: scale(1); }
}

/* Animation for the Orange Glow */
@keyframes vwGlowPulse {
    0% { box-shadow: 0 0 0 0 rgba(183, 94, 42, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(183, 94, 42, 0); }
    100% { box-shadow: 0 0 0 0 rgba(183, 94, 42, 0); }
}

/* Class to be applied via jQuery */
.vw-animate-basket i {
    animation: vwBasketBounce 0.6s ease-in-out !important;
}

.vw-animate-basket {
    animation: vwGlowPulse 0.8s ease-out !important;
    border-radius: 50%;
}