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

:root {
	--wd-text-font: iranyekan;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: iranyekan;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: iranyekan;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: iranyekan;
	--wd-widget-title-font: iranyekan;
	--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: iranyekan;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(0,106,148);
	--wd-alternative-color: rgb(232,170,48);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(0,106,148);
	--btn-default-bgcolor-hover: rgb(0,95,163);
	--btn-accented-bgcolor: rgb(0,106,148);
	--btn-accented-bgcolor-hover: rgb(0,95,163);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.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;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 233px;
}
.wd-page-title {
	background-color: #e8e8e8;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(24,51,53);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--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: 8px;
}

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

rs-slides :is([data-type=text],[data-type=button]) {
font-family: iranyekan !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: iranyekan !important;
}

/* ====== استایل‌های عمومی محصول ====== */
.woodmart-button-wrapper.inline-element {
    margin-bottom: 0px;
}
.product-grid-item .wd-product-countdown,
.product-grid-item .wd-stock-progress-bar {
    margin-bottom: 10px;
}
.wd-hover-standard .wd-add-btn {
    margin-top: 5px;
    margin-bottom: 15px;
}
.promo-banner .promo-banner-image {
    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;
}
.product-grid-item.wd-hover-standard {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.blog-design-masonry .post-title {
    font-size: 16px !important;
}

/* ====== CTA هدر (تماس فوری + شماره) ====== */
.call-cta {
  display: flex;
  align-items: center;
  font-family: inherit;
}
.call-btn {
  background: linear-gradient(135deg, #006A94, #0A86B2);
  color: #fff;
  text-decoration: none;
  padding: .55rem 1.1rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: .6rem; /* فاصله بین آیکون، متن و شماره */
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
  transition: all .2s ease;
}
.call-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.24);
}
.call-btn svg {
  display: block;
}
.call-num {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;   /* شماره سفید */
  direction: ltr;
  white-space: nowrap;
}

/* ====== CTA بالای محصول ====== */
.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,#006A94,#0A86B2);
  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,#0283b8,#13a1d5);
  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:#25d366;
  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;
	color: #fff;
}

/* CTA استیکی موبایل */
.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; }
}

/* ====== دکمه‌های صفحه محصول (تماس + واتساپ) ====== */
.pch-product-cta {
  display: flex;
  gap: 12px;
  margin: 16px 0;
  flex-wrap: wrap;
}
.pch-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  transition: all .25s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
.pch-btn svg {
  width: 20px;
  height: 20px;
}
.pch-btn--call {
  background: linear-gradient(135deg, #006A94, #0A86B2);
}
.pch-btn--call:hover {
  background: linear-gradient(135deg, #0283b8, #13a1d5);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,.2);
}
.pch-btn--whatsapp {
  background: #25d366;
}
.pch-btn--whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,.2);
}
@media (max-width:576px){
  .pch-product-cta { flex-direction: column; }
}

/* ====== فوتر ====== */
.pch-footer{
  background:#103c3c; /* سبز تیره */
  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;
  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; }
}
