/* ==========================================================================
   PRODUCT CARD COMPONENT - FLAT MODERN DESIGN (SQUARE 1:1)
   ========================================================================== */

/* 1. THẺ BỌC NGOÀI CARD (NỀN TRẮNG, ĐỔ BÓNG NHẸ, BO GÓC = 0 CHUẨN MẪU TRANG CHỦ) */
.product-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #ffffff !important; /* Nền card màu trắng chuẩn mẫu */
    text-decoration: none !important;
    color: inherit !important;
    box-sizing: border-box !important;
    cursor: pointer;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
    padding: 0 !important;
    min-width: 0;
    overflow: hidden !important;
    transition: var(--transition-base, all 0.3s cubic-bezier(0.25, 1, 0.5, 1)) !important;
}

.product-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
    opacity: 1 !important;
}

/* 2. KHUNG ẢNH: ÉP TỶ LỆ VUÔNG 1:1 TRÊN MỌI THIẾT BỊ, BO GÓC = 0 */
.product-card .product-card__img,
.product-card__img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important; /* Bắt buộc tỉ lệ ảnh vuông 1:1 */
    overflow: hidden !important;
    background-color: #f7f7f7 !important;
    flex-shrink: 0 !important;
    display: block !important;
    position: relative !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

/* 3. THẺ ẢNH: CẮT VỪA KHÍT KHUNG */
.product-card .product-card__img img,
.product-card__img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Tránh bóp méo hình ảnh */
    object-position: center center !important;
    display: block !important;
    border-radius: 0 !important;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* 3.1 NHÃN / BADGE SẢN PHẨM (MỚI, SALES, TÙY CHỈNH - BO GÓC = 0) */
.product-card__badge {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    background-color: #C84A12;
    color: #ffffff !important;
    font-family: var(--font-lexend, 'Lexend'), sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    padding: 5px 9px !important;
    border-radius: 0 !important;
    z-index: 5 !important;
    pointer-events: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
    text-transform: none !important;
    letter-spacing: 0.2px !important;
    display: inline-block !important;
}

.product-card:hover .product-card__img img {
    transform: scale(1.05) !important; /* Hiệu ứng zoom nhẹ tinh tế */
}

/* 4. KHU VỰC THÔNG TIN TEXT (KHUNG TRẮNG CÓ PADDING ĐỆM CĂN GIỮA TUYỆT ĐỐI) */
.product-card .product-card__info,
.product-card__info {
    background-color: #ffffff !important; /* Khung nền trắng */
    padding: 16px 14px 18px !important; /* Padding đệm chuẩn mẫu trang chủ */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
    min-width: 0;
    margin: 0 !important;
    flex-grow: 1 !important;
    border-radius: 0 !important;
}

/* Tên danh mục (Màu xám nhạt, nằm trên tên sản phẩm) */
.product-card .product-card__category,
.product-card__category {
    font-family: var(--font-lexend), sans-serif !important; /* Đồng bộ font Lexend */
    font-size: 12.5px !important;
    color: var(--text-grey, #7B8A99) !important; /* Sử dụng biến màu xám hệ thống */
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
}

/* Tên sản phẩm (Màu đen nhẹ, nét vừa vặn) */
.product-card .product-card__title,
.product-card__title {
    font-family: var(--font-lexend), sans-serif !important; /* Đồng bộ font Lexend */
    font-size: 15.5px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    color: var(--text-dark, #3A2116) !important; /* Chuyển về đen */
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    /* Giới hạn tối đa 2 dòng nếu tên quá dài, tránh làm lệch lưới */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
}

/* 5. GIÁ SẢN PHẨM (MÀU ĐEN ĐẬM PHẲNG HÀNG Ở ĐÁY) */
.product-card .product-card__price,
.product-card__price {
    font-family: var(--font-lexend), sans-serif !important; /* Đồng bộ font Lexend */
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--text-dark, #3A2116) !important; /* Chuyển hoàn toàn sang màu đen thuần túy */
    line-height: 1.2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin-top: auto !important; /* Luôn đẩy giá xuống đáy card */
    margin-bottom: 0 !important;
    padding: 0 !important;
}

/* Giá gốc khi có giảm giá */
.product-card__price del {
    color: var(--text-grey, #7B8A99) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
}

/* Giá khuyến mãi hoặc giá thường */
.product-card__price ins,
.product-card__price .woocommerce-Price-amount {
    color: var(--text-dark, #3A2116) !important; /* Màu đen đậm */
    font-weight: 700 !important;
    text-decoration: none !important;
}

/* Giá liên hệ */
.product-card__price .price-contact {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--text-dark, #3A2116) !important;
}