.gift-cards .list-item{display:flex;align-items:center;margin-top:20px;font-size:14px;background-color:#0000001a;font-weight:700;font-style:italic;padding-right:10px}.gift-cards .list-item>span{background-color:var(--brand-red);padding:10px;font-size:24px;font-weight:700;font-style:normal;margin-right:10px;border-radius:4px;color:#fff}.hero-wrapper{padding:0;height:130px;position:relative;display:flex;align-items:center;justify-content:center;perspective:350px;background:url(/assets/grunge-hero-bkg-D8A9Ha_q.jpg) no-repeat center;background-size:auto 100%;background-color:#000}.gift-card-image{width:230px;animation:rotate 15s linear infinite;animation-timing-function:ease-in-out;filter:drop-shadow(0 0 50px var(--brand-red))}@media (min-width: 768px){.hero-wrapper{height:200px;perspective:700px}.gift-card-image{width:350px}.gift-cards .list-item{font-size:20px}}@media (min-width: 992px){.hero-wrapper{height:250px}.gift-card-image{width:430px}}@media (min-width: 1280px){.hero-wrapper{height:300px}.gift-card-image{width:500px}}@keyframes rotate{0%{transform:rotateY(-35deg) rotateX(35deg)}50%{transform:rotateY(35deg) rotateX(35deg)}to{transform:rotateY(-35deg) rotateX(35deg)}}
