  .wip-tabs-wrapper * {
    font-family: 'iranYekan', sans-serif !important;
}

        .wip-tabs-wrapper, .wip-modal, #invoice-wrapper, .my-account-installments, .wip-docs-section {
            font-family: 'iranYekan', sans-serif !important;
        }
        .wip-tabs-wrapper {
            margin: 24px 0;
            border: 1px solid #e1e1e1;
            border-radius: 14px;
            max-width: 680px;
            box-shadow: 0 4px 12px rgba(0,0,0,.05);
        }
        .wip-tabs-btns {
            display: flex;
            flex-wrap: wrap;
            background: #fafafa;
            border-bottom: 1px solid #e1e1e1;
            gap: 8px;
            padding: 0 10px;
            justify-content: center;
        }
        .wip-tabs-btns button {
            flex: 1 1 140px;
            min-width: 120px;
            padding: 14px 0;
            font-size: 14px;
            border: none;
            background: #fafafa;
            color: #444;
            cursor: pointer;
            transition: .3s;
            font-weight: 600;
        }
        .wip-tabs-btns button.active {
            background: #fff;
            color: #E51010;
            border-bottom: 3px solid #E51010;
        }
        .wip-tab-content {
            display: none;
            padding: 26px 28px;
            background: #fff;
        }
        .wip-tab-content.active {
            display: block;
        }
        .buy-now {
            background: #E51010;
            color: #fff;
            padding: 12px 34px;
            border: none;
            border-radius: 10px;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
            transition: .3s;
        }
        .buy-now:disabled {
            opacity: .45;
            cursor: not-allowed;
        }
        .buy-now:hover:not(:disabled) {
            background: #c20e0e;
        }
        #woo-ip-info {
            font-weight: 600;
            background: #f9f9f9;
            border: 1px solid #e1e1e1;
            border-radius: 10px;
            padding: 16px;
            font-size: 16px;
            line-height: 1.8;
            color: #333;
            margin-bottom: 18px;
        }
        #woo-ip-months, #woo-ip-deposit {
            width: 100px;
            padding: 6px;
            border: 1px solid #ccc;
            border-radius: 6px;
            font-size: 15px;
            text-align: center;
        }
        label.wip-label {
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 600;
            margin-bottom: 8px;
        }
        .single_add_to_cart_button {
            display: none !important;
        }
        .wip-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,.55);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            visibility: hidden;
            opacity: 0;
            transition: .3s;
        }
        .wip-overlay.show {
            visibility: visible;
            opacity: 1;
        }
        .wip-modal {
            background: #fff;
            border-radius: 14px;
            max-width: 800px;
            width: 90%;
            padding: 0;
            box-shadow: 0 6px 20px rgba(0,0,0,.07);
            display: none;
            overflow: hidden;
        }
        .wip-modal.active {
            display: block;
        }
        .wip-modal-header {
            padding: 20px 30px;
            border-bottom: 1px solid #e1e1e1;
            position: relative;
        }
        .wip-close-btn {
            position: absolute;
            top: 15px;
            left: 20px;
            background: none;
            border: none;
            font-size: 24px;
            color: #666;
            cursor: pointer;
            padding: 5px;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .3s;
        }
        .wip-close-btn:hover {
            background: #f0f0f0;
            color: #333;
        }
        .wip-modal h2 {
            margin: 0 0 10px;
            font-size: 22px;
            font-weight: 700;
            color: #333;
            text-align: center;
        }
        .wip-modal-description {
            margin: 0;
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            text-align: center;
        }
        .wip-modal label {
            display: block;
            margin-bottom: 14px;
            font-weight: 600;
            color: #444;
        }
        .wip-modal input {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #ccc;
            border-radius: 8px;
            font-size: 15px;
        }
        .wip-next, .wip-prev, .wip-confirm {
            background: #E51010;
            color: #fff;
            border: none;
            border-radius: 10px;
            padding: 10px 28px;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
            transition: .3s;
            margin-top: 10px;
        }
        .wip-next:hover, .wip-confirm:hover {
            background: #c20e0e;
        }
        .wip-prev {
            background: #6c757d;
            margin-left: 10px;
        }
        .wip-tabs-btns {
            display: flex;
            border-bottom: 1px solid #e1e1e1;
            margin-bottom: 15px;
        }
        .wip-tabs-btns button {
            font-size: 16px;
            flex: 1;
            padding: 10px 0;
            border: none;
            background: #f5f5f5;
            font-weight: 600;
            cursor: pointer;
        }
        .wip-tabs-btns button.active {
            background: #fff;
            color: #E51010;
        }
        .wip-atab {
            display: none;
        }
        .wip-atab.active {
            display: block;
        }
        .wip-search-container {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
            padding: 0 30px;
        }
        .wip-search-container input {
            flex: 1;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 14px;
            background: #f9f9f9;
        }
        .wip-location-btn {
            background: #E51010;
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 12px 15px;
            font-size: 16px;
            cursor: pointer;
            transition: .3s;
        }
        .wip-location-btn:hover {
            background: #c20e0e;
        }
        .wip-map-container {
            position: relative;
            margin: 0 30px 20px;
        }
        #wip-map {
            height: 400px;
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 10px;
        }
        .wip-map-marker {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
            z-index: 1000;
        }
        .wip-marker-text {
            background: #E51010;
            color: #fff;
            padding: 8px 12px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
            white-space: nowrap;
            box-shadow: 0 2px 8px rgba(0,0,0,0.2);
        }
        .wip-address-fields {
            padding: 0 30px 20px;
        }
        .wip-modal-actions {
            padding: 20px 30px;
            border-top: 1px solid #e1e1e1;
            display: flex;
            gap: 15px;
            justify-content: space-between;
        }
        .wip-register-location {
            background: #E51010;
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 12px 25px;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: .3s;
            flex: 2;
        }
        .wip-register-location:hover {
            background: #c20e0e;
        }
        .wip-manual-address {
            background: #fff;
            color: #E51010;
            border: 2px solid #E51010;
            border-radius: 8px;
            padding: 12px 20px;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: .3s;
            flex: 1;
        }
        .wip-manual-address:hover {
            background: #E51010;
            color: #fff;
        }
        .custom-marker {
            background: transparent !important;
            border: none !important;
        }
        .custom-marker div {
            background: #E51010 !important;
            color: white !important;
            padding: 8px 12px !important;
            border-radius: 6px !important;
            font-size: 12px !important;
            font-weight: 600 !important;
            white-space: nowrap !important;
            box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
            font-family: 'iranYekan', sans-serif !important;
        }
        #invoice-wrapper {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            color: #333;
        }
        .inv-header {
            text-align: center;
            border-bottom: 2px solid #333;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }
        .inv-header h1 {
            margin: 0;
            font-size: 24px;
        }
        .inv-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 10px;
        }
        .inv-table th, .inv-table td {
            border: 1px solid #666;
            padding: 8px;
            text-align: right;
        }
        .inv-table th {
            background: #f0f0f0;
        }
        .inv-print-btn {
            display: block;
            margin: 20px auto;
            padding: 10px 30px;
            font-size: 16px;
            background: #E51010;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        @media print {
            body * {
                visibility: hidden;
            }
            #invoice-wrapper, #invoice-wrapper * {
                visibility: visible;
            }
            #invoice-wrapper {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                font-family: 'iranYekan', sans-serif;
                margin: 0;
                padding: 0;
            }
            .inv-table {
                width: 100%;
                border-collapse: collapse;
            }
            .inv-table th, .inv-table td {
                border: 1px solid #000;
                padding: 8px;
                text-align: right;
                font-size: 12pt;
            }
            .inv-header {
                text-align: center;
                margin-bottom: 20px;
            }
            .inv-print-btn {
                display: none;
            }
        }
        @media (max-width: 480px) {
            .wip-tabs-btns button {
                flex: 1 1 100%;
                min-width: auto;
            }
            .wip-modal {
                width: 95%;
                margin: 10px;
            }
            .wip-modal-header {
                padding: 15px 20px;
            }
            .wip-modal h2 {
                font-size: 18px;
            }
            .wip-modal-description {
                font-size: 12px;
            }
            .wip-search-container {
                padding: 0 20px;
                flex-direction: column;
                gap: 10px;
            }
            .wip-map-container {
                margin: 0 20px 15px;
            }
            #wip-map {
                height: 300px;
            }
            .wip-address-fields {
                padding: 0 20px 15px;
            }
            .wip-modal-actions {
                padding: 15px 20px;
                flex-direction: column;
                gap: 10px;
            }
            .wip-register-location,
            .wip-manual-address {
                flex: none;
                width: 100%;
            }
        }
        /* استایل جدول اقساط در پنل کاربری */
        .my-account-installments .accordion-header {
            background: #f9f9f9;
            padding: 15px;
            margin: 10px 0;
            border-radius: 10px;
            cursor: pointer;
            font-weight: 600;
            color: #333;
            transition: .3s;
        }
        .my-account-installments .accordion-header:hover {
            background: #f0f0f0;
        }
        .my-account-installments .accordion-content {
            display: none;
            padding: 20px;
            border: 1px solid #e1e1e1;
            border-radius: 10px;
            background: #fff;
        }
        .my-account-installments .installment-table {
            width: 100%;
            border-collapse: collapse;
            direction: rtl;
            margin-bottom: 20px;
        }
        .my-account-installments .installment-table th, 
        .my-account-installments .installment-table td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: center;
            font-size: 14px;
        }
        .my-account-installments .installment-table th {
            background: #f4f4f4;
            font-weight: bold;
            color: #333;
        }
        .my-account-installments .installment-table tr:hover {
            background: #f9f9f9;
        }
        .my-account-installments .status-paid {
            color: #28a745;
            font-weight: bold;
        }
        .my-account-installments .status-pending {
            color: #dc3545;
            font-weight: bold;
        }
        .my-account-installments .status-pending-review {
            color: #ffc107;
            font-weight: bold;
        }
        .my-account-installments .action-button {
            background: #E51010;
            color: #fff;
            padding: 8px 15px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: .3s;
            font-size: 14px;
        }
        .my-account-installments .action-button:hover {
            background: #c20e0e;
        }
        .my-account-installments .upload-widget {
            margin-top: 10px;
            padding: 15px;
            background: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 8px;
            text-align: right;
        }
        .my-account-installments .upload-widget input[type="file"] {
            margin: 10px 0;
            width: 100%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        .my-account-installments .upload-widget button {
            background: #E51010;
            color: #fff;
            padding: 8px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: .3s;
        }
        .my-account-installments .upload-widget button:hover {
            background: #c20e0e;
        }
        /* استایل بخش مدارک */
        .wip-docs-section {
            margin: 30px 0;
            padding: 25px;
            border: 1px solid #e1e1e1;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 4px 12px rgba(0,0,0,.05);
        }
        .wip-docs-section h3 {
            margin: 0 0 20px;
            font-size: 20px;
            color: #E51010;
            font-weight: 700;
        }
        .wip-docs-section .doc-upload {
            margin-bottom: 20px;
        }
        .wip-docs-section label {
            display: block;
            font-weight: 600;
            color: #444;
            margin-bottom: 8px;
        }
        .wip-docs-section input[type="file"] {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 8px;
            background: #f9f9f9;
        }
        .wip-docs-section button {
            background: #E51010;
            color: #fff;
            padding: 10px 25px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: .3s;
            font-weight: 600;
        }
        .wip-docs-section button:hover {
            background: #c20e0e;
        }
        .wip-docs-section .uploaded-file {
            margin-top: 10px;
            color: #E51010;
            font-weight: 600;
        }
/** بهبود استایل پاپ‌آپ فرم اطلاعات خریدار و مراحل بعدی **/
#wip-step1.wip-modal, #wip-step2.wip-modal, #wip-step3.wip-modal {
  max-width: 420px !important;
  width: 95% !important;
  padding: 32px 18px 24px 18px !important;
  box-sizing: border-box;
  margin: 0 auto;
}
#wip-step1.wip-modal label,
#wip-step2.wip-modal label,
#wip-step3.wip-modal label {
  margin-bottom: 18px !important;
  font-size: 15px !important;
  font-weight: 600;
  color: #444;
}
#wip-step1.wip-modal input,
#wip-step2.wip-modal input,
#wip-step3.wip-modal input {
  width: 100% !important;
  padding: 10px 12px !important;
  border-radius: 8px !important;
  border: 1px solid #ccc !important;
  font-size: 15px !important;
  margin-top: 6px;
  margin-bottom: 2px;
}
#wip-step1.wip-modal button.wip-next,
#wip-step2.wip-modal button.wip-next,
#wip-step2.wip-modal button.wip-prev,
#wip-step3.wip-modal button.wip-prev,
#wip-step3.wip-modal button.wip-confirm {
  width: 100%;
  margin: 12px 0 0 0;
  font-size: 16px;
  padding: 12px 0;
}
.wip-modal h2 {
  font-size: 20px !important;
  margin-bottom: 18px !important;
}
.wip-modal .wip-tabs-btns {
  margin-bottom: 18px !important;
}
.wip-modal .wip-atab label {
  margin-bottom: 12px !important;
}
.wip-modal .wip-atab input {
  margin-bottom: 2px !important;
}
.wip-modal .wip-address-fields {
  padding: 0 !important;
}

/** بهبود استایل چاپ پیش‌فاکتور **/
@media print {
  body * {
    visibility: hidden !important;
  }
  #invoice-wrapper, #invoice-wrapper * {
    visibility: visible !important;
  }
  #invoice-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }
  .inv-header {
    border-bottom: 2px solid #333 !important;
    margin-bottom: 18px !important;
    padding-bottom: 8px !important;
  }
  .inv-header h1 {
    font-size: 22px !important;
    margin-bottom: 0 !important;
  }
  .inv-table, .inv-table * {
    display: table !important;
    visibility: visible !important;
  }
  .inv-table th, .inv-table td {
    display: table-cell !important;
    border: 1px solid #000 !important;
    padding: 8px !important;
    text-align: right !important;
    font-size: 13pt !important;
  }
  .inv-table th {
    background: #f0f0f0 !important;
    font-weight: bold !important;
  }
  .inv-print-btn, .wip-prev, .wip-confirm {
    display: none !important;
  }
}

/* پاکسازی و یکپارچه‌سازی استایل پاپ‌آپ مرحله‌ای */
.wip-modal, #wip-step1.wip-modal, #wip-step2.wip-modal, #wip-step3.wip-modal {
  max-width: 420px !important;
  min-width: 320px !important;
  width: 95% !important;
  padding: 32px 18px 24px 18px !important;
  box-sizing: border-box !important;
  margin: 0 auto !important;
  direction: rtl !important;
  display: none;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,.07);
  overflow: hidden;
  position: relative;
}
.wip-modal.active {
  display: block !important;
}
.wip-modal label {
  margin-bottom: 18px !important;
  font-size: 15px !important;
  font-weight: 600;
  color: #444;
}
.wip-modal input {
  width: 100% !important;
  padding: 10px 12px !important;
  border-radius: 8px !important;
  border: 1px solid #ccc !important;
  font-size: 15px !important;
  margin-top: 6px;
  margin-bottom: 2px;
  box-sizing: border-box !important;
}
.wip-modal button {
  width: 100% !important;
  margin: 12px 0 0 0 !important;
  font-size: 16px !important;
  padding: 12px 0 !important;
  border-radius: 10px !important;
}
.wip-modal h2 {
  font-size: 20px !important;
  margin-bottom: 18px !important;
}
.wip-modal .wip-tabs-btns {
  margin-bottom: 18px !important;
}
.wip-modal .wip-atab label {
  margin-bottom: 12px !important;
}
.wip-modal .wip-atab input {
  margin-bottom: 2px !important;
}
.wip-modal .wip-address-fields {
  padding: 0 !important;
}

/* دکمه ثبت مدارک کاربرپسند */
.wip-docs-section button[type="submit"] {
  background: #E51010 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 14px 0 !important;
  border-radius: 10px !important;
  width: 100% !important;
  margin-top: 18px !important;
  box-shadow: 0 2px 8px #0001;
  transition: .3s;
}
.wip-docs-section button[type="submit"]:hover {
  background: #c20e0e !important;
}

/* پاپ‌آپ بزرگ‌تر */
.wip-modal, #wip-step1.wip-modal, #wip-step2.wip-modal, #wip-step3.wip-modal {
  max-width: 650px !important;
  min-width: 380px !important;
  width: 99% !important;
  padding: 44px 38px 38px 38px !important;
  box-sizing: border-box !important;
  margin: 0 auto !important;
  direction: rtl !important;
  display: none;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,.07);
  overflow: hidden;
  position: relative;
}
.wip-modal.active {
  display: block !important;
}

/* بهبود چاپ فاکتور: جدول وسط صفحه و نمایش اجباری جدول */
@media print {
  body * {
    visibility: hidden !important;
  }
  #invoice-wrapper, #invoice-wrapper * {
    visibility: visible !important;
  }
  #invoice-wrapper {
    position: absolute !important;
    top: 40px !important;
    left: 0 !important;
    right: 0 !important;
    width: 90% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    font-family: 'iranYekan', sans-serif !important;
  }
  .inv-header {
    border-bottom: 2px solid #333 !important;
    margin-bottom: 18px !important;
    padding-bottom: 8px !important;
    text-align: center !important;
  }
  .inv-header h1 {
    font-size: 22px !important;
    margin-bottom: 0 !important;
  }
  .inv-table {
    display: table !important;
    margin: 0 auto !important;
    width: 100% !important;
    border-collapse: collapse !important;
    visibility: visible !important;
  }
  .inv-table th, .inv-table td {
    display: table-cell !important;
    border: 1px solid #000 !important;
    padding: 8px !important;
    text-align: right !important;
    font-size: 13pt !important;
    visibility: visible !important;
  }
  .inv-table th {
    background: #f0f0f0 !important;
    font-weight: bold !important;
  }
  .inv-print-btn, .wip-prev, .wip-confirm {
    display: none !important;
  }
}

/* استایل‌های بهبود یافته برای باکس خرید در حالت موبایل */
@media (max-width: 768px) {
    /* ثابت کردن باکس در پایین صفحه */
    .wip-tabs-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        margin: 0 !important;
        border-radius: 12px 12px 0 0 !important;
        max-width: 100% !important;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        transform: translateY(0);
        transition: transform 0.3s ease;
        background: #fff;
        border: 1px solid #eee;
    }
    
    /* حالت جمع شده */
    .wip-tabs-wrapper.collapsed {
        transform: translateY(calc(100% - 42px));
    }
    
    /* دکمه‌های تب */
    .wip-tabs-btns {
        padding: 4px 2px !important;
        background: #f8f8f8;
        cursor: pointer;
        display: flex;
        gap: 2px;
        border-bottom: 1px solid #eee;
    }
    
    .wip-tabs-btns button {
        flex: 1;
        padding: 8px 4px !important;
        font-size: 12px !important;
        min-width: auto !important;
        border-radius: 6px 6px 0 0 !important;
        font-weight: 500;
        background: transparent !important;
        color: #555 !important;
        border: none !important;
    }
    
    .wip-tabs-btns button.active {
        background: #f0f0f0 !important;
        color: #333 !important;
        border-bottom: 2px solid #E51010 !important;
        border-radius: 6px 6px 0 0 !important;
    }
    
    /* محتوای تب‌ها */
    .wip-tab-content {
        padding: 8px !important;
        max-height: 50vh;
        overflow-y: auto;
    }
    
    /* اطلاعات قیمت */
    #woo-ip-info {
        padding: 6px !important;
        font-size: 12px !important;
        margin-bottom: 6px !important;
        line-height: 1.3;
        border-radius: 6px;
        background: #f9f9f9;
        border: 1px solid #eee;
    }
    
    /* برچسب‌ها و ورودی‌ها */
    label.wip-label {
        font-size: 12px !important;
        margin-bottom: 3px !important;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 2px;
        color: #555;
    }
    
    #woo-ip-months, #woo-ip-deposit {
        width: 100% !important;
        padding: 6px !important;
        font-size: 13px !important;
        border-radius: 4px !important;
        border: 1px solid #ddd !important;
        background: #fff;
    }
    
    /* دکمه‌ها */
    .buy-now {
        padding: 8px 12px !important;
        font-size: 13px !important;
        width: 100%;
        border-radius: 6px !important;
        font-weight: 500;
        background: #FC221E !important;
        border: none !important;
    }
    
    .buy-now:hover:not(:disabled) {
        background: #45a049 !important;
    }
    
    .buy-now:disabled {
        background: #cccccc !important;
        color: #666666 !important;
    }
    
    /* نمایشگر مبلغ کل */
    .wip-total-price {
        text-align: center;
        font-weight: 500;
        margin: 4px 0;
        color: #333;
        font-size: 13px;
        padding: 0 8px;
    }
    
    .wip-total-price strong {
        color: #4CAF50;
    }
    
    /* افزودن فضای خالی در پایین صفحه */
    body.single-product .entry-summary {
        padding-bottom: 60px;
    }
    
    /* افزودن نشانگر برای قابلیت کشیدن به بالا */
    .wip-tabs-wrapper::before {
        content: '';
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 3px;
        background: #ccc;
        border-radius: 2px;
        z-index: 1;
    }
    
    /* کاهش فاصله بین عناصر */
    .wip-tab-content > * {
        margin-bottom: 5px !important;
    }
    
    /* بهبود ظاهر ورودی‌ها */
    input[type="text"], input[type="number"], input[type="tel"], input[type="email"] {
        border: 1px solid #ddd !important;
        border-radius: 4px !important;
        padding: 6px !important;
        font-size: 13px !important;
        background: #fff;
    }
    
    /* بهبود ظاهر اطلاعات قیمت */
    #woo-ip-info strong {
        font-size: 13px;
        color: #333;
    }
    
    /* بهبود ظاهر دکمه‌های تب */
    .wip-tabs-btns button:hover {
        background: #f0f0f0 !important;
    }
    
    /* بهبود ظاهر باکس کلی */
    .wip-tabs-wrapper {
        font-size: 12px;
    }
}


