/* اضافه کنید به assets/compatibility.css */

/* استایل‌های تصویر بهبود یافته */
.wc-inline-product-image {
    all: initial !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 12px 12px 0 0 !important;
    background: #f8f9fa !important;
    width: 100% !important;
    height: 220px !important;
}

.wc-inline-product-image a {
    all: initial !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.wc-inline-product-img {
    all: initial !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f8f9fa !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

/* تصویر placeholder */
.wc-inline-product-img.wc-placeholder {
    background: #f8f9fa !important;
    opacity: 0.7 !important;
}

/* توضیحات کوتاه */
.wc-inline-product-excerpt {
    all: initial !important;
    display: block !important;
    font-family: inherit !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #777 !important;
    margin: 8px 0 !important;
    text-align: center !important;
}

/* وضعیت ناموجود */
.wc-inline-out-of-stock {
    all: initial !important;
    display: inline-block !important;
    font-family: inherit !important;
    background: #e74c3c !important;
    color: white !important;
    padding: 4px 12px !important;
    border-radius: 15px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin: 10px 0 !important;
}

/* دکمه‌های بهبود یافته */
.wc-inline-add-to-cart-btn,
.wc-inline-view-product-btn {
    all: initial !important;
    display: inline-block !important;
    font-family: inherit !important;
    background: linear-gradient(135deg, #3498db, #2980b9) !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    border: none !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3) !important;
    text-transform: none !important;
    outline: none !important;
    position: relative !important;
    overflow: hidden !important;
    text-align: center !important;
    white-space: nowrap !important;
    min-width: 160px !important;
}

.wc-inline-add-to-cart-btn:hover,
.wc-inline-view-product-btn:hover {
    background: linear-gradient(135deg, #2980b9, #1f5f8b) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4) !important;
}

.wc-inline-add-to-cart-btn.loading {
    background: #95a5a6 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.wc-inline-add-to-cart-btn.added {
    background: linear-gradient(135deg, #27ae60, #229954) !important;
    box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3) !important;
}

/* پیام عدم وجود محصول */
.wc-inline-no-products {
    all: initial !important;
    display: block !important;
    font-family: inherit !important;
    text-align: center !important;
    padding: 40px 20px !important;
    background: #f8f9fa !important;
    border: 2px dashed #ddd !important;
    border-radius: 8px !important;
    color: #666 !important;
    font-size: 16px !important;
}

/* اصلاح برای لیست */
.wc-inline-list .wc-inline-product-image {
    height: 100px !important;
    width: 120px !important;
    flex: 0 0 120px !important;
}
