.gift-cards-opening,
.gift-cards-opening.aligncenter{
	margin: 40px auto 50px;
	max-width: var(--wp--style--global--wide-size);
	padding: 0 calc(40px + 4vw);
	width: 100%;
}
.gift-cards-opening.overlap-top, .gift-cards-opening.overlap-top.aligncenter{
	margin-top: -240px !important;
	position: relative;
	z-index: 5;
}
.gift-cards-opening .inner{
	width: 100%;
	max-width: var(--wp--style--global--wide-size);
	margin: auto;
}
ul.gift-cards-opening-grid{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap:wrap;
	list-style: none;
	gap: 20px;
	padding: 0 40px;
	margin: -50px 0 0;
	position: relative;
	bottom: -50%;
	translate: 0 50%;
}
.gift-cards-opening-grid  li{
	width: calc(25% - 30px);
	display: block;
	aspect-ratio: 2/1;
	position: relative;
	box-shadow:var(--standard-shadow);
}
.gift-cards-opening-grid  li h2{
	height:100%;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0;
	font-size: 50px;
	font-family: var(--titlefont);
	position: relative;
	z-index: 2;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.gift-cards-opening-grid  li a{
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	font-family: var(--titlefont);
	height:100%;
	width: 100%;
}
.gift-cards-opening-grid  li span{
	margin: -6px 0 0;
    line-height: 1em;
    display: inline-block;
	font-size: 50px;
}
.gift-card-item-background{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	top: 0;
	left: 0;
}
.gift-card-item-background p{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.gift-card-item-background svg{
	height: 100%;
	width: auto;
	opacity: 0.3;
}
.gift-cards-opening main{
	width:100%;
	padding:var(--padding-xxl) var(--padding-xl) var(--padding-l);
}
.opening-drop-shadow main{
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.opening-endlogo{
	width: 100%;
	display:flex;
	justify-content: center;
	padding-top:var(--padding-l);
}
.opening-endlogo img,
.opening-endlogo svg{
	max-height: 80px;
	height: auto;
	width: auto;
}