.site-header .logo {
    max-height: 48px;
    width: auto;
}

.product-card .card-img-top {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-card {
    transition: box-shadow 0.15s ease-in-out;
}

.product-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
