.letter-craft-block{display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.letter-craft{--lc-bg: #0b1020;--lc-surface: #121a2e;--lc-border: rgba(18, 24, 40, .12);--lc-text: #1a1f2e;--lc-muted: #6b7285;--lc-accent: #2f6bff;--lc-danger: #e11d48;--lc-radius: 10px;--lc-gap: 1rem;display:block;width:100%;max-width:100%;min-width:0;margin:0;color:var(--lc-text);font-family:inherit;box-sizing:border-box;overflow-x:clip;container-type:inline-size;container-name:letter-craft}.letter-craft *,.letter-craft *:before,.letter-craft *:after{box-sizing:border-box}.letter-craft__layout{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr);align-items:start;width:100%;max-width:100%;min-width:0}@container letter-craft (min-width: 640px){.letter-craft__layout{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:1.25rem}}.letter-craft__stage-col,.letter-craft__panel{min-width:0;max-width:100%}.letter-craft__preview-stage{position:relative;overflow:hidden;border-radius:var(--lc-radius);background:#111;aspect-ratio:var(--lc-stage-aspect, 4 / 3);width:100%;max-width:100%;min-height:10rem}.letter-craft__bg{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain;object-position:center center}.letter-craft__card{position:absolute;left:50%;top:51%;transform:translate(-50%,-50%);width:88%;max-width:100%;display:flex;justify-content:center;align-items:center;pointer-events:none;transition:top .2s ease;z-index:2}.letter-craft__preview{display:flex;flex-wrap:nowrap;align-items:flex-end;justify-content:center;gap:.08em;transform-origin:center center;max-width:100%}.letter-craft__preview-placeholder{color:#ffffffb3;text-shadow:0 1px 8px rgba(0,0,0,.45);font-size:.95rem}.letter-craft__glyph{display:inline-flex;align-items:flex-end;justify-content:center;flex:0 0 auto;height:clamp(2.4rem,12vw,6.25rem);height:clamp(2.4rem,26cqi,6.25rem);line-height:1;filter:drop-shadow(0 0 10px rgba(255,255,255,.4))}.letter-craft__glyph img{display:block;height:100%;width:auto;max-width:5.5rem;object-fit:contain}.letter-craft__glyph--fallback{min-width:.85em;font-size:1em;font-weight:700;text-shadow:0 0 12px rgba(255,255,255,.55)}.letter-craft__space{display:inline-block;width:.45em;height:1px}.letter-craft__dimmer{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;height:clamp(2rem,20cqi,5rem);margin-right:.2em;filter:drop-shadow(0 0 10px rgba(255,255,255,.4))}.letter-craft__dimmer img{display:block;height:100%;width:auto;max-width:4.5rem;object-fit:contain}.letter-craft__dimmer--fallback{width:2.4rem;border-radius:.35rem;background:linear-gradient(145deg,#f3f4f6,#9ca3af 55%,#6b7280);box-shadow:inset 0 0 0 1px #ffffff59}.letter-craft__dimmer--fallback:after{content:"";position:absolute;right:100%;top:55%;width:.85rem;height:2px;background:linear-gradient(270deg,#d1d5db,#f9fafb);border-radius:1px;transform:translateY(-50%)}.letter-craft__cable{position:absolute;right:calc(100% - 2px);top:58%;width:.55rem;height:3px;border-radius:2px;background:linear-gradient(270deg,#dcdcdcf2,#ffffffd9);box-shadow:0 0 4px #ffffff59;transform:translateY(-50%);pointer-events:none}.letter-craft__addon-toggles{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.65rem}.letter-craft__dimmer-btn{display:inline-flex;align-items:center;gap:.55rem;margin-top:0;padding:.45rem .7rem;border:1px solid var(--lc-border);border-radius:8px;background:#fff;color:inherit;font:inherit;font-size:.85rem;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.letter-craft__dimmer-btn img{display:block;height:1.75rem;width:auto}.letter-craft__dimmer-btn.is-active{border-color:var(--lc-accent, #e11d48);background:#fff5f7;box-shadow:0 0 0 2px #e11d481f}.letter-craft__addon{display:flex;align-items:center;gap:.45rem;margin-top:.65rem;font-size:.85rem;cursor:pointer}.letter-craft__addon input{width:1rem;height:1rem}.letter-craft__addon-note{margin:.4rem 0 0;font-size:.75rem;line-height:1.4;color:var(--lc-muted)}.letter-craft__thumbs{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.65rem;max-width:100%}.letter-craft__thumb{flex:0 0 auto;width:clamp(52px,18cqi,80px);height:auto;aspect-ratio:var(--lc-thumb-aspect, auto);padding:0;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:#111}.letter-craft__thumb img{width:100%;height:auto;display:block;object-fit:contain;vertical-align:middle}.letter-craft__thumb.is-active{border-color:var(--lc-accent)}.letter-craft__panel{display:flex;flex-direction:column;gap:1rem;width:100%}.letter-craft__step-title{display:flex;align-items:baseline;gap:.4rem;margin:0 0 .35rem;font-size:.95rem;font-weight:700}.letter-craft__step-title span{color:var(--lc-accent)}.letter-craft__field{margin-bottom:.65rem;max-width:100%}.letter-craft__field-label{display:block;margin-bottom:.35rem;font-size:.8rem;color:var(--lc-muted)}.letter-craft__pills{display:flex;flex-wrap:wrap;gap:.4rem;max-width:100%}.letter-craft__pill{-webkit-appearance:none;appearance:none;border:1px solid var(--lc-border);background:#fff;border-radius:8px;padding:.45rem .7rem;font-size:.75rem;cursor:pointer;max-width:100%;overflow-wrap:anywhere;line-height:1.25}.letter-craft__pill.is-active{border-color:var(--lc-accent);box-shadow:inset 0 0 0 1px var(--lc-accent)}.letter-craft__swatches{display:flex;flex-wrap:wrap;gap:.4rem}.letter-craft__types{display:flex;flex-wrap:wrap;gap:.5rem;width:100%;max-width:100%;margin:0 0 1rem}.letter-craft__type{-webkit-appearance:none;appearance:none;flex:1 1 auto;min-width:min(100%,10rem);padding:.7rem 1rem;border:1px solid var(--lc-border);border-radius:8px;background:#fff;color:var(--lc-text);font:inherit;font-size:.875rem;font-weight:600;cursor:pointer;text-align:center;line-height:1.25}.letter-craft__type.is-active{background:var(--lc-accent);border-color:var(--lc-accent);color:#fff}.letter-craft__swatch{width:34px;height:34px;border-radius:6px;border:1px solid var(--lc-border);cursor:pointer;position:relative;background-size:cover}.letter-craft__swatch.is-active{outline:2px solid var(--lc-accent);outline-offset:2px}.letter-craft__swatch.is-active:after{content:"\2713";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:.85rem;color:var(--lc-accent);font-weight:700}.letter-craft__input-wrap{position:relative;width:100%;max-width:100%}.letter-craft__input{width:100%;max-width:100%;padding:.7rem 2.25rem .7rem .75rem;border:1px solid var(--lc-border);border-radius:8px;font:inherit;color:var(--lc-text);background:#fff;position:relative;z-index:1}.letter-craft__input--mirrored{color:transparent;caret-color:var(--lc-text)}.letter-craft__input-mirror{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;padding:.7rem 2.25rem .7rem .75rem;border:1px solid transparent;border-radius:8px;box-sizing:border-box;font:inherit;line-height:inherit;letter-spacing:inherit;color:var(--lc-text);white-space:pre;overflow:hidden;pointer-events:none}.letter-craft__input-special{color:var(--lc-accent);font-weight:600}.letter-craft__input-special--red{color:#e85d04}.letter-craft__input:focus{outline:2px solid color-mix(in srgb,var(--lc-accent) 45%,transparent);border-color:var(--lc-accent)}.letter-craft__clear{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);border:0;background:transparent;cursor:pointer;font-size:1.1rem;line-height:1;color:var(--lc-muted)}.letter-craft__symbols{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem;max-width:100%}.letter-craft__symbol{width:3.35rem;height:3.35rem;min-width:3.35rem;padding:.4rem;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 45%),linear-gradient(160deg,#1a2238,#121a2e 55%,#0b1020);color:#fff;cursor:pointer;display:inline-grid;place-items:center;overflow:hidden}.letter-craft__symbol:hover{border-color:#ffffff59;transform:translateY(-1px)}.letter-craft__symbol img{display:block;width:100%;height:100%;object-fit:contain;object-position:center center;filter:drop-shadow(0 0 6px rgba(255,255,255,.28));pointer-events:none}.letter-craft__warning{margin:.35rem 0 0;color:var(--lc-danger);font-size:.8rem}.letter-craft__pricing{display:grid;gap:.35rem;margin:.25rem 0 0;width:100%}.letter-craft__pricing-row{display:flex;justify-content:space-between;gap:.75rem;min-width:0}.letter-craft__pricing-row dt{margin:0;color:var(--lc-muted);font-size:.85rem}.letter-craft__pricing-row dd{margin:0;font-weight:600;text-align:right;overflow-wrap:anywhere}.letter-craft__pricing-row--total dd{color:#e11d48;font-size:1.15rem}.letter-craft__note{margin:0;font-size:.75rem;line-height:1.45;color:var(--lc-muted);overflow-wrap:anywhere}.letter-craft__status{margin:.35rem 0 0;font-size:.875rem;overflow-wrap:anywhere}.letter-craft__status[data-tone=error]{color:var(--lc-danger)}.letter-craft__status[data-tone=success]{color:#15803d}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product--lettercraft .product-form__quantity,.product--lettercraft quantity-input,.product--lettercraft quantity-selector-component,.product-details:has(.letter-craft) .product-form__quantity,.product-details:has(.letter-craft) quantity-input,.product-details:has(.letter-craft) quantity-selector-component,.product-details:has(.letter-craft) variant-picker,.product-details:has(.letter-craft) .variant-picker,.product-information:has(.letter-craft) variant-picker,body:has(.letter-craft) sticky-add-to-cart quantity-selector-component,body:has(.letter-craft) sticky-add-to-cart quantity-input,body:has(.letter-craft) .sticky-add-to-cart .quantity,body:has(.letter-craft) [data-sticky-add-to-cart] quantity-selector-component{display:none!important}.product--lettercraft .product-form-buttons,.product-details:has(.letter-craft) .product-form-buttons,.product-information:has(.letter-craft) .product-form-buttons,.product--lettercraft .product-form-buttons--stacked,.product-details:has(.letter-craft) .product-form-buttons--stacked,.product-information:has(.letter-craft) buy-buttons-component,.product-details:has(.letter-craft) buy-buttons-component{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;max-width:100%!important}.product--lettercraft .product-form-buttons>*,.product-details:has(.letter-craft) .product-form-buttons>*,.product-information:has(.letter-craft) .product-form-buttons>*,.product--lettercraft .product-form-buttons--stacked>*,.product-details:has(.letter-craft) .product-form-buttons--stacked>*{flex:1 1 100%!important;width:100%!important;max-width:100%!important;margin-inline:0!important}.product--lettercraft .add-to-cart-button,.product-details:has(.letter-craft) .add-to-cart-button,.product-information:has(.letter-craft) .add-to-cart-button,.product--lettercraft button[name=add],.product-details:has(.letter-craft) button[name=add],.product-information:has(.letter-craft) button[name=add],.product--lettercraft .product-form__submit,.product-details:has(.letter-craft) .product-form__submit,.product-information:has(.letter-craft) .shopify-payment-button,.product-details:has(.letter-craft) .shopify-payment-button,.product-information:has(.letter-craft) .shopify-payment-button__button,.product-details:has(.letter-craft) .shopify-payment-button__button{width:100%!important;max-width:100%!important;margin-inline:0!important;box-sizing:border-box!important}.product-information__grid.product--lettercraft,.product-information__grid:has(.letter-craft),.product-information:has(.letter-craft) .product-information__grid{grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important}.product-information__grid.product--lettercraft .product-information__media,.product-information__grid:has(.letter-craft) .product-information__media,.product-information:has(.letter-craft) .product-information__media,.product--lettercraft .product-information__media,.product--lettercraft media-gallery,.product-information:has(.letter-craft) media-gallery{display:none!important}.product-information__grid.product--lettercraft .product-details,.product-information__grid:has(.letter-craft) .product-details,.product-information:has(.letter-craft) .product-details,.product-details.product--lettercraft,.product-details:has(.letter-craft){grid-column:1 / -1!important;width:100%!important;max-width:none!important;justify-self:stretch!important}.product-details.product--lettercraft,.product-details:has(.letter-craft),.product-information:has(.letter-craft) .product-details,.product-details.product--lettercraft>.group-block,.product-details:has(.letter-craft)>.group-block,.product-information__grid--limit-details.product--lettercraft .product-details>.group-block,.product-information__grid--limit-details:has(.letter-craft) .product-details>.group-block,.product-information:has(.letter-craft) .group-block:has(.letter-craft){width:100%!important;max-width:none!important;--details-max-width: 100% !important;--sidebar-width: 100% !important}.letter-craft-block,.product-details:has(.letter-craft) .letter-craft,.letter-craft-block .letter-craft{width:100%;max-width:100%;min-width:0}@media screen and (max-width:749px){.product-information__grid.product--lettercraft .product-details,.product-information__grid:has(.letter-craft) .product-details,.product-details:has(.letter-craft){grid-column:1 / -1!important}}.letter-craft__glyph--fill{position:relative;isolation:isolate}.letter-craft__glyph--fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--lc-fill, #ffc070);mix-blend-mode:multiply;pointer-events:none;-webkit-mask-image:var(--lc-fill-mask);mask-image:var(--lc-fill-mask);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center bottom;mask-position:center bottom;-webkit-mask-mode:alpha;mask-mode:alpha}.letter-craft[data-color=daylight] .letter-craft__glyph:not(.letter-craft__glyph--special) img,.letter-craft[data-color=daylight] .letter-craft__dimmer img,.letter-craft[data-color=daylight] .letter-craft__controller img{filter:sepia(.35) saturate(1.35) hue-rotate(-18deg) brightness(1.02)}.letter-craft[data-color=daylight]{--lc-fill: #ffc070}.letter-craft[data-color=daylight] .letter-craft__glyph--fallback{color:#ffc070;text-shadow:0 0 12px rgba(255,200,120,.55)}.letter-craft[data-color=warm]{--lc-fill: #ffd9a0}.letter-craft[data-color=rgb] .letter-craft__glyph--fill:after{background:linear-gradient(115deg,#ff0040,#ff8c00,#ffe566,#00e676,#00d4ff 64%,#7c4dff,#ff0040);mix-blend-mode:multiply}.letter-craft[data-color=rgb] .letter-craft__glyph:not(.letter-craft__glyph--special) img,.letter-craft[data-color=rgb] .letter-craft__space--glyph img{filter:drop-shadow(0 0 12px rgba(0,212,255,.45)) drop-shadow(0 0 8px rgba(255,0,128,.28))}.letter-craft__glyph--rgb-text{align-items:center;min-width:.72em;padding:0 .02em;font-size:clamp(2.2rem,24cqi,5.8rem);font-weight:800;letter-spacing:-.04em;line-height:.9}.letter-craft[data-color=rgb] .letter-craft__glyph--rgb-text{background:linear-gradient(115deg,#ff0040,#ff8c00,#ffe566,#00e676,#00d4ff 64%,#7c4dff,#ff0040);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 0 10px rgba(0,212,255,.45)) drop-shadow(0 0 6px rgba(255,0,128,.25))}.letter-craft[data-color=rgb] .letter-craft__glyph--fallback{background:linear-gradient(115deg,#ff0040,#ffe566,#00d4ff,#7c4dff);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none;filter:drop-shadow(0 0 10px rgba(0,212,255,.4))}.letter-craft[data-color=warm] .letter-craft__glyph--fill:after{background:var(--lc-fill, #ffd9a0)}.letter-craft__glyph--special img{max-width:6.2rem}.letter-craft__symbol--special{width:3.6rem;height:3.6rem;min-width:3.6rem}.letter-craft--single-type .letter-craft__types{display:none!important}.letter-craft{--lc-accent: #e85d04;--lc-accent-soft: #fff4ec;--lc-panel-bg: #fff}.letter-craft__total-hero{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding:.35rem 0 .85rem;border-bottom:1px solid var(--lc-border);margin-bottom:.85rem}.letter-craft__total-label{font-size:1rem;font-weight:600;color:var(--lc-text)}.letter-craft__total-value{font-size:clamp(1.45rem,3.5cqi,1.9rem);font-weight:800;color:var(--lc-accent);letter-spacing:-.02em}.letter-craft__size-boxes{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem}.letter-craft__size-box{-webkit-appearance:none;appearance:none;border:1px solid #d0d5dd;background:#fff;color:var(--lc-text);border-radius:4px;min-width:4.25rem;padding:.55rem .7rem;font-size:.85rem;font-weight:700;cursor:pointer;line-height:1.1}.letter-craft__size-box.is-active{background:var(--lc-accent);border-color:var(--lc-accent);color:#fff}.letter-craft__catalog-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin:0 0 .65rem}.letter-craft__catalog-tab{-webkit-appearance:none;appearance:none;border:1px solid #d0d5dd;background:#fff;border-radius:4px;padding:.45rem .75rem;font-size:.8rem;font-weight:700;cursor:pointer}.letter-craft__catalog-tab.is-active{background:var(--lc-accent);border-color:var(--lc-accent);color:#fff}.letter-craft__catalog{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:.55rem;max-height:min(42vh,360px);overflow:auto;padding:.35rem .15rem .65rem;margin-bottom:.55rem;border:1px solid rgba(18,24,40,.08);border-radius:8px;background:#fafbfc}.letter-craft__catalog-item{display:flex;flex-direction:column;align-items:stretch;gap:.3rem;background:transparent;border:0;padding:0}.letter-craft__catalog-preview{display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;min-height:64px}.letter-craft__catalog-preview img{max-width:88%;max-height:88%;object-fit:contain}.letter-craft__catalog-add{-webkit-appearance:none;appearance:none;border:0;border-radius:4px;background:#9aa3b2;color:#fff;font-size:1rem;font-weight:800;line-height:1;padding:.28rem 0;cursor:pointer}.letter-craft__catalog-add:hover{background:var(--lc-accent)}.letter-craft__stats{display:grid;grid-template-columns:1fr 1fr;gap:.45rem .75rem;margin:.75rem 0 0;padding:.75rem 0 0;border-top:1px solid var(--lc-border)}.letter-craft__stat{display:flex;justify-content:space-between;gap:.5rem;margin:0;font-size:.82rem}.letter-craft__stat dt{color:var(--lc-muted);font-weight:500}.letter-craft__stat dd{margin:0;font-weight:700;color:var(--lc-text)}.letter-craft__stage-tools{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin-top:.55rem}.letter-craft__reset{-webkit-appearance:none;appearance:none;border:1px solid #d0d5dd;background:#fff;border-radius:4px;padding:.4rem .7rem;font-size:.78rem;font-weight:700;cursor:pointer}.letter-craft__reset:hover{border-color:var(--lc-accent);color:var(--lc-accent)}.letter-craft__preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;width:min(78%,320px);padding:1.1rem 1rem 1rem;background:#ffffffeb;border-radius:4px;box-shadow:0 8px 28px #0000002e}.letter-craft__empty-title{color:#222;font-weight:800;font-size:.95rem;letter-spacing:.04em;text-shadow:none}.letter-craft__empty-rail{display:block;width:100%;height:10px;border-radius:999px;background:linear-gradient(90deg,transparent 0 6%,#c9ced6 6% 94%,transparent 94%),repeating-linear-gradient(90deg,transparent,transparent 8px,rgba(0,0,0,.12) 8px,rgba(0,0,0,.12) 10px);box-shadow:inset 0 0 0 1px #00000026}.letter-craft__input-wrap--secondary{margin-top:.45rem}.letter-craft__input-wrap--secondary .letter-craft__input{font-size:.85rem;padding:.45rem .65rem}.letter-craft__thumbs{margin-top:0}.letter-craft__catalog--specials-only{display:flex;flex-wrap:wrap;gap:.4rem;max-height:none;overflow:visible;padding:.25rem 0;margin:0 0 .55rem;border:0;background:transparent}.letter-craft__catalog--specials-only .letter-craft__symbol{width:clamp(52px,12cqi,68px);height:clamp(52px,12cqi,68px)}.letter-craft__preview-placeholder,.letter-craft__empty-title,.letter-craft__empty-rail{display:none!important}.letter-craft__space--glyph{width:auto;height:clamp(1.35rem,12cqi,3.25rem)}.letter-craft__space--glyph img{display:block;height:100%;width:auto;max-width:2.5rem;object-fit:contain}.letter-craft[data-color=warm] .letter-craft__glyph img,.letter-craft[data-color=warm] .letter-craft__controller img,.letter-craft[data-color=warm] .letter-craft__space--glyph img{filter:sepia(.3) saturate(1.1) brightness(1.04) hue-rotate(-12deg) drop-shadow(0 0 8px rgba(255,220,160,.35))}.letter-craft__catalog-tabs:empty,.letter-craft__catalog:empty{display:none}.craft-print-guide{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;margin:.65rem 0 .15rem;padding:.55rem .9rem;width:100%;box-sizing:border-box;border:1.5px solid currentColor;border-radius:10px;background:transparent;color:inherit;font:inherit;font-size:.88rem;font-weight:650;text-decoration:none;text-align:center;cursor:pointer;opacity:.92;transition:background .15s ease,opacity .15s ease}.craft-print-guide:hover{opacity:1;background:#0f172a0a}.craft-print-guide[hidden]{display:none!important}.letter-craft__print-guides{margin:.85rem 0 0;padding:.75rem .85rem;border:1px solid rgba(15,23,42,.12);border-radius:12px;background:#0f172a05}.letter-craft__print-guides-title{margin:0 0 .55rem;font-size:.92rem;font-weight:700}.letter-craft__print-guides-list{display:flex;flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none}.letter-craft__print-guides-list .craft-print-guide{width:auto;margin:0;padding:.4rem .7rem;font-size:.8rem}
/*# sourceMappingURL=/cdn/shop/t/2/assets/letter-craft.css.map */
