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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//lightinghub.sg/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//lightinghub.sg/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//lightinghub.sg/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//lightinghub.sg/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//lightinghub.sg/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//lightinghub.sg/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//lightinghub.sg/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//lightinghub.sg/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(54,69,79);
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(54,69,79);
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(54,69,79);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(54,69,79);
	--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-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-otl-color: rgb(255,255,255);
	--wd-primary-color: rgb(155,27,48);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(155,27,48);
	--btn-accented-bgcolor-hover: rgb(193,48,48);
	--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: url(https://lightinghub.sg/wp-content/uploads/2021/08/promo-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-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: rgba(255,216,0,0);
	background-image: none;
}
 {
	text-transform: capitalize;
}
.page .wd-page-content {
	background-color: rgba(255,255,255,0.57);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1380px;
--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: 1380px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(249,249,249);
}

/* 调大详情页的价格 */
.single-product-page .summary .price {
    font-size: 2px !important; /* 调整为你想要的大小 */
    font-weight: 700;           /* 让字体变粗，更显眼 */
    line-height: 1.2;
}

/* 如果是带变体的价格（像你截图中这种选择规格后出来的价格） */
.woocommerce-variation-price .price {
    font-size: 26px !important;
    color: #d23f3f;             /* 确保颜色足够突出 */
}

/* 强制所有导航和标题：首字母大写，其余小写 */
.wd-nav-main .nav-link-text, 
.wd-nav-mobile .nav-link-text,
.product-grid-item .wd-entities-title,
.widget-title,
.wd-search-popular-requests a {
    text-transform: lowercase !important; /* 先全部变小写 */
}

.wd-nav-main .nav-link-text::first-letter, 
.wd-nav-mobile .nav-link-text::first-letter,
.product-grid-item .wd-entities-title::first-letter,
.widget-title::first-letter,
.wd-search-popular-requests a::first-letter {
    text-transform: uppercase !important; /* 再强制首字母大写 */
}

/* 1. 强制修改搜索框内的分类文字 (SELECT CATEGORY -> Select category) */
.wd-search-cat > a > span {
    text-transform: lowercase !important;
    display: inline-block !important;
}

.wd-search-cat > a > span::first-letter {
    text-transform: uppercase !important;
}

/* 2. 强制修改账户文字 (MY ACCOUNT -> My account) */
.whb-header .wd-header-my-account > a .wd-tools-text,
.whb-header .wd-header-my-account > a {
    text-transform: lowercase !important;
    display: inline-block !important;
}

.whb-header .wd-header-my-account > a::first-letter,
.whb-header .wd-header-my-account > a .wd-tools-text::first-letter {
    text-transform: uppercase !important;
}

/* 3. 顺便修正搜索框占位符 (Search for products) 确保万无一失 */
.wd-search-form input[type="text"]::placeholder {
    text-transform: lowercase !important;
}
.wd-search-form input[type="text"]::placeholder::first-letter {
    text-transform: uppercase !important;
}

/* 1. 强制账户文字首字母大写 + 垂直居中 */
.whb-header .wd-header-my-account > a {
    display: inline-flex !important; /* 使用 flex 布局 */
    align-items: center !important;  /* 强制垂直居中 */
    text-transform: lowercase !important;
    height: 100%;                    /* 占据容器高度 */
    vertical-align: middle !important;
}

/* 1. 强制账户文字首字母大写 + 垂直居中 */
.whb-header .wd-header-my-account > a {
    display: inline-flex !important; /* 使用 flex 布局 */
    align-items: center !important;  /* 强制垂直居中 */
    text-transform: lowercase !important;
    height: 100%;                    /* 占据容器高度 */
    vertical-align: middle !important;
}

/* 2. 针对内部文字容器的精准修正 */
.whb-header .wd-header-my-account > a .wd-tools-text {
    text-transform: lowercase !important;
    display: inline-block !important;
    line-height: 1 !important;       /* 消除默认行高干扰 */
}

/* 3. 强制首字母大写 */
.whb-header .wd-header-my-account > a::first-letter,
.whb-header .wd-header-my-account > a .wd-tools-text::first-letter {
    text-transform: uppercase !important;
}

/* 4. 搜索框分类文字 (SELECT CATEGORY) 垂直居中修正 */
.wd-search-cat > a {
    display: flex !important;
    align-items: center !important;
}@media (min-width: 768px) and (max-width: 1024px) {
	@media (max-width: 768px) {
    .wd-scroll-top {
        display: none !important;
    }
}
}

