:root{--checkout-primary: #1773b0;--checkout-primary-hover: #135e90;--checkout-bg: #ffffff;--checkout-sidebar-bg: #fafafa;--checkout-text: #333333;--checkout-text-muted: #707070;--checkout-border: #d9d9d9;--checkout-input-bg: #ffffff;--checkout-error: #d72c0d;--checkout-success: #0a7a3f;--checkout-main-max: 600px;--checkout-sidebar-max: 380px;--checkout-shell-max: 1080px;--checkout-column-padding-x: 2.5rem;--checkout-header-height: 4.5rem}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.4285714286;color:var(--checkout-text);background:var(--checkout-bg);-webkit-font-smoothing:antialiased}.checkout-page{min-height:100vh;display:flex;flex-direction:column;overflow-x:clip}.checkout-page--complete{min-height:auto}.checkout-alerts{width:100%;margin:0 0 1.25rem}.checkout-alert{padding:0}.checkout-alert:not(:last-child){margin-bottom:.75rem}.checkout-alert-inner{display:flex;gap:.75rem;align-items:flex-start;width:100%;padding:.875rem 1rem;border:1px solid #e22219;border-radius:5px;background:#fff5f5;color:#6b0400}.checkout-alert-icon{flex:0 0 auto;width:1.25rem;height:1.25rem;margin-top:.1rem;color:#e22219}.checkout-alert-icon svg{display:block;width:100%;height:100%}.checkout-alert-content{flex:1 1 auto;min-width:0}.checkout-alert-title{margin:0 0 .25rem;font-size:.875rem;font-weight:600;line-height:1.45;color:#6b0400}.checkout-alert-message{margin:0;font-size:.875rem;line-height:1.45;color:#6b0400}.checkout-alert-actions{margin-top:.75rem}.checkout-alert-action{display:inline-flex;align-items:center;font-size:.875rem;font-weight:500;color:var(--checkout-primary);text-decoration:none}.checkout-alert-action:hover{text-decoration:underline}.checkout-shell-inner{width:100%;max-width:var(--checkout-shell-max);margin:0 auto}.checkout-columns{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);width:100%}.checkout-column-main{display:flex;justify-content:flex-end;padding:0 var(--checkout-column-padding-x);background:var(--checkout-bg)}.checkout-column-sidebar{display:flex;justify-content:flex-start;padding:0 var(--checkout-column-padding-x);background:var(--checkout-sidebar-bg);border-left:1px solid var(--checkout-border);overflow:visible}.checkout-track-main{width:100%;max-width:var(--checkout-main-max)}.checkout-track-sidebar{width:100%;max-width:var(--checkout-sidebar-max);display:flex;justify-content:flex-start}.checkout-main-inner{width:100%;max-width:var(--checkout-main-max);padding:2.5rem 0 4rem}.checkout-main-inner--complete{padding-top:2.5rem;padding-bottom:0}.checkout-page--complete .checkout-sidebar-inner{padding-bottom:2rem}.checkout-sidebar-inner{width:100%;max-width:var(--checkout-sidebar-max);padding:2.5rem 0 4rem;overflow:visible}.checkout-header{position:relative;z-index:2;flex-shrink:0;border-bottom:1px solid var(--checkout-border);background:var(--checkout-bg)}.checkout-header .checkout-column-main,.checkout-header .checkout-column-sidebar{align-items:center;padding-top:1.25rem;padding-bottom:1.25rem;background:var(--checkout-bg);border-left:none}.checkout-header .checkout-column-sidebar{background:var(--checkout-bg)}.checkout-header .checkout-track-sidebar{justify-content:flex-end}.checkout-store-name{font-size:1.3125rem;font-weight:600;color:var(--checkout-text);text-decoration:none;letter-spacing:-.01em}.checkout-store-name:hover{color:var(--checkout-text)}.checkout-logo{max-height:42px;max-width:180px;object-fit:contain;display:block}.checkout-cart-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--checkout-primary);text-decoration:none}.checkout-cart-link svg{width:24px;height:24px}.checkout-shell{min-height:100vh}.checkout-loading{display:flex;align-items:center;justify-content:center}.checkout-spinner{display:inline-block;border:4px solid rgba(51,51,51,.12);border-top-color:#3333338c;border-radius:50%;animation:checkout-spinner-rotate .65s linear infinite;flex-shrink:0}.checkout-spinner--light{border-width:3px;border-color:#ffffff59;border-top-color:#fff}@keyframes checkout-spinner-rotate{to{transform:rotate(360deg)}}.checkout-button-content{display:inline-flex;align-items:center;justify-content:center;gap:.625rem}button .checkout-button-content{width:100%}.checkout-layout{flex:1;display:flex;flex-direction:column}.checkout-layout>.checkout-shell-inner{flex:1;display:flex;flex-direction:column}.checkout-layout .checkout-columns{flex:1;align-items:stretch}.checkout-page--complete .checkout-layout{flex:0 0 auto;min-height:auto}.checkout-page--complete .checkout-layout>.checkout-shell-inner{flex:0 0 auto;min-height:auto}.checkout-page--complete .checkout-layout .checkout-columns{flex:0 0 auto;min-height:auto}.checkout-section{margin-bottom:2rem}.checkout-section:last-of-type{margin-bottom:0}.section-heading{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1rem}.section-heading h2{margin:0;font-size:1.3rem;font-weight:600;line-height:1.3;color:var(--checkout-text)}.section-subtext{margin:-.35rem 0 1rem;font-size:.875rem;color:var(--checkout-text-muted)}.checkout-form{display:block}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.field-label{font-size:.8125rem;color:var(--checkout-text-muted)}.field-error{margin:0;font-size:.8125rem;line-height:1.35;color:var(--checkout-error)}.field--error .field-label{color:var(--checkout-error)}.field-input,input:not([type=checkbox]):not([type=radio]),select{border:1px solid var(--checkout-border);border-radius:5px;padding:.6875rem .75rem;font:inherit;font-size:.9375rem;color:var(--checkout-text);background:var(--checkout-input-bg);width:100%;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.field-input--error,.field--error .field-input,.field--error input:not([type=checkbox]):not([type=radio]),.field--error select{border-color:var(--checkout-error);box-shadow:0 0 0 1px var(--checkout-error)}.shipping-methods--error{border-color:var(--checkout-error);box-shadow:0 0 0 1px var(--checkout-error)}.payment-component--error{border:1px solid var(--checkout-error);border-radius:5px;box-shadow:0 0 0 1px var(--checkout-error)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.field-row .field{margin-bottom:0}.field-row-3{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(0,1fr);gap:.75rem}.field-row-3 .field{margin-bottom:0;min-width:0}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23707070' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.field-input:focus,input:not([type=checkbox]):not([type=radio]):focus,select:focus{outline:none;border-color:var(--checkout-primary);box-shadow:0 0 0 1px var(--checkout-primary)}.field-input--error:focus,.field--error .field-input:focus,.field--error input:not([type=checkbox]):not([type=radio]):focus,.field--error select:focus{border-color:var(--checkout-error);box-shadow:0 0 0 1px var(--checkout-error)}.checkbox-field{display:flex;align-items:center;gap:.625rem;margin:1rem 0 0;font-size:.875rem;color:var(--checkout-text);line-height:1.4;cursor:pointer}.checkbox-field input[type=checkbox]{width:16px;height:16px;min-width:16px;margin:0;padding:0;accent-color:var(--checkout-primary);flex-shrink:0;cursor:pointer}.shipping-methods{display:flex;flex-direction:column;gap:0;border:1px solid var(--checkout-border);border-radius:5px;overflow:hidden}.shipping-method-option{display:flex;align-items:center;gap:.75rem;padding:1rem 1.125rem;border-bottom:1px solid var(--checkout-border);cursor:pointer;font-size:.9375rem}.shipping-method-option:last-child{border-bottom:0}.shipping-method-option.is-selected{border-color:var(--checkout-primary);background:#f0f5ff;box-shadow:inset 0 0 0 1px var(--checkout-primary)}.shipping-method-option input[type=radio]{width:16px;height:16px;min-width:16px;margin:0;accent-color:var(--checkout-primary);cursor:pointer}.shipping-method-option span:first-of-type{flex:1}.shipping-method-option span:last-of-type{color:var(--checkout-text-muted)}.payment-component{min-height:120px;margin-top:.25rem}.checkout-submit{margin-top:1.5rem}.checkout-submit .primary-link{display:block;text-align:center;box-sizing:border-box}button,.primary-link{background:var(--checkout-primary);color:#fff;border:0;border-radius:5px;padding:1.05rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;cursor:pointer;width:100%;transition:background-color .15s ease}button:hover:not(:disabled),.primary-link:hover{background:var(--checkout-primary-hover)}button:disabled{opacity:.55;cursor:not-allowed}.payment-message{margin:1rem 0 0;font-size:.875rem;line-height:1.4}.payment-message.failed{color:var(--checkout-error)}.payment-message.processing{color:var(--checkout-text-muted)}.order-confirmation{margin-bottom:1.5rem}.order-confirmation-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.order-confirmation-icon{width:52px;height:52px;border-radius:999px;background:var(--checkout-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.order-confirmation-number{margin:0 0 .25rem;font-size:.875rem;color:var(--checkout-text-muted)}.order-confirmation-thanks{margin:0;font-size:1.75rem;font-weight:600;line-height:1.2;color:var(--checkout-text)}.order-confirmation-body h2{margin:0 0 .35rem;font-size:1.3rem;font-weight:600}.order-confirmation-body p{margin:0;font-size:.9375rem;color:var(--checkout-text-muted)}.customer-information{margin-bottom:1.5rem;padding:1.25rem 1.5rem;border:1px solid var(--checkout-border);border-radius:5px}.customer-information-heading{margin:0 0 1.25rem;font-size:1.125rem;font-weight:600;line-height:1.3}.customer-information-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2rem}.customer-information-block h3{margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:var(--checkout-text)}.customer-information-block p{margin:0;font-size:.875rem;line-height:1.45;color:var(--checkout-text)}.customer-information-block p+p{margin-top:.15rem}.line-items{list-style:none;margin:0;padding:.75rem 0 0;overflow:visible}.line-item{display:flex;align-items:flex-start;gap:1rem;padding:.875rem 0;overflow:visible}.line-item+.line-item{border-top:1px solid var(--checkout-border)}.line-item-media{position:relative;flex-shrink:0;width:64px;height:64px;overflow:visible}.line-item-thumb{width:64px;height:64px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:4px}.line-item-thumb img{width:100%;height:100%;object-fit:contain}.line-item-qty{position:absolute;top:-8px;right:-8px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#727272eb;color:#fff;font-size:.75rem;font-weight:500;display:inline-flex;align-items:center;justify-content:center;z-index:1;border:2px solid var(--checkout-sidebar-bg)}.line-item-body{flex:1;min-width:0;padding-top:.15rem}.line-item-title{font-size:.875rem;font-weight:500;margin:0;line-height:1.35}.line-item-price{font-size:.875rem;font-weight:500;white-space:nowrap;padding-top:.15rem}.totals{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--checkout-border)}.totals>div{display:flex;justify-content:space-between;margin:.45rem 0;font-size:.875rem;color:var(--checkout-text)}.total-row{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--checkout-border);font-size:1.175rem;font-weight:600;align-items:baseline}.total-row>span:first-child{font-size:1.175rem}.total-amount-group{display:inline-flex;align-items:baseline;gap:.35rem}.total-currency{font-size:.75rem;font-weight:400;color:var(--checkout-text-muted);text-transform:uppercase}.mobile-order-summary-outer{display:none;background:var(--checkout-sidebar-bg);border-bottom:1px solid var(--checkout-border)}.mobile-order-summary-wrap{width:100%;padding:0 var(--checkout-column-padding-x)}.mobile-order-summary{width:100%;max-width:var(--checkout-main-max);margin:0 auto;border:0}.mobile-order-summary-toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:3.25rem;padding:.875rem 0;cursor:pointer;list-style:none;font-size:.875rem;font-weight:500;color:var(--checkout-primary)}.mobile-order-summary-toggle::-webkit-details-marker{display:none}.mobile-order-summary-label{display:inline-flex;align-items:center;gap:.5rem}.mobile-order-summary-chevron{width:.75rem;height:.75rem;color:currentColor;transition:transform .15s ease;flex-shrink:0}.mobile-order-summary[open] .mobile-order-summary-chevron{transform:rotate(180deg)}.mobile-order-summary-total{font-size:1.125rem;font-weight:600;color:var(--checkout-text);white-space:nowrap}.mobile-order-summary-panel{padding:0 0 1rem}.mobile-order-summary[open] .mobile-order-summary-panel{border-top:1px solid var(--checkout-border);padding-top:.75rem}.checkout-state-card{max-width:480px;margin:4rem auto;padding:2rem;text-align:center}.checkout-state-card h1{margin:0 0 .75rem;font-size:1.35rem}.checkout-state-card p{margin:0 0 1.25rem;color:var(--checkout-text-muted)}.checkout-state-card .primary-link{display:inline-block;width:auto}@media (max-width: 999px){.checkout-columns{grid-template-columns:1fr}.checkout-column-main,.checkout-column-sidebar{justify-content:center;padding:0 var(--checkout-column-padding-x);border-left:none}.checkout-main-inner,.checkout-sidebar-inner{max-width:var(--checkout-main-max);width:100%;padding:1.25rem 0 2rem}.checkout-header .checkout-column-main{justify-content:center}.checkout-header .checkout-column-main,.checkout-header .checkout-column-sidebar{padding:1rem var(--checkout-column-padding-x)}.checkout-header .checkout-track-main{max-width:var(--checkout-main-max);width:100%}.mobile-order-summary-wrap{padding:0 var(--checkout-column-padding-x)}.mobile-order-summary-panel .line-items{padding-top:0}.checkout-header .checkout-column-sidebar,.checkout-sidebar-desktop{display:none}.mobile-order-summary-outer{display:block}.customer-information-grid{grid-template-columns:1fr;gap:1.25rem}.field-row,.field-row-3{grid-template-columns:1fr}}@media (min-width: 1000px){.mobile-order-summary-outer{display:none!important}.checkout-layout{flex:1;min-height:calc(100vh - var(--checkout-header-height))}.checkout-layout>.checkout-shell-inner{flex:1;min-height:100%}.checkout-layout .checkout-columns{min-height:100%;align-items:stretch}.checkout-sidebar-desktop{position:relative;display:flex;align-self:stretch;overflow:visible;background:transparent;border-left:none}.checkout-sidebar-desktop:before{content:"";position:absolute;top:0;bottom:0;left:0;right:calc(50% - 50vw);background:var(--checkout-sidebar-bg);border-left:1px solid var(--checkout-border);z-index:-1}.checkout-page--complete .checkout-layout{flex:1;min-height:calc(100vh - var(--checkout-header-height))}.checkout-page--complete .checkout-layout>.checkout-shell-inner{flex:1;min-height:100%}.checkout-page--complete .checkout-layout .checkout-columns{flex:1;min-height:100%;align-items:stretch}}
