body.checkout,main.checkout{background:#fff}body.checkout .pageHeader,body.checkout .top-bar-nav,body.checkout>footer,main.checkout .shopping-cart-repeat .buttons,main.checkout .shopping-cart-repeat header{display:none}@media (min-width:769px){body.checkout{background:#f7f7f7}}body.checkout>main.checkout{min-height:100dvh}main.checkout{padding:0}@media (min-width:769px){main.checkout{padding:2rem var(--page-padding-triple);background:#f7f7f7}}main.checkout form.checkout{padding:.875rem 1rem;background:#fff;display:flex;flex-direction:column;gap:0}@media (min-width:769px){main.checkout form.checkout{padding:0;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"order-summary billing-details";gap:1.5rem;background:0 0}}@media (max-width:768px){main.checkout form.checkout .billing-details,main.checkout form.checkout.step-2 .order-summary{display:none}main.checkout form.checkout.step-2 .billing-details{display:flex;flex-direction:column}}@media (min-width:769px){main.checkout .billing-details,main.checkout .order-summary{grid-area:order-summary;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}main.checkout .billing-details{grid-area:billing-details;display:flex;flex-direction:column;height:100%}}main.checkout h1{font-size:.68rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#757575;margin:0 0 1rem}main.checkout .shopping-cart-repeat{background:0 0;border:0;padding:0;margin-bottom:1.25rem;overflow:visible}main.checkout .shopping-cart-repeat section{padding:0;margin:0}main.checkout .shopping-cart-repeat .product{display:grid;grid-template-columns:5rem 1fr;grid-template-areas:"image details";gap:.875rem;align-items:start;user-select:none}main.checkout .shopping-cart-repeat .product figure,main.checkout .shopping-cart-repeat .product picture{grid-area:image;margin:0;padding:0;width:5rem}main.checkout .shopping-cart-repeat .product img{width:5rem;height:5rem;object-fit:cover;display:block;border-radius:6px}main.checkout .shopping-cart-repeat .product ul{grid-area:details;list-style:none;padding:0;margin:0}main.checkout .shopping-cart-repeat .product ul li{font-size:.75rem;line-height:1.5;color:#757575}main.checkout .shopping-cart-repeat .product ul li strong{color:#1a1a1a;font-weight:500;width:auto;margin-right:0}main.checkout .shopping-cart-repeat .product ul li:first-child{font-size:.95rem;font-weight:500;margin-bottom:.2rem;display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}main.checkout .shopping-cart-repeat .product ul li:first-child strong{color:#1a1a1a;font-weight:500}main.checkout .shopping-cart-repeat .product ul li.quantity-control{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem .3rem;margin-top:.35rem}main.checkout .shopping-cart-repeat .product ul li.quantity-control strong{color:#757575;margin-right:.1rem}main.checkout .shopping-cart-repeat .product ul li.quantity-control .qty-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#fff;border:1.5px solid #e0e0e0;color:#757575;font-size:.9rem;cursor:pointer;padding:0;border-radius:6px;flex-shrink:0;transition:border-color .2s,color .2s}main.checkout .shopping-cart-repeat .product ul li.quantity-control .qty-btn:hover{border-color:#2563eb;color:#2563eb}@media (min-width:769px){main.checkout .shopping-cart-repeat .product ul li.quantity-control .qty-btn{width:1.6rem;height:1.6rem;font-size:.75rem}}main.checkout .shopping-cart-repeat .product ul li.quantity-control .qty-value{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;text-align:center;color:#2563eb;font-size:1rem;font-weight:700;background:rgba(0,0,0,.03);border:1.5px solid rgba(0,0,0,.14);border-radius:6px;flex-shrink:0}@media (min-width:769px){main.checkout .shopping-cart-repeat .product ul li.quantity-control .qty-value{width:1.6rem;height:1.6rem;font-size:.85rem}}main.checkout .shopping-cart-repeat .product ul li.quantity-control .discount-badge{display:none}main.checkout .shopping-cart-repeat .product ul li.quantity-control .savings-info{display:none;flex-basis:100%;font-size:.65rem;color:#00c853;font-weight:600}main.checkout .shopping-cart-repeat .product ul li.quantity-control .discount-nudge{display:block;flex-basis:100%;background:0 0;border:0;padding:.1rem 0;font-size:.68rem;color:#2563eb;font-weight:500;cursor:pointer;text-align:left}main.checkout .shopping-cart-repeat .product ul li.quantity-control .discount-nudge:hover{color:#1d4ed8;text-decoration:underline;text-underline-offset:2px}main.checkout .shopping-cart-repeat .verified-badge{display:inline-flex;align-items:center;gap:.2rem;font-size:.62rem;color:#00c853;font-weight:600;white-space:nowrap}main.checkout .shopping-cart-repeat .verified-badge i,main.checkout .shopping-cart-repeat .verified-badge svg{fill:#00c853;height:.55rem;width:.55rem}main.checkout .shopping-cart-repeat .total{display:none}main.checkout .shopping-cart-repeat .guest-names .guest-name-field{display:grid;grid-template-areas:"span""input";padding:.1rem 0;margin-top:.3rem}main.checkout .shopping-cart-repeat .guest-names .guest-name-field span{grid-area:span;font-size:.7rem;color:#757575;margin-bottom:.15rem;transition:color .2s}main.checkout .shopping-cart-repeat .guest-names .guest-name-field input{grid-area:input;min-height:unset;height:2.75rem;padding:.3rem .75rem;color:#1a1a1a;background:#fff;border:1.5px solid #e0e0e0;border-radius:6px;font-size:.85rem;transition:border-color .25s,box-shadow .25s}main.checkout .shopping-cart-repeat .guest-names .guest-name-field input:focus,main.checkout .tip-section .tip-custom-input label input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(0,0,0,.03);outline:0}main.checkout .shopping-cart-repeat .guest-names .guest-name-field:has(:focus) span{color:#1a1a1a}main.checkout .tip-section{margin-bottom:1.25rem}main.checkout .tip-section h2{font-size:.95rem;font-weight:500;color:#1a1a1a;margin:0 0 .25rem;display:flex;align-items:center;justify-content:space-between}main.checkout .tip-section h2 .tip-happiness{font-size:1.25rem;line-height:1;user-select:none}main.checkout .tip-section .tip-subtitle{font-size:.75rem;color:#757575;margin:0 0 .5rem}main.checkout .tip-section .tip-options{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem}main.checkout .tip-section .tip-option{display:flex;align-items:center;justify-content:center;padding:.45rem .2rem;background:#fff;border:1.5px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:border-color .2s,background .2s}main.checkout .tip-section .tip-option .tip-icon,main.checkout .tip-section .tip-option input[type=radio]{display:none}main.checkout .tip-section .tip-option .tip-label{font-size:.8rem;font-weight:600;color:#1a1a1a}main.checkout .tip-section .tip-option:hover{border-color:rgba(0,0,0,.14);background:rgba(0,0,0,.03)}main.checkout .tip-section .tip-option.selected,main.checkout .tip-section .tip-option:has(input:checked){border-color:#2563eb;background:rgba(0,0,0,.03)}main.checkout .tip-section .tip-option.selected .tip-label,main.checkout .tip-section .tip-option:has(input:checked) .tip-label{color:#2563eb}main.checkout .tip-section .tip-custom-input{display:none;margin-top:.5rem}main.checkout .tip-section .tip-custom-input label{display:flex;align-items:center;gap:.5rem}main.checkout .tip-section .tip-custom-input label span{font-size:.75rem;color:#757575;white-space:nowrap}main.checkout .tip-section .tip-custom-input label input{height:2.5rem;padding:.3rem .6rem;background:#fff;border:1.5px solid #e0e0e0;border-radius:6px;color:#1a1a1a;font-size:.85rem;width:6rem;transition:border-color .25s,box-shadow .25s}main.checkout .tip-section .tip-total{display:flex;justify-content:space-between;align-items:baseline;padding-top:.625rem;border-top:1px solid #e0e0e0;margin-top:.625rem}main.checkout .tip-section .tip-total .total-label{font-size:.8rem;color:#757575}main.checkout .tip-section .tip-total .total-amount{font-size:1.75rem;font-weight:700;color:#1a1a1a}main.checkout .payment-methods{margin-bottom:.5rem}main.checkout .payment-methods h2{font-size:.95rem;font-weight:500;color:#1a1a1a;margin:0 0 .6rem}main.checkout .payment-methods .payment-options{border:1.5px solid #e0e0e0;border-radius:8px;overflow:hidden}main.checkout .payment-methods .payment-option{display:flex;align-items:center;gap:.75rem;padding:.65rem 1rem;background:#fff;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background .15s}main.checkout .payment-methods .payment-option:last-child{border-bottom:none}main.checkout .payment-methods .payment-option:hover:not(.disabled){background:rgba(0,0,0,.03)}main.checkout .payment-methods .payment-option:has(input:checked){background:rgba(0,0,0,.03)}main.checkout .payment-methods .payment-option.disabled{opacity:.4;cursor:not-allowed}main.checkout .payment-methods .payment-option input[type=radio]{appearance:none;-webkit-appearance:none;width:1.2rem;height:1.2rem;border:1.5px solid #9e9e9e;border-radius:50%;cursor:pointer;flex-shrink:0;transition:border-color .15s}main.checkout .payment-methods .payment-option input[type=radio]:checked{border-color:#2563eb;background:#2563eb;box-shadow:inset 0 0 0 3px #fff}main.checkout .payment-methods .payment-option .option-content{display:flex;align-items:center;gap:.45rem;font-size:.875rem;font-weight:400;color:#1a1a1a}main.checkout .continue-btn,main.checkout .payment-methods .payment-option .option-icon{display:flex;align-items:center}main.checkout .payment-methods .payment-option .option-icon svg{width:1rem;height:1rem;fill:#1a1a1a}main.checkout .payment-methods .payment-option .coming-soon{margin-left:auto;font-size:.6rem;color:#bdbdbd;font-style:italic}main.checkout .payment-methods .payment-option .payment-option-label{font-size:.95rem;font-weight:600;color:#1a1a1a;white-space:nowrap}main.checkout .payment-methods .payment-option .card-brands{display:flex;align-items:center;gap:.5rem;margin-left:auto}main.checkout .payment-methods .payment-option .card-brands img{width:auto;object-fit:contain;display:block;height:17px}main.checkout .payment-methods .payment-option .card-brands img[alt="Apple Pay"],main.checkout .payment-methods .payment-option .card-brands img[alt="Google Pay"]{height:19px}@media (min-width:769px){main.checkout .payment-methods .payment-option .card-brands img{height:26px}main.checkout .payment-methods .payment-option .card-brands img[alt="Apple Pay"],main.checkout .payment-methods .payment-option .card-brands img[alt="Google Pay"]{height:28px}}main.checkout .continue-btn{width:100%;height:3.5rem;justify-content:center;gap:.5rem;background:#2563eb;color:#fff;font-size:1rem;font-weight:500;letter-spacing:.01em;border:0;border-radius:8px;cursor:pointer;margin-top:1rem;transition:background .2s}main.checkout .continue-btn svg,main.checkout button[type=submit] svg{fill:#fff;width:.9rem;height:.9rem}main.checkout .continue-btn:hover,main.checkout button[type=submit]:hover{background:#1d4ed8}main.checkout .continue-btn:active,main.checkout button[type=submit]:active{transform:scale(.99)}@media (min-width:769px){main.checkout .continue-btn{display:none}}main.checkout .back-btn{width:2rem;height:2rem;background:#fff;border:0;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);color:#757575;cursor:pointer;padding:0;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}main.checkout .back-btn i,main.checkout .back-btn svg{width:.7rem;height:.7rem;fill:#757575}main.checkout .back-btn:hover{box-shadow:0 2px 6px rgba(0,0,0,.14)}main.checkout .back-btn:hover i,main.checkout .back-btn:hover svg{fill:#1a1a1a}@media (min-width:769px){main.checkout .back-btn{display:none}}main.checkout .billing-details label:not(.checkbox){display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}main.checkout .billing-details label:not(.checkbox) span{font-size:.82rem;font-weight:500;color:#1a1a1a}main.checkout .billing-details label:not(.checkbox) span::after{content:""}main.checkout .billing-details label:not(.checkbox):has(input:required) span::after{content:" *";color:#2563eb;font-size:.65rem}main.checkout .billing-details label:not(.checkbox) input{grid-area:input;min-height:unset;height:3.25rem;padding:0 .875rem;color:#1a1a1a;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}main.checkout .billing-details label:not(.checkbox) input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(0,0,0,.03);outline:0}main.checkout .billing-details label.checkbox{display:grid;grid-template-areas:"input span";grid-template-columns:auto 1fr;gap:0 .6rem;align-items:center;padding:.5rem .65rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:.875rem;cursor:pointer;transition:background .15s,border-color .15s}main.checkout .billing-details label.checkbox:has(input:checked){background:rgba(37,99,235,.07);border-color:#2563eb}main.checkout .billing-details label.checkbox input[type=checkbox]{grid-area:input;appearance:none;-webkit-appearance:none;width:1.1rem;height:1.1rem;border:1.5px solid #e0e0e0;border-radius:4px;background:#fff;cursor:pointer;flex-shrink:0;transition:border-color .15s,background .15s}main.checkout .billing-details label.checkbox input[type=checkbox]:checked{background:#2563eb;border-color:#2563eb;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M3 8.5l3 3 7-7'/%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:78%}main.checkout .billing-details label.checkbox input[type=checkbox]:focus{outline:0;box-shadow:0 0 0 3px rgba(0,0,0,.03)}main.checkout .billing-details label.checkbox span{grid-area:span;font-size:.65rem;color:#757575;line-height:1.55;font-weight:400}main.checkout .billing-details label.checkbox a,main.checkout .trust-bar a{color:inherit;text-decoration:underline;text-underline-offset:2px}main.checkout button[type=submit]{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:3.5rem;background:#2563eb;color:#fff;font-size:1rem;font-weight:500;letter-spacing:.01em;text-transform:none;border:0;border-radius:8px;cursor:pointer;transition:background .2s;margin-top:.25rem}main.checkout button[type=submit] .fa-secondary{opacity:.5}main.checkout .fireworks-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;pointer-events:none}main.checkout .trust-bar{margin-top:.875rem;text-align:center;font-size:.65rem;color:#bdbdbd;line-height:1.5}main.checkout .trust-bar a{color:#bdbdbd}main.checkout .trust-bar a:hover{color:#757575}