/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
.wl-sticky-cart-bar.hidden{display:none}.wl-sticky-cart-bar{z-index:100;position:fixed;bottom:-1px;left:0;width:100%;overflow:hidden;pointer-events:none;transform:translateY(100%);opacity:0;transition:transform var(--duration-medium) var(--ease-out-cubic-bezier),opacity var(--duration-medium) var(--ease-out-cubic-bezier);will-change:transform,opacity}@media screen and (width < 750px){.wl-sticky-cart-bar{max-height:7.5rem}}.wl-sticky-cart-bar:before{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background-color:rgb(var(--color-background))}.wl-sticky-cart-bar:after{content:"";position:absolute;z-index:-2;right:0;top:0;left:0;height:2rem;border-radius:100%;box-shadow:0 0 2rem rgba(var(--color-foreground),.2)}.wl-sticky-cart-bar[visible]{opacity:1;pointer-events:auto;transform:translateY(0);transition:transform var(--duration-medium) var(--ease-out-cubic-bezier),opacity var(--duration-medium) var(--ease-out-cubic-bezier)}.wl-sticky-cart-bar__inner{display:flex;justify-content:space-between;align-items:center;-moz-column-gap:2rem;column-gap:2rem;padding-top:.8rem;padding-bottom:.8rem}@media screen and (width < 750px){.wl-sticky-cart-bar__inner{row-gap:.4rem}}.wl-sticky-cart-bar__image{width:8rem;height:8rem}.wl-sticky-cart-bar__image img{width:100%;height:100%;object-fit:cover;vertical-align:top}.wl-sticky-cart-bar__content{display:flex;-moz-column-gap:2rem;column-gap:2rem;align-items:center}.wl-sticky-cart-bar__info{display:flex;flex-direction:column;row-gap:0}@media screen and (width < 750px){.wl-sticky-cart-bar__info{row-gap:0}}.wl-sticky-cart-bar__info h4{margin:0 0 .4rem}@media screen and (width < 750px){.wl-sticky-cart-bar__info h4{font-size:1.6rem;margin:0;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}@media screen and (width < 750px){.wl-sticky-cart-bar__info:has(.wl-sticky-cart-bar__variant-title) h4{display:none}}.wl-sticky-cart-bar__info .wl-sticky-cart-bar__variant-title{line-height:1.5}.wl-sticky-cart-bar__option-link{line-height:1.2;color:rgba(var(--color-link),var(--alpha-link));text-decoration:none;border-bottom:.1rem solid rgba(var(--color-link),var(--alpha-link));padding:.8rem 0 .2rem;font-size:1.2rem;display:inline-block}@media screen and (width >= 750px){.wl-sticky-cart-bar__option-link{padding:.4rem 0 .2rem}.wl-sticky-cart-bar__option-link:hover{border-bottom:none}}.wl-sticky-cart-bar__option-link .svg-wrapper{width:1.2rem;height:1.2rem;transform:rotate(180deg);margin-left:.4rem;top:.1rem;position:relative}.wl-sticky-cart-bar__option-link .svg-wrapper svg{color:rgba(var(--color-link),var(--alpha-link))}.wl-sticky-cart-bar__form{display:flex;flex-direction:row;-moz-column-gap:1rem;column-gap:1rem;align-items:center;justify-content:center}@media screen and (width < 750px){.wl-sticky-cart-bar__form{flex-flow:column-reverse;row-gap:.4rem}}.wl-sticky-cart-bar__form button{white-space:nowrap}.wl-sticky-cart-bar__form-submit{margin:0}.mini-cart--open animate-sticky .wl-sticky-cart-bar__inner,.mini-cart--opening animate-sticky .wl-sticky-cart-bar__inner,.mini-cart--closing animate-sticky .wl-sticky-cart-bar__inner,.menu-drawer--open animate-sticky .wl-sticky-cart-bar__inner,.menu-drawer--opening animate-sticky .wl-sticky-cart-bar__inner,.menu-drawer--closing animate-sticky .wl-sticky-cart-bar__inner,.menu-mobile--open animate-sticky .wl-sticky-cart-bar__inner,.menu-mobile--opening animate-sticky .wl-sticky-cart-bar__inner,.menu-mobile--closing animate-sticky .wl-sticky-cart-bar__inner,.search-modal--open animate-sticky .wl-sticky-cart-bar__inner,.quick-view--open animate-sticky .wl-sticky-cart-bar__inner,.quick-view--opening animate-sticky .wl-sticky-cart-bar__inner,.quick-view--closing animate-sticky .wl-sticky-cart-bar__inner{z-index:1;opacity:0;transform:translateY(100%);transition:none}
