/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 19 2026 | 17:43:42 */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    background: white;
    filter: brightness(0.97);
}.pressmart-gallery-thumbnail-image {
    background: white;
    filter: brightness(0.97);
}tbody tr:nth-child(even),table thead {
  background-color: #f7f7f7;
}img.aligncenter.size-full {
    border-radius: 30px;
    box-shadow: 0 0 16px 0 #e1e1e1;
    border: 1px solid #ccc;
}.products div.product .product-wrapper {
    filter: brightness(0.97);
}.woocommerce-product-details__short-description >span {
    display: none;
}

/* استایل‌دهی به نام انگلیسی درون تگ H1 برای حفظ ظاهر شیک و تفکیک‌شده */
h1.product_title .en-title-in-h1 {
    display: block;
    font-size: 0.65em;      /* کوچک‌تر شدن نسبت به عنوان فارسی */
    color: #6c757d;         /* رنگ خاکستری و ملایم */
    font-weight: normal;    /* ضخامت کمتر نسبت به عنوان اصلی */
    margin-top: 8px;        /* ایجاد فاصله و رفتن به خط بعدی */
    letter-spacing: 0.5px;  /* بهبود خوانایی کلمات انگلیسی */
}