.aurara-site-header__cart{position:relative;border:0;cursor:pointer}.aurara-site-header__cart-count{position:absolute;top:-5px;right:-5px;display:grid;min-width:17px;height:17px;place-items:center;border-radius:50%;background:var(--aurara-header-accent,#4a9548);color:var(--aurara-header-button-text,#fffbf3);font:700 10px/1 Arial,sans-serif}.aurara-cart-drawer{position:fixed;z-index:1000;inset:0;visibility:hidden;pointer-events:none}.aurara-cart-drawer.is-open{visibility:visible;pointer-events:auto}.aurara-cart-drawer__overlay{position:absolute;inset:0;border:0;background:rgba(12,31,18,.38);opacity:0;cursor:pointer;transition:opacity .35s ease}.aurara-cart-drawer.is-open .aurara-cart-drawer__overlay{opacity:1}.aurara-cart-drawer__panel{position:absolute;top:0;right:0;display:flex;width:min(440px,100%);height:100%;flex-direction:column;background:#fffbf3;color:#1e3d24;box-shadow:-18px 0 48px rgba(17,42,24,.18);transform:translateX(105%);transition:transform .42s cubic-bezier(.22,1,.36,1)}.aurara-cart-drawer.is-open .aurara-cart-drawer__panel{transform:none}.aurara-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e8e0d0;padding:24px}.aurara-cart-drawer__header h2{margin:0;font:600 30px/1.1 Fraunces,Georgia,serif;letter-spacing:-.025em}.aurara-cart-drawer__close{display:grid;width:38px;height:38px;place-items:center;border:1px solid #ded8ca;border-radius:50%;background:transparent;color:#1e3d24;cursor:pointer;transition:background-color .2s,color .2s,transform .2s}.aurara-cart-drawer__close:hover{background:#1e3d24;color:#fffbf3;transform:rotate(90deg)}.aurara-cart-drawer__close svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.aurara-cart-drawer__body{flex:1;overflow:auto;padding:20px 24px}.aurara-cart-drawer__loading,.aurara-cart-drawer__empty{margin:0;color:#71806e;font:500 15px/1.5 Outfit,Arial,sans-serif;text-align:center}.aurara-cart-drawer__empty{display:grid;min-height:260px;place-content:center;gap:12px}.aurara-cart-drawer__empty strong{color:#1e3d24;font:600 22px/1.2 Fraunces,Georgia,serif}.aurara-cart-drawer__continue{display:inline-flex;justify-content:center;margin-top:8px;color:#4a9548;font:600 14px/1.4 Outfit,Arial,sans-serif;text-decoration:underline;text-underline-offset:4px}.aurara-cart-drawer__items{display:grid;gap:18px;margin:0;padding:0;list-style:none}.aurara-cart-drawer__item{display:grid;grid-template-columns:86px minmax(0,1fr);gap:14px}.aurara-cart-drawer__image{display:flex;width:86px;height:98px;align-items:center;justify-content:center;overflow:hidden;border-radius:14px;background:#f3efe5}.aurara-cart-drawer__image img{width:100%;height:100%;object-fit:cover}.aurara-cart-drawer__info{min-width:0}.aurara-cart-drawer__line-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.aurara-cart-drawer__title{color:#1e3d24;font:600 17px/1.25 Fraunces,Georgia,serif;text-decoration:none}.aurara-cart-drawer__variant{margin:5px 0 0;color:#71806e;font:500 12px/1.4 Outfit,Arial,sans-serif}.aurara-cart-drawer__price{white-space:nowrap;color:#1e3d24;font:700 14px/1.25 Outfit,Arial,sans-serif}.aurara-cart-drawer__item-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}.aurara-cart-drawer__quantity{display:flex;align-items:center;border:1px solid #e1dacb;border-radius:999px}.aurara-cart-drawer__quantity button{display:grid;width:29px;height:29px;place-items:center;border:0;background:transparent;color:#1e3d24;font:400 19px/1 Arial,sans-serif;cursor:pointer}.aurara-cart-drawer__quantity button:hover{background:#f3efe5}.aurara-cart-drawer__quantity span{display:inline-grid;width:25px;place-items:center;color:#1e3d24;font:600 13px/1 Outfit,Arial,sans-serif}.aurara-cart-drawer__remove{border:0;background:transparent;padding:5px 0;color:#71806e;font:600 12px/1.3 Outfit,Arial,sans-serif;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.aurara-cart-drawer__remove:hover{color:#2f6b33}.aurara-cart-drawer__footer{border-top:1px solid #e8e0d0;padding:18px 24px 24px}.aurara-cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#1e3d24;font:600 16px/1.3 Outfit,Arial,sans-serif}.aurara-cart-drawer__subtotal strong{font-size:19px}.aurara-cart-drawer__note{margin:8px 0 18px;color:#71806e;font:500 12px/1.45 Outfit,Arial,sans-serif}.aurara-cart-drawer__checkout{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;background:#4a9548;padding:14px;color:#fffbf3;font:700 14px/1.3 Outfit,Arial,sans-serif;text-decoration:none;text-transform:uppercase;letter-spacing:.07em;transition:background-color .25s,transform .2s}.aurara-cart-drawer__checkout:hover{background:#2f6b33;transform:translateY(-2px)}.aurara-cart-drawer__view-cart{display:block;margin-top:13px;color:#1e3d24;font:600 13px/1.3 Outfit,Arial,sans-serif;text-align:center;text-decoration:underline;text-underline-offset:4px}@media(max-width:749px){.aurara-cart-drawer__header{padding:20px}.aurara-cart-drawer__body{padding:18px 20px}.aurara-cart-drawer__footer{padding:16px 20px 20px}}@media(prefers-reduced-motion:reduce){.aurara-cart-drawer__overlay,.aurara-cart-drawer__panel{transition:none!important}}
