.archelia-wl-heart{cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;-webkit-user-select:none;user-select:none;position:relative}.archelia-wl-icon{width:22px;height:22px;fill:none;stroke:#d5d9d9;stroke-width:2;transition:all .2s ease}.archelia-wl-heart:hover .archelia-wl-icon{stroke:#cc0c39;transform:scale(1.1)}.archelia-wl-heart.active .archelia-wl-icon{fill:#cc0c39;stroke:#cc0c39}.archelia-wl-label{font-size:1.15rem;color:#565959;transition:color .2s}.archelia-wl-heart.active .archelia-wl-label{color:#cc0c39}@keyframes archelia-wl-pulse{0%{transform:scale(1)}30%{transform:scale(1.35)}60%{transform:scale(.95)}to{transform:scale(1)}}.archelia-wl-icon.archelia-wl-pulse{animation:archelia-wl-pulse .4s ease}#archelia-stars-target{display:flex;align-items:center;justify-content:space-between;gap:1rem}.archelia-wl-heart--card{position:absolute;top:8px;right:8px;z-index:2;background:#ffffffd9;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 1px 4px #0000001a;transition:background .2s,transform .2s;pointer-events:auto}.archelia-wl-heart--card:hover{background:#fff;transform:scale(1.1)}.archelia-wl-heart--card .archelia-wl-icon{width:18px;height:18px}.archelia-wl-heart--card .archelia-wl-label{display:none}.archelia-wl-login-popup{padding:1.5rem!important;width:280px!important;box-shadow:0 8px 24px #00000026!important}.archelia-wl-login-popup .archelia-wl-popup__header{padding:0 0 1rem;font-size:1.4rem;border-bottom:2px solid #E7E7E7;margin-bottom:1rem}.archelia-wl-login-msg{color:#565959;font-size:1.3rem;margin-bottom:1.8rem;line-height:1.5}.archelia-wl-login-actions{display:flex;flex-direction:column;gap:1.2rem}.archelia-wl-login-actions .archelia-wl-btn{width:100%;text-align:center;justify-content:center;text-decoration:none!important;font-weight:600}.archelia-wl-note-container{margin-top:1.2rem;margin-bottom:1.2rem}.archelia-wl-note-display{display:flex;justify-content:space-between;align-items:flex-start;background:#f2f4f8;padding:1rem;border-radius:6px;font-size:1.35rem;color:#0f1111;line-height:1.5}.archelia-wl-note-text{flex-grow:1;word-break:break-word}.archelia-wl-note-delete{background:none;border:none;color:#007185;cursor:pointer;font-size:1.25rem;padding:0 0 0 1rem}.archelia-wl-note-delete:hover{text-decoration:underline;color:#c40000}.archelia-wl-note-editor{background:#f9f9f9;padding:1rem;border-radius:6px;border:1px solid #E7E7E7}.archelia-wl-note-textarea{width:100%;padding:.8rem;border:1px solid #888C8C;border-radius:4px;box-shadow:0 1px 2px #0000001a inset;resize:vertical;min-height:60px;font-family:inherit;font-size:1.35rem;margin-bottom:1rem}.archelia-wl-note-textarea:focus{outline:none;border-color:#e77600;box-shadow:0 0 3px #e7760080}.archelia-wl-note-actions{display:flex;gap:1rem}.archelia-wl-note-save,.archelia-wl-note-cancel{padding:.4rem 1.2rem;font-size:1.2rem;min-width:unset}.archelia-wl-popup{position:absolute;background:#fff;border:1px solid #D5D9D9;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:240px;z-index:99999;font-size:1.3rem;animation:archelia-wl-fadeIn .15s ease}@keyframes archelia-wl-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.archelia-wl-popup__header{padding:.7rem 1rem;font-weight:700;color:#0f1111;border-bottom:1px solid #E7E7E7;font-size:1.3rem}.archelia-wl-popup__lists{padding:.3rem 0;max-height:200px;overflow-y:auto}.archelia-wl-popup__empty{padding:.8rem 1rem;color:#565959;font-style:italic;font-size:1.2rem}.archelia-wl-popup__item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;cursor:pointer;transition:background .15s}.archelia-wl-popup__item:hover{background:#f7f7f7}.archelia-wl-popup__item input[type=checkbox]{display:none}.archelia-wl-popup__check{width:18px;height:18px;border:2px solid #D5D9D9;border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.archelia-wl-popup__item input:checked+.archelia-wl-popup__check{background:#cc0c39;border-color:#cc0c39}.archelia-wl-popup__item input:checked+.archelia-wl-popup__check:after{content:"\2713";color:#fff;font-size:12px;font-weight:700}.archelia-wl-popup__name{font-size:1.25rem;color:#0f1111}.archelia-wl-popup__new{border-top:1px solid #E7E7E7;padding:.5rem 1rem .7rem}.archelia-wl-popup__new-toggle{color:#007185;cursor:pointer;font-size:1.2rem;font-weight:500;padding:.3rem 0}.archelia-wl-popup__new-toggle:hover{color:#c7511f;text-decoration:underline}.archelia-wl-popup__new-form{display:flex;gap:.4rem;align-items:center}.archelia-wl-popup__input{flex:1;border:1px solid #D5D9D9;border-radius:4px;padding:.4rem .6rem;font-size:1.2rem;outline:none}.archelia-wl-popup__input:focus{border-color:#f5a623;box-shadow:0 0 0 2px #f5a62333}.archelia-wl-popup__btn{background:linear-gradient(to bottom,#ffd814,#f7ca00);border:1px solid #FCD200;border-radius:4px;padding:.4rem .8rem;font-size:1.2rem;font-weight:600;color:#0f1111;cursor:pointer}.archelia-wl-popup__btn:hover{background:linear-gradient(to bottom,#f7ca00,#e8b800)}.archelia-wl-header{position:relative;display:inline-flex;align-items:center;cursor:pointer;text-decoration:none;color:inherit}.archelia-wl-header .archelia-wl-icon{width:24px;height:24px;stroke:currentColor}.archelia-wl-header-count{position:absolute;top:-6px;right:-8px;background:#cc0c39;color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}#archelia-wishlist-root{max-width:1300px;margin:0 auto;padding:2rem;background-color:#fff;font-family:Arial,sans-serif;color:#0f1111}.archelia-wl-layout{display:grid;grid-template-columns:240px 1fr;gap:2rem;align-items:start}.archelia-wl-sidebar{border-right:1px solid #E7E7E7;padding-right:1.5rem;padding-top:1rem}.archelia-wl-sidebar-title{font-size:1.6rem;font-weight:700;margin-bottom:1.5rem;color:#007185;border-bottom:2px solid #007185;display:inline-block;padding-bottom:.5rem}.archelia-wl-sidebar-list{list-style:none;padding:0;margin:0}.archelia-wl-sidebar-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;cursor:pointer;border-radius:4px;margin-bottom:.2rem;transition:background .15s}.archelia-wl-sidebar-item:hover{background:#f7f7f7}.archelia-wl-sidebar-item.active{background:#f0f2f2;font-weight:700}.archelia-wl-sidebar-name{font-size:1.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.archelia-wl-sidebar-badge{font-size:1rem;color:#565959;font-weight:400}.archelia-wl-main{padding-top:1rem}.archelia-wl-page-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #E7E7E7;padding-bottom:1.5rem;margin-bottom:1.5rem}.archelia-wl-page-header-left{display:flex;align-items:center;gap:1rem}.archelia-wl-page-header-title{font-size:2.2rem;font-weight:700;margin:0}.archelia-wl-page-header-badge{font-size:1.2rem;color:#565959;margin-top:6px}.archelia-wl-page-header-actions{display:flex;align-items:center;gap:1rem}#archelia-wl-new-list{color:#007185;font-size:1.3rem;cursor:pointer;text-decoration:none}#archelia-wl-new-list:hover{color:#c7511f;text-decoration:underline}.archelia-wl-icon-btn{background:none;border:1px solid #D5D9D9;border-radius:20px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#565959;box-shadow:0 1px 2px #0000000d;font-size:1.2rem}.archelia-wl-icon-btn:hover{background:#f7f7f7}.archelia-wl-filters{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.archelia-wl-filter-search{flex:1;position:relative}.archelia-wl-filter-search svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#565959}.archelia-wl-filter-search input{width:100%;padding:.8rem 1rem .8rem 3.5rem;border:1px solid #888C8C;border-radius:4px;font-size:1.3rem;box-shadow:0 1px 2px #0f111126 inset}.archelia-wl-filter-select{display:flex;align-items:center;border:1px solid #D5D9D9;border-radius:8px;background:#f0f2f2;padding:.6rem 1rem;font-size:1.3rem;box-shadow:0 1px 2px #0000000d}.archelia-wl-filter-select span{color:#565959;margin-right:.5rem}.archelia-wl-filter-select select{background:transparent;border:none;font-size:1.3rem;color:#0f1111;font-weight:500;outline:none;cursor:pointer}.archelia-wl-list{display:flex;flex-direction:column}.archelia-wl-item{display:flex;gap:2rem;padding:2rem 0;border-bottom:1px solid #E7E7E7}.archelia-wl-item-img-wrap{flex-shrink:0;width:180px}.archelia-wl-item-img{width:100%;height:auto;aspect-ratio:1;object-fit:contain}.archelia-wl-item-content{flex:1;display:flex;flex-direction:column}.archelia-wl-item-title{font-size:1.6rem;font-weight:500;color:#007185;text-decoration:none;margin-bottom:.2rem;line-height:1.3}.archelia-wl-item-title:hover{color:#c7511f;text-decoration:underline}.archelia-wl-item-brand{font-size:1.2rem;color:#565959;margin-bottom:.6rem}.archelia-wl-item-stars{margin-bottom:.8rem;color:#f5a623;font-size:1.4rem}.archelia-wl-item-price{font-size:1.8rem;font-weight:700;color:#b12704;margin-bottom:.4rem}.archelia-wl-item-delivery{font-size:1.2rem;color:#565959;margin-bottom:1.5rem}.archelia-wl-item-date{font-size:1.15rem;color:#565959;margin-bottom:1.5rem}.archelia-wl-item-actions{display:flex;align-items:center;gap:1rem;margin-top:auto}.archelia-wl-btn{padding:.6rem 1.5rem;border-radius:20px;font-size:1.25rem;font-weight:500;cursor:pointer;box-shadow:0 1px 2px #0000001a}.archelia-wl-btn--primary{background:#ffd814;border:1px solid #FCD200;color:#0f1111}.archelia-wl-btn--primary:hover{background:#f7ca00}.archelia-wl-btn--secondary{background:#fff;border:1px solid #D5D9D9;color:#0f1111}.archelia-wl-btn--secondary:hover{background:#f7f7f7}.archelia-wl-empty{padding:4rem 2rem;text-align:center;color:#565959;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.archelia-wl-empty__text{font-size:1.4rem}.archelia-wl-empty__cta{display:inline-block;background:#ffd814;border:1px solid #FCD200;color:#0f1111;padding:.6rem 2rem;border-radius:20px;font-weight:500;font-size:1.3rem;text-decoration:none;box-shadow:0 1px 2px #0000001a}.archelia-wl-empty__cta:hover{background:#f7ca00}@media screen and (max-width:850px){.archelia-wl-layout{grid-template-columns:1fr}.archelia-wl-sidebar{border-right:none;border-bottom:2px solid #E7E7E7;padding-right:0;padding-bottom:1.5rem}.archelia-wl-item{flex-direction:column;gap:1rem}.archelia-wl-item-img-wrap{width:120px}.archelia-wl-filters{flex-wrap:wrap}}@media screen and (max-width:450px){.archelia-wl-item-actions{flex-wrap:wrap}.archelia-wl-btn{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/archelia-wishlist.css.map */
