.v2-favorites{position:relative;padding-top:var(--v2-fav-padding-top, 144px);padding-bottom:var(--v2-fav-padding-bottom, 144px);overflow:hidden;background-color:var(--v2-paper)}.v2-favorites--bg-ivory{background-color:var(--v2-paper)}.v2-favorites--bg-cream{background-color:var(--v2-cream)}.v2-favorites--bg-bone{background-color:var(--v2-bone)}.v2-favorites--bg-rose{background-color:var(--v2-rose-soft)}.v2-favorites__bg{display:block!important;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.v2-favorites__bg-layer{display:block!important;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .9s var(--v2-ease)}.v2-favorites__bg-layer.is-active{opacity:1}.v2-favorites__bg-color{display:block!important;position:absolute;top:0;bottom:0;left:0;width:var(--v2-fav-panel-width, 50%);background-color:var(--v2-green-dark, #2d5348)}.v2-favorites__bg-image{display:block!important;position:absolute;top:0;bottom:0;right:0;width:calc(100% - var(--v2-fav-panel-width, 50%));background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.08);transition:transform 1.6s var(--v2-ease);will-change:transform}.v2-favorites__bg-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0f1e18b3;pointer-events:none}.v2-favorites__bg-layer.is-active .v2-favorites__bg-image{transform:scale(1)}@media screen and (max-width:989px){.v2-favorites__bg-color{width:100%;height:100%;bottom:auto}.v2-favorites__bg-image{display:none!important}.v2-favorites__image-wrap{aspect-ratio:4 / 5;max-height:60vh}.v2-favorites__text-col{align-items:flex-start}.v2-favorites__heading{color:var(--v2-paper)!important}}.v2-favorites__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;min-height:65vh}@media screen and (min-width:990px){.v2-favorites__inner{grid-template-columns:minmax(0,1fr) minmax(0,1.3fr) minmax(0,1fr);gap:3rem}}.v2-favorites__list-col{display:flex;flex-direction:column;gap:1.5rem;color:var(--v2-paper)}.v2-favorites__eyebrow{margin:0;color:var(--v2-gold-soft);letter-spacing:var(--v2-track-extra);text-transform:uppercase;font-size:var(--v2-size-xs)}.v2-favorites__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.v2-favorites__item{margin:0}.v2-favorites__link{display:inline-flex;align-items:baseline;gap:1.25rem;padding:.4rem 0;font-family:var(--v2-font-display);font-size:clamp(2rem,3.5vw,3rem);line-height:1.1;color:#ffffff8c;text-decoration:none;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;transition:color .3s var(--v2-ease);position:relative}.v2-favorites__link:hover,.v2-favorites__link.is-active{color:var(--v2-paper);font-style:italic}.v2-favorites__label{position:relative}.v2-favorites__link.is-active .v2-favorites__label:after{content:"";position:absolute;left:0;right:0;bottom:-.18em;height:1px;background:var(--v2-gold-soft)}.v2-favorites__num{font-family:var(--v2-font-body);font-size:.78rem;font-weight:500;letter-spacing:var(--v2-track-extra);color:#ffffff8c;flex-shrink:0;width:1.5rem;font-style:normal!important;text-transform:none}.v2-favorites__link.is-active .v2-favorites__num,.v2-favorites__link:hover .v2-favorites__num{color:var(--v2-paper)}.v2-favorites__image-col{display:flex;align-items:center;justify-content:center}.v2-favorites__image-wrap{position:relative;width:100%;aspect-ratio:3 / 4;max-height:75vh;background-color:var(--v2-bone);overflow:hidden;box-shadow:0 12px 40px #00000026}.v2-favorites__image{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .6s var(--v2-ease)}.v2-favorites__image.is-active{opacity:1}.v2-favorites__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.v2-favorites__img--placeholder{display:flex!important;align-items:center;justify-content:center;color:var(--v2-mist)}.v2-favorites__text-col{display:flex;flex-direction:column;gap:1.5rem;color:var(--v2-paper);max-width:32rem}.v2-favorites__heading{margin:0;font-family:var(--v2-font-display);font-weight:400;color:#fff;font-size:clamp(2rem,3vw,2.75rem);line-height:1.1;letter-spacing:0;text-shadow:0 1px 18px rgba(0,0,0,.35)}.v2-favorites__heading p{margin:0;font:inherit;color:inherit}.v2-favorites__heading em{font-family:var(--v2-font-display);font-style:italic;font-weight:400;color:#a89968}.v2-favorites__body{margin:0;color:#ffffffd9;font-family:var(--v2-font-body);font-size:1rem;line-height:1.65;text-shadow:0 1px 14px rgba(0,0,0,.3)}.v2-favorites__body p{margin:0;font:inherit;color:inherit}.v2-favorites__cta{margin-top:.75rem;align-self:flex-start;color:var(--v2-paper)!important;font-family:var(--v2-font-body);font-size:.78rem;font-weight:500;letter-spacing:var(--v2-track-extra);text-transform:uppercase;text-decoration:none;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.4);display:inline-flex;align-items:center;gap:.65rem;transition:border-color .25s var(--v2-ease),gap .25s var(--v2-ease)}.v2-favorites__cta:hover{border-color:var(--v2-gold-soft);gap:.95rem}.v2-favorites__cta .v2-link__arrow{display:inline-block;transition:transform .25s var(--v2-ease)}.v2-favorites__cta:hover .v2-link__arrow{transform:translate(3px)}.v2-favorites__hotspot{position:absolute;transform:translate(-50%,-50%);width:32px;height:32px;padding:0;border:0;background:transparent;cursor:pointer;z-index:3;opacity:0;pointer-events:none;transition:opacity .5s var(--v2-ease) .3s}.v2-favorites__image.is-active .v2-favorites__hotspot{opacity:1;pointer-events:auto}.v2-favorites__hotspot-dot,.v2-favorites__hotspot-pulse{position:absolute;top:50%;left:50%;border-radius:50%;transform:translate(-50%,-50%)}.v2-favorites__hotspot-dot{width:14px;height:14px;background:#fffffff2;box-shadow:0 0 0 1px #00000014,0 2px 6px #0000002e;z-index:2}.v2-favorites__hotspot-pulse{width:14px;height:14px;background:#ffffffd9;z-index:1;animation:v2-fav-pulse 2.2s var(--v2-ease) infinite}@keyframes v2-fav-pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.85}70%{transform:translate(-50%,-50%) scale(2.4);opacity:0}to{transform:translate(-50%,-50%) scale(2.4);opacity:0}}.v2-favorites__hotspot:hover .v2-favorites__hotspot-dot{background:var(--v2-gold-soft);transform:translate(-50%,-50%) scale(1.15);transition:transform .25s var(--v2-ease),background .25s var(--v2-ease)}.v2-favorites__hotspot:focus-visible{outline:2px solid var(--v2-gold-dark);outline-offset:4px;border-radius:50%}.v2-favorites__hotspot-tooltip{position:absolute;bottom:calc(100% + 14px);left:50%;transform:translate(-50%);white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis;padding:.55rem .95rem;background-color:#fffffff5;color:var(--v2-green-dark);font-family:var(--v2-font-body);font-size:.7rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;pointer-events:none;box-shadow:0 4px 18px #0000001f;transition:transform .25s var(--v2-ease)}.v2-favorites__hotspot-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid rgba(255,255,255,.96)}.v2-favorites__hotspot:hover .v2-favorites__hotspot-tooltip{transform:translate(-50%) translateY(-3px)}.v2-favorites__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;pointer-events:none;transition:opacity .3s var(--v2-ease)}.v2-favorites__modal[hidden]{display:none}.v2-favorites__modal.is-open{opacity:1;pointer-events:auto}.v2-favorites__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#141e1a99;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);cursor:pointer}.v2-favorites__modal-dialog{position:relative;display:grid;grid-template-columns:1fr;gap:0;width:100%;max-width:760px;max-height:90vh;background:var(--v2-paper);overflow:hidden;transform:translateY(20px) scale(.98);transition:transform .4s var(--v2-ease);box-shadow:0 20px 60px #00000040}.v2-favorites__modal.is-open .v2-favorites__modal-dialog{transform:translateY(0) scale(1)}@media screen and (min-width:750px){.v2-favorites__modal-dialog{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr)}}.v2-favorites__modal-close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffeb;border:0;border-radius:50%;cursor:pointer;z-index:5;color:var(--v2-green-dark);transition:background .2s var(--v2-ease),transform .2s var(--v2-ease)}.v2-favorites__modal-close:hover{background:var(--v2-paper);transform:scale(1.08)}.v2-favorites__modal-media{position:relative;background:var(--v2-bone);aspect-ratio:1 / 1;overflow:hidden}@media screen and (min-width:750px){.v2-favorites__modal-media{aspect-ratio:auto;height:100%}}.v2-favorites__modal-img{width:100%;height:100%;object-fit:cover;display:block}.v2-favorites__modal-content{display:flex;flex-direction:column;gap:.85rem;padding:clamp(1.5rem,3vw,2.5rem);overflow-y:auto}.v2-favorites__modal-eyebrow{margin:0;display:inline-flex;align-items:center;gap:.65rem;color:var(--v2-gold-dark)}.v2-favorites__modal-eyebrow .v2-divider{width:18px;height:1px;background:currentColor}.v2-favorites__modal-title{margin:0;font-weight:400;color:var(--v2-green-dark)}.v2-favorites__modal-price{margin:0;font-family:var(--v2-font-body);font-size:1.1rem;color:var(--v2-gold-dark);display:flex;align-items:center;gap:.65rem}.v2-favorites__modal-compare{text-decoration:line-through;color:var(--v2-stone);font-size:.95rem}.v2-favorites__modal-desc{color:var(--v2-stone);font-size:.95rem;line-height:1.55}.v2-favorites__modal-cta{margin-top:.5rem;align-self:flex-start}html.v2-fav-modal-lock,body.v2-fav-modal-lock{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-v2-favorites.css.map */
