.chwl-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:none;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.chwl-popup.is-open{display:block}.chwl-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;animation:chwl-fade .15s ease}.chwl-popup__panel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:92%;max-width:460px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040;animation:chwl-slide .2s ease}@keyframes chwl-fade{0%{opacity:0}to{opacity:1}}@keyframes chwl-slide{0%{opacity:0;transform:translate(-50%,-46%)}to{opacity:1;transform:translate(-50%,-50%)}}.chwl-popup__head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #eee}.chwl-popup__title{font-size:16px;font-weight:500;margin:0;color:#1a1a1a}.chwl-popup__close{background:transparent;border:none;font-size:26px;line-height:1;color:#888;cursor:pointer;padding:0 6px}.chwl-popup__close:hover{color:#1a1a1a}.chwl-popup__body{padding:20px 24px;overflow-y:auto;flex:1}.chwl-popup__new-toggle{display:block;width:100%;background:transparent;border:1px dashed #ccc;padding:12px;font-size:13px;color:#555;cursor:pointer;margin-bottom:14px;font-family:inherit;transition:all .15s}.chwl-popup__new-toggle:hover{border-color:#1a1a1a;color:#1a1a1a}.chwl-popup__newrow{display:flex;gap:8px;margin-bottom:14px}.chwl-popup__newinput{flex:1;padding:10px 12px;border:1px solid #ddd;font-family:inherit;font-size:13px;outline:none}.chwl-popup__newinput:focus{border-color:#1a1a1a}.chwl-popup__newbtn{background:#1a1a1a;color:#fff;border:none;padding:10px 18px;font:500 12px Poppins,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.chwl-popup__newbtn:hover{background:#000}.chwl-popup__lists{list-style:none!important;padding:0!important;margin:0!important}.chwl-popup__lists li{list-style:none!important;list-style-type:none!important;padding-left:0!important}.chwl-popup__lists li:before,.chwl-popup__lists li::marker{content:none!important;display:none!important}.chwl-popup__item{border-bottom:1px solid #f0f0f0}.chwl-popup__item:last-child{border-bottom:none}.chwl-popup__label{display:flex;align-items:center;gap:12px;padding:12px 4px;cursor:pointer;margin:0;font-size:14px;color:#333}.chwl-popup__label:hover{background:#fafafa}.chwl-popup__label input[type=radio]{margin:0;width:16px;height:16px;accent-color:#1a1a1a}.chwl-popup__lname{flex:1;font-weight:500}.chwl-popup__lcount{background:#f0f0f0;color:#666;padding:2px 8px;border-radius:999px;font-size:11px;min-width:24px;text-align:center}.chwl-popup__lbadge{background:#4a7c59;color:#fff;padding:2px 8px;border-radius:999px;font-size:10px;letter-spacing:.05em;text-transform:uppercase}.chwl-popup__empty{padding:20px;text-align:center;color:#888;font-size:13px}.chwl-popup__foot{padding:16px 24px;border-top:1px solid #eee;display:flex;justify-content:flex-end}.chwl-popup__submit{background:#1a1a1a;color:#fff;border:none;padding:12px 26px;font:500 12px Poppins,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .15s}.chwl-popup__submit:hover:not(:disabled){background:#000}.chwl-popup__submit:disabled{background:#ccc;cursor:not-allowed}.chwl-popup__submit.is-remove{background:#c33}.chwl-popup__submit.is-remove:hover:not(:disabled){background:#a22}.chwl-page{font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;color:#333;padding:40px 0 80px}.chwl-page__inner{max-width:1200px;margin:0 auto;padding:0 20px}.chwl-page__header{text-align:center;margin-bottom:40px}.chwl-page__title{font-size:34px;font-weight:300;margin:0 0 12px;color:#1a1a1a}.chwl-page__sub{font-size:15px;color:#666;font-weight:300;margin:0 0 24px}.chwl-page__btn-create{background:#1a1a1a;color:#fff;border:none;padding:14px 32px;font:500 12px Poppins,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;display:inline-block;transition:background .15s}.chwl-page__btn-create:hover{background:#000}.chwl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}.chwl-list-card{background:#fff;border:1px solid #eee;padding:12px;cursor:pointer;transition:all .15s;display:flex;flex-direction:column;gap:12px}.chwl-list-card:hover{border-color:#1a1a1a}.chwl-list-card__thumbs{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:repeat(3,1fr);gap:4px;aspect-ratio:4/3;background:#f5f5f5}.chwl-list-card__thumbs>div{background:#f0f0f0;background-size:cover;background-position:center}.chwl-list-card__thumbs>div:first-child{grid-row:1 / span 3}.chwl-list-card__body{display:flex;justify-content:space-between;align-items:flex-start;padding:0 4px}.chwl-list-card__name{font-size:14px;font-weight:500;color:#1a1a1a;line-height:1.3}.chwl-list-card__count{font-size:12px;color:#888;margin-top:2px}.chwl-list-card__menu{background:transparent;border:none;font-size:20px;color:#888;cursor:pointer;padding:0 4px;line-height:1}.chwl-list-card__menu:hover{color:#1a1a1a}.chwl-page__empty{text-align:center;padding:60px 20px;color:#888}.chwl-detail__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #eee}.chwl-detail__title{font-size:24px;font-weight:300;margin:0}.chwl-detail__actions{display:flex;gap:10px}.chwl-detail__action{background:transparent;border:1px solid #ddd;padding:6px 14px;font:500 11px Poppins,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;color:#666;transition:all .15s}.chwl-detail__action:hover{border-color:#1a1a1a;color:#1a1a1a}.chwl-detail__action--danger:hover{border-color:#c33;color:#c33}.chwl-detail__back{display:inline-block;color:#666;text-decoration:none;margin-bottom:20px;font-size:13px}.chwl-detail__back:hover{color:#1a1a1a;text-decoration:underline}.chwl-detail__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.chwl-product-card{background:#fff;border:1px solid #eee;padding:12px;display:flex;flex-direction:column;gap:10px;transition:border-color .15s}.chwl-product-card:hover{border-color:#1a1a1a}.chwl-product-card__img{aspect-ratio:1/1;background:#f5f5f5;background-size:cover;background-position:center;display:block}.chwl-product-card__title{font-size:13px;color:#333;text-decoration:none;line-height:1.35;min-height:34px}.chwl-product-card__title:hover{color:#1a1a1a}.chwl-product-card__price{font-size:14px;font-weight:600;color:#1a1a1a}.chwl-product-card__price--old{text-decoration:line-through;color:#999;font-weight:400;margin-right:4px}.chwl-product-card__price--sale{color:#c33}.chwl-product-card__remove{background:transparent;border:1px solid #ddd;padding:6px 12px;font:500 11px Poppins,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;color:#666;margin-top:auto;transition:all .15s}.chwl-product-card__remove:hover{background:#c33;color:#fff;border-color:#c33}@media(max-width:900px){.chwl-grid,.chwl-detail__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.chwl-page__title{font-size:26px}.chwl-popup__panel{max-height:92vh}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/wishlist-lists.css.map */
