/* Product Card Premium Redesign Overrides */
.product-card {
    height: 100% !important;
    border: 1px solid var(--border) !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    padding: 16px !important;
    box-shadow: 0 12px 35px rgba(13, 43, 69, 0.10) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
}

.product-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 40px rgba(13, 43, 69, 0.15) !important;
    border-color: rgba(30, 90, 138, 0.15) !important;
}

.product-image-wrap {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    margin-bottom: 0.85rem !important;
    aspect-ratio: 1 / 1 !important;
}

.product-image-wrap::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(13, 43, 69, 0.35) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: none !important;
    border-radius: 18px !important;
    z-index: 1 !important;
}

.product-card-image-link {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.product-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 18px !important;
    background: var(--light-bg) !important;
    transition: transform 0.4s ease !important;
    display: block !important;
}

.product-card:hover img,
.product-card.active-hover img {
    transform: scale(1.04) !important;
}

.product-card:hover .product-image-wrap::after,
.product-card.active-hover .product-image-wrap::after {
    opacity: 1 !important;
}



.product-image-wrap .send-inquiry-btn,
.product-image-wrap .btn-card-enquiry {
    position: absolute !important;
    left: 50% !important;
    bottom: 22px !important;
    top: auto !important;
    right: auto !important;
    transform: translate(-50%, 12px) !important;
    width: auto !important;
    height: auto !important;
    min-height: unset !important;
    max-height: 48px !important;
    background: #F47A20 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 38px !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    line-height: 1 !important;
    box-shadow: 0 10px 25px rgba(244, 122, 32, 0.35) !important;
    transition: all 0.3s ease !important;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: 15 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.55rem !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

.product-image-wrap .send-inquiry-btn svg,
.product-image-wrap .btn-card-enquiry svg {
    width: 1.05rem !important;
    height: 1.05rem !important;
    stroke-width: 2.2 !important;
}

.product-card:hover .product-image-wrap .send-inquiry-btn,
.product-card:hover .product-image-wrap .btn-card-enquiry,
.product-card.active-hover .product-image-wrap .send-inquiry-btn,
.product-card.active-hover .product-image-wrap .btn-card-enquiry {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, 0) !important;
}

.product-image-wrap .send-inquiry-btn:hover,
.product-image-wrap .btn-card-enquiry:hover {
    background: #0D2B45 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 25px rgba(13, 43, 69, 0.35) !important;
}

/* Card Body & Title Details */
.product-card-body {
    padding: 0.35rem 0.5rem 0.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.product-card h3 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.35 !important;
    text-align: center !important;
    font-family: "Poppins", sans-serif !important;
}

.product-card h3 a {
    color: #0D2B45 !important;
    transition: color 0.2s ease !important;
    display: block !important;
}

.product-card h3 a:hover {
    color: #F47A20 !important;
}

/* Price Styles */
.product-card-price {
    text-align: center !important;
    margin-bottom: 0.5rem !important;
    font-family: "Poppins", sans-serif !important;
}

.product-card-price .price-amount {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #F47A20 !important;
}

.product-card-price .price-unit {
    font-size: 0.8rem !important;
    color: #0D2B45 !important;
    opacity: 0.7 !important;
    font-weight: 500 !important;
}

.product-card-price .price-request {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #1E5A8A !important;
    letter-spacing: 0.3px !important;
}

/* Decorative Divider */
.product-card-divider {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.55rem !important;
    margin-bottom: 0.9rem !important;
}

.product-card-divider .divider-line {
    height: 1px !important;
    width: 2.2rem !important;
    background: rgba(13, 43, 69, 0.1) !important;
}

.product-card-divider .divider-diamond {
    width: 7px !important;
    height: 7px !important;
    border: 2px solid #F47A20 !important;
    transform: rotate(45deg) !important;
    display: block !important;
    background: #fff !important;
}

/* Boxed Specifications Grid */
.product-card-meta {
    border: 1px solid #F2F4F7 !important;
    border-radius: 0.75rem !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    margin-bottom: 1rem !important;
    margin-top: auto !important;
    background: #ffffff !important;
    gap: 0 !important;
    padding-top: 0 !important;
}

.product-card-meta-cell {
    padding: 0.65rem 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.65rem !important;
    border-right: 1px solid #F2F4F7 !important;
    border-bottom: 1px solid #F2F4F7 !important;
}

.product-card-meta-cell:nth-child(2n) {
    border-right: none !important;
}

.product-card-meta-cell-wide {
    grid-column: span 2 !important;
    border-right: none !important;
    border-bottom: none !important;
}

.product-card-meta-icon {
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 50% !important;
    background: rgba(244, 122, 32, 0.08) !important;
    color: #F47A20 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.product-card-meta-icon svg {
    width: 0.95rem !important;
    height: 0.95rem !important;
    stroke-width: 2 !important;
}

.product-card-meta-copy {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.1rem !important;
    text-align: left !important;
}

.product-card-meta-copy strong {
    color: #0D2B45 !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

.product-card-meta-copy span {
    color: #0D2B45 !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    opacity: 0.8 !important;
}
