.wishlist-button--product{width:100%;min-height:58px;margin-top:10px;padding:12px 24px;border:2px solid #50248f;border-radius:30px;background:#fff;color:#50248f;display:flex;align-items:center;justify-content:center;gap:10px;font-size:17px;font-weight:600;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .15s ease}.wishlist-button--product .wishlist-button__icon{font-size:25px;line-height:1}.wishlist-button--product:hover{background:#50248f;color:#fff}.wishlist-button--product:active{transform:scale(.99)}.wishlist-button--product.wishlist-active{background:#50248f;border-color:#50248f;color:#fff}.wishlist-button--product:focus-visible{outline:3px solid rgba(80,36,143,.25);outline-offset:3px}.header-wishlist{position:relative}.header-wishlist__link{position:relative;display:flex;align-items:center;justify-content:center;color:inherit;text-decoration:none}.header-wishlist__count[hidden]{display:none!important}.product-block .wishlist-card-button{position:absolute!important;top:12px!important;right:12px!important;z-index:20!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 40px!important;border:1px solid rgba(80,36,143,.18)!important;border-radius:50%!important;background:#fffffff5!important;color:#50248f!important;box-shadow:0 2px 8px #00000024!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;line-height:1!important;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease!important}.product-block .wishlist-card-button__icon{display:flex!important;align-items:center;justify-content:center;margin:0!important;padding:0!important;font-family:Arial,sans-serif!important;font-size:25px!important;font-weight:400!important;line-height:1!important;color:#50248f!important}.product-block .wishlist-card-button:hover{background:#fff!important;color:#50248f!important;transform:scale(1.08);box-shadow:0 3px 10px #0000002e!important}.product-block .wishlist-card-button.wishlist-active{background:#fff!important;border-color:#50248f!important}.product-block .wishlist-card-button.wishlist-active .wishlist-card-button__icon{color:#50248f!important}.product-block .wishlist-card-button:focus-visible{outline:2px solid #50248f!important;outline-offset:2px}@media screen and (max-width:749px){.product-block .wishlist-card-button{top:8px!important;right:8px!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important;flex-basis:36px!important}.product-block .wishlist-card-button__icon{font-size:23px!important}}.wishlist-page{padding:45px 0 70px}.wishlist-page__heading{margin-bottom:35px}.wishlist-page__heading h1{margin:0 0 10px;color:#2b075e}.wishlist-page__heading p{margin:0}.wishlist-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.wishlist-item{min-width:0}.wishlist-item__image-wrapper{position:relative;overflow:hidden;border-radius:15px;background:#f7f7f7}.wishlist-item__image-link{display:block}.wishlist-item__image{display:block;width:100%;aspect-ratio:274 / 172;object-fit:cover}.wishlist-item__heart{position:absolute;top:10px;right:10px;width:40px;height:40px;padding:0;border:1px solid rgba(80,36,143,.15);border-radius:50%;background:#fff;color:#50248f;display:flex;align-items:center;justify-content:center;font-size:23px;line-height:1;cursor:pointer;box-shadow:0 2px 8px #0000001f}.wishlist-item__heart:hover{background:#50248f;color:#fff}.wishlist-item__details{padding-top:14px}.wishlist-item__title{margin:0 0 8px;font-size:18px;line-height:1.35}.wishlist-item__title a{color:#2b075e;text-decoration:none}.wishlist-item__title a:hover{color:#50248f}.wishlist-item__price{margin-bottom:14px;color:#50248f;font-size:19px;font-weight:700}.wishlist-item__view{width:100%;min-height:45px;display:flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:25px;background:#50248f;color:#fff;text-decoration:none;font-weight:600}.wishlist-item__view:hover{color:#fff;opacity:.9}.wishlist-item__remove{width:100%;margin-top:8px;padding:8px;border:0;background:transparent;color:#666;cursor:pointer;font-size:13px}.wishlist-item__remove:hover{color:#50248f}.wishlist-empty{padding:60px 20px;text-align:center}.wishlist-empty__icon{margin-bottom:15px;color:#50248f;font-size:65px;line-height:1}.wishlist-empty h2{margin-bottom:10px}.wishlist-empty p{margin-bottom:25px}@media screen and (max-width:990px){.wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}@media screen and (max-width:749px){.wishlist-page{padding:25px 0 50px}.wishlist-page__heading{margin-bottom:25px}.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.wishlist-item__title{font-size:15px}.wishlist-item__price{font-size:17px}.wishlist-item__heart{width:36px;height:36px;top:8px;right:8px;font-size:21px}.wishlist-item__view{font-size:14px;padding:9px 12px}}.wishlist-page .wishlist-item__heart{position:absolute!important;top:10px!important;right:10px!important;z-index:20!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(80,36,143,.18)!important;border-radius:50%!important;background:#fff!important;color:#50248f!important;font-family:Arial,sans-serif!important;font-size:24px!important;line-height:1!important;appearance:none!important;-webkit-appearance:none!important;box-shadow:0 2px 8px #0000001f!important;cursor:pointer!important}.wishlist-page .wishlist-item__heart:hover{background:#50248f!important;color:#fff!important}@media screen and (max-width:749px){.wishlist-page .wishlist-item__heart{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important;top:8px!important;right:8px!important;font-size:21px!important}}
/*# sourceMappingURL=/cdn/shop/t/56/assets/wishlist.css.map */
