.c-popup-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.75); display: none; justify-content: center;
    align-items: center; z-index: 999999; backdrop-filter: blur(5px);
}
.c-popup-content {
    background: #fff; padding: 25px; border-radius: 20px; width: 90%;
    max-width: 360px; position: relative; box-shadow: 0 15px 50px rgba(0,0,0,0.3);
}
.c-popup-close {
    position: absolute; top: 12px; right: 15px; background: none;
    border: none; font-size: 24px; cursor: pointer; color: #bbb;
}
#c-p-img { width: 100%; max-height: 180px; object-fit: contain; border-radius: 10px; margin-bottom: 10px; }
.c-p-txt { font-size: 15px; text-align: center; margin-bottom: 15px; }
#c-p-nombre { font-weight: bold; }
.c-divider { border: 0; border-top: 1px dashed #eee; margin: 15px 0; }
.c-cart-breakdown { margin-bottom: 20px; }
.c-row { display: flex; justify-content: space-between; font-size: 14px; color: #666; margin-bottom: 5px; }
.c-total-row { font-size: 18px; color: #000; font-weight: bold; margin-top: 10px; padding-top: 10px; border-top: 1px solid #f9f9f9; }
.c-p-botones { display: flex; gap: 10px; }
.btn-c-share, .btn-c-checkout { flex: 1; padding: 12px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 14px; text-align: center; }
.btn-c-share { background: #f4f4f4; color: #333; }
.btn-c-checkout { background: #000 !important; color: #fff !important; }
.added_to_cart { display: none !important; }