body.zc-open{overflow:hidden}.zc-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;pointer-events:none;visibility:hidden}.zc-drawer.is-open{pointer-events:auto;visibility:visible}.zc-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .4s ease}.zc-drawer.is-open .zc-drawer__overlay{opacity:1}.zc-drawer__panel{position:absolute;top:0;right:0;width:420px;max-width:90vw;height:100vh;height:100dvh;background:#f5f0ea;display:flex;flex-direction:column;transform:translate(100%);transition:transform .5s cubic-bezier(.16,1,.3,1);box-shadow:-8px 0 40px #00000026}.zc-drawer.is-open .zc-drawer__panel{transform:translate(0)}@keyframes zc-shimmer{0%{transform:translate(-120%) skew(-20deg)}to{transform:translate(400%) skew(-20deg)}}@keyframes zc-bar-unlock{0%{transform:scaleY(1)}40%{transform:scaleY(1.5)}70%{transform:scaleY(.9)}to{transform:scaleY(1)}}.zc-ship-bar{padding:.875rem 1.25rem 1rem;background:#faf7f2;border-bottom:1px solid rgba(18,18,18,.07);flex-shrink:0;transition:background .4s ease}.zc-ship-bar__head{display:flex;align-items:center;gap:7px;margin-bottom:.5625rem}.zc-ship-bar__icon{display:flex;align-items:center;flex-shrink:0;color:#c9a96e;transition:color .35s ease}.zc-ship-bar.is-unlocked .zc-ship-bar__icon{color:#4a7c59}.zc-ship-bar__truck{display:block}.zc-ship-bar__check,.zc-ship-bar.is-unlocked .zc-ship-bar__truck{display:none}.zc-ship-bar.is-unlocked .zc-ship-bar__check{display:block}.zc-ship-bar__text{font-family:Outfit,sans-serif;font-size:.8125rem;color:#6c6358;line-height:1.4;transition:color .35s ease}.zc-ship-bar__text strong{color:#121212;font-weight:600}.zc-ship-bar.is-unlocked .zc-ship-bar__text{color:#3a7a52;font-weight:500}.zc-ship-bar__track{width:100%;height:8px;background:#12121217;border-radius:999px;overflow:hidden;position:relative}.zc-ship-bar__fill{height:100%;background:linear-gradient(90deg,#b8935a,#c9a96e 55%,#d9bc84);border-radius:999px;transition:width .55s cubic-bezier(.16,1,.3,1);min-width:0;position:relative;overflow:hidden;will-change:width}.zc-ship-bar__fill:after{content:"";position:absolute;top:0;left:0;width:45%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.38) 50%,transparent 100%);animation:zc-shimmer 2.8s ease-in-out infinite;pointer-events:none}.zc-ship-bar__fill.is-unlocked{background:linear-gradient(90deg,#3a8c5c,#4a9e6a 60%,#56b076);animation:zc-bar-unlock .5s cubic-bezier(.34,1.56,.64,1) forwards}.zc-ship-bar__fill.is-unlocked:after{display:none}.zc-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;border-bottom:1px solid rgba(18,18,18,.08);flex-shrink:0}.zc-drawer__title{font-family:Outfit,sans-serif;font-size:.875rem;font-weight:600;color:#121212;letter-spacing:.02em;margin:0}.zc-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#12121266;cursor:pointer;border-radius:50%;transition:background .2s ease,color .2s ease}.zc-drawer__close:hover{background:#1212120f;color:#121212}.zc-shipping-bar{padding:.875rem 1.5rem;border-bottom:1px solid rgba(18,18,18,.06);flex-shrink:0}.zc-shipping-bar__text{font-family:Outfit,sans-serif;font-size:.75rem;color:#12121280;margin:0 0 .5rem;display:flex;align-items:center;gap:6px}.zc-shipping-bar__text strong{color:#121212;font-weight:600}.zc-shipping-bar__track{height:4px;background:#12121214;border-radius:100px;overflow:hidden}.zc-shipping-bar__fill{height:100%;background:linear-gradient(90deg,#c9a96e,#d4b97a);border-radius:100px;transition:width .6s cubic-bezier(.16,1,.3,1);min-width:0}.zc-shipping-bar__fill--complete{background:linear-gradient(90deg,#4a7c59,#5a9c69)}.zc-drawer__items{flex:1;overflow-y:auto;padding:0;-webkit-overflow-scrolling:touch}.zc-drawer__items::-webkit-scrollbar{width:4px}.zc-drawer__items::-webkit-scrollbar-track{background:transparent}.zc-drawer__items::-webkit-scrollbar-thumb{background:#1212121f;border-radius:100px}.zc-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;gap:1rem}.zc-drawer__empty-text{font-family:Outfit,sans-serif;font-size:.9375rem;color:#12121259;margin:0}.zc-drawer__shop-btn{font-family:Outfit,sans-serif;font-size:.8125rem;font-weight:500;color:#121212;background:none;border:1px solid rgba(18,18,18,.2);border-radius:100px;padding:10px 24px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.zc-drawer__shop-btn:hover{background:#1212120a;border-color:#12121266}.zc-item{display:flex;gap:12px;padding:.875rem 1.25rem;border-bottom:1px solid rgba(18,18,18,.06);animation:zc-fadeIn .3s ease}@keyframes zc-fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.zc-item__img-wrap{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#1212120a}.zc-item__img{width:100%;height:100%;object-fit:cover;display:block}.zc-item__img-placeholder{width:100%;height:100%;background:#12121208}.zc-item__details{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.zc-item__top{display:flex;justify-content:space-between;gap:8px}.zc-item__info{min-width:0}.zc-item__title{font-family:Outfit,sans-serif;font-size:.75rem;font-weight:600;color:#121212;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zc-item__variant{font-family:Outfit,sans-serif;font-size:.6875rem;color:#12121273;margin:2px 0 0}.zc-item__remove{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#12121240;cursor:pointer;border-radius:50%;flex-shrink:0;transition:color .2s ease,background .2s ease}.zc-item__remove:hover{color:#121212;background:#1212120f}.zc-item__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.zc-item__qty{display:flex;align-items:center;gap:0;border:1px solid rgba(18,18,18,.12);border-radius:8px;overflow:hidden}.zc-item__qty-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#12121266;cursor:pointer;transition:background .15s ease,color .15s ease}.zc-item__qty-btn:hover{background:#1212120f;color:#121212}.zc-item__qty-num{font-family:Outfit,sans-serif;font-size:.75rem;font-weight:600;color:#121212;min-width:24px;text-align:center}.zc-item__price{text-align:right;display:flex;flex-direction:column;gap:1px}.zc-item__line-price{font-family:Outfit,sans-serif;font-size:.8125rem;font-weight:600;color:#121212}.zc-item__unit-price{font-family:Outfit,sans-serif;font-size:.625rem;color:#12121266}.zc-drawer__footer{border-top:1px solid rgba(18,18,18,.08);padding:.75rem 1.25rem 1rem;flex-shrink:0;background:#f5f0ea}.zc-drawer__summary{margin-bottom:.625rem}.zc-drawer__subtotal-row{display:flex;justify-content:space-between;font-family:Outfit,sans-serif;font-size:.8125rem;color:#121212}.zc-drawer__subtotal-row span:last-child{font-weight:700}.zc-drawer__savings{display:flex;justify-content:space-between;font-family:Outfit,sans-serif;font-size:.75rem;color:#4a7c59;font-weight:500;margin-top:4px}.zc-drawer__trust{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.625rem;padding:8px 0;border-radius:8px;background:#12121208}.zc-drawer__trust-item{display:flex;align-items:center;gap:5px;font-family:Outfit,sans-serif;font-size:.625rem;font-weight:500;color:#12121273;letter-spacing:.02em;white-space:nowrap}.zc-drawer__trust-item svg{flex-shrink:0;color:#1212124d}.zc-drawer__checkout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;background:#121212;color:#f5f0ea;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.04em;border:none;border-radius:12px;cursor:pointer;transition:background .3s ease,box-shadow .3s ease,transform .15s ease;position:relative;overflow:hidden}.zc-drawer__checkout svg{flex-shrink:0}.zc-drawer__checkout:hover{background:#2a2a2a;box-shadow:0 4px 24px #12121226}.zc-drawer__checkout:active{transform:scale(.98)}.zc-drawer__checkout-dot{opacity:.4}.zc-drawer__payments{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:.5rem}.zc-pay-icon{height:20px;width:auto;border-radius:3px;opacity:.5}.zc-drawer__micro{font-family:Outfit,sans-serif;font-size:.625rem;color:#1212124d;text-align:center;margin:.5rem 0 0;letter-spacing:.02em}@keyframes zc-bounceAnim{0%{transform:scale(1)}40%{transform:scale(1.4)}to{transform:scale(1)}}.zc-bounce{animation:zc-bounceAnim .4s ease}.zc-adding{opacity:.7;pointer-events:none}.zc-added{background:#4a7c59!important;border-color:#4a7c59!important;color:#f5f0ea!important}.zc-toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%) translateY(16px);background:#121212;color:#f5f0ea;font-family:Outfit,sans-serif;font-size:.8125rem;font-weight:500;padding:12px 24px;border-radius:100px;border:1px solid rgba(245,240,234,.1);box-shadow:0 8px 32px #0000004d;z-index:3000;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;white-space:nowrap}.zc-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}@media(max-width:480px){.zc-drawer__panel{max-width:100vw;width:100%}.zc-drawer__header{padding:.75rem 1rem}.zc-shipping-bar{padding:.625rem 1rem}.zc-item{padding:.75rem 1rem}.zc-drawer__footer{padding:.625rem 1rem .75rem}.zc-drawer__trust{gap:.5rem;flex-wrap:wrap;justify-content:center}.zc-drawer__trust-item{font-size:.5625rem}.zc-item__qty-btn,.zc-item__remove,.zc-drawer__close{width:36px;height:36px}}@media(max-width:767px){.zc-toast{left:12px;right:12px;transform:translate(0) translateY(16px);text-align:center}.zc-toast.is-visible{transform:translate(0) translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/zurie-cart.css.map */
