/* Carrito - Purpure Makeup */
#pcart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:.3s;z-index:9998}
#pcart-overlay.is-open{opacity:1;visibility:visible}
#pcart-drawer{position:fixed;top:0;right:-400px;width:min(380px,92vw);height:100%;background:#fff;z-index:9999;display:flex;flex-direction:column;transition:right .3s ease;box-shadow:-4px 0 24px rgba(0,0,0,.15);font-family:inherit}
#pcart-drawer.is-open{right:0}
.pcart-head{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee;font-weight:600;font-size:17px}
.pcart-close{background:none;border:0;font-size:26px;line-height:1;cursor:pointer;padding:0 4px;color:#333}
.pcart-items{flex:1;overflow-y:auto;padding:12px 20px}
.pcart-empty{text-align:center;color:#888;margin-top:40px}
.pcart-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #f2f2f2}
.pcart-item img{width:64px;height:64px;object-fit:cover;border-radius:6px;flex-shrink:0}
.pcart-item-info{flex:1;min-width:0}
.pcart-item-title{font-size:13.5px;font-weight:600;line-height:1.3;margin-bottom:2px}
.pcart-item-price{font-size:13px;color:#c94f7c;font-weight:600;margin-bottom:6px}
.pcart-qty{display:flex;align-items:center;gap:8px}
.pcart-qty button{border:1px solid #ddd;background:#fff;width:26px;height:26px;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#4a3a42;padding:0}
.pcart-qty button svg{width:13px;height:13px;pointer-events:none}
.pcart-qty .pcart-remove{width:auto;border:0;color:#999;font-size:12px;text-decoration:underline}
.pcart-foot{border-top:1px solid #eee;padding:16px 20px}
.pcart-total-row{display:flex;justify-content:space-between;font-size:16px;margin-bottom:12px}
.pcart-checkout{width:100%;background:#e8a5c0;color:#fff;border:0;padding:13px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;letter-spacing:.5px}
.pcart-checkout:hover{background:#d98db0}
.pcart-clear{width:100%;background:none;border:0;color:#999;font-size:12.5px;margin-top:8px;cursor:pointer;text-decoration:underline}
.pcart-badge{position:absolute;top:-6px;right:-10px;background:#c94f7c;color:#fff;font-size:11px;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;font-weight:700}
