.gifts-grid-row--generator .stall-grid [data-card-id]{display:none}section.row.gifts-grid-row{padding-bottom:calc(var(--gutter) *2)}header+section.row.gifts-grid-row.gifts-grid-row--generator{padding-top:3rem}.woocommerce nav.options{background-color:transparent!important}.stall-grid>:nth-child(4n) .button{--color-end: var(--purple)}.stall-grid>:nth-child(4n - 1) .button{--color-end: var(--green-light)}.stall-grid>:nth-child(4n - 2) .button{--color-end: var(--orange-light)}.stall-grid>:nth-child(4n - 3) .button{--color-end: var(--blue-light)}@keyframes modal_display_background{0%{opacity:0;filter:alpha(opacity=0)}to{opacity:1;filter:alpha(opacity=100)}}@keyframes modal_display_content{0%{top:70%;opacity:0;filter:alpha(opacity=0)}to{top:40%;opacity:1;filter:alpha(opacity=100)}}@keyframes modal_close_background{0%{opacity:1;filter:alpha(opacity=100)}to{opacity:0;filter:alpha(opacity=0)}}@keyframes modal_close_content{0%{top:40%;opacity:1;filter:alpha(opacity=100)}to{top:70%;opacity:0;filter:alpha(opacity=0)}}.modal{display:none;width:100%;position:fixed;top:0;bottom:0;left:0;right:0;height:100vh;background-color:rgba(0,0,0,.75);z-index:10000;text-align:center;opacity:0;filter:alpha(opacity=0);overflow:hidden;-webkit-overflow-scrolling:touch;width:100%}.small-modal{z-index:100000}.modal.open{display:flex;animation-name:modal_display_background;animation-timing-function:ease;align-items:center;justify-content:center;align-content:center}.modal.open,.modal.open .modal-content-wrap{opacity:1;filter:alpha(opacity=100);animation-duration:.3s}.modal.open .modal-content-wrap{animation-name:modal_display_content;animation-timing-function:ease}.modal.open,.modal.open .modal-content-wrap{opacity:1;filter:alpha(opacity=100);animation-duration:.3s}.modal.small-modal:not(.modal-card-selector) .modal-content-wrap{max-width:540px}.login-modal .modal-content-wrap,.small-modal .modal-content-wrap{width:60%;margin-left:20%}.modal .modal-content-wrap{}.modal .modal-content-wrap{background-color:#fff;top:0;opacity:0;filter:alpha(opacity=0);width:100%;box-shadow:0 0 20px rgb(0 0 0/5%);max-width:840px;margin:0 auto;padding:var(--gutter);max-height:90vh;position:relative;overflow:scroll}.modal-content .controls button{--el-color: var(--off-black);color:var(--off-black);border-color:transparent;display:inline-block;--color-start: var(--green-light);margin-top:2rem}.gift-generator__options .button{border:1px solid var(--off-black);color:var(--off-black);font-size:var(--text-h6)}.gift-generator__options--buttons{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center;gap:.5rem}.gift-generator__options .button.active{--color-start: var(--pink)}.modal-content .controls button.pagination__button--back{margin-top:1.5rem;background-color:transparent;opacity:.5}.modal-card-selector .card-selector-content{flex-direction:row;align-content:flex-start;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}.card-selector-content .image-wrap{max-width:320px;margin-right:1rem;float:left}.card-selector-content .name,.card-selector-content .description{max-width:calc(100% - 320px - 1rem);width:100%;text-align:left;margin-left:auto}.card-selector-content .description{font-size:var(--text-s0);max-height:50vh;overflow:scroll}.card-selector-fields{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;align-items:stretch;justify-content:flex-start;margin-top:2rem;width:100%;max-width:calc(100% - 280px)}.card-selector-actions{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;align-content:center;justify-content:flex-start;margin-top:2rem}.modal-card-selector .modal-content{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;justify-content:space-between;align-items:center}.modal-card-selector .modal-content-wrap{background-color:var(--tan)}.card-selector-content .name{}.card-selector-fields .error{color:var(--red);font-size:var(--text-s0);width:100%;text-align:left;margin-bottom:1rem}.card-selector-fields select{min-height:3rem;margin-right:1rem;min-width:300px}.card-selector-fields .quantity{max-width:calc(100% - 300px - 1rem);margin-left:auto}.quantity input.qty{min-height:3rem;max-width:4rem;text-align:center;-webkit-appearance:none;border:1px solid var(--off-black);-webkit-appearance:none;-moz-appearance:none;appearance:none}.quantity span{min-height:3rem;width:2rem;display:flex;align-items:center;align-content:center}.modal .quantity span.icon-doller{margin-right:-2rem;position:relative;z-index:1}.quantity{display:flex;flex-wrap:nowrap;align-items:stretch;justify-content:center;align-content:center;flex-direction:row}a.icon-cancel{position:relative;text-decoration:none;display:inline-block}span.icon-minus:before,span.icon-plus:before,span.icon-cancel:before,.icon-cancel:before{content:'';display:block;font-size:var(--text-h3);line-height:3rem;font-family:var(--ff-rg-narrow)}span.icon-minus:before{content:"-"}span.icon-plus:before{content:"+"}span.icon-cancel:before,.caption-close:before,.icon-cancel:before{content:"+";transform:rotate(45deg)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{opacity:1}.card-selector-actions .more-info{font-size:var(--text-s0)!important;color:var(--off-black);margin-left:1.5rem;margin-top:0!important}.modal-item-added .modal-content-wrap{background-color:var(--tan)}.modal-item-added .modal-content-wrap{max-width:480px}.modal-item-added .modal-content-wrap{}.modal-item-added .modal-content-wrap .message{display:flex;flex-direction:row;justify-content:center;align-items:center;align-content:center;margin-top:2rem;margin-bottom:1rem}.modal-item-added .modal-content-wrap .message p{margin-bottom:0;margin-left:1rem;margin-right:1rem}.modal-item-added .modal-content-wrap{}a.modal-close:not(.continue){text-decoration:none;color:var(--off-black);position:absolute;right:1rem;top:0;transition:all 150ms ease;z-index:2}a.modal-close:not(.button-primary):hover{transform:scale(1.5)}header.woo-category{min-height:60vh;background-position:50%}header.woo-category .container{display:flex;align-items:center;flex-direction:column;align-content:center;justify-content:center}header.woo-category .container .title h2{font-size:var(--text-h1)}.single-product nav.options{display:none}.woo-category a.button-primary{--color-start: var(--green-light);--color-end: var(--purple)}.single-product-featured .upper-half{display:flex;align-items:flex-start}.upper-half .left{width:calc(60% - 5rem);margin-right:5rem}.upper-half .right{width:40%}.single-product-featured .images{}.single-product-featured .images .thumbnails a,.single-product-featured .images .woocommerce-main-image.has-other-photos{display:none}.single-product-featured .images .thumbnails a:first-child{display:block}.single-product-featured .images img{max-width:100%;display:block;height:auto}.product-legal{max-width:var(--max-width-text);margin:2rem auto 0;font-size:var(--text-s0);line-height:var(--base-line-height)}.action-bar{background-color:var(--yellow);background-size:cover;background-position:center center;padding:1rem var(--gutter);margin-top:2rem}.action-bar form{display:flex;justify-content:space-between;flex-wrap:nowrap;flex-direction:row;align-content:center;align-items:center}.action-bar form select{min-height:4rem;min-width:18rem;margin-right:2rem;font-size:var(--text-h5)}.action-bar form select+a{text-decoration:none;margin-left:1rem;color:inherit;display:none}.single_variation_wrap{width:calc(100% - 20rem)}.woocommerce-variation-add-to-cart{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:nowrap;align-content:center;flex-direction:row}.woocommerce-variation-add-to-cart button,.single_add_to_cart_button{--color-end: var(--green-light);min-width:26rem}.woocommerce-variation-add-to-cart .quantity{margin:0 auto}ul.products{list-style:none;padding:0;margin:3rem 0 0;display:grid;justify-content:center;align-items:stretch;justify-items:center;gap:1rem}ul.products.columns-4{grid-template-columns:repeat(var(--cols),1fr);--cols: 4}ul.products.columns-3{grid-template-columns:repeat(3,1fr)}ul.products.columns-2{grid-template-columns:repeat(2,1fr)}.related.products h2{text-align:center}.related.products .product-contents h2{font-size:var(--text-h5);margin-bottom:1rem;margin-top:.5rem;font-family:var(--ff-rg-compact);text-transform:uppercase;color:inherit}.related.products .product-contents a{text-decoration:none;color:inherit;position:relative;overflow:auto;display:block}.product-contents .content{text-align:center}.product-contents+.more{text-align:center;margin-top:1rem}.product-contents+.more .button-primary{text-align:center;display:inline-block;--el-color: var(--white);--color-start: var(--purple);--color-end: var(--green-light)}span.onsale{display:block;background-color:var(--purple);text-transform:uppercase;color:var(--white);padding:.125rem .5rem;position:absolute;z-index:1;margin-top:.5rem;margin-left:.5rem}a.reset_variations{display:none!important}header.woo-category .see-more{display:none}.modal-content-wrap+.loader{display:none}.single-product-customization .modal-content-wrap{background-color:var(--tan)}.single-product-customization .modal-content-wrap .modal-content{}.single-product-customization .modal-content-wrap .modal-content .image{float:left;margin-right:2rem;display:none}.single-product-customization .modal-content-wrap .modal-content .name{margin-bottom:2rem}.single-product-customization .form-inputs{display:grid;grid-template-columns:repeat(2,1fr);align-content:space-between;align-items:stretch;justify-items:stretch;justify-content:center;gap:1rem}.single-product-customization p.card-field-message{grid-column:span 2}.single-product-customization .form-inputs input,.single-product-customization .form-inputs textarea{width:100%;padding:.5rem;min-height:4rem;border:solid 2px transparent;font-weight:var(--f-bold);position:relative}.single-product-customization .form-inputs p{margin-bottom:0}.single-product-customization .form-inputs input::placeholder{font-family:var(--ff-rg-narrow);text-transform:uppercase;position:absolute;font-size:var(--text-h6);letter-spacing:.027rem;top:0}.single-product-customization .form-inputs input:focus,.single-product-customization .form-inputs textarea:focus,.single-product-customization .form-inputs input:active,.single-product-customization .form-inputs textarea:active{border:solid 2px var(--yellow);outline:0}.single-product-customization .action{margin-top:2rem;margin-bottom:2rem}.single-product-customization .action .button-primary{--color-start: var(--purple)}.woocommerce-cart header{min-height:26rem}.basic-content-row .woocommerce{display:flex;flex-direction:row;align-content:flex-start;justify-content:center;align-items:flex-start;flex-wrap:wrap}.cart-item{display:flex;position:relative;width:100%;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;background-color:var(--white);margin-bottom:1rem;padding:1rem}.cart-item .product-remove{position:absolute;padding:.5rem;right:0;top:0}.cart-item .product-remove a{text-decoration:none;color:#000;font-size:var(--text-h6)}.cart-item .content{margin-left:0;width:100%;padding:1rem 2rem;display:flex;flex-direction:column;align-items:stretch}.cart-item .product-name a{text-decoration:none;color:inherit}.cart-item .product-name{font-size:var(--text-h4);margin-bottom:1rem;margin-top:.5rem;font-family:var(--ff-rg-compact);letter-spacing:.027rem;line-height:1}.basic-content-row .woocommerce>form{margin-right:4rem;max-width:30rem}.cart-item .product-subtotal{font-size:var(--text-h6)}.cart-item .product-price{font-size:var(--text-s0)}.cart-item .product-name .variation{font-size:var(--base-font-size);line-height:var(--base-line-height);display:grid;grid-template-columns:repeat(2,1fr);gap:.1rem}.variation dd{margin-left:0;overflow:hidden}.variation dd p{}.cart-item .image.product-thumbnail img{max-width:180px;height:auto}.cart-details.cart-collaterals{background-color:var(--white);padding:2rem;max-width:24rem;width:100%}.cart-details .donation input{width:100%}.cart-details .donation .message,.cart-details .panel h6,.order-summary h6{text-align:center;font-family:var(--ff-rg-narrow);font-weight:var(--f-light);text-transform:uppercase;letter-spacing:.027rem;line-height:1;font-size:var(--text-h5)}.cart-details .cart_totals{margin-top:3rem}.panel-buttons.wc-proceed-to-checkout{text-align:center;margin-top:3rem;padding-bottom:1rem}.panel-buttons.wc-proceed-to-checkout .button{--color-start: var(--purple)}.cart_totals table,.shop_table{width:100%;border-collapse:collapse}.order-summary .shop_table{}.cart_totals td,.cart_totals th,.shop_table td,.shop_table th{padding:1rem;border-bottom:1px solid var(--off-black)}.order-summary .shop_table td,.order-summary .shop_table th{padding:1rem 0;vertical-align:top;border-bottom:1px solid var(--el-color)}.order-summary th.product-total{text-align:right}.order-summary .shop_table thead,.order-summary .shop_table tbody,.order-summary .shop_table tfoot{}.cart_totals td,.shop_table td{text-align:right}.cart_totals th,.shop_table th,td.product-name{text-align:left}.cart_totals tr{}.cart_totals .order-total td,.cart_totals .order-total th{}.cart-details form.add-donation input.input-text[name=ok-donation]{border-color:var(--off-black)!important;transition:all 150ms ease;border-width:1px!important;border-right:0!important}.cart-details .add-donation input.button{--color-start: var(--blue-light);min-height:3rem;border:1px solid var(--off-black);border-left:0}.cart-details form.add-donation input.input-text:active,.cart-details form.add-donation input.input-text:focus{border-color:var(--yellow)}.add-donation .input.text{display:flex;align-items:stretch;flex-wrap:nowrap}.woocommerce-checkout header{min-height:18vh}form.checkout.woocommerce-checkout{margin:0 auto;padding:0 var(--gutter);width:100%}form[class*=woocommerce] fieldset,form .shipping_address{border:0;padding:0;margin:0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:stretch;align-content:flex-start;gap:1rem}form.checkout.woocommerce-checkout h6{font-size:var(--text-h5);margin-bottom:2rem;width:100%}.woocommerce-billing-fields label,.woocommerce-shipping-fields label{display:none}form.checkout.woocommerce-checkout .form-row:not(.notes,.place-order){width:calc(50% - 0.5rem)}form.checkout.woocommerce-checkout .form-row>span,form.checkout.woocommerce-checkout .form-row input:not([type=radio]){width:100%}.woocommerce-input-wrapper .select2-container .select2-selection.select2-selection--single{min-height:4rem;border-radius:0;line-height:4rem}.woocommerce-input-wrapper .select2-container .select2-selection__rendered{min-height:4rem;line-height:4rem}.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{top:calc(50% - 26px/2);right:.5rem}form.checkout.woocommerce-checkout .checkout{display:flex;flex-direction:row;align-content:flex-start;justify-content:center;align-items:flex-start}form.checkout.woocommerce-checkout .checkout .order-summary{background-color:var(--white);padding:2rem;width:100%;max-width:24rem}.checkout .billing-details,.checkout .shipping-details{margin-right:4rem;max-width:30rem}.order-summary .loader{display:none}form input[type=radio]{min-height:1rem;padding:.5rem;display:inline-block;margin-right:.5rem}.place-order .button{margin:2rem auto .5rem;display:block;width:100%;--color-start: var(--blue-light);line-height:3rem}.woocommerce-shipping-fields{margin-top:2rem}.woocommerce-checkout-payment ul{padding:0;list-style:none;margin:2rem 0}.woocommerce-checkout-payment ul .wc_payment_method>label{font-weight:var(--f-bold)}form.checkout.woocommerce-checkout .payment_box p.form-row{font-size:var(--text-s0);width:100%}.payment_box p label{font-size:var(--text-base);width:100%;display:block;margin-bottom:.5rem}.woocommerce-NoticeGroup ul{margin:0 auto 2rem;padding:0;list-style:none;max-width:58rem}.woocommerce-NoticeGroup ul li{padding:.5rem;margin-bottom:.5rem;color:var(--alert-color);border:solid 1px var(--alert-color);max-width:30rem}ul.woocommerce-error{--alert-color: var(--red)}.woocommerce-invalid{border:1px solid var(--red)}form.checkout.woocommerce-checkout .woocommerce-shipping-fields h6{margin-bottom:1rem}p#order_comments_field label{margin-bottom:.5rem;display:inline-block}form.checkout.woocommerce-checkout fieldset #billing_country_field,form.checkout.woocommerce-checkout #shipping_country_field{width:100%}form.checkout.woocommerce-checkout fieldset #billing_country_field .woocommerce-input-wrapper,form.checkout.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper{width:calc(50% - 0.5rem);display:inline-block}form.checkout.woocommerce-checkout fieldset .form-row#billing_city_field,form.checkout.woocommerce-checkout fieldset .form-row#billing_postcode_field,form.checkout.woocommerce-checkout fieldset .form-row#billing_state_field,form.checkout.woocommerce-checkout .form-row#shipping_city_field,form.checkout.woocommerce-checkout .form-row#shipping_postcode_field,form.checkout.woocommerce-checkout .form-row#shipping_state_field{width:calc(33% - 0.57rem)}.woocommerce-message{border:1px solid var(--alert-color);padding:.5rem 1rem;color:var(--white);--alert-color: var(--purple);line-height:var(--base-line-height);font-weight:700;display:flex;align-items:center;flex-wrap:nowrap;margin:0 auto 1rem;width:100%;max-width:var(--max-width-text);justify-content:space-between;background-color:var(--alert-color);--color-start: var(--alert-color)}.woocommerce-message a{color:inherit}.woocommerce-message a{margin-left:1rem}#order_review>div:not(#payment){margin:2rem 0!important;padding:1.5rem 2rem;background-color:var(--purple60);font-size:var(--text-s0)}#order_review>div:not(#payment) h3{font-size:var(--text-h6);text-align:center;font-family:var(--ff-rg-narrow);text-transform:uppercase}h6#ship-to-different-address{display:flex;align-items:center;justify-content:flex-start}h6#ship-to-different-address label{display:block}form div.shipping_address{margin-bottom:2rem}aside.order-pay.panel h6{font-size:var(--text-h4);text-align:left;margin-bottom:2rem}.sponsorship aside.order-pay.panel h6{font-size:var(--text-h5)}aside.order-pay.panel .form-row{display:flex;flex-direction:column;align-content:flex-start;justify-content:flex-start;align-items:flex-start}aside.order-pay.panel .form-row label:not(.error,.checkbox){font-weight:700;margin-bottom:.5rem}aside.order-pay.panel .form-row label.error{color:var(--red)}aside.order-pay.panel .form-row-wide{width:100%}aside.order-pay.panel .form-row-first,aside.order-pay.panel .form-row-last{width:calc(50% - 0.5rem)}.order-pay .panel-content>div{display:flex;flex-wrap:wrap;gap:1rem;align-content:flex-start;justify-content:flex-start;align-items:flex-start}form#eway_credit_card_form{max-width:30rem}.woocommerce-order-pay ul.order_details{padding:2rem;margin:0 6rem 0 0;background-color:var(--white);list-style:none;max-width:16rem;width:100%}ul.woocommerce-shipping-methods{padding:0;list-style:none}.woocommerce-shipping-destination strong{display:block}.woocommerce-order-pay .woocommerce{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;align-items:flex-start;margin-left:auto;margin-right:auto;justify-content:center}.woocommerce-order-pay ul.order_details li strong{display:block}.woocommerce-order-pay ul.order_details .order,.woocommerce-order-pay ul.order_details .method{display:none}.woocommerce-order-pay ul.order_details li{margin-bottom:1rem}.order-pay .panel-content .context{margin-bottom:2rem}.order-pay input:not([type=checkbox]){width:100%}aside.order-pay.panel .form-row label.checkbox{margin:1rem 0 2rem}input.submit.buy.button{--color-start: var(--blue-light);min-height:4rem;--color-end: var(--green-light)}.order-pay .woocommerce-invalid{border-width:0}.order-pay .woocommerce-invalid input{border:1px solid var(--red)!important}.order-pay input.error{border:solid 1px red!important}.agency-payments header.payments{display:flex;align-items:center;text-align:center;overflow:auto;border-right:solid var(--off-black) var(--sponsorship-line-weight)}.order-summary .shop_table tbody{border-top:1px solid var(--white)}ul.wc-item-meta{list-style:none;margin:1rem 0;font-size:var(--text-s0)}ul.wc-item-meta+div{font-size:var(--text-s0)!important;margin-bottom:1rem}.eway-cards{display:flex;flex-direction:column;align-items:flex-start}.eway-cards label{margin-top:1rem}.gifts-grid-row__no-results p{text-align:center}.notice-wrapper{text-align:center}.notice-wrapper .notice-alert{display:flex;align-items:center;background-color:var(--blue-light);justify-content:space-between;max-width:44rem;margin:2rem auto 1rem;padding:.5rem 2rem}.notice-alert .notice-message{font-weight:700}.woocommerce-order-received div#order_details{--el-color: var(--off-black20)}.payment_box payment_method_eway a.button{float:none!important}.payment_box.payment_method_eway a.button{float:none!important;margin:2rem auto;display:block;text-align:center;max-width:12rem;font-size:var(--text-base)}select#payment\[country\]{}.product-template-default .woocommerce-message{margin-bottom:4rem}.woocommerce-message a.button{--color-start: inherit;--el-color: var(--white);--color-end: var(--blue-light);min-width:9rem;text-align:center;margin-right:1rem;margin-left:-1rem}#eway_credit_card_form .contact-buttons{margin-top:2rem}.modal.multipart-resource-form .modal-content-wrap{background-color:var(--tan)}.modal.multipart-resource-form .payment-field{margin-bottom:1.5rem}.modal.multipart-resource-form label{margin-right:1rem}.modal.multipart-resource-form fieldset{border:none}.modal .addtional-donation h6{font-size:var(--text-h4)}.modal .addtional-donation .donation-icon{max-width:3rem;margin:0 auto 1.5rem;display:none}.modal form .quantity input{max-width:8rem;padding-left:2rem}.modal .quantity{}.multipart-pagination .button-secondary{--el-color: var(--off-black);border-color:var(--tan);line-height:1.15;color:var(--off-black);--color-start: transparent;min-width:6rem}.multipart-pagination .button-primary{--color-start: var(--green-light);margin-left:2rem}button.skip-set{font-family:var(--ff-rg-narrow);font-weight:var(--f-light);text-transform:uppercase;letter-spacing:.027rem;line-height:1;font-size:var(--text-h5);--color-start: var(--white);--color-end: var(--green-light);position:relative;border:solid 0 var(--el-color);font-size:var(--text-h5);line-height:1;text-transform:uppercase;padding:.333em 1em;z-index:0;background:linear-gradient(to right,var(--color-end) 50%,var(--color-start) 50%);background-size:201% 100%;background-position:right bottom;background-repeat:no-repeat;transition:all 200ms ease;margin-bottom:1.5rem}button.skip-set:hover{background-position:left bottom;cursor:pointer}.multipart-resource-form select{width:100%;min-height:4rem;font-size:var(--text-h5);margin-top:1rem;text-align:center}.modal .payment-actions{margin-top:3rem}.modal .payment-actions .button-primary{--color-start: var(--blue-light);min-width:14rem;display:inline-block}.modal .payment-actions .js-no-thanks{display:block;margin-top:1.5rem;text-align:center;text-decoration:none;color:var(--off-black);font-size:var(--text-s0);margin-bottom:1rem}.modal-content-inner .button-primary{display:inline-block;margin-top:1rem}.thankyou-fail.panel{max-width:var(--max-width-wide);margin-bottom:3rem;padding:2rem;border:solid 1px var(--orange);background-color:var(--yellow);margin-left:auto;margin-right:auto}.thankyou-fail.panel p .button.pay{display:inline-block;--color-end: var(--purple)}.thankyou-fail.panel p .button.pay:nth-child(2){}.thankyou-fail.panel .contact-buttons{margin-top:3rem;text-align:center;border-top:1px solid var(--orange);padding:2rem 0 0}.thankyou-fail.panel h6{text-align:center;font-size:var(--text-h5)}.thankyou-fail.panel .panel-content>div{display:flex;align-items:center;justify-content:space-between;align-content:center;flex-wrap:nowrap}.thankyou-fail.panel .panel-content>div p:last-child{min-width:19rem;text-align:center}.thankyou-fail.panel .panel-content>div p{margin-bottom:0}#order_review button#place_order{margin-top:2rem}#order_review .panel h6{font-size:var(--text-h5)}.payment_box.payment_method_eway p{font-size:var(--text-s0)}ul.wc_payment_methods.payment_methods.methods{margin-top:1rem}.woocommerce-notices-wrapper ul.woocommerce-error{border:2px solid var(--alert-color);padding:var(--gutter);list-style:none;color:var(--alert-color);margin-bottom:2rem}.gift-stall-details{background-color:var(--white);max-width:24rem;padding:2rem;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center}.gift-stall-details p{width:100%;margin-bottom:0;margin-top:.5rem;margin-left:4rem}.gift-stall-details h6{margin-bottom:.25rem;width:100%}.gift-stall-details img{max-width:3rem;max-height:3rem;object-fit:cover;margin-right:1rem}.gift-stall-details-profile{display:flex;align-content:center;flex-wrap:nowrap;align-items:center;justify-content:flex-start;width:100%}header.giftstall>div.container{align-items:center;align-content:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}header.giftstall>div.container .title{width:100%}header.giftstall>div.container .header-subtitle{width:100%}header.giftstalls .text-wrap{margin-top:4rem}header.giftstalls+section nav.options{background-color:transparent!important;max-width:var(--max-width-inner);margin:4rem auto}header.giftstalls+section nav.options+.container .post-social{margin-top:6rem;text-align:center;padding-bottom:6rem}.three-column-insert-column{text-align:center}.three-column-button{display:inline-block;margin-top:2rem}