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

:root {
	--wd-text-font: Vazir-FD;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: Vazir-FD;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: Vazir-FD;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: Shabnam-FD;
	--wd-widget-title-font: Vazir-FD;
	--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: Vazir-FD;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(87,151,178);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(118,170,193);
	--btn-accented-bgcolor-hover: rgb(87,151,178);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.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: rgba(0,0,0,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 550px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.product-labels .product-label.featured {
	background-color: rgb(197,179,88);
}
.wd-popup.popup-quick-view {
	--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: 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;
}
}


/* کدهای پایه شما */
.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter { margin-bottom: 10px !important; background-color: #fbfbfb; padding: 20px; }
.shop_attributes p { text-align: justify; }
.product-grid-item :is(.wd-product-cats,.wd-product-brands-links) { display: none !important; }
.reset-last-child>*:last-child { text-align: justify !important; }
.product_meta>span { float: right; }

/* ۱. محو کردن شدید عکس محصول ناموجود */
.product-grid-item.out-of-stock .product-image-link img {
    filter: blur(10px) grayscale(1) !important; /* محو کردن قوی و سیاه سفید */
    opacity: 0.4 !important;
}

/* ۲. تنظیم دقیق برچسب شیشه‌ای هم‌عرض متن */
.product-label.out-of-stock {
    display: inline-block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: fit-content !important;
    white-space: nowrap !important; /* اجبار به ماندن در یک خط */
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    color: #000 !important;
    padding: 4px 12px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    height: auto !important;
}
/* استایل شیشه‌ای برای برچسب محصولات داغ (Hot) */
.product-label.hot {
    display: inline-block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: fit-content !important;
    white-space: nowrap !important;
    background: rgba(255, 76, 76, 0.25) !important; /* پس‌زمینه شیشه‌ای مایل به قرمز */
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 76, 76, 0.4) !important;
    color: #C5B358 !important; /* رنگ متن Vegas gold */
    padding: 4px 12px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    box-shadow: 0 4px 10px rgba(255, 76, 76, 0.15) !important;
}
/* استایل شیشه‌ای برای برچسب محصولات جدید (New) */
.product-label.new {
    display: inline-block !important;
    width: auto !important;
    white-space: nowrap !important;
    background: rgba(0, 150, 136, 0.2) !important; /* پس‌زمینه شیشه‌ای سبزآبی */
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(0, 150, 136, 0.3) !important;
    color: #009688 !important; /* رنگ متن سبزآبی ملایم */
    padding: 4px 12px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-weight: bold !important;
}