/* Novoenvases — cotización múltiple compacta */
.novo-card-enhanced{display:flex!important;flex-direction:column;background:#fff;border:1px solid #dce3e7;border-radius:16px;overflow:hidden;min-height:100%;transition:transform .15s ease,box-shadow .15s ease}
.novo-card-enhanced:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(8,72,115,.1)}
.novo-card-enhanced .product-image{cursor:pointer}
.novo-card-enhanced .product-info{flex:1}
.novo-card-actions{display:grid;grid-template-columns:1fr;gap:7px;padding:0 12px 13px}
.novo-action-btn{appearance:none;border:0;border-radius:9px;min-height:40px;padding:9px 10px;font:inherit;font-size:13px;font-weight:850;line-height:1.15;text-align:center;text-decoration:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:filter .15s ease,transform .1s ease}
.novo-action-btn:active{transform:translateY(1px)}
.novo-action-view{background:#fff;color:#084873;border:1.5px solid #084873}
.novo-action-single{background:#128c4a;color:#fff}
.novo-action-add{background:#084873;color:#fff}
.novo-action-btn:hover{filter:brightness(.95)}
.novo-toast{position:fixed;right:20px;bottom:91px;z-index:10003;background:#1c1e1b;color:#fff;border-radius:10px;padding:11px 14px;font-weight:750;font-size:14px;box-shadow:0 8px 25px rgba(0,0,0,.2);opacity:0;transform:translateY(8px);pointer-events:none;transition:.2s}
.novo-toast.show{opacity:1;transform:translateY(0)}
.novo-cart-launcher{position:fixed;right:18px;bottom:18px;z-index:10001;border:0;border-radius:14px;background:#084873;color:#fff;box-shadow:0 9px 28px rgba(8,72,115,.3);min-height:54px;padding:11px 16px;display:flex;align-items:center;gap:10px;font:inherit;font-weight:900;cursor:pointer}
.novo-cart-count{min-width:25px;height:25px;padding:0 6px;border-radius:999px;background:#fff;color:#084873;display:inline-flex;align-items:center;justify-content:center;font-size:13px}
.novo-cart-panel{position:fixed;right:18px;bottom:82px;z-index:10002;width:min(390px,calc(100vw - 28px));max-height:min(650px,calc(100vh - 110px));background:#fff;border:1px solid #ccd9e0;border-radius:17px;box-shadow:0 15px 48px rgba(13,42,61,.25);display:none;flex-direction:column;overflow:hidden}
.novo-cart-panel.open{display:flex}
.novo-cart-head{display:flex;justify-content:space-between;align-items:center;padding:16px 17px;border-bottom:1px solid #e4eaed;background:#f7f9fa}
.novo-cart-head h2{font-size:20px;color:#084873;margin:0}
.novo-cart-close{border:0;background:transparent;color:#43545e;font-size:26px;line-height:1;width:36px;height:36px;border-radius:8px;cursor:pointer}
.novo-cart-close:hover{background:#e9eef1}
.novo-cart-body{padding:13px 15px;overflow:auto;overscroll-behavior:contain}
.novo-cart-empty{color:#65717a;text-align:center;padding:27px 12px;line-height:1.5}
.novo-cart-item{display:grid;grid-template-columns:62px minmax(0,1fr);gap:10px;padding:10px 0;border-bottom:1px solid #edf0f2}
.novo-cart-item img{width:62px;height:62px;object-fit:contain;background:#fafafa;border-radius:9px;border:1px solid #edf0f2}
.novo-cart-item-main{min-width:0}.novo-cart-item-name{display:block;color:#084873;font-weight:850;text-decoration:none;line-height:1.25;margin-bottom:3px}.novo-cart-item-sku{font-size:12px;color:#66727a}
.novo-cart-item-controls{display:flex;align-items:center;gap:6px;margin-top:8px;flex-wrap:wrap}.novo-qty-btn{width:30px;height:30px;border:1px solid #b8c8d1;background:#fff;color:#084873;border-radius:7px;font-weight:900;cursor:pointer}.novo-qty{width:50px;height:30px;border:1px solid #b8c8d1;border-radius:7px;text-align:center;font:inherit;font-size:13px}.novo-remove{margin-left:auto;border:0;background:transparent;color:#a03d3d;font:inherit;font-size:12px;font-weight:800;cursor:pointer}
.novo-cart-foot{padding:14px 15px 15px;border-top:1px solid #e4eaed;background:#f9fafb}.novo-cart-summary{font-size:13px;color:#53616a;margin:0 0 10px}.novo-cart-note{width:100%;min-height:68px;resize:vertical;border:1px solid #b8c8d1;border-radius:9px;padding:9px 10px;font:inherit;font-size:13px;margin-bottom:9px}.novo-send-btn{width:100%;min-height:46px;border:0;border-radius:10px;background:#128c4a;color:#fff;font:inherit;font-weight:900;cursor:pointer}.novo-send-btn:disabled{opacity:.5;cursor:not-allowed}.novo-clear-btn{width:100%;border:0;background:transparent;color:#6a747b;font:inherit;font-size:12px;font-weight:750;margin-top:9px;cursor:pointer}
.novo-detail-add{background:#084873;color:#fff;border:0;cursor:pointer}
@media(max-width:760px){.novo-card-actions{padding:0 10px 11px;gap:6px}.novo-action-btn{font-size:12px;min-height:39px;padding:8px 6px}.novo-cart-launcher{right:12px;bottom:12px}.novo-cart-panel{right:10px;bottom:76px;width:calc(100vw - 20px);max-height:calc(100vh - 96px)}.novo-toast{right:12px;bottom:78px;max-width:calc(100vw - 24px)}}
