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

:root {
	--wd-header-banner-h: 150px;
	--wd-text-font: IRANSansXFaNum;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(33,33,33);
	--wd-text-font-size: 16px;
	--wd-title-font: IRANSansXFaNum;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(22,22,22);
	--wd-entities-title-font: IRANSansXFaNum;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(33,33,33);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: IRANSansXFaNum;
	--wd-widget-title-font: IRANSansXFaNum;
	--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: IRANSansXFaNum;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(118,75,162);
	--wd-alternative-color: rgb(102,126,234);
	--btn-default-bgcolor: rgb(26,42,128);
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(26,42,128);
	--btn-accented-bgcolor-hover: rgba(26,42,128,0.84);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(26,42,128);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(26,42,128);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(118,75,162);
	--wd-link-color-hover: rgb(102,126,234);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 400px;
}
.header-banner {
	background-image: url(https://khas.moda/wp-content/uploads/2025/11/بلک-فرایدی.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Vazirmatn", Arial, Helvetica, sans-serif;
	font-weight: 600;
}
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-color: rgb(33,33,33);
	--wd-form-brd-color: rgb(26,42,128);
}
.product-labels .product-label.onsale {
	background-color: rgb(255,20,20);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 150px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

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


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

.text-rotator {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text {
  position: absolute;
  width: 100%;
  color: #ffffff; 
  font-size: 28px;
  font-weight: bold;
  opacity: 0;
  animation: fade 6s infinite;
  text-shadow:
    0 0 10px rgba(255,255,255,0.8),
    0 0 20px rgba(255,255,255,0.7),
    0 0 30px rgba(255,255,255,0.5),
    0 0 40px rgba(255,255,255,0.3);
}

/* متن اول */
.t1 {
  animation-delay: 0s;
}

/* متن دوم */
.t2 {
  animation-delay: 3s;
}

/* افکت چشمک زن + تغییر متن */
@keyframes fade {
  0% { opacity: 0; }
  10% { opacity: 1; }  
  40% { opacity: 1; }
  50% { opacity: 0; } 
  100% { opacity: 0; }
}

.header-banner-display .header-banner {
    top: 0;
    z-index: 1000;
    left: 0;
    position: fixed;
}

@media (min-width:798px) {
	.text{
		font-size:56px;
	}
}