:root {
	--wd-hb-opt-h: 40px;
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(34,71,204);
	--wd-alternative-color: rgb(171,186,129);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(34,71,204);
	--btn-accented-bgcolor-hover: rgb(31,64,185);
	--btn-transform: none;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--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: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.wd-hb {
	background-color: rgb(34,71,204);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(247,243,240);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 18px;
	text-transform: none;
}
html .btn.wd-buy-now-btn {
	background: rgb(160,194,105);
}
html .btn.wd-buy-now-btn:hover {
	background: rgb(131,172,43);
}
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);
}
.wd .product-label.onsale {
	background-color: rgb(126,164,222);
	color: rgb(255,255,255);
}
.wd .product-label.new {
	background-color: rgb(171,186,129);
	color: rgb(255,255,255);
}
.wd .product-label.featured {
	background-color: rgb(227,162,141);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-hb-opt-h: 60px;
	}

}
:root{
--wd-container-w: 1422px;
--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;
}



.wd-page-title {
background-color: rgb(247,243,240);
}

/* Hide Discount column (last column) */
.wd-dynamic-discounts th:last-child,
.wd-dynamic-discounts td:last-child {
    display: none;
}
.wd-dynamic-discounts tbody tr.selected,
.wd-dynamic-discounts tbody tr.active,
.wd-dynamic-discounts tbody tr.wd-active {
    background: rgba(59,130,246,.2) !important;
}
.wa-order-btn a,
a.wa-order-btn{
    background:#25D366 !important;
    color:#fff !important;
    border-radius:8px;
    padding:12px 18px;
    font-weight:600;
    text-decoration:none;
}

#wa-chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
}

/* =========================
   BASE BUTTON
   ========================= */
.wa-chat-btn {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;

    padding: 12px 16px;
    border-radius: 50px;

    display: flex;
    align-items: center;
    gap: 8px;

    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;

    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.25);

    transition: all 0.25s ease;
    cursor: pointer;

    box-sizing: border-box;
    white-space: nowrap;

    border: 1px solid rgba(255,255,255,0.08);
}

/* icon */
.wa-icon {
    font-size: 22px;
    line-height: 1;
}

/* =========================
   HOVER
   ========================= */
.wa-chat-btn:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.35);
}

/* =========================
   ACTIVE
   ========================= */
.wa-chat-btn:active {
    transform: scale(0.97);
}

/* =========================
   MOBILE MODE
   ========================= */
@media (max-width: 768px) {

    #wa-chat-widget {
        bottom: calc(80px + env(safe-area-inset-bottom)) !important;
    }

    .wa-chat-btn {
        width: 56px !important;
        height: 56px !important;

        padding: 0 !important;

        display: flex !important;
        justify-content: center !important;
        align-items: center !important;

        border-radius: 50% !important;
    }

    .wa-text {
        display: none !important;
    }

    .wa-icon {
        font-size: 28px !important;
    }
}