:root{--sg-wl-gold: #B89968;--sg-wl-gold-deep: #9c7f52;--sg-wl-ink: #3C3835;--sg-wl-muted: #6b6560;--sg-wl-bg: #FAF7F2;--sg-wl-hairline: rgba(184, 153, 104, .3);--sg-wl-ease: cubic-bezier(.22, .61, .36, 1);--sg-wl-mark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12a1 1 0 0 1 1 1v17l-7-4.6L5 21V4a1 1 0 0 1 1-1z'/%3E%3C/svg%3E")}.grid-product__image-mask{position:relative}.grid-product .swym-button-bar,.grid-product .swym-wishlist-grid-button{display:none!important}.sg-save{-webkit-appearance:none;appearance:none;margin:0;padding:0;border:0;background:none;cursor:pointer;color:var(--sg-wl-gold);font:inherit;line-height:0}.sg-save:focus-visible{outline:2px solid var(--sg-wl-gold);outline-offset:2px}.sg-save--grid{position:absolute;top:10px;right:10px;z-index:3;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#faf7f2eb;box-shadow:0 1px 3px #3c38351a;opacity:0;transform:translateY(-2px);transition:opacity .18s var(--sg-wl-ease),transform .18s var(--sg-wl-ease),background-color .18s var(--sg-wl-ease)}.sg-save--grid svg{width:17px;height:17px;display:block;stroke:var(--sg-wl-gold);stroke-width:1.5;fill:none;transition:fill .22s var(--sg-wl-ease),stroke .22s var(--sg-wl-ease)}.grid-product:hover .sg-save--grid,.sg-save--grid:focus-visible{opacity:1;transform:translateY(0)}.sg-save--grid:hover{background:#fff}.sg-save.is-saved svg{fill:var(--sg-wl-gold);stroke:var(--sg-wl-gold)}.sg-save--grid.is-saved{opacity:1;transform:translateY(0)}.sg-save.is-busy{pointer-events:none;opacity:.6}@media(hover:none),(pointer:coarse){.sg-save--grid{opacity:1;transform:none;width:44px;height:44px;top:8px;right:8px}.sg-save--grid svg{width:19px;height:19px}}@media(prefers-reduced-motion:reduce){.sg-save--grid{transition:opacity 1ms linear;transform:none}}.swym-button-bar.swym-wishlist-button-bar{display:inline-flex!important;align-items:center;gap:8px;margin:14px 0 0}button.swym-button.swym-add-to-wishlist{display:inline-flex!important;align-items:center;justify-content:center;gap:9px;width:auto!important;height:auto!important;min-height:44px;padding:0 4px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--sg-wl-gold)!important;transition:color .18s var(--sg-wl-ease)}button.swym-button.swym-add-to-wishlist.swym-icon,button.swym-button.swym-add-to-wishlist.swym-heart{background-image:none!important}button.swym-button.swym-add-to-wishlist:before{content:"";width:17px;height:17px;flex:0 0 17px;background-color:currentColor;-webkit-mask:var(--sg-wl-mark) center / contain no-repeat;mask:var(--sg-wl-mark) center / contain no-repeat}button.swym-button.swym-add-to-wishlist .swym-wishlist-cta{display:inline!important;font-family:Cormorant Garamond,Cormorant,Georgia,serif;font-size:15px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--sg-wl-ink);transition:color .18s var(--sg-wl-ease)}button.swym-button.swym-add-to-wishlist:hover .swym-wishlist-cta{color:var(--sg-wl-gold-deep)}button.swym-button.swym-add-to-wishlist.swym-added{color:var(--sg-wl-gold-deep)!important}.swym-fave-count{font-family:Cormorant Garamond,Cormorant,Georgia,serif;font-size:14px;color:var(--sg-wl-muted);border:0!important;background:none!important;padding:0!important;min-width:0!important}.swym-fave-count[data-count="0"]{display:none!important}.sg-save-header{position:relative}.sg-save-header .sg-save-header__count{font-family:Cormorant Garamond,Cormorant,Georgia,serif;font-size:13px;font-weight:600;letter-spacing:.06em;color:var(--sg-wl-gold);margin-left:5px}.sg-save-header .sg-save-header__count:empty{display:none}.sg-save-header svg{stroke:currentColor;stroke-width:1.6;fill:none;transition:fill .22s var(--sg-wl-ease)}.sg-save-header.has-items svg{fill:var(--sg-wl-gold);stroke:var(--sg-wl-gold)}#swym-plugin #swym-anchor{display:none!important}.sg-save-pill{position:fixed;left:12px;bottom:12px;z-index:9999;display:none;align-items:center;gap:9px;height:44px;padding:0 16px;border:1px solid var(--sg-wl-hairline);border-radius:999px;background:var(--sg-wl-bg);box-shadow:0 4px 16px #3c383524;color:var(--sg-wl-ink);text-decoration:none;white-space:nowrap;opacity:0;transform:translateY(8px);transition:opacity .28s var(--sg-wl-ease),transform .28s var(--sg-wl-ease),padding .32s var(--sg-wl-ease)}.sg-save-pill.is-visible{display:flex}.sg-save-pill.is-shown{opacity:1;transform:translateY(0)}.sg-save-pill svg{width:16px;height:16px;flex:0 0 16px;stroke:var(--sg-wl-gold);fill:var(--sg-wl-gold);stroke-width:1.5}.sg-save-pill__label{font-family:Cormorant Garamond,Cormorant,Georgia,serif;font-size:14px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;transition:opacity .2s var(--sg-wl-ease)}.sg-save-pill.is-collapsed{padding:0;width:44px;justify-content:center}.sg-save-pill.is-collapsed .sg-save-pill__label{opacity:0;width:0;overflow:hidden}@media(prefers-reduced-motion:reduce){.sg-save-pill{transition:opacity 1ms linear;transform:none}}.swym-atw-nudge,.swym-ui-component.swym-atw-nudge{font-family:Cormorant Garamond,Cormorant,Georgia,serif!important;border:1px solid var(--sg-wl-hairline)!important;border-radius:2px!important;background:var(--sg-wl-bg)!important;box-shadow:0 6px 24px #3c383521!important}.swym-atw-nudge .swym-nudge-cta,.swym-atw-nudge button[class*=cta],.swym-atw-nudge .swym-button{background:var(--sg-wl-ink)!important;border:0!important;border-radius:0!important;color:#fff!important;font-family:Cormorant Garamond,Cormorant,Georgia,serif!important;font-size:14px!important;font-weight:600!important;letter-spacing:.16em!important;text-transform:uppercase!important}@media screen and (max-width:749px){.swym-atw-nudge,.swym-ui-component.swym-atw-nudge{top:auto!important;bottom:12px!important;left:12px!important;right:12px!important;width:auto!important;max-width:none!important}.swym-atw-nudge.swym-is-visible~.sg-save-pill{display:none!important}}.sg-save-toast{position:fixed;left:50%;bottom:24px;z-index:10000;transform:translate(-50%,10px);display:flex;align-items:center;gap:10px;max-width:calc(100vw - 32px);padding:12px 20px;border:1px solid var(--sg-wl-hairline);background:var(--sg-wl-bg);box-shadow:0 6px 24px #3c383529;color:var(--sg-wl-ink);font-family:Cormorant Garamond,Cormorant,Georgia,serif;font-size:15px;letter-spacing:.04em;opacity:0;pointer-events:none;transition:opacity .22s var(--sg-wl-ease),transform .22s var(--sg-wl-ease)}.sg-save-toast.is-shown{opacity:1;transform:translate(-50%);pointer-events:auto}.sg-save-toast a{color:var(--sg-wl-gold-deep);text-decoration:none;border-bottom:1px solid var(--sg-wl-hairline);font-style:italic}@media screen and (max-width:749px){.sg-save-toast{bottom:68px}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/sg-wishlist.css.map */
