.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#e8e8e8;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#f4f4f4;
}

:root{
--wd-text-font:IRansansX, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:IRansansX, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:IRansansX, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:IRansansX, sans-serif;
}
:root{
--wd-widget-title-font:IRansansX, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:IRansansX, sans-serif;
--wd-header-el-font-weight:400;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(182,0,0);
}
:root{
--wd-alternative-color:rgb(98,201,42);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-shop-bgcolor:#d60644;
}
:root{
--btn-shop-bgcolor-hover:#c40545;
}
:root{
--btn-accent-bgcolor:#d60644;
}
:root{
--btn-accent-bgcolor-hover:#c40538;
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
	
			--wd-form-brd-radius: 5px;
	
	
	--wd-form-brd-width: 2px;

	--btn-default-color: #333;
	--btn-default-color-hover: #333;

	--btn-shop-color: #fff;
	--btn-shop-color-hover: #fff;

	--btn-accent-color: #fff;
	--btn-accent-color-hover: #fff;
	
	
			--btn-accent-brd-radius: 0px;
		--btn-accent-box-shadow: none;
		--btn-accent-box-shadow-hover: none;
		--btn-accent-box-shadow-active: none;
		--btn-accent-bottom: 0px;
	
	
	
	
	
	
	
			--btn-default-brd-radius: 5px;
		--btn-default-box-shadow: none;
		--btn-default-box-shadow-hover: none;
	
			--btn-shop-brd-radius: 5px;
		--btn-shop-box-shadow: none;
		--btn-shop-box-shadow-hover: none;
	
	
		}

	
	
	/* Site width */
		/* Header Boxed */
	@media (min-width: 1025px) {
		.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
			max-width: 1570px;
		}
	}

	.container {
		max-width: 1600px;
	}
	
	
	/* Quick view */
	div.wd-popup.popup-quick-view {
		max-width: 920px;
	}




	.woodmart-woocommerce-layered-nav .wd-scroll-content {
		max-height: 233px;
	}

		rs-slides [data-type=text],
rs-slides [data-type=button] {
	font-family: IRansansX, sans-serif !important;
}
	
		rs-slides h1[data-type=text],
rs-slides h2[data-type=text],
rs-slides h3[data-type=text],
rs-slides h4[data-type=text],
rs-slides h5[data-type=text],
rs-slides h6[data-type=text] {
	font-family: IRansansX, sans-serif !important;
}
			@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//sibdaru.com/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=6.4.2") format("woff2");
}

.woodmart-button-wrapper.inline-element {
    margin-bottom: 0px;
}
body.home .main-page-wrapper {
    background-color: #f6f6f6;
}
.promo-banner .banner-image img {
    border-radius: 15px;
}
.product-grid-item.woodmart-hover-tiled .hover-img img, .product-grid-item.woodmart-hover-tiled .product-image-link img {
    width: 100%;
    padding: 20px;
}
.woodmart-hover-tiled .product-wrapper {
    border-radius: 10px;
    overflow: hidden;
	background: #fff;
}
.labels-rectangular .product-label {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 15px;
    margin-right: 5px;
}
.single_add_to_cart_button {
	display:none;}
/* ===== بالای محصول ===== */
.pch-cta{
  display:flex; align-items:center; gap:.8rem;
  font-family:inherit;
}

/* دکمه تماس */
.pch-call-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:.55rem 1.1rem;
  border-radius:10px;
  font-weight:700; font-size:1rem;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(135deg,#b60000,#b60000);
  box-shadow:0 4px 12px rgba(0,0,0,.18);
  transition: background .25s ease, box-shadow .25s ease;
}
.pch-call-btn:hover{
  background:linear-gradient(135deg,#b60000,#b60000);
  box-shadow:0 6px 16px rgba(0,0,0,.22);
}

/* دکمه واتساپ */
.pch-whatsapp-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:.55rem 1.1rem;
  border-radius:10px;
  font-weight:700; font-size:1rem;
  text-decoration:none;
  color:#fff;
  background:#b60000;
  box-shadow:0 4px 12px rgba(0,0,0,.18);
  transition: background .25s ease, box-shadow .25s ease;
}
.pch-whatsapp-btn:hover{
  background:#1ebe5d;
  box-shadow:0 6px 16px rgba(0,0,0,.22);
}

/* شماره کنار دکمه‌ها */
.pch-call-num{
  font-size:1rem; font-weight:700; color:#333;
  direction:ltr;
  white-space:nowrap;
}

/* ===== استیکی پایین موبایل ===== */
.pch-cta-mobile{ display:none; }

@media (max-width:768px){
  .pch-call-num{ display:none; } /* موبایل: شماره حذف شود */

  .pch-cta-mobile{
    display:flex;
    position:fixed;
    bottom:0; left:0; right:0;
    gap:10px;
    padding:10px;
    background:#fff;
    border-top:1px solid #ddd;
    z-index:9999;
  }
  .pch-cta-mobile a{
    flex:1;
    text-align:center;
    padding:12px 0;
    font-size:15px;
    border-radius:8px;
    font-weight:700;
    color:#fff;
    text-decoration:none;
  }
}
@media (max-width: 1024px){
  .wd-bottom-navbar,
  .wd-sticky-nav,
  .site-mobile-footer,
  .whb-mobile-bottom,
  .wd-toolbar.wd-toolbar-label-show { display:none !important; }
}

/* ===== Footer Styles (scoped) ===== */
.pch-footer{
  background:#b60000; /* سبز تیره/آبی تیره شبیه نمونه */
  color:#eaf0f1;
  font-family: inherit;
}
.pch-footer a{ color:#eaf0f1; text-decoration:none; }
.pch-footer a:hover{ color:#ffffff; text-decoration:underline; }

.pch-footer__inner{
  max-width:1200px; margin:0 auto; padding:40px 16px 24px;
  display:grid; grid-template-columns: 1.1fr 2fr; gap:32px;
}
.pch-footer__brand{ display:flex; flex-direction:column; gap:12px; }
.pch-footer__logo img{
  height:40px; width:auto;
  /* لوگوی تیره را سفیدنمایی می‌کند؛ اگر لوگو از قبل سفید است، به img کلاس pch-no-filter بده */
  filter: brightness(0) invert(1);
}
.pch-footer__logo img.pch-no-filter{ filter:none; }
.pch-footer__tag{ opacity:.85; margin:0; }

.pch-footer__cols{
  display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:24px;
}
.pch-footer__title{
  margin:0 0 12px; font-size:1.05rem; font-weight:800; color:#fff;
}
.pch-footer__list{ margin:0; padding:0; list-style:none; }
.pch-footer__list li{ margin:8px 0; opacity:.95; }
.pch-footer__list a:hover{ opacity:1; }

.pch-footer__contact a{ text-decoration:underline; }

.pch-footer__social{ display:flex; align-items:center; gap:12px; margin-top:12px; }
.pch-footer__social a{
  display:inline-flex; align-items:center; justify-content:center;
  width:36px; height:36px; border-radius:50%;
  background:rgba(255,255,255,.12);
  transition: background .2s ease, transform .2s ease;
}
.pch-footer__social a:hover{ background:rgba(255,255,255,.22); transform: translateY(-2px); }
.pch-footer__social svg{ color:#fff; }

.pch-footer__copy{
  border-top:1px solid rgba(255,255,255,.12);
  text-align:center; padding:14px 16px; color:#d8e3e4; font-size:.92rem;
}

/* ریسپانسیو */
@media (max-width: 992px){
  .pch-footer__inner{ grid-template-columns: 1fr; }
  .pch-footer__brand{ align-items:flex-start; }
}
@media (max-width: 640px){
  .pch-footer__cols{ grid-template-columns: 1fr; }
  .pch-footer__copy{ font-size:.85rem; }
}
.pch-contact-btn {
  display:inline-block;
  padding:8px 16px;
  background:linear-gradient(135deg,#b60000,#b60000);
  color:#fff !important;
  font-weight:700;
  border-radius:8px;
  text-decoration:none !important;
  transition:all .25s ease, transform .05s ease;
  box-shadow:0 4px 12px rgba(0,0,0,.18);
}
.pch-contact-btn:hover {
  background:linear-gradient(135deg,#0283b8,#13a1d5);
  box-shadow:0 6px 18px rgba(0,0,0,.24);
}
.pch-contact-btn:active {
  transform:scale(.96);
}
