.registry-loading{display:flex;align-items:center;gap:10px;padding:30px 0;color:#666}.registry-spinner{display:inline-block;width:20px;height:20px;border:3px solid #ddd;border-top-color:#333;border-radius:50%;animation:registry-spin .7s linear infinite}@keyframes registry-spin{to{transform:rotate(360deg)}}.registry-alert{padding:12px 16px;border-radius:4px;margin:12px 0;font-size:.95em}.registry-alert--error{background:#fdecea;color:#c62828;border-left:4px solid #c62828}.registry-alert--success{background:#e8f5e9;color:#2e7d32;border-left:4px solid #2e7d32}.registry-alert--info{background:#e3f2fd;color:#1565c0;border-left:4px solid #1565c0}.registry-success,.registry-error-box{padding:30px;border-radius:6px;margin:20px auto;max-width:600px}.registry-success{background:#e8f5e9;border:1px solid #c8e6c9}.registry-error-box{background:#fdecea;border:1px solid #ffcdd2}.registry-success h2,.registry-success p{color:#2e7d32}.registry-error-box h2,.registry-error-box p{color:#c62828}.registry-page-title{font-size:2em;font-weight:700;margin-bottom:12px;margin-top:8px}.registry-form-wrap{max-width:560px;margin:0 auto;padding:0 20px}.registry-form{margin-top:20px}.registry-form-row{margin-bottom:18px}.registry-label{display:block;font-weight:600;margin-bottom:5px;font-size:.92em}.registry-req{color:#c62828}.registry-hint{font-weight:400;color:#777;font-size:.88em}.registry-input,.registry-select,.registry-textarea{width:100%;padding:9px 12px;border:1px solid #ccc;border-radius:4px;font-size:1em;box-sizing:border-box;transition:border-color .2s}.registry-input:focus,.registry-select:focus,.registry-textarea:focus{outline:none;border-color:#333}.registry-textarea{resize:vertical;min-height:80px}.registry-form--search .registry-form-row--inline{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-end}.registry-form--search .registry-input{flex:1 1 160px}.registry-btn-primary{background:#222;color:#fff;border:none;padding:11px 24px;border-radius:4px;cursor:pointer;font-size:.95em;transition:background .2s}.registry-btn-primary:hover{background:#444}.registry-btn-primary:disabled{background:#999;cursor:default}.registry-btn-primary.registry-btn--added{background:#2e7d32}.registry-btn-secondary{background:#fff;color:#222;border:1px solid #ccc;padding:9px 18px;border-radius:4px;cursor:pointer;font-size:.9em;text-decoration:none;display:inline-block;transition:border-color .2s,background .2s}.registry-btn-secondary:hover{border-color:#333}.registry-btn-danger{background:#c62828;color:#fff;border:none;padding:9px 18px;border-radius:4px;cursor:pointer;font-size:.9em}.registry-btn-danger:hover{background:#b71c1c}.registry-btn-small{padding:5px 12px;font-size:.82em;border:1px solid #ccc;background:#fff;border-radius:3px;cursor:pointer}.registry-btn-small:hover{background:#f5f5f5}.registry-btn-small--danger{color:#c62828;border-color:#c62828}.registry-btn-small--danger:hover{background:#fdecea}.registry-badge{display:inline-block;padding:3px 8px;border-radius:12px;font-size:.8em;font-weight:600}.registry-badge--needed{background:#fff3e0;color:#e65100}.registry-badge--purchased{background:#e8f5e9;color:#2e7d32}.registry-search-wrap{max-width:700px;margin:0 auto;padding:0 20px}.registry-no-results{color:#666;margin-top:20px}.registry-search-results-list{margin-top:20px}.registry-search-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:12px;flex-wrap:wrap}.registry-search-info{display:flex;flex-direction:column;gap:3px}.registry-search-name{font-size:1.05em}.registry-search-event{color:#555;font-size:.9em}.registry-search-baby{color:#777;font-size:.85em}.registry-search-count{color:#999;font-size:.82em}.registry-search-create-cta{max-width:700px;margin:40px auto 0;padding:24px 20px;border-top:1px solid #eee;text-align:center;color:#555}.registry-search-create-cta p{margin:0 0 12px}.registry-view{max-width:900px;margin:0 auto;padding:0 20px}.registry-empty{color:#999}.registry-hero{text-align:center;padding:36px 24px 28px;background:linear-gradient(135deg,#fdf6fb,#f0f8ff);border-radius:12px;margin-bottom:32px;border:1px solid rgba(180,140,200,.25)}.registry-hero-eyebrow{font-size:.78em;text-transform:uppercase;letter-spacing:.13em;color:#9b6ea8;font-weight:600;margin:0 0 10px}.registry-hero-name{font-size:2.2em;font-weight:700;color:#2d2d2d;margin:0 0 10px;line-height:1.2}.registry-hero-baby{font-size:1.05em;color:#7b5ea7;font-weight:500;margin:6px 0}.registry-hero-event{color:#888;font-size:.9em;margin:6px 0}.registry-hero-greeting{max-width:520px;margin:18px auto 0;padding:14px 20px;background:#ffffffbf;border-radius:8px;color:#444;font-style:italic;font-size:.95em;line-height:1.65;white-space:pre-wrap;text-align:left;border:1px solid rgba(155,110,168,.15)}.registry-hero-count{color:#aaa;font-size:.82em;margin:14px 0 0}.registry-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.registry-item-card{border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;display:flex;flex-direction:column}.registry-item-card--purchased{opacity:.65}.registry-item-img{background:#f5f5f5;height:180px;display:flex;align-items:center;justify-content:center;overflow:hidden}.registry-item-img img{width:100%;height:100%;object-fit:cover;display:block}.registry-item-body{padding:12px;flex:1}.registry-item-title{font-weight:600;font-size:.92em;text-decoration:none;color:inherit;display:block;margin-bottom:4px}.registry-item-title:hover{text-decoration:underline}.registry-item-variant{font-size:.83em;color:#666;margin:2px 0}.registry-item-note{font-size:.83em;color:#888;font-style:italic;margin:4px 0}.registry-item-price{font-weight:700;margin:6px 0 4px}.registry-item-qty-badge{margin:4px 0}.registry-item-footer{padding:10px 12px;border-top:1px solid #f0f0f0}.registry-thank-you{font-size:.85em;color:#2e7d32;font-style:italic}.registry-manage{max-width:800px;margin:0 auto;padding:0 20px}.registry-manage-header{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:20px}.registry-status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:.85em;font-weight:600}.registry-status-badge--active{background:#e8f5e9;color:#2e7d32}.registry-status-badge--pending{background:#fff8e1;color:#f57f17}.registry-manage-section{border:1px solid #e0e0e0;border-radius:6px;padding:18px;margin-bottom:20px}.registry-manage-section h3{margin-top:0;margin-bottom:10px;font-size:1em}.registry-share-link-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.registry-share-link-input{flex:1 1 300px;font-size:.85em;color:#555}.registry-greeting-preview{color:#666;font-style:italic;margin-top:6px}.registry-manage-items{display:flex;flex-direction:column;gap:12px}.registry-manage-item{display:flex;align-items:flex-start;gap:14px;padding:12px;border:1px solid #f0f0f0;border-radius:4px;flex-wrap:wrap}.registry-manage-item-img{width:70px;height:70px;flex-shrink:0;background:#f5f5f5;border-radius:4px;overflow:hidden}.registry-manage-item-img img{width:100%;height:100%;object-fit:cover;display:block}.registry-manage-item-info{flex:1;min-width:160px;display:flex;flex-direction:column;gap:3px;font-size:.9em}.registry-manage-item-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.registry-qty-label{font-size:.85em;display:flex;align-items:center;gap:5px}.registry-qty-input{width:60px!important;padding:4px 6px!important}.registry-empty-banner{background:#fff8e1;border:1px solid #ffe082;border-radius:6px;padding:14px 18px;margin-bottom:20px;font-size:.95em;color:#5d4037;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.registry-empty-banner-cta{white-space:nowrap;background:#222;color:#fff;padding:7px 16px;border-radius:4px;text-decoration:none;font-size:.9em}.registry-empty-banner-cta:hover{background:#444}.registry-empty-state{text-align:center;padding:36px 24px;background:#fafafa;border-radius:6px;border:2px dashed #e0e0e0}.registry-empty-state-title{font-size:1.15em;font-weight:600;color:#444;margin:0 0 10px}.registry-empty-state p{color:#666;font-size:.95em;margin:0 0 20px}.registry-empty-state-cta{display:inline-block;text-decoration:none}.registry-manage-danger-zone{border-color:#ffcdd2;background:#fff8f8}.registry-manage-danger-zone h3{color:#c62828}.registry-product-btns{display:flex;gap:8px;margin-top:10px}.registry-product-btns .btn{flex:1;text-align:center}@media(max-width:600px){.registry-items-grid{grid-template-columns:1fr}.registry-search-card,.registry-manage-header{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/registry.css.map */
