space-armory-cart{display:contents;font-family:var(--font-body-family),sans-serif}.sa-cart-dialog,.sa-checkout-info{box-sizing:border-box;color:var(--sa-cart-fg, #111);background:var(--sa-cart-bg, #fff);border:0;padding:0;font-family:var(--font-body-family),sans-serif;font-style:normal;letter-spacing:.6px;overscroll-behavior:contain}.sa-cart-dialog *,.sa-checkout-info *{box-sizing:border-box}.sa-cart-dialog:not([open]),.sa-checkout-info:not([open]){display:none}.sa-cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;background:#0000007a;animation:sa-cart-backdrop .24s ease both}.sa-cart-backdrop[hidden]{display:none}.sa-cart-backdrop:not([hidden]){display:block}.sa-cart-backdrop.sa-closing{opacity:0;transition:opacity .18s}.sa-cart-dialog{z-index:2147483001}.sa-cart-dialog{position:fixed;inset:0 0 0 auto;margin:0;width:min(100%,var(--sa-cart-width, 450px));max-width:100vw;height:calc(100dvh - var(--sa-cart-preview-bottom, 0px));max-height:none;overflow:hidden}.sa-cart-dialog[open]{animation:sa-cart-enter .28s cubic-bezier(.2,.7,.2,1) both}.sa-cart-dialog.sa-closing{animation:sa-cart-exit .2s ease both;pointer-events:none}.sa-cart-dialog::backdrop,.sa-checkout-info::backdrop{background:#0000007a;animation:sa-cart-backdrop .24s ease both}.sa-cart-dialog.sa-closing::backdrop,.sa-checkout-info.sa-closing::backdrop{opacity:0;transition:opacity .18s}.sa-cart-shell{height:100%;display:flex;flex-direction:column}.sa-cart-header{flex:none;display:flex;align-items:center;justify-content:space-between;padding:8px;min-height:56px;gap:12px}.sa-cart-header h2{font:700 22px/1.25 var(--font-body-family),sans-serif;letter-spacing:.6px;color:inherit;margin:0}.sa-cart-header-actions{display:flex;align-items:center;gap:8px}.sa-cart-header-spinner{width:16px;height:16px;visibility:hidden;border:2px solid #ddd;border-top-color:#111;border-radius:50%;flex-shrink:0}.sa-cart-dialog:is([data-sa-busy=true],[data-sa-mutating=true]) .sa-cart-header-spinner{visibility:visible;animation:sa-cart-spin .7s linear infinite}.sa-cart-dialog button,.sa-cart-dialog select,.sa-checkout-info button{font-family:inherit;cursor:pointer;letter-spacing:.6px;text-transform:none}.sa-cart-icon-button{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;padding:8px;width:36px;height:36px;flex-shrink:0;color:inherit}.sa-cart-icon-button svg{width:22px;height:22px}.sa-cart-close svg{width:25px;height:25px}.sa-cart-body{padding:8px;overflow:auto;flex:1 1 auto;min-height:0;scrollbar-width:thin;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.sa-cart-item{display:grid;grid-template-columns:100px minmax(0,1fr);gap:16px;padding:16px 8px;position:relative}.sa-cart-image{width:100px;height:100px;border-radius:8px;object-fit:cover;display:block}.sa-cart-item-details{min-width:0;display:flex;flex-direction:column}.sa-cart-item-title{color:inherit;text-decoration:none;font-size:13px;font-weight:700;line-height:1.45;padding-right:24px}.sa-cart-remove{position:absolute;right:2px;top:9px;color:#929292;width:30px;height:30px}.sa-cart-remove svg{width:15px;height:15px}.sa-cart-variant{color:#666;border:0;background:transparent;width:fit-content;max-width:100%;padding:4px 0;font-size:12px;line-height:1.5}.sa-cart-properties{margin:2px 0;font-size:11px;line-height:1.4;color:#666;overflow-wrap:anywhere}.sa-cart-properties div{margin:2px 0}.sa-cart-item-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:6px 8px;margin-top:auto;padding-top:10px}.sa-cart-item-bottom>.sa-cart-price{margin-left:auto}.sa-cart-quantity{display:flex;align-items:center;gap:8px;font-size:16px}.sa-cart-quantity button{background:#fff;color:#444;border:1px solid #aaa;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:6px;width:28px;height:28px}.sa-cart-quantity button svg{width:15px;height:15px}.sa-cart-price{font-weight:700;font-size:14px;line-height:1.4;text-align:right;white-space:nowrap}.sa-cart-price s{display:block;color:#777;font-weight:400;font-size:11px}.sa-cart-discount{font-size:11px;margin:3px 0;color:#555}.sa-cart-upsells{border-top:1px solid #ccc;margin-top:0;padding:12px 8px}.sa-cart-upsells h3{font:700 17px/1.4 var(--font-body-family),sans-serif;margin:0 0 18px;color:inherit}.sa-cart-upsell{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px;margin-bottom:18px}.sa-cart-upsell img{display:block;width:92px;height:92px;border-radius:8px;object-fit:cover}.sa-cart-upsell-content{display:flex;flex-direction:column;min-width:0}.sa-cart-upsell-name{font-size:14px;line-height:1.4;font-weight:700;text-decoration:none;color:inherit}.sa-cart-upsell .sa-cart-price{text-align:left;padding-top:4px}.sa-cart-add{align-self:flex-end;width:52%;min-width:90px;min-height:32px;border-radius:8px;border:0;color:#fff;background:var(--sa-cart-button, #000);font-size:16px;font-weight:700;margin-top:auto;padding:3px 12px}.sa-cart-footer{flex:none;max-height:55%;overflow-y:auto;overscroll-behavior:contain;padding:0 8px max(8px,env(safe-area-inset-bottom));background:var(--sa-cart-bg, #fff)}.sa-cart-footer[hidden]{display:none}.sa-cart-totals{margin:0;border-top:1px solid #ccc;padding:14px 8px 6px}.sa-cart-totals>div{display:flex;align-items:baseline;justify-content:space-between;gap:16px;font-size:16px;line-height:1.4;font-weight:700}.sa-cart-totals dt,.sa-cart-totals dd{margin:0}.sa-cart-totals dd{white-space:nowrap}.sa-cart-totals~.sa-cart-protection{border-top:0;padding-top:12px}.sa-cart-totals~.sa-cart-discount{margin:4px 8px}.sa-cart-totals+.sa-cart-checkout{margin-top:10px}.sa-cart-protection{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;border-top:1px solid #ccc;padding:18px 8px}.sa-cart-protection>svg,.sa-cart-protection-icon{display:block;width:40px;height:40px;object-fit:contain}.sa-cart-protection-heading{display:flex;align-items:center;font-size:16px;line-height:1.3;font-weight:700}.sa-cart-info-button{width:28px;height:28px;padding:5px;color:#777}.sa-cart-info-button svg{width:18px;height:18px}.sa-cart-protection p{font-size:12px;line-height:1.6;margin:3px 0 0}.sa-cart-protection-price{white-space:nowrap;font-size:15px}.sa-cart-protection-actions{display:flex;flex-direction:column;align-items:flex-end}.sa-cart-switch{position:relative;width:50px;height:44px;padding:0;border:0;background:transparent;flex-shrink:0;touch-action:manipulation}.sa-cart-switch:before{content:"";position:absolute;top:10px;right:0;bottom:10px;left:0;border-radius:999px;background:#aaa;transition:background .16s ease}.sa-cart-switch:after{content:"";position:absolute;top:12px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000029;transition:transform .16s ease}.sa-cart-switch[aria-checked=true]:before{background:#111}.sa-cart-switch[aria-checked=true]:after{transform:translate(26px)}.sa-cart-switch-spinner{visibility:hidden;position:absolute;top:15px;left:30px;width:14px;height:14px;border:2px solid rgb(255 255 255 / .35);border-top-color:#fff;border-radius:50%;z-index:1}.sa-cart-switch[aria-checked=true] .sa-cart-switch-spinner{left:6px}.sa-cart-dialog[data-sa-mutating=true] .sa-cart-switch-spinner{visibility:visible;animation:sa-cart-spin .7s linear infinite}.sa-cart-express{margin-top:12px;overflow:hidden}.sa-cart-express[aria-disabled=true]{pointer-events:none}.sa-cart-express shopify-accelerated-checkout-cart{display:block;width:100%;--shopify-accelerated-checkout-button-block-size: 40px;--shopify-accelerated-checkout-button-inline-size: 40px;--shopify-accelerated-checkout-button-border-radius: 999px;--shopify-accelerated-checkout-inline-alignment: center;--shopify-accelerated-checkout-row-gap: 8px}.sa-cart-checkout{width:100%;min-height:48px;padding:10px 14px;border-radius:8px;border:0;color:#fff;background:var(--sa-cart-button, #000);font-size:18px;font-weight:700;display:flex;justify-content:center;align-items:center;gap:8px}.sa-cart-checkout svg{width:20px;height:20px;flex:0 0 20px;color:inherit}.sa-cart-dialog button:disabled,.sa-cart-dialog select:disabled{cursor:default}.sa-cart-dialog [data-unavailable=true]:disabled{opacity:.48}.sa-cart-dialog[data-sa-busy=true] [data-sa-mutates]:disabled{cursor:progress}.sa-cart-dialog [data-sa-busy=true]{cursor:progress}.sa-cart-dialog[data-sa-mutating=true] :is(.sa-cart-add,.sa-cart-checkout,button[data-sa-loading=true]:not(.sa-cart-switch)){position:relative;color:transparent}.sa-cart-dialog[data-sa-mutating=true] button.sa-cart-remove[data-sa-loading=true]{position:absolute}.sa-cart-dialog[data-sa-mutating=true] :is(.sa-cart-add,.sa-cart-checkout,button[data-sa-loading=true]:not(.sa-cart-switch))>*{visibility:hidden}.sa-cart-dialog[data-sa-mutating=true] :is(.sa-cart-add,.sa-cart-checkout,button[data-sa-loading=true]:not(.sa-cart-switch)):after{content:"";position:absolute;left:calc(50% - 8px);top:calc(50% - 8px);width:16px;height:16px;border:2px solid rgb(255 255 255 / .35);border-top-color:#fff;border-radius:50%;animation:sa-cart-spin .7s linear infinite}.sa-cart-dialog[data-sa-mutating=true] :is(.sa-cart-remove,.sa-cart-quantity button)[data-sa-loading=true]:after{border-color:#ddd;border-top-color:#111}.sa-cart-dialog :focus-visible,.sa-checkout-info :focus-visible{outline:2px solid #111;outline-offset:3px}.sa-cart-error{margin:0 16px 8px;padding:10px;border:1px solid #b32929;color:#982020;font-size:12px;line-height:1.5;flex:none}.sa-cart-empty{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center}.sa-cart-empty h3{font:700 22px/1.4 var(--font-body-family),sans-serif;margin:0 0 20px}.sa-cart-empty button{width:auto;font-size:15px}.sa-cart-loading{text-align:center;padding:32px;font-size:14px}.sa-checkout-info{width:min(560px,calc(100vw - 32px));max-width:none;max-height:calc(100dvh - 48px);margin:auto;border-radius:14px;padding:28px;overflow:auto}.sa-checkout-info[open]{animation:sa-info-enter .24s ease both}.sa-checkout-info.sa-closing{animation:sa-info-exit .18s ease both;pointer-events:none}.sa-info-close{position:absolute;top:14px;right:14px;background:#f0f0f0;border-radius:50%}.sa-info-logo{display:block;width:150px;max-height:65px;object-fit:contain;object-position:left;margin:0 0 20px}.sa-checkout-info h2{font:700 26px/1.2 var(--font-body-family),sans-serif;margin:0 0 10px;color:inherit;letter-spacing:-.3px}.sa-info-intro{font-size:16px;line-height:1.5;margin:0 0 28px}.sa-info-benefit{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;margin:26px 0}.sa-info-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:6px}.sa-info-icon svg{width:22px;height:22px}.sa-info-benefit h3{font:700 19px/1.3 var(--font-body-family),sans-serif;margin:0 0 5px;color:inherit}.sa-info-benefit p,.sa-info-terms{font-size:14px;line-height:1.5;color:#777;margin:0}.sa-info-terms{margin-top:32px;font-size:12px}.sa-info-terms a{color:inherit}@media(max-width:749px){.sa-cart-dialog{width:100%}.sa-cart-express shopify-accelerated-checkout-cart{--shopify-accelerated-checkout-button-block-size: 36px;--shopify-accelerated-checkout-button-inline-size: 36px}.sa-checkout-info{width:100%;margin:auto 0 var(--sa-cart-preview-bottom, 0px);max-height:calc(100dvh - 24px - var(--sa-cart-preview-bottom, 0px));border-radius:14px 14px 0 0;padding:26px 24px}}@media(max-height:480px){.sa-cart-protection{padding:7px 8px}.sa-cart-protection p{line-height:1.3}.sa-cart-header{min-height:48px}.sa-cart-checkout{min-height:40px}}@media(prefers-reduced-motion:reduce){.sa-cart-dialog[open],.sa-checkout-info[open],.sa-cart-backdrop,.sa-cart-dialog::backdrop,.sa-checkout-info::backdrop{animation-duration:1ms}}@keyframes sa-cart-enter{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes sa-cart-spin{to{transform:rotate(360deg)}}@keyframes sa-cart-exit{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes sa-cart-backdrop{0%{background:transparent}to{background:#0000007a}}@keyframes sa-info-enter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes sa-info-exit{to{opacity:0;transform:translateY(12px)}}.sa-cart-item{margin-bottom:4px}.sa-cart-item:has(+.sa-cart-upsells),.sa-cart-item:last-child{margin-bottom:0}.sa-cart-upsells h3{padding-left:4px}.sa-cart-item-title{line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sa-cart-price,.sa-cart-upsell-name{font-size:13px}.sa-cart-upsell-name{line-height:1.25}.sa-cart-add{width:calc(50% - 2px);font-weight:600}.sa-cart-quantity{gap:4px}.sa-cart-quantity input{font:400 16px/1.8 var(--font-body-family),sans-serif;letter-spacing:.6px;color:inherit;text-align:center;width:20px;min-width:20px;max-width:42px;padding:0;background:transparent;border:0;border-radius:0;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.sa-cart-quantity input::-webkit-inner-spin-button,.sa-cart-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sa-cart-quantity input{width:16px;min-width:16px}.sa-cart-checkout[data-sa-checkout]{border-radius:999px}@media(prefers-reduced-motion:reduce){.sa-cart-switch:before,.sa-cart-switch:after{transition:none}}@media(prefers-reduced-motion:reduce){.sa-cart-dialog:is([data-sa-busy=true],[data-sa-mutating=true]) .sa-cart-header-spinner,.sa-cart-dialog[data-sa-mutating=true] .sa-cart-switch-spinner,.sa-cart-dialog[data-sa-mutating=true] button:after{animation-duration:1.4s}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/space-armory-cart.css.map */
