.fj-cust-summary:empty{display:none}.fj-cust-summary__row{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.2rem 1.4rem;border:1px solid #cfe0d4;border-radius:1rem;background:#f3f8f4;font-size:1.35rem}.fj-cust-summary__row[hidden]{display:none}.fj-cust-summary__text{font-weight:700;color:#121212;overflow-wrap:anywhere}.fj-cust-summary__edit,.fj-cust-summary__add{flex-shrink:0;padding:0;border:0;background:none;color:#1d5a34;font:inherit;font-size:1.3rem;font-weight:800;text-decoration:underline;text-underline-offset:.3rem;cursor:pointer}.fj-cust-summary__add[hidden]{display:none}.fj-cust{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:block}.fj-cust[hidden]{display:none}.fj-cust *,.fj-cust *:before,.fj-cust *:after{box-sizing:border-box}body.fj-cust-lock{overflow:hidden}.fj-cust__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .25s ease}.fj-cust.is-open .fj-cust__backdrop{opacity:1}.fj-cust__panel{position:absolute;top:0;right:0;bottom:0;display:flex;flex-direction:column;width:min(48rem,100%);background:#fff;color:#121212;box-shadow:-1rem 0 4rem #0000002e;transform:translate(100%);transition:transform .28s ease;outline:none}.fj-cust.is-open .fj-cust__panel{transform:translate(0)}.fj-cust__head{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:2rem 2.4rem;border-bottom:1px solid #ececec}.fj-cust__head h2{margin:0;font-size:1.9rem;font-weight:var(--font-heading-weight);letter-spacing:.02em;text-transform:uppercase;color:#121212}.fj-cust__close{display:inline-flex;padding:.4rem;border:0;background:none;color:#121212;cursor:pointer}.fj-cust__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:0 2.4rem 2.4rem}.fj-cust__step{padding-top:2.4rem}.fj-cust__step[hidden]{display:none}.fj-cust__step+.fj-cust__step{margin-top:1.2rem;border-top:1px solid #ececec}.fj-cust__step-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.4rem;margin-bottom:2rem;border-bottom:2px solid #121212}.fj-cust__step-head h3{margin:0;font-size:1.4rem;font-weight:var(--font-heading-weight);letter-spacing:.02em;text-transform:uppercase;color:#121212}.fj-cust__fee{color:#1d7a3e;font-size:1.4rem;font-weight:800;white-space:nowrap}.fj-cust__tabs{display:flex;gap:.6rem;margin-bottom:1.8rem}.fj-cust__tab{flex:1;padding:1rem;border:1px solid #dcdcdc;border-radius:var(--fj-ctl-radius, 6px);background:#fff;color:#121212;font:inherit;font-size:1.25rem;font-weight:800;text-transform:uppercase;cursor:pointer}.fj-cust__tab.is-active{border-color:#121212;background:#121212;color:#fff}.fj-cust__field{margin-bottom:2rem}.fj-cust__field label{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;color:#121212}.fj-cust__input{width:100%;height:4.6rem;padding:0 1.4rem;border:1px solid #dcdcdc;border-radius:var(--fj-ctl-radius, 6px);background:#fff;color:#121212;font:inherit;font-size:1.6rem;outline:none;-webkit-appearance:none;appearance:none}.fj-cust__input::placeholder{color:#9a9a9a}.fj-cust__input:focus{border-color:#121212;box-shadow:0 0 0 1px #121212}.fj-cust__hint{display:block;margin-top:.6rem;font-size:1.2rem;color:#7a7a7a}.fj-cust__error{margin:-.6rem 0 1.6rem;padding:1rem 1.2rem;border-radius:.6rem;background:#fdecea;color:#b3261e;font-size:1.3rem;font-weight:700}.fj-cust__error[hidden]{display:none}.fj-cust__notes{margin:0;padding:1.8rem 0 0 1.8rem;border-top:1px solid #ececec;font-size:1.3rem;line-height:1.6;color:#555}.fj-cust__notes li+li{margin-top:.4rem}.fj-cust__remove{margin-top:1.6rem;padding:0;border:0;background:none;color:#7a7a7a;font:inherit;font-size:1.25rem;text-decoration:underline;cursor:pointer}.patch-group+.patch-group{margin-top:2.2rem}.patch-group__label{margin:0 0 1.2rem;font-size:1.5rem;font-weight:var(--font-heading-weight);color:#121212}.patch-group__only{margin-left:.4rem;font-size:1.15rem;font-weight:500;color:#7a7a7a}.patch-group__options{display:grid;gap:1rem}.patch-option{position:relative;display:flex;align-items:center;gap:1.4rem;padding:1.2rem 1.4rem;border:1px solid #dcdcdc;border-radius:1.4rem;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s}.patch-option:hover{border-color:#9a9a9a}.patch-option.is-checked{border-color:#121212;box-shadow:0 0 0 1px #121212}.patch-option__input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.patch-option__input:focus-visible~.patch-option__check{outline:2px solid #121212;outline-offset:2px}.patch-option__media{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:7.2rem;height:7.2rem;padding:.4rem;border:1px solid #ececec;border-radius:1rem;background:#fff;overflow:hidden}.patch-option__media img{width:100%;height:100%;object-fit:contain}.patch-option__media .placeholder-svg{width:80%;height:80%}.patch-option__body{flex:1;min-width:0}.patch-option__title{display:block;font-size:1.4rem;font-weight:700;line-height:1.3;color:#121212}.patch-option__price{display:block;margin-top:.3rem;font-size:1.3rem;color:#6a6a6a}.patch-option__check{flex-shrink:0;width:2.2rem;height:2.2rem;border:1.5px solid #bdbdbd;border-radius:.5rem;background:#fff;transition:background .15s,border-color .15s}.patch-option.is-checked .patch-option__check{border-color:#121212;background:#121212 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 1.4rem no-repeat}.fj-cust__foot{padding:1.8rem 2.4rem calc(1.8rem + env(safe-area-inset-bottom));border-top:1px solid #ececec;background:#fff}.fj-cust__total{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.4rem;font-size:1.5rem;font-weight:800;text-transform:uppercase;color:#121212}.fj-cust__total span:last-child{color:#1d7a3e}.fj-cust__confirm{display:flex;align-items:center;justify-content:center;width:100%;min-height:5.2rem;padding:1rem 2rem;border:0;border-radius:var(--fj-ctl-radius, 6px);background:#121212;color:#fff;font:inherit;font-size:1.5rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;transition:opacity .15s}.fj-cust__confirm:hover{opacity:.88}@media screen and (max-width:749px){.fj-cust__panel{width:100%}.fj-cust__head{padding:1.6rem}.fj-cust__head h2{font-size:1.7rem}.fj-cust__body{padding:0 1.6rem 2rem}.fj-cust__foot{padding:1.4rem 1.6rem calc(1.4rem + env(safe-area-inset-bottom))}.fj-cust__input{font-size:1.6rem}.patch-option{padding:1rem 1.2rem;gap:1.2rem}.patch-option__media{width:6.4rem;height:6.4rem}}@media(prefers-reduced-motion:reduce){.fj-cust__panel,.fj-cust__backdrop{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/component-product-customization.css.map */
