.album-wizard{--blue-bg:#AEE0F9;--blue-bg-deep:#3B62C4;--blue-text:#3B62C4;--ink:#242424;--radius-lg:22px;--radius-btn:8px;max-width:511px;width:100%;height:686px;margin:0 auto;background:var(--blue-bg);border-radius:9px;padding:16px 16px 22px;position:relative;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,sans-serif;transition:background .35s ease}.album-wizard *{box-sizing:border-box}.album-wizard.album-step-3{background:var(--blue-bg-deep)}.album-wizard .album-progress-bar{display:flex;gap:10px;margin-bottom:18px}.album-wizard .album-progress-bar span{flex:1;height:6px;border-radius:99px;background:#ffffff59;transition:background .3s ease}.album-wizard .album-progress-bar span.album-is-done{background:#fff}.album-wizard .album-panel{display:none;flex:1;flex-direction:column;min-height:0;opacity:0;transition:opacity .22s ease}.album-wizard .album-panel.album-is-active{display:flex}.album-wizard .album-panel.album-is-active.album-is-shown{opacity:1}.album-wizard .album-title{font-family:"Instrument Serif",serif;font-style:normal;color:var(--blue-text);font-weight:400;text-align:center;font-size:clamp(44px,14vw,80px);line-height:90%;margin:0 0 40px}.album-wizard .album-hint{text-align:center;color:var(--blue-text);font-family:Inter,sans-serif;font-size:14px;margin:0 0 5px}.album-wizard .album-upload-card{background:#fff;border-radius:var(--radius-lg);flex:1;min-height:0;display:flex;flex-direction:column;padding:18px;position:relative}.album-wizard .album-upload-card.album-is-empty{border:2px dashed #90AEE8;justify-content:center;align-items:center;text-align:center;gap:16px}.album-wizard .album-filled-state{display:flex;flex-direction:column;flex:1;min-height:0}.album-wizard .album-status-header{display:flex;align-items:center}.album-wizard .album-status-box{flex:0 1 70%;display:flex;align-items:center;gap:8px;justify-content:flex-start;font-family:Inter,sans-serif;font-size:14px;color:var(--blue-text);font-weight:500}.album-wizard .album-counter-box{flex:0 1 30%;display:flex;justify-content:right;align-items:center}.album-wizard .album-status-box .album-ring{width:14px;height:14px;border-radius:50%;border:2px solid #BFD6F5;border-top-color:var(--blue-text);animation:album-spin .8s linear infinite;flex:none}.album-wizard .album-status-box .album-dot{width:14px;height:14px;border-radius:50%;border:2px solid var(--blue-text);flex:none}.album-wizard .album-status-box .album-dot.album-is-filled{background:var(--blue-text)}@keyframes album-spin{to{transform:rotate(360deg)}}.album-wizard .album-counter{font-family:Inter,sans-serif;font-weight:800;font-size:33px;color:var(--blue-text);opacity:.3}.album-wizard .album-select-btn{background:var(--ink);color:#fff;border:none;height:50px;padding:0 28px;min-width:350px;max-width:100%;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-btn);font-weight:700;font-size:16px;cursor:pointer;font-family:Inter,sans-serif}.album-wizard .album-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));grid-auto-rows:min-content;grid-auto-flow:row;gap:8px;overflow-x:hidden;overflow-y:auto;padding-right:6px;flex:1;min-height:0;align-content:start;scrollbar-width:thin;scrollbar-color:#9fb4c6 #eef3f6}.album-wizard .album-grid::-webkit-scrollbar{width:6px;height:6px}.album-wizard .album-grid::-webkit-scrollbar-track{background:#eef3f6;border-radius:99px}.album-wizard .album-grid::-webkit-scrollbar-thumb{background:#9fb4c6;border-radius:99px}.album-wizard .album-tile{position:relative;min-width:0;aspect-ratio:2/3;border-radius:8px;overflow:hidden;background:#eef3f6;border:2px solid transparent;cursor:pointer;user-select:none;-webkit-user-select:none}.album-wizard .album-tile img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none;user-drag:none}.album-wizard .album-tile.album-is-uploading img{opacity:.55}.album-wizard .album-tile.album-is-selected{border-color:var(--ink)}.album-wizard .album-tile .album-badge{position:absolute;top:5px;left:5px;background:#111;color:#fff;font-size:.6rem;font-weight:600;padding:2px 6px;border-radius:5px}.album-wizard .album-tile .album-badge.album-is-error{background:#e4572e}.album-wizard .album-tile .album-check{position:absolute;top:5px;right:5px;width:16px;height:16px;background:#111;color:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.6rem}.album-wizard .album-tile .album-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:none;align-items:flex-end;justify-content:center;padding-bottom:8px}.album-wizard .album-tile.album-is-selected .album-overlay{display:flex}.album-wizard .album-tile.album-is-selected.album-is-draggable{cursor:grab;touch-action:none}.album-wizard .album-tile.album-is-selected.album-is-draggable.album-is-dragging{cursor:grabbing}.album-wizard .album-tile.album-is-selected.album-is-draggable .album-icon-btn{cursor:pointer}.album-wizard .album-tile .album-discard{background:#e4572e;color:#fff;border:none;font-size:.65rem;font-weight:700;padding:4px 8px;border-radius:6px;cursor:pointer}.album-wizard .album-tile-actions{display:flex;gap:6px}.album-wizard .album-icon-btn{width:26px;height:26px;border-radius:50%;border:none;cursor:pointer;background:#ffffffeb;color:var(--ink);display:flex;align-items:center;justify-content:center;flex:none}.album-wizard .album-icon-btn svg{width:14px;height:14px}.album-wizard .album-icon-btn-danger{background:#e4572e;color:#fff}.album-wizard .album-tile.album-add-tile{background:#f1f5f8;border:1.5px dashed #c7d8e6;display:flex;align-items:center;justify-content:center;color:#9fb4c6;font-size:1.6rem}.album-wizard .album-cta-row{margin-top:16px;display:flex;justify-content:flex-end}.album-wizard .album-btn{font-family:Inter,sans-serif;font-weight:700;border-radius:var(--radius-btn);height:50px;padding:0 26px;border:none;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}.album-wizard .album-btn-primary{background:var(--ink);color:#fff}.album-wizard .album-btn-primary:disabled{background:#dbf0ff;color:#ffffffe6;cursor:not-allowed}.album-wizard .album-btn-outline{background:transparent;border:1px solid var(--ink);color:var(--ink)}.album-wizard .album-panel[data-panel="1"] .album-cta-row .album-btn{width:50%}.album-wizard .album-step2-actions{margin-top:auto;display:flex;gap:14px}.album-wizard .album-step2-actions .album-btn{flex:1}.album-wizard .album-stamp-zone{position:relative;height:340px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;touch-action:pan-y}.album-wizard .album-ghost-photo{position:absolute;width:130px;height:190px;border-radius:4px;overflow:hidden;opacity:.45;filter:blur(1.5px) grayscale(.3);display:none}.album-wizard .album-ghost-photo.album-is-visible{display:block}.album-wizard .album-ghost-photo.album-next{right:2%;transform:rotate(4deg)}.album-wizard .album-ghost-photo.album-prev{left:2%;transform:rotate(-4deg)}.album-wizard .album-ghost-photo img{width:100%;height:100%;object-fit:cover}.album-wizard .album-stamp-frame{position:relative;width:190px;aspect-ratio:470/749;z-index:2;-webkit-user-select:none;user-select:none}.album-wizard .album-stamp-frame img.album-stamp-frame-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;z-index:1;pointer-events:none}.album-wizard .album-stamp-photo-mask{position:absolute;top:7%;left:8%;width:84%;height:86%;overflow:hidden;border-radius:2px;z-index:2}.album-wizard .album-stamp-photo-mask img.album-stamp-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transform-origin:50% 50%}.album-wizard .album-stamp-edit{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background:#00000059;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px;padding-bottom:10px;opacity:0;pointer-events:none;transition:opacity .18s ease}.album-wizard .album-stamp-edit.album-is-visible{opacity:1}.album-wizard .album-stamp-edit .album-zoom-row,.album-wizard .album-stamp-edit .album-tile-actions{pointer-events:auto}.album-wizard .album-zoom-row{display:flex;align-items:center;gap:8px;background:#fffffff2;border-radius:99px;padding:4px 10px}.album-wizard .album-zoom-row button{width:20px;height:20px;border-radius:50%;border:none;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;line-height:1;cursor:pointer;flex:none}.album-wizard .album-zoom-row button:disabled{opacity:.35;cursor:not-allowed}.album-wizard .album-zoom-label{font-family:Inter,sans-serif;font-size:11px;font-weight:700;color:var(--ink);min-width:32px;text-align:center}.album-wizard .album-stamp-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:36px;height:36px;border-radius:50%;border:none;background:#ffffffb3;color:var(--ink);display:flex;align-items:center;justify-content:center;cursor:pointer}.album-wizard .album-stamp-nav.album-prev{left:6%}.album-wizard .album-stamp-nav.album-next{right:6%}.album-wizard .album-stamp-nav svg{width:18px;height:18px}.album-wizard .album-eyebrow{color:#fff;text-align:center;font-family:Inter,sans-serif;font-size:14px;margin:30px 0 10px}.album-wizard .album-final-title{font-family:"Instrument Serif",serif;font-style:normal;font-weight:400;text-align:center;font-size:clamp(40px,14vw,80px);line-height:90%;margin:0 0 22px;color:var(--blue-bg)}.album-wizard .album-stage{position:relative;flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.album-wizard .album-group{position:relative;width:190px;aspect-ratio:285/400}.album-wizard .album-group img.album-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;box-shadow:0 5px 17px #00000040;border-radius:2px;z-index:2}.album-wizard .album-group .album-cover-photo{position:absolute;left:35.5%;top:30%;width:29%;height:37%;object-fit:cover;z-index:1}.album-wizard .album-decor-stamps{position:absolute;left:-50%;top:-10%;width:150px;transform:rotate(-6deg);opacity:.95;z-index:3}.album-wizard .album-decor-letras{position:absolute;right:-70%;bottom:-5%;z-index:1;transform:rotate(314deg)}.album-wizard .album-final-actions{margin-top:16px;display:flex;gap:10px;align-items:stretch;width:100%;max-width:500px;margin-left:auto;margin-right:auto}.album-wizard .album-btn-back-icon{width:50px;height:50px;flex:none;border-radius:var(--radius-btn);border:1px solid #fff;background:transparent;color:#fff;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center}.album-wizard .album-btn-buy{flex:1;height:50px;background:#fff;color:var(--blue-text);border:none;border-radius:var(--radius-btn);font-weight:700;font-size:16px;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.album-wizard .album-btn-buy svg{width:20px;height:20px;flex:none}.album-wizard .album-cart-error{color:#c62828;font-size:.85rem;text-align:center;margin-top:10px}.album-wizard input[type=file]{display:none}.album-wizard .album-upload-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;background:#24242473;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease;border-radius:9px}.album-wizard .album-upload-overlay.album-is-visible{opacity:1;pointer-events:auto}.album-wizard .album-upload-box{background:#fff;border-radius:16px;padding:30px 26px;width:min(280px,82%);display:flex;flex-direction:column;align-items:center;gap:14px;box-shadow:0 12px 30px #00000038}.album-wizard .album-upload-progress{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.album-wizard .album-upload-bar-track{width:100%;height:8px;border-radius:99px;background:#e7eefa;overflow:hidden}.album-wizard .album-upload-bar-fill{height:100%;width:0%;border-radius:99px;background:var(--blue-text);transition:width .3s ease}.album-wizard .album-upload-text{margin:0;font-family:Inter,sans-serif;font-size:13px;color:var(--blue-text);font-weight:600;text-align:center}.album-wizard .album-upload-check{display:none;width:52px;height:52px;border-radius:50%;background:var(--blue-text);color:#fff;align-items:center;justify-content:center}.album-wizard .album-upload-check svg{width:26px;height:26px}.album-wizard .album-upload-box.album-is-done .album-upload-progress{display:none}.album-wizard .album-upload-box.album-is-done .album-upload-check{display:flex;animation:album-pop .4s cubic-bezier(.34,1.56,.64,1)}@keyframes album-pop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/album-fotos.css.map */
