.buy-gift-cards-list{display:flex;flex-direction:column;gap:1rem}.buy-gift-cards-list h1{color:var(--main-heading-color)}.buy-card .gift-cards{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;gap:50px}.buy-card .gift-card-v2{display:grid;grid-template-columns:auto 240px auto;grid-template-rows:3fr 1.1fr;grid-template-areas:" . content . " "info info info";background:var(--gift-card-background-color);border-radius:10px;width:300px;height:180px;overflow:hidden;box-shadow:0 6px 10px rgba(0,0,0,.25);transition:box-shadow .5s ease,transform .3s ease;position:relative}.buy-card .gift-card-v2:before{content:"";position:absolute;width:300px;height:180px;transform:rotate(-45deg);left:50%;background-color:hsl(0deg 0% 100%/16%);pointer-events:none}.buy-card .gift-card-v2 .gift-card-info{font-size:1.6rem;grid-area:info;background:#ecf0f1;display:flex;align-items:flex-end;justify-content:space-between;padding:.3rem .5rem}.buy-card .gift-card-v2 .gift-card-content{grid-area:content;display:flex;justify-content:flex-end;align-items:center;color:#fff;font-weight:700;flex-direction:column;font-size:3.4rem}.buy-card .gift-card-v2 .gift-card-details{font-weight:700;color:#666;display:flex;flex-direction:column;gap:6px}.buy-card .gift-card-v2 .buy-now{background-color:#55b130;padding:.8rem 1rem}.buy-card .gift-card-v2.allow-click{cursor:pointer}.buy-card .gift-card-v2 .gift-card-deposit{font-size:16px;font-weight:400}.buy-card .gift-card-v2 .bonus{position:absolute;background:#55b130;right:5px;top:7px;border-radius:10px;padding:3px 9px;color:white}.buy-card .gift-card-v2 .gift-card-title{font-weight:400;color:#666;font-size:18px}.buy-card .gift-card-v2 .you-pay-amount{font-size:26px}.buy-card .gift-card-v2 .gift-card-content{padding-bottom:7px;font-weight:400}.buy-card .gift-card-v2 .gift-card-total{font-size:12px;font-weight:400}.buy-card .gift-card-v2 .gift-card-total-amount{font-size:16px}.gift-card.no-card{height:90px;width:180px;grid-template-columns:auto 160px auto}.gift-card.no-card .gift-card-total{font-size:1.8rem}.gift-card.no-card .gift-card-info{justify-content:center}