body.veilando-wishlist-open,body:has(.veilando-wishlist:target){overflow:hidden}.veilando-wishlist{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:24px;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.veilando-wishlist.is-open,.veilando-wishlist:target{visibility:visible;opacity:1;pointer-events:auto}.veilando-wishlist__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#0a0e1494;cursor:default}.veilando-wishlist__dialog{position:relative;display:flex;flex-direction:column;width:min(900px,100%);max-height:min(720px,calc(100vh - 48px));overflow:hidden;border-radius:3px;background:#fff;color:#171717;box-shadow:#0000002b 0 24px 70px;transform:translateY(12px);transition:transform .18s ease}.veilando-wishlist.is-open .veilando-wishlist__dialog,.veilando-wishlist:target .veilando-wishlist__dialog{transform:translateY(0)}.veilando-wishlist__header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:76px;padding-inline:24px;border-bottom:1px solid #e9e9e9}.veilando-wishlist__header h2{margin:0;font-family:var(--font-heading--family);font-size:clamp(1.45rem,2.2vw,2rem);font-weight:400;line-height:1.15;text-align:center}.veilando-wishlist__account{display:inline-flex;width:fit-content;align-items:center;gap:8px;color:#4b5563;font-size:.82rem;text-underline-offset:3px}.veilando-wishlist__account svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.45}.veilando-wishlist__close{display:grid;width:44px;height:44px;margin-inline-start:auto;padding:0;place-items:center;border:0;background:transparent;color:inherit;cursor:pointer}.veilando-wishlist__close svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.5}.veilando-wishlist__content{min-height:270px;overflow-y:auto;padding:36px}.veilando-wishlist__empty{display:flex;min-height:200px;flex-direction:column;align-items:center;justify-content:center;text-align:center}.veilando-wishlist__empty[hidden]{display:none}.veilando-wishlist__empty>svg{width:34px;height:34px;margin-bottom:14px;fill:none;stroke:currentColor;stroke-width:1.35}.veilando-wishlist__empty h3{margin:0 0 6px;font-family:var(--font-heading--family);font-size:1.45rem;font-weight:400}.veilando-wishlist__empty p{margin:0 0 20px;color:#6b7280;font-size:.95rem}.veilando-wishlist__empty a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:10px 22px;border:1px solid #171717;border-radius:3px;color:#171717;font-size:.85rem;font-weight:500;text-decoration:none;text-transform:uppercase;letter-spacing:.04em}.veilando-wishlist__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.veilando-wishlist__items[hidden]{display:none}.veilando-wishlist-card{position:relative;display:flex;min-width:0;flex-direction:column;border-radius:3px;background:#fff;box-shadow:#959da533 0 8px 24px;overflow:hidden}.veilando-wishlist-card__image{display:block;aspect-ratio:4 / 5;background:#f7f7f7;overflow:hidden}.veilando-wishlist-card__image img{width:100%;height:100%;object-fit:cover}.veilando-wishlist-card__body{display:flex;flex:1;flex-direction:column;padding:12px}.veilando-wishlist-card__title{display:-webkit-box;margin:0 0 8px;overflow:hidden;color:inherit;font-size:.9rem;line-height:1.35;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.veilando-wishlist-card__price{margin:auto 0 12px;font-size:1rem;font-weight:700}.veilando-wishlist-card__view{display:flex;min-height:40px;align-items:center;justify-content:center;border-radius:3px;background:#111820;color:#fff;font-size:.78rem;font-weight:500;text-decoration:none;text-transform:uppercase;letter-spacing:.04em}.veilando-wishlist-card__remove{position:absolute;top:8px;right:8px;display:grid;width:36px;height:36px;padding:0;place-items:center;border:0;border-radius:50%;background:#ffffffeb;color:#171717;box-shadow:0 2px 10px #0000001a;cursor:pointer}.veilando-wishlist-card__remove svg{width:19px;height:19px;fill:currentColor;stroke:currentColor;stroke-width:1.5}.veilando-wishlist__footer{padding:14px 24px 16px;border-top:1px solid #eeeeee;color:#6b7280;font-size:.75rem;line-height:1.45;text-align:center}.veilando-wishlist__footer p{margin:0}.veilando-product-wishlist{position:absolute;z-index:4;top:12px;right:12px;display:inline-flex;min-height:42px;align-items:center;gap:8px;padding:9px 12px;border:1px solid #dedede;border-radius:3px;background:#fffffff0;color:#171717;font:inherit;font-size:.82rem;cursor:pointer}.veilando-product-wishlist svg{width:20px;height:20px;fill:transparent;stroke:currentColor;stroke-width:1.55}.veilando-product-wishlist.is-active svg{fill:currentColor}.product-details>.group-block{position:relative}@media screen and (max-width:749px){.veilando-wishlist{align-items:end;padding:0}.veilando-wishlist__dialog{width:100%;max-height:min(86vh,720px);border-radius:3px 3px 0 0;transform:translateY(24px)}.veilando-wishlist__header{grid-template-columns:44px 1fr 44px;min-height:64px;padding-inline:10px}.veilando-wishlist__account{justify-content:center}.veilando-wishlist__account span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.veilando-wishlist__header h2{font-size:1.4rem}.veilando-wishlist__content{min-height:230px;padding:22px 14px 26px}.veilando-wishlist__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.veilando-wishlist__footer{padding-inline:16px}.veilando-product-wishlist{top:8px;right:8px;width:42px;padding:0;justify-content:center}.veilando-product-wishlist span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}@media(prefers-reduced-motion:reduce){.veilando-wishlist,.veilando-wishlist__dialog{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/veilando-wishlist.css.map */
