{"id":33191,"date":"2023-11-29T06:55:28","date_gmt":"2023-11-29T06:55:28","guid":{"rendered":"https:\/\/prj-cinema.md-staging.com\/?page_id=26"},"modified":"2023-11-29T06:55:28","modified_gmt":"2023-11-29T06:55:28","slug":"gift-cards","status":"publish","type":"page","link":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/gift-cards\/","title":{"rendered":"Gift Cards"},"content":{"rendered":"\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group alignwide has-white-color has-text-color has-link-color wp-elements-e7b65d8f8316161f4a10fe8061fc821f\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h1 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-f6d9bc7d882c8bf815cff4478ed7cbe4\" id=\"h-gift-cards\" style=\"font-size:48px\">Gift Cards<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-gift-an-amazing-experience-perfect-for-any-occasion\">Gift An Amazing Experience &#8211; Perfect for Any Occasion!<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Give your friends and family a gift they\u2019ll really cherish &#8211; a night at the movies! From holidays and birthdays, to anniversaries and thank yous, a West Wind Drive-In gift card is the perfect way to show you care. Whether it sparks a romantic date or a new family tradition, your gift card makes for a thoughtful, one-of-a-kind present.<\/p>\n<\/div><\/div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group alignwide gift-cards-wrapper\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n\n\n\t\t<div class=\"movie-purchase-ticket-cart-page gift-card-purchase-ticket-cart-page\">\n\t\t\t<div id=\"giftCardPurchase\">\n\t\t\t\t<div class=\"gift-card-error-modal\" style=\"display:none\">\n\t\t\t\t\t<div class=\"gift-card-error-modal-inner\">\n\t\t\t\t\t\t<h3 class=\"ticker-error-title\">ERROR<\/h3>\n\t\t\t\t\t\t<p class=\"ticker-error\"><\/p>\n\t\t\t\t\t\t<button class=\"gift-card-failed-btn\">Okay<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"main-content row\" v-if=\"!error\">\n\t\t\t\t\t<div class=\"col-12 gift-card-header\">\n\t\t\t\t\t\t<h2>Purchase Gift Cards Now!<\/h2>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"col-60\">\n\t\t\t\t\t\t<div class=\"gift-card-section\" v-if=\"giftCards.length > 0\">\n\t\t\t\t\t\t\t<div class=\"card\">\n\t\t\t\t\t\t\t\t<div class=\"card-body\">\n\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t<div v-for=\"(giftCard, index) in giftCards\" :key=\"giftCard.Id\" class=\"col-xl-6 mb-4\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"card\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\t\t\t\t\t\t:src=\"imageBaseURL +'\/CDN\/media\/entity\/get\/ItemGraphic\/' + giftCard.Id + '?width=300&height=300&referenceScheme=HeadOffice&allowPlaceHolder=true'\"\n\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"card-img-top w-100\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t:alt=\"giftCard.Description\"\n\t\t\t\t\t\t\t\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h6 class=\"card-title\" style=\"text-overflow: ellipsis; overflow: hidden; white-space: nowrap;\">{{giftCard.Description}}<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"card-text text-white\">{{new Intl.NumberFormat('en-US', {style: 'currency',currency: 'USD'}).format((giftCard.PriceInCents \/ 100))}}<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"btn btn-theme\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-bs-toggle=\"modal\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t:data-bs-target=\"'#giftCardModal-' + index\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tSelect\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<!-- Modal -->\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"modal fade\" :id=\"'giftCardModal-' + index\" tabindex=\"-1\" aria-labelledby=\"giftCardModalLabel\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"modal-dialog modal-lg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"modal-content bg-dark border-theme\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"modal-header border-theme\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h5 class=\"modal-title text-white fw-bold\" id=\"giftCardModalLabel\">Purchase Gift Card<\/h5>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn-close btn-close-white\" data-bs-dismiss=\"modal\" aria-label=\"Close\"><\/button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<form :id=\"'giftCardForm-' + index\" @submit.prevent=\"addGiftCardToCart(giftCard, 'giftCardModal-' + index, $event)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"modal-body p-4\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"assign-gift-form\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"text-white fw-bold mb-2\">Gift<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"text-white mb-0\">{{new Intl.NumberFormat('en-US', {style: 'currency',currency: 'USD'}).format((giftCard.PriceInCents \/ 100))}} GIFT CARD<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"text-white fw-bold mb-2\">Quantity<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"quantity-control\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-quantity btn-minus\" v-on:click=\"subtractGiftCardQuantity(giftCard)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"16\" width=\"16\" viewBox=\"0 0 448 512\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#ffffff\" d=\"M416 208H32c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32v-32c0-17.7-14.3-32-32-32z\"><\/path>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input readonly type=\"number\" step=\"1\" class=\"form-control quantity-input\" v-model=\"giftCard.quantity\" aria-label=\"Quantity\" min=\"1\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-quantity btn-plus\" v-on:click=\"addGiftCardQuantity(giftCard)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"16\" width=\"16\" viewBox=\"0 0 448 512\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill=\"#ffffff\" d=\"M416 208H272V64c0-17.7-14.3-32-32-32h-32c-17.7 0-32 14.3-32 32v144H32c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32h144v144c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V304h144c17.7 0 32-14.3 32-32v-32c0-17.7-14.3-32-32-32z\"><\/path>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label :for=\"'recipientName-' + index\" class=\"text-white fw-bold mb-2\">Recipient's Name<sup class=\"text-danger\">*<\/sup><\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" :id=\"'recipientName-' + index\" class=\"form-control\" :name=\"'recipientName-' + index\" required placeholder=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label :for=\"'recipientEmail-' + index\" class=\"text-white fw-bold mb-2\">Email<sup class=\"text-danger\">*<\/sup><\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"email\" :id=\"'recipientEmail-' + index\" class=\"form-control\" :name=\"'recipientEmail-' + index\" required placeholder=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label :for=\"'yourName-' + index\" class=\"text-white fw-bold mb-2\">Your Name<sup class=\"text-danger\">*<\/sup><\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" :id=\"'yourName-' + index\" class=\"form-control\" :name=\"'yourName-' + index\" required placeholder=\"\" value=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label :for=\"'giftMessage-' + index\" class=\"text-white fw-bold mb-2\">Gift Message<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<textarea :id=\"'giftMessage-' + index\" class=\"form-control\" :name=\"'giftMessage-' + index\" rows=\"3\" placeholder=\"\"><\/textarea>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"modal-footer border-theme\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-cancel\" data-bs-dismiss=\"modal\">Cancel<\/button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-bind:disabled=\"giftCard.quantity == 0 || isAddingToCart\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"btn btn-add-to-basket\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"!isAddingToCart\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"editingItemIndex !== null\">Save<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span v-else>Add to Basket<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span v-else>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"spinner-border spinner-border-sm me-2\" role=\"status\" aria-hidden=\"true\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tLoading...\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/form>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<p class=\"gift-card-notice\">Gift cards will be emailed to the designated recipient(s)<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n                    <div class=\"col-40\">\n\t\t\t\t\t\t<div class=\"cart-order-details\">\n\t\t\t\t\t\t\t<div class=\"cart-order-details__head\">\n\t\t\t\t\t\t\t\t<h3>Checkout<\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"cart-order-details__body\">\n\t\t\t\t\t\t\t\t<ul id=\"cart-progressbar\" class=\"cart-step-wizard\">\n\t\t\t\t\t\t\t\t\t<li :class=\"[0 < step ? 'active' : '']\" id=\"cart-step1\"><div class=\"step-wizard-text\">Checkout<\/div><\/li>\n\t\t\t\t\t\t\t\t\t<li :class=\"[1 < step ? 'active' : '']\" id=\"cart-step2\"><div class=\"step-wizard-text\">Payment Method<\/div><\/li>\n\t\t\t\t\t\t\t\t\t<li :class=\"[2 < step ? 'active' : '']\" id=\"cart-step3\"><div class=\"step-wizard-text\">Confirmation<\/div><\/li>\n\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t<div class=\"cart-summary\">\n\t\t\t\t\t\t\t\t\t<div v-if=\"order && order.items && order.items.length > 0\">\n\t\t\t\t\t\t\t\t\t\t<div v-for=\"(orderItem, index) in order.items\" class=\"list-group-item\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button v-on:click=\"removeGiftCardFromCart(orderItem, index)\" class=\"btn btn-outline-danger btn-sm\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.591 1.87502H11.4088C11.5892 1.8749 11.7463 1.8748 11.8946 1.89849C12.4807 1.99208 12.9878 2.35762 13.262 2.88403C13.3313 3.01727 13.3809 3.16634 13.4378 3.33745L13.5309 3.61653C13.5467 3.66377 13.5512 3.67715 13.5549 3.68768C13.7009 4.09112 14.0793 4.36383 14.5081 4.3747C14.5194 4.37498 14.5332 4.37503 14.5833 4.37503H17.0833C17.4284 4.37503 17.7083 4.65486 17.7083 5.00003C17.7083 5.34521 17.4284 5.62503 17.0833 5.62503H2.9165C2.57133 5.62503 2.2915 5.34521 2.2915 5.00003C2.2915 4.65486 2.57133 4.37503 2.9165 4.37503H5.41657C5.46661 4.37503 5.48042 4.37498 5.4917 4.3747C5.92057 4.36383 6.29893 4.09113 6.44485 3.6877C6.4487 3.6771 6.4531 3.66401 6.46893 3.61653L6.56194 3.33747C6.61884 3.16637 6.66845 3.01727 6.73783 2.88403C7.01195 2.35762 7.51911 1.99208 8.1052 1.89849C8.25354 1.8748 8.41067 1.8749 8.591 1.87502ZM7.50663 4.37503C7.54955 4.29085 7.58759 4.20337 7.62032 4.1129C7.63025 4.08543 7.64 4.05618 7.65252 4.01862L7.73569 3.76911C7.81166 3.54118 7.82916 3.49469 7.84651 3.46137C7.93789 3.2859 8.10695 3.16405 8.3023 3.13285C8.33942 3.12692 8.389 3.12503 8.62925 3.12503H11.3705C11.6108 3.12503 11.6604 3.12692 11.6975 3.13285C11.8928 3.16405 12.0619 3.2859 12.1533 3.46137C12.1707 3.49469 12.1882 3.54117 12.2641 3.76911L12.3473 4.01847L12.3795 4.11292C12.4123 4.20338 12.4503 4.29085 12.4932 4.37503H7.50663Z\" fill=\"#FE1F19\"\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M4.92931 7.04243C4.90635 6.69802 4.60853 6.43743 4.26411 6.46039C3.91971 6.48335 3.65911 6.78117 3.68207 7.12558L4.06828 12.9187C4.13953 13.9877 4.19708 14.8511 4.33206 15.5287C4.47239 16.2331 4.71107 16.8215 5.20406 17.2827C5.69706 17.7439 6.30002 17.9429 7.01223 18.0361C7.69725 18.1257 8.56256 18.1257 9.6339 18.1257H10.3663C11.4376 18.1257 12.303 18.1257 12.9881 18.0361C13.7002 17.9429 14.3032 17.7439 14.7962 17.2827C15.2892 16.8215 15.5279 16.2331 15.6682 15.5287C15.8032 14.8511 15.8607 13.9877 15.932 12.9187L16.3182 7.12558C16.3411 6.78117 16.0806 6.48335 15.7361 6.46039C15.3917 6.43743 15.0939 6.69802 15.071 7.04243L14.6876 12.7917C14.6128 13.9149 14.5595 14.6964 14.4423 15.2844C14.3286 15.8548 14.1701 16.1568 13.9422 16.3699C13.7144 16.583 13.4026 16.7213 12.8259 16.7967C12.2314 16.8744 11.4481 16.8757 10.3224 16.8757H9.6779C8.55223 16.8757 7.76886 16.8744 7.17436 16.7967C6.59769 16.7213 6.28589 16.583 6.05805 16.3699C5.8302 16.1568 5.67159 15.8548 5.55796 15.2844C5.44083 14.6964 5.38747 13.9149 5.31259 12.7917L4.92931 7.04243Z\" fill=\"#FE1F19\"\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M7.85436 8.54416C8.19783 8.50983 8.50414 8.76041 8.53848 9.10391L8.95514 13.2706C8.98948 13.614 8.73889 13.9203 8.39539 13.9547C8.05194 13.989 7.74567 13.7384 7.71132 13.3949L7.29465 9.22825C7.26031 8.88483 7.5109 8.5785 7.85436 8.54416Z\" fill=\"#FE1F19\"\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M12.1454 8.54416C12.4889 8.5785 12.7395 8.88483 12.7052 9.22825L12.2885 13.3949C12.2541 13.7384 11.9478 13.989 11.6044 13.9547C11.2609 13.9203 11.0103 13.614 11.0447 13.2706L11.4613 9.10391C11.4957 8.76041 11.802 8.50983 12.1454 8.54416Z\" fill=\"#FE1F19\"\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-10\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-9 ps-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>{{typeof orderItem.name === 'string' ? orderItem.name : (orderItem.name && orderItem.name.text ? orderItem.name.text : orderItem.description)}}<\/strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div v-if=\"orderItem.recipientName\" class=\"text-muted small mt-1\">{{orderItem.recipientName}}<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-3 ps-0 text-end d-flex align-items-center justify-content-end gap-2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"orderItem.price != orderItem.originalPrice && orderItem.originalPrice\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"item-final-price\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{new Intl.NumberFormat('en-US', {style: 'currency',currency: 'USD'}).format(orderItem.price || 0)}}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"item-orignal-price\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{new Intl.NumberFormat('en-US', {style: 'currency',currency: 'USD'}).format(orderItem.originalPrice || 0)}}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span v-else>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{new Intl.NumberFormat('en-US', {style: 'currency',currency: 'USD'}).format(orderItem.price || 0)}}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button v-on:click=\"editGiftCard(orderItem, index)\" class=\"btn btn-sm btn-edit-gift-card\" type=\"button\" title=\"Edit\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M3.47026 13.6241C3.31026 13.6241 3.15057 13.5631 3.02838 13.4409C2.78432 13.1969 2.78432 12.8013 3.02838 12.5572L12.7953 2.79032C13.039 2.54625 13.4349 2.54625 13.679 2.79032C13.9231 3.03438 13.9231 3.43 13.679 3.67407L3.91213 13.4409C3.79026 13.5628 3.63026 13.6241 3.47026 13.6241Z\" fill=\"#DAA256\"\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M2.50526 18.125C2.46183 18.125 2.41776 18.1203 2.3737 18.1109C2.0362 18.0384 1.8212 17.7062 1.8937 17.3687L2.85933 12.8678C2.93183 12.5303 3.26558 12.3159 3.60151 12.3878C3.93901 12.4603 4.15401 12.7925 4.08151 13.13L3.11589 17.6309C3.05308 17.9244 2.7937 18.125 2.50526 18.125Z\" fill=\"#DAA256\"\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M7.00566 17.1594C6.84566 17.1594 6.68597 17.0984 6.56378 16.9762C6.31972 16.7322 6.31972 16.3366 6.56378 16.0925L16.3307 6.32593C16.5744 6.08187 16.9703 6.08187 17.2144 6.32593C17.4585 6.56999 17.4585 6.96562 17.2144 7.20968L7.44785 16.9762C7.32566 17.0984 7.16566 17.1594 7.00566 17.1594Z\" fill=\"#DAA256\"\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M2.50411 18.125C2.21567 18.125 1.95661 17.9244 1.89349 17.6309C1.8213 17.2934 2.03599 16.9613 2.37349 16.8888L6.87442 15.9231C7.21224 15.8516 7.54442 16.0659 7.61661 16.4031C7.6888 16.7406 7.47411 17.0728 7.13661 17.1453L2.63567 18.1109C2.59161 18.1206 2.54755 18.125 2.50411 18.125Z\" fill=\"#DAA256\"\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M15.0047 9.16033C14.8447 9.16033 14.6847 9.09939 14.5628 8.9772L11.0275 5.44189C10.7835 5.19783 10.7835 4.8022 11.0275 4.55814C11.2713 4.31408 11.6675 4.31408 11.9113 4.55814L15.4466 8.09345C15.6907 8.33751 15.6907 8.73314 15.4466 8.9772C15.3247 9.09939 15.1647 9.16033 15.0047 9.16033Z\" fill=\"#DAA256\"\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M16.7726 7.3928C16.6126 7.3928 16.4526 7.33186 16.3304 7.20967C16.0863 6.96561 16.0863 6.56999 16.3304 6.32561C16.6782 5.9778 16.8697 5.50686 16.8697 4.99999C16.8697 4.49311 16.6782 4.02217 16.3304 3.67436C15.9822 3.32624 15.5113 3.13467 15.0044 3.13467C14.4976 3.13467 14.0266 3.32624 13.6788 3.67436C13.4351 3.91842 13.0394 3.91874 12.7947 3.67436C12.5507 3.4303 12.5507 3.03467 12.7947 2.7903C13.3785 2.20624 14.1632 1.88467 15.0044 1.88467C15.8454 1.88467 16.6304 2.20624 17.2141 2.7903C17.7982 3.37405 18.1197 4.15874 18.1197 4.99999C18.1197 5.84124 17.7982 6.62592 17.2141 7.20967C17.0926 7.33155 16.9326 7.3928 16.7726 7.3928Z\" fill=\"#DAA256\"\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div> \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\" v-for=\"(modifier, index2) in orderItem.modifiers\" v-if=\"orderItem.modifiers && orderItem.modifiers.length > 0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-9 ps-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div style=\"white-space: nowrap; overflow: hidden; text-overflow: ellipsis;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"fs-6\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t- {{modifier.description}}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-3 ps-0 text-end\" v-if=\"modifier.finalPriceInCents != modifier.originalPriceInCents\">\n                                                            <span class=\"fs-6 item-final-price\" v-if=\"modifier.finalPriceInCents > 0\">\n                                                                {{new Intl.NumberFormat('en-US', {style: 'currency',currency: 'USD'}).format((modifier.finalPriceInCents \/ 100))}}\n                                                            <\/span>\n                                                            <span class=\"fs-6 item-orignal-price\" v-if=\"modifier.finalPriceInCents > 0\">\n                                                                {{new Intl.NumberFormat('en-US', {style: 'currency',currency: 'USD'}).format((modifier.originalPriceInCents \/ 100))}}\n                                                            <\/span>\n                                                        <\/div> \n                                                        <div v-else class=\"col-3 ps-0 text-end\">\n                                                            <span class=\"fs-6\" v-if=\"modifier.finalPriceInCents > 0\">\n                                                                {{new Intl.NumberFormat('en-US', {style: 'currency',currency: 'USD'}).format((modifier.finalPriceInCents \/ 100))}}\n                                                            <\/span>\n                                                        <\/div> \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"cart-total-box\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"box-row sub-total\" v-if=\"cart.fees > 0\">\n\t\t\t\t\t\t\t\t\t\t\t<span>Subtotal<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span>{{new Intl.NumberFormat('en-US', {style: 'currency',currency: 'USD'}).format((cart.subtotal \/ 100))}}<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"box-row tex-total\" v-if=\"cart.fees > 0\">\n\t\t\t\t\t\t\t\t\t\t\t<span>Booking Fee<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span>{{new Intl.NumberFormat('en-US', {style: 'currency',currency: 'USD'}).format((cart.fees \/ 100))}}<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div id=\"divRemainingBalance\" v-if=\"remainingOrderValue > -1 \">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\" v-for=\"(giftCard, index) in giftCards\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button v-on:click=\"removeGiftCard(giftCard.CardIndex)\" :data-index=\"giftCard.CardIndex\" class=\"btn btn-outline-danger btn-sm\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.591 1.87502H11.4088C11.5892 1.8749 11.7463 1.8748 11.8946 1.89849C12.4807 1.99208 12.9878 2.35762 13.262 2.88403C13.3313 3.01727 13.3809 3.16634 13.4378 3.33745L13.5309 3.61653C13.5467 3.66377 13.5512 3.67715 13.5549 3.68768C13.7009 4.09112 14.0793 4.36383 14.5081 4.3747C14.5194 4.37498 14.5332 4.37503 14.5833 4.37503H17.0833C17.4284 4.37503 17.7083 4.65486 17.7083 5.00003C17.7083 5.34521 17.4284 5.62503 17.0833 5.62503H2.9165C2.57133 5.62503 2.2915 5.34521 2.2915 5.00003C2.2915 4.65486 2.57133 4.37503 2.9165 4.37503H5.41657C5.46661 4.37503 5.48042 4.37498 5.4917 4.3747C5.92057 4.36383 6.29893 4.09113 6.44485 3.6877C6.4487 3.6771 6.4531 3.66401 6.46893 3.61653L6.56194 3.33747C6.61884 3.16637 6.66845 3.01727 6.73783 2.88403C7.01195 2.35762 7.51911 1.99208 8.1052 1.89849C8.25354 1.8748 8.41067 1.8749 8.591 1.87502ZM7.50663 4.37503C7.54955 4.29085 7.58759 4.20337 7.62032 4.1129C7.63025 4.08543 7.64 4.05618 7.65252 4.01862L7.73569 3.76911C7.81166 3.54118 7.82916 3.49469 7.84651 3.46137C7.93789 3.2859 8.10695 3.16405 8.3023 3.13285C8.33942 3.12692 8.389 3.12503 8.62925 3.12503H11.3705C11.6108 3.12503 11.6604 3.12692 11.6975 3.13285C11.8928 3.16405 12.0619 3.2859 12.1533 3.46137C12.1707 3.49469 12.1882 3.54117 12.2641 3.76911L12.3473 4.01847L12.3795 4.11292C12.4123 4.20338 12.4503 4.29085 12.4932 4.37503H7.50663Z\" fill=\"#FE1F19\"\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M4.92931 7.04243C4.90635 6.69802 4.60853 6.43743 4.26411 6.46039C3.91971 6.48335 3.65911 6.78117 3.68207 7.12558L4.06828 12.9187C4.13953 13.9877 4.19708 14.8511 4.33206 15.5287C4.47239 16.2331 4.71107 16.8215 5.20406 17.2827C5.69706 17.7439 6.30002 17.9429 7.01223 18.0361C7.69725 18.1257 8.56256 18.1257 9.6339 18.1257H10.3663C11.4376 18.1257 12.303 18.1257 12.9881 18.0361C13.7002 17.9429 14.3032 17.7439 14.7962 17.2827C15.2892 16.8215 15.5279 16.2331 15.6682 15.5287C15.8032 14.8511 15.8607 13.9877 15.932 12.9187L16.3182 7.12558C16.3411 6.78117 16.0806 6.48335 15.7361 6.46039C15.3917 6.43743 15.0939 6.69802 15.071 7.04243L14.6876 12.7917C14.6128 13.9149 14.5595 14.6964 14.4423 15.2844C14.3286 15.8548 14.1701 16.1568 13.9422 16.3699C13.7144 16.583 13.4026 16.7213 12.8259 16.7967C12.2314 16.8744 11.4481 16.8757 10.3224 16.8757H9.6779C8.55223 16.8757 7.76886 16.8744 7.17436 16.7967C6.59769 16.7213 6.28589 16.583 6.05805 16.3699C5.8302 16.1568 5.67159 15.8548 5.55796 15.2844C5.44083 14.6964 5.38747 13.9149 5.31259 12.7917L4.92931 7.04243Z\" fill=\"#FE1F19\"\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M7.85436 8.54416C8.19783 8.50983 8.50414 8.76041 8.53848 9.10391L8.95514 13.2706C8.98948 13.614 8.73889 13.9203 8.39539 13.9547C8.05194 13.989 7.74567 13.7384 7.71132 13.3949L7.29465 9.22825C7.26031 8.88483 7.5109 8.5785 7.85436 8.54416Z\" fill=\"#FE1F19\"\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<path d=\"M12.1454 8.54416C12.4889 8.5785 12.7395 8.88483 12.7052 9.22825L12.2885 13.3949C12.2541 13.7384 11.9478 13.989 11.6044 13.9547C11.2609 13.9203 11.0103 13.614 11.0447 13.2706L11.4613 9.10391C11.4957 8.76041 11.802 8.50983 12.1454 8.54416Z\" fill=\"#FE1F19\"\/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-10\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-9 ps-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>{{ `GC(${giftCard.CardNumberMasked})` }}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-3 ps-0 text-end\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>{{new Intl.NumberFormat('en-US', {style: 'currency',currency: 'USD'}).format(-(giftCard.AmountInCents \/ 100))}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"box-row total\">\n\t\t\t\t\t\t\t\t\t\t\t<span>Total<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"remainingOrderValue > -1\" class=\"total\">{{new Intl.NumberFormat('en-US', {style: 'currency',currency: 'USD'}).format((remainingOrderValue \/ 100))}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span v-else class=\"total\">{{new Intl.NumberFormat('en-US', {style: 'currency',currency: 'USD'}).format((cart.total \/ 100))}}<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"cart-summary cart-payment\" v-if=\"2 === step\">\n\t\t\t\t\t\t\t\t\t<div class=\"personal-details customer-details-container\">\n\t\t\t\t\t\t\t\t\t<button\n\t\t\t\t\t\t\t\t\t\tclass=\"btn rounded-pill d-block w-100 btn-checkout\"\n\t\t\t\t\t\t\t\t\t\tv-if=\"!isExpanded\"\n\t\t\t\t\t\t\t\t\t\tv-on:click=\"checkout\"\n\t\t\t\t\t\t\t\t\t\tid=\"btnGuestCheckout\"\n\t\t\t\t\t\t\t\t\t\ttype=\"button\"\n\t\t\t\t\t\t\t\t\t\tdata-bs-toggle=\"collapse\"\n\t\t\t\t\t\t\t\t\t\tdata-bs-target=\"#collapseGuestCheckout\"\n\t\t\t\t\t\t\t\t\t\taria-expanded=\"isExpanded\"\n\t\t\t\t\t\t\t\t\t\taria-controls=\"collapseGuestCheckout\"\n\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\tCheckout\n\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t<div class=\"collapse\" :class=\"{ 'show': isExpanded }\" id=\"collapseGuestCheckout\">\n\t\t\t\t\t\t\t\t\t\t<form id=\"checkoutForm\" @submit.prevent=\"completeGiftCardCheckout\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"text-white\">\n\t\t\t\t\t\t\t\t\t\t\t\t<h5>Customer Information<\/h5>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"alert alert-danger\" role=\"alert\" id=\"\" v-if=\"customerInfoError != null\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span>{{customerInfoError}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div> \t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-4\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"fName\" class=\"form-label\">First Name<sup class=\"text-danger\">*<\/sup><\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"fName\" placeholder=\"\" required=\"Please enter your first name\" value=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-4\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"lName\" class=\"form-label\">Last Name<sup class=\"text-danger\">*<\/sup><\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"lName\" placeholder=\"\" required=\"Please enter your last name\" value=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-4\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"txtEmail\" class=\"form-label\">Email<sup class=\"text-danger\">*<\/sup><\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"email\" class=\"form-control\" id=\"txtEmail\" placeholder=\"\" required=\"Please enter your email address\" value=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div> \n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-4\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"phoneNumber\" class=\"form-label\">Phone Number<sup class=\"text-danger\">*<\/sup><\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" id=\"phoneNumber\" placeholder=\"\" required=\"Please enter your phone number\" value=\"\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-4 signup-form__term\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"agree-section\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" id=\"emailOptIn\" checked=\"checked\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label class=\"form-label\" for=\"emailOptIn\">Agree to receive promotional text and email messages from Santa Cruz Cinema with updates about tickets and orders. Message frequency may vary. To stop receiving texts, reply 'STOP'. Msg & data rates may apply. View our <a href=\"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/policies\/privacy\" target=\"_blank\">Privacy Policy<\/a>.<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div> \t\t\t\t\t\t\t\t\t\t\t\t<h5 id=\"h5PaymentInformation\" v-if=\"cart.total > 0 && remainingOrderValue != 0\">Payment Information<\/h5> \t\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"cart-order-payment-section\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"embedded-payment\" id=\"divCreditCardPayment\" v-if=\"cart.total > 0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"embeddedPaymentContainer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"payment-wrapper\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"embeddedPaymentNotification\" class=\"notification field-validation-error icon\" title=\"\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-4 acknowledge-checkbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"checkbox\" id=\"acknowledgeCheckbox\" class=\"form-check-input\" checked>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"acknowledgeCheckbox\" class=\"form-check-label\">I acknowledge and agree to the <a href=\"\/about-us\/privacy-policy\" target=\"_blank\">Privacy Policy<\/a> and <a href=\"\/about-us\/terms-of-use\" target=\"_blank\">Terms of Use<\/a> and expressly consent to Santa Cruz Cinema's use of this information to contact me, which may include sending me electronic commercial or promotional messages, which I may opt out of at any time.<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-4\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"captcha-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"cf-turnstile\" data-theme=\"light\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span id=\"captchaErrorMessage\" class=\"captcha-wrapper error text-danger hide\"><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"cart-order-details__footer\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button v-bind:disabled=\"cart.total <= 0\" class=\"btn continue\">Checkout<\/button>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/form>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"cart-summary cart-confirmation\" v-if=\"3 === step\">\n\t\t\t\t\t\t\t\t\t<h3>Order Completed Successfully<\/h3>\n\t\t\t\t\t\t\t\t\t<p>Thank you for your order, Please click here to find booking details.<\/p>\n\t\t\t\t\t\t\t\t\t<div class=\"cart-order-details__footer\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"btn continue booking-details\" :href=\"ticketConfirmationLink\">Booking Details<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"cart-order-details__footer\" v-if=\"1 === step\">\n\t\t\t\t\t\t\t<button v-bind:disabled=\"cart.total <= 0\" id=\"submit\" v-on:click=\"nextStep\" class=\"btn continue\">Checkout<\/button>\n\t\t\t\t\t\t<\/div>\t\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div v-if=\"error\">\n\t\t\t\t\t<div class=\"error-text\">\n\t\t\t\t\t\t<p>{{errorMessage}}<\/p>\n\t\t\t\t\t\t<a id=\"error-action\" href=\"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\">Return to Homepage<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Gift Cards Gift An Amazing Experience &#8211; Perfect for Any Occasion! Give your friends and family a gift they\u2019ll really cherish &#8211; a night at the movies! From holidays and birthdays, to anniversaries and thank yous, a West Wind Drive-In gift card is the perfect way to show you care. Whether it sparks a romantic [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-33191","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.3 (Yoast SEO v28.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Gift Cards | Santa Cruz Cinema<\/title>\n<meta name=\"description\" content=\"Give your friends and family a gift they\u2019ll really cherish, a night out at the movies!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/wp-json\/wp\/v2\/pages\/33191\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gift Cards | Santa Cruz Cinema\" \/>\n<meta property=\"og:description\" content=\"Give your friends and family a gift they\u2019ll really cherish, a night out at the movies!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/gift-cards\/\" \/>\n<meta property=\"og:site_name\" content=\"Mountain View Cinema\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/wp-content\/uploads\/sites\/9\/2023\/12\/SCClogoD_250.png\" \/>\n\t<meta property=\"og:image:width\" content=\"250\" \/>\n\t<meta property=\"og:image:height\" content=\"100\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Gift Cards\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sites.santacruzcinema.com\\\/mountainviewcinema\\\/gift-cards\\\/\",\"url\":\"https:\\\/\\\/sites.santacruzcinema.com\\\/mountainviewcinema\\\/gift-cards\\\/\",\"name\":\"Gift Cards | Santa Cruz Cinema\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sites.santacruzcinema.com\\\/mountainviewcinema\\\/#website\"},\"datePublished\":\"2023-11-29T06:55:28+00:00\",\"description\":\"Give your friends and family a gift they\u2019ll really cherish, a night out at the movies!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sites.santacruzcinema.com\\\/mountainviewcinema\\\/gift-cards\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sites.santacruzcinema.com\\\/mountainviewcinema\\\/gift-cards\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sites.santacruzcinema.com\\\/mountainviewcinema\\\/gift-cards\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sites.santacruzcinema.com\\\/mountainviewcinema\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gift Cards\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sites.santacruzcinema.com\\\/mountainviewcinema\\\/#website\",\"url\":\"https:\\\/\\\/sites.santacruzcinema.com\\\/mountainviewcinema\\\/\",\"name\":\"Mountain View Cinema\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sites.santacruzcinema.com\\\/mountainviewcinema\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Gift Cards | Santa Cruz Cinema","description":"Give your friends and family a gift they\u2019ll really cherish, a night out at the movies!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/wp-json\/wp\/v2\/pages\/33191","og_locale":"en_US","og_type":"article","og_title":"Gift Cards | Santa Cruz Cinema","og_description":"Give your friends and family a gift they\u2019ll really cherish, a night out at the movies!","og_url":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/gift-cards\/","og_site_name":"Mountain View Cinema","og_image":[{"width":250,"height":100,"url":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/wp-content\/uploads\/sites\/9\/2023\/12\/SCClogoD_250.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_title":"Gift Cards","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/gift-cards\/","url":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/gift-cards\/","name":"Gift Cards | Santa Cruz Cinema","isPartOf":{"@id":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/#website"},"datePublished":"2023-11-29T06:55:28+00:00","description":"Give your friends and family a gift they\u2019ll really cherish, a night out at the movies!","breadcrumb":{"@id":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/gift-cards\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/gift-cards\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/gift-cards\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/"},{"@type":"ListItem","position":2,"name":"Gift Cards"}]},{"@type":"WebSite","@id":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/#website","url":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/","name":"Mountain View Cinema","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/wp-json\/wp\/v2\/pages\/33191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/wp-json\/wp\/v2\/comments?post=33191"}],"version-history":[{"count":0,"href":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/wp-json\/wp\/v2\/pages\/33191\/revisions"}],"wp:attachment":[{"href":"https:\/\/sites.santacruzcinema.com\/mountainviewcinema\/wp-json\/wp\/v2\/media?parent=33191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}