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

:root {
	--wd-text-font: "IRANSansWeb_FaNum_Light", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(2,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "iranyekanwebbold_FaNum", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(2,0,0);
	--wd-entities-title-font: "iranyekanwebbold_FaNum", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(2,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "iranyekanwebbold_FaNum", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(2,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "iranyekanwebregular_FaNum", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(237,36,46);
	--wd-alternative-color: rgb(17,75,225);
	--btn-default-bgcolor: rgb(237,36,46);
	--btn-default-bgcolor-hover: rgb(17,75,225);
	--btn-accented-bgcolor: rgb(237,36,46);
	--btn-accented-bgcolor-hover: rgb(17,75,225);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(237,36,46);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(237,36,46);
	--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: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
: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: #ffffff;
	background-image: none;
}
html .wd-page-content .wd-product .product-wrapper .wd-entities-title {
	font-size: 16px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1350px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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: 0px;
}

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


.wd-page-title {
background-color: #0a0a0a;
}

/* Reset و تنظیمات پایه */
.products.wd-products {
    direction: rtl;
    
}

/* کارت محصول مدرن */
.wd-product {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.wd-product:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #e0e0e0;
}

/* تصویر محصول */
.product-element-top {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-image-link {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.product-image-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.wd-product:hover .product-image-link::before {
    opacity: 1;
}

.product-image-link img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.wd-product:hover .product-image-link img {
    transform: scale(1.05);
}

/* عنوان محصول - تک خطی با برش */
.wd-entities-title {
    margin: 0 0 15px 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
    height: 1.3em;
    overflow: hidden;
    position: relative;
    font-family: 'IRANSansXFaNum';
}

.wd-entities-title a {
    color: #2d3748;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* نمایش عنوان کامل در هاور */
.wd-entities-title {
    position: relative;
}

.wd-entities-title::before {
    content: attr(data-full-title);
    position: absolute;
    bottom: 100%;
    right: 50%;
    transform: translateX(50%) translateY(-10px);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    white-space: nowrap;
    z-index: 1000;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    backdrop-filter: blur(10px);
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wd-entities-title::after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 50%;
    transform: translateX(50%);
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: all 0.3s ease;
    margin-bottom: -10px;
}

.wd-entities-title:hover::before,
.wd-entities-title:hover::after {
    opacity: 1;
    transform: translateX(50%) translateY(-5px);
}

.wd-entities-title:hover::after {
    margin-bottom: 0;
}

/* قیمت */
.price {
    display: block;
    margin-bottom: 20px;
}

.woocommerce-Price-amount {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d3748;
}

.woocommerce-Price-currencySymbol {
    font-size: 0.9rem;
    margin-left: 5px;
    color: #718096;
}
.woocommerce-error li:last-child {
color: #ffffff !important;
}

#billing_country_field {
display: none;
}
