.qb-wrap{font-family:var(--font-body-family);letter-spacing:1px}.bundle-options{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.bundle-card{overflow:hidden;display:none;position:relative;border:1px solid rgba(var(--color-foreground),.06);border-radius:var(--buttons-radius-outset);cursor:pointer;transition:all .3s;margin-bottom:0;background:rgba(var(--color-foreground),.03);padding:10px 0}.bundle-card:hover,.bundle-card.selected{border-color:rgba(var(--color-foreground),.15);box-shadow:0 5px 8px rgba(var(--color-foreground),.06);transition:border-color 1s cubic-bezier(0,0,.29,.06)}.bundle-card.selected{background:rgb(var(--color-background));display:block}.bundle-row{display:flex;align-items:center;padding:16px;gap:12px;margin-top:10px}.bundle-radio{width:20px;height:20px;min-width:20px;border:2px solid rgba(var(--color-foreground),.2);border-radius:50%;transition:all .3s;position:relative;margin-top:-5px}.bundle-card.selected .bundle-radio{background:rgb(var(--color-background));box-shadow:0 0 8px rgba(var(--color-foreground),.15);border:2px solid rgb(var(--color-button))}.bundle-card.selected .bundle-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:rgb(var(--color-button));border-radius:50%}.bundle-info{flex:1;display:flex;align-items:center;gap:12px}.bundle-title{font-size:18px;font-weight:600;margin:0 0 4px;letter-spacing:.5px;font-family:var(--font-body-family)}.bundle-price{font-size:2rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1;margin:0 0 5px 10px}.bundle-old-price{font-size:1.1em;font-weight:600;color:rgba(var(--color-foreground),.4);text-decoration:line-through;margin:-10px 0 0 10px}#buy_more_text{font-size:1em;text-align:center;line-height:1;cursor:pointer;color:rgb(var(--color-button));text-decoration-line:underline;display:none}.item-price{font-size:1.3rem;font-weight:600;margin-top:4px;display:inline-block;color:rgb(var(--color-foreground))}.bundle-discount-badge{color:rgb(var(--color-button));background:rgba(var(--color-button),.08);border-radius:4px;padding:3px 8px;font-size:1.3rem;font-weight:700;display:inline-block;margin:0 0 4px 10px}.bundle-details{display:none;animation:slideDown .5s ease;padding-bottom:15px}.bundle-details.active{display:block}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.product-list{display:flex;flex-direction:column;gap:12px}.product-item{display:flex;gap:12px;padding:0 12px;position:relative}.product-thumb{width:90px;height:90px;border-radius:var(--buttons-radius);object-fit:cover}.product-info{flex:1;max-width:57vw}.product-title{font-size:1.4rem;font-weight:200;margin:0 0 6px;line-height:1.3;display:flex;align-items:center;height:27px;max-width:90%}.dropdown-btn{padding:5px 10px;font-size:14px;border:1px solid rgba(var(--color-foreground),.15);background:rgba(var(--color-foreground),.03);border-radius:50px;cursor:pointer;height:27px;margin-left:10px;color:rgb(var(--color-foreground))}.personalize-btn{cursor:pointer;color:#010101;font-size:1.5rem;padding:9px 14px;border-radius:.8rem;width:90%;background:#fdcd62;letter-spacing:.1rem;position:relative;border:1.5px solid #010101;font-family:"Albert Sans",var(--font-body-family);transition:box-shadow .18s ease,transform .18s ease}.personalize-btn.done{margin:0 auto;background:none;color:rgba(var(--color-foreground),.7);text-align:center;padding:8px 20px;text-decoration:underline;font-style:italic;font-weight:400;letter-spacing:.5px}.hj-design-actions{padding:10px 16px 4px;display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}.hj-regen-btn{display:inline-flex!important;align-items:center!important;gap:7px!important;padding:8px 10px!important;border:none!important;border-radius:999px!important;background:transparent!important;font-size:1.3rem!important;font-weight:700!important;color:#0101019e!important;cursor:pointer!important;transition:color .18s ease!important;font-family:"Albert Sans",var(--font-body-family)!important;letter-spacing:.02rem!important;box-shadow:none!important}.hj-regen-spin{display:inline-block;font-size:1.1em;transition:transform .4s ease}.hj-start-over-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(1,1,1,.16);border-radius:999px;background:#fff;color:#010101b3;padding:7px 12px;font-family:"Albert Sans",var(--font-body-family);font-size:1.3rem;font-weight:800;letter-spacing:.02rem;cursor:pointer;box-shadow:0 4px 14px #0000000f;transition:color .18s ease,border-color .18s ease,transform .18s ease}.hj-start-over-btn:hover{color:#010101;border-color:#01010152;transform:translateY(-1px)}@keyframes pulseAttention1{0%,to{box-shadow:0 0 rgba(var(--color-button),.7)}50%{box-shadow:0 0 0 12px rgba(var(--color-button),0)}}.atc-btn{width:100%;background:#fdcd62;color:#010101;border:1.5px solid #010101;border-radius:.8rem;padding:16px;font-size:2rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:box-shadow .18s ease,transform .18s ease;font-family:"Albert Sans",var(--font-body-family);letter-spacing:.1rem}.atc-btn:hover{transform:translate(-3px,-3px);box-shadow:5px 5px #010101}.atc-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.modal-content{background:rgb(var(--color-background));margin:2vh auto;border-radius:var(--buttons-radius-outset);width:94%;max-width:500px;overflow:auto;box-shadow:0 25px 80px rgba(var(--color-foreground),.25);display:flex;flex-direction:column;position:relative;font-family:var(--font-body-family);color:rgb(var(--color-foreground))}.close_modal-btn{border:none;color:rgb(var(--color-button-text));width:36px;height:36px;border-radius:50%;font-size:24px;cursor:pointer;position:absolute;top:12px;right:12px;transition:all .3s;background:rgb(var(--color-button));display:flex;align-items:center;justify-content:center}.btn{width:100%;padding:14px 20px;border:none;border-radius:var(--buttons-radius-outset);font-size:1.5rem;cursor:pointer;transition:all .2s;letter-spacing:.1rem;font-family:var(--font-body-family)}.btn-confirm:disabled{background:rgba(var(--color-foreground),.15);color:rgba(var(--color-foreground),.4);box-shadow:none;cursor:not-allowed}.hacard{display:none;position:relative;width:100%;background:rgba(var(--color-foreground),.04);overflow:hidden}.variant-option{padding:0;font-weight:700;margin-top:20px;color:rgb(var(--color-foreground))}.variant{border:1px solid rgba(var(--color-button),.4);background:rgba(var(--color-button),.05);text-transform:none;font-weight:400;color:rgb(var(--color-button));margin-bottom:10px;padding:12px 18px;text-align:left;cursor:pointer;border-radius:var(--buttons-radius);width:100%}.variant.active{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.combo-option{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:none;background:transparent;border-radius:var(--buttons-radius);font-size:14px;font-weight:500;color:rgb(var(--color-foreground));cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.variantText{margin-top:-10px;margin-bottom:0;display:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px;font-size:14px;color:rgba(var(--color-foreground),.7)}.picker-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none}.picker-modal.active{display:block}.picker-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-foreground),.6)}.picker-content{position:relative;width:90%;max-width:1200px;height:85vh;margin:7.5vh auto 0;background:rgb(var(--color-background));border-radius:var(--buttons-radius-outset);display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(var(--color-foreground),.2);color:rgb(var(--color-foreground))}.picker-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(var(--color-foreground),.1)}.picker-header h2{margin:0;font-size:24px;font-weight:600;font-family:var(--font-heading-family)}.picker-close{background:none;border:none;font-size:32px;cursor:pointer;color:rgba(var(--color-foreground),.5)}.picker-close:hover{color:rgb(var(--color-foreground))}.picker-body{flex:1;overflow-y:auto;padding:24px}.picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.product-card{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.06);border-radius:var(--buttons-radius-outset);overflow:hidden;cursor:pointer;transition:box-shadow .3s}.product-card:hover{box-shadow:0 4px 20px rgba(var(--color-foreground),.08)}.product-card-img{position:relative;padding-top:100%;overflow:hidden;background:rgba(var(--color-foreground),.03)}.product-card-img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-card-info{padding:16px}.product-card-info h3{font-size:14px;font-weight:500;margin:0 0 12px}.product-card-btn{width:100%;padding:10px 16px;background:#fdcd62;color:#010101;border:1.5px solid #010101;border-radius:.8rem;font-size:14px;font-weight:600;cursor:pointer;font-family:"Albert Sans",var(--font-body-family);transition:box-shadow .18s ease,transform .18s ease}.product-card-btn:hover{transform:translate(-2px,-2px);box-shadow:4px 4px #010101}.uploaded-image-preview{text-align:center;padding:12px 16px 0}.uploaded-preview-img{max-height:200px;width:auto;max-width:100%;border-radius:10px;object-fit:contain;box-shadow:0 4px 20px #0000001f}@media(max-width:640px){.bundle-row{padding:12px}.bundle-title{font-size:1.6rem}.bundle-price{font-size:2rem}.modal-content{width:98%;border-radius:var(--buttons-radius-outset)}}.bundle-card{background:#fff!important;border:1.5px solid rgba(1,1,1,.12)!important;border-radius:.75rem!important}.bundle-card:hover,.bundle-card.selected{border-color:#010101!important;box-shadow:4px 4px #0101011a!important}.bundle-card.selected{background:#fffcf3!important}.bundle-card.selected .bundle-radio{border-color:#010101!important;box-shadow:none!important}.bundle-card.selected .bundle-radio:after{background:#fdcd62!important}.bundle-title{font-family:Albert Sans,system-ui,sans-serif!important;font-weight:700!important}.bundle-price{font-family:Albert Sans,system-ui,sans-serif!important;font-weight:800!important;color:#010101!important}.bundle-old-price{color:#01010159!important}.bundle-discount-badge{background:#fdcd6233!important;color:#7a5700!important;border:1px solid rgba(253,205,98,.6)!important}.modal-content{background:#fffcf3!important;border:1.5px solid #010101!important;border-radius:1rem!important;box-shadow:6px 6px #01010126!important;--color-button-text: 1, 1, 1}.close_modal-btn{background:#010101!important;color:#fffcf3!important;border-radius:50%!important;border:none!important}.btn-confirm:after,.btn-confirm:before{display:none!important}#buy_more_text{color:#010101!important}.dropdown-btn{border:1.5px solid rgba(1,1,1,.15)!important;border-radius:.4rem!important;font-family:Albert Sans,system-ui,sans-serif!important;color:#010101!important}@media(min-width:769px){dialog#personalize-modal{padding-top:16px!important}dialog#personalize-modal .modal-content{margin:0 auto 16px!important;max-height:calc(100dvh - 32px)!important}}@media(max-width:768px){dialog#personalize-modal{width:100vw!important;max-width:100vw!important;margin:0!important;padding:0!important;border-radius:0!important;height:100vh;max-height:100vh;overflow-y:auto}dialog#personalize-modal .modal-content{width:100%!important;max-width:100%!important;margin:0!important;border-radius:0!important;height:100%;min-height:100dvh}}.hj-steps>.hj-step[data-step="1"],.hj-steps>:nth-child(2){display:none!important}.hj-modal-headline-wrap{padding:16px 20px 4px;text-align:center;border-bottom:1px solid rgba(1,1,1,.06);margin-bottom:4px}.hj-modal-headline{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:800;font-style:normal;letter-spacing:0;color:#010101;margin:0 0 12px;line-height:1.05}.hj-modal-headline em{color:#fb5780;font-style:italic}.uploaded-image-preview{position:relative;width:min(260px,calc(100% - 48px))!important;aspect-ratio:1!important;margin:10px auto 16px!important;padding:0!important;background:var(--hj-cream-2, #fffaf0)!important;border:var(--hj-border-soft, 1.5px solid rgba(1,1,1,.14))!important;border-radius:12px!important;overflow:hidden!important;box-shadow:var(--hj-shadow-card, 0 12px 24px rgba(1,1,1,.08))!important;display:block!important;text-align:center!important}.uploaded-image-preview[hidden]{display:none!important}.uploaded-image-preview:before{content:none!important}.uploaded-preview-img{width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;border-radius:0!important;display:block!important;box-shadow:none!important}.hj-multi-upload__reuse-note{width:fit-content;margin:-4px auto 12px;padding:6px 14px;border:1.5px solid var(--hj-ink, #010101);border-radius:999px;background:#fff;color:var(--hj-ink, #010101);box-shadow:var(--hj-shadow-hard-sm, 4px 5px 0 #010101);font-weight:800;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;display:block}.hj-multi-upload__reuse-note[hidden]{display:none!important}.btn-confirm{background:#fb5780!important;color:#fff!important;border:1.5px solid #010101!important;font-size:1.6rem!important;padding:16px 20px!important}.btn-confirm:not(:disabled):hover{background:#fb5780!important;color:#fff!important;opacity:1!important;box-shadow:5px 5px #010101!important;transform:translate(-3px,-3px)!important}.btn-confirm:disabled{background:#fb578059!important;color:#ffffffb3!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.btn-confirm .spinner{border-color:#ffffff4d!important;border-top-color:#fff!important}.hj-step.active .hj-step-dot{background:#fb5780!important;color:#fff!important;box-shadow:0 0 0 3px #fb578040!important}.hj-step.active .hj-step-label{color:#fb5780!important}.small-note{font-size:1.1rem!important;padding:4px 20px 10px!important}.modal-content:has(.hj-step[data-step="3"].active) .uploaded-image-preview{display:none!important}.modal-footer{padding:14px 16px 16px!important;gap:10px!important}.qb-wrap{font-family:var(--font-body-family);letter-spacing:1px;padding:12px}.qb-wrap *{box-sizing:border-box}.option-combo{width:100%}.option-combo .combo-trigger{width:100%;min-width:unset;padding:12px 15px;border-radius:var(--buttons-radius);font-size:1.4rem;letter-spacing:.5px}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:222px;font-family:var(--font-heading-family)}.personalize-btn{cursor:pointer;color:#010101;font-size:1.5rem;font-weight:700;text-transform:uppercase;padding:12px 14px;border-radius:.8rem;width:100%;background:#fdcd62;letter-spacing:.1rem;position:relative;z-index:2;border:1.5px solid #010101;text-align:center;display:block;margin-top:10px;font-family:"Albert Sans",var(--font-body-family);transition:box-shadow .18s ease,transform .18s ease}.personalize-btn:hover{transform:translate(-3px,-3px);box-shadow:5px 5px #010101}.personalize-btn.done{background:none;color:rgba(var(--color-foreground),.7);text-decoration:underline;font-style:italic;font-weight:400;letter-spacing:.5px}.hj-personalize-scope .personalize-btn{background:var(--hj-btn-bg)!important;color:var(--hj-btn-color)!important;border:1.5px solid #010101!important;border-radius:.8rem!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important}@keyframes pulseAttention{0%,to{box-shadow:0 0 rgba(var(--color-button),.7)}50%{box-shadow:0 0 0 12px rgba(var(--color-button),0)}}@keyframes bounceAttention{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}dialog.modal{display:none;border:none;padding-top:100px;margin:0;background:transparent;width:100vw;height:100vh;max-height:100dvh;overflow:hidden;overscroll-behavior:contain;position:fixed;top:0;right:0;bottom:0;left:0}dialog.modal[open]{display:block}dialog.modal::backdrop{background:#000000b3;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:rgb(var(--color-background));margin:2vh auto;border-radius:var(--buttons-radius-outset);width:94%;max-width:500px;max-height:96dvh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;box-shadow:0 25px 80px rgba(var(--color-foreground),.25);display:flex;flex-direction:column;position:relative;font-family:var(--font-body-family);color:rgb(var(--color-foreground));touch-action:pan-y}.close_modal-btn{border:none;color:rgb(var(--color-button-text));width:36px;height:36px;border-radius:50%;font-size:20px;line-height:1;cursor:pointer;position:absolute;top:12px;right:12px;transition:all .3s;z-index:1;background:rgb(var(--color-button));display:flex;align-items:center;justify-content:center}.close_modal-btn:hover{opacity:.8}.modal-footer{padding:16px 20px;display:flex;flex-direction:column;gap:12px}.hj-btn{width:100%;padding:14px 20px;border:none;border-radius:var(--buttons-radius-outset);font-size:1.5rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .2s;letter-spacing:.1rem;font-family:var(--font-body-family)}.btn-cancel{display:none}.btn-confirm{background:rgb(var(--color-button));color:rgb(var(--color-button-text));display:flex;align-items:center;justify-content:center;gap:8px}.btn-confirm:hover{opacity:.88}.btn-confirm:disabled{background:rgba(var(--color-foreground),.15);color:rgba(var(--color-foreground),.4);cursor:not-allowed}.btn-confirm.loading .spinner{display:block}.btn-confirm.loading .btn-text{display:none}.spinner{display:none;width:18px;height:18px;border:2px solid rgba(var(--color-button-text),.3);border-top-color:rgb(var(--color-button-text));border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.hacard{display:none;position:relative;width:100%;padding-top:0!important;background:rgba(var(--color-foreground),.04);overflow:hidden}.gallery-container{position:relative;background:rgb(var(--color-background));overflow:hidden}.gallery-image img{width:100%;height:auto}.nav-button{position:absolute;top:50%;transform:translateY(-50%);background:rgba(var(--color-foreground),.5);color:rgb(var(--color-background));border:none;padding:15px 20px;font-size:24px;cursor:pointer;border-radius:5px;visibility:hidden}.nav-button.prev-btn{left:10px}.nav-button.next-btn{right:10px}.small-note{font-size:.8em;text-align:center;color:rgba(var(--color-foreground),.5);font-style:italic;display:none}.hj-steps{display:flex;align-items:center;padding:14px 24px 12px;border-bottom:1px solid rgba(1,1,1,.07);gap:4px}.hj-step{display:flex;flex-direction:column;align-items:center;gap:5px;flex-shrink:0}.hj-step-dot{width:26px;height:26px;border-radius:50%;background:#01010114;color:#0101014d;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background .25s,color .25s,box-shadow .25s}.hj-step.active .hj-step-dot{background:#fdcd62;color:#010101;box-shadow:0 0 0 3px #fdcd624d}.hj-step.done .hj-step-dot{background:#010101;color:#fff}.hj-step-label{font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#0101014d;transition:color .25s}.hj-step.active .hj-step-label{color:#010101}.hj-step.done .hj-step-label{color:#01010180}.hj-step-line{flex:1;height:1px;background:#0101011a;margin:0 6px 15px;min-width:16px}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.loading-area{position:relative;overflow:hidden;width:100%;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:linear-gradient(90deg,rgba(var(--color-foreground),.04) 25%,rgba(var(--color-foreground),.09),rgba(var(--color-foreground),.04) 75%);background-size:200% 100%;animation:shimmer 1.8s infinite linear}.loading-area.with-photo{animation:none!important;background-size:cover!important;background-position:center!important}.loading-area.with-photo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000085;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.loading-area.with-photo .loading-spinner,.loading-area.with-photo .loading-text,.loading-area.with-photo .progress-bar{position:relative;z-index:1}.loading-area.with-photo .loading-spinner{border-color:#fff3;border-top-color:#fdcd62}.loading-area.with-photo .loading-text{color:#fff!important;text-shadow:0 1px 4px rgba(0,0,0,.5)}.loading-area.with-photo .progress-bar{background:#ffffff26}.loading-area.with-photo .progress{background:#fdcd62}.loading-spinner{width:56px;height:56px;border:4px solid rgba(var(--color-foreground),.1);border-top-color:rgb(var(--color-button));border-radius:50%;animation:spin .8s linear infinite}.loading-text{color:rgb(var(--color-button));font-size:17px;font-weight:600;letter-spacing:.3px;text-align:center;padding:0 20px}.progress-bar{width:70%;height:8px;background:rgba(var(--color-foreground),.1);border-radius:999px;overflow:hidden}.progress{display:block!important;height:100%;width:0;background:rgb(var(--color-button));border-radius:999px;transition:width .3s ease}.product-options-container{display:none;padding-bottom:16px}.form-group{display:block;width:95%;margin:0 auto}.form-group label{font-size:1.4rem;font-weight:400;margin:10px 0 5px;display:inline-block;color:rgb(var(--color-foreground))}.form-group input{width:100%;padding:12px 15px;border:1px solid rgba(var(--color-foreground),.15);border-radius:var(--buttons-radius);font-size:16px;letter-spacing:.5px;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.form-group input:focus{outline:none;border-color:rgb(var(--color-button));box-shadow:0 0 0 2px rgba(var(--color-button),.15)}.variant-option{margin:12px;font-weight:700;color:rgb(var(--color-foreground))}.variant-option.hide{display:none}.combo{position:relative;width:auto}.combo-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 16px;width:100%;margin-top:10px;border-radius:var(--buttons-radius);border:1px solid rgba(var(--color-foreground),.15);background:rgb(var(--color-background));font-size:.9em;font-weight:500;color:rgb(var(--color-foreground));cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(var(--color-foreground),.03)}.combo-trigger:hover{border-color:rgb(var(--color-button));transform:translateY(-1px)}.combo-trigger.active{border-color:rgb(var(--color-button));box-shadow:0 0 0 3px rgba(var(--color-button),.1)}.combo-option{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:12px 16px;border:none;background:transparent;font-size:14px;font-weight:500;color:rgb(var(--color-foreground));cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.combo-option:hover{background:rgba(var(--color-foreground),.05)}.combo-option.active{background:rgba(var(--color-button),.08);color:rgb(var(--color-button));font-weight:600}.combo-option .check{opacity:0;color:rgb(var(--color-button));font-weight:700}.combo-option.active .check{opacity:1}.upload-status{display:none;align-items:center;gap:10px;padding:12px 16px;background:rgba(var(--color-button),.06);border-radius:var(--buttons-radius);margin:10px 20px;font-size:14px;color:rgb(var(--color-button))}.upload-status.active{display:flex}.upload-status .status-spinner{width:18px;height:18px;border:2px solid rgba(var(--color-button),.2);border-top-color:rgb(var(--color-button));border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.upload-status .status-bar{flex:1;height:4px;background:rgba(var(--color-button),.15);border-radius:99px;overflow:hidden}.upload-status .status-fill{height:100%;width:0;background:rgb(var(--color-button));border-radius:99px;transition:width .3s ease}#regenerate{display:none;margin:0 auto;text-align:center;padding:8px 20px;text-decoration:underline;font-weight:400;text-transform:none;font-size:1em;letter-spacing:.5px;font-style:italic;color:rgba(var(--color-foreground),.7)}.size-label{font-size:1.3rem;font-weight:600;margin:10px 0 4px;padding:0;color:rgb(var(--color-foreground))}.uploaded-image-preview{padding:16px 20px 0;text-align:center}.uploaded-preview-img{max-width:100%;max-height:200px;border-radius:8px}.file-input{display:none}.hj-generic-photo-picker{padding:20px}.hj-generic-photo-picker__button{width:100%;min-height:132px;display:flex;align-items:center;gap:14px;padding:18px;border:1.5px dashed #010101;border-radius:12px;background:#fffcf3;color:#010101;cursor:pointer;text-align:left;font-family:var(--font-body-family);transition:background .2s ease,border-style .2s ease,transform .2s ease}.hj-generic-photo-picker__button:hover{background:#fff3d0;border-style:solid;transform:translateY(-1px)}.hj-generic-photo-picker__button:focus-visible{outline:3px solid #fb5780;outline-offset:3px}.hj-generic-photo-picker__icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:50%;background:#fdcd62}.hj-generic-photo-picker__icon svg{width:22px;height:22px}.hj-generic-photo-picker__copy{display:grid;gap:4px;min-width:0}.hj-generic-photo-picker__copy strong{font-size:1.6rem;line-height:1.2}.hj-generic-photo-picker__copy span{font-size:1.2rem;color:#0101019e}.hj-generic-photo-picker__action{margin-left:auto;flex:0 0 auto;padding:8px 10px;border:1.5px solid #010101;border-radius:7px;background:#fff;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}@media(max-width:420px){.hj-generic-photo-picker{padding:16px 20px}.hj-generic-photo-picker__button{gap:11px;padding:16px 12px}.hj-generic-photo-picker__copy strong{font-size:1.45rem}.hj-generic-photo-picker__action{padding:7px 8px;font-size:1rem}}@keyframes toastIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes toastOut{0%{opacity:1}to{opacity:0;transform:translateY(-20px)}}@media(min-width:768px){.truncate{max-width:100%}}@media(max-width:640px){dialog.modal[open]{padding-top:0}.modal-content{width:100%!important;max-width:100%!important;margin:0!important;border-radius:0!important;height:100dvh!important;min-height:100dvh;max-height:100dvh!important;overflow-y:auto!important}}.qb-wrap{font-family:Albert Sans,system-ui,sans-serif!important;letter-spacing:.01em!important}.modal-content{background:#fffcf3!important;border:1.5px solid #010101!important;border-radius:1rem!important;box-shadow:6px 6px #01010126!important;--color-button-text:1,1,1}.close_modal-btn{background:#010101!important;color:#fffcf3!important;border-radius:50%!important;border:none!important;margin-right:15px!important}.close_modal-btn:hover{opacity:.75!important}.hj-modal-headline-wrap{padding:16px 20px 4px!important;text-align:center!important;border-bottom:1px solid rgba(1,1,1,.06)!important;margin-bottom:4px!important}.hj-modal-headline{font-family:Playfair Display,Georgia,serif!important;font-size:2rem!important;font-weight:800!important;font-style:normal!important;letter-spacing:0!important;color:#010101!important;margin:0 0 12px!important;line-height:1.05!important;text-align:center!important}.hj-modal-headline em{color:#fb5780!important;font-style:italic!important}.btn-confirm{background:#fdcd62!important;color:#010101!important;border:1.5px solid #010101!important;border-radius:.8rem!important;font-family:Albert Sans,system-ui,sans-serif!important;font-weight:700!important;transition:box-shadow .18s ease,transform .18s ease!important}.btn-confirm:not(:disabled):hover{opacity:1!important;box-shadow:5px 5px #010101!important;transform:translate(-3px,-3px)!important}.form-group label{font-family:Albert Sans,system-ui,sans-serif!important;font-weight:600!important;color:#010101!important}.form-group input,.form-group select{border:1.5px solid rgba(1,1,1,.2)!important;border-radius:.6rem!important;background:#fff!important;color:#010101!important;font-family:Albert Sans,system-ui,sans-serif!important}.form-group input:focus,.form-group select:focus{border-color:#010101!important;box-shadow:3px 3px #0101011a!important}.size-label{font-family:Albert Sans,system-ui,sans-serif!important;font-weight:700!important;color:#010101!important}.combo-trigger{border:1.5px solid rgba(1,1,1,.15)!important;border-radius:.6rem!important;font-family:Albert Sans,system-ui,sans-serif!important;color:#010101!important;background:#fff!important}.combo-trigger:hover,.combo-trigger.active{border-color:#010101!important;box-shadow:3px 3px #01010114!important;transform:none!important}.combo-option:hover{background:#fdcd6226!important}.combo-option.active{background:#fdcd6240!important;color:#010101!important}.combo-option.active .check{color:#7a5700!important}.loading-spinner{border-top-color:rgb(var(--color-button))!important}.loading-text{color:#010101!important}.progress{background:rgb(var(--color-button))!important}.upload-status{background:#fdcd621a!important;color:#7a5700!important}.upload-status .status-fill{background:#fdcd62!important}.hj-design-actions{padding:10px 16px 4px;display:flex;justify-content:center}.hj-regen-btn{background:transparent!important;border:none!important;border-radius:999px!important;padding:8px 10px!important;font-size:1.3rem!important;font-weight:700!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;gap:7px!important;color:#0101019e!important;font-family:Albert Sans,system-ui,sans-serif!important;transition:color .18s ease!important;letter-spacing:.02rem!important;box-shadow:none!important}.hj-regen-btn:hover{color:#010101!important;transform:none!important;box-shadow:none!important}.hj-regen-spin{font-size:1.1em;display:inline-block;transition:transform .4s ease}.hj-regen-btn:hover .hj-regen-spin{transform:rotate(-180deg)}@media(max-width:768px){dialog#personalize-modal{width:100vw!important;max-width:100vw!important;margin:0!important;padding:0!important;border-radius:0!important;height:100dvh;max-height:100dvh;overflow:hidden}dialog#personalize-modal .modal-content{width:100%!important;max-width:100%!important;margin:0!important;border-radius:0!important;height:100dvh;min-height:100dvh;max-height:100dvh;overflow-y:auto!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-bottom:50px}}dialog#personalize-modal::backdrop{background:#000000b3}#variant-option-container{padding-bottom:150px}.hj-tshirt-actions{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.hj-tshirt-regenerate-btn{display:flex;align-items:center;justify-content:center;gap:8px}.hj-tshirt-regenerate-btn .hj-regen-icon{display:inline-block;font-size:18px;line-height:1}@keyframes hj-spin{to{transform:rotate(360deg)}}.hj-tshirt-regenerate-btn[disabled]{opacity:.65;cursor:not-allowed}[data-hj-personalized=true] img{cursor:zoom-in}media-gallery .hj-tshirt-regenerate-btn{margin-top:8px;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.hj-edit-choice{display:flex;flex-direction:column;gap:14px;padding:30px 16px 20px;text-align:center}.hj-edit-choice-title{font-size:18px;font-weight:700;color:rgb(var(--color-foreground));margin:0 0 8px}.hj-edit-choice .hj-btn{padding:14px 18px;font-size:15px;font-weight:600;border-radius:8px;cursor:pointer;border:1px solid rgba(var(--color-foreground),.2);background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:background .15s,border-color .15s}.hj-edit-choice .hj-btn:hover{border-color:rgba(var(--color-foreground),.5);background:rgba(var(--color-foreground),.04)}.hj-edit-choice .hj-edit-regen-btn{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.hj-edit-choice .hj-edit-regen-btn:hover{opacity:.9}#variant-option-container:not(.hide){display:block!important;padding:0!important}#variant-option-container .size-label{margin:0 0 8px!important;font-family:Albert Sans,system-ui,sans-serif!important;font-weight:800!important;color:#010101!important}.hj-tee-modal-panel{width:min(100%,760px);margin:16px auto 0}.hj-tee-modal-panel[hidden]{display:none!important}.hj-tee-modal-panel .hj-tee-info__size-qty{margin:0}.hj-tee-modal-panel .hj-tee-info__atc{margin-top:0;font-size:1.6rem}.hj-tee-modal-panel .hj-tee-info__bnpl{margin:4px 0 0}.hj-tee-modal-panel .hj-tee-info__saving{margin:4px auto 0}@media(max-width:749px){.hj-tee-modal-panel{margin-top:12px}.hj-tee-modal-panel .hj-tee-info__size-qty{gap:8px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/havjoy-personalization-v8-modal.css.map */
