.cart-drawer{width:min(460px,calc(100vw - 24px))!important;max-width:460px!important;max-height:min(78vh,720px);border:1px solid #d7e3db;border-radius:18px;background:#f8faf8;box-shadow:0 26px 70px rgba(16,48,32,.24),0 4px 16px rgba(16,48,32,.1)}.cart-drawer__header{min-height:74px;padding:16px 20px;background:linear-gradient(135deg,#103f2d 0,#176d42 100%)}.cart-drawer__title{margin:0;font-size:1.05rem;letter-spacing:-.01em}.cart-drawer__title svg{width:22px;height:22px}.cart-drawer__count{display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;font-size:.75rem;font-weight:800}.cart-drawer__close{width:42px;height:42px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08)}.cart-drawer__close:hover{background:rgba(255,255,255,.18)}.cart-drawer__body{padding:14px;background:#f5f8f6;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#b6c8bd transparent}.cart-drawer__items{gap:10px}.cart-item{grid-template-columns:72px minmax(0,1fr);gap:12px;padding:12px;border:1px solid #dfe8e2;border-radius:13px;background:#fff;box-shadow:0 3px 12px rgba(21,55,38,.05);transition:border-color .18s ease,box-shadow .18s ease}.cart-item:hover{border-color:#afcbb8;box-shadow:0 7px 18px rgba(21,55,38,.08)}.cart-item__image{grid-row:1/span 2;width:72px;height:72px;border:1px solid #e5ebe7;border-radius:10px;background:#f6f8f6}.cart-item__image img{padding:3px;object-fit:contain}.cart-item__info{min-width:0;padding-right:2px}.cart-item__name{display:-webkit-box;overflow:hidden;margin:0 0 5px;color:#1c2d24;font-size:.86rem;font-weight:750;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-item__sku{margin-bottom:6px;color:#718077;font-size:.7rem}.cart-item__price{color:#143d29;font-size:.9rem;font-weight:850}.cart-item__price small{color:#75827b;font-size:.64rem;font-weight:600}.cart-item__price-neto{color:#78857e;font-size:.67rem}.cart-item__actions{grid-column:2;display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:10px}.cart-item__qty{height:34px;border:1px solid #cedad2;border-radius:9px;background:#f8faf8}.cart-item__qty-btn,.cart-item__qty-value{width:34px;height:32px}.cart-item__qty-btn{color:#164e31;font-size:1rem;font-weight:800}.cart-item__qty-btn:hover{background:#176d42;color:#fff}.cart-item__remove{display:grid;place-items:center;width:36px;height:36px;border:1px solid #f0d8da;border-radius:9px;background:#fff7f7;color:#a7343b}.cart-item__remove:hover{border-color:#dc9da1;background:#fdeced;color:#8e242b}.cart-drawer__footer{padding:16px 18px 18px;border-top:1px solid #dce6df;background:#fff;box-shadow:0 -8px 24px rgba(20,54,37,.05)}.cart-drawer__subtotal{margin:0 0 7px}.cart-drawer__subtotal-label{color:#4f6057;font-size:.84rem}.cart-drawer__subtotal-value{color:#126c39;font-size:1.15rem}.cart-drawer__subtotal-label--neto,.cart-drawer__subtotal-value--neto{font-size:.78rem}.cart-drawer__note{display:flex;align-items:center;gap:7px;margin:8px 0 12px;padding:8px 10px;border-radius:8px;background:#f1f7f3;color:#5b6c63;font-size:.72rem}.cart-drawer__note::before{content:"i";display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#d8eadf;color:#176d42;font-size:.68rem;font-weight:800}.cart-drawer__actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.cart-drawer__checkout-btn,.cart-drawer__view-cart,.cart-drawer__whatsapp-btn{min-height:48px;border-radius:10px;font-size:.82rem;font-weight:800;text-transform:none;letter-spacing:0}.cart-drawer__checkout-btn{grid-column:1/-1;margin:0;background:linear-gradient(135deg,#17713f,#0d5a30);box-shadow:0 7px 18px rgba(19,106,57,.2)}.cart-drawer__whatsapp-btn{margin:0;border:1px solid #b9d8c4;background:#edf8f1;color:#126a38}.cart-drawer__view-cart{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border:1px solid #cedbd3;background:#fff;color:#294b3a;text-decoration:none}.cart-drawer__view-cart:hover{border-color:#76a98a;background:#f4f9f5;color:#125f34}.cart-drawer__empty{min-height:260px;padding:28px 20px}.cart-drawer__empty-icon{width:62px;height:62px;margin-bottom:14px;padding:14px;border-radius:50%;background:#e7f2eb;color:#377651}.cart-drawer__empty-title{color:#21382c;font-size:1rem}.cart-drawer__empty-text{color:#718078;font-size:.82rem}@media (max-width:767px){.cart-drawer{width:calc(100vw - 16px)!important;max-height:calc(100dvh - 88px)!important;border-radius:15px}.cart-drawer__header{min-height:62px;padding:11px 14px}.cart-drawer__body{padding:10px}.cart-item{grid-template-columns:62px minmax(0,1fr);padding:10px}.cart-item__image{width:62px;height:62px}.cart-drawer__footer{padding:12px}.cart-drawer__actions{grid-template-columns:1fr}.cart-drawer__checkout-btn{grid-column:auto}.cart-drawer__checkout-btn,.cart-drawer__view-cart,.cart-drawer__whatsapp-btn{min-height:46px}}@media (prefers-reduced-motion:reduce){.cart-item{transition:none}}