.wishlist-heart{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:none;background:none;cursor:pointer;color:rgba(var(--color-foreground),.55);transition:color .2s ease,transform .15s ease;-webkit-tap-highlight-color:transparent;z-index:2;line-height:1}.wishlist-heart:hover{color:#fa3434}.wishlist-heart:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px;border-radius:2px}.wishlist-heart__icon--filled,.wishlist-heart[aria-pressed=true] .wishlist-heart__icon--outline{display:none}.wishlist-heart[aria-pressed=true] .wishlist-heart__icon--filled{display:block;color:#fa3434}.wishlist-heart[aria-pressed=true]:hover{color:#fa3434}.wishlist-heart--animate{animation:wishlist-heart-pop .35s ease}@keyframes wishlist-heart-pop{0%{transform:scale(1)}30%{transform:scale(1.25)}60%{transform:scale(.95)}to{transform:scale(1)}}.wishlist-heart__spinner{display:none;position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center}.wishlist-heart--loading .wishlist-heart__icon--outline,.wishlist-heart--loading .wishlist-heart__icon--filled{visibility:hidden}.wishlist-heart--loading .wishlist-heart__spinner{display:flex;animation:wishlist-spin .8s linear infinite}@keyframes wishlist-spin{to{transform:rotate(360deg)}}.wishlist-heart--card{position:absolute;top:8px;right:8px;width:36px;height:36px;border-radius:50%;background:#ffffffeb;box-shadow:0 1px 4px #0000001a;z-index:3}.wishlist-heart--card:hover{background:#fff;box-shadow:0 2px 8px #00000024}.wishlist-heart--card svg{width:18px;height:18px}.wishlist-heart--product{gap:.6rem;padding:.8rem 0;font-size:1.4rem;color:rgba(var(--color-foreground),.65)}.wishlist-heart--product:hover{color:#fa3434}.wishlist-heart--product svg{width:20px;height:20px}.wishlist-product-action{display:inline-flex;align-items:center;gap:.8rem;margin-top:1rem;padding:1rem 1.6rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:6px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;color:rgba(var(--color-foreground),.65);background:transparent}.wishlist-product-action:hover{background:#fa343414;border-color:#fa34344d;color:#fa3434}.wishlist-product-action[aria-pressed=true]{color:#fa3434;border-color:#fa34344d}.wishlist-product-action[aria-pressed=true]:hover{background:#fa343414}.wishlist-product-action__label{font-size:1.4rem;font-weight:500;line-height:1;white-space:nowrap}.wishlist-header-link{position:relative;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;padding:0;line-height:0}.header__icons .header__icon--account,.header__icons .wishlist-header-link,.header__icons .header__icon--cart-link{width:22px;min-width:22px;height:22px}.header__icons .header__icon--account svg,.header__icons .wishlist-header-icon,.header__icons .header__icon--cart-link svg{display:block;width:22px;height:22px}.wishlist-header-link svg,.wishlist-header-icon{display:block;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}.wishlist-header-icon{fill:currentcolor;stroke:currentcolor}.wishlist-header-link:hover{color:#fff;opacity:.85}.wishlist-header-count{position:absolute;bottom:10px;left:8px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border-radius:100%;background:#fa3434;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:15px;letter-spacing:-.1px;text-align:center;pointer-events:none}.wishlist-header-count:empty,.wishlist-header-count[data-count="0"]{display:none}.wishlist-login-prompt{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(120%);background:rgb(var(--color-foreground));color:rgb(var(--color-background));padding:1.2rem 2rem;border-radius:var(--buttons-radius, 4px);font-size:1.4rem;font-weight:500;z-index:9999;box-shadow:0 4px 20px #00000026;display:flex;align-items:center;gap:1.2rem;opacity:0;transition:transform .3s ease,opacity .3s ease;pointer-events:none;white-space:nowrap}.wishlist-login-prompt--visible{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.wishlist-login-prompt__link{color:rgb(var(--color-background));text-decoration:underline;text-underline-offset:2px;font-weight:600}.wishlist-login-prompt__link:hover{opacity:.85}.wishlist-page{padding-block:4rem}.wishlist-page__title{font-family:var(--font-heading-family);font-size:2.8rem;font-weight:var(--font-heading-weight);margin-bottom:3rem;color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.wishlist-page{padding-block:5rem}.wishlist-page__title{font-size:3.4rem}}.wishlist-page{--wishlist-accent: #FF9017;--wl-header-offset: calc(var(--header-height, 9rem) + 2rem);--wl-chip-allowance: 5.5rem;width:100%;box-sizing:border-box}.wishlist-page [data-wishlist-page],.wishlist-layout,.wishlist-content{width:100%}.wishlist-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;align-items:start}@media screen and (min-width:990px){.wishlist-layout{grid-template-columns:minmax(180px,220px) minmax(0,1fr);gap:3rem}}.wishlist-sidebar{position:sticky;min-width:0;top:var(--wl-header-offset);z-index:4;background:rgb(var(--color-background))}.wishlist-nav{display:flex;gap:.6rem;overflow-x:auto;padding:.4rem 0;margin:0;scroll-snap-type:x proximity;-ms-overflow-style:none;scrollbar-width:none}.wishlist-nav::-webkit-scrollbar{display:none}.wishlist-nav__link{display:inline-flex;align-items:center;gap:.6rem;flex:0 0 auto;padding:.7rem 1.2rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:999px;background:rgb(var(--color-background));color:rgba(var(--color-foreground),.75);font-size:1.3rem;font-weight:500;line-height:1;text-decoration:none;white-space:nowrap;scroll-snap-align:start;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.wishlist-nav__link:hover{color:rgb(var(--color-foreground));background:#ff901714;border-color:#ff901759}.wishlist-nav__link.is-active{color:rgb(var(--color-foreground));font-weight:600;background:var(--wishlist-accent, #FF9017);border-color:var(--wishlist-accent, #FF9017)}.wishlist-nav__link:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.wishlist-nav__label{overflow:hidden;text-overflow:ellipsis}.wishlist-nav__count{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .6rem;border-radius:999px;background:rgba(var(--color-foreground),.08);color:rgba(var(--color-foreground),.65);font-size:1.1rem;font-weight:600;line-height:1}.wishlist-nav__link.is-active .wishlist-nav__count{background:rgba(var(--color-foreground),.15);color:rgb(var(--color-foreground))}@media screen and (min-width:990px){.wishlist-sidebar{align-self:start;max-height:calc(100vh - var(--wl-header-offset) - 2rem);overflow-y:auto;background:transparent}.wishlist-nav{flex-direction:column;gap:.2rem;overflow-x:visible;padding:0;scroll-snap-type:none}.wishlist-nav__link{justify-content:space-between;width:100%;border:none;border-radius:var(--buttons-radius, 4px);background:transparent;padding:.8rem 1.2rem;font-size:1.4rem}.wishlist-nav__link:hover{color:rgb(var(--color-foreground));background:#ff901714;border-color:transparent}.wishlist-nav__link.is-active{color:rgb(var(--color-foreground));font-weight:600;background:var(--wishlist-accent, #FF9017)}.wishlist-nav__count{margin-left:1rem}}.wishlist-content{min-width:0}.wishlist-category{scroll-margin-top:calc(var(--wl-header-offset) + var(--wl-chip-allowance))}.wishlist-category+.wishlist-category{margin-top:3.5rem}.wishlist-category__title{display:flex;align-items:center;gap:.8rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.8rem;line-height:1.2;margin:0 0 1.5rem;color:rgb(var(--color-foreground))}.wishlist-category__count{font-size:1.3rem;font-weight:600;color:rgba(var(--color-foreground),.6)}@media screen and (min-width:990px){.wishlist-category{scroll-margin-top:var(--wl-header-offset)}}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:var(--grid-mobile-vertical-spacing) var(--grid-mobile-horizontal-spacing);list-style:none;padding:0;margin:0}@media screen and (min-width:750px){.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:var(--grid-desktop-vertical-spacing) var(--grid-desktop-horizontal-spacing)}}.wishlist-item{position:relative;background:rgb(var(--color-background));border-radius:6px;overflow:hidden;border:1px solid rgba(var(--color-foreground),.08);transition:box-shadow .2s ease}.wishlist-item:hover{box-shadow:0 2px 12px rgba(var(--color-shadow),.08)}.wishlist-item__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:rgba(var(--color-foreground),.03)}.wishlist-item__image{width:100%;height:100%;object-fit:cover}.wishlist-item__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.2)}.wishlist-item__remove{position:absolute;top:6px;right:6px;width:30px;height:30px;border-radius:50%;border:none;background:#ffffffeb;box-shadow:0 1px 4px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.5);transition:color .2s ease,background .2s ease;z-index:2}.wishlist-item__remove:hover{color:rgb(var(--color-foreground));background:#fff}.wishlist-item__info{padding:.8rem}.wishlist-item__title{font-size:1.3rem;font-weight:500;line-height:1.25;margin:0 0 .4rem;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wishlist-item__title a{color:inherit;text-decoration:none}.wishlist-item__title a:hover{text-decoration:underline}.wishlist-item__prices{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.8rem}.wishlist-item__price-incl{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1.3}.wishlist-item__price-excl{font-size:1.1rem;font-weight:400;color:rgba(var(--color-foreground),.6);line-height:1.3}.wishlist-item__prices small{font-weight:400;font-size:1.1rem}.wishlist-item__actions{display:flex;gap:.6rem}.wishlist-item__cart-btn{flex:1;width:100%;padding:.7rem 1rem;border:none;border-radius:6px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.2rem;font-weight:600;cursor:pointer;text-align:center;transition:opacity .2s ease,background .2s ease;line-height:1.4}.wishlist-item__cart-btn:hover{opacity:.88}.wishlist-item__cart-btn:disabled{opacity:.6;cursor:wait}.wishlist-item__cart-btn--success{background:#27ae60}.wishlist-empty{text-align:center;padding:6rem 2rem}.wishlist-empty__icon{margin-bottom:2rem;color:rgba(var(--color-foreground),.2)}.wishlist-empty__title{font-family:var(--font-heading-family);font-size:2.2rem;font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));margin-bottom:.8rem}.wishlist-empty__text{font-size:1.5rem;color:rgba(var(--color-foreground),.6);margin-bottom:2.5rem}.wishlist-empty__cta{display:inline-block;padding:1.2rem 3rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:var(--buttons-radius, 4px);font-size:1.4rem;font-weight:600;text-decoration:none;transition:opacity .2s ease}.wishlist-empty__cta:hover{opacity:.88}.wishlist-grid--loading .wishlist-item{opacity:.5;pointer-events:none}.card-wrapper.product-card-wrapper{position:relative}.wishlist-toolbar{display:flex;align-items:center;gap:.8rem;min-width:0;max-width:100%;padding:.4rem 0}.wishlist-toolbar .wishlist-nav{flex:1 1 auto;min-width:0}.wishlist-nav__link[role=tab]{font-family:var(--font-body-family);text-align:left}.wishlist-nav__link[role=tab] .wishlist-nav__label{min-width:0;max-width:16rem;white-space:nowrap}.wishlist-nav__link[aria-selected=true]{color:rgb(var(--color-foreground));font-weight:600;background:var(--wishlist-accent, #FF9017);border-color:var(--wishlist-accent, #FF9017)}.wishlist-nav__link[aria-selected=true] .wishlist-nav__count{background:rgba(var(--color-foreground),.15);color:rgb(var(--color-foreground))}.wishlist-nav__create{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;flex:0 0 auto;min-height:3.2rem;padding:.7rem 1.2rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:999px;background:rgb(var(--color-background));color:rgba(var(--color-foreground),.75);font-family:var(--font-body-family);font-size:1.3rem;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.wishlist-nav__create:not(:disabled):hover{color:rgb(var(--color-foreground));background:#ff901714;border-color:#ff901759}.wishlist-nav__create svg{display:block;width:14px;height:14px}@media screen and (min-width:990px){.wishlist-toolbar{flex-direction:column;align-items:stretch;gap:1.2rem;padding:0}.wishlist-nav__link[role=tab] .wishlist-nav__label{flex:1 1 auto;max-width:none}.wishlist-nav__create{justify-content:flex-start;border-radius:var(--buttons-radius, 4px);font-size:1.4rem;padding:.8rem 1.2rem}}.wishlist-group__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.8rem 1.2rem;margin:0 0 1.5rem}.wishlist-group__title{flex:1 1 12rem;min-width:0;margin:0;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.8rem;line-height:1.2;color:rgb(var(--color-foreground));overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wishlist-group__actions{display:flex;flex:0 0 auto;align-items:center;gap:.4rem}.wishlist-group-action{display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;border:1px solid rgba(var(--color-foreground),.15);border-radius:6px;background:transparent;color:rgba(var(--color-foreground),.65);cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.wishlist-group-action svg{display:block;width:16px;height:16px}.wishlist-group-action:not(:disabled):hover{color:rgb(var(--color-foreground));background:#ff901714;border-color:#ff901759}.wishlist-group-action--danger:not(:disabled):hover{color:#fa3434;background:#fa343414;border-color:#fa34344d}.wishlist-group-action--danger:focus-visible{color:#fa3434;border-color:#fa34344d}.wishlist-group-action:disabled{opacity:.6;cursor:not-allowed}.wishlist-dialog{width:min(44rem,calc(100vw - 3rem));max-width:44rem;max-height:min(80vh,60rem);padding:0;border:1px solid rgba(var(--color-foreground),.08);border-radius:6px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 4px 20px #00000026;overflow:hidden}.wishlist-dialog[open]{display:flex;flex-direction:column;animation:wishlist-dialog-in .3s ease}.wishlist-dialog::backdrop{background:rgba(var(--color-foreground, 18, 18, 18),.5)}@keyframes wishlist-dialog-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wishlist-dialog__form{display:flex;flex-direction:column;flex:1 1 auto;max-height:inherit;min-height:0;margin:0}.wishlist-dialog__header{display:flex;align-items:flex-start;gap:1.2rem;flex:0 0 auto;padding:2rem 2rem 1.2rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.wishlist-dialog__header h2{flex:1 1 auto;min-width:0;margin:0;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.8rem;line-height:1.2;overflow-wrap:anywhere}.wishlist-dialog__close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:3.2rem;height:3.2rem;padding:0;border:none;border-radius:50%;background:transparent;color:rgba(var(--color-foreground),.55);cursor:pointer;transition:color .2s ease,background .2s ease}.wishlist-dialog__close svg{display:block;width:16px;height:16px}.wishlist-dialog__close:hover{color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.08)}.wishlist-dialog__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:1.5rem 2rem;font-size:1.4rem;line-height:1.5}.wishlist-dialog__body>*+*{margin-top:1.2rem}.wishlist-dialog__footer{display:flex;flex-wrap:wrap;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:.8rem;padding:1.2rem 2rem 2rem;border-top:1px solid rgba(var(--color-foreground),.08)}.wishlist-dialog__error{margin:0 2rem 1.2rem;padding:.8rem 1.2rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:6px;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground));font-size:1.3rem;font-weight:500;line-height:1.4}.wishlist-dialog__error:empty{display:none}.wishlist-field{display:flex;flex-direction:column;gap:.4rem}.wishlist-field__label{font-size:1.6rem;font-weight:500;line-height:1.3;color:rgba(var(--color-foreground),.75)}.wishlist-field__input{box-sizing:border-box;width:100%;min-height:4.4rem;padding:.8rem 1.2rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:6px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.6rem;line-height:1.4;transition:border-color .2s ease}.wishlist-field__input::placeholder{color:rgba(var(--color-foreground),.6)}.wishlist-field__input[aria-invalid=true]{border-color:rgb(var(--color-foreground));border-width:1px}.wishlist-field__input:disabled{opacity:.6;cursor:not-allowed;background:rgba(var(--color-foreground),.03)}.wishlist-field__counter{align-self:flex-end;font-size:1.1rem;font-weight:500;line-height:1;font-variant-numeric:tabular-nums;color:rgba(var(--color-foreground),.6)}.wishlist-field:has(.wishlist-field__input[aria-invalid=true]) .wishlist-field__counter{color:rgb(var(--color-foreground));font-weight:600}.wishlist-field__error{margin:0;padding:.6rem .8rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:6px;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground));font-size:1.3rem;font-weight:500;line-height:1.4}.wishlist-field__error:empty{display:none}.wishlist-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:4.4rem;padding:.8rem 2rem;border:1px solid transparent;border-radius:6px;background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.4rem;font-weight:600;line-height:1.4;text-align:center;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,opacity .2s ease}.wishlist-button[hidden]{display:none}.wishlist-button--primary{background:rgb(var(--color-button));border-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.wishlist-button--ghost{border-color:rgba(var(--color-foreground),.15);color:rgba(var(--color-foreground),.75)}.wishlist-button--danger{color:rgb(var(--color-foreground));border-color:#fa3434}.wishlist-button--primary:not(:disabled):hover{opacity:.88}.wishlist-button--ghost:not(:disabled):hover{color:rgb(var(--color-foreground));background:#ff901714;border-color:#ff901759}.wishlist-button--danger:not(:disabled):hover{background:#fa343414;border-color:#fa34344d}.wishlist-dialog__footer .wishlist-button--danger{margin-inline-end:auto}.wishlist-button:disabled{opacity:.6;cursor:not-allowed}.wishlist-button[aria-busy=true]{color:transparent;cursor:wait}.wishlist-button[aria-busy=true]:after{content:"";position:absolute;top:50%;left:50%;width:1.6rem;height:1.6rem;margin:-.8rem 0 0 -.8rem;border:2px solid rgba(var(--color-foreground),.25);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:wishlist-spin .8s linear infinite}.wishlist-button--primary[aria-busy=true]:after{border-color:rgba(var(--color-button-text),.35);border-top-color:rgb(var(--color-button-text))}.wishlist-picker{margin:0}.wishlist-picker__list{display:flex;flex-direction:column;gap:.2rem;max-height:32rem;overflow-y:auto;list-style:none;margin:0;padding:0}.wishlist-picker__item{display:flex;align-items:center;gap:1.2rem;min-height:4.4rem;padding:.6rem .8rem;border-radius:6px;cursor:pointer;transition:background .2s ease}.wishlist-picker__item input[type=checkbox]{flex:0 0 auto;width:1.8rem;height:1.8rem;margin:0;accent-color:rgb(var(--color-foreground));cursor:inherit}.wishlist-picker__label{display:flex;align-items:center;gap:1.2rem;flex:1 1 auto;align-self:stretch;width:100%;min-width:0;font-size:1.4rem;line-height:1.3;color:rgb(var(--color-foreground));cursor:inherit}.wishlist-picker__label span:not(.wishlist-picker__hint){flex:1 1 auto;min-width:0;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wishlist-picker__hint{flex:0 1 auto;min-width:0;font-size:1.1rem;font-weight:500;line-height:1.4;overflow-wrap:anywhere;color:rgba(var(--color-foreground),.6)}.wishlist-picker__item:has(input:not(:disabled)):hover{background:#ff901714}.wishlist-picker__item:has(input:checked){background:#ff901714}.wishlist-picker__item:has(input:checked) .wishlist-picker__label{font-weight:600}.wishlist-picker__item:has(input:disabled){opacity:.6;cursor:not-allowed;background:transparent}.wishlist-item__group-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:3.2rem;padding:.6rem .8rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:6px;background:transparent;color:rgba(var(--color-foreground),.65);font-family:var(--font-body-family);font-size:1.2rem;font-weight:500;line-height:1.4;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .2s ease,background .2s ease,border-color .2s ease}.wishlist-item__group-btn svg{display:block;flex:0 0 auto;width:14px;height:14px}.wishlist-item__group-btn>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wishlist-item__group-btn:not(:disabled):hover{color:rgb(var(--color-foreground));background:#ff901714;border-color:#ff901759}.wishlist-item__group-btn:disabled{opacity:.6;cursor:not-allowed}.wishlist-item__actions:has(.wishlist-item__group-btn){flex-wrap:wrap}.wishlist-item__actions:has(.wishlist-item__group-btn)>*{flex:1 1 100%;min-width:0}.wishlist-status{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.wishlist-page__notice{margin:0 0 2rem;padding:1.2rem 1.5rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:6px;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground));font-size:1.4rem;line-height:1.5}.wishlist-page__notice:empty{display:none}.wishlist-empty--group{padding:3rem 2rem;border:1px solid rgba(var(--color-foreground),.08);border-radius:6px}.wishlist-empty--group .wishlist-empty__icon{margin-bottom:1.2rem}.wishlist-empty--group .wishlist-empty__title{font-size:1.8rem}.wishlist-empty--group .wishlist-empty__text{font-size:1.4rem;margin-bottom:1.5rem}.wishlist-group__header--editing{align-items:center}.wishlist-group__header--editing .wishlist-field{flex:1 1 20rem;min-width:0}.wishlist-nav__create:focus-visible,.wishlist-group-action:focus-visible,.wishlist-dialog__close:focus-visible,.wishlist-field__input:focus-visible,.wishlist-button:focus-visible,.wishlist-item__group-btn:focus-visible,.wishlist-picker__item:has(input:focus-visible){outline:2px solid rgb(var(--color-foreground));outline-offset:2px}@media(prefers-reduced-motion:reduce){.wishlist-nav__link,.wishlist-item,.wishlist-item__cart-btn,.wishlist-item__remove,.wishlist-nav__create,.wishlist-group-action,.wishlist-dialog__close,.wishlist-field__input,.wishlist-button,.wishlist-picker__item,.wishlist-item__group-btn{transition:none}.wishlist-heart--animate,.wishlist-dialog[open]{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/wishlist.css.map */
