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

:root {
	--wd-text-font: IRansansX;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: IRansansX;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: IRansansX;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: IRansansX;
	--wd-widget-title-font: IRansansX;
	--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: IRansansX;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(14,32,68);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--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-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(255,255,255);
	--wd-bordered-bg:rgb(255,255,255);
}
: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;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 5px;
}

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


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

/*
 * Custom WooCommerce Reviews Style for WoodMart Theme
 * طراحی سفارشی نظرات ووکامرس - استایل شیشه‌ای (Glassmorphism)
 */

/* ============================================
   Container Wrapper
   ============================================ */
.woocommerce-Reviews {
    width: 100%;
    max-width: 100%;
    padding: 0px !important;
    box-sizing: border-box;
    font-family: inherit;
    margin-inline: 0 !important;
}

/* ============================================
   حذف آواتار
   ============================================ */
.commentlist .avatar,
.comment_container .avatar {
    display: none !important;
}

/* ============================================
   Reviews Title
   ============================================ */
.woocommerce-Reviews-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* ============================================
   Comment List
   ============================================ */
.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ============================================
   Single Comment Box - باکس شیشه‌ای
   ============================================ */
.commentlist > .comment {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: 24px 28px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.08),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.commentlist > .comment:hover {
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.12),
        inset 0 1px 1px rgba(255, 255, 255, 0.7);
    transform: translateY(-2px);
}

/* ============================================
   Comment Header - هدر نظر (نام، تاریخ، امتیاز)
   ============================================ */
.custom-review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

/* Author Section - بخش نویسنده (راست) */
.custom-author-section {
    text-align: right;
}

.custom-author-name {
    font-weight: 700;
    font-size: 1.1rem;
    color: #333;
    margin: 0;
    display: block;
}

/* بج خریدار - زیر نام */
.custom-buyer-badge {
    display: block;
    color: #555;
    font-size: 0.85rem;
    font-weight: 500;
    margin-top: 4px;
}

/* بج مدیر سایت */
.custom-admin-badge {
    display: block;
    color: #d63031;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 4px;
}

/* Rating Section - بخش امتیاز (وسط) */
.custom-rating-section {
    text-align: center;
    flex: 1;
    padding: 0 15px;
}

.custom-star-rating {
    display: inline-block;
    font-size: 1.1rem;
    color: #f39c12;
    letter-spacing: 3px;
}

/* Date Section - بخش تاریخ (چپ) */
.custom-date-section {
    color: #666;
    font-size: 0.9rem;
    text-align: left;
}

/* ============================================
   Comment Content - متن نظر
   ============================================ */
.custom-review-content {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.custom-review-content p {
    color: #444;
    line-height: 1.9;
    font-size: 0.95rem;
    margin: 0;
    text-align: right;
}

/* Hide default WooCommerce elements */
.comment-text .meta,
.woocommerce-review__author,
.woocommerce-review__published-date,
.woocommerce-review__verified,
.comment-text .star-rating {
    display: none !important;
}

/* ============================================
   Admin Reply - پاسخ مدیر (باکس شیشه‌ای داخلی)
   ============================================ */
.commentlist .children {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.commentlist .children .comment {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 18px 22px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.06),
        inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

.commentlist .children .children {
    margin-top: 15px;
    margin-right: 20px;
}

/* ============================================
   Hidden Comments - مخفی کردن نظرات اضافی
   ============================================ */
.commentlist > .comment.hidden-review {
    display: none !important;
}

.commentlist > .comment.hidden-review.show-review {
    display: block !important;
}

/* ============================================
   Load More Button - دکمه شیشه‌ای نمایش بیشتر
   ============================================ */
.load-more-reviews-wrapper {
    text-align: center;
    margin-top: 25px;
}

.load-more-reviews-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #333;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.08),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

.load-more-reviews-btn:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.12),
        inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

.load-more-reviews-btn.hidden-btn {
    display: none !important;
}

/* ============================================
   Review Form - فرم شیشه‌ای ثبت نظر
   ============================================ */
#review_form_wrapper {
    margin-bottom: 30px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.08),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
    order: -1;
}

#review_form .comment-reply-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

#review_form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #444;
}

#review_form textarea,
#review_form input[type="text"],
#review_form input[type="email"] {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 14px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

#review_form textarea:focus,
#review_form input:focus {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.8);
    outline: none;
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.3),
        inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

#review_form textarea {
    min-height: 120px;
    resize: vertical;
}

#review_form .submit {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #333;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.08),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

#review_form .submit:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.12),
        inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

/* ============================================
   No Reviews Message
   ============================================ */
.woocommerce-noreviews {
    text-align: center;
    padding: 40px 20px;
    color: #555;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */
@media (max-width: 768px) {
    .woocommerce-Reviews {
        padding: 15px;
    }
    
    .commentlist > .comment {
        padding: 15px 18px;
        border-radius: 15px;
    }
    
    .custom-review-header {
        flex-direction: column;
        gap: 10px;
    }
    
    .custom-author-section {
        order: 1;
        text-align: right;
        width: 100%;
    }
    
    .custom-rating-section {
        order: 2;
        text-align: right;
        width: 100%;
        padding: 0;
    }
    
    .custom-date-section {
        order: 3;
        text-align: right;
        width: 100%;
    }
    
    .custom-author-name {
        font-size: 1rem;
    }
    
    .commentlist .children .comment {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .commentlist > .comment {
        padding: 12px 15px;
    }
    
    .custom-review-content p {
        font-size: 0.9rem;
    }
    
    .load-more-reviews-btn {
        width: 100%;
        padding: 12px 20px;
    }
}

/* ============================================
   RTL Support (Persian/Farsi)
   ============================================ */
html[dir="rtl"] .custom-author-section,
body.rtl .custom-author-section {
    text-align: right;
}

html[dir="rtl"] .custom-date-section,
body.rtl .custom-date-section {
    text-align: left;
}

html[dir="rtl"] .custom-review-content p,
body.rtl .custom-review-content p {
    text-align: right;
}

/*
 * کلاس‌های شیشه‌ای برای المنتور

 */

/* ============================================
   استایل شیشه‌ای اصلی
   ============================================ */
.glass {
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.08),
        inset 0 1px 1px rgba(255, 255, 255, 0.6) !important;
}

/* ============================================
   شیشه‌ای روشن (شفاف‌تر)
   ============================================ */
.glass-light {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.06),
        inset 0 1px 1px rgba(255, 255, 255, 0.5) !important;
}

/* ============================================
   شیشه‌ای تیره (کدرتر)
   ============================================ */
.glass-dark {
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.8) !important;
}

/* ============================================
   شیشه‌ای رنگی - سبز
   ============================================ */
.glass-green {
    background: rgba(200, 230, 201, 0.35) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-radius: 24px !important;
    border: 1px solid rgba(165, 214, 167, 0.5) !important;
    box-shadow: 
        0 8px 32px rgba(76, 175, 80, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.6) !important;
}

/* ============================================
   شیشه‌ای رنگی - آبی
   ============================================ */
.glass-blue {
    background: rgba(187, 222, 251, 0.35) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-radius: 24px !important;
    border: 1px solid rgba(144, 202, 249, 0.5) !important;
    box-shadow: 
        0 8px 32px rgba(33, 150, 243, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.6) !important;
}

/* ============================================
   شیشه‌ای رنگی - بنفش
   ============================================ */
.glass-purple {
    background: rgba(209, 196, 233, 0.35) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-radius: 24px !important;
    border: 1px solid rgba(179, 157, 219, 0.5) !important;
    box-shadow: 
        0 8px 32px rgba(103, 58, 183, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.6) !important;
}

/* ============================================
   شیشه‌ای با hover
   ============================================ */
.glass-hover {
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.08),
        inset 0 1px 1px rgba(255, 255, 255, 0.6) !important;
    transition: all 0.3s ease !important;
}

.glass-hover:hover {
    background: rgba(255, 255, 255, 0.35) !important;
    transform: translateY(-4px) !important;
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.12),
        inset 0 1px 1px rgba(255, 255, 255, 0.8) !important;
}

/* ============================================
   کلاس‌های کمکی برای گوشه‌ها
   ============================================ */
.glass-rounded-sm {
    border-radius: 12px !important;
}

.glass-rounded-md {
    border-radius: 20px !important;
}

.glass-rounded-lg {
    border-radius: 32px !important;
}

.glass-rounded-full {
    border-radius: 50px !important;
}

/* ============================================
   کلاس‌های کمکی برای padding
   ============================================ */
.glass-padding {
    padding: 30px !important;
}

.glass-padding-sm {
    padding: 15px !important;
}

.glass-padding-lg {
    padding: 50px !important;
}

/*
 * Custom WooCommerce Reviews Style for WoodMart Theme
 * طراحی سفارشی نظرات ووکامرس - استایل شیشه‌ای (Glassmorphism)
 */

/* ============================================
   Container Wrapper
   ============================================ */
.woocommerce-Reviews {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-family: inherit;
}

/* ============================================
   حذف آواتار
   ============================================ */
.commentlist .avatar,
.comment_container .avatar {
    display: none !important;
}

/* ============================================
   Reviews Title
   ============================================ */
.woocommerce-Reviews-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* ============================================
   Comment List
   ============================================ */
.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ============================================
   Single Comment Box - باکس شیشه‌ای
   ============================================ */
.commentlist > .comment {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 24px;
    padding: 24px 28px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.08),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.commentlist > .comment:hover {
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.12),
        inset 0 1px 1px rgba(255, 255, 255, 0.7);
    transform: translateY(-2px);
}

/* ============================================
   Comment Header - هدر نظر (نام، تاریخ، امتیاز)
   ============================================ */
.custom-review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

/* Author Section - بخش نویسنده (راست) */
.custom-author-section {
    text-align: right;
}

.custom-author-name {
    font-weight: 700;
    font-size: 1.1rem;
    color: #333;
    margin: 0;
    display: block;
}

/* بج خریدار - زیر نام */
.custom-buyer-badge {
    display: block;
    color: #555;
    font-size: 0.85rem;
    font-weight: 500;
    margin-top: 4px;
}

/* بج مدیر سایت */
.custom-admin-badge {
    display: block;
    color: #d63031;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 4px;
}

/* Rating Section - بخش امتیاز (وسط) */
.custom-rating-section {
    text-align: center;
    flex: 1;
    padding: 0 15px;
}

.custom-star-rating {
    display: inline-block;
    font-size: 1.1rem;
    color: #f39c12;
    letter-spacing: 3px;
}

/* Date Section - بخش تاریخ (چپ) */
.custom-date-section {
    color: #666;
    font-size: 0.9rem;
    text-align: left;
}

/* ============================================
   Comment Content - متن نظر
   ============================================ */
.custom-review-content {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.custom-review-content p {
    color: #444;
    line-height: 1.9;
    font-size: 0.95rem;
    margin: 0;
    text-align: right;
}

/* Hide default WooCommerce elements */
.comment-text .meta,
.woocommerce-review__author,
.woocommerce-review__published-date,
.woocommerce-review__verified,
.comment-text .star-rating {
    display: none !important;
}

/* ============================================
   Admin Reply - پاسخ مدیر (باکس شیشه‌ای داخلی)
   ============================================ */
.commentlist .children {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.commentlist .children .comment {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 18px 22px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.06),
        inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

.commentlist .children .children {
    margin-top: 15px;
    margin-right: 20px;
}

/* ============================================
   Hidden Comments - مخفی کردن نظرات اضافی
   ============================================ */
.commentlist > .comment.hidden-review {
    display: none !important;
}

.commentlist > .comment.hidden-review.show-review {
    display: block !important;
}

/* ============================================
   Load More Button - دکمه شیشه‌ای نمایش بیشتر
   ============================================ */
.load-more-reviews-wrapper {
    text-align: center;
    margin-top: 25px;
}

.load-more-reviews-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #333;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.08),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

.load-more-reviews-btn:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.12),
        inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

.load-more-reviews-btn.hidden-btn {
    display: none !important;
}

/* ============================================
   Review Form - فرم شیشه‌ای ثبت نظر
   ============================================ */
#review_form_wrapper {
    margin-bottom: 30px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.08),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
    order: -1;
}

#review_form .comment-reply-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

#review_form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #444;
}

#review_form textarea,
#review_form input[type="text"],
#review_form input[type="email"] {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 14px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

#review_form textarea:focus,
#review_form input:focus {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.8);
    outline: none;
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.3),
        inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

#review_form textarea {
    min-height: 120px;
    resize: vertical;
}

#review_form .submit {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #333;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.08),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

#review_form .submit:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.12),
        inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

/* ============================================
   No Reviews Message
   ============================================ */
.woocommerce-noreviews {
    text-align: center;
    padding: 40px 20px;
    color: #555;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */
@media (max-width: 768px) {
    .woocommerce-Reviews {
        padding: 15px;
    }
    
    .commentlist > .comment {
        padding: 15px 18px;
        border-radius: 15px;
    }
    
    .custom-review-header {
        flex-direction: column;
        gap: 10px;
    }
    
    .custom-author-section {
        order: 1;
        text-align: right;
        width: 100%;
    }
    
    .custom-rating-section {
        order: 2;
        text-align: right;
        width: 100%;
        padding: 0;
    }
    
    .custom-date-section {
        order: 3;
        text-align: right;
        width: 100%;
    }
    
    .custom-author-name {
        font-size: 1rem;
    }
    
    .commentlist .children .comment {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .commentlist > .comment {
        padding: 12px 15px;
    }
    
    .custom-review-content p {
        font-size: 0.9rem;
    }
    
    .load-more-reviews-btn {
        width: 100%;
        padding: 12px 20px;
    }
}

/* ============================================
   RTL Support (Persian/Farsi)
   ============================================ */
html[dir="rtl"] .custom-author-section,
body.rtl .custom-author-section {
    text-align: right;
}

html[dir="rtl"] .custom-date-section,
body.rtl .custom-date-section {
    text-align: left;
}

html[dir="rtl"] .custom-review-content p,
body.rtl .custom-review-content p {
    text-align: right;
}