main .product_wrap.budget .priceGoodsArea { display:none; }
main .product_wrap.budget .priceGoodsArea.on { display:block; }

.card_editor.is-gift-only .card_editor_body,
.card_editor.is-gift-only .card_editor_footer {display: none;}
.card_editor_body,
.card_editor_footer {transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease; opacity: 1; transform: translateY(0);}
.card_editor.is-gift-only .card_editor_body,
.card_editor.is-gift-only .card_editor_footer {opacity: 0; transform: translateY(-8px); max-height: 0; overflow: hidden; pointer-events: none;}
