.guest-wishlist-page{padding:var(--section-padding-top) 0 var(--section-padding-bottom) 0}.guest-wishlist-header{margin-bottom:3rem;text-align:center}.guest-wishlist-header h1{margin-bottom:.5rem}.guest-wishlist-subtitle{font-size:1rem;color:rgb(var(--color-foreground-secondary))}.guest-wishlist-empty{text-align:center;padding:4rem 2rem}.guest-wishlist-empty-icon{margin-bottom:2rem;opacity:.5;display:inline-block}.guest-wishlist-empty-icon svg{color:rgb(var(--color-foreground-secondary))}.guest-wishlist-empty h2{margin-bottom:1rem}.guest-wishlist-empty p{margin-bottom:2rem;color:rgb(var(--color-foreground-secondary))}.guest-wishlist-list{display:flex;flex-direction:column;gap:2rem}.guest-wishlist-item{border:1px solid rgb(var(--color-border));border-radius:var(--border-radius);padding:2rem;background:rgb(var(--color-background))}.guest-wishlist-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.guest-wishlist-info{flex:1}.guest-wishlist-name{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.guest-wishlist-meta{margin:0;font-size:.875rem;color:rgb(var(--color-foreground-secondary))}.guest-wishlist-actions{display:flex;gap:.5rem}.guest-wishlist-edit,.guest-wishlist-delete{background:none;border:none;cursor:pointer;padding:.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;color:rgb(var(--color-foreground-secondary))}.guest-wishlist-edit:hover,.guest-wishlist-delete:hover{background-color:#0000000d;color:rgb(var(--color-foreground))}.guest-wishlist-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.guest-wishlist-items-empty{grid-column:1 / -1;text-align:center;padding:2rem;color:rgb(var(--color-foreground-secondary))}.guest-wishlist-product{display:flex;flex-direction:column;border:1px solid rgb(var(--color-border));border-radius:var(--border-radius);overflow:hidden;transition:all .3s ease}.guest-wishlist-product:hover{border-color:rgb(var(--color-foreground));box-shadow:0 2px 8px #0000001a}.guest-wishlist-product-image{width:100%;aspect-ratio:1;overflow:hidden;background:rgb(var(--color-background))}.guest-wishlist-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.guest-wishlist-product:hover .guest-wishlist-product-image img{transform:scale(1.05)}.guest-wishlist-product-info{padding:1rem;flex:1;display:flex;flex-direction:column}.guest-wishlist-product-title{font-weight:600;font-size:.95rem;margin-bottom:.5rem;display:block;color:rgb(var(--color-foreground));text-decoration:none;transition:color .2s ease;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.guest-wishlist-product-title:hover{color:rgb(var(--color-accent))}.guest-wishlist-product-variant{font-size:.8rem;color:rgb(var(--color-foreground-secondary));margin-bottom:.5rem}.guest-wishlist-product-price{font-weight:700;font-size:1rem;margin-bottom:.5rem}.guest-wishlist-product-date{font-size:.75rem;color:rgb(var(--color-foreground-secondary));margin-top:auto}.guest-wishlist-product-actions{padding:1rem;display:flex;flex-direction:column;gap:.5rem;border-top:1px solid rgb(var(--color-border))}.guest-wishlist-add-to-cart{width:100%;font-size:.9rem;padding:.75rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;font-weight:600}.guest-wishlist-add-to-cart:hover{background:rgb(var(--color-accent))}.guest-wishlist-remove-item{align-self:center;background:none;border:none;cursor:pointer;padding:.25rem;color:rgb(var(--color-foreground-secondary));transition:all .2s ease}.guest-wishlist-remove-item:hover{color:#e74c3c}@media screen and (max-width:749px){.guest-wishlist-item{padding:1.5rem 1rem}.guest-wishlist-header{flex-direction:column}.guest-wishlist-actions{width:100%;justify-content:flex-end}.guest-wishlist-items{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.guest-wishlist-empty{padding:2rem 1rem}.guest-wishlist-empty-icon svg{width:48px;height:48px}}.product-form__guest-wishlist{align-items:center;display:flex;margin-top:1rem}.product-form__guest-wishlist guest-wishlist-button{display:inline-flex}.wishlist-notification{position:fixed;bottom:2rem;right:2rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));padding:1rem 1.5rem;border-radius:4px;font-weight:600;animation:slideInUp .3s ease;z-index:1000}@keyframes slideInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.wishlist-notification.success{background:#27ae60}.wishlist-notification.error{background:#e74c3c}.guest-project-selector{--guest-project-outer: 52px;--guest-project-padding-inline: 24px;--guest-project-padding-block: 24px;--guest-project-gap: 16px;background-color:#fff;border:0;border-radius:16px;box-shadow:none;color:#000;font-family:var(--conspire-wishlist-font-main, Arial, sans-serif);max-height:min(900px,100%);max-width:none;padding:0;width:min(600px,calc(100% - var(--guest-project-outer)))}.guest-project-selector,.guest-project-selector__content,.guest-project-selector__header,.guest-project-selector__body,.guest-project-selector__lists,.guest-project-selector__project,.guest-project-selector__project-name,.guest-project-selector__empty,.guest-project-selector__input-group,.guest-project-selector__input-group label,.guest-project-selector__input-group label span,.guest-project-selector__input-group input{background-color:#fff;color:#000}.guest-project-selector::backdrop{background:#00000080}.guest-project-selector__content{display:grid;gap:var(--guest-project-gap);grid-template-rows:auto 1fr auto}.guest-project-selector__header{align-items:center;display:flex;border-bottom:1px solid rgba(0,0,0,.1);gap:var(--guest-project-gap);justify-content:space-between;padding:var(--guest-project-padding-block) var(--guest-project-padding-inline)}.guest-project-selector__header h2{margin:0}.guest-project-selector__close{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:inline-flex;height:40px;justify-content:center;line-height:1;padding:0;width:40px}.guest-project-selector__close:hover{opacity:.7}.guest-project-selector__body{overflow-y:auto;padding:16px var(--guest-project-padding-inline)}.guest-project-selector__lists{display:grid;gap:.8rem;max-height:28rem;overflow-y:auto}.guest-project-selector__project{align-items:center;background:transparent;border:0;border-bottom:1px solid rgba(0,0,0,.1);border-radius:0;color:inherit;cursor:pointer;display:flex;font:inherit;justify-content:space-between;padding:13px 0;text-align:left;transition:opacity .2s ease;width:100%}.guest-project-selector__project-main{align-items:center;display:flex;gap:1.6rem;min-width:0}.guest-project-selector__project-preview-grid{display:grid;flex:0 0 9.2rem;gap:2px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));height:9.2rem;width:9.2rem}.guest-project-selector__project-preview-cell{align-items:center;background:#e5e5e5;border-radius:4px;display:flex;height:4.4rem;justify-content:center;overflow:hidden;width:4.4rem}.guest-project-selector__project-preview-cell.is-empty{color:#00000059;font-size:1.3rem;font-weight:600;line-height:1}.guest-project-selector__project-preview-image{display:block;height:100%;object-fit:cover;width:100%}.guest-project-selector__project-name{font-size:1.8rem;font-weight:700;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guest-project-selector__project:hover,.guest-project-selector__project:focus-visible{opacity:.7}.guest-project-selector__project.is-added{background:transparent}.guest-project-selector__project-status{font-size:1.3rem;font-weight:600}.guest-project-selector__empty{color:#000000a6;margin:0;padding:1rem 0}.guest-project-selector__footer{display:flex;flex-wrap:wrap;gap:var(--guest-project-gap);justify-content:space-between;padding:16px var(--guest-project-padding-inline) var(--guest-project-padding-block)}.guest-project-selector__footer-actions{align-items:center;display:grid;gap:var(--guest-project-gap);grid-template-columns:repeat(2,auto);margin-left:auto}.guest-project-selector__secondary,.guest-project-selector__primary{align-items:center;cursor:pointer;display:flex;font-size:16px;height:50px;justify-content:center;letter-spacing:.64px;padding:13px 16px;transition:.2s all ease-in-out}.guest-project-selector__secondary svg{flex:0 0 auto}.guest-project-selector__secondary{background:transparent;border:1px solid rgb(var(--color-button));border-radius:12px;color:rgb(var(--color-button))}.guest-project-selector__secondary:hover,.guest-project-selector__secondary:focus-visible{background:rgba(var(--color-button),.08);color:rgb(var(--color-button))}.guest-project-selector__primary{background:rgb(var(--color-button));border:1px solid rgb(var(--color-button));border-radius:12px;color:rgb(var(--color-button-text));cursor:pointer;font-size:16px;height:50px;letter-spacing:.64px;padding:13px 16px;transition:.2s all ease-in-out}.guest-project-selector__primary:hover,.guest-project-selector__primary:focus-visible{background:rgb(var(--color-button-hover, var(--color-button)));border-color:rgb(var(--color-button-hover, var(--color-button)));color:rgb(var(--color-button-text))}.guest-project-selector__input-group label{display:block;width:100%}.guest-project-selector__input-group label span{font-size:13px;letter-spacing:.26px;text-transform:uppercase}.guest-project-selector__input-group>div{align-items:center;border-bottom:1px solid rgba(var(--border-color, 0 0 0));display:flex;gap:5px}.guest-project-selector__input-group input{background:#fff;border:0;color:rgb(var(--text-color, 0 0 0));display:block;font:inherit;height:50px;margin-bottom:-1px;outline:none;padding-block:12px;width:100%}.guest-project-selector__input-group input:focus{border-bottom:1px solid rgb(var(--text-color, 0 0 0))}.guest-project-lists-dialog{--guest-list-border: rgba(0, 0, 0, .1);background:#fff;border:0;border-radius:16px;box-shadow:0 2rem 6rem #0003;color:#000;font-family:var(--conspire-wishlist-font-main, Arial, sans-serif);max-height:min(90vh,72rem);padding:0;width:min(92vw,70rem)}.guest-project-lists-dialog::backdrop{background:#00000080}.guest-project-lists-dialog__content{display:grid;grid-template-rows:auto 1fr;max-height:inherit}.guest-project-lists-dialog__header{align-items:center;border-bottom:1px solid var(--guest-list-border);display:flex;justify-content:space-between;padding:2.4rem}.guest-project-lists-dialog__header h2,.guest-project-lists-dialog__project-heading h3{margin:0}.guest-project-lists-dialog__close{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:inline-flex;height:4rem;justify-content:center;padding:0;width:4rem}.guest-project-lists-dialog__close:hover,.guest-project-lists-dialog__close:focus-visible{background:#0000000f;border-radius:50%}.guest-project-lists-dialog__body{overflow-y:auto;padding:2.4rem}.guest-project-lists-dialog__list{background:#efefef;border:1px solid rgba(0,0,0,.08);border-radius:12px;display:grid;gap:2rem;padding:1.6rem}.guest-project-lists-dialog__project{background:#f9f9f9;border:1px solid var(--guest-list-border);border-radius:12px;overflow:hidden}.guest-project-lists-dialog__project.is-selected{background:#e3e3e3;border-color:#0000002e}.guest-project-lists-dialog__project-heading{align-items:center;background:#00000005;display:flex;gap:1.6rem;justify-content:space-between;padding:1.6rem}.guest-project-lists-dialog__project.is-selected .guest-project-lists-dialog__project-heading{background:#d7d7d7}.guest-project-lists-dialog__project-details{min-width:0}.guest-project-lists-dialog__project-heading p,.guest-project-lists-dialog__project-empty{color:#000000a6;margin:0}.guest-project-lists-dialog__project-heading h3{font-size:1.8rem;line-height:1.3}.guest-project-lists-dialog__project-heading p{font-size:1.3rem;margin-top:.4rem}.guest-project-lists-dialog__project-actions{align-items:center;display:flex;flex:0 0 auto;flex-wrap:wrap;gap:.8rem;justify-content:flex-end}.guest-project-lists-dialog__project-empty{border-top:1px solid var(--guest-list-border);padding:1.6rem}.guest-project-lists-dialog__items{border-top:1px solid var(--guest-list-border);display:grid;gap:0;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr))}.guest-project-lists-dialog__item{border-right:1px solid var(--guest-list-border);border-bottom:1px solid var(--guest-list-border);color:inherit;display:grid;gap:1rem;padding:1.2rem}.guest-project-lists-dialog__item-link{color:inherit;display:grid;gap:1rem;text-decoration:none}.guest-project-lists-dialog__item-link:hover{background:rgba(var(--color-foreground),.05)}.guest-project-lists-dialog__item-link img{aspect-ratio:1;object-fit:cover;width:100%}.guest-project-lists-dialog__item-link span{font-size:1.4rem;font-weight:600;line-height:1.4}.guest-project-lists-dialog__action{align-items:center;border-radius:12px;cursor:pointer;display:inline-flex;font:inherit;font-size:1.4rem;justify-content:center;letter-spacing:.02em;min-height:4.2rem;padding:.8rem 1.2rem;transition:.2s all ease-in-out}.guest-project-lists-dialog__action--primary,.guest-project-lists-dialog__action--secondary{background:rgb(var(--color-button));border:1px solid rgb(var(--color-button));color:rgb(var(--color-button-text))}.guest-project-lists-dialog__action--remove{background:transparent;border:0;border-radius:0;color:rgb(var(--color-button));min-height:auto;padding:.6rem 0;width:100%}.guest-project-lists-dialog__action--primary:hover,.guest-project-lists-dialog__action--primary:focus-visible{background:rgb(var(--color-button-hover, var(--color-button)));border-color:rgb(var(--color-button-hover, var(--color-button)));color:rgb(var(--color-button-text))}.guest-project-lists-dialog__action--secondary:hover,.guest-project-lists-dialog__action--secondary:focus-visible{background:rgba(var(--color-button),.08);border-color:rgb(var(--color-button));color:rgb(var(--color-button))}.guest-project-lists-dialog__action--remove:hover,.guest-project-lists-dialog__action--remove:focus-visible{background:transparent;color:rgb(var(--color-button-hover, var(--color-button)));text-decoration:underline}.guest-project-lists-dialog__action:disabled{cursor:wait;opacity:.65}.guest-project-lists-dialog__empty{padding:4rem 2rem;text-align:center}.guest-project-lists-dialog__empty h3,.guest-project-lists-dialog__empty p{margin:0}.guest-project-lists-dialog__empty p{color:#000000a6;margin-top:1rem}.guest-project-selector__project-action{background:transparent;border:0;border-radius:0;color:rgb(var(--color-button));cursor:pointer;font-size:16px;padding:9px 0;transition:.2s all ease-in-out}.guest-project-selector__project-action:hover,.guest-project-selector__project-action:focus-visible{background:transparent;color:rgb(var(--color-button));text-decoration:underline}@media screen and (max-width:749px){.guest-project-selector__content{gap:16px}.guest-project-selector__footer,.guest-project-selector__footer-actions{flex-direction:column;width:100%}.guest-project-selector__footer-actions{display:flex}.guest-project-selector__secondary,.guest-project-selector__primary{width:100%}.guest-project-selector__project-preview-grid{flex-basis:7.2rem;height:7.2rem;width:7.2rem}.guest-project-selector__project-preview-cell{height:3.5rem;width:3.5rem}.guest-project-lists-dialog__body,.guest-project-lists-dialog__header{padding:1.6rem}.guest-project-lists-dialog__project-heading{align-items:stretch;flex-direction:column}.guest-project-lists-dialog__project-actions{justify-content:stretch}.guest-project-lists-dialog__project-actions .guest-project-lists-dialog__action{flex:1 1 12rem}.guest-project-lists-dialog__items{grid-template-columns:repeat(2,minmax(0,1fr))}.wishlist-notification{bottom:1rem;right:1rem;left:1rem;display:flex;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/component-guest-wishlist.css.map */
