.bv-saved-look-drawer{padding:0;border:0;background:transparent;max-width:100vw;max-height:100vh;width:100%;height:100%;margin:0;top:0;right:0;bottom:0;left:0;color:var(--bv-text-primary)}.bv-saved-look-drawer::backdrop{background:#0000007a;opacity:0;animation:bv-saved-look-scrim-fade-in .28s ease forwards}@keyframes bv-saved-look-scrim-fade-in{to{opacity:1}}.bv-saved-look-drawer__panel{position:fixed;left:0;right:0;bottom:0;background:var(--bv-bg-surface, var(--bv-bg-canvas));color:var(--bv-text-primary);display:flex;flex-direction:column;height:92vh;max-height:92vh;width:100%;border-radius:var(--bv-radius-crisp) var(--bv-radius-crisp) 0 0;box-shadow:var(--bv-shadow-modal);overflow:hidden;transform:translateY(100%);animation:bv-saved-look-slide-up .32s cubic-bezier(.32,.08,.24,1) forwards}@keyframes bv-saved-look-slide-up{to{transform:translateY(0)}}@media(min-width:750px){.bv-saved-look-drawer__panel{top:0;bottom:0;right:0;left:auto;height:100vh;max-height:100vh;width:520px;max-width:92vw;border-radius:0;transform:translate(100%);animation:bv-saved-look-slide-left .32s cubic-bezier(.32,.08,.24,1) forwards}}@keyframes bv-saved-look-slide-left{to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.bv-saved-look-drawer__panel,.bv-saved-look-drawer::backdrop{animation:none;transform:none;opacity:1}}.bv-saved-look-drawer__header{position:relative;flex-shrink:0}.bv-saved-look-drawer__close{position:absolute;top:var(--bv-space-12);right:var(--bv-space-12);z-index:2;-webkit-appearance:none;appearance:none;background:#ffffffeb;border:0;border-radius:var(--bv-radius-full);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--bv-font-sans);font-size:1.5rem;line-height:1;color:var(--bv-text-primary);cursor:pointer}.bv-saved-look-drawer__close:focus-visible{outline:2px solid var(--bv-border-focus);outline-offset:2px}.bv-saved-look-drawer__hero{margin:0;position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--bv-bg-subtle)}.bv-saved-look-drawer__hero-img{width:100%;height:100%;object-fit:cover;border-radius:var(--bv-radius-none);display:block}.bv-saved-look-drawer__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bv-protection-gradient);pointer-events:none}.bv-saved-look-drawer__hero-cap{position:absolute;left:var(--bv-space-16);top:var(--bv-space-16);z-index:1;margin:0}.bv-saved-look-drawer__occasion{display:inline-block;background:var(--bv-color-ink);color:var(--bv-bg-canvas);padding:var(--bv-space-4) var(--bv-space-12);font-family:var(--bv-font-sans);font-size:var(--bv-type-label-size);line-height:var(--bv-type-label-lh);font-weight:var(--bv-type-label-weight);letter-spacing:var(--bv-type-label-track);text-transform:uppercase;border-radius:var(--bv-radius-none)}.bv-saved-look-drawer__occasion:empty{display:none}.bv-saved-look-drawer__intro{padding:var(--bv-space-16) var(--bv-space-24) var(--bv-space-12);display:flex;flex-direction:column;gap:var(--bv-space-4)}.bv-saved-look-drawer__title{font-family:var(--bv-font-display);font-size:var(--bv-type-h3-size);line-height:var(--bv-type-h3-lh);font-weight:var(--bv-type-h3-weight);margin:0}.bv-saved-look-drawer__pieces{margin:0;font-family:var(--bv-font-sans);font-size:var(--bv-type-body-s-size);line-height:var(--bv-type-body-s-lh);color:var(--bv-text-secondary)}.bv-saved-look-drawer__subline{margin:0;font-family:var(--bv-font-sans);font-size:var(--bv-type-caption-size);line-height:var(--bv-type-caption-lh);letter-spacing:var(--bv-type-caption-track);color:var(--bv-text-muted);text-transform:uppercase}.bv-saved-look-drawer__subline:empty{display:none}.bv-saved-look-drawer__body{flex:1 1 auto;overflow-y:auto;padding:var(--bv-space-12) var(--bv-space-24) var(--bv-space-24);-webkit-overflow-scrolling:touch}.bv-saved-look-drawer__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--bv-space-12)}.bv-saved-look-drawer__body[data-bv-saved-look-mode=swap-fallback] .bv-saved-look-drawer__items,.bv-saved-look-drawer__body[data-bv-saved-look-mode=list] .bv-saved-look-drawer__swap-fallback-host{display:none}.bv-saved-look-drawer__footer{flex-shrink:0;padding:var(--bv-space-16) var(--bv-space-24) var(--bv-space-24);background:var(--bv-bg-surface);border-top:1px solid var(--bv-border-default);display:flex;flex-direction:column;gap:var(--bv-space-12)}.bv-saved-look-drawer__total{display:flex;justify-content:space-between;align-items:baseline;font-family:var(--bv-font-sans)}.bv-saved-look-drawer__total-label{text-transform:uppercase;letter-spacing:var(--bv-type-label-track);font-size:var(--bv-type-label-size);color:var(--bv-text-secondary);font-weight:var(--bv-type-label-weight)}.bv-saved-look-drawer__total-value{font-family:var(--bv-font-sans);font-feature-settings:var(--bv-font-feat-tabular);font-size:var(--bv-type-h4-size);font-weight:500;color:var(--bv-text-primary)}.bv-saved-look-drawer__error{margin:0;padding:var(--bv-space-8) var(--bv-space-12);background:var(--bv-color-warning-soft);color:var(--bv-color-warning);border-radius:var(--bv-radius-crisp);font-family:var(--bv-font-sans);font-size:var(--bv-type-body-s-size);line-height:var(--bv-type-body-s-lh)}.bv-saved-look-drawer__cta-row{display:flex;flex-direction:column;gap:var(--bv-space-8)}@media(min-width:750px){.bv-saved-look-drawer__cta-row{flex-direction:row}}.bv-saved-look-drawer__cta{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:var(--bv-space-8);padding:var(--bv-space-12) var(--bv-space-20);min-height:48px;font-family:var(--bv-font-sans);font-size:var(--bv-type-button-size);line-height:var(--bv-type-button-lh);letter-spacing:var(--bv-type-button-track);font-weight:var(--bv-type-button-weight);cursor:pointer;text-transform:none;flex:1 1 auto;white-space:nowrap;border-radius:var(--bv-radius-none);transition:background-color .12s ease,color .12s ease}.bv-saved-look-drawer__cta:focus-visible{outline:2px solid var(--bv-border-focus);outline-offset:2px}.bv-saved-look-drawer__cta--primary{background:var(--bv-btn-primary-bg, var(--bv-color-ink));color:var(--bv-btn-primary-text, var(--bv-bg-canvas));border:1px solid var(--bv-btn-primary-bg, var(--bv-color-ink))}.bv-saved-look-drawer__cta--primary:hover{background:var(--bv-btn-primary-bg-hover, var(--bv-color-ink))}.bv-saved-look-drawer__cta--primary:disabled{opacity:.6;cursor:progress}.bv-saved-look-drawer__cta--share{background:var(--bv-bg-canvas);color:var(--bv-text-primary);border:1px solid var(--bv-border-default)}.bv-saved-look-drawer__cta--share:hover{background:var(--bv-bg-subtle)}@media(prefers-reduced-motion:reduce){.bv-saved-look-drawer__cta{transition:none}}.bv-saved-look-line-item{display:grid;grid-template-columns:72px 1fr;gap:var(--bv-space-12);padding-block:var(--bv-space-12);border-block-end:1px solid var(--bv-border-default)}.bv-saved-look-line-item:last-child{border-block-end:0}.bv-saved-look-line-item[data-availability=sold_out]{opacity:.7}.bv-saved-look-line-item__media{display:block;width:72px;height:92px;overflow:hidden;background:var(--bv-bg-subtle);border-radius:var(--bv-radius-none)}.bv-saved-look-line-item__thumb{width:100%;height:100%;object-fit:cover;border-radius:var(--bv-radius-none);display:block}.bv-saved-look-line-item__body{display:flex;flex-direction:column;gap:var(--bv-space-4);min-width:0}.bv-saved-look-line-item__title{font-family:var(--bv-font-sans);font-size:var(--bv-type-product-title-size);line-height:var(--bv-type-product-title-lh);font-weight:var(--bv-type-product-title-weight);color:var(--bv-text-primary);text-decoration:none;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.bv-saved-look-line-item__title:hover{text-decoration:underline}.bv-saved-look-line-item__title:focus-visible{outline:2px solid var(--bv-border-focus);outline-offset:2px}.bv-saved-look-line-item__meta{margin:0;font-family:var(--bv-font-sans);font-size:var(--bv-type-product-meta-size);line-height:var(--bv-type-product-meta-lh);color:var(--bv-text-muted);display:flex;gap:var(--bv-space-8);flex-wrap:wrap}.bv-saved-look-line-item__size:empty,.bv-saved-look-line-item__color:empty{display:none}.bv-saved-look-line-item__price{margin:0;font-family:var(--bv-font-sans);font-size:var(--bv-type-price-size);line-height:var(--bv-type-price-lh);font-feature-settings:var(--bv-font-feat-tabular);letter-spacing:var(--bv-type-price-track);color:var(--bv-text-primary);font-weight:var(--bv-type-price-weight)}.bv-saved-look-line-item__availability{margin:0;font-family:var(--bv-font-sans);font-size:var(--bv-type-caption-size);line-height:var(--bv-type-caption-lh);color:var(--bv-color-warning);letter-spacing:var(--bv-type-caption-track)}.bv-saved-look-line-item__actions{display:flex;gap:var(--bv-space-12);align-items:center;margin-block-start:var(--bv-space-4)}.bv-saved-look-line-item__action{-webkit-appearance:none;appearance:none;background:transparent;border:0;padding:var(--bv-space-4) 0;font-family:var(--bv-font-sans);font-size:var(--bv-type-body-s-size);line-height:var(--bv-type-body-s-lh);color:var(--bv-text-primary);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.bv-saved-look-line-item__action--remove{color:var(--bv-text-secondary)}.bv-saved-look-line-item__action:focus-visible{outline:2px solid var(--bv-border-focus);outline-offset:2px}.bv-saved-look-swap-fallback{display:flex;flex-direction:column;gap:var(--bv-space-16)}.bv-saved-look-swap-fallback__header{display:flex;flex-direction:column;align-items:flex-start;gap:var(--bv-space-8)}.bv-saved-look-swap-fallback__close{-webkit-appearance:none;appearance:none;background:transparent;border:0;padding:0;font-family:var(--bv-font-sans);font-size:var(--bv-type-body-s-size);color:var(--bv-text-secondary);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.bv-saved-look-swap-fallback__close:focus-visible{outline:2px solid var(--bv-border-focus);outline-offset:2px}.bv-saved-look-swap-fallback__title{margin:0;font-family:var(--bv-font-display);font-size:var(--bv-type-h4-size);line-height:var(--bv-type-h4-lh);font-weight:var(--bv-type-h4-weight)}.bv-saved-look-swap-fallback__body[data-bv-swap-fallback-mode=list] .bv-saved-look-swap-fallback__empty,.bv-saved-look-swap-fallback__body[data-bv-swap-fallback-mode=empty] .bv-saved-look-swap-fallback__list{display:none}.bv-saved-look-swap-fallback__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--bv-space-12)}.bv-saved-look-swap-fallback__alt{border-block-end:1px solid var(--bv-border-default);padding-block:var(--bv-space-8)}.bv-saved-look-swap-fallback__alt:last-child{border-block-end:0}.bv-saved-look-swap-fallback__alt-link{display:grid;grid-template-columns:64px 1fr;gap:var(--bv-space-12);text-decoration:none;color:var(--bv-text-primary)}.bv-saved-look-swap-fallback__alt-thumb{width:64px;height:80px;object-fit:cover;border-radius:var(--bv-radius-none);background:var(--bv-bg-subtle)}.bv-saved-look-swap-fallback__alt-body{display:flex;flex-direction:column;gap:var(--bv-space-4);font-family:var(--bv-font-sans)}.bv-saved-look-swap-fallback__alt-title{font-size:var(--bv-type-product-title-size);line-height:var(--bv-type-product-title-lh);font-weight:var(--bv-type-product-title-weight)}.bv-saved-look-swap-fallback__alt-price{font-size:var(--bv-type-price-size);font-feature-settings:var(--bv-font-feat-tabular)}.bv-saved-look-swap-fallback__empty{display:flex;flex-direction:column;gap:var(--bv-space-12);padding:var(--bv-space-16);background:var(--bv-bg-subtle);border-radius:var(--bv-radius-crisp)}.bv-saved-look-swap-fallback__empty-title{margin:0;font-family:var(--bv-font-display);font-size:var(--bv-type-h4-size);line-height:var(--bv-type-h4-lh);font-weight:var(--bv-type-h4-weight)}.bv-saved-look-swap-fallback__empty-body{margin:0;font-family:var(--bv-font-sans);font-size:var(--bv-type-body-s-size);line-height:var(--bv-type-body-s-lh);color:var(--bv-text-secondary)}.bv-saved-look-swap-fallback__empty-actions{display:flex;gap:var(--bv-space-12);flex-wrap:wrap}.bv-saved-look-swap-fallback__cta{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;padding:var(--bv-space-8) var(--bv-space-16);min-height:40px;font-family:var(--bv-font-sans);font-size:var(--bv-type-button-size);font-weight:var(--bv-type-button-weight);letter-spacing:var(--bv-type-button-track);text-decoration:none;border-radius:var(--bv-radius-none);cursor:pointer}.bv-saved-look-swap-fallback__cta--primary{background:var(--bv-color-ink);color:var(--bv-bg-canvas);border:1px solid var(--bv-color-ink)}.bv-saved-look-swap-fallback__cta--ghost{background:transparent;color:var(--bv-text-primary);border:1px solid var(--bv-border-default)}.bv-saved-look-swap-fallback__cta:focus-visible{outline:2px solid var(--bv-border-focus);outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/benvel-saved-look-detail-drawer.css.map */
