/*
 Theme Name:   Superstitions v2
 Theme URI:    http://superstitionsblog.com
 Description:  UnderStrap Child Theme
 Author:       Catherine
 Author URI:   sailorv@gmail.com
 Template:     understrap
 Version:      2
 License:      Commercial
 Text Domain:  understrap-child
*/

.card.shop-product {
	border: 0;
	border-radius: 0;
	font-family: Futura;
	font-size: .9rem;
}
.card.shop-product .post {
	position: relative;
}
.card.shop-product .post img {
	padding: 20px;
}
.card.shop-product .post .post-entry {
	opacity: 0;
    position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    transition: opacity 0.15s ease-in-out 0s;
    font-family: "Futura", "Lalezar", serif;
    color: #fff;
    text-align: center;
}

.shop-product a.btn.btn-secondary {
    display: block;
    margin-top: .5rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: inherit;
    padding: .75rem 1.5rem;
    background-color: #000;
    border-color: #000;
    color: #fff !important;
}

.card.shop-product .post .post-entry .post-title a {
	color: #fff;
	margin-top: .5rem;
	font-size: 1.2rem;
}
.card.shop-product .post:hover .post-entry{
	opacity: 1;
}