.product-form__buttons .fadrop-wishlist-button{width:100%;min-height:5rem;margin-top:1rem;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:.1rem solid #111111;border-radius:var(--buttons-radius, .4rem);color:#111;cursor:pointer;font:inherit;font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:1.2;text-align:center;text-decoration:none;transition:background .16s ease,border-color .16s ease,color .16s ease}.product-form__buttons .fadrop-wishlist-button:hover,.product-form__buttons .fadrop-wishlist-button:focus-visible,.product-form__buttons .fadrop-wishlist-button.is-active{background:#f6f6f6;border-color:#000;color:#000}.fadrop-wishlist-modal[hidden]{display:none}.fadrop-wishlist-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999}.fadrop-wishlist-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#000000b8;cursor:pointer}.fadrop-wishlist-modal__panel{position:absolute;top:0;right:0;width:min(64rem,36vw);min-width:44rem;max-width:calc(100vw - 3.2rem);margin:0;padding:3.2rem 4.2rem 4.2rem;background:#fff;color:#111;box-shadow:0 2rem 5rem #0000002e}.fadrop-wishlist-modal__close{position:absolute;top:2rem;right:2.6rem;width:3.2rem;height:3.2rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#111;cursor:pointer}.fadrop-wishlist-modal__close svg{width:2.4rem;height:2.4rem;stroke:currentColor}.fadrop-wishlist-modal__title{margin:0 4rem 2.4rem 0;display:flex;align-items:center;gap:1rem;font-size:1.8rem;font-weight:800;line-height:1.2}.fadrop-wishlist-modal__check{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#0a8f08;color:#fff;flex:0 0 auto}.fadrop-wishlist-modal__check svg{width:1.3rem;height:1.3rem;stroke:currentColor}.fadrop-wishlist-modal__item{display:grid;grid-template-columns:11rem 1fr;gap:1.8rem;align-items:start;margin-bottom:4rem}.fadrop-wishlist-modal__image{width:11rem;height:11rem;display:block;object-fit:contain;background:#f2f2f2}.fadrop-wishlist-modal__name{margin:0 0 .8rem;color:#111;font-size:1.8rem;font-weight:800;line-height:1.25}.fadrop-wishlist-modal__price{margin:0;color:#111;font-size:1.7rem;font-weight:700;line-height:1.3}.fadrop-wishlist-modal__view{width:100%;min-height:5.8rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999rem;background:#000;color:#fff;font-size:1.8rem;font-weight:800;text-decoration:none}.fadrop-wishlist-page{padding-top:3rem;padding-bottom:6rem}.fadrop-wishlist-page__header{margin-bottom:2.4rem;display:flex;align-items:center;justify-content:space-between;gap:1.6rem}.fadrop-wishlist-page__controls{display:inline-flex;align-items:center;gap:1.4rem}.fadrop-wishlist-page__controls[hidden]{display:none}.fadrop-wishlist-view-toggle{display:inline-flex;align-items:center;gap:.9rem}.fadrop-wishlist-view-toggle__button,.fadrop-wishlist-edit{width:2.8rem;height:2.8rem;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:0;background:transparent;color:#111;cursor:pointer;line-height:1}.fadrop-wishlist-view-toggle__button:hover,.fadrop-wishlist-view-toggle__button:focus-visible,.fadrop-wishlist-view-toggle__button.is-active,.fadrop-wishlist-edit:hover,.fadrop-wishlist-edit:focus-visible,.fadrop-wishlist-edit.is-active{background:transparent;color:#111}.fadrop-wishlist-view-toggle__button svg,.fadrop-wishlist-edit svg{width:1.5rem;height:1.5rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.fadrop-wishlist-empty{max-width:48rem;padding:3rem 0}.fadrop-wishlist-empty[hidden],.fadrop-wishlist-grid[hidden],.fadrop-wishlist-edit[hidden],.fadrop-wishlist-page__controls[hidden]{display:none}.fadrop-wishlist-empty p{margin:0 0 1.6rem;font-size:1.6rem}.fadrop-wishlist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3.6rem 1.5rem}.fadrop-wishlist-card{position:relative;min-width:0}.fadrop-wishlist-card__image-link{display:flex;align-items:center;justify-content:center;margin-bottom:1.6rem;background:#f2f2f2;border-radius:var(--product-card-corner-radius, 1rem);overflow:hidden;aspect-ratio:1 / 1}.fadrop-wishlist-card__image{width:100%;height:100%;display:block;object-fit:contain}.fadrop-wishlist-card__title{margin:0 0 .5rem;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:calc(var(--font-heading-scale) * 1.3rem);font-weight:var(--font-heading-weight);line-height:calc(1 + .3/max(1,var(--font-heading-scale)));letter-spacing:0}.fadrop-wishlist-card__title a{color:inherit;text-decoration:none}.fadrop-wishlist-card__title a:hover{text-decoration:underline;text-underline-offset:.3rem}.fadrop-wishlist-card__price{margin:.5rem 0 1.2rem;color:rgb(var(--color-foreground));font-size:1.6rem;font-weight:400;line-height:calc(1 + .5 / var(--font-body-scale));letter-spacing:.1rem}.fadrop-wishlist-card__swatches{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center;min-height:2.6rem}.fadrop-wishlist-card__swatch{width:2.6rem;height:2.6rem;display:inline-block;border:.1rem solid #d6d6d6;border-radius:999rem;background:var(--fadrop-swatch, #f2f2f2);box-shadow:inset 0 0 0 .2rem #fff}.fadrop-wishlist-card__actions{position:absolute;top:.9rem;right:.9rem;z-index:2;pointer-events:none}.fadrop-wishlist-card__view{display:none}.fadrop-wishlist-card__remove{width:3.6rem;height:3.6rem;padding:0;display:none;align-items:center;justify-content:center;border:0;border-radius:999rem;background:#ffffffeb;color:#d80000;cursor:pointer;pointer-events:auto;box-shadow:0 .2rem .8rem #0000001f}.fadrop-wishlist-page.is-editing .fadrop-wishlist-card__remove{display:inline-flex}.fadrop-wishlist-card__remove svg{width:1.8rem;height:1.8rem;stroke:currentColor}@media screen and (max-width:749px){.product-form__buttons .fadrop-wishlist-button{min-height:4.7rem;font-size:1.4rem}.fadrop-wishlist-modal__panel{top:auto;right:0;bottom:0;width:100%;min-width:0;max-width:none;padding:2.4rem 2rem 3rem}.fadrop-wishlist-modal__item{grid-template-columns:8.8rem 1fr;gap:1.4rem}.fadrop-wishlist-modal__image{width:8.8rem;height:8.8rem}.fadrop-wishlist-page__header{align-items:flex-start}.fadrop-wishlist-grid{gap:3rem 1.2rem}.fadrop-wishlist-card__title{font-size:calc(var(--font-heading-scale) * 1.2rem)}.fadrop-wishlist-card__swatch{width:2.2rem;height:2.2rem}.fadrop-wishlist-card__remove{width:3.2rem;height:3.2rem}}@media screen and (min-width:990px){.fadrop-wishlist-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:4rem 2rem}}.fadrop-wishlist-page.is-list-view .fadrop-wishlist-grid{grid-template-columns:1fr;gap:2rem}.fadrop-wishlist-page.is-list-view .fadrop-wishlist-card{display:grid;grid-template-columns:minmax(9.6rem,18rem) 1fr;column-gap:1.6rem;align-content:center;align-items:center}.fadrop-wishlist-page.is-list-view .fadrop-wishlist-card__image-link{grid-column:1;grid-row:1 / span 3;margin-bottom:0}.fadrop-wishlist-page.is-list-view .fadrop-wishlist-card__title,.fadrop-wishlist-page.is-list-view .fadrop-wishlist-card__price,.fadrop-wishlist-page.is-list-view .fadrop-wishlist-card__swatches{grid-column:2}.fadrop-wishlist-page.is-list-view .fadrop-wishlist-card__title{align-self:end}.fadrop-wishlist-page.is-list-view .fadrop-wishlist-card__price{align-self:center;margin-top:.4rem;margin-bottom:1rem}.fadrop-wishlist-page.is-list-view .fadrop-wishlist-card__swatches{align-self:start}@media screen and (max-width:749px){.fadrop-wishlist-page.is-list-view .fadrop-wishlist-card{grid-template-columns:12.8rem 1fr;column-gap:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/fadrop-wishlist.css.map */
