.gift-cards{display:grid}.gift-cards__item{overflow:hidden;position:relative}.gift-cards__image img{aspect-ratio:4/3;width:100%}.gift-cards__content{bottom:0;position:absolute;z-index:2}.gift-cards__text{margin:0;max-height:0;opacity:0;overflow:hidden;transition:.3s ease}.gift-cards__item:hover .gift-cards__text{max-height:10rem;opacity:1;overflow:visibility}.gift-cards__image:before{background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.95));bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}