.wishlist-button{position:absolute;top:10px;right:10px;z-index:3;display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#ffffffeb;color:#212121;cursor:pointer;box-shadow:0 1px 6px #0000001f;transition:opacity .25s ease,transform .25s ease,color .2s ease}.wishlist-button__icon{width:20px;height:20px;pointer-events:none}.wishlist-button__icon--filled{display:none}.wishlist-button.is-active{color:#c0392b}.wishlist-button.is-active .wishlist-button__icon--outline{display:none}.wishlist-button.is-active .wishlist-button__icon--filled{display:block}@media(hover:hover)and (pointer:fine){.product-item .wishlist-button{opacity:0;transform:translateY(-4px)}.product-item:hover .wishlist-button,.product-item .wishlist-button.is-active,.product-item .wishlist-button:focus-visible{opacity:1;transform:translateY(0)}.wishlist-button:hover{transform:scale(1.08);color:#c0392b}}@keyframes wishlist-pop{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1)}}.wishlist-button--pop .wishlist-button__icon--filled,.wishlist-button--unpop .wishlist-button__icon--outline{animation:wishlist-pop .4s ease}.wishlist-page__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 16px}@media(max-width:989px){.wishlist-page__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.wishlist-page__grid{grid-template-columns:repeat(2,1fr);gap:20px 10px}}.wishlist-page__item{position:relative;display:flex;flex-direction:column}.wishlist-page__item__image{position:relative;overflow:hidden}.wishlist-page__item__image img{display:block;width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover}.wishlist-page__item .wishlist-button{opacity:1;transform:none}.wishlist-page__item__title{margin-top:10px;font-size:.9em;text-decoration:none;color:inherit}.wishlist-page__item__price{margin-top:4px;font-size:.9em;font-weight:600}.wishlist-page__empty{text-align:center;padding:60px 20px}.wl-root--hidden{display:none}.wl-fab{position:fixed;right:22px;bottom:84px;z-index:5800;width:52px;height:52px;padding:0;border:1px solid #e6e1d9;border-radius:50%;background:#fff;color:#212121;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #00000024;transition:transform .15s ease,color .2s ease}.wl-fab:hover{transform:translateY(-2px)}.wl-fab__icon{width:24px;height:24px;pointer-events:none}.wl-fab.has-items{color:#c0392b}.wl-fab__count{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#023059;color:#fff;font-size:12px;font-weight:600;line-height:22px;text-align:center;border:2px solid #fff}.wl-fab:not(.has-items) .wl-fab__count{display:none}.wl-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5900;background:#21212159;opacity:0;pointer-events:none;transition:opacity .25s ease}.wl-drawer{position:fixed;top:0;right:0;bottom:0;z-index:5901;width:min(420px,100%);background:#fcfbf9;color:#212121;box-shadow:-12px 0 40px #0000001f;transform:translate(100%);transition:transform .3s cubic-bezier(.2,.7,.2,1);display:flex;flex-direction:column;outline:none}.wl-root.is-open .wl-overlay{opacity:1;pointer-events:auto}.wl-root.is-open .wl-drawer{transform:none}html.wl-lock,html.wl-lock body{overflow:hidden}html.wl-lock gty-whatsapp-chat-button{visibility:hidden}.wl-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e6e1d9}.wl-drawer__title{margin:0;font-size:20px;line-height:1;text-transform:uppercase;letter-spacing:.02em}.wl-drawer__title small{font-size:13px;font-weight:400;text-transform:none;letter-spacing:0;opacity:.65;margin-left:8px}.wl-close{width:36px;height:36px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center}.wl-list{flex:1;overflow-y:auto;padding:8px 20px;scrollbar-width:none;-ms-overflow-style:none}.wl-list::-webkit-scrollbar{display:none}.wl-item{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid #e6e1d9}.wl-item__img{display:block;width:72px;aspect-ratio:4 / 5;background:#e9e4dc;overflow:hidden}.wl-item__img img{display:block;width:100%;height:100%;object-fit:cover}.wl-item__img--loading{min-height:90px}.wl-item__body{min-width:0}.wl-item__title{display:block;margin:0 0 4px;font-size:13px;font-weight:600;line-height:1.3;text-transform:uppercase;letter-spacing:.02em;text-decoration:none;color:inherit}.wl-item__price{font-size:14px;font-weight:500}.wl-item__price s{margin-left:6px;font-size:12px;font-weight:400;opacity:.6}.wl-remove{width:32px;height:32px;padding:0;border:0;background:transparent;color:#6f6a63;cursor:pointer;display:flex;align-items:center;justify-content:center}.wl-remove:hover{color:#c0392b}.wl-empty{text-align:center;padding:60px 24px;color:#6f6a63}.wl-empty svg{width:40px;height:40px;margin-bottom:12px;color:#cfc8bd}.wl-empty p{margin:0;font-size:14px;line-height:1.5}.wl-drawer__foot{padding:16px 20px 20px;border-top:1px solid #e6e1d9;display:grid;gap:10px}.wl-btn{width:100%;text-align:center}@media(max-width:749px){.wl-fab{right:16px;bottom:78px}.wl-drawer{top:auto;left:0;right:0;width:100%;height:78%;border-radius:20px 20px 0 0;transform:translateY(100%);box-shadow:0 -12px 40px #00000024}.wl-drawer:before{content:"";position:absolute;top:8px;left:50%;width:40px;height:4px;border-radius:2px;background:#d9d3c8;transform:translate(-50%)}.wl-drawer__head{padding-top:22px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/wishlist.css.map */
