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

:root {
	--wd-text-font: "Noto Sans Bassa Vah", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(212,175,55);
	--wd-alternative-color: rgb(139,94,60);
	--wd-link-color: rgb(197,160,52);
	--wd-link-color-hover: rgb(212,175,55);
	--btn-default-font-family: "Inter", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 600;
	--btn-default-transform: uppercase;
	--btn-default-bgcolor: rgb(212,175,55);
	--btn-default-bgcolor-hover: rgb(197,160,52);
	--btn-default-color: rgb(14,14,14);
	--btn-default-color-hover: rgb(255,255,255);
	--btn-accented-font-family: "Inter", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 500;
	--btn-accented-transform: uppercase;
	--btn-accented-bgcolor: rgb(139,94,60);
	--btn-accented-bgcolor-hover: rgb(112,72,44);
	--btn-accented-color: rgb(255,255,255);
	--btn-accented-color-hover: rgb(212,175,55);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(14,14,14);
	--notices-success-color: rgb(212,175,55);
	--notices-warning-bg: rgb(28,14,14);
	--notices-warning-color: rgb(255,107,107);
}
.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;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(0,0,0);
	background-image: none;
}
.page .main-page-wrapper {
	background-color: rgb(14,14,14);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-color: rgb(28,28,28);
	background-image: none;
}
.single-product .main-page-wrapper {
	background-color: rgb(14,14,14);
	background-image: none;
}
.woodmart-archive-blog .main-page-wrapper {
	background-color: rgb(20,20,20);
	background-image: none;
}
.single-post .main-page-wrapper {
	background-color: rgb(14,14,14);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--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-brd-radius: 12px;
}



/* =====================================
   1️⃣ GLOBAL BACKGROUNDS & TEXT
===================================== */
html, body, .site, #page, #content, .wrapper {
    background-color: #0C0C0C !important;
    color: #EDEDED !important;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

/* Alternate Section / Cards */
.section-alt, .archive.woocommerce .products {
    background-color: #1A1A1A !important;
}

/* Blog Background */
.blog, .single-post, .archive.category, .archive.tag {
    background-color: #121212 !important;
}

/* Links */
a {
    color: #C9A74D;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
a:hover {
    color: #FFD700;
    text-decoration: underline;
    text-shadow: 0 0 8px rgba(255,215,0,0.3);
}

/* =====================================
   2️⃣ TYPOGRAPHY
===================================== */
body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #EDEDED;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #EDEDED;
}

h1 span, h2 span, h3 span {
    color: #D4AF37; /* optional highlight gold */
}

/* =====================================
   3️⃣ PRIMARY / DEFAULT BUTTONS
===================================== */
.button, button, input[type="button"], input[type="submit"], .woocommerce a.button, .woocommerce button.button {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 15px;
    background: linear-gradient(145deg, #D4AF37 0%, #C9A74D 100%);
    color: #0C0C0C !important;
    border: none;
    border-radius: 6px;
    padding: 12px 28px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, .woocommerce a.button:hover, .woocommerce button.button:hover {
    background: linear-gradient(145deg, #C19A3B 0%, #B08E2B 100%);
    color: #fff !important;
    box-shadow: 0 0 16px rgba(212,175,55,0.7);
    transform: translateY(-2px);
}

/* =====================================
   4️⃣ ACCENT / SECONDARY BUTTONS
===================================== */
.button-accent, .button-secondary {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 14px;
    background: linear-gradient(145deg, #8B5E3C 0%, #7A4A2C 100%);
    color: #fff !important;
    border: none;
    border-radius: 6px;
    padding: 10px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button-accent:hover, .button-secondary:hover {
    background: linear-gradient(145deg, #70482C 0%, #5F3820 100%);
    color: #FFD700 !important;
    box-shadow: 0 0 10px rgba(139,94,60,0.5);
    transform: translateY(-1px);
}

/* =====================================
   5️⃣ NOTICES / ALERTS
===================================== */
.notice, .woocommerce-message, .woocommerce-info, .woocommerce-error {
    border-radius: 6px;
    padding: 14px 22px;
    margin-bottom: 18px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

/* Info / Default */
.notice, .woocommerce-info {
    background-color: #1A1A1A !important;
    color: #EDEDED !important;
    border-left: 4px solid #C9A74D;
    box-shadow: inset 0 0 4px rgba(212,175,55,0.1);
}

/* Success */
.notice-success, .woocommerce-message {
    background-color: #0C0C0C !important;
    color: #D4AF37 !important;
    border-left: 4px solid #D4AF37;
}

/* Error */
.notice-error, .woocommerce-error {
    background-color: #1B0F0F !important;
    color: #FF6B6B !important;
    border-left: 4px solid #FF6B6B;
}

/* Warning */
.notice-warning {
    background-color: #1C1B0E !important;
    color: #FFD166 !important;
    border-left: 4px solid #FFD166;
}

/* Hover Glow for Notices */
.notice:hover, .woocommerce-message:hover, .woocommerce-info:hover, .woocommerce-error:hover {
    box-shadow: 0 0 12px rgba(212,175,55,0.3);
}

/* =====================================
   6️⃣ WOOCOMMERCE PRODUCT PAGES
===================================== */
.woocommerce-page .products {
    background-color: #1A1A1A !important;
}

.single-product {
    background-color: #0C0C0C !important;
}

/* Product title and price */
.woocommerce div.product .product_title {
    color: #EDEDED !important;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #D4AF37 !important;
}

/* Product Hover Shadow */
.woocommerce ul.products li.product:hover {
    transform: scale(1.03);
    box-shadow: 0 0 16px rgba(212,175,55,0.4);
    transition: all 0.3s ease;
}

/* =====================================
   7️⃣ BLOG / POSTS
===================================== */
.blog .post-title a,
.archive .post-title a {
    color: #EDEDED !important;
}

.blog .post-meta,
.archive .post-meta {
    color: #A0A0A0 !important;
}

.blog .read-more a,
.archive .read-more a {
    color: #C9A74D !important;
}

.blog .read-more a:hover,
.archive .read-more a:hover {
    color: #FFD700 !important;
}

/* =====================================
   8️⃣ HERO / SECTION GRADIENT OVERLAY
===================================== */
.section-bg-gradient {
    background: linear-gradient(180deg, rgba(12,12,12,0.85) 0%, #8B5E3C 100%);
}

/* =====================================
   9️⃣ OPTIONAL NOISE / TEXTURE OVERLAY
===================================== */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url('/path/to/noise-texture.png'); /* optional subtle velvet */
    opacity: 0.02;
    pointer-events: none;
    z-index: -1;
}

/* =====================================
   10️⃣ TRANSITIONS / HOVER EFFECTS
===================================== */
*, a, button, input {
    transition: all 0.3s ease !important;
}