.cart-overlay,.cart-drawer-auna{--blush:#e6b4a9;--blush-deep:#c98a7c;--blush-soft:rgba(230,180,169,.14);--ink:#171515;--muted:#8a8079;--muted-2:#a89d96;--line:#eaddd8;--tint:#f7ece8;--font-body:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-logo:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.cart-drawer-auna,.cart-drawer-auna *{box-sizing:border-box;margin:0}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;visibility:hidden;transition:.16s;z-index:1000}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer-auna{position:fixed;top:0;right:0;height:100%;width:412px;max-width:92vw;background:#fff;z-index:1001;overflow-x:hidden;transform:translate(100%);transition:transform .24s ease;display:flex;flex-direction:column;font-family:var(--font-body);color:var(--ink)}.cart-drawer-auna.open{transform:translate(0)}.cart-drawer-auna .cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px 15px;border-bottom:1px solid var(--line)}.cart-drawer-auna .cart-drawer__title{font-family:var(--font-logo);font-size:24px;font-weight:600;color:var(--blush);letter-spacing:.01em;margin:0;display:inline-flex;align-items:baseline}.cart-drawer-auna .cart-drawer__title-count{font-family:var(--font-body);font-size:15px;font-weight:500;color:var(--blush-deep);letter-spacing:0;text-transform:none}.cart-drawer-auna .cart-drawer__title-dot{color:var(--blush);font-size:9px;vertical-align:middle}.cart-drawer-auna .cart-drawer__close{color:var(--ink);background:none;border:none;cursor:pointer;display:flex;padding:0}.cart-drawer-auna .cart-drawer__items{flex:1;overflow-y:auto;padding:4px 22px}.cart-drawer-auna .cart-drawer__empty{text-align:center;font-weight:300;color:var(--muted);padding:54px 0;font-size:16px}.cart-drawer-auna .cart-item{display:flex;gap:14px;padding:20px 0;border-bottom:1px solid var(--line);align-items:flex-start}.cart-drawer-auna .cart-item__img{width:86px;height:86px;border-radius:6px;object-fit:cover;background:var(--tint);flex:none}.cart-drawer-auna .cart-item__info{flex:1;min-width:0;display:flex;flex-direction:column}.cart-drawer-auna .cart-item__head{display:flex;justify-content:space-between;gap:10px;align-items:stretch}.cart-drawer-auna .cart-item__main{display:flex;flex-direction:column;flex:1 1 auto;min-width:0}.cart-drawer-auna .cart-item__title{font-weight:600;font-size:14px;color:var(--blush);line-height:1.3;white-space:nowrap;margin-bottom:8px}.cart-drawer-auna .cart-item__left{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;flex:1 1 auto}.cart-drawer-auna .cart-item__variant{font-weight:300;font-size:14px;color:var(--muted)}.cart-drawer-auna .cart-item__variant--pack{color:var(--ink);font-weight:400}.cart-drawer-auna .cart-item__subscribe{font-weight:300;font-size:14px;color:var(--muted)}.cart-drawer-auna .cart-item__freeship{display:inline-flex;align-items:center;gap:5px;color:var(--blush-deep);font-size:13px;font-weight:300}.cart-drawer-auna .cart-item__freeship svg{width:15px;height:15px;flex:none;color:var(--blush)}.cart-drawer-auna .cart-item__qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:6px;overflow:hidden;margin-top:auto;transform:translateY(6px)}.cart-drawer-auna .cart-item__qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;text-align:center;background:none;border:none;cursor:pointer;color:var(--blush-deep);font-size:16px;line-height:1;font-family:var(--font-body);padding:0;margin:0;transition:background .1s}.cart-drawer-auna .cart-item__qty-btn:hover{background:var(--blush-soft)}.cart-drawer-auna .cart-item__qty-val{min-width:30px;text-align:center;font-size:14px;font-weight:400;color:var(--ink);border-left:1px solid var(--line);border-right:1px solid var(--line);height:28px;line-height:28px}.cart-drawer-auna .cart-item__right{flex:none;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.cart-drawer-auna .cart-item__pricewrap{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.cart-drawer-auna .cart-item__pricerow{display:flex;align-items:baseline;gap:7px}.cart-drawer-auna .cart-item__compare{font-weight:300;font-size:12px;color:var(--muted-2);text-decoration:line-through}.cart-drawer-auna .cart-item__price{font-weight:400;font-size:14px;color:var(--ink)}.cart-drawer-auna .cart-item__save{font-weight:400;font-size:12.5px;color:var(--blush-deep);background:var(--blush-soft);padding:2px 7px;border-radius:4px;white-space:nowrap}.cart-drawer-auna .cart-item__remove{display:flex;align-items:center;justify-content:center;color:var(--ink);background:none;border:none;cursor:pointer;padding:4px;line-height:0;transform:translateY(6px);transition:color .15s}.cart-drawer-auna .cart-item__remove svg{width:18px;height:18px;flex:none}.cart-drawer-auna .cart-item__remove:hover{color:var(--blush-deep)}.cart-drawer-auna .cart-drawer__footer{border-top:1px solid var(--line);padding:26px 22px}.cart-drawer-auna .cart-drawer__totalrow{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:15px}.cart-drawer-auna .cart-drawer__total-label{font-size:13.5px;font-weight:400;letter-spacing:.05em;text-transform:uppercase;color:var(--ink)}.cart-drawer-auna .cart-drawer__total-right{display:flex;align-items:center;gap:7px}.cart-drawer-auna .cart-drawer__total-bundle{display:inline-flex;align-items:center;gap:4px;color:var(--blush);font-size:10px;font-weight:700;letter-spacing:.02em}.cart-drawer-auna .cart-drawer__total-bundle svg{width:11px;height:11px;flex:none}.cart-drawer-auna .cart-drawer__total-compare{font-weight:300;font-size:13.5px;color:var(--muted-2);text-decoration:line-through;white-space:nowrap}.cart-drawer-auna .cart-drawer__total-amount{font-size:15px;font-weight:400;color:var(--ink);white-space:nowrap}.cart-drawer-auna .btn-cart-checkout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--blush);color:#fff;font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:.09em;text-transform:uppercase;padding:16px;border-radius:12px;transition:background .2s;border:none;cursor:pointer;text-decoration:none}.cart-drawer-auna .btn-cart-checkout:hover{background:var(--blush-deep)}.cart-drawer-auna .btn-cart-lock{flex:none}.cart-drawer-auna .cart-drawer__guarantee{display:flex;align-items:center;justify-content:center;gap:6px;font-weight:400;font-size:12px;color:var(--blush);margin-top:12px}.cart-drawer-auna .cart-drawer__guarantee svg{flex:none;color:var(--blush)}.cart-drawer-auna .cart-drawer__pay{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:5px;margin-top:16px}.cart-drawer-auna .cart-pay-icon{height:22px;width:auto;border-radius:3px}@media(max-width:600px){.cart-drawer-auna .cart-drawer__items{padding:4px 16px}.cart-drawer-auna .cart-item{gap:11px}.cart-drawer-auna .cart-item__head{gap:8px}.cart-drawer-auna .cart-item__img{width:66px;height:66px}.cart-drawer-auna .cart-item__title{font-size:13.5px;margin-bottom:6px}.cart-drawer-auna .cart-item__variant,.cart-drawer-auna .cart-item__subscribe{font-size:13px;white-space:nowrap}.cart-drawer-auna .cart-item__freeship{font-size:12.5px;white-space:nowrap}.cart-drawer-auna .cart-item__save{white-space:nowrap}}
/*# sourceMappingURL=/cdn/shop/t/70/assets/auna-cart.css.map */
