/* Product WhatsApp buttons - match header style */
.product-item .btn-success {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 6px;
}

.product-item .btn-success .fab {
    margin-right: 0.25rem;
}

/* Remove hover effects on product images */

.product-action {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.product-item .product-img {
    height: 280px;
}
.product-item .product-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: none !important;
}
.product-item:hover .product-img img {
    transform: none !important;
}

/* View All Products button - no hover effect */
.btn-outline-dark.btn-view-all:hover,
.btn-outline-dark.btn-view-all:focus,
.btn-outline-dark.btn-view-all:active {
    background-color: transparent !important;
    border-color: #343a40 !important;
    color: #343a40 !important;
    box-shadow: none !important;
}
