.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2893 .elementor-element.elementor-element-0995a91{background-color:#EEEEEE;padding:10px 10px 10px 10px;border-radius:8px 8px 8px 8px;text-align:center;}.elementor-2893 .elementor-element.elementor-element-0995a91 .elementor-heading-title{font-family:"VazirMatn", Sans-serif;font-size:24px;font-weight:400;color:#424242;}.elementor-2893 .elementor-element.elementor-element-98a46c2{margin-top:-15px;margin-bottom:50px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2893 .elementor-element.elementor-element-b58ddbe{width:100%;max-width:100%;padding:0px 10px 10px 0px;}.elementor-2893 .elementor-element.elementor-element-b58ddbe .elementor-heading-title{font-family:"IRANSharp", Sans-serif;font-size:24px;font-weight:600;color:#000000;}body.elementor-page-2893:not(.elementor-motion-effects-element-type-background), body.elementor-page-2893 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}@media(max-width:767px){.elementor-2893 .elementor-element.elementor-element-0995a91 .elementor-heading-title{font-size:16px;}.elementor-2893 .elementor-element.elementor-element-98a46c2{margin-top:-15px;margin-bottom:0px;}.elementor-2893 .elementor-element.elementor-element-b58ddbe{padding:0px 0px 0px 0px;text-align:start;}.elementor-2893 .elementor-element.elementor-element-b58ddbe .elementor-heading-title{font-size:18px;}}/* Start custom CSS for shortcode, class: .elementor-element-afbb1ee */.article-related-products,
.article-related-products * {
    font-family: IRANSharp, sans-serif !important;
}

.article-related-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    direction: rtl;
}

.article-product-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    text-align: center;
    transition: .3s;
}

.article-product-card:hover {
    transform: translateY(-5px);
}

.article-product-card a {
    text-decoration: none;
}

.product-image {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.article-product-card h3 {
    color: #111;
    font-size: 14px;
    line-height: 2;
    min-height: 55px;
    padding: 0 15px;
    font-size: 12px;
}

.product-price {
    font-weight: bold;
    color: #111;
    margin-top: 10px;
    font-size: 12px;
}

.product-btn {
    background: #0b3485;
    color: white;
    border-radius: 12px;
    margin: 20px;
    padding: 10px;
    font-size: 10px;
}

@media (max-width: 768px) {

    .article-related-products {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .product-image {
        height: 160px;
    }

}/* End custom CSS */