:root{--kyra-wishlist-cherry: #6D0326;--kyra-wishlist-background: #fff7ec;--kyra-wishlist-overlay: rgba(0, 0, 0, .32);--kyra-wishlist-border: rgba(155, 21, 72, .28)}.header__icons .header__icon--wishlist{all:unset;position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:4.4rem;min-width:4.4rem;max-width:4.4rem;height:4.4rem;min-height:4.4rem;max-height:4.4rem;margin:0;padding:0;color:rgb(var(--color-foreground));background:transparent;border:0;border-radius:0;outline:0;box-shadow:none;font:inherit;line-height:1;cursor:pointer;-webkit-tap-highlight-color:transparent}.header__icons .header__icon--wishlist:before,.header__icons .header__icon--wishlist:after{content:none!important;display:none!important;position:static!important;width:0!important;height:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.header__icons .header__icon--wishlist>*{box-shadow:none!important}.header__icons .header__icon--wishlist .icon-heart{display:block;width:2rem;min-width:2rem;height:2rem;margin:0;padding:0;color:currentColor;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;transform:none;transition:transform .16s ease}.header__icons .header__icon--wishlist .icon-heart path{fill:none!important;stroke:currentColor!important}.header__icons .header__icon--wishlist:hover{color:currentColor;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.header__icons .header__icon--wishlist:hover .icon-heart{transform:scale(1.07)}.header__icons .header__icon--wishlist:active{background:transparent!important;border:0!important;box-shadow:none!important}.header__icons .header__icon--wishlist:focus{outline:none;box-shadow:none!important}.header__icons .header__icon--wishlist:focus-visible{outline:2px solid currentColor;outline-offset:-8px;border-radius:50%}.site-header-transparent .header__icons .header__icon--wishlist{color:inherit;fill:currentColor}.header__icons .header__icon--wishlist .kyra-wishlist-count{position:absolute;top:4px;right:3px;z-index:2;margin:0;transform:none}.kyra-wishlist{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:block;pointer-events:none;visibility:hidden}.kyra-wishlist.is-open{pointer-events:auto;visibility:visible}.kyra-wishlist__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;background:var(--kyra-wishlist-overlay);border:0;border-radius:0;opacity:0;transition:opacity .25s ease;cursor:default}.kyra-wishlist.is-open .kyra-wishlist__overlay{opacity:1}.kyra-wishlist__panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(390px,100vw);height:100vh;height:100dvh;color:var(--kyra-wishlist-cherry);background:var(--kyra-wishlist-background);box-shadow:-5px 0 24px #0000001f;transform:translate(100%);transition:transform .28s ease;overflow:hidden}.kyra-wishlist.is-open .kyra-wishlist__panel{transform:translate(0)}.kyra-wishlist__header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;min-height:74px;padding:16px 28px;background:var(--kyra-wishlist-background);border-bottom:1px solid var(--kyra-wishlist-cherry)}.kyra-wishlist__title{margin:0;color:var(--kyra-wishlist-cherry);font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:700;line-height:1.1}.kyra-wishlist__close{appearance:none;-webkit-appearance:none;display:flex;align-items:center;justify-content:center;width:31px;min-width:31px;height:31px;margin:0;padding:0;color:var(--kyra-wishlist-cherry);background:transparent;border:1px solid var(--kyra-wishlist-cherry);border-radius:50%;outline:0;box-shadow:none;cursor:pointer;transition:color .16s ease,background .16s ease}.kyra-wishlist__close svg{width:15px;height:15px}.kyra-wishlist__close:hover{color:#fff;background:var(--kyra-wishlist-cherry)}.kyra-wishlist__content{flex:1 1 auto;min-height:0;padding:16px 28px;background:var(--kyra-wishlist-background);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.kyra-wishlist__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.kyra-wishlist__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:360px;padding:40px 20px;text-align:center}.kyra-wishlist__empty-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:16px;border:1px solid var(--kyra-wishlist-cherry);border-radius:50%}.kyra-wishlist__empty-icon svg{width:25px;height:25px}.kyra-wishlist__empty h3{margin:0 0 8px;color:var(--kyra-wishlist-cherry);font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.2}.kyra-wishlist__empty p{max-width:240px;margin:0;color:var(--kyra-wishlist-cherry);font-size:12px;line-height:1.5}.kyra-wishlist__footer{flex:0 0 auto;display:grid;grid-template-columns:112px minmax(0,1fr);gap:8px;padding:12px 20px;background:var(--kyra-wishlist-background);border-top:1px solid var(--kyra-wishlist-cherry)}.kyra-wishlist__footer-button{appearance:none;-webkit-appearance:none;display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;height:40px;margin:0;padding:0 14px;border:1px solid var(--kyra-wishlist-cherry);border-radius:999px;outline:0;box-shadow:none;font-size:10px;font-weight:700;line-height:1;text-transform:uppercase;cursor:pointer}.kyra-wishlist__footer-button svg{width:13px;height:13px}.kyra-wishlist__footer-button--secondary{color:var(--kyra-wishlist-cherry);background:var(--kyra-wishlist-background)}.kyra-wishlist__footer-button--primary{color:#fff;background:var(--kyra-wishlist-cherry)}.kyra-wishlist__footer-button:disabled{cursor:not-allowed;opacity:.55}body.kyra-wishlist-open{overflow:hidden}@media screen and (max-width:749px){.kyra-wishlist__panel{width:100%}.kyra-wishlist__header{min-height:70px;padding:15px 20px}.kyra-wishlist__title{font-size:22px}.kyra-wishlist__content{padding:14px 20px}.kyra-wishlist__footer{padding:12px 20px calc(12px + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.kyra-wishlist__overlay,.kyra-wishlist__panel,.header__icon--wishlist .icon-heart{transition:none}}.kyra-mobile-wishlist-link{appearance:none!important;-webkit-appearance:none!important;display:flex!important;align-items:center!important;width:100%!important;min-height:48px!important;margin:0!important;padding:12px 20px!important;color:#6d0326!important;background:transparent!important;border:0!important;border-top:1px solid rgba(155,21,72,.14)!important;border-radius:0!important;outline:0!important;box-shadow:none!important;font-family:inherit!important;font-size:13px!important;font-weight:500!important;line-height:1.2!important;text-align:left!important;cursor:pointer!important}.kyra-mobile-wishlist-link:before,.kyra-mobile-wishlist-link:after{content:none!important;display:none!important}.kyra-mobile-wishlist-link__icon{display:flex;align-items:center;justify-content:center;width:22px;min-width:22px;height:22px;margin-right:12px}.kyra-mobile-wishlist-link__icon svg{display:block;width:17px;height:17px;color:currentColor}.kyra-mobile-wishlist-link__icon svg path{fill:none!important;stroke:currentColor!important}.kyra-mobile-wishlist-link__text{flex:1 1 auto}.kyra-mobile-wishlist-link__arrow{display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:12px}.kyra-mobile-wishlist-link__arrow svg{display:block;width:14px;height:14px}.kyra-mobile-wishlist-link:hover{color:#6d0326!important;background:#9b15480d!important}.kyra-mobile-wishlist-link:focus-visible{outline:2px solid rgba(155,21,72,.45)!important;outline-offset:-3px!important}#menu-drawer .kyra-mobile-wishlist-item{display:block;width:100%;margin:0;padding:0;list-style:none}#menu-drawer .kyra-mobile-wishlist-link{appearance:none!important;-webkit-appearance:none!important;display:flex!important;align-items:center!important;width:100%!important;min-height:auto!important;margin:0!important;padding:1.1rem 3rem!important;color:inherit!important;background:transparent!important;border:0!important;border-radius:0!important;outline:0!important;box-shadow:none!important;font:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;text-align:left!important;text-decoration:none!important;cursor:pointer!important}#menu-drawer .kyra-mobile-wishlist-link:before,#menu-drawer .kyra-mobile-wishlist-link:after{content:none!important;display:none!important}#menu-drawer .kyra-mobile-wishlist-link__icon{display:flex;align-items:center;justify-content:center;width:18px;min-width:18px;height:18px;margin-right:12px}#menu-drawer .kyra-mobile-wishlist-link__icon svg{display:block;width:16px;height:16px;color:currentColor}#menu-drawer .kyra-mobile-wishlist-link__icon svg path{fill:none!important;stroke:currentColor!important}#menu-drawer .kyra-mobile-wishlist-link__text{flex:1 1 auto;min-width:0;font-size:16px;font-family:bricorage,sans-serif}#menu-drawer .kyra-mobile-wishlist-link__arrow{display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:auto}#menu-drawer .kyra-mobile-wishlist-link__arrow svg{display:block;width:13px;height:13px}#menu-drawer .kyra-mobile-wishlist-link:hover{background:#9b15480a!important}#menu-drawer .kyra-mobile-wishlist-link:focus-visible{outline:2px solid rgba(155,21,72,.35)!important;outline-offset:-3px!important}.card__inner{position:relative}.kyra-product-wishlist-button{all:unset;position:absolute;right:10px;bottom:10px;z-index:6;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:34px;min-width:34px;height:34px;color:var(--kyra-wishlist-cherry);background:#ffdce9;border:1px solid var(--kyra-wishlist-cherry);border-radius:50%;box-shadow:none;cursor:pointer;transition:color .16s ease,background .16s ease,transform .16s ease}.kyra-product-wishlist-button:before,.kyra-product-wishlist-button:after{content:none!important;display:none!important}.kyra-product-wishlist-button .icon-heart{display:block;width:18px;height:18px;color:currentColor;overflow:visible}.kyra-product-wishlist-button .icon-heart path{fill:transparent!important;stroke:currentColor!important;transition:fill .16s ease}.kyra-product-wishlist-button:hover{color:#fff;background:var(--kyra-wishlist-cherry);transform:scale(1.05)}.kyra-product-wishlist-button:hover .icon-heart path{stroke:#fff!important}.kyra-product-wishlist-button.is-active{color:#fff;background:var(--kyra-wishlist-cherry)}.kyra-product-wishlist-button.is-active .icon-heart path{fill:#fff!important;stroke:#fff!important}.kyra-product-wishlist-button:focus-visible{outline:2px solid rgba(155,21,72,.45);outline-offset:3px}.kyra-wishlist__grid[hidden],.kyra-wishlist__empty[hidden]{display:none!important}.kyra-wishlist-card{display:flex;flex-direction:column;min-width:0;margin:0}.kyra-wishlist-card__media{position:relative;width:100%;aspect-ratio:1 / 1;background:#fff;border:1px solid var(--kyra-wishlist-cherry);border-radius:7px;overflow:hidden}.kyra-wishlist-card__image-link{display:block;width:100%;height:100%}.kyra-wishlist-card__image{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.kyra-wishlist-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#9b154873}.kyra-wishlist-card__placeholder svg{width:34px;height:34px}.kyra-wishlist-card__remove{all:unset;position:absolute;right:7px;bottom:7px;z-index:2;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:28px;min-width:28px;height:28px;color:var(--kyra-wishlist-cherry);background:#ffdce9;border:1px solid var(--kyra-wishlist-cherry);border-radius:50%;cursor:pointer}.kyra-wishlist-card__remove svg{display:block;width:15px;height:15px}.kyra-wishlist-card__remove svg path{fill:var(--kyra-wishlist-cherry);stroke:var(--kyra-wishlist-cherry)}.kyra-wishlist-card__remove:hover{color:#fff;background:var(--kyra-wishlist-cherry)}.kyra-wishlist-card__remove:hover svg path{fill:#fff;stroke:#fff}.kyra-wishlist-card__body{display:flex;flex-direction:column;min-width:0;padding:8px 2px 2px}.kyra-wishlist-card__title{display:-webkit-box;margin:0;color:var(--kyra-wishlist-cherry);font-family:Georgia,Times New Roman,serif;font-size:11px;font-weight:500;line-height:1.15;text-decoration:none;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.kyra-wishlist-card__title:hover{color:var(--kyra-wishlist-cherry);text-decoration:underline;text-underline-offset:2px}.kyra-wishlist-card__variant{margin:3px 0 0;color:var(--kyra-wishlist-cherry);font-size:8px;line-height:1.2}.kyra-wishlist-card__rating{display:flex;align-items:center;gap:4px;margin-top:4px;color:var(--kyra-wishlist-cherry);font-size:8px;line-height:1}.kyra-wishlist-card__stars{letter-spacing:0;white-space:nowrap}.kyra-wishlist-card__rating-count{font-size:7px}.kyra-wishlist-card__prices{display:flex;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;gap:4px;margin-top:5px;color:var(--kyra-wishlist-cherry);text-align:right}.kyra-wishlist-card__price{font-size:9px;font-weight:700;line-height:1}.kyra-wishlist-card__compare-price{font-size:7px;font-weight:500;line-height:1;opacity:.7;text-decoration:line-through}@media screen and (max-width:749px){.kyra-product-wishlist-button{right:8px;bottom:8px;width:31px;min-width:31px;height:31px}.kyra-product-wishlist-button .icon-heart{width:16px;height:16px}}.product-card-wrapper .card__inner{position:relative!important;isolation:auto!important}.product-card-wrapper .full-unstyled-link:after{content:none!important;display:none!important;pointer-events:none!important}.product-card-wrapper .kyra-card-media-link{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;display:block!important;width:100%!important;height:100%!important;cursor:pointer!important}.product-card-wrapper .card__media{z-index:1!important}.product-card-wrapper .card__badge{position:relative!important;z-index:4!important}.product-card-wrapper .kyra-product-wishlist-button{position:absolute!important;right:10px!important;bottom:10px!important;z-index:10!important;pointer-events:auto!important;touch-action:manipulation!important;cursor:pointer!important}.product-card-wrapper .kyra-product-wishlist-button svg,.product-card-wrapper .kyra-product-wishlist-button svg *{pointer-events:none!important}@media screen and (max-width:749px){.product-card-wrapper .kyra-product-wishlist-button{right:8px!important;bottom:8px!important}}:root{--kyra-wishlist-wine: #6D0326;--kyra-wishlist-cherry: #6D0326;--kyra-wishlist-background: #FFF7EC;--kyra-wishlist-petal: #FFE1EF;--kyra-wishlist-red: #DA164D;--kyra-wishlist-white: #FFFFFF}.kyra-wishlist__panel{width:529px!important;max-width:100vw!important;color:var(--kyra-wishlist-wine)!important;background:var(--kyra-wishlist-background)!important}.kyra-wishlist__header{min-height:88px!important;padding:20px 34px!important;background:var(--kyra-wishlist-background)!important;border-bottom:1px solid var(--kyra-wishlist-wine)!important}.kyra-wishlist__title{margin:0!important;color:var(--kyra-wishlist-wine)!important;font-family:Guyot Headline,Georgia,Times New Roman,serif!important;font-size:27px!important;font-weight:700!important;line-height:1!important}.kyra-wishlist__close{width:36px!important;min-width:36px!important;height:36px!important;color:var(--kyra-wishlist-wine)!important;background:transparent!important;border:1px solid var(--kyra-wishlist-wine)!important}.kyra-wishlist__close svg{width:15px!important;height:15px!important}.kyra-wishlist__content{padding:18px 34px 24px!important;background:var(--kyra-wishlist-background)!important}.kyra-wishlist__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:16px!important;row-gap:16px!important;align-items:start!important}.kyra-wishlist-card{display:flex!important;flex-direction:column!important;min-width:0!important;margin:0!important;padding:8px 8px 10px!important;background:#fff!important;border-radius:10px!important;box-sizing:border-box!important}.kyra-wishlist-card__media{position:relative!important;width:100%!important;aspect-ratio:1 / 1!important;background:#fff!important;border:1px solid var(--kyra-wishlist-cherry)!important;border-radius:8px!important;overflow:hidden!important}.kyra-wishlist-card__image{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.kyra-wishlist-card__remove{right:8px!important;bottom:8px!important;width:34px!important;min-width:34px!important;height:34px!important;color:var(--kyra-wishlist-cherry)!important;background:var(--kyra-wishlist-petal)!important;border:1px solid var(--kyra-wishlist-cherry)!important;border-radius:50%!important}.kyra-wishlist-card__remove svg{width:17px!important;height:17px!important}.kyra-wishlist-card__remove svg path{fill:var(--kyra-wishlist-cherry)!important;stroke:var(--kyra-wishlist-cherry)!important}.kyra-wishlist-card__body{display:flex!important;flex-direction:column!important;min-width:0!important;padding:9px 4px 0!important}.kyra-wishlist-card__title{margin:0!important;color:var(--kyra-wishlist-wine)!important;font-family:Guyot Headline,Georgia,serif!important;font-size:13px!important;font-weight:500!important;line-height:1.08!important}.kyra-wishlist-card__variant{margin:3px 0 0!important;color:var(--kyra-wishlist-wine)!important;font-family:Ambit,Arial,sans-serif!important;font-size:8px!important;line-height:1.2!important}.kyra-wishlist-card__rating{display:flex!important;align-items:center!important;gap:4px!important;margin-top:5px!important;color:var(--kyra-wishlist-cherry)!important;font-family:Ambit,Arial,sans-serif!important;font-size:9px!important;line-height:1!important}.kyra-wishlist-card__rating-count{font-size:8px!important}.kyra-wishlist-card__prices{display:flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:5px!important;margin-top:5px!important;color:var(--kyra-wishlist-wine)!important;font-family:Ambit,Arial,sans-serif!important}.kyra-wishlist-card__compare-price{color:var(--kyra-wishlist-red)!important;font-size:7px!important;font-weight:400!important;opacity:1!important;text-decoration:line-through!important}.kyra-wishlist-card__price{color:var(--kyra-wishlist-wine)!important;font-size:10px!important;font-weight:700!important}.kyra-wishlist__footer{grid-template-columns:190px minmax(0,1fr)!important;gap:10px!important;padding:14px 34px 18px!important;background:var(--kyra-wishlist-background)!important;border-top:1px solid var(--kyra-wishlist-wine)!important}.kyra-wishlist__footer-button{height:44px!important;padding:0 16px!important;border-radius:999px!important;font-family:Ambit,Arial,sans-serif!important;font-size:11px!important;font-weight:700!important}.kyra-wishlist__footer-button--secondary{color:var(--kyra-wishlist-wine)!important;background:transparent!important;border-color:var(--kyra-wishlist-cherry)!important}.kyra-wishlist__footer-button--secondary svg{color:var(--kyra-wishlist-cherry)!important}.kyra-wishlist__footer-button--primary{color:#fff!important;background:var(--kyra-wishlist-wine)!important;border-color:var(--kyra-wishlist-wine)!important}@media screen and (max-width:529px){.kyra-wishlist__panel{width:100vw!important;max-width:100vw!important}.kyra-wishlist__header{min-height:72px!important;padding:16px 20px!important}.kyra-wishlist__title{font-size:24px!important}.kyra-wishlist__content{padding:16px 20px 20px!important}.kyra-wishlist__grid{gap:12px!important}.kyra-wishlist__footer{grid-template-columns:1fr 1.55fr!important;padding:12px 20px calc(12px + env(safe-area-inset-bottom))!important}}.kyra-wishlist__overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;z-index:1!important}.kyra-wishlist__panel{position:fixed!important;top:0!important;right:0!important;bottom:0!important;width:529px!important;max-width:100vw!important;height:100vh!important;height:100dvh!important;margin:0!important;z-index:2!important}.kyra-wishlist__header{position:relative!important;margin:0!important;border-top:0!important;border-bottom:1px solid var(--kyra-wishlist-wine)!important}.kyra-wishlist{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;z-index:2147483647!important}.kyra-wishlist__overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important}.kyra-wishlist__panel{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:529px!important;max-width:100vw!important;height:100vh!important;height:100dvh!important;margin:0!important;z-index:2!important}@media screen and (max-width:529px){.kyra-wishlist__panel{width:100vw!important}}.kyra-wishlist-card__body{padding:10px 6px 2px!important}.kyra-wishlist-card__title{font-size:15px!important;line-height:1.12!important;font-weight:500!important}.kyra-wishlist-card__variant{margin-top:4px!important;font-size:10px!important;line-height:1.2!important}.kyra-wishlist-card__rating{gap:5px!important;margin-top:6px!important;font-size:10px!important;line-height:1!important}.kyra-wishlist-card__stars{font-size:11px!important;line-height:1!important;letter-spacing:.2px!important}.kyra-wishlist-card__rating-count{font-size:9px!important;line-height:1!important}.kyra-wishlist-card__prices{margin-top:6px!important;gap:6px!important}.kyra-wishlist-card__price{font-size:11px!important;font-weight:700!important;line-height:1!important}.kyra-wishlist-card__compare-price{font-size:8px!important;line-height:1!important}
/*# sourceMappingURL=/cdn/shop/t/50/assets/kyra-wishlist.css.map */
