.cud-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;visibility:hidden;transition:opacity .35s ease;z-index:9998}.cud-overlay.cud-open{opacity:1;visibility:visible}.cud-drawer{position:fixed;top:0;right:0;height:100%;width:100%;max-width:420px;background:#fff;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);z-index:9999;display:flex;flex-direction:column;box-shadow:-8px 0 40px #00000026;font-family:inherit;color:#1a1a1a}.cud-drawer.cud-open{transform:translate(0)}.cud-drawer.cud-idle .cud-body{content-visibility:hidden}.cud-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #eee;flex-shrink:0}.cud-head h2{margin:0;font-size:17px;font-weight:600;letter-spacing:.2px}.cud-close{background:none;border:none;cursor:pointer;font-size:14px;color:#555;display:flex;align-items:center;gap:6px;padding:6px;touch-action:manipulation}.cud-close:hover{color:#000}.cud-close svg{width:16px;height:16px}.cud-body{flex:1;overflow-y:auto;padding:0 22px;-webkit-overflow-scrolling:touch}.cud-items{list-style:none;margin:0;padding:18px 0 0}.cud-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid #f2f2f2}.cud-item img{width:72px;height:72px;object-fit:cover;border-radius:10px;background:#f6f5f2;flex-shrink:0}.cud-item-info{flex:1;min-width:0}.cud-item-title{font-size:14px;font-weight:600;margin:0 0 4px;line-height:1.3}.cud-item-variant{font-size:12px;color:#888;margin:0 0 10px}.cud-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.cud-qty{display:inline-flex;align-items:center;border:1px solid #e2e2e2;border-radius:30px;overflow:hidden}.cud-qty button{background:none;border:none;width:30px;height:30px;cursor:pointer;font-size:16px;color:#444;line-height:1;touch-action:manipulation}.cud-qty button:hover{background:#f5f5f5}.cud-qty span{min-width:26px;text-align:center;font-size:14px}.cud-item-price{font-size:14px;font-weight:600;white-space:nowrap}.cud-remove{background:none;border:none;cursor:pointer;color:#bbb;padding:4px;touch-action:manipulation}.cud-remove:hover{color:#e03131}.cud-remove svg{width:17px;height:17px}.cud-empty{text-align:center;padding:60px 20px;color:#999;font-size:15px}.cud-ship{background:#f7f7f5;border-radius:14px;padding:16px 16px 18px;margin:18px 0}.cud-ship-msg{font-size:13.5px;font-weight:600;text-align:center;margin:0 0 12px;line-height:1.4}.cud-ship-msg b{color:var(--cud-green,#22C55D)}.cud-bar{height:9px;border-radius:20px;background:#e4e4e0;overflow:hidden}.cud-bar-fill{height:100%;width:0;background:var(--cud-green,#22C55D);border-radius:20px;transition:width .5s ease}.cud-cp{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:12px;color:#777}.cud-cp label{white-space:nowrap}.cud-cp input{flex:1;min-width:0;border:1px solid #ddd;border-radius:8px;padding:7px 10px;font-size:13px;font-family:inherit}.cud-cp input:focus{outline:none;border-color:var(--cud-green)}.cud-cp button{background:#1a1a1a;color:#fff;border:none;border-radius:8px;padding:7px 12px;font-size:12px;font-weight:600;cursor:pointer;touch-action:manipulation}.cud-cp-zone{display:block;margin-top:6px;font-size:11.5px;color:#999;text-align:center}.cud-rec{margin:20px 0 8px}.cud-rec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cud-rec-head h3{margin:0;font-size:14px;font-weight:600}.cud-rec-nav{display:flex;gap:6px}.cud-rec-nav button{width:30px;height:30px;border:1px solid #e2e2e2;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#444;touch-action:manipulation}.cud-rec-nav button:hover{background:#f5f5f5}.cud-rec-nav svg{width:14px;height:14px}.cud-rec-track{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:4px}.cud-rec-track::-webkit-scrollbar{display:none}.cud-rec-card{flex:0 0 150px;border:1px solid #f0f0f0;border-radius:12px;padding:10px;display:flex;flex-direction:column}.cud-rec-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;background:#f6f5f2;margin-bottom:8px}.cud-rec-card .t{font-size:12.5px;font-weight:600;line-height:1.3;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cud-rec-card .p{font-size:13px;color:#444;margin:0 0 10px}.cud-rec-card .add{margin-top:auto;background:#1a1a1a;color:#fff;border:none;border-radius:30px;padding:9px;font-size:12px;font-weight:600;cursor:pointer;text-align:center;text-decoration:none;display:block;transition:opacity .2s;touch-action:manipulation}.cud-rec-card .add:hover{opacity:.85}.cud-rec-card .add[disabled]{background:#ddd;color:#888;cursor:not-allowed}.cud-foot{border-top:1px solid #eee;padding:18px 22px 22px;flex-shrink:0;background:#fafafa}.cud-subtotal{display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:700;margin-bottom:4px}.cud-tax{font-size:12px;color:#999;margin:0 0 14px}.cud-checkout{display:block;width:100%;background:#fff;color:var(--cud-orange,#F26522);border:2px solid var(--cud-orange,#F26522);border-radius:40px;padding:14px;font-size:15px;font-weight:700;letter-spacing:.3px;cursor:pointer;text-align:center;text-decoration:none;transition:background .2s ease,color .2s ease;touch-action:manipulation}.cud-checkout:hover{background:var(--cud-orange,#F26522);color:#fff}.cud-loading{opacity:.5;pointer-events:none}.cud-cartpage-ship{width:100%;max-width:1650px;margin:0 auto 24px;padding:0 1.5rem;box-sizing:border-box}.cud-cartpage-ship .cud-ship{margin:0}@media(min-width:750px){.cud-drawer{max-width:440px}.cud-overlay.cud-open{background:#0000002e}}@media(prefers-reduced-motion:reduce){.cud-overlay,.cud-drawer,.cud-bar-fill,.cud-rec-card .add,.cud-checkout{transition:none}.cud-rec-track{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/cart-upsell-drawer.css.map */
