﻿a:hover {
    color: #967005;
    text-decoration: none;
}

.honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
}




.product-item {
    height: 100%;
}

.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card-content {
    flex-grow: 1;
}

