@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Roboto:wght@400&display=swap";:root{--customea-cream: #d8d1c3;--customea-white: #ffffff;--customea-black: #000000;--customea-grey-body: #3b3838;--customea-grey-200: #e5e1d8;--customea-grey-300: #bdb5a4;--customea-gold: #bfa97c;--customea-gold-hover: #d4c094;--customea-gold-700: #80724f}.cart-handoff{font-family:Montserrat,Roboto,Helvetica Neue,system-ui,sans-serif;background:var(--customea-cream);color:var(--customea-grey-body);min-height:60vh;padding:4rem 1rem;display:flex;align-items:center;justify-content:center}.cart-handoff__container{max-width:560px;width:100%;text-align:center}.cart-handoff__eyebrow{margin:0 0 .5rem;font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--customea-gold)}.cart-handoff__title{margin:0 0 1.5rem;font-family:inherit;font-size:2.25rem;font-weight:600;letter-spacing:-.01em;line-height:1.2;color:var(--customea-black)}.cart-handoff__status{background:var(--customea-white);border:1px solid var(--customea-grey-200);border-radius:.5rem;padding:1.5rem;margin:1.5rem 0;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008}.cart-handoff__spinner{width:32px;height:32px;border:3px solid rgba(59,56,56,.12);border-top-color:var(--customea-gold);border-radius:50%;margin:0 auto;animation:cart-handoff-spin .8s linear infinite}@keyframes cart-handoff-spin{to{transform:rotate(360deg)}}.cart-handoff__status-text{margin:1rem 0 0;font-size:.875rem;color:var(--customea-grey-300)}.cart-handoff__status--ready .cart-handoff__spinner{display:none}.cart-handoff__status--ready .cart-handoff__status-text{color:var(--customea-gold);margin-top:0}[data-cart-handoff-count]{font-weight:600;color:var(--customea-gold)}.cart-handoff__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.875rem 2rem;font-family:inherit;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--customea-white);background:var(--customea-gold);border:none;border-radius:.375rem;cursor:pointer;transition:background .2s ease}.cart-handoff__cta:hover:not(:disabled){background:var(--customea-gold-hover)}.cart-handoff__cta:focus-visible{outline:2px solid var(--customea-gold);outline-offset:3px}.cart-handoff__cta:disabled{opacity:.4;cursor:not-allowed}.cart-handoff__back-link{display:inline-block;margin:0 auto 1.5rem;padding:.375rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--customea-grey-body);background:transparent;border:none;cursor:pointer;text-decoration:underline;text-decoration-color:var(--customea-grey-300);text-underline-offset:.25em;transition:color .2s ease,text-decoration-color .2s ease}.cart-handoff__back-link:hover{color:var(--customea-gold);text-decoration-color:var(--customea-gold)}.cart-handoff__back-link:focus-visible{outline:2px solid var(--customea-gold);outline-offset:3px;border-radius:.25rem}.cart-handoff[data-cart-handoff-state] .cart-handoff__status,.cart-handoff[data-cart-handoff-state] .cart-handoff__error,.cart-handoff[data-cart-handoff-state] .cart-handoff__review,.cart-handoff[data-cart-handoff-state] .cart-handoff__back-link,.cart-handoff[data-cart-handoff-state] .cart-handoff__cta,.cart-handoff[data-cart-handoff-state] .cart-handoff__footer{display:none}.cart-handoff[data-cart-handoff-state=loading] .cart-handoff__status,.cart-handoff[data-cart-handoff-state=ready] .cart-handoff__status,.cart-handoff[data-cart-handoff-state=ready] .cart-handoff__footer,.cart-handoff[data-cart-handoff-state=error] .cart-handoff__error,.cart-handoff[data-cart-handoff-state=review] .cart-handoff__review{display:block}.cart-handoff[data-cart-handoff-state=ready] .cart-handoff__back-link{display:inline-block}.cart-handoff[data-cart-handoff-state=ready] .cart-handoff__cta{display:inline-flex}.cart-handoff__error{background:#fef2f2;border:1px solid #fca5a5;border-radius:.5rem;padding:1.5rem;margin:1.5rem 0;text-align:left;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008}.cart-handoff__error-title{margin:0 0 .5rem;font-weight:500;color:#b91c1c}.cart-handoff__error-body{margin:0;font-size:.875rem;color:#b91c1c}.cart-handoff__error-code[hidden]{display:none}.cart-handoff__error-code{margin:.75rem 0 0;font-size:.8125rem;color:#b91c1c}.cart-handoff__error-code code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8125rem;background:#b91c1c14;border-radius:.25rem;padding:.1rem .35rem;word-break:break-word}.cart-handoff__error-link{color:#b91c1c;text-decoration:underline}.cart-handoff__error-link:hover{text-decoration:none}.cart-handoff__review .cart-handoff__error-actions{gap:12px}.cart-handoff__review .cart-handoff__error-title{color:#1e1e1e}.cart-handoff__review-eyebrow{color:#b49b5e;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px}.cart-handoff__review-list{list-style:none;margin:12px 0;padding:12px 16px;border:1px solid #e5ded0;border-radius:8px;background:#faf8f4}.cart-handoff__review-list li{padding:4px 0;font-size:14px}[data-cart-handoff-error-variant][hidden]{display:none}.cart-handoff__error-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.cart-handoff__error-button{font-family:inherit;font-size:.8125rem;font-weight:500;letter-spacing:.04em;padding:.625rem 1.25rem;color:var(--customea-grey-body);background:transparent;border:1px solid var(--customea-grey-200);border-radius:.375rem;cursor:pointer;transition:border-color .2s,color .2s}.cart-handoff__error-button:hover{border-color:var(--customea-gold-700);color:var(--customea-gold-700)}.cart-handoff__error-button--primary{color:var(--customea-white);background:var(--customea-gold);border-color:var(--customea-gold)}.cart-handoff__error-button--primary:hover{color:var(--customea-white);background:var(--customea-gold-hover);border-color:var(--customea-gold-hover)}.cart-handoff__error-button:focus-visible{outline:2px solid var(--customea-gold);outline-offset:3px}.cart-handoff__footer{margin-top:2.5rem;font-size:.75rem;color:var(--customea-grey-300);line-height:1.5}@media(max-width:480px){.cart-handoff__title{font-size:1.75rem}.cart-handoff{padding:2.5rem 1rem}}
/*# sourceMappingURL=/cdn/shop/t/105/compiled_assets/styles.css.map?subset=AAAABA */
