.print-customizer-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:none;opacity:0;transition:opacity .3s ease}.print-customizer-modal.active{display:flex;align-items:center;justify-content:center;opacity:1}.print-customizer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .3s ease}.print-customizer-container{position:relative;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:var(--border-radius, 1rem);box-shadow:0 20px 60px #0000004d;width:90%;max-width:700px;max-height:85vh;overflow:hidden;transform:scale(.9);transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column;padding-bottom:0;isolation:isolate}.print-customizer-modal.active .print-customizer-container{transform:scale(1)}@media screen and (min-width: 1024px){.print-customizer-container{max-width:900px;max-height:80vh}}.print-customizer-close{position:absolute;top:1.5rem;right:1.5rem;width:3.6rem;height:3.6rem;border:none;background-color:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground));border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease}.print-customizer-close:hover{background-color:rgba(var(--color-foreground),.1);transform:rotate(90deg)}.print-customizer-close:active{transform:rotate(90deg) scale(.95)}.print-customizer-header{padding:2.5rem 6.5rem 2rem 2.5rem;border-bottom:1px solid rgba(var(--color-foreground),.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.print-customizer-title{font-size:2.4rem;font-weight:600;margin:0;color:rgb(var(--color-foreground));letter-spacing:.05rem}.print-customizer-price-display{display:flex;align-items:baseline;gap:.8rem}.price-label{font-size:1.4rem;color:rgba(var(--color-foreground),.7);font-weight:500}.price-amount{font-size:2rem;font-weight:700;color:rgb(var(--color-foreground));letter-spacing:.05rem}.print-customizer-content{overflow-y:auto;overflow-x:hidden;flex:1;display:flex;flex-direction:column;border-radius:var(--border-radius, 1rem);position:relative;z-index:1}.print-customizer-steps{padding:2.5rem 2.5rem 1rem;flex:1;position:relative;min-height:350px;transition:height .35s ease}.customizer-step{display:none;animation:fadeSlideIn 1s cubic-bezier(.25,.46,.45,.94);animation-fill-mode:both;will-change:opacity,transform;position:relative}.customizer-step.active{display:block}.customizer-step.exiting{animation:fadeSlideOut .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;animation-fill-mode:both;z-index:1}.customizer-step.entering{z-index:2}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.step-title{font-size:1.8rem;font-weight:600;margin:0 0 2rem;color:rgb(var(--color-foreground));font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-transform:uppercase;letter-spacing:.1rem}.option-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;margin-bottom:2rem}.paper-options.option-group{grid-template-columns:1fr;gap:1.2rem;margin-bottom:3rem}.option-button{background-color:rgba(var(--color-foreground),.03);border:none;border-radius:1.2rem;padding:2rem 1.5rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;gap:1rem;color:rgb(var(--color-foreground));font-size:1.5rem;font-weight:500;position:relative;overflow:hidden}.option-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--color-foreground),.05) 0%,transparent 100%);opacity:0;transition:opacity .25s ease}.option-button:hover:before{opacity:1}.option-button:hover{border:none;transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.option-button.selected{border:none;background-color:rgba(var(--color-foreground),.08);box-shadow:0 4px 15px rgba(var(--color-foreground),.15)}.option-button.selected:after{content:"\2713";position:absolute;top:.8rem;right:.8rem;width:2.4rem;height:2.4rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700}.option-button.unavailable{opacity:.4;cursor:not-allowed;position:relative}.option-button.unavailable:after{content:"Unavailable";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(var(--color-foreground),.9);color:rgb(var(--color-background));padding:.5rem 1rem;border-radius:.5rem;font-size:1.2rem;white-space:nowrap}.option-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground))}.option-label{text-align:center;line-height:1.4}.option-price{font-size:1.4rem;font-weight:700;color:rgb(var(--color-foreground));margin-top:.5rem;display:block;opacity:.85}.border-info{font-size:1.2rem;font-weight:400;color:rgba(var(--color-foreground),.65);margin-top:.3rem;display:block;font-style:italic}.customizer-summary{background-color:rgba(var(--color-foreground),.03);border-radius:1rem;padding:2rem;margin-bottom:2rem}.customizer-summary .option-price{display:none}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(var(--color-foreground),.08)}.summary-item:last-child{border-bottom:none}.summary-label{font-size:1.5rem;color:rgba(var(--color-foreground),.7);font-weight:500}.summary-value{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground))}.summary-price{margin-top:1rem;padding-top:1.5rem;border-top:2px solid rgba(var(--color-foreground),.15)}.price-highlight{font-size:2rem;color:rgb(var(--color-foreground))}.step-back-button{background-color:transparent;border:2px solid rgba(var(--color-foreground),.2);color:rgb(var(--color-foreground));padding:1.2rem 2rem;border-radius:.8rem;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.8rem;margin-top:2rem}.step-back-button:hover{background-color:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.3)}.step-back-button:active{transform:scale(.98)}.customizer-actions{display:flex;gap:1.5rem;flex-wrap:wrap}.add-to-cart-button{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;padding:1.5rem 3rem;border-radius:.8rem;font-size:1.6rem;font-weight:700;cursor:pointer;transition:all .2s ease;flex:1;min-width:200px;letter-spacing:.05rem;text-transform:uppercase}.add-to-cart-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(var(--color-foreground),.3)}.add-to-cart-button:active{transform:translateY(0)}.add-to-cart-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.availability-message{margin-top:1.5rem;padding:1.2rem;border-radius:.8rem;font-size:1.4rem;text-align:center;display:none}.availability-message.error{display:block;background-color:#ff00001a;color:#d00;border:1px solid rgba(255,0,0,.2)}.availability-message.success{display:block;background-color:#00c8001a;color:#080;border:1px solid rgba(0,200,0,.2)}.progress-indicator{display:flex;justify-content:space-between;padding:2rem 2.5rem;border-top:1px solid rgba(var(--color-foreground),.1);background:rgb(var(--color-background));gap:1rem;border-bottom-left-radius:var(--border-radius, 1rem);border-bottom-right-radius:var(--border-radius, 1rem);transition:all .3s ease;position:relative;z-index:1}.print-customizer-content.is-scrolled~.progress-indicator:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff1a;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom-left-radius:var(--border-radius, 1rem);border-bottom-right-radius:var(--border-radius, 1rem);z-index:-1}.print-customizer-content.is-scrolled~.progress-indicator{background:transparent;border-top:1px solid rgba(255,255,255,.15);box-shadow:0 -8px 32px #00000026}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.8rem;flex:1;position:relative;cursor:pointer}.progress-step:after{display:none}.progress-step:last-child:after{display:none}.progress-dot{width:2.4rem;height:2.4rem;border-radius:50%;background-color:rgba(var(--color-foreground),.1);border:2px solid rgba(var(--color-foreground),.2);transition:all .3s ease;position:relative;z-index:1}.progress-step.active .progress-dot{background-color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground));box-shadow:0 0 0 4px rgba(var(--color-foreground),.1)}.progress-step.completed .progress-dot{background-color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.progress-step.completed .progress-dot:after{content:"\2713";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:rgb(var(--color-background));font-size:1.2rem;font-weight:700}.progress-label{font-size:1.5rem;color:rgba(var(--color-foreground),.6);font-weight:500;text-align:center;text-transform:uppercase;letter-spacing:.05rem}.progress-step.active .progress-label,.progress-step.completed .progress-label{color:rgb(var(--color-foreground));font-weight:600}.progress-step:hover .progress-label{color:rgb(var(--color-foreground))}.step-description{font-size:1.7rem;color:rgba(var(--color-foreground),.7);margin:0 0 2rem;line-height:1.6;text-align:center}.step-disclaimer{font-size:1.3rem;color:rgba(var(--color-foreground),.55);text-align:center;margin:-.5rem 0 2rem;line-height:1.5}.mockup-subtitle{font-size:1.6rem;font-weight:600;margin:2rem 0 1.5rem;color:rgb(var(--color-foreground))}.mockup-viewer{width:100%;margin-bottom:2rem;background-color:rgba(var(--color-foreground),.03);border-radius:1.2rem;overflow:hidden;border:none;box-shadow:0 2px 8px #0000000f}.mockup-canvas{width:100%;height:auto;display:block;aspect-ratio:4 / 3;background-color:rgba(var(--color-foreground),.02);transition:cursor .2s ease}.mockup-canvas.draggable{cursor:move}.mockup-canvas.draggable:active{cursor:grabbing}.mockup-options{margin-bottom:2rem}.mockup-scenes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.2rem;margin-bottom:2rem}.mockup-scene-button{position:relative;padding:0;height:120px;overflow:hidden}.scene-preview{width:100%;height:100%;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:1rem;position:relative}.scene-preview:before{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.6),transparent)}.scene-label{position:relative;z-index:1;color:#fff;font-size:1.4rem;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.5)}.mockup-preview-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1100;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.mockup-preview-popup.active{display:flex;opacity:1}.preview-popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.preview-popup-content{position:relative;background-color:rgb(var(--color-background));border-radius:1.5rem;padding:3rem 6.5rem 3rem 3rem;max-width:90%;max-height:90vh;width:900px;box-shadow:0 25px 70px #0006;transform:scale(.9);transition:transform .3s cubic-bezier(.34,1.56,.64,1);overflow-y:auto;overflow-x:hidden;box-sizing:border-box;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.mockup-preview-popup.active .preview-popup-content{transform:scale(1)}.preview-popup-close{position:absolute;top:max(1rem,env(safe-area-inset-top,0px));right:max(1rem,env(safe-area-inset-right,0px));width:3.6rem;height:3.6rem;border:none;background-color:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground));border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.preview-popup-close:hover{background-color:rgba(var(--color-foreground),.1);transform:rotate(90deg)}.preview-popup-title{font-size:2rem;font-weight:600;margin:0 0 2rem;color:rgb(var(--color-foreground));text-align:center}.preview-popup-actions{display:flex;gap:1.5rem;margin-top:2rem;justify-content:center;flex-wrap:wrap}.preview-try-another{background-color:transparent;border:2px solid rgba(var(--color-foreground),.2);color:rgb(var(--color-foreground));padding:1.2rem 2.5rem;border-radius:.8rem;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.preview-try-another:hover{background-color:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.3)}.preview-continue{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;padding:1.2rem 2.5rem;border-radius:.8rem;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.8rem}.preview-continue:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(var(--color-foreground),.25)}@media screen and (max-width: 750px){.mockup-preview-popup{padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);align-items:center;justify-content:center}.preview-popup-content{padding:2rem 2rem calc(2rem + env(safe-area-inset-bottom,0px)) 2rem;width:96%;max-height:min(85vh,calc(100% - 2rem));height:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;display:flex;flex-direction:column}.preview-popup-actions{flex-direction:column;flex-shrink:0;padding-bottom:env(safe-area-inset-bottom,0px)}.preview-popup-title{padding-right:4.2rem;flex-shrink:0}.preview-try-another,.preview-continue{width:100%;justify-content:center}}@media screen and (max-width: 480px){.preview-popup-content{width:98%;padding:1.5rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom,0px)) 1.5rem;border-radius:1rem;max-height:min(88vh,calc(100% - 1rem))}.preview-popup-title{font-size:1.7rem;padding-right:3.5rem}.preview-popup-close{width:3rem;height:3rem}}.custom-upload-section{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid rgba(var(--color-foreground),.1)}.custom-upload-section.active{background-color:rgba(var(--color-foreground),.03);padding:2rem;border-radius:1rem;border-top:none;margin-top:0}.upload-area{display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-label{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;border:2px dashed rgba(var(--color-foreground),.2);border-radius:1.2rem;cursor:pointer;transition:all .25s ease;background-color:rgba(var(--color-foreground),.02);width:100%;max-width:400px}.upload-label:hover{border-color:rgba(var(--color-foreground),.4);background-color:rgba(var(--color-foreground),.05);transform:translateY(-2px)}.upload-label svg{color:rgba(var(--color-foreground),.5)}.upload-label span{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground))}.upload-hint{font-size:1.3rem;color:rgba(var(--color-foreground),.6);text-align:center;max-width:400px;line-height:1.5;margin:0}.mockup-controls{background-color:rgba(var(--color-foreground),.03);border-radius:1rem;padding:1.5rem;margin-top:1.5rem;display:none}.mockup-controls.active{display:block}.mockup-controls-title{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));margin:0 0 1rem}.mockup-controls-hint{font-size:1.3rem;color:rgba(var(--color-foreground),.6);margin:0 0 1.5rem;line-height:1.4}.control-group{margin-bottom:1.5rem}.control-group:last-child{margin-bottom:0}.control-label{display:block;font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground));margin-bottom:.8rem}.size-presets{display:flex;gap:.8rem;flex-wrap:wrap}.size-preset-button{flex:1;min-width:80px;background-color:rgba(var(--color-foreground),.05);border:2px solid rgba(var(--color-foreground),.2);color:rgb(var(--color-foreground));padding:1rem 1.5rem;border-radius:.8rem;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.size-preset-button:hover{background-color:rgba(var(--color-foreground),.1);border-color:rgba(var(--color-foreground),.4);transform:translateY(-1px)}.size-preset-button.active{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.size-preset-button.active:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--color-foreground),.3)}.reset-button{background-color:rgba(var(--color-foreground),.08);border:1px solid rgba(var(--color-foreground),.2);color:rgb(var(--color-foreground));padding:.8rem 1.5rem;border-radius:.6rem;font-size:1.3rem;font-weight:500;cursor:pointer;transition:all .2s ease}.reset-button:hover{background-color:rgba(var(--color-foreground),.12);border-color:rgba(var(--color-foreground),.3)}.mockup-actions{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}.step-continue-button{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;padding:1.2rem 2.5rem;border-radius:.8rem;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.8rem;flex:1;min-width:200px;justify-content:center}.step-continue-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(var(--color-foreground),.25)}.step-continue-button:active{transform:translateY(0)}@media screen and (max-width: 750px){.print-customizer-container{width:95%;max-height:90vh;padding-bottom:0}.print-customizer-close{top:1rem;right:1rem;width:3.2rem;height:3.2rem}.print-customizer-header{padding:1.5rem 5rem 1.5rem 1.5rem}.print-customizer-title{font-size:1.8rem}.print-customizer-steps{padding:2rem 2rem 1rem}.option-group{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.2rem}.option-button{padding:1.5rem 1rem}.progress-indicator{padding:1.5rem;gap:.5rem}.progress-label{font-size:1rem}.progress-dot{width:2rem;height:2rem}.customizer-actions{flex-direction:column}.add-to-cart-button{width:100%}.mockup-canvas{min-height:0;aspect-ratio:4 / 3;height:auto}.mockup-scenes-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.mockup-scene-button{height:100px}.mockup-actions{flex-direction:column}.step-continue-button{width:100%}}@media screen and (max-width: 480px){.print-customizer-container{padding-bottom:0}.print-customizer-header{flex-direction:column;align-items:flex-start}.progress-indicator{padding:1rem}.progress-label{display:none}.mockup-canvas{min-height:0;aspect-ratio:4 / 3;height:auto}.upload-label{padding:2rem 1.5rem}}.paper-option-button{min-height:240px;padding:0;border:none}.paper-option-content{display:flex;flex-direction:row;align-items:center;gap:2.4rem;width:100%;height:100%;padding:2.4rem;text-align:left}.paper-image{width:220px;height:220px;object-fit:cover;object-position:center;border-radius:1.2rem;border:0;transition:all .25s ease;display:block;flex-shrink:0}.paper-option-button:hover .paper-image{transform:scale(1.02)}.paper-option-button.selected .paper-image{box-shadow:0 0 0 3px rgba(var(--color-foreground),.15)}.paper-option-info{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;text-align:left;flex:1}.paper-option-info .option-label{font-size:1.9rem;font-weight:600;text-align:left;color:rgb(var(--color-foreground))}.paper-description{font-size:1.5rem;color:rgba(var(--color-foreground),.6);font-weight:400;line-height:1.65;width:100%}.paper-option-button.selected .paper-description{color:rgba(var(--color-foreground),.8);font-weight:500}.loading-message{text-align:center;padding:3rem;font-size:1.5rem;color:rgba(var(--color-foreground),.6);animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@media screen and (max-width: 750px){.paper-option-button{min-height:200px}.paper-option-content{padding:1.8rem;gap:1.8rem}.paper-image{width:160px;height:160px}.paper-description{font-size:1.3rem;line-height:1.5}}@media screen and (max-width: 480px){.paper-option-button{min-height:150px}.paper-option-content{padding:1.4rem;gap:1.2rem}.paper-image{width:120px;height:120px}.paper-option-info{gap:.6rem}.paper-option-info .option-label{font-size:1.5rem}.paper-description{font-size:1.2rem;line-height:1.35}}.frame-option-button{min-height:240px;padding:0;border:none}.frame-option-content{display:flex;flex-direction:row;align-items:center;gap:2.4rem;width:100%;height:100%;padding:2.4rem;text-align:left}.frame-image{width:220px;height:220px;object-fit:cover;object-position:center;border-radius:1.2rem;border:0;transition:all .25s ease;display:block;flex-shrink:0}.frame-option-button:hover .frame-image{transform:scale(1.02)}.frame-option-button.selected .frame-image{box-shadow:0 0 0 3px rgba(var(--color-foreground),.15)}.frame-option-info{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;text-align:left;flex:1}.frame-description{font-size:1.5rem;color:rgba(var(--color-foreground),.6);font-weight:400;line-height:1.65;width:100%}.frame-option-button.selected .frame-description{color:rgba(var(--color-foreground),.8);font-weight:500}.frame-options.option-group{grid-template-columns:1fr;gap:1.2rem;margin-bottom:3rem}@media screen and (max-width: 750px){.frame-option-button{min-height:200px}.frame-image{width:160px;height:160px}.frame-description{font-size:1.3rem;line-height:1.5}}@media screen and (max-width: 480px){.frame-option-button{min-height:150px}.frame-option-content{padding:1.4rem;gap:1.2rem}.frame-image{width:120px;height:120px}.frame-option-info{gap:.6rem}.frame-option-info .option-label{font-size:1.5rem}.frame-description{font-size:1.2rem;line-height:1.35}}.custom-size-button{border:2px dashed rgba(var(--color-foreground),.2)!important;background-color:rgba(var(--color-foreground),.02)!important}.custom-size-button:hover{border-color:rgba(var(--color-foreground),.4)!important;background-color:rgba(var(--color-foreground),.05)!important}.custom-size-button .option-icon{color:rgba(var(--color-foreground),.6)}.custom-size-button:hover .option-icon{color:rgb(var(--color-foreground))}.custom-size-sublabel{font-size:1.2rem;color:rgba(var(--color-foreground),.5);font-weight:400;margin-top:.2rem}.custom-size-button:hover .custom-size-sublabel{color:rgba(var(--color-foreground),.7)}.custom-size-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1100;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.custom-size-popup.active{display:flex;opacity:1}.custom-size-popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.custom-size-popup-content{position:relative;background-color:rgb(var(--color-background));border-radius:1.5rem;padding:3rem;max-width:90%;max-height:90vh;width:500px;box-shadow:0 25px 70px #0006;transform:scale(.9);transition:transform .3s cubic-bezier(.34,1.56,.64,1);overflow-y:auto}.custom-size-popup.active .custom-size-popup-content{transform:scale(1)}.custom-size-popup-close{position:absolute;top:1.5rem;right:1.5rem;width:3.6rem;height:3.6rem;border:none;background-color:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground));border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.custom-size-popup-close:hover{background-color:rgba(var(--color-foreground),.1);transform:rotate(90deg)}.custom-size-popup-title{font-size:2rem;font-weight:600;margin:0 0 .8rem;color:rgb(var(--color-foreground));padding-right:3rem}.custom-size-popup-description{font-size:1.4rem;color:rgba(var(--color-foreground),.6);margin:0 0 2rem;line-height:1.5}.custom-size-form{display:flex;flex-direction:column;gap:1.5rem}.custom-size-form .form-group{display:flex;flex-direction:column;gap:.5rem}.custom-size-form label{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground))}.custom-size-form input,.custom-size-form textarea{padding:1.2rem 1.4rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:.8rem;font-size:1.5rem;color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.02);transition:all .2s ease;font-family:inherit}.custom-size-form input:focus,.custom-size-form textarea:focus{outline:none;border-color:rgba(var(--color-foreground),.4);background-color:rgb(var(--color-background));box-shadow:0 0 0 3px rgba(var(--color-foreground),.08)}.custom-size-form input::placeholder,.custom-size-form textarea::placeholder{color:rgba(var(--color-foreground),.4)}.custom-size-form textarea{resize:vertical;min-height:80px}.custom-size-form-actions{display:flex;gap:1rem;margin-top:.5rem}.custom-size-cancel-btn{flex:1;padding:1.2rem 2rem;border:2px solid rgba(var(--color-foreground),.2);background-color:transparent;color:rgb(var(--color-foreground));border-radius:.8rem;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.custom-size-cancel-btn:hover{background-color:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.3)}.custom-size-submit-btn{flex:1;padding:1.2rem 2rem;border:none;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:.8rem;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.custom-size-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(var(--color-foreground),.25)}.custom-size-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.custom-size-form-status{font-size:1.4rem;text-align:center;padding:1rem;border-radius:.6rem;display:none}.custom-size-form-status.error{display:block;background-color:#dc35451a;color:#dc3545;border:1px solid rgba(220,53,69,.2)}.custom-size-form-status.success{display:block;background-color:#28a7451a;color:#28a745;border:1px solid rgba(40,167,69,.2)}.custom-size-popup.success-state .custom-size-popup-close,.custom-size-popup.success-state .custom-size-popup-title,.custom-size-popup.success-state .custom-size-popup-description,.custom-size-popup.success-state .custom-size-form{opacity:0;visibility:hidden;position:absolute;pointer-events:none}.custom-size-popup.success-state .custom-size-popup-content{min-height:400px;overflow:hidden}.custom-size-success-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(var(--color-background, 255 255 255));display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;animation:successFadeIn .4s ease;border-radius:inherit;z-index:10}@keyframes successFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.custom-size-success-overlay .success-icon{color:#28a745;margin-bottom:1.5rem;animation:checkmark .5s ease .2s both}@keyframes checkmark{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.custom-size-success-overlay .success-title{font-family:var(--font-heading-family, Georgia, serif);font-size:2rem;font-weight:400;color:#1a1a1a;margin:0 0 1rem}.custom-size-success-overlay .success-message{font-size:1.4rem;color:#666;line-height:1.6;margin:0 0 2.5rem;max-width:320px}.custom-size-success-overlay .success-actions{display:flex;gap:1.2rem;width:100%;max-width:360px}.custom-size-success-overlay .success-btn{flex:1;padding:1.2rem 1.5rem;font-size:1.4rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease;border:none}.custom-size-success-overlay .success-btn-secondary{background:#f5f5f5;color:#333;border:1px solid #ddd}.custom-size-success-overlay .success-btn-secondary:hover{background:#e8e8e8;border-color:#ccc}.custom-size-success-overlay .success-btn-primary{background:#1a1a1a;color:#fff}.custom-size-success-overlay .success-btn-primary:hover{background:#333}@media screen and (max-width: 480px){.custom-size-popup-content{padding:2rem;width:95%}.custom-size-popup-title{font-size:1.8rem}.custom-size-form-actions{flex-direction:column}.custom-size-cancel-btn,.custom-size-submit-btn{width:100%}.custom-size-success-overlay{padding:2rem}.custom-size-success-overlay .success-title{font-size:1.8rem}.custom-size-success-overlay .success-actions{flex-direction:column}.custom-size-success-overlay .success-btn{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/48/assets/component-print-customizer.css.map */
