@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideDown{from{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes slideDownFadeIn{from{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.kw-free-shipping{display:flex;flex-direction:column;gap:1rem}.kw-free-shipping__bar{order:2;position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:1.75rem;padding:0 1rem;border-radius:.875rem;background-color:rgba(99,101,105,.12);color:#fff;font-weight:700;font-size:.875rem}.kw-free-shipping__bar .start,.kw-free-shipping__bar .end{position:relative;z-index:2}.kw-free-shipping__bar .end{z-index:0;color:var(--fs-color-secondary)}.kw-free-shipping__bar-progress{position:absolute;top:0;left:0;display:flex;align-items:center;height:100%;min-width:5rem;max-width:100%;border-radius:.875rem;background-color:var(--fs-color-secondary);z-index:1}.kw-free-shipping__bar-progress i{margin:0 1rem 0 auto;line-height:1;font-size:1.25rem}.kw-free-shipping__notice{order:1;font-weight:600}.kw-free-shipping__notice span.amount{color:var(--fs-color-secondary);font-weight:800}.cart-popup-title{position:relative;padding:1.75rem;background-color:var(--fs-color-primary);color:#fff}.cart-popup-title::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../../../assets/images/marble.jpg);background-position:center;background-repeat:no-repeat;opacity:.05;pointer-events:none}.cart-popup-title .kw-free-shipping__bar{order:1;background-color:rgba(0,0,0,.4)}.cart-popup-title .kw-free-shipping__notice{order:2}.cart-popup-title .kw-free-shipping__notice span.amount{color:#fff}
